gst/tcp/: make multifdsink properly deal with streamheader:
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * gst/tcp/README:
4         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
5         (gst_multi_fd_sink_remove_client_link),
6         (gst_multi_fd_sink_client_queue_caps),
7         (gst_multi_fd_sink_client_queue_buffer),
8         (gst_multi_fd_sink_handle_client_write),
9         (gst_multi_fd_sink_render):
10         * gst/tcp/gstmultifdsink.h:
11           make multifdsink properly deal with streamheader:
12           - streamheader is taken from caps
13           - buffers marked with IN_CAPS are not sent
14           - streamheaders are sent, on connection, from the caps of the
15             buffer where the client gets positioned to
16           - further streamheader changes are done every time the client
17             will receive a buffer with different caps
18         * tests/check/elements/multifdsink.c: (GST_START_TEST),
19         (gst_multifdsink_create_streamheader):
20           add tests for this
21
22 2006-06-02  Michael Smith  <msmith@fluendo.com>
23
24         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
25           Reinstate limit on channel count. Vorbis does not define the meaning
26           of > 6 channels, so they're just independent channels. Gstreamer
27           currently has no mechanism to represent N independent channels.
28
29 2006-06-02  Michael Smith  <msmith@fluendo.com>
30
31         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
32           Don't arbitrarily restrict channel counts and rate in vorbis.
33           In terms of effects likely on real-world files, this fixes 96kHz
34           playback of vorbis.
35
36 2006-06-02  Michael Smith  <msmith@fluendo.com>
37
38         * gst/audioconvert/audioconvert.c: (float):
39           More correct float->int conversion.
40
41 2006-06-02  Michael Smith  <msmith@fluendo.com>
42
43         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
44           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
45           value. Fixes g-critical on trying to play back ogg containing
46           unknown codec.
47
48 2006-06-02  Wim Taymans  <wim@fluendo.com>
49
50         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
51         (setup_source):
52         * gst/playback/gstplaybasebin.h:
53         Make the subtitle detection work from any thread so we don't
54         deadlock. Fixes #343397.
55
56 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
57
58         * gst/volume/Makefile.am:
59           Seriously, it's not *that* hard to get compilation right.  Even
60           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
61
62 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
63
64         * gst/volume/gstvolume.c: (volume_choose_func),
65         (volume_update_real_volume), (gst_volume_class_init),
66         (gst_volume_init), (volume_process_float), (volume_process_int16),
67         (volume_process_int16_clamp), (volume_set_caps),
68         (volume_transform_ip), (plugin_init):
69         * gst/volume/gstvolume.h:
70         rewrite the passthrough check, split _int16 and _int16_clamp, fix
71         another property desc., remove unused param from process function
72         
73         * tests/check/elements/volume.c: (volume_suite):
74         reactivate the passthrough test
75
76 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
77
78         * ext/alsa/gstalsamixerelement.h:
79         * ext/alsa/gstalsamixeroptions.h:
80         * ext/alsa/gstalsamixertrack.h:
81         * ext/gnomevfs/gstgnomevfssink.h:
82         * ext/gnomevfs/gstgnomevfssrc.h:
83         * ext/theora/gsttheoradec.h:
84         * ext/theora/gsttheoraenc.h:
85         * ext/theora/gsttheoraparse.h:
86         * ext/vorbis/vorbisparse.h:
87         * gst-libs/gst/audio/gstaudioclock.h:
88         * gst-libs/gst/audio/gstaudiofilter.h:
89         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
90         * gst/audioconvert/gstaudioconvert.h:
91         * gst/audioresample/gstaudioresample.h:
92         * gst/audiotestsrc/gstaudiotestsrc.h:
93         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
94         * gst/playback/gststreamselector.h:
95         * gst/tcp/gstmultifdsink.h:
96         * gst/tcp/gsttcpclientsink.h:
97         * gst/tcp/gsttcpclientsrc.h:
98         * gst/tcp/gsttcpserversink.h:
99         * gst/tcp/gsttcpserversrc.h:
100         * gst/videorate/gstvideorate.h:
101         * gst/videoscale/gstvideoscale.h:
102         * gst/videotestsrc/gstvideotestsrc.h:
103         * gst/volume/gstvolume.h:
104         * sys/v4l/gstv4ljpegsrc.h:
105         * sys/v4l/gstv4lmjpegsink.h:
106         * sys/v4l/gstv4lmjpegsrc.h:
107         * sys/v4l/gstv4lsrc.h:
108         * sys/ximage/ximagesink.h:
109         * sys/xvimage/xvimagesink.h:
110         * tests/old/testsuite/alsa/sinesrc.h:
111         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
112
113 2006-05-31  Wim Taymans  <wim@fluendo.com>
114
115         * ext/libvisual/visual.c: (gst_visual_reset),
116         (gst_visual_sink_setcaps), (gst_visual_sink_event),
117         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
118         Handle DISCONT.
119         Use running time before doing QoS.
120         Handle mono too.
121
122 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
123
124         * docs/libs/Makefile.am:
125           set a magic variable to indicate we know the docs are incomplete
126
127 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
128
129         * win32/common/libgstvideo.def:
130           export gst_video_calculate_display_ratio
131         * win32/vs6/libgstvideoscale.dsp:
132           add link to libgstvideo-0.10.lib
133
134 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
135
136         * gst/playback/gstplaybasebin.c: (gen_source_element):
137           Throw a more comprehensible error for rtsp:// URIs (rather
138           than erroring out with a negotiation error later on) until
139           we fix playbin to handle rtspsrc etc.
140
141 2006-05-30  Wim Taymans  <wim@fluendo.com>
142
143         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
144         (gst_text_overlay_text_event):
145         Added some FIXMEs.
146
147 2006-05-30  Wim Taymans  <wim@fluendo.com>
148
149         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
150         (gst_adder_request_new_pad), (gst_adder_release_pad):
151         * gst/adder/gstadder.h:
152         Implement release_request_pad.
153         Make padcounter atomic.
154
155         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
156         Added check for release_pad in adder.
157
158 2006-05-30  Wim Taymans  <wim@fluendo.com>
159
160         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
161         Fix build again.
162
163 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
164
165         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
166         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
167         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
168         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
169         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
170         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
171         (gst_ogg_demux_bisect_forward_serialno),
172         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
173         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
174           add more debugging
175           clean up printf formats for granulepos and serialno
176
177 2006-05-30  Michael Smith  <msmith@fluendo.com>
178
179         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
180         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
181         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
182         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
183         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
184         * ext/vorbis/vorbisenc.h:
185           Multi-channel caps negotiation, so we can do proper multichannel
186           vorbis encoding, negotiated through audioconvert.
187
188 2006-05-30  Wim Taymans  <wim@fluendo.com>
189
190         * tests/check/elements/adder.c: (test_event_message_received),
191         (test_play_twice_message_received), (GST_START_TEST),
192         (adder_suite):
193         Added check to show that #339935 is fixed with ongoing
194         adder and collectpads fixes.
195
196 2006-05-29  Wim Taymans  <wim@fluendo.com>
197
198         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
199         Don't leak pad name.
200
201 2006-05-29  Wim Taymans  <wim@fluendo.com>
202
203         * gst/adder/gstadder.c: (gst_adder_query_duration),
204         (forward_event_func), (forward_event), (gst_adder_src_event):
205         Fix adder seeking.
206         Make query/seeking code threadsafe.
207
208         * tests/check/Makefile.am:
209         * tests/check/elements/adder.c: (test_event_message_received),
210         (GST_START_TEST), (test_play_twice_message_received):
211         Fix adder test case.
212
213 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
214
215         Patch by: Young-Ho Cha  <ganadist at chollian net>
216
217         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
218         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
219         (set_encoding_element), (decodebin_element_added_cb),
220         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
221         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
222         * gst/playback/gstplaybasebin.h:
223           Add 'subtitle-encoding' property to playbin, so applications can
224           force a subtitle encoding for non-UTF8 subtitles (#342268).
225
226         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
227         (gst_sub_parse_set_property):
228           Rename recently-added 'encoding' property to 'subtitle-encoding'
229           (so it can be proxied by playbin/decodebin in a generic way
230           with less danger of false positives).
231
232 2006-05-29  Michael Smith  <msmith@fluendo.com>
233
234         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
235         (append_with_other_format), (set_structure_widths),
236         (gst_audio_convert_transform_caps):
237           Patch from #341562: give more specific audio caps in get_caps, so
238           that basetransform  can make better decisions on what caps to
239           negotiate.
240
241 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
242
243         * tests/check/elements/volume.c:
244         make it compile again
245
246 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
247
248         * tests/check/elements/volume.c: (volume_suite):
249         disable test until #343196 gets resolved
250
251 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
252
253         * gst/adder/gstadder.c: (gst_adder_get_type):
254         Make it easier to copy&paste
255         
256         * gst/volume/Makefile.am:
257         * gst/volume/gstvolume.c: (volume_update_real_volume),
258         (gst_volume_set_volume), (gst_volume_set_mute),
259         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
260         (volume_transform_ip), (volume_update_mute),
261         (volume_update_volume):
262         * gst/volume/gstvolume.h:
263         Add own debug category, move duplicate code to helper function, fix
264         property texts, add more comments and prepare ffor liboil-goodness
265         
266         * tests/check/Makefile.am:
267         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
268         add test for mute and passtrough case, be a bit more verbose to track
269         failure
270         
271         * tests/check/generic/states.c: (GST_START_TEST):
272         catch elements that fail to instantiate
273
274 2006-05-28  Edward Hervey  <edward@fluendo.com>
275
276         * tests/check/pipelines/simple-launch-lines.c:
277         * tests/check/pipelines/theoraenc.c:
278         * tests/check/pipelines/vorbisenc.c:
279         Comment out tests using parse_launch() if core was built without
280         parsing capabilities.
281
282 2006-05-27  Edward Hervey  <edward@fluendo.com>
283
284         * tests/check/Makefile.am:
285         Extra bonus points for whoever explains to ensonic that you are meant
286         to test unit tests thoroughly before commiting them, especially if
287         you know it's going to break.
288         De-activated element/adder tests.
289
290 2006-05-27  Edward Hervey  <edward@fluendo.com>
291
292         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
293         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
294         Marking caps conversion issues as GST_WARNING is way too verbose,
295         Moving them to GST_LOG.
296
297 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
298
299         * README:
300           Replace current README (containing the release notes from
301           some 0.9.x version) with a proper README taken from the core.
302
303 2006-05-26  Wim Taymans  <wim@fluendo.com>
304
305         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
306         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
307         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
308         (vorbis_dec_change_state):
309         Small cleanups.
310         Add some FIXMEs
311         Clip output samples to segment boundaries.
312
313 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
314
315         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
316         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
317         Improve the errors produced on bad output, including some human
318         readable description strings.
319         Handle the (theoretical for ximagesink) case where the XServer 
320         has a different idea about the size required for a particular 
321         frame and gives us too small a memory allocation.
322
323 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
324
325         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
326         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
327         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
328         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
329         Improve the errors produced on bad output, including some human 
330         readable description strings.
331         Handle RGB Xv formats properly by transforming them into our 
332         big-endian caps description.
333         Use gst_caps_truncate to ensure that we never try and choose a
334         non-fixed caps in buffer_alloc.
335         Handle the case where the XServer has a different idea about the size
336         required for a particular frame and gives us too small a memory
337         allocation.
338         Use -1 to indicate 'no image format', because 0 is a valid XServer
339         image format number.
340         Put RGB Xv formats at the end of the caps, so that we always prefer
341         YUV format frames.
342         Iterate the available Xv Encodings to determine the maximum width and
343         height, and then return that in our caps.
344         (Closes #315312, #337544)
345
346 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
347
348         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
349         When there is only one unfinished pad and it receives an event that
350         doesn't match our requirements, we need to set alldone=FALSE so that
351         the fakesink is not removed yet.
352
353 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
354
355         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
356           Use gst_type_find_helper_for_buffer() to find the type
357           of stream from the first packet.
358
359         * configure.ac:
360           Bump requirements to core CVS (needed for vorbis
361           typefinding to work).
362
363 2006-05-24  Edward Hervey  <edward@fluendo.com>
364
365         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
366         Added the 'prfl' atom type which MQV (no, it's not a typo) files contain.
367         Else they play perfectly fine with qtdemux.
368
369 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
370
371         * ext/theora/theoradec.c:
372         * ext/theora/theoraenc.c:
373         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
374         * gst/audiorate/gstaudiorate.c:
375           make more debug catagories static
376         
377         * tests/check/Makefile.am:
378         * tests/check/elements/adder.c: (message_received),
379         (test_event_message_received), (GST_START_TEST),
380         (test_play_twice_message_received), (adder_suite):
381           added test case for using element twice, extra bonus points for anyone
382           who can make these test run reliably
383
384 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
385
386         * ext/theora/theoradec.c: (theora_dec_chain):
387           Make work with time-stamped input buffers that do not
388           have a granulepos in BUFFER_OFFSET_END (like theora
389           buffers coming from matroskademux). Fixes #342448.
390
391 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
392
393         Patch by: Peter Kjellerstedt  <pkj at axis com>
394
395         * gst/tcp/Makefile.am:
396           fdstresstest doesn't need Gtk+, fix compilation if 
397           gtk is not available (#342566).
398
399 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
400          
401         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
402                 80 line columns
403                 Removed redundant floor()
404
405 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
406
407         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
408           On second thought, just skip JUNK chunks automatically, so
409           the caller doesn't have to handle this. Fixes #342345.
410           Also, return GST_FLOW_UNEXPECTED if we get a short read,
411           not GST_FLOW_ERROR.
412
413 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
414
415         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
416           Don't bail out on JUNK chunks with a size of 0 (would try to
417           pull_range 0 bytes before, which sources don't like too much).
418           See #342345.
419
420 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
421
422         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
424         Use the gstutil scaling function to preserve 64 bits while calculating
425         output width and height from the display-aspect-ratio. (A continuation
426         of #341542)
427
428 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
429
430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
431         (gst_xvimagesink_buffer_alloc):
432         * sys/xvimage/xvimagesink.h:
433         When performing buffer allocations, remember the caps and image format
434         we return so that if the same caps are asked for next time we can
435         return them immediately without doing any caps intersections.
436
437 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
438          
439         * gst-libs/gst/rtp/README:
440           Some new documentation
441         * gst-libs/gst/rtp/gstrtpbuffer.h:       
442                 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children         
443         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
444         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
445                 New RTP audio base payloader class. Supports frame or sample based codecs.
446                 Not enabled in Makefile.am until approved.
447
448 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
449
450         * tests/check/elements/alsa.c: (test_device_property_probe):
451           Fix test case: don't try to free NULL GValueArray when there
452           are no devices.
453
454 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
455
456         * tests/check/Makefile.am:
457         * tests/check/elements/alsa.c: (test_device_property_probe),
458         (alsa_suite), (main):
459           Add simple test that runs a device property probe on alsasrc,
460           alsasink and alsamixer. Disable valgrind check for now (too
461           many leaks in libasound, and valgrind ignored my suppressions
462           additions).
463
464 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
465
466         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
467         (gst_alsa_device_property_probe_probe_property),
468         (gst_alsa_device_property_probe_needs_probe),
469         (gst_alsa_device_property_probe_get_values),
470         (gst_alsa_type_add_device_property_probe_interface):
471         * ext/alsa/gstalsadeviceprobe.h:
472         * ext/alsa/gstalsamixerelement.c:
473         (gst_alsa_mixer_element_init_interfaces):
474         * ext/alsa/gstalsamixerelement.h:
475           Clean up and simplify alsa device probing. Make it actually work
476           for multiple classes. Don't cache results any longer.
477
478         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
479         (gst_alsasink_init):
480         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
481         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
482         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
483           Make alsasink and alsasrc implement the GstPropertyProbe interface
484           for device probing (#342181).
485       Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
486
487 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
488
489         * gst/subparse/samiparse.c: (handle_start_font):
490           Don't ignore return value of strtol (++compiler_happiness).
491
492 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
493
494         Patch by: Young-Ho Cha  <ganadist chollian net>
495
496         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
497         (gst_sub_parse_class_init), (gst_sub_parse_init),
498         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
499         (convert_encoding):
500         * gst/subparse/gstsubparse.h:
501           Add 'encoding' property (#341681).
502
503         * gst/subparse/samiparse.c: (characters_sami):
504           Output is pango markup, so we need to escape text
505           between tags (#342143).
506
507 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
508
509         * gst-libs/gst/audio/multichannel.c:
510         (gst_audio_check_channel_positions):
511           It's okay to have caps with channels=1 and a channel position
512           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
513           (deinterleavers might want to keep the position in the caps,
514           so that they can be re-interleaved again properly later).
515           Leave check for unexpected 2-channel layouts intact for now.
516
517 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
518
519         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
520         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
521         basesrc can do its job correctly.
522
523 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
524
525         * ext/alsa/Makefile.am:
526         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
527         (gst_alsa_detect_formats), (get_channel_free_structure),
528         (caps_add_channel_configuration), (gst_alsa_detect_channels),
529         (gst_alsa_probe_supported_formats):
530         * ext/alsa/gstalsa.h:
531         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
532           Refactor and improve caps probing code: probe signedness
533           when we probe the supported formats/widths; set endianness
534           to the one we actually probed for (ie. cpu endianness).
535           
536         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
537         (gst_alsasrc_close):
538         * ext/alsa/gstalsasrc.h:
539           Implement caps probing for alsasrc.
540
541 2006-05-15  Wim Taymans  <wim@fluendo.com>
542
543         * ext/theora/theoradec.c: (gst_theora_dec_reset),
544         (theora_dec_src_query), (theora_dec_src_event),
545         (theora_dec_sink_event), (theora_handle_comment_packet),
546         (theora_handle_data_packet), (theora_dec_change_state):
547         Cleanups, add some G_LIKELY.
548         Use segment helpers instead of our own wrong code.
549         Clear queued buffers on seek and READY.
550
551         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
552         (vorbis_dec_convert), (vorbis_dec_src_query),
553         (vorbis_dec_src_event), (vorbis_dec_sink_event),
554         (vorbis_handle_comment_packet), (vorbis_dec_push),
555         (vorbis_handle_data_packet), (vorbis_dec_chain),
556         (vorbis_dec_change_state):
557         * ext/vorbis/vorbisdec.h:
558         Remove old useless packetno variable.
559         Do position query properly.
560         Add some G_LIKELY.
561         Do cleanup of queued buffers in new helper function
562         and use it.
563
564 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
565
566         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
567           Query supported sample rates. Fixes #341732.
568
569 2006-05-15  Julien MOUTTE  <julien@moutte.net>
570
571         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
572         (gst_decode_bin_change_state): Make decodebin reusable
573         when going from PAUSE_TO_READY and then back to PAUSED.
574         Fixes #331678.
575
576 2006-05-15  Wim Taymans  <wim@fluendo.com>
577
578         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
579         (vorbis_dec_convert), (vorbis_dec_src_query),
580         (vorbis_dec_sink_query), (vorbis_dec_src_event),
581         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
582         (vorbis_dec_clean_queued), (vorbis_dec_push),
583         (vorbis_handle_data_packet), (vorbis_dec_change_state):
584         Cleanups. Use refcounting and DEBUG_OBJECT.
585         Reset segment on flush, use code methods instead of our
586         own wrong version.
587         Fix potential memleak.
588
589 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
590
591         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
592         (gst_alsasink_init):
593         * ext/alsa/gstalsasink.h:
594           Don't leak allocated snd_output_t structure if there's
595           more than one alsasink instance at a time (#341873).
596           Also fix GObject macros in header file.
597           
598 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
599
600         * gst/subparse/gstsubparse.c:
601         (gst_sub_parse_data_format_autodetect):
602           Don't use libxml functions in the typefinding code.
603
604 2006-05-15  Wim Taymans  <wim@fluendo.com>
605
606         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
607         Fix seeking performance in the case where a non-header 
608         packet has a 0 granulepos (busted theora case). 
609         Fixes #341719
610
611 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
612
613         * gst/subparse/gstsubparse.c:
614         (gst_sub_parse_data_format_autodetect):
615           Improve SAMI typefinding: handle case where there are
616           whitespaces or newlines in front of the first <SAMI>
617           tag (#169936).
618
619 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
620
621         * configure.ac:
622           Build video4linux plugin even if there's no XVIDEO, just
623           without implementing the GstXOverlay interface (#334002).
624          
625 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
626
627         * configure.ac:
628         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
629         (plugin_init):
630           Add tentative support for libvisual-0.4 (#336881).
631
632 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
633
634         Patch by: Young-Ho Cha <ganadist at chollian net>
635
636         * gst/subparse/samiparse.c: (handle_start_font):
637           Need to map "silver" colour explicitly (#169936).
638
639 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
640
641         Patch by: Young-Ho Cha  <ganadist at chollian net>
642
643         * gst/subparse/Makefile.am:
644         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
645         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
646         (gst_sub_parse_format_autodetect), (feed_textbuf),
647         (gst_subparse_type_find), (plugin_init):
648         * gst/subparse/gstsubparse.h:
649         * gst/subparse/samiparse.c:
650         * gst/subparse/samiparse.h:
651           Add support for SAMI subtitles (#169936).
652
653 2006-05-14  Michael Smith  <msmith@fluendo.com>
654
655         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
656           Fix #341696: crash when mixing L+R+C to mono or stereo.
657         * tests/check/Makefile.am:
658         * tests/check/elements/audioconvert.c: (set_channel_positions),
659         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
660         (audioconvert_suite):
661           Add test for the above, including some generic framework bits for
662           testing multichannel things.
663
664 === release 0.10.7 ===
665
666 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
667
668         * configure.ac:
669           releasing 0.10.7, "Leave the gun"
670
671 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
672
673         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
675         Fix the build.
676
677 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
678
679         * docs/libs/gst-plugins-base-libs-docs.sgml:
680         * docs/libs/gst-plugins-base-libs-sections.txt:
681         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
682         * gst-libs/gst/video/video.h:
683         * gst/videoscale/Makefile.am:
684         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
685         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
686         * tests/check/Makefile.am:
687         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
688         (main):
689           Fix integer overflow problem with pixel-aspect-ratio calculations
690           in videoscale and xvimagesink (#341542)
691
692 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
693
694         * gst-libs/gst/tag/gstid3tag.c:
695           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
696
697 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
698
699         * win32/MANIFEST:
700           update win32 files listing
701
702 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
703
704         patch by: Sjoerd Simons (sjoerd@luon.net)
705
706         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
707         (group_create), (group_destroy), (add_stream),
708         (gst_play_base_bin_get_property),
709         (gst_play_base_bin_get_streaminfo_value_array):
710         * gst/playback/gstplaybasebin.h:
711           API: GstPlayBaseBin::stream-info-value-array property
712           use a more bindings-friendly way of exposing streaminfo
713           using a GValueArray.  Tested in ipython.
714           Closes #341114
715
716 2006-05-11  Wim Taymans  <wim@fluendo.com>
717
718         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
719         (queue_underrun_cb), (queue_filled_cb):
720         Also catch queue underruns but don't do anything yet.
721         Refactor and comment queue enlarging code a bit.
722
723         * gst/playback/gstplaybasebin.c: (queue_overrun),
724         (queue_threshold_reached), (queue_out_of_data),
725         (gen_preroll_element):
726         If a queue over/underruns check that we don't create nasty
727         deadlocks when the min-threshold is not reached but the
728         max-bytes is. In those cases disable max-bytes when we
729         know that the queue is fed timed data.
730         Add more comments.
731
732 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
733
734         * gst/playback/gstplaybin.c: (gen_audio_element):
735           Make playbin automatically plug an 'audioresample'
736           element before the audio sink as well. This solves
737           problems with sinks that only accept a very specific
738           sample rate, like esdsink (e.g. #340379).
739
740 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
741
742         * gst/playback/gstplaybasebin.c: (gen_source_element):
743           Make http sources send special headers so that we receive
744           icecast metadata if the http stream is an icecast stream
745           (otherwise the server will just ignore them). This also
746           means that from now on users will need the 'icydemux'
747           element from gst-plugins-good installed if they want to
748           listen to icecast radio streams. (#341432, #333657).
749
750 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
751
752         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
753         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
754           remove stupid example from docs - it should come with a simple
755           C program instead.
756           Clean up/fix docs
757         * tests/check/elements/multifdsink.c: (wait_bytes_served),
758         (fail_if_can_read), (GST_START_TEST),
759         (gst_multifdsink_create_streamheader), (multifdsink_suite):
760           add a test for changing streamheader which exposes a bug in
761           multifdsink
762
763 2006-05-11  Michael Smith  <msmith@fluendo.com>
764
765         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
766         (gst_gnome_vfs_src_received_headers_callback):
767         * ext/gnomevfs/gstgnomevfssrc.h:
768           Don't set icy-caps unless we have a sane interval value. Move
769           interval to a local variable; we never use it outside this function.
770
771 2006-05-11  Wim Taymans  <wim@fluendo.com>
772
773         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
775         Register special buffer types along with the objects so
776         that they are not registered at runtime from N different
777         streaming threads since they are not threadsafe.
778
779 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
780
781         * tests/check/elements/multifdsink.c: (wait_bytes_served),
782         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
783           add two more tests, one doing streamheader
784
785 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
786
787         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
788           clean up the bufqueue when shutting down
789         * tests/check/Makefile.am:
790         * tests/check/elements/multifdsink.c: (setup_multifdsink),
791         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
792         (main):
793           add a test for the leak that was just fixed
794
795 2006-05-10  Wim Taymans  <wim@fluendo.com>
796
797         * gst/adder/gstadder.c: (gst_adder_setcaps),
798         (gst_adder_query_duration), (gst_adder_query), (forward_event),
799         (gst_adder_src_event), (gst_adder_sink_event),
800         (gst_adder_class_init), (gst_adder_finalize),
801         (gst_adder_request_new_pad), (gst_adder_collected):
802         * gst/adder/gstadder.h:
803         Updated some docs. Added comments and FIXMEs all over the place.
804         Improve debugging info.
805         Fix leak on finalize by not calling the parent.
806         Implement duration query.
807         Make event forwarding threadsafe.
808         Correctly send NEWSEGMENT at start and after flush.
809         Handle EOS correctly.
810         Post error when not negotiated.
811
812         * tests/check/elements/adder.c: (GST_START_TEST):
813         Added FIXME in the test.
814
815 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
816
817         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
818         (gst_text_overlay_halign_get_type),
819         (gst_text_overlay_wrap_mode_get_type):
820         * ext/theora/theoradec.c: (theora_handle_type_packet),
821         (theora_handle_data_packet):
822         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
823         (theora_enc_sink_setcaps), (theora_enc_chain):
824         * gst-libs/gst/cdda/gstcddabasesrc.c:
825         (gst_cdda_base_src_mode_get_type):
826         * gst/audiotestsrc/gstaudiotestsrc.c:
827         (gst_audiostestsrc_wave_get_type):
828         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
829         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
830         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
831         (gst_sync_method_get_type), (gst_unit_type_get_type),
832         (gst_client_status_get_type):
833         * gst/videoscale/gstvideoscale.c:
834         (gst_video_scale_method_get_type):
835         * gst/videotestsrc/gstvideotestsrc.c:
836         (gst_video_test_src_pattern_get_type):
837         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
838         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
839         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
840         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
841         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
842         (paint_setup_RGB565), (paint_setup_xRGB1555):
843           Const-ify GEnumValue and GFlagsValue arrays. Use
844           GST_ROUND_UP_* macros instead of home-made ones.
845
846 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
847
848         * configure.ac:
849           Require core CVS for the new newsegment stuff.
850
851 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
852
853         Patch by: Sjoerd Simons  <sjoerd at luon net>
854
855         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
856           Register nick for enum value (#341160).
857
858 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
859
860         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
861         (plugin_init):
862          backout typefind patch #340375
863          
864         * tests/check/elements/adder.c: (message_received),
865         (GST_START_TEST), (adder_suite):
866           redo, signal-handling of test
867
868 2006-05-09  Wim Taymans  <wim@fluendo.com>
869
870         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
871         (gst_adder_collected):
872         * gst/adder/gstadder.h:
873         Remove bogus segment merging and forwarding, we don't
874         care about timestamps anyway and we just produce a
875         continuous stream. 
876         Also create a nice NEWSEGMENT event when we start.
877         Use _scale_int some more.
878
879 2006-05-09  Edward Hervey  <edward@fluendo.com>
880
881         * tests/icles/stress-xoverlay.c:
882         Fix if core was built without parsing support.
883
884 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
885
886         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
887           Add SEDG (Samsung MPEG-4) fourcc.
888
889 2006-05-09  Edward Hervey  <edward@fluendo.com>
890
891         * tests/icles/stress-xoverlay.c:
892         * tests/examples/volume/volume.c:
893         Fix if core was built without parsing support.
894
895         * tests/examples/seek/seek.c:
896         Disable the parse_launch example if core was built without parsing
897         support.
898
899 2006-05-08  Edward Hervey  <edward@fluendo.com>
900
901         * autogen.sh: (CONFIGURE_DEF_OPT): 
902         libtoolize on Darwin/MacOSX is called glibtoolize
903
904 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
905
906         * tests/check/Makefile.am:
907         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
908           Disable the adder test, until the build-slaves posses the kindness to 
909           either like it or to give valid reason for not doing so 
910
911 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
912
913         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
914         (adder_suite):
915           Shuffle NULL state change around and raise timeout more
916
917 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
918
919         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
920         (mp4_type_find), (plugin_init):
921           Add typefind to distinguish between "audio/x-m4a" and new type
922           "video/mp4". Fixes #340375
923
924         * tests/check/elements/adder.c: (adder_suite):
925           Raise timeout to make buildbot happy
926
927 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
928
929         * gst/adder/gstadder.c: (gst_adder_sink_event),
930         (gst_adder_request_new_pad), (gst_adder_change_state):
931         * gst/adder/gstadder.h:
932         * tests/check/Makefile.am:
933         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
934         (adder_suite), (main):
935           Add sink-event handling to adder. It tries to merge incomming
936           newsegment-events. Added test to check if segment_done is comming
937           through. Fixes #340060
938
939 2006-05-05  Andy Wingo  <wingo@pobox.com>
940
941         * ext/theora/theoraparse.c (gst_theora_parse_init)
942         (theora_parse_src_convert, theora_parse_src_query):
943         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
944         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
945         query functions on the source pads of the theora and vorbis parse
946         elements. Fixes position querying when doing a remux.
947
948 2006-05-05  Michael Smith  <msmith@fluendo.com>
949
950         * ext/theora/theoraparse.c: (parse_granulepos),
951         (theora_parse_drain_queue_prematurely),
952         (theora_parse_queue_buffer), (theora_parse_sink_event):
953           Fix flushing.
954           Fix invalid granulepos outputs when starting with a non-keyframe.
955
956 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
957
958         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
959         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
960         Rearrange MPEG system stream detection, fixing some memleaks in the
961         process.
962         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
963         they clean up their data correctly.
964         Remove unused ogganx caps and move the 'is_annodex' check to inside
965         the 'is_ogg' if statement.
966
967 2006-05-05  Wim Taymans  <wim@fluendo.com>
968
969         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
970         Properly remove ghostpads. Fixes #340392
971
972 2006-05-04  David Schleef  <ds@schleef.org>
973
974         * gst/typefind/gsttypefindfunctions.c:
975
976 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
977
978         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
979         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
980
981         When typefinding an MP3 in push-based mode, don't penalise the
982         probability down to 74% when we found 5 valid frames just because we
983         can't peek the end of the file.
984
985         Make the probability for detecting MPEG Transport Streams based on the
986         number of sequential headers we successfully detected.
987
988 2006-05-03  Wim Taymans  <wim@fluendo.com>
989
990         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
991         (vorbis_dec_push), (vorbis_dec_chain):
992         Still produce an error when we receive an empty packet.
993
994 2006-05-03  Wim Taymans  <wim@fluendo.com>
995
996         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
997         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
998         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
999         Mark buffers with DISCONT after seek and after activating new
1000         chains.
1001
1002         * ext/theora/gsttheoradec.h:
1003         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1004         (theora_get_query_types), (theora_dec_sink_event),
1005         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
1006         (theora_dec_change_state):
1007         Fix frame counter.
1008         Detect and mark DISCONT buffers.
1009
1010         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1011         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
1012         (vorbis_dec_change_state):
1013         * ext/vorbis/vorbisdec.h:
1014         Use GstSegment.
1015         Detect and mark DISCONT buffers.
1016         Don't crash on 0 sized buffers.
1017
1018 2006-05-03  Wim Taymans  <wim@fluendo.com>
1019
1020         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
1021         (volume_transform_ip):
1022         Increase "volume" property to 10.0. Fixes #340369.
1023         Set the process function to NULL when capsnego fails so that
1024         we properly error out.
1025
1026 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
1027
1028         * gst/playback/gstplaybin.c: (add_sink):
1029         * gst/playback/test.c: (main):
1030         * gst/playback/test5.c: (dump_element_stats):
1031         * gst/playback/test6.c: (main):
1032           free cpas using gst_caps_unref, don't leak caps-strings
1033
1034 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
1035
1036         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
1037         (plugin_init):
1038           Refine musepack typefinding a bit. Return MAXIMUM
1039           probability when we detect stream version 7 to make
1040           sure the mpeg audio typefinder doesn't trump us.
1041
1042 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
1043
1044         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1045           Protect against unexpected NULL strf_data buffer.
1046
1047 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1048
1049         * tests/check/elements/audioconvert.c: (verify_convert),
1050         (GST_START_TEST):
1051           interpret the out[] buffer in the order the bytes are actually
1052           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
1053           Other tests should use BYTE_ORDER since the array is filled in
1054           with actual values
1055
1056 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1057
1058         * tests/check/elements/audioconvert.c: (verify_convert),
1059         (GST_START_TEST):
1060           when a test fails, give an indication of which it is
1061
1062 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1063
1064         * gst-libs/gst/cdda/gstcddabasesrc.c:
1065           compile fix; strtol() needs <stdlib.h>
1066
1067 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
1068
1069         * ext/alsa/gstalsamixerelement.c:
1070         * ext/alsa/gstalsasrc.c:
1071         * ext/cdparanoia/gstcdparanoiasrc.c:
1072         * ext/gnomevfs/gstgnomevfssink.c:
1073         * ext/gnomevfs/gstgnomevfssrc.c:
1074         * ext/ogg/gstoggdemux.c:
1075         * ext/ogg/gstoggmux.c:
1076         * ext/ogg/gstoggparse.c:
1077         * ext/ogg/gstogmparse.c:
1078         * ext/pango/gstclockoverlay.c:
1079         * ext/pango/gsttextoverlay.c:
1080         * ext/pango/gsttextrender.c:
1081         * ext/pango/gsttimeoverlay.c:
1082         * ext/theora/theoradec.c:
1083         * ext/theora/theoraenc.c:
1084         * ext/vorbis/vorbisdec.c:
1085         * ext/vorbis/vorbisenc.c:
1086         * gst-libs/gst/audio/gstaudiofilter.c:
1087         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1088         * gst/audioconvert/gstaudioconvert.c:
1089         * gst/audiorate/gstaudiorate.c:
1090         * gst/audioresample/gstaudioresample.c:
1091         * gst/audiotestsrc/gstaudiotestsrc.c:
1092         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1093         * gst/playback/gstdecodebin.c:
1094         * gst/playback/gstplaybin.c:
1095         * gst/playback/gststreamselector.c:
1096         * gst/subparse/gstsubparse.c:
1097         * gst/tcp/gstmultifdsink.c:
1098         * gst/tcp/gsttcpclientsink.c:
1099         * gst/tcp/gsttcpclientsrc.c:
1100         * gst/tcp/gsttcpserversink.c:
1101         * gst/tcp/gsttcpserversrc.c:
1102         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1103         * gst/videorate/gstvideorate.c:
1104         * gst/videoscale/gstvideoscale.c:
1105         * gst/videotestsrc/gstvideotestsrc.c:
1106         * gst/volume/gstvolume.c:
1107         * sys/v4l/gstv4ljpegsrc.c:
1108         * sys/v4l/gstv4lmjpegsink.c:
1109         * sys/v4l/gstv4lmjpegsrc.c:
1110         * sys/v4l/gstv4lsrc.c:
1111         * sys/ximage/ximagesink.c:
1112         * sys/xvimage/xvimagesink.c:
1113         * tests/check/libs/cddabasesrc.c:
1114           make GstElementDetails const
1115
1116 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
1117
1118         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
1119         (gst_adder_init):
1120           send events from src-pad to all sink-pads fixes #338657
1121
1122 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
1123
1124         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
1125         (alsasink_parse_spec):
1126           query width capabilities from alsa, fixes #338919
1127
1128 2006-04-28  Wim Taymans  <wim@fluendo.com>
1129
1130         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
1131         (gst_multi_fd_sink_remove_client_link):
1132         * gst/tcp/gstmultifdsink.h:
1133         Fix race condition in multifdsink that can lead to spurious 
1134         duplicate clients. this patch adds a new signal that is fired when
1135         multifdsink has removed all references to the fd.
1136         Fixes #339574.
1137         Updated documentation.
1138         API: client-fd-removed signal added
1139
1140 2006-04-28  Michael Smith  <msmith@fluendo.com>
1141
1142         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
1143           When asking g_value_array_new to prealloc elements, we may as well
1144           ask for the right number of elements.
1145
1146 2006-04-28  Wim Taymans  <wim@fluendo.com>
1147
1148         * gst-libs/gst/audio/gstbaseaudiosink.c:
1149         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
1150         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1151         patch to make timestamp checking more tollerant to rounding 
1152         errors given that real discontinuities are to be marked on
1153         buffers. Fixes some asf files and #338778.
1154         Also avoid some crashers when we receive an event in the 
1155         NULL state.
1156
1157 2006-04-28  Michael Smith  <msmith@fluendo.com>
1158
1159         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
1160         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
1161         (gst_gnome_vfs_src_get_property),
1162         (gst_gnome_vfs_src_send_additional_headers_callback),
1163         (gst_gnome_vfs_src_received_headers_callback),
1164         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
1165         (gst_gnome_vfs_src_stop):
1166         * ext/gnomevfs/gstgnomevfssrc.h:
1167           Remove ICY handling (mostly) from gnomevfssrc, in favour of
1168           proper shared support within icydemux.
1169
1170 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1171
1172         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1173         (gst_video_rate_swap_prev), (gst_video_rate_chain):
1174           fix up docs
1175           fix a leak when no caps negotiated
1176           fix counting of input frames
1177         * tests/check/elements/.cvsignore:
1178         * tests/check/elements/videorate.c: (assert_videorate_stats),
1179         (GST_START_TEST), (videorate_suite):
1180           add tests for these
1181
1182 2006-04-28  Wim Taymans  <wim@fluendo.com>
1183
1184         * gst-libs/gst/audio/gstringbuffer.c:
1185         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
1186         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
1187         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1188         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
1189         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
1190         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1191         (gst_ring_buffer_commit), (gst_ring_buffer_read),
1192         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
1193         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
1194         Check arguments passed to public functions instead of
1195         crashing.
1196
1197 2006-04-28  Wim Taymans  <wim@fluendo.com>
1198
1199         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
1200         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
1201         GstBaseAudioSrc must be live or it does not work.
1202
1203         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
1204         Don't set live to TRUE as this is the default in the parentclass.
1205
1206 2006-04-28  Wim Taymans  <wim@fluendo.com>
1207
1208         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
1209         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
1210         Videoscale doesn't pass on pixel-aspect ratio. Handle all
1211         fixation cases better. Fixes #338991
1212
1213 2006-04-28  Wim Taymans  <wim@fluendo.com>
1214
1215         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
1216         Handle 0/1 framerate correctly Fixes #331901.
1217
1218 2006-04-28  Wim Taymans  <wim@fluendo.com>
1219
1220         * tests/check/elements/audioconvert.c: (get_float_caps),
1221         (GST_START_TEST), (audioconvert_suite):
1222         Added check for correct clipping when doing float samples
1223         in audioconvert.
1224
1225 2006-04-28  Wim Taymans  <wim@fluendo.com>
1226
1227         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
1228         (gst_video_rate_chain):
1229         Print more debugging info.
1230
1231 2006-04-28  Wim Taymans  <wim@fluendo.com>
1232
1233         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
1234         (resample_set_state_from_caps):
1235         Add support for other formats audioresample can handle such as
1236         32 bits in and float and 64 bits float. Fixes #301759
1237
1238 2006-04-28  Wim Taymans  <wim@fluendo.com>
1239
1240         * gst/audioconvert/audioconvert.c: (float):
1241         correctly clip float samples > 1.0. Fixes #338718
1242
1243 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
1244
1245         Patch by: Young-Ho Cha  <ganadist at chollian net>
1246
1247         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1248         (gst_text_overlay_render_text):
1249           Don't strip newlines from the text. Also, center lines
1250           within multi-line paragraphs (#339405).
1251
1252 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
1253
1254         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
1255           Fix wavpack typefinding to work in more cases (don't peek
1256           for chunks of multiple hundred kBs at once, but process
1257           things step-by-step in smaller units). Fixes #339786.
1258
1259 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1260
1261         * configure.ac:
1262           back to HEAD
1263
1264 === release 0.10.6 ===
1265
1266 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
1267
1268         * configure.ac:
1269           releasing 0.10.6, "Chao"
1270
1271 2006-04-26  David Schleef  <ds@schleef.org>
1272
1273         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
1274           Fixes #338897.
1275
1276 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1277
1278         * configure.ac:
1279         * win32/common/config.h:
1280           new prerelease
1281
1282 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1283
1284         patch by: Wim Taymans
1285
1286         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1287         (gst_ogg_demux_perform_seek):
1288           make sure correct newsegments are sent, so that the decoder
1289           and the demuxer agree on timestamps.  Fixes playback of a lot
1290           of Ogg files that do not start from 0.  Fixes #339833.
1291
1292 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1293
1294         Patch by: Edward Hervey  <edward@fluendo.com>
1295
1296         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
1297         * tests/check/Makefile.am:
1298         * tests/check/elements/videorate.c: (assert_videorate_stats),
1299         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
1300         (videorate_suite), (main):
1301           Fix an infinite loop if frames are passed in with wrongly ordered
1302           timestamps.  Fixes #339013.
1303
1304 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1305
1306         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
1307
1308         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1309           fix typefinding on some ISO files.  Fixes #339212.
1310
1311 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1312
1313         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
1314
1315         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1316           add another H264 fourcc.  Fixes #339047.
1317
1318 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1319
1320         Patch by: Jan Schmidt
1321
1322         * gst/playback/gststreamselector.c:
1323         (gst_stream_selector_bufferalloc):
1324           Restore old StreamSelector behaviour.
1325           Fixes #338419.
1326
1327 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1328
1329         * configure.ac:
1330         * win32/common/config.h:
1331           prerelease
1332
1333 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
1334
1335         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
1336
1337         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1338         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
1339           Fix some memory leaks: on finalize, free buffers left in the queue
1340           before destroying the queue; in _push(), unref rtp_buf even if
1341           the process vfunc returned a NULL buffer as output buffer (#337548);
1342           demote some recuring debug messages to LOG level.
1343
1344 2006-04-11  Wim Taymans  <wim@fluendo.com>
1345
1346         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1347         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1348         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
1349         (gst_ogg_demux_loop):
1350         More cleanups.
1351         Respect segment stop when emiting EOS or SEGMENT_DONE.
1352         Fixes (#337945).
1353
1354 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
1355
1356         * gst/playback/gststreamselector.c:
1357         (gst_stream_selector_get_property):
1358           Don't leak pad name.
1359
1360 2006-04-10  Michael Smith  <msmith@fluendo.com>
1361
1362         * tests/check/Makefile.am:
1363         * tests/check/gst-plugins-base.supp:
1364           Suppress an old libtheora bug (fixed in more recent versions), so 
1365           that FC4 buildslaves can pass.
1366
1367 2006-04-10  Wim Taymans  <wim@fluendo.com>
1368
1369         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1370         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
1371         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
1372         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
1373         (gst_ogg_demux_loop):
1374         Don't leak events.
1375         Remember what error we got when finding chains, if we
1376         were shutdown, that would not be an error.
1377
1378 2006-04-10  Wim Taymans  <wim@fluendo.com>
1379
1380         * gst-libs/gst/audio/gstbaseaudiosink.c:
1381         (gst_base_audio_sink_event):
1382         Starting the ringbuffer when we did not acquire it can cause
1383         a deadlock, is pointless and causes nasty things for
1384         subclasses. 
1385         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
1386
1387 2006-04-10  Wim Taymans  <wim@fluendo.com>
1388
1389         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1390         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
1391         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1392         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
1393         (gst_ogg_demux_deactivate_current_chain),
1394         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
1395         (gst_ogg_demux_bisect_forward_serialno),
1396         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
1397         Add some more debugging.
1398
1399 2006-04-10  Wim Taymans  <wim@fluendo.com>
1400
1401         * ext/theora/theoradec.c: (theora_dec_src_event),
1402         (theora_handle_data_packet):
1403         Some more debug info.
1404
1405         * tests/examples/seek/seek.c: (start_seek), (main):
1406         Print element messages too.
1407
1408 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
1409
1410         * gst/audioresample/debug.h:
1411           replace debug macros with variable number of parameters
1412           by a simple alias to gstreamer standard debug macros 
1413          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
1414           supported by MSVC 6.0 and 7.1)
1415         * gst/audioresample/resample.h:
1416           define M_PI and rint for WIN32
1417         * win32/common/libgstaudio.def:
1418         * win32/common/libgstriff.def:
1419         * win32/common/libgsttag.def:
1420         * win32/common/libgstvideo.def:
1421           add new exported functions
1422         * win32/vs6:
1423           update project files
1424
1425 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
1426
1427         * ext/alsa/gstalsamixeroptions.c:
1428         (gst_alsa_mixer_options_class_init):
1429         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
1430         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
1431         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
1432         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
1433         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
1434         * gst-libs/gst/audio/gstaudiofilter.c:
1435         (gst_audio_filter_class_init):
1436         * gst-libs/gst/audio/gstaudiosink.c:
1437         (gst_audioringbuffer_class_init):
1438         * gst-libs/gst/audio/gstaudiosrc.c:
1439         (gst_audioringbuffer_class_init):
1440         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
1441         * gst-libs/gst/interfaces/colorbalancechannel.c:
1442         (gst_color_balance_channel_class_init):
1443         * gst-libs/gst/interfaces/mixeroptions.c:
1444         (gst_mixer_options_class_init):
1445         * gst-libs/gst/interfaces/mixertrack.c:
1446         (gst_mixer_track_class_init):
1447         * gst-libs/gst/interfaces/tunerchannel.c:
1448         (gst_tuner_channel_class_init):
1449         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
1450         * gst-libs/gst/netbuffer/gstnetbuffer.c:
1451         (gst_netbuffer_class_init):
1452         * gst-libs/gst/rtp/gstbasertppayload.c:
1453         (gst_basertppayload_class_init):
1454         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
1455         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
1456         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
1457         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
1458         * gst/playback/gststreamselector.c:
1459         (gst_stream_selector_class_init):
1460         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
1461         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
1462         * sys/v4l/gstv4lcolorbalance.c:
1463         (gst_v4l_color_balance_channel_class_init):
1464         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
1465         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
1466         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
1467         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
1468         (gst_v4l_tuner_norm_class_init):
1469         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
1470         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1471         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
1472         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
1473
1474 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
1475
1476         * ext/pango/gsttextrender.h:
1477         * gst-libs/gst/audio/gstaudiosink.h:
1478         * gst-libs/gst/audio/gstaudiosrc.h:
1479         * gst-libs/gst/audio/gstbaseaudiosink.h:
1480         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1481         * gst-libs/gst/audio/gstringbuffer.h:
1482         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1483         * gst-libs/gst/rtp/gstbasertppayload.h:
1484         * gst-libs/gst/video/gstvideofilter.h:
1485         * gst-libs/gst/video/gstvideosink.h:
1486         * gst/playback/gstplaybasebin.h:
1487         * gst/tcp/gstmultifdsink.h:
1488         * sys/v4l/gstv4lelement.h:
1489         Fix broken GObject macros
1490
1491 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
1492
1493         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
1494         More debug to trace why my USB headset is not working with gst
1495
1496 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
1497
1498         * gst/playback/gstplaybasebin.c: (group_destroy):
1499         Clean up our group elements properly in the case where it never 
1500         got committed - it still got added unconditionally to the bin.
1501
1502 2006-04-07  Wim Taymans  <wim@fluendo.com>
1503
1504         * ext/theora/theoradec.c: (theora_dec_sink_event),
1505         (theora_handle_data_packet), (theora_dec_chain):
1506         Unref unhandled events.
1507         Protect against empty buffers.
1508         Perform QoS on running time.
1509
1510 2006-04-07  Michael Smith  <msmith@fluendo.com>
1511
1512         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
1513         (gst_vorbis_enc_chain):
1514           Remove leaks from vorbisenc.
1515           Mostly minor changes, the only significant one is that now the
1516           buffers we set as 'streamheader' on the caps are copies of the
1517           original buffers, to avoid circular refcounting problems.
1518
1519 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
1520
1521         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
1522           Don't remove our mute-probe if someone else already did so.
1523           Don't set a 2nd one if there is already one pending on the pad.
1524
1525         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1526         (do_playbin_seek):
1527           When a seek fails, ensure that playbin is still set back to playing.
1528           
1529         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
1530         (mpeg_ts_type_find), (plugin_init):
1531           Add a typefind function for mpeg-ts streams. (Closes: #336617)
1532
1533 2006-04-06  Andy Wingo  <wingo@pobox.com>
1534
1535         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
1536         (gst_video_rate_init): Caps-related parameters should not be reset
1537         by a flush -- move their inits to the instance init function.
1538         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
1539         is not OK, just return the result.
1540
1541         * gst/audiotestsrc/gstaudiotestsrc.c
1542         (gst_audio_test_src_class_init)
1543         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
1544         broken by Stefan's commit on 24 March.
1545
1546         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
1547         buffers being pushed out. Fixes oggmux ! multifdsink.
1548
1549 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
1550
1551         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
1552         (gst_vorbis_dec_init), (vorbis_dec_finalize):
1553         * ext/vorbis/vorbisdec.h:
1554         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
1555         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
1556         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
1557         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
1558         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
1559         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
1560         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
1561         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
1562         (gst_vorbis_enc_buffer_from_packet),
1563         (gst_vorbis_enc_buffer_from_header_packet),
1564         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
1565         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
1566         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
1567         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
1568         (gst_vorbis_enc_change_state):
1569         * ext/vorbis/vorbisenc.h:
1570           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
1571           vorbisenc adhere to the official nomenclature; use boilerplate
1572           macro.
1573
1574 2006-04-04  Andy Wingo  <wingo@pobox.com>
1575
1576         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
1577         Whoops, fix bug introduced. Bad hacker!
1578         
1579         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
1580         Properly handle the case where you get EOS before any buffers are
1581         received. Use gst_buffer_make_metadata_writable where appropriate.
1582
1583         * ext/theora/theoradec.c (theora_handle_data_packet): This value
1584         is often negative -- make it signed so as not to wrap around.
1585         Fixes segfaults introduced on 9 March.
1586
1587 2006-04-03  Wim Taymans  <wim@fluendo.com>
1588
1589         * ext/theora/gsttheoradec.h:
1590         * ext/theora/theoradec.c: (theora_dec_src_event):
1591         Don't try to store a gdouble in a gboolean.
1592         Small cleanups.
1593
1594 2006-04-03  Michael Smith  <msmith@fluendo.com>
1595
1596         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
1597           Oggmux sucks.
1598           Make it suck slightly less by writing out the final page.
1599           Still can't encode a vorbis-in-ogg file correctly, though.
1600
1601 2006-04-03  Andy Wingo  <wingo@pobox.com>
1602
1603         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
1604         a g_print.
1605
1606         * ext/theora/theora.c (plugin_init): Register theoraparse.
1607
1608         * ext/theora/gsttheoraparse.h: 
1609         * ext/theora/theoraparse.c: New files implementing a theora
1610         parser. Now we can properly remux ogg/theora+vorbis, yay.
1611
1612         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
1613
1614 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1615
1616         * gst/audiotestsrc/gstaudiotestsrc.c:
1617           Fixed the sample pipeline (see #323798)
1618
1619 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1620
1621         * configure.ac:
1622         * win32/common/config.h:
1623         * win32/common/config.h.in:
1624           use AS_VERSION and AS_NANO
1625           more cleanups
1626
1627 2006-03-31  Andy Wingo  <wingo@pobox.com>
1628
1629         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
1630         uninitialized variable return that would happen.
1631         
1632         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
1633         uninitialized variable return that would never happen.
1634
1635         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
1636         (vorbis_parse_sink_event): Add an event function to flush our
1637         state on a seek, and to drain buffers on a premature EOS.
1638         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
1639         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
1640         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
1641         (vorbis_parse_drain_queue): Queue up buffers until we can set
1642         their timestamps and granulepos values.
1643
1644         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
1645         and keep track of data needed for deriving granulepos and
1646         timestamps for buffers.
1647
1648 2006-03-29  Wim Taymans  <wim@fluendo.com>
1649
1650         Patch by: j^ <j at bootlab dot org>
1651
1652         * ext/alsa/gstalsamixerelement.c:
1653         (gst_alsa_mixer_element_class_init):
1654         * ext/alsa/gstalsasink.c:
1655         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
1656         * ext/ogg/gstoggdemux.c:
1657         * ext/ogg/gstoggmux.c:
1658         * ext/ogg/gstoggparse.c:
1659         * ext/pango/gstclockoverlay.c:
1660         * ext/pango/gsttextoverlay.c:
1661         * ext/pango/gsttextrender.c:
1662         * ext/pango/gsttimeoverlay.c:
1663         * ext/theora/theoradec.c:
1664         * ext/theora/theoraenc.c:
1665         * ext/vorbis/vorbisdec.c:
1666         * ext/vorbis/vorbisenc.c:
1667         * gst/audioconvert/gstaudioconvert.c:
1668         * gst/subparse/gstsubparse.c:
1669         * gst/tcp/gstmultifdsink.c:
1670         * gst/tcp/gsttcpclientsink.c:
1671         * gst/tcp/gsttcpclientsrc.c:
1672         * gst/tcp/gsttcpserversink.c:
1673         * gst/tcp/gsttcpserversrc.c:
1674           better/unified long descriptions
1675           Fixes #336477
1676
1677 2006-03-29  Wim Taymans  <wim@fluendo.com>
1678
1679         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
1680         (stop_seek):
1681         Don't let double and triple clicks mess up our state.
1682
1683 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
1684
1685         * gst/playback/gstplaybin.c: (gen_video_element),
1686         (gen_text_element), (gen_audio_element), (gen_vis_element):
1687           Error out gracefully when we can't create any of the usual
1688           conversion elements for some reason. Also, don't try to
1689           create an audioscale (sic) element that's not used anyway.
1690
1691 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
1692
1693         * gst/playback/gstplaybasebin.c: (setup_source):
1694           Don't post RESOURCE_NOT_FOUND error when we can't find a source
1695           element for a particular protocol, that's confusing for users.
1696           Instead, post a RESOURCE_FAILED error, so that our own error
1697           message is actually shown in totem etc. (#336303).
1698
1699 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
1700
1701         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1702
1703         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
1704         (gst_gnome_vfs_src_get_icy_metadata):
1705           Fix some minor memory leaks (#336194).
1706
1707 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
1708
1709         * ext/gnomevfs/gstgnomevfs.c:
1710         (gst_gnome_vfs_location_to_uri_string):
1711         * ext/gnomevfs/gstgnomevfs.h:
1712         * ext/gnomevfs/gstgnomevfssink.c:
1713         (gst_gnome_vfs_sink_set_property):
1714         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
1715           Make gnomevfssink accept filenames as well as URIs for the
1716           "location" property, just like gnomevfssrc does (and
1717           filesrc/filesink do) (#336190).
1718
1719 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
1720
1721         * tests/check/generic/clock-selection.c: (GST_START_TEST):
1722           set to NULL before unreffing, fixes a valgrind leak.
1723           Why was this not triggering the error that an object needs to
1724           be NULL before unreffing ?
1725         * win32/common/config.h:
1726           update
1727
1728 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
1729
1730         * gst/subparse/gstsubparse.c: (convert_encoding),
1731         (gst_sub_parse_change_state):
1732         * gst/subparse/gstsubparse.h:
1733           Text subtitle files may or may not be UTF-8. If it's not, we
1734           don't really want to see '?' characters in place of non-ASCII
1735           characters like accented characters. So let's assume the input
1736           is UTF-8 until we come across text that is clearly not. If it's
1737           not UTF-8, we don't really know what it is, so try the following:
1738           (a) see whether the GST_SUBTITLE_ENCODING environment variable
1739           is set; if not, check (b) if the current locale encoding is
1740           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
1741           the current locale encoding is UTF-8 and the environment variable
1742           was not set to any particular encoding. Not perfect, but better
1743           than nothing (and better than before, I think) (fixes #172848).
1744
1745 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
1746
1747         * configure.ac:
1748           update core requirement to 0.10.4.1 because of async_playback
1749           vmethod on GstBaseSink
1750
1751 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
1752
1753         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1754         * gst/adder/gstadder.c: (gst_adder_init):
1755         use DEBUG_FUNCPTR for collectpads
1756
1757 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
1758
1759         * docs/plugins/Makefile.am:
1760         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1761         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1762         * ext/cdparanoia/gstcdparanoiasrc.c:
1763         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
1764         (gst_gnome_vfs_sink_class_init):
1765         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
1766         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
1767         * ext/ogg/gstoggmux.c:
1768         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
1769         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
1770         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
1771         * ext/pango/gsttextoverlay.c:
1772         * ext/pango/gsttextrender.c:
1773         * ext/theora/theoradec.c:
1774         * ext/theora/theoraenc.c:
1775         * ext/vorbis/vorbisdec.c:
1776         * ext/vorbis/vorbisenc.c:
1777         * gst-libs/gst/audio/gstaudiofilter.c:
1778         (gst_audio_filter_base_init):
1779         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1780         (gst_audio_filter_template_base_init):
1781         * gst/adder/gstadder.c: (gst_adder_get_type):
1782         * gst/adder/gstadder.h:
1783         * gst/audioconvert/gstaudioconvert.c:
1784         * gst/audiotestsrc/gstaudiotestsrc.c:
1785         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
1786         (gst_audio_test_src_create):
1787         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1788         * gst/playback/gstdecodebin.c:
1789         * gst/playback/gstplaybin.c:
1790         * gst/playback/gststreamselector.c:
1791         (gst_stream_selector_base_init):
1792         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
1793         * gst/volume/gstvolume.c:
1794         * sys/v4l/gstv4lmjpegsink.c:
1795         * sys/v4l/gstv4lmjpegsrc.c:
1796         * tests/check/libs/cddabasesrc.c:
1797         * tests/old/examples/gob/gst-identity2.gob:
1798           Add docs for adder, use GST_ELEMENT_DETAILS macro,
1799           define GstElementDetails at the top
1800
1801 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
1802
1803         * win32/common/libgstinterfaces.def:
1804         Add a lot of export functions for gst-python
1805         * win32/vs6/libgstinterfaces.dsp:
1806         Add a missing include folder in the project configuration
1807         
1808 2006-03-23  Wim Taymans  <wim@fluendo.com>
1809
1810         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1811         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
1812         (gst_base_audio_src_change_state):
1813         Fix audio sources, forgot to make the ringbuffer
1814         startable...
1815
1816 2006-03-23  Wim Taymans  <wim@fluendo.com>
1817
1818         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1819         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
1820         (gst_base_audio_src_change_state):
1821         unparent instead of unref the ringbuffer.
1822
1823 2006-03-23  Wim Taymans  <wim@fluendo.com>
1824
1825         * gst-libs/gst/audio/gstbaseaudiosink.c:
1826         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
1827         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
1828         Implement new async_play vmethod to start slaving and allow
1829         playback start in case of async PLAY state changes. 
1830
1831         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
1832         Enable QoS with new method in base class.
1833
1834 2006-03-23  Wim Taymans  <wim@fluendo.com>
1835
1836         Patch by: Julien MOUTTE <julien at moutte dot net>
1837
1838         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
1839         (gst_video_test_src_do_seek), (gst_video_test_src_create):
1840         Partially handle 0 framerate, only EOS after the first frame
1841         is missing.
1842
1843 2006-03-23  Wim Taymans  <wim@fluendo.com>
1844
1845         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
1846
1847         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1848         (gst_riff_create_video_template_caps):
1849         * gst/ffmpegcolorspace/avcodec.h:
1850         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1851         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1852         (gst_ffmpegcsp_avpicture_fill):
1853         * gst/ffmpegcolorspace/imgconvert.c:
1854         Patch for support of YVU9 AVI files (#334822)
1855
1856 2006-03-22  Edward Hervey  <edward@fluendo.com>
1857
1858         * docs/design/design-decodebin.txt:
1859         Added design document for new decodebin
1860         (Target Caps): text/x-pango-markup is also a default target caps.
1861
1862 2006-03-22  Wim Taymans  <wim@fluendo.com>
1863
1864         * gst-libs/gst/audio/gstbaseaudiosink.c:
1865         (gst_base_audio_sink_dispose):
1866         Since we _parent the ringbuffer, we also need to
1867         _unparent instead of a plain _unref.
1868
1869 2006-03-22  Wim Taymans  <wim@fluendo.com>
1870
1871         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
1872         (stop_seek), (scrub_toggle_cb), (main):
1873         Add scrub checkbox.
1874
1875 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
1876
1877         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
1878         (gst_ogg_parse_chain):
1879           Fix very inefficient usage of linked lists (#335365).
1880
1881 2006-03-21  Edward Hervey  <edward@fluendo.com>
1882
1883         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
1884         * gst/playback/gstplaybin.c: (handoff):
1885         * gst/playback/gststreamselector.c:
1886         (gst_stream_selector_set_property):
1887         gcc 4.1 unreferenced pointer fixes.
1888         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1890         gst_buffer_ref() now takes a GstBuffer*.
1891
1892 2006-03-20  Julien MOUTTE  <julien@moutte.net>
1893
1894         * sys/xvimage/xvimagesink.c:
1895         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
1896         by Jan Schmidt.
1897
1898 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
1899
1900         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
1901         (id3v1_type_find), (apetag_type_find), (plugin_init):
1902           Can't do tag preferences via probability, as tags would then
1903           lose against types that are recognised with MAXIMUM probability
1904           (like .wav); so let all tag typefinders return MAXIMUM themselves
1905           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
1906           that we can prefer APE to ID3v1 (fixes #335028).
1907           
1908 2006-03-17  Wim Taymans  <wim@fluendo.com>
1909
1910         * gst-libs/gst/audio/gstbaseaudiosink.c:
1911         (gst_base_audio_sink_change_state):
1912         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
1913         (gst_ring_buffer_may_start):
1914         * gst-libs/gst/audio/gstringbuffer.h:
1915         Only start playback if we are playing.
1916         should fix #330748.
1917
1918 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
1919
1920         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
1921         * win32/common/config.h:
1922           Revert accidental commits to these files.
1923
1924 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
1925
1926         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
1927
1928         * tests/Makefile.am:
1929           Don't try to build tests in tests/icles if we
1930           don't have X (#323852)
1931
1932 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
1933
1934         * gst-libs/gst/tag/gstid3tag.c:
1935           Add TXXX frame identifiers for replaygain stuff as used
1936           by some taggers (see #323721).
1937
1938 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
1939
1940         * gst/playback/gststreamselector.c:
1941         (gst_stream_selector_set_property),
1942         (gst_stream_selector_bufferalloc):
1943           Preserve the existing buggy streamselector behaviour by performing
1944           a fallback buffer allocation when downstream isn't linked yet.
1945           This should really be fixed in playbin by blocking pads until it's
1946           linked them.
1947           Also, use gst_pad_alloc_buffer instead of
1948           gst_pad_alloc_buffer_and_set.
1949
1950 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
1951
1952         * gst-libs/gst/tag/gstid3tag.c:
1953           Don't crash on unknown ID3v2 TXXX frames.
1954           
1955 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
1956
1957         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
1958           Chain up to the parent finalize method.
1959           Add 32-bit sample size to the template caps.
1960
1961         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1962         (gst_riff_create_video_template_caps):
1963           Add the fourcc that the VMWare codec uses.
1964           
1965         * gst/playback/gststreamselector.c:
1966         (gst_stream_selector_set_property),
1967         (gst_stream_selector_bufferalloc),
1968         (gst_stream_selector_request_new_pad):
1969           For the active pad, forward buffer-alloc requests, otherwise
1970           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
1971           having to memcpy every frame when used by playbin.
1972
1973         * gst/tcp/gstmultifdsink.c:
1974         (gst_multi_fd_sink_handle_client_write):
1975           Get negotiated caps from the sink pad, rather than the sink
1976           pad's peer.
1977
1978 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
1979
1980         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1981         
1982         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
1983           Don't forget to set src->callbacks_pushed to FALSE again when
1984           popping them, otherwise re-activation in a different mode won't
1985           work (#334620).
1986
1987 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
1988
1989         Patch by: Sebastien Moutte  <sebastien moutte net>
1990
1991         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
1992         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
1993         (gst_ffmpeg_smpfmt_to_caps):
1994           Replace __VA_ARGS__ caps creation macros with varargs functions.
1995           Makes things compile on MSVC (#320765), looks nicer, and we can
1996           tell the compiler to check for the NULL terminator.
1997
1998 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
1999
2000         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
2001
2002         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2003           Make sure the buffer we copy into is really always big
2004           enough, this time for real (#333488).
2005           
2006 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
2007
2008         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2009           Add support for 24bpp DIB (#305279).
2010
2011 2006-03-14  Wim Taymans  <wim@fluendo.com>
2012
2013         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
2014         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
2015         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
2016         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
2017         (gst_video_scale_init), (gst_video_scale_src_event):
2018         Re-enable QoS after the release.
2019         Rework videoscale to use the base class src_event handler.
2020
2021 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
2022
2023         * configure.ac:
2024           back to CVS.
2025
2026 === release 0.10.5 ===
2027
2028 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
2029
2030         * configure.ac:
2031           releasing 0.10.5, "Net"
2032
2033 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
2034
2035         * docs/plugins/Makefile.am:
2036           Part of previous cdparanoiasrc docs fixes, forgot to commit.
2037           
2038 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
2039
2040         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2041         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2042         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2043           Add cdparanoiasrc to docs.
2044
2045         * gst-libs/gst/cdda/gstcddabasesrc.c:
2046           More GstCddaBaseSrc docs.
2047
2048 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
2049
2050         * docs/libs/gst-plugins-base-libs-sections.txt:
2051         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
2052         * gst-libs/gst/tag/tag.h:
2053           API: libgsttag: new method gst_tag_from_id3_user_tag().
2054
2055 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
2056
2057         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2058           NULL-terminate array of mpeg4 video file extensions.
2059           Fixes crash on PPC (#334226).
2060
2061 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
2062
2063         * ext/gnomevfs/gstgnomevfssrc.c:
2064         (gst_gnome_vfs_src_check_get_range):
2065           gnome_vfs_uri_is_local() alone is not a good indicator
2066           whether we can operate in pull-mode with a specific URI,
2067           as it returns FALSE for file:// URIs that point to an
2068           NFS-mounted path. Be more conservative here: whitelist
2069           local files, blacklist http URIs and use the old
2070           mechanism for anything else (fixes #334216).
2071
2072 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2073
2074         * configure.ac:
2075           back to trunk
2076
2077 === release 0.10.4 ===
2078
2079 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
2080
2081         * configure.ac:
2082           releasing 0.10.4, "Power"
2083
2084 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
2085
2086         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
2087         Disable max-lateness by setting it to -1 for now, so that 
2088         we can bed QoS stuff in thoroughly between now and the next
2089         release.
2090
2091 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2092
2093         Patch by: Fabrizio Gennari
2094
2095         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2096           Make sure we don't read beyond the palette buffer in case of
2097           broken or manipulated files (#333488)
2098
2099 2006-03-10  Edward Hervey  <edward@fluendo.com>
2100
2101         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2102         Fix for variable not initialized.
2103
2104 2006-03-09  Wim Taymans  <wim@fluendo.com>
2105
2106         * ext/libvisual/visual.c: (gst_visual_get_type),
2107         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
2108         (gst_visual_chain):
2109         Small cleanups.
2110
2111         * ext/theora/gsttheoradec.h:
2112         * ext/theora/theoradec.c: (gst_theora_dec_init),
2113         (gst_theora_dec_reset), (_theora_granule_time),
2114         (theora_dec_src_convert), (theora_dec_sink_convert),
2115         (theora_dec_src_query), (theora_dec_src_event),
2116         (theora_dec_sink_event), (theora_handle_comment_packet),
2117         (theora_handle_header_packet), (theora_dec_push),
2118         (theora_handle_data_packet), (theora_dec_chain),
2119         (theora_dec_change_state):
2120         Add simple QoS.
2121
2122 2006-03-09  Wim Taymans  <wim@fluendo.com>
2123
2124         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
2125         (audiocast_register_listener), (gst_gnome_vfs_src_start):
2126         Some cleanups.
2127
2128 2006-03-09  Wim Taymans  <wim@fluendo.com>
2129
2130         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
2131         Don't try to activate NULL chains.
2132
2133 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2134
2135         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2136           Fix invalid memory access to region before peek'd data (#332964).
2137
2138 2006-03-09  Wim Taymans  <wim@fluendo.com>
2139
2140         Patch by: Christophe Fergeau
2141
2142         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
2143         * ext/pango/gsttextrender.c: (gst_text_render_init):
2144         * gst/adder/gstadder.c: (gst_adder_init):
2145         Don't leak padtemplates, closes #333510.
2146
2147 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2148
2149         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
2150           Fix invalid memory access: make sure string passed to
2151           regexec() is NUL-termianted.
2152
2153 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2154
2155         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2156         (mp3_type_find):
2157           Refactor mpeg/audio typefinding to make it more maintainable
2158           and easier to fine-tune. Make probing into middle of the file
2159           work properly (fixes #333900, also see #152688).
2160
2161 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2162
2163         * gst/typefind/gsttypefindfunctions.c:
2164         (utf8_type_find_have_valid_utf8_at_offset):
2165           Remove part from previous commit that was bogus:
2166           g_utf8_validate() does in fact not accept embedded
2167           zeroes, so we don't need to check for those (thanks
2168           to Mike for the hint).
2169
2170 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
2171
2172         * gst/typefind/gsttypefindfunctions.c:
2173         (utf8_type_find_count_embedded_zeroes),
2174         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
2175           Make plain/text typefinder more conservative: firstly, check
2176           for embedded zeroes, which are perfectly valid UTF-8 characters,
2177           but also a fairly good sign that something is not a plain text
2178           file; secondly, probe into the middle of the file if possible.
2179           If we can't probe into the middle, limit the probability value
2180           to be returned to TYPE_FIND_POSSIBLE (see #333900).
2181
2182 2006-03-08  Michael Smith  <msmith@fluendo.com>
2183
2184         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2185           Make typefind function name for mpeg4 video unique.
2186
2187 2006-03-08  Wim Taymans  <wim@fluendo.com>
2188
2189         * ext/libvisual/visual.c: (gst_visual_init),
2190         (gst_visual_clear_actors), (gst_visual_dispose),
2191         (gst_visual_reset), (gst_visual_src_setcaps),
2192         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
2193         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
2194         (gst_visual_chain), (gst_visual_change_state):
2195         Cleanups, post nice errors.
2196         Handle sink and src events.
2197         Implement simple QoS.
2198
2199         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
2200         Use new basesink methods to configure max-lateness.
2201         Small doc update.
2202
2203         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2204         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
2205         Debug statement cleanups.
2206
2207         * gst/volume/gstvolume.c: (gst_volume_class_init):
2208         Simple cleanup.
2209
2210 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
2211
2212         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
2213         (gst_text_overlay_init), (gst_text_overlay_set_property),
2214         (gst_text_overlay_get_property):
2215           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
2216           as string type properties, but mark them deprecated. Add
2217           'halignment' and 'valignment' properties that use enums
2218           instead of strings.
2219
2220 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
2221
2222         Patch by: Fabrizio Gennari
2223
2224         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2225           Allow palettes with less than 256 colours in AVI files
2226           (#333488)
2227
2228 2006-03-07  Julien MOUTTE  <julien@moutte.net>
2229
2230         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
2231         (gst_text_overlay_video_event): Fix wrong EOS handling on text
2232         pad. We were releasing the queued text buffer when we should keep
2233         it until video pad gets EOS or discard the text buffer because it's
2234         too old. That was eating the last subtitle buffer. Add some more
2235         debug.
2236
2237 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2238
2239         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
2240         (gst_text_overlay_video_chain):
2241           Fix invalid memory access (we can't access a buffer after it's been
2242           pushed downstream without taking a reference); fix memory leak (if
2243           there's no text to render, bail out before allocating stuff).
2244
2245 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2246
2247         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2248         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
2249         * ext/pango/gsttextoverlay.h:
2250           If input is plain text, escape it before passing it to
2251           pango_layout_set_markup().
2252
2253 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2254
2255         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
2256           Don't ignore flow return from gst_pad_push().
2257
2258 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2259
2260         Patch by: Fabrizio Gennari
2261
2262         * ext/libvisual/visual.c: (gst_visual_getcaps),
2263         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
2264         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
2265         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
2266         (gst_vorbisenc_convert_sink):
2267         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
2268         (gst_audio_duration_from_pad_buffer):
2269         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
2270         (gst_audio_filter_chain):
2271         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2272         (gst_base_rtp_depayload_setcaps):
2273         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
2274         (gst_video_get_size):
2275         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
2276           Don't leak references returned by gst_pad_get_parent()
2277           (#333663)
2278
2279 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
2280
2281         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
2282           change location param details
2283         * gst/volume/gstvolume.c: (plugin_init):
2284           correct plugin description
2285
2286 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
2287
2288         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
2289         (gst_gnome_vfs_src_check_get_range):
2290           Override GstBaseSrc::check_get_range() in order to avoid opening
2291           the resource just to check whether we can operate in pull-mode or
2292           not - we can predict that pretty well from the URI alone. Should
2293           fix problems with last.fm (#331690). (Requires latest core CVS).
2294
2295 2006-03-06  Wim Taymans  <wim@fluendo.com>
2296
2297         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
2298         (gst_video_sink_class_init):
2299         Throw away frames that are later than 20 ms.
2300
2301 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
2302
2303         Patch by: Fabrizio Gennari
2304
2305         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2306           Set depth on WMA caps (#333545)
2307
2308 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2309
2310         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
2311         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
2312           put Theora BOS pages before others.  This hardcodes
2313           the Ogg/Theora I profile, but hey.
2314
2315 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2316
2317         * ext/ogg/README:
2318           updated with some examples
2319         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
2320         (granulepos_add), (theora_buffer_from_packet):
2321         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
2322         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
2323         (gst_vorbisenc_chain):
2324           implement strategy from ext/ogg/README
2325         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
2326         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
2327         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
2328         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
2329           Fix muxer so that oggz-validate is happy with all streams;
2330           except for no eos mark, and the BOS page ordering
2331         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
2332         (check_buffer_granulepos):
2333         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
2334           update tests to check for OFFSET being set as requested
2335           fixed type of granulepos, it's not a ClockTime
2336
2337 2006-03-05  Julien MOUTTE  <julien@moutte.net>
2338
2339         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2340         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
2341         Check that the xvimage we are creating has a correct size
2342         before returning it. (#314897)
2343
2344 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
2345
2346         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2347           Give id3 and ape tag typefinders a rank slightly higher
2348           than PRIMARY to ensure they're always run before any of
2349           the other typefinders (in particular wav and mp3) (#324186).
2350
2351 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
2352
2353         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2354           Add support for '3IVD' fourcc (#333403).
2355
2356 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
2357
2358         * configure.ac:
2359           Bump requirements to GStreamer CVS for the new error enum.
2360
2361         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
2362           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
2363           space left on the device (fixes #333352).
2364
2365 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
2366
2367         * win32/vs6:
2368           add a project file for libgstvolume
2369           update the workspace
2370
2371 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2372
2373         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
2374         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
2375         (GST_START_TEST):
2376           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
2377           Set IN_CAPS on header buffers
2378
2379 2006-03-02  Wim Taymans  <wim@fluendo.com>
2380
2381         * docs/plugins/Makefile.am:
2382         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2383         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2384         Add audioresample to docs.
2385
2386         * gst/audioconvert/gstaudioconvert.c:
2387         Add revision date.
2388
2389         * gst/audioresample/gstaudioresample.c:
2390         (gst_audioresample_base_init), (gst_audioresample_class_init),
2391         (gst_audioresample_init), (gst_audioresample_dispose),
2392         (audioresample_get_unit_size), (audioresample_transform_caps),
2393         (resample_set_state_from_caps), (audioresample_transform_size),
2394         (audioresample_set_caps), (audioresample_event),
2395         (audioresample_do_output), (audioresample_transform),
2396         (audioresample_pushthrough), (gst_audioresample_set_property),
2397         (gst_audioresample_get_property), (plugin_init):
2398         * gst/audioresample/gstaudioresample.h:
2399         Added docs.
2400         Small code cleanups.
2401
2402 2006-03-02  Wim Taymans  <wim@fluendo.com>
2403
2404         * docs/plugins/Makefile.am:
2405         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2406         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2407         Added videoscale to docs.
2408
2409         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2410         (gst_video_rate_swap_prev), (gst_video_rate_event),
2411         (gst_video_rate_chain):
2412         Fix typo in docs.
2413
2414         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
2415         (gst_video_scale_init), (gst_video_scale_prepare_size),
2416         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
2417         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
2418         * gst/videoscale/gstvideoscale.h:
2419         Added docs, examples.
2420         Some code cleanups.
2421         Post errors instead of g_warning.
2422
2423 2006-03-02  Wim Taymans  <wim@fluendo.com>
2424
2425         * docs/libs/gst-plugins-base-libs-docs.sgml:
2426         * docs/libs/gst-plugins-base-libs-sections.txt:
2427         * docs/libs/gst-plugins-base-libs.types:
2428         * docs/plugins/Makefile.am:
2429         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2430         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2431         Added some more docs to libs and plugins.
2432
2433         * gst-libs/gst/audio/gstringbuffer.c:
2434         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
2435         * gst-libs/gst/audio/gstringbuffer.h:
2436         Document ringbuffer some more.
2437
2438         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
2439         (gst_video_rate_setcaps), (gst_video_rate_reset),
2440         (gst_video_rate_init), (gst_video_rate_flush_prev),
2441         (gst_video_rate_swap_prev), (gst_video_rate_event),
2442         (gst_video_rate_chain), (gst_video_rate_change_state):
2443         * gst/videorate/gstvideorate.h:
2444         Fix videorate to use segments.
2445         Make it work with 0/1 framerates (closes #331903)
2446         Handle EOS correctly.
2447         Added docs.
2448
2449 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
2450
2451         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
2452         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
2453         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
2454           In state change function, first chain up to parent class,
2455           then handle downwards state change stuff. Remove some
2456           commented out cruft from 0.8 code.
2457
2458 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
2459
2460         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
2461         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
2462         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
2463         (gst_ogm_parse_chain):
2464           Don't remove/re-add source pad if the new caps are the same as
2465           the old caps anyway (#333042). When removing source pad, don't
2466           unref it afterwards - we didn't ref it when adding. Sprinkle some
2467           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
2468           after using gst_pad_get_parent(). Return downstream flow return
2469           value in chain function.
2470
2471 2006-03-02  Wim Taymans  <wim@fluendo.com>
2472
2473         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2474         * docs/plugins/gst-plugins-base-plugins.args:
2475         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2476         * docs/plugins/gst-plugins-base-plugins.interfaces:
2477         * docs/plugins/gst-plugins-base-plugins.signals:
2478         Fix hierarchy, added some more elements to the docs.
2479
2480         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2481         (gst_ffmpegcsp_get_type):
2482         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
2483         Fix docs for ffmpegcolorspace.
2484
2485 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
2486
2487         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
2488         (apetag_type_find), (ape_type_find), (plugin_init):
2489           Some typefinding fine-tuning:
2490           - rank ID3/APE tags in order of preference via probabilities, so that
2491             ID3v2 > APEv2 > APEv1 > ID3v1.
2492           - three or four bytes don't really justify MAXIMUM probability,
2493             change those to 'very likely' (musepack and monkeysaudio).
2494
2495 2006-03-01  Wim Taymans  <wim@fluendo.com>
2496
2497         * docs/plugins/Makefile.am:
2498         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2499         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2500         * ext/alsa/gstalsamixer.c:
2501         * ext/alsa/gstalsamixer.h:
2502         * ext/alsa/gstalsamixerelement.c:
2503         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
2504         * ext/alsa/gstalsamixerelement.h:
2505         * ext/alsa/gstalsasink.c:
2506         * ext/alsa/gstalsasink.h:
2507         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
2508         (gst_alsasrc_init):
2509         * ext/alsa/gstalsasrc.h:
2510         Added alsa docs.
2511         Small code cleanups.
2512
2513 2006-03-01  Wim Taymans  <wim@fluendo.com>
2514
2515         * ext/theora/Makefile.am:
2516         Dist new header too,
2517
2518 2006-03-01  Wim Taymans  <wim@fluendo.com>
2519
2520         * docs/plugins/Makefile.am:
2521         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2522         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2523         * ext/gnomevfs/gstgnomevfssink.h:
2524         * ext/gnomevfs/gstgnomevfssrc.h:
2525         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2526         * ext/vorbis/vorbisdec.h:
2527         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
2528         * ext/vorbis/vorbisenc.h:
2529         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
2530         (vorbis_parse_chain), (vorbis_parse_change_state):
2531         * ext/vorbis/vorbisparse.h:
2532         * gst/audioconvert/gstaudioconvert.h:
2533         * gst/tcp/gsttcpserversink.h:
2534         * gst/videotestsrc/gstvideotestsrc.c:
2535         * gst/videotestsrc/gstvideotestsrc.h:
2536         * gst/volume/gstvolume.c:
2537         * gst/volume/gstvolume.h:
2538         Fix some more docs.
2539         Added docs for vorbisdec and vorbisparse.
2540         Fix vorbisparse.
2541
2542 2006-03-01  Wim Taymans  <wim@fluendo.com>
2543
2544         * docs/plugins/Makefile.am:
2545         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2546         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2547         * ext/pango/gstclockoverlay.h:
2548         * ext/pango/gsttextoverlay.h:
2549         * ext/pango/gsttextrender.h:
2550         * ext/pango/gsttimeoverlay.h:
2551         * ext/theora/gsttheoradec.h:
2552         * ext/theora/gsttheoraenc.h:
2553         * ext/theora/theoradec.c:
2554         * ext/theora/theoraenc.c:
2555         * gst/audioconvert/gstaudioconvert.h:
2556         * gst/audiotestsrc/gstaudiotestsrc.h:
2557         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
2558         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
2559         * gst/tcp/gstmultifdsink.h:
2560         Updated/added documentation.
2561
2562         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
2563         (gst_text_overlay_halign_get_type),
2564         (gst_text_overlay_wrap_mode_get_type),
2565         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
2566         (gst_text_overlay_init), (gst_text_overlay_set_property),
2567         (gst_text_overlay_get_property):
2568         Fix up properties to be enums instead of string to make bindings,
2569         introspection and automatic GUI creation possible.
2570         Add getters for the properties.
2571
2572 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
2573
2574         * gst/audiotestsrc/gstaudiotestsrc.c:
2575           added defines of M_PI and M_PI_2
2576         * gst/ffmpegcolorspace/avcodec.h:
2577           removed #include "stdint.h" for win32 as _stdint.h is 
2578           autogenerated to win32/common
2579         * win32/common/libgstaudio.def:
2580         * win32/common/libgsttag.def:
2581           added some exports
2582         * win32/vs6:
2583           some project files bugs corrected
2584         * win32/vs7:
2585           project files are reset to the default vs7 configuration 
2586           (they link to msvcr71.dll using default optimizations)
2587           
2588 2006-02-28  Wim Taymans  <wim@fluendo.com>
2589
2590         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
2591         Fix some docs.
2592
2593 2006-02-28  Edward Hervey  <edward@fluendo.com>
2594
2595         * ext/alsa/gstalsasrc.c:
2596         Set proper class on the ElementDetails:
2597         Source/Audio instead of Src/Audio/
2598
2599 2006-02-28  Edward Hervey  <edward@fluendo.com>
2600
2601         * gst/videoscale/vs_scanline.c:
2602         (vs_scanline_resample_nearest_RGBA):
2603         Revert optimization in videoscale. It should go in liboil and have
2604         an appropriate liboil function.
2605
2606 2006-02-28  Wim Taymans  <wim@fluendo.com>
2607
2608         * gst-libs/gst/audio/gstbaseaudiosink.c:
2609         (gst_base_audio_sink_provide_clock):
2610         Don't try to provide a clock in the NULL state.
2611
2612 2006-02-28  Wim Taymans  <wim@fluendo.com>
2613
2614         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
2615         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
2616         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2617         (gst_ogg_demux_deactivate_current_chain),
2618         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
2619         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
2620         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
2621         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
2622         Use GstSegment infrastructure to remove duplicated code
2623         and handle more seek cases correctly.
2624
2625 2006-02-28  Wim Taymans  <wim@fluendo.com>
2626
2627         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2628         (gst_ffmpegcsp_transform):
2629         Don't ignore return code from ffmpeg convert function.
2630
2631         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
2632         Split out some long statements to ease debugging.
2633
2634 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
2635
2636         * ext/libvisual/visual.c: (gst_visual_init),
2637         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
2638         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
2639         being able to renegotiate the size. Instead, use the negotiation
2640         algorithm from the goom plugin to pick an initial output caps. 
2641
2642         Also, allow theoretical libvisual plugins that might support non-GL 
2643         output even if they also do GL.
2644
2645 2006-02-26  Julien MOUTTE  <julien@moutte.net>
2646
2647         * ext/libvisual/visual.c: (gst_visual_init),
2648         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
2649         (plugin_init): Load only non GL plugins. Fix some memleaks and 
2650         possible negotiation issues.
2651
2652 2006-02-25  Julien MOUTTE  <julien@moutte.net>
2653
2654         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
2655
2656 2006-02-24  Michael Smith  <msmith@fluendo.com>
2657
2658         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
2659         (cmml_type_find), (plugin_init):
2660           Fix CMML type find function to not require a specific minor version
2661           of the CMML header.
2662
2663           Add an MPEG4 video elementary stream typefind function.
2664
2665 2006-02-04  Michael Smith  <msmith@fluendo.com>
2666
2667         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2668         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
2669         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2670         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
2671         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
2672         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
2673           Annodex support in ogg demuxer. Doesn't do very much without the
2674           other annodex patches (to come).
2675
2676 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2677
2678         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
2679
2680         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2681           Pick up palette for MS video v1 (#327028)
2682
2683 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2684
2685         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2686         (gst_ffmpegcsp_caps_remove_format_info),
2687         (gst_ffmpegcsp_get_unit_size):
2688           The 'palette_data' field from incoming RGB caps shouldn't be
2689           proxied on outgoing YUV caps; also, restrict unit size
2690           adjustment in case of paletted data only to the unit that
2691           actually has a palette. Fixes #330711.
2692
2693 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2694
2695         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2696         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
2697         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
2698         (gst_ffmpegcsp_get_unit_size):
2699           Plug some memory leaks.
2700
2701 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2702
2703         * sys/ximage/Makefile.am:
2704         * sys/xvimage/Makefile.am:
2705           Add some _CFLAGS and _LIBS that seem to be missing
2706           and/or required for Cygwin (see #317048).
2707
2708 2006-02-22  Wim Taymans  <wim@fluendo.com>
2709
2710         * ext/alsa/gstalsasrc.c:
2711         Fix description as pointed out by caugier.
2712
2713 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
2714
2715         Reviewed by : Edward Hervey  <edward@fluendo.com>
2716
2717         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
2718         (qt_type_find):
2719         Better 3gp typefinding (#331526).
2720
2721 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
2722
2723         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
2724           Don't send EOS event here, the base class will send one for us.
2725
2726         * gst/playback/gstplaybasebin.c: (prepare_output):
2727           Subpictures without video stream aren't allowed either.
2728         
2729         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
2730           Fix debug statement copy'n'paste-o.
2731
2732 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
2733
2734         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
2735           Fix issues with mixer keeping state when muting/unmuting
2736           and when changing the volume whilst muted (see #331763
2737           and #331765).
2738
2739 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
2740
2741         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
2742         (parse_subrip), (gst_sub_parse_format_autodetect):
2743           Set right caps given that we send escaped text. Also,
2744           honour <i></i>, <b></b> and <u></u> markers that can be found
2745           in .srt files (fixes #310202).
2746
2747 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
2748
2749         * gst-libs/gst/audio/mixerutils.c:
2750         (element_factory_rank_compare_func):
2751           Make order in which elements are tried more determinable.
2752
2753 2006-02-20  Julien MOUTTE  <julien@moutte.net>
2754
2755         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2756         (remove_element_chain), (cleanup_decodebin),
2757         (gst_decode_bin_change_state): Make decodebin reusable by
2758         fixing remove_element_chain first and then introduce a
2759         cleaner in state change to ->NULL. (Closes #331678)
2760
2761 2006-02-19  Wim Taymans  <wim@fluendo.com>
2762
2763         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
2764         use 0666 mask when creating files so umask gets applied
2765         correctly. Fixes #331295.
2766
2767 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
2768
2769         * gst/subparse/Makefile.am:
2770         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
2771         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
2772         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
2773         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
2774         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
2775         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
2776         * gst/subparse/gstssaparse.h:
2777         * gst/subparse/gstsubparse.c: (plugin_init):
2778           Add very basic parser for SSA subtitle streams (as often
2779           found in matroska files).
2780
2781 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
2782
2783         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
2784           That should be text/x-pango-markup, not text/x-pango-layout.
2785
2786 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2787
2788         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
2789         Polishing.
2790
2791 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2792
2793         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2794         (gst_text_overlay_finalize), (gst_text_overlay_init),
2795         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2796         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2797         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
2798         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
2799         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
2800         Fix state change deadlock.
2801
2802 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2803
2804         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2805         (gst_text_overlay_finalize), (gst_text_overlay_init),
2806         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2807         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2808         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
2809         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
2810         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
2811         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
2812         and subtitles files.
2813
2814 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2815
2816         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
2817         should be considered as raw.
2818
2819 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2820
2821         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
2822         (cb_probe):
2823         * gst/playback/gststreaminfo.h: Introduce language informations.
2824
2825 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
2826
2827         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2828         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
2829         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2830         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2831         Set shared memory segments to be deleted as soon as we have attached,
2832         that way they get cleaned up automatically if we crash.
2833
2834 2006-02-18  Julien MOUTTE  <julien@moutte.net>
2835
2836         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
2837         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
2838         functions are called with lock held.
2839
2840 2006-02-18  Julien MOUTTE  <julien@moutte.net>
2841
2842         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2843         (gst_text_overlay_finalize), (gst_text_overlay_init),
2844         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2845         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2846         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
2847         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
2848         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2849         (gst_text_overlay_change_state): Refactoring of textoverlay
2850         without collectpads. This now supports sparse subtitles coming
2851         from a demuxer instead of a sub file. Seeking is still broken 
2852         though. Need to discuss with wtay some more on how to handle
2853         seeking correctly.
2854         * ext/pango/gsttextoverlay.h:
2855         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
2856         subtitles coming from the demuxer.
2857
2858 2006-02-17  Wim Taymans  <wim@fluendo.com>
2859
2860         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
2861         (gst_vorbisenc_convert_sink):
2862         Use some more scaling functions.
2863
2864 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
2865
2866         * ext/cdparanoia/gstcdparanoiasrc.c:
2867         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
2868         (gst_cd_paranoia_paranoia_callback),
2869         (gst_cd_paranoia_src_signal_is_being_watched),
2870         (gst_cd_paranoia_src_read_sector):
2871         * ext/cdparanoia/gstcdparanoiasrc.h:
2872           Add back 'transport-error' and 'uncorrected-error' signals and
2873           make them actually be fired when bad stuff happens (#319340).
2874
2875 2006-02-17  Wim Taymans  <wim@fluendo.com>
2876
2877         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
2878         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
2879         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
2880         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
2881         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
2882         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
2883         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
2884         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
2885         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
2886         (gst_ring_buffer_clear):
2887         Small cleanups.
2888         Added some G_LIKELY.
2889
2890 2006-02-17  Wim Taymans  <wim@fluendo.com>
2891
2892         * gst-libs/gst/audio/TODO:
2893         Update TODO
2894
2895         * gst-libs/gst/audio/gstbaseaudiosink.c:
2896         (gst_base_audio_sink_get_offset):
2897         When trying to play samples ASAP and we don't have a
2898         previous sample, try to play at position 0 instead of
2899         an invalid position.
2900
2901 2006-02-17  Wim Taymans  <wim@fluendo.com>
2902
2903         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
2904         (gst_alsasink_reset):
2905         Also release lock when we get an error in _reset();
2906         fix an error message.
2907
2908 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2909
2910         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
2911         (gst_alsasink_init), (get_channel_free_structure),
2912         (caps_add_channel_configuration), (gst_alsasink_getcaps),
2913         (gst_alsasink_close):
2914         * ext/alsa/gstalsasink.h:
2915           Add support for more than 2 channels (#326720).
2916
2917 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2918
2919         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2920           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
2921           with 4 or 6 channels, assume a default channel layout to make things
2922           work (not sure there's anything else we can do in those cases).
2923
2924 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2925
2926         * gst-libs/gst/audio/multichannel.c:
2927           Minor docs fix.
2928
2929         * gst-libs/gst/riff/Makefile.am:
2930         * gst-libs/gst/riff/riff-ids.h:
2931         * gst-libs/gst/riff/riff-media.c:
2932         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
2933           Add support for WAVEFORMATEX, eg. PCM audio with more than two
2934           channels and a channel layout map.
2935           
2936 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
2937
2938         Reviewed by Edward Hervey  <edward@fluendo.com>
2939
2940         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
2941         C-level optimization of the RGBA nearest neighbour function.
2942         Eventually this might end up in liboil with vectorized versions.
2943
2944 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2945
2946         * gst-libs/gst/audio/multichannel.c:
2947         (gst_audio_get_channel_positions):
2948           When we have more than 2 channels, but no channel layout is
2949           specified in the caps, return some default channel layout
2950           to the caller and warn about about a possibly buggy element
2951           (could be buggy filtercaps as well of course) (#317038).
2952
2953 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2954
2955         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2956           Add gst-libs/gst/cdda to list of lib search paths.
2957
2958 2006-02-15  Andy Wingo  <wingo@pobox.com>
2959
2960         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
2961         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
2962         to the Lord Jesus that I do not have to touch the ogg muxer ever
2963         again.
2964
2965 2006-02-15  Edward Hervey  <edward@fluendo.com>
2966
2967         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
2968         quicktime movie files can also contain 'uuid' atoms.
2969
2970 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
2971
2972         * gst/audioconvert/plugin.c: (plugin_init):
2973           Register the GstAudioChannelPosition enum type with the type
2974           system in the plugin_init function, so that it is known before
2975           any element actually makes use of multi-channel stuff. This is
2976           required for example if one wants to be able to deserialise/use
2977           a caps string with channel positions before any pipeline has
2978           been setup and started, like with gst-launch.
2979
2980 2006-02-14  Wim Taymans  <wim@fluendo.com>
2981
2982         * gst-libs/gst/audio/gstringbuffer.c:
2983         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
2984         (gst_ring_buffer_samples_done), (wait_segment),
2985         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
2986         Add some compiler G_(UN_)LIKELY help.
2987         SIGNAL the ringbuffer waiters when going to PAUSED as well to
2988         make sure they can exit their functions. Should fix #330748
2989
2990 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2991
2992         * Makefile.am:
2993         * configure.ac:
2994         * win32/MANIFEST:
2995         * win32/common/_stdint.h:
2996           Windows does not have long long; copy the generated _stdint.h
2997         * win32/common/interfaces-enumtypes.c:
2998         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
2999         (gst_mixer_track_flags_get_type),
3000         (gst_tuner_channel_flags_get_type):
3001         * win32/common/multichannel-enumtypes.c:
3002         (gst_audio_channel_position_get_type):
3003           update
3004
3005 2006-02-13  Wim Taymans  <wim@fluendo.com>
3006
3007         * gst-libs/gst/audio/gstbaseaudiosink.c:
3008         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
3009         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3010         Always sync on first sample we receive when starting.
3011
3012 2006-02-13  Wim Taymans  <wim@fluendo.com>
3013
3014         * gst/playback/gstplaybin.c: (gen_vis_element):
3015         Update vis bin docs.
3016         Move queue after tee so we don't queue video buffers but
3017         audio samples instead. Fixes problems where the video queue
3018         is filled and the audio queue empty.
3019
3020 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
3021
3022         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3023           No need to push an EOS event here, GstBaseSrc will do that for us
3024           when we return FLOW_UNEXPECTED.
3025           
3026 2006-02-12  Wim Taymans  <wim@fluendo.com>
3027
3028         * gst-libs/gst/audio/gstbaseaudiosink.c:
3029         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
3030         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
3031         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3032         Use scale functions when possible.
3033         Fix error messages.
3034         Free clockid when after waiting for EOS.
3035         Use G_(UN_)LIKLY when it makes sense.
3036         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
3037
3038 2006-02-12  Edward Hervey  <edward@fluendo.com>
3039
3040         * gst/playback/gstplaybasebin.c: (prepare_output): 
3041         Remove stray semi-colon (fixes #330888).
3042
3043 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
3044
3045         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
3046         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
3047         Fix up the XShm call testing so that we catch errors, and don't
3048         cause new ones by attempting to detach from a segment we failed
3049         to attach to. Fixes #312439.
3050
3051 2006-02-10  Edward Hervey  <edward@fluendo.com>
3052
3053         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3054         Added flv file typefind (video/x-flv).
3055
3056 2006-02-10  Edward Hervey  <edward@fluendo.com>
3057
3058         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3059         (gst_riff_create_video_template_caps):
3060         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
3061         Also added the caps to the default set of riff video caps.
3062
3063 2006-02-09  Andy Wingo  <wingo@pobox.com>
3064
3065         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
3066         time and the end time of the last packet in the page.
3067         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
3068         on the pages in our queue, set the duration as well. Reflow a
3069         debug statement.
3070         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
3071         Fixes bad muxing order.
3072
3073 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3074
3075         * gst-libs/gst/rtp/gstbasertppayload.c:
3076         (gst_basertppayload_setcaps), (gst_basertppayload_push):
3077           update seqnum before setting it on the packet; this makes sure
3078           that the timestamp and seqnum properties match after pushing
3079           a buffer
3080
3081 2006-02-09  Andy Wingo  <wingo@pobox.com>
3082
3083         * gst-libs/gst/audio/gstringbuffer.c
3084         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
3085         overflow after 13.5 hours of recording. Kapow!
3086
3087         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
3088         the buffer size -- we don't care about underrun/overrun reporting
3089         right now, just need to return a useful value.
3090
3091 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
3092
3093         * configure.ac:
3094           Back to CVS
3095
3096 === release 0.10.3 ===
3097
3098 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
3099
3100         * configure.ac:
3101           releasing 0.10.3, "Under Pressure"
3102
3103 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
3104
3105         * configure.ac:
3106         Drat. Bump libtool version number for new API.
3107         Prelease 0.10.2.3 (of 0.10.3)
3108
3109 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
3110
3111         * configure.ac:
3112         * win32/common/config.h:
3113         0.10.2.2 prerelease (of 0.10.3).
3114
3115 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
3116
3117         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
3118           Revert Andy's newsegment change pending a more correct
3119           fix.
3120
3121 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3122
3123         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
3124         (qt_type_find), (plugin_init):
3125           detect more files as 3gp
3126           group and reorder the iso file formats
3127
3128 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3129
3130         * ext/vorbis/vorbis.c: (plugin_init):
3131           Register musicbrainz tags, so apps don't have to.
3132
3133 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3134
3135         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
3136         (gst_tag_to_vorbis_tag):
3137           Make sure we called gst_tag_register_musicbrainz_tags()
3138           before possibly mapping a vorbiscomment string from/to a
3139           musicbrainz tag.
3140
3141 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3142
3143         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
3144           In case we can't find the required number of consecutive
3145           mpeg audio frames to positively identify an MPEG audio
3146           stream, check if there's at least a valid mpeg audio
3147           frame right at offset 0 and if so suggest mpeg/audio
3148           caps with a very low probability (#153004).
3149
3150 2006-02-07  Andy Wingo  <wingo@pobox.com>
3151
3152         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
3153         a TIME segment if we get timestamped buffers. Requires recent
3154         fixes in core to work properly.
3155
3156 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3157
3158         * gst/playback/gstplaybasebin.c: (prepare_output):
3159           Don't print the URI as part of the error message, it
3160           makes error dialogs look rather ugly, especially if
3161           the URI is very long or has characters in it that
3162           need escaping.
3163
3164 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3165
3166         * gst/playback/gstplaybasebin.c: (prepare_output):
3167           Error out if we have only text or subtitles, but nothing
3168           else. Also error out if we have subtitles but no video
3169           stream.
3170
3171 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3172
3173         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
3174           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
3175           Post an error message on the bus when we encounter an
3176           error, which will hopefully be more meaningful than the
3177           'Internal Flow Error' message users get to see if we
3178           just return GST_FLOW_ERROR.
3179
3180 2006-02-07  Andy Wingo  <wingo@pobox.com>
3181
3182         * configure.ac (GST_MAJORMINOR): Update core version req to
3183         0.10.2.2, for the collectpads API addition (#330244).
3184
3185 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
3186
3187         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3188           Return FALSE from plugin_init() when GnomeVFS can't
3189           be initialised for some reason (#328423).
3190
3191 2006-02-06  Julien MOUTTE  <julien@moutte.net>
3192
3193         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
3194         Stick to seeking theory until i find the bug.
3195         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
3196
3197 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
3198
3199         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3200         (theora_enc_finalize), (theora_enc_sink_setcaps),
3201         (theora_set_header_on_caps), (theora_enc_chain),
3202         (theora_enc_change_state):
3203         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3204           Make theoraenc and the tests leak free. Like, really.
3205
3206 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
3207
3208         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3209         (theora_enc_finalize), (theora_enc_sink_setcaps):
3210           Add a finalize method to ensure we clean up state even if
3211           someone omitted the state change back to NULL.
3212
3213         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
3214         (gst_vorbisenc_chain):
3215           Free some more leaked bits.
3216
3217         * tests/check/pipelines/theoraenc.c: (start_pipeline),
3218         (stop_pipeline):
3219           Wait for state changes to happen if they're ASYNC.
3220
3221           This ought to teach those fancy pants buildbots a lesson.
3222
3223 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
3224
3225         * gst-libs/gst/tag/gstid3tag.c:
3226           Add mapping for ID3 International Standard Recording Code
3227           tag "TSRC"
3228
3229 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
3230
3231         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
3232           Don't leak tag names.
3233
3234 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3235
3236         * docs/libs/gst-plugins-base-libs-docs.sgml:
3237         * docs/libs/gst-plugins-base-libs-sections.txt:
3238         * gst-libs/gst/tag/gstid3tag.c:
3239         * gst-libs/gst/tag/gstvorbistag.c:
3240         * gst-libs/gst/tag/tags.c:
3241           Split libgsttag docs into multiple sections.
3242
3243 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3244
3245         * docs/libs/Makefile.am:
3246         * docs/libs/gst-plugins-base-libs-docs.sgml:
3247         * docs/libs/gst-plugins-base-libs-sections.txt:
3248         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
3249         * gst-libs/gst/tag/gstvorbistag.c:
3250         * gst-libs/gst/tag/tag.h:
3251         * gst-libs/gst/tag/tags.c:
3252           Add libgsttag to the docs.
3253
3254 2006-02-05  Julien MOUTTE  <julien@moutte.net>
3255
3256         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
3257         (gst_text_overlay_init), (gst_text_overlay_src_event),
3258         (gst_text_overlay_collected): Fix clockoverlay.
3259
3260 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3261
3262         * docs/libs/compiling.sgml:
3263           Fix typo: it's pkg-config, not pkg-gconfig
3264
3265         * docs/libs/gst-plugins-base-libs-docs.sgml:
3266         * docs/libs/gst-plugins-base-libs-sections.txt:
3267         * docs/libs/tmpl/gstgconf.sgml:
3268           There is no libgstgconf in 0.10, remove it
3269           from the docs.
3270
3271 2006-02-05  Julien MOUTTE  <julien@moutte.net>
3272
3273         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
3274         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
3275         (gst_text_overlay_src_event), (gst_text_overlay_collected):
3276         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
3277         (gst_sub_parse_class_init), (gst_sub_parse_init),
3278         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
3279         (parse_mpsub), (parser_state_init), (handle_buffer),
3280         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
3281         * gst/subparse/gstsubparse.h: Introduce seeking code.
3282
3283 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3284
3285         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3286           Add comment about LANGUAGE tag inconsistency (we want
3287           ISO-639-1, but extract three-letter identifiers?)
3288
3289         * po/POTFILES.in:
3290           Add two translatable files.
3291
3292 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3293
3294         * gst-libs/gst/tag/Makefile.am:
3295         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3296         * gst-libs/gst/tag/tag.h:
3297         * gst-libs/gst/tag/tags.c:
3298         (gst_tag_register_musicbrainz_tags_internal),
3299         (gst_tag_register_musicbrainz_tags):
3300           Forward-port some tags stuff from the 0.8 branch. This is
3301           mostly the addition of musicbrainz tags and their mapping
3302           to vorbistags, and a vorbistag mapping of the language tag.
3303
3304 2006-02-05  Julien MOUTTE  <julien@moutte.net>
3305
3306         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
3307         refactoring.
3308
3309 2006-02-04  David Schleef  <ds@schleef.org>
3310
3311         * ext/ogg/gstoggmux.c:
3312         * gst/typefind/gsttypefindfunctions.c:
3313           Add Dirac typefinding and add dirac format to oggmux.
3314
3315 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3316
3317         * gst/playback/gstdecodebin.c: (try_to_link_1):
3318           Don't put essential function call into
3319           g_return_*() macro, otherwise it'll all be
3320           replaced by NOOPs when compiling with
3321           G_DISABLE_CHECKS defined.
3322
3323 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
3324
3325         * ext/ogg/gstoggdemux.c:
3326         * ext/ogg/gstoggparse.c:
3327         * gst/tcp/gsttcpserversink.c:
3328         * sys/v4l/v4lsrc_calls.c:
3329         * sys/v4l/v4lsrc_calls.h:
3330         Just make it compile with --disable-gst-debug.
3331
3332 2006-02-03  Wim Taymans  <wim@fluendo.com>
3333
3334         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
3335         (gst_alsasink_class_init), (gst_alsasink_init),
3336         (gst_alsasink_write), (gst_alsasink_reset):
3337         * ext/alsa/gstalsasink.h:
3338         Add lock to protect alsa calls.
3339         Implement reset to flush samples ASAP, does not work
3340         with dmix though.
3341
3342 2006-02-02  Wim Taymans  <wim@fluendo.com>
3343
3344         * gst-libs/gst/audio/gstbaseaudiosink.c:
3345         (gst_base_audio_sink_provide_clock):
3346         Ugh.. getting late I guess...
3347
3348 2006-02-02  Wim Taymans  <wim@fluendo.com>
3349
3350         * gst-libs/gst/audio/gstbaseaudiosink.c:
3351         (gst_base_audio_sink_provide_clock),
3352         (gst_base_audio_sink_set_property),
3353         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
3354         Don't try to provide a clock when we are not negotiated since
3355         we might not be able to make it run.
3356
3357 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3358
3359         * gst/playback/gstdecodebin.c: (try_to_link_1):
3360           Unlinking two source pads is ... hard.
3361
3362 2006-02-02  Wim Taymans  <wim@fluendo.com>
3363
3364         * gst-libs/gst/audio/TODO:
3365         Updated.
3366
3367         * gst-libs/gst/audio/gstbaseaudiosink.c:
3368         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
3369         On EOS, wait till the last sample is played before posting EOS.
3370
3371 2006-02-01  Philippe Kalaf <burger at speedy dot org>
3372
3373         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3374           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
3375           setting queue_delay to zero. Also avoid thread being started if
3376           queue_delay is zero.
3377
3378 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3379
3380         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
3381           Make test work again by connecting fakesinks to each decoded pad,
3382           which makes the pipeline wait until each fakesink has a buffer
3383           queued before going to PAUSED state. At that point we know the
3384           decodebin pads are negotiated.
3385
3386 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3387
3388         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
3389         (gst_cdda_base_src_handle_event):
3390         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
3391           Pass unhandled queries to the parent class's query function.
3392
3393 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3394
3395         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
3396         (gst_ogg_pad_src_query):
3397         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
3398         * ext/theora/theoradec.c: (theora_dec_src_query),
3399         (theora_dec_sink_query):
3400         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3401         (vorbis_dec_sink_query):
3402         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
3403         (gst_vorbisenc_sink_query):
3404         * gst/adder/gstadder.c: (gst_adder_query):
3405           Pass unhandled queries upstream instead of just
3406           dropping them (#326447). Also, fix supported
3407           query types list for some elements.
3408
3409 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3410
3411         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
3412         (paris_type_find), (ilbc_type_find), (plugin_init):
3413           Fix typefinding for audio/x-au, audio/x-paris and
3414           audio/iLBC-sh. We cannot use the START_WITH macros
3415           here, because there can only be one typefind factory
3416           with the same name (caps), so the second one would
3417           replace the first one and the first one would never
3418           be called when doing typefinding (see #161712).
3419           
3420
3421 2006-01-31  Wim Taymans  <wim@fluendo.com>
3422
3423         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
3424         (vorbis_handle_header_packet), (vorbis_dec_push),
3425         (vorbis_handle_data_packet):
3426         Use scale_int when we can, add some more scaling.
3427         Check packettype before parsing it.
3428
3429 2006-01-31  Wim Taymans  <wim@fluendo.com>
3430
3431         * ext/theora/theoradec.c: (_theora_granule_time),
3432         (theora_dec_src_convert), (theora_dec_sink_convert):
3433         Call right _scale functions.
3434         Use parameter instead of some other random value.
3435
3436 2006-01-31  Wim Taymans  <wim@fluendo.com>
3437
3438         * ext/theora/theoradec.c: (_theora_granule_frame),
3439         (_theora_granule_time), (_inc_granulepos),
3440         (theora_dec_src_convert), (theora_dec_sink_convert),
3441         (theora_handle_type_packet), (theora_handle_data_packet),
3442         (theora_dec_chain):
3443         Use higher precision timestamps calculation.
3444         Convert some other conversions to _scale.
3445
3446 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
3447
3448         * gst/audiotestsrc/gstaudiotestsrc.c:
3449         (gst_audio_test_src_create_sine_table), (plugin_init):
3450         * gst/volume/gstvolume.c: (plugin_init):
3451           initialize gst_controller before using
3452
3453 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
3454
3455         * tests/check/pipelines/theoraenc.c:
3456         * tests/check/pipelines/vorbisenc.c:
3457         Define constant using G_GINT64_CONSTANT to avoid errors when
3458         passing it around - otherwise it gets truncated to 32 bits.
3459
3460         Fixes failing tests.
3461
3462 2006-01-31  Andy Wingo  <wingo@pobox.com>
3463
3464         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
3465         caps being set doesn't have a framerate value. Basically a stopgap
3466         measure.
3467
3468         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
3469         technically correct enough to put into core though.
3470         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
3471         DURATION. Fixes theoraenc ! oggmux.
3472
3473         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
3474         fraction, not double.
3475
3476 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
3477
3478         * win32/vs7:
3479         add vs7 project files created by Sergey Scobich
3480
3481 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
3482
3483         * win32/vs8:
3484         add vs8 project files created by Sergey Scobich
3485         
3486 2006-01-30  Andy Wingo  <wingo@pobox.com>
3487
3488         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
3489         timestamp + duration, not just timestamp -- ogg pages should be
3490         ordered by stop time. Necessary fix given the change in vorbis
3491         timestamps.
3492
3493         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
3494         (gst_theora_enc_init): Pull the granule shift out of the encoder.
3495         (granulepos_add): New function, handles the messiness of adjusting
3496         granulepos values.
3497         (theora_buffer_from_packet):
3498         (theora_enc_chain):
3499         (theora_enc_sink_event): Use granulepos_add, not +.
3500
3501         * tests/check/pipelines/theoraenc.c
3502         (check_buffer_granulepos_from_starttime): Just check the frame
3503         count, not the actual granulepos -- we can't dictate to the
3504         encoder when it should be placing keyframes.
3505
3506 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3507
3508         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3509           SERVICE_NOT_AVAILABLE happens for example when you're trying to
3510           play an http:// stream from a server that's not serving
3511
3512 2006-01-30  Andy Wingo  <wingo@pobox.com>
3513
3514         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
3515         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
3516         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
3517         available.
3518
3519         * ext/theora/gsttheoraenc.h:
3520         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
3521         although theoraenc was timestamping correctly. Added handling of
3522         streams that start with nonzero timestamps.
3523
3524         * tests/check/Makefile.am:
3525         * tests/check/pipelines/theoraenc.c: New file, basically does same
3526         tests as vorbisenc.
3527
3528         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
3529
3530 2006-01-30  Wim Taymans  <wim@fluendo.com>
3531
3532         * gst-libs/gst/audio/gstaudiosink.c:
3533         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
3534         (gst_audioringbuffer_pause):
3535         Implement pause that does not wait for completion.
3536
3537         * gst-libs/gst/audio/gstbaseaudiosink.c:
3538         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3539         Don't drop buffers when going to PAUSED but perform preroll on
3540         remaining samples now that core base class supports this.
3541
3542         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
3543         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
3544         (gst_ring_buffer_commit):
3545         Pause should not signal waiters.
3546         Implement return value of _commit correctly.
3547
3548 2006-01-30  Andy Wingo  <wingo@pobox.com>
3549
3550         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
3551
3552         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
3553         updated to timestamp from the first sample, not the last.
3554         (gst_vorbisenc_buffer_from_header_packet): New function, takes
3555         special care of granulepos and timestamp for header packets.
3556         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
3557         when the first buffer has a nonzero timestamp.
3558
3559         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
3560         (GstVorbisEnc.subgranule_offset): New members. Take care of the
3561         case when the first audio buffer we get has a nonzero timestamp.
3562         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
3563         properly timestamp vorbis buffers with the time of the first
3564         sample, not the last.
3565         
3566         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
3567         vorbis_granule_time_copy -- now it takes the granule/subgranule
3568         offset into account.
3569
3570         * tests/check/pipelines/vorbisenc.c: New test for correctness of
3571         timestamps, durations, and granulepos on buffers produced by
3572         vorbisenc.
3573
3574 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
3575
3576         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3577         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
3578           Patch from Eric Jonas to support conversions to/from UYVY 
3579           (Fixes: #324626)
3580
3581 2006-01-30  Julien MOUTTE  <julien@moutte.net>
3582
3583         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
3584         (setup_subtitle), (setup_source), (set_active_source):
3585         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
3586         (gen_text_element), (gen_audio_element), (gen_vis_element),
3587         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
3588
3589 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
3590
3591         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
3592         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
3593                 use gst_guint64_to_gdouble to be compliant with vs6
3594         * gst/playback/gstdecodebin.c: (try_to_link_1)
3595         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
3596                 use G_GINT64_CONSTANT for int64 constants
3597         * win32/common/libgstinterfaces.def:
3598                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
3599         * win32/vs6:
3600                 update and add new project files
3601                 
3602 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3603
3604         * Makefile.am:
3605         * win32/MANIFEST:
3606         * win32/common/interfaces-enumtypes.c:
3607         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
3608         (gst_mixer_track_flags_get_type),
3609         (gst_tuner_channel_flags_get_type):
3610         * win32/common/interfaces-enumtypes.h:
3611         * win32/common/multichannel-enumtypes.c:
3612         (gst_audio_channel_position_get_type):
3613         * win32/common/multichannel-enumtypes.h:
3614           add a win32-update rule like in core, and copy over enumtypes files
3615
3616 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3617
3618         * win32/MANIFEST:
3619         * win32/common/config.h:
3620         * win32/common/config.h.in:
3621           add config files just like in core
3622
3623 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
3624
3625         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
3626           Make gcc-4.1 happy (part of #327357).
3627
3628 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3629
3630         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
3631         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
3632         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
3633         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
3634         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
3635         (gst_alsasrc_unprepare), (gst_alsasrc_read):
3636           Update all error messages.  All of them should either use
3637           the default translated message, or actually provide a
3638           translatable string.
3639           Make the string for channel count problems meaningful.
3640
3641 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3642
3643         * sys/v4l/v4l_calls.c: (gst_v4l_open):
3644           check for and throw RESOURCE_BUSY
3645
3646 2006-01-27  David Schleef  <ds@schleef.org>
3647
3648         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
3649           checked in this change -- it requires liboil features not
3650           in 0.3.6.  Revert parts.
3651
3652 2006-01-27  David Schleef  <ds@schleef.org>
3653
3654         * REQUIREMENTS:
3655         * configure.ac: update liboil requirement to 0.3.6
3656         * gst/videoscale/Makefile.am:
3657         * gst/videoscale/vs_scanline.c: liboilify
3658
3659 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
3660
3661         * ext/libvisual/visual.c: (get_buffer):
3662           When pad_alloc returns a GstFlowReturn other
3663           than GST_FLOW_OK, make sure it is passed upstream.
3664
3665 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
3666
3667         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
3668         (gst_alsasink_class_init):
3669           Free the device name string.
3670
3671         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
3672         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
3673         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
3674           Don't remove a pad from the collectpads structure until it
3675           is released - it's a request pad, and may receive data again
3676           if the element gets moved back to PLAYING state.
3677
3678         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3679           Ensure we turn on double buffering on the Xv port, and
3680           set the colour key to something dark and mysterious that
3681           isn't black.
3682
3683 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3684
3685         * ext/alsa/gstalsaplugin.c: (plugin_init):
3686         * ext/cdparanoia/gstcdparanoiasrc.c:
3687         (gst_cd_paranoia_src_base_init), (plugin_init):
3688         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3689         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
3690           - a library should not call setlocale. see "Libraries" node in
3691             gettext manual
3692           - make sure all plugins that use translation do bindtextdomain
3693             to point to the localedir
3694         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
3695         (setup_sinks), (plugin_init):
3696           all this, and check for NULL when creating sinks
3697
3698 2006-01-27  Julien MOUTTE  <julien@moutte.net>
3699
3700         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
3701         (plugin_init): Make typefinding of subtitles work again.
3702
3703 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
3704
3705         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
3706         (mp3_type_frame_length_from_header), (mp3_type_find),
3707         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
3708         (plugin_init):
3709           Backport a bunch of typefinding fixes from the 0.8 branch.
3710           Also, improve wavpack typefinding: if we can't peek the
3711           entire wavpack block, try to parse the bits we can get and
3712           see if we find what we're looking for in those.
3713
3714 2006-01-26  Julien MOUTTE  <julien@moutte.net>
3715
3716         * sys/ximage/ximagesink.c:
3717         (gst_ximagesink_calculate_pixel_aspect_ratio):
3718         * sys/xvimage/xvimagesink.c:
3719         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
3720         more cases of pixel aspect ratio.
3721
3722 2006-01-26  Edward Hervey  <edward@fluendo.com>
3723
3724         * gst/playback/gstdecodebin.c: (pad_probe):
3725         Also consider the flush-start and tag events as unblockers
3726         for the pad probes.
3727
3728 2006-01-26  Julien MOUTTE  <julien@moutte.net>
3729
3730         * gst/playback/gstplaybin.c: (gst_play_bin_init),
3731         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
3732         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
3733         On the fly visualisation switch, works disabling, enabling as
3734         well but it won't be able to enable vis in a playbin that was
3735         created with no visualisation.
3736
3737 2006-01-25  Wim Taymans  <wim@fluendo.com>
3738
3739         * gst-libs/gst/audio/gstbaseaudiosink.c:
3740         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3741         Undo previous commit that returned WRONG_STATE sooner, it breaks 
3742         resume after pause.
3743
3744 2006-01-25  Wim Taymans  <wim@fluendo.com>
3745
3746         * gst-libs/gst/audio/gstbaseaudiosink.c:
3747         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
3748         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
3749         Improve debugging.
3750         Post error when caps cannot be parsed.
3751         Resync on discontinuity in the stream.
3752         Clip samples to segment boundaries.
3753         return WRONG_STATE sooner when we are flushing.
3754
3755         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
3756         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
3757         Make audiosrc operate in TIME.
3758         Set TIMESTAMP and DURATION on buffers.
3759
3760 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
3761
3762         * tests/examples/seek/seek.c: (main):
3763           Output tag messages as well.
3764
3765 2006-01-23  Edward Hervey  <edward@fluendo.com>
3766
3767         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3768         (free_pad_probes), (remove_fakesink), (pad_probe),
3769         (close_pad_link), (gst_decode_bin_change_state):
3770         Replace GstPadBlockCallback with pad probes that detect
3771         first buffer AND eos before removing fakesink.
3772         Fixes hang with demuxers doing EOS while pre-rolling.
3773         Solves #328279
3774
3775 2006-01-23  Andy Wingo  <wingo@pobox.com>
3776
3777         * ext/alsa/gstalsasink.c:
3778         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3779         (gst_base_rtp_depayload_setcaps),
3780         (gst_base_rtp_depayload_add_to_queue),
3781         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
3782         
3783         Patch by: Jens Granseuer <jensgr at gmx dot net>
3784
3785 2006-01-22  Julien MOUTTE  <julien@moutte.net>
3786
3787         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
3788         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3789         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
3790         frames. We might get a frame destroyed after changing state to
3791         NULL, adding a safety check on xcontext.
3792
3793 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3794
3795         * gst-libs/gst/interfaces/xoverlay.c:
3796           Fix prepare-xwindow-id code example in the docs - we need to
3797           ignore all messages that aren't element messages as well.
3798           
3799 2006-01-21  Julien MOUTTE  <julien@moutte.net>
3800
3801         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
3802           I think one day i'll completely undestand how caps negotiation
3803           is supposed to work. This refactoring handles buffer_alloc
3804           called with caps we can't handle. We definitely don't want a
3805           set_caps with those caps, so we define and allocate a buffer
3806           we would like to receive.
3807
3808 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3809
3810         * gst/playback/gstplaybasebin.c: (setup_source):
3811           Free iterator when done.
3812
3813 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
3814
3815         * gst-libs/gst/audio/gstbaseaudiosink.c:
3816         (gst_base_audio_sink_render):
3817           Fix playback of non-synchronised streams by assuming a rate
3818           of 1.0 instead of a random one.
3819
3820           Makes this work again:
3821
3822           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
3823           endianness=(int)4321, signed=(boolean)true, width=(int)16,
3824           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
3825           audioresample ! alsasink
3826
3827 === release 0.10.2 ===
3828
3829 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
3830
3831         * configure.ac:
3832           releasing 0.10.2, "Then the devil is six"
3833
3834 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
3835
3836         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3837         * gst/playback/gststreamselector.c:
3838         (gst_stream_selector_set_property):
3839           Comment out broken code that connects to the state-changed signal.
3840           At this point, changing current stream selection is broken, but 
3841           stuff like gst-launch playbin current-audio=1 works and filters
3842           to the chosen stream.
3843
3844 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3845
3846         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3847           Fix #327216 (null dereference in vorbisdec)
3848
3849 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
3850
3851         * ext/theora/theoradec.c: (theora_handle_comment_packet):
3852           Post taglist actually on bus instead of just freeing it
3853           (fixes #327114 and totem bug #327080).
3854
3855         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3856           Use gst_element_found_tags_for_pad(), so that the tags
3857           are sent downstream as an event as well.
3858
3859 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3860
3861         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3862         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
3863         (gst_ximagesink_buffer_alloc):
3864         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
3865         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
3866         (gst_xvimagesink_buffer_alloc):
3867           move all regularly occurring messages to GST_LOG level
3868           add some more object logs
3869
3870 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3871
3872         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3873           fix a silly segfault
3874
3875 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
3876
3877         * docs/libs/gst-plugins-base-libs-docs.sgml:
3878         * docs/libs/gst-plugins-base-libs-sections.txt:
3879         * gst-libs/gst/audio/mixerutils.c:
3880         * gst-libs/gst/audio/mixerutils.h:
3881           Add docs for mixerutils stuff.
3882
3883 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
3884
3885         * gst/playback/gstplaybasebin.c: (setup_source):
3886           Fix playback for sources that emit raw audio or
3887           raw video streams (e.g.: cd audio sources) (#325984).
3888
3889 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3890
3891         * gst-libs/gst/audio/mixerutils.c:
3892         (gst_audio_mixer_filter_do_filter):
3893           actually save the element we create
3894
3895 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3896
3897         * gst-libs/gst/cdda/gstcddabasesrc.c:
3898         (gst_cdda_base_src_handle_track_seek):
3899           No need to post a tag message on the bus when seeking
3900           within the same track, only post it when the current
3901           track changes.
3902
3903 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
3904
3905         * gst/playback/gstplaybasebin.c: (group_destroy),
3906         (probe_triggered), (new_decoded_pad), (mute_group_type),
3907         (set_active_source):
3908         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3909         * gst/playback/gststreamselector.c:
3910         (gst_stream_selector_base_init),
3911         (gst_stream_selector_set_property),
3912         (gst_stream_selector_request_new_pad):
3913           Reenable stream selection. These mechanisms need a complete overhaul
3914           in the face of 0.8->0.10 changes though.
3915
3916 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
3917
3918         * ext/ogg/gstoggdemux.c:
3919           Change the pad template to src_%d to match the pads that 
3920           are created from it. decodebin needs this information in order
3921           to decide that oggdemux is capable of producing multiple pads
3922           (and hence needs queues inserted).
3923
3924         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
3925         (gst_ogg_mux_collected):
3926           Make debug output more useful by using GST_PTR_FORMAT.
3927
3928 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3929
3930         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3931
3932         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3933           Set depth and width for alaw/mulaw (fixes #326601).
3934
3935 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3936
3937         * tests/icles/Makefile.am:
3938           don't build the tests if we don't have the libs
3939
3940 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
3941
3942         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
3943         (gst_cd_paranoia_paranoia_callback):
3944           Don't try to free NULL pointers.
3945
3946 2006-01-10  Edward Hervey  <edward@fluendo.com>
3947
3948         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
3949         (gst_audio_rate_change_state), (plugin_init):
3950         Add debugging category.
3951         Fix type issues.
3952         Add case for incoming buffers without valid offset/offset_end.
3953
3954 2006-01-10  Michael Smith  <msmith@fluendo.com>
3955
3956         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
3957           Don't leak GCond in audio sources.
3958
3959 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
3960
3961         * gst/playback/gstplaybin.c: (gen_audio_element):
3962           Don't leak an autoaudiosink/alsasink when we generate
3963           a new audio element. (old code, I guess)
3964
3965 2006-01-10  Michael Smith  <msmith@fluendo.com>
3966
3967         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
3968           Support float audio in audiorate.
3969           Use width rather than depth for selecting sample width.
3970
3971 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
3972
3973         * gst/videotestsrc/videotestsrc.h:
3974           Use GLib types here (that way we don't have to include the
3975           generated _stdint.h header, which makes life easier for win32
3976           folks that don't use autotools for the build) (#325990, patch
3977           by: Sergey Scobich).
3978
3979 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
3980
3981         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
3982         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
3983         (gst_ring_buffer_pause), (wait_segment):
3984         * gst-libs/gst/audio/gstringbuffer.h:
3985           Name (private) union, makes Forte compiler happy (this time
3986           for real) (#324900).
3987
3988 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3989
3990         * gst-libs/gst/audio/Makefile.am:
3991           Link against libgstinterfaces, needed for mixer
3992           and property probe stuff.
3993
3994 2006-01-09  Edward Hervey  <edward@fluendo.com>
3995
3996         * gst-libs/gst/Makefile.am:
3997
3998 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3999
4000         * gst-libs/gst/audio/Makefile.am:
4001         * gst-libs/gst/audio/mixerutils.c:
4002         (gst_audio_mixer_filter_do_filter),
4003         (gst_audio_mixer_filter_check_element),
4004         (gst_audio_mixer_filter_probe_feature),
4005         (element_factory_rank_compare_func),
4006         (gst_audio_default_registry_mixer_filter):
4007         * gst-libs/gst/audio/mixerutils.h:
4008           Add gst_audio_default_registry_mixer_filter() utility
4009           function.
4010
4011 2006-01-03  Michael Smith  <msmith@fluendo.com>
4012
4013         * gst/audioresample/resample.h:
4014           As before, but for o_buf
4015
4016 2006-01-03  Michael Smith  <msmith@fluendo.com>
4017
4018         * gst/audioresample/resample.h:
4019           Declare struct _ResampleState.buffer as unsigned char *, not void *,
4020           since we do arithmetic on it.
4021
4022 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
4023
4024         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
4025         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
4026         (gst_ring_buffer_pause), (wait_segment):
4027         * gst-libs/gst/audio/gstringbuffer.h:
4028           Sun's Forte compiler doesn't seem to like anonymous structs,
4029           so use same setup as in GstBaseSrc (fixes #324900).
4030
4031 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
4032
4033         * configure.ac:
4034         * gst/volume/Makefile.am:
4035         * gst/volume/demo.c:
4036           move old example to tests/examples/volume/volune.c
4037         * tests/examples/Makefile.am:
4038         * tests/examples/seek/seek.c: (main):
4039           change window-close event from "delete-event" to "destroy"
4040         * tests/examples/volume/Makefile.am:
4041         * tests/examples/volume/volume.c: (value_changed_callback),
4042         (setup_gui), (message_received), (eos_message_received), (main):
4043           fix event handling and bus usage
4044
4045 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
4046
4047         * gst/audiotestsrc/gstaudiotestsrc.c:
4048         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
4049         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
4050         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
4051         (gst_audio_test_src_create_square),
4052         (gst_audio_test_src_create_saw),
4053         (gst_audio_test_src_create_triangle),
4054         (gst_audio_test_src_create_silence),
4055         (gst_audio_test_src_create_white_noise),
4056         (gst_audio_test_src_create_pink_noise),
4057         (gst_audio_test_src_init_sine_table),
4058         (gst_audio_test_src_create_sine_table),
4059         (gst_audio_test_src_change_wave),
4060         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
4061         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
4062         * gst/audiotestsrc/gstaudiotestsrc.h:
4063           update to basesrc changes, implement segmented seeking and eos
4064           handling, add a 'sine-tab' waveform for performance critical playback
4065
4066 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
4067
4068         * po/POTFILES.in:
4069           ... and this time the other modified file that I missed last time.
4070
4071 2005-12-29  Michael Smith  <msmith@fluendo.com>
4072
4073         * gst/playback/gstdecodebin.c: (new_pad):
4074           Fix non-C89 variable declaration not at the start of a block. Should
4075           help some compilers.
4076
4077 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
4078
4079         * tests/check/Makefile.am:
4080           And now fix 'make distcheck' (builddir != srcdir)
4081
4082 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
4083
4084         * configure.ac:
4085         * ext/cdparanoia/Makefile.am:
4086         * ext/cdparanoia/gstcdparanoia.c:
4087         * ext/cdparanoia/gstcdparanoia.h:
4088         * ext/cdparanoia/gstcdparanoiasrc.c:
4089         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
4090         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
4091         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
4092         (gst_cd_paranoia_paranoia_callback),
4093         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
4094         (gst_cd_paranoia_src_set_property),
4095         (gst_cd_paranoia_src_get_property), (plugin_init):
4096         * ext/cdparanoia/gstcdparanoiasrc.h:
4097           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
4098           plugin again (there are still fixes required to playbin to make
4099           cdda:// uris work there).
4100
4101 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
4102
4103         * tests/check/Makefile.am:
4104           Fix test case compilation.
4105
4106 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
4107
4108         * gst-libs/gst/cdda/gstcddabasesrc.c:
4109         (gst_cdda_base_src_update_duration),
4110         (gst_cdda_base_src_calculate_cddb_id):
4111           An integer is not a string. Fix access to uninitialised variable.
4112
4113         * tests/check/Makefile.am:
4114           Add cddabasesrc unit test; also actually enable the vorbis test.
4115
4116         * tests/check/generic/states.c:
4117           Blacklist new cd audio elements as well.
4118
4119         * tests/check/libs/cddabasesrc.c:
4120           Unit test for GstCddaBaseSrc (discid calculation mostly).
4121
4122 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
4123
4124         * docs/libs/Makefile.am:
4125         * docs/libs/gst-plugins-base-libs-docs.sgml:
4126         * docs/libs/gst-plugins-base-libs-sections.txt:
4127         * docs/libs/gst-plugins-base-libs.types:
4128           Add docs for libgstcdda/GstCddaBaseSrc.
4129
4130         * gst-libs/gst/interfaces/mixertrack.h:
4131           Do one struct member per line with a semicolon at the end, that way
4132           even gtk-doc might parse it without complaining.
4133
4134 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
4135
4136         * configure.ac:
4137         * gst-libs/gst/Makefile.am:
4138         * gst-libs/gst/cdda/Makefile.am:
4139         * gst-libs/gst/cdda/base64.c:
4140         * gst-libs/gst/cdda/base64.h:
4141         * gst-libs/gst/cdda/gstcddabasesrc.c:
4142         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
4143         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
4144         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
4145         (gst_cdda_base_src_get_property),
4146         (gst_cdda_base_src_get_track_from_sector),
4147         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
4148         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
4149         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
4150         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
4151         (gst_cdda_base_src_uri_get_protocols),
4152         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
4153         (gst_cdda_base_src_uri_handler_init),
4154         (gst_cdda_base_src_setup_interfaces),
4155         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
4156         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
4157         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
4158         (gst_cdda_base_src_add_tags),
4159         (gst_cdda_base_src_add_index_associations),
4160         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
4161         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
4162         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
4163         (gst_cdda_base_src_create):
4164         * gst-libs/gst/cdda/gstcddabasesrc.h:
4165         * gst-libs/gst/cdda/sha1.c:
4166         * gst-libs/gst/cdda/sha1.h:
4167           Add new libgstcdda with GstCddaBaseSrc class.
4168
4169 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
4170
4171         * ext/gnomevfs/gstgnomevfssink.h:
4172           Use GstBaseSinkClass as parent_class member for class struct, not
4173           GstBaseSink.
4174
4175 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
4176
4177         Patch by: Michael Benes
4178
4179         * gst/videotestsrc/gstvideotestsrc.c:
4180         (gst_video_test_src_class_init), (gst_video_test_src_start):
4181           Add start method to reset running time and number of frames sent
4182           when starting up (fixes #324696)
4183
4184 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
4185
4186         * docs/plugins/Makefile.am:
4187         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4188         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4189         * docs/plugins/gst-plugins-base-plugins.args:
4190         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4191         * docs/plugins/gst-plugins-base-plugins.signals:
4192           Add docs stuff for gnomevfssrc and gnomevfssink.
4193
4194         * ext/gnomevfs/gstgnomevfssrc.c:
4195           Fix example pipeline in gtk-doc blurb.
4196
4197 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
4198
4199         * ext/gnomevfs/Makefile.am:
4200         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
4201         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
4202         (gst_gnome_vfs_handle_get_type), (plugin_init):
4203         * ext/gnomevfs/gstgnomevfs.h:
4204         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
4205         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
4206         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
4207         (gst_gnome_vfs_sink_set_property),
4208         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
4209         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
4210         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
4211         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
4212         (gst_gnome_vfs_sink_uri_get_type),
4213         (gst_gnome_vfs_sink_uri_get_protocols),
4214         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
4215         (gst_gnome_vfs_sink_uri_handler_init):
4216         * ext/gnomevfs/gstgnomevfssink.h:
4217           Port gnomevfssink; add gtk-doc blurb.
4218
4219         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
4220         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
4221         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
4222         (gst_gnome_vfs_src_uri_get_type),
4223         (gst_gnome_vfs_src_uri_get_protocols),
4224         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
4225         (gst_gnome_vfs_src_uri_handler_init),
4226         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
4227         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
4228         (gst_gnome_vfs_src_send_additional_headers_callback),
4229         (gst_gnome_vfs_src_received_headers_callback),
4230         (gst_gnome_vfs_src_push_callbacks),
4231         (gst_gnome_vfs_src_pop_callbacks),
4232         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
4233         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
4234         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
4235         * ext/gnomevfs/gstgnomevfssrc.h:
4236           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
4237           file; add gtk-doc blurb with example pipelines.
4238
4239 === release 0.10.1 ===
4240
4241 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
4242
4243         * configure.ac:
4244           releasing 0.10.1, "Dobro Dedek"
4245
4246 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
4247
4248         * gst/typefind/gsttypefindfunctions.c:
4249         iLBC30 and iLBC20 added to typefind.
4250
4251 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4252
4253         * gst-libs/gst/audio/gstbaseaudiosink.c:
4254         (gst_base_audio_sink_class_init):
4255         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4256         (gst_base_audio_src_class_init):
4257           update strings, values are in microseconds
4258           change the default sink buffer time to something that is smaller
4259           (to help software volume mixing have a slightly lower delay) but
4260           still be acceptable on Wim's laptop
4261
4262 2005-12-20  Edward Hervey  <edward@fluendo.com>
4263
4264         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
4265         Made a quack, forgot to add DUCK to the riff video template.
4266
4267 2005-12-19  Edward Hervey  <edward@fluendo.com>
4268
4269         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
4270         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
4271         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4272         (gst_ogm_parse_chain):
4273         Make sure pads are initialized correctly.
4274         * gst-libs/gst/riff/riff-ids.h:
4275         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4276         (gst_riff_create_video_template_caps):
4277         Add a whole bunch of FOURCC <=> MimeType.
4278         Extend the riff video pad template to support the newly added fourcc.
4279
4280 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
4281
4282         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
4283         (gst_ogg_demux_activate_chain):
4284           Extra debug output when activating/deactivating chains.
4285
4286         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
4287         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
4288         (unlinked):
4289           Remove a queue from our list when it becomes unlinked.
4290           Don't add queues to elements in class 'Demux' if they
4291           can only produce one pad 
4292
4293 2005-12-18  Julien MOUTTE  <julien@moutte.net>
4294
4295         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
4296         (gst_video_sink_get_type): Add a debug category.
4297
4298 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
4299
4300         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4301         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
4302           Handle downstream newsegment by sending our own newsegment before the
4303           next buffer to be released. (#323900)
4304
4305 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
4306
4307         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4308         (gst_base_rtp_depayload_set_gst_timestamp):
4309           add queue delay to new segment as well (as opposed to just the first
4310           buffer). (bug #322347)
4311
4312 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
4313
4314         * ext/libvisual/visual.c: (make_valid_name):
4315           change some char* into char[]
4316         * gst/audiotestsrc/gstaudiotestsrc.c:
4317         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
4318         (gst_audio_test_src_create):
4319         * gst/audiotestsrc/gstaudiotestsrc.h:
4320           prepare to handle EOS and SEGMENT_DONE
4321
4322 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4323
4324         * tests/check/generic/states.c: (GST_START_TEST):
4325           Blacklist cdparanoia element in state test.
4326
4327 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4328
4329           Patch by: Benjamin Pineau
4330
4331         * gst/tcp/gsttcp.c:
4332         * gst/tcp/gsttcpclientsink.c:
4333         * gst/tcp/gsttcpserversink.c:
4334         * gst/tcp/gsttcpserversrc.c:
4335           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
4336
4337 2005-12-15  Michael Smith  <msmith@fluendo.com>
4338
4339         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
4340         (gst_video_rate_chain):
4341           Fix timestamping for videorate when the first buffer it sees has a
4342           non-zero timestamp. Fix some misleading debug output.
4343
4344 2005-12-15  Michael Smith  <msmith@fluendo.com>
4345
4346         * gst/audioresample/gstaudioresample.c:
4347           Don't leak all input buffers to audioresample.
4348
4349 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
4350
4351         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
4352           Don't operate on empty text buffers. Strip newlines and
4353           tabs only from the end of the text, but leave them intact
4354           in the middle. Fix typo in gtk-doc description.
4355
4356 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
4357
4358         * gst/playback/gstplaybasebin.c:
4359         * gst/playback/gstplaybin.c: (handoff):
4360           Make sure the video frame buffer we return to apps via the
4361           "frame" property always has caps set on it. Modify
4362           _gst_gvalue_set_object() macro to handle NULL objects
4363           gracefully too.
4364
4365 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
4366
4367         * gst/audiotestsrc/gstaudiotestsrc.c:
4368         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
4369         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
4370         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
4371         (gst_audio_test_src_create):
4372         * gst/audiotestsrc/gstaudiotestsrc.h:
4373         Adjust to some recent api changes and add wtays new cool seeking
4374         capabillities
4375
4376 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
4377
4378         * ext/alsa/Makefile.am:
4379         * ext/alsa/gstalsadeviceprobe.c:
4380         * ext/alsa/gstalsadeviceprobe.h:
4381           Helper functions to add device probing via the GstPropertyProbe
4382           interface to a class.
4383
4384         * ext/alsa/gstalsamixer.h:
4385           Comment out GST_ALSA_MIXER, it returns a struct that's not
4386           used.
4387
4388         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4389           Add some debug info. 
4390
4391         * ext/alsa/gstalsamixerelement.c:
4392         (gst_alsa_mixer_element_interface_supported),
4393         (gst_implements_interface_init),
4394         (gst_alsa_mixer_element_init_interfaces),
4395         (gst_alsa_mixer_element_class_init),
4396         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
4397         (gst_alsa_mixer_element_set_property),
4398         (gst_alsa_mixer_element_get_property),
4399         (gst_alsa_mixer_element_change_state):
4400         * ext/alsa/gstalsamixerelement.h:
4401           Add 'device' and 'device-name' properties. Add GstPropertyProbe
4402           for device handling (gnome-volume-control will need that).
4403
4404 2005-12-12  Christian Schaller  <uraeus@gnome.org>
4405
4406         * ext/Makefile.am: fix cdparanoia entry
4407         * gst-plugins-base.spec.in: add cdparanoia
4408
4409 2005-12-12  Michael Smith  <msmith@fluendo.com>
4410
4411         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
4412           Use the correct function to free list of typefind factories.
4413
4414 2005-12-12  Wim Taymans  <wim@fluendo.com>
4415
4416         * gst/videotestsrc/gstvideotestsrc.c:
4417         (gst_video_test_src_class_init), (gst_video_test_src_init),
4418         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
4419         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
4420         (gst_video_test_src_create):
4421         * gst/videotestsrc/gstvideotestsrc.h:
4422         Implement seeking in videotestsrc.
4423         Small cleanups.
4424
4425 2005-12-12  Wim Taymans  <wim@fluendo.com>
4426
4427         * ext/cdparanoia/Makefile.am:
4428         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
4429         (gst_paranoia_endian_get_type), (_do_init),
4430         (cdparanoia_class_init), (cdparanoia_init),
4431         (cdparanoia_set_property), (cdparanoia_get_property),
4432         (cdparanoia_do_seek), (cdparanoia_is_seekable),
4433         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
4434         (cdparanoia_convert), (cdparanoia_get_query_types),
4435         (cdparanoia_query), (cdparanoia_set_index),
4436         (cdparanoia_uri_set_uri):
4437         * ext/cdparanoia/gstcdparanoia.h:
4438         Partially ported cdparanoia now that basesrc can support a
4439         plugin like this..
4440
4441 2005-12-12  Wim Taymans  <wim@fluendo.com>
4442
4443         * tests/examples/seek/scrubby.c: (main):
4444         Set higher priority for bus events so they don't get reordered with
4445         gtk gui events.
4446
4447         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
4448         (flush_toggle_cb), (main):
4449         Added checkbox to disable flushing seeks. 
4450         Disable scrubbing when doing non flushing seeks.
4451
4452 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
4453
4454         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
4455         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
4456         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
4457         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
4458           Implement some sort of event handling that doesn't rely on
4459           g_return_if_fail; make sure we always push the last chunk of an 
4460           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
4461           state change function; remove some old cruft. Seeking is still
4462           rather unlikely to work though.
4463
4464         * tools/.cvsignore:
4465           Ignore more.
4466
4467 2005-12-11  Julien MOUTTE  <julien@moutte.net>
4468
4469         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
4470         Fixed a leak of the current image reference when cleaning up.
4471         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
4472
4473 2005-12-09  Michael Smith  <msmith@fluendo.com>
4474
4475         * tools/Makefile.am:
4476         * tools/gst-launch-ext-m.m:
4477           Remove gst-launch-ext. It doesn't work, and is no longer
4478           particularly useful.
4479
4480 2005-12-08  Luca Ognibene  <luogni@tin.it>
4481
4482         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
4483           don't pass random values to ogmparse convert function.
4484           Make seeking possible in the exile1.ogm file.
4485
4486 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
4487
4488         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4489         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4490           Work around refcount problem with g_value_set_object() that occur
4491           if the core has been compiled against GLib-2.6 (g_value_set_object()
4492           will only g_object_ref() the element, but the caller will
4493           gst_object_unref() it and bad things will happen due to the way
4494           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
4495           totem for people on FC4 using Thomas's 0.10 RPMs.
4496           
4497 2005-12-07  Edward Hervey  <edward@fluendo.com>
4498
4499         Time to welcome ogm to 0.10 :)
4500         
4501         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
4502         (gst_ogg_pad_typefind):
4503         Oggdemux can now properly typefind elements with dynamic pads.
4504         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4505         Properly set caps on src pad, and set caps on outgoing buffers.
4506
4507 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4508
4509         * ext/alsa/gstalsamixer.h:
4510         * ext/alsa/gstalsamixerelement.h:
4511         * ext/alsa/gstalsamixeroptions.h:
4512         * ext/alsa/gstalsamixertrack.h:
4513         * ext/alsa/gstalsasink.c:
4514         * ext/alsa/gstalsasink.h:
4515         * ext/alsa/gstalsasrc.c:
4516         * ext/alsa/gstalsasrc.h:
4517         * ext/cdparanoia/gstcdparanoia.h:
4518         * ext/gnomevfs/gstgnomevfsuri.h:
4519         * ext/ogg/gstoggdemux.c:
4520         * ext/ogg/gstoggmux.c:
4521         * ext/pango/gsttextoverlay.h:
4522         * ext/theora/theoradec.c:
4523         * ext/theora/theoraenc.c:
4524         * ext/vorbis/vorbisdec.h:
4525         * ext/vorbis/vorbisenc.c:
4526         * ext/vorbis/vorbisenc.h:
4527         * ext/vorbis/vorbisparse.h:
4528         * gst-libs/gst/audio/gstaudioclock.h:
4529         * gst-libs/gst/audio/gstaudiosink.c:
4530         * gst-libs/gst/audio/gstaudiosink.h:
4531         * gst-libs/gst/audio/gstaudiosrc.c:
4532         * gst-libs/gst/audio/gstaudiosrc.h:
4533         * gst-libs/gst/audio/gstbaseaudiosink.c:
4534         * gst-libs/gst/audio/gstbaseaudiosink.h:
4535         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4536         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4537         * gst-libs/gst/audio/gstringbuffer.h:
4538         * gst-libs/gst/audio/multichannel.h:
4539         * gst-libs/gst/floatcast/floatcast.h:
4540         * gst-libs/gst/interfaces/colorbalance.c:
4541         * gst-libs/gst/interfaces/colorbalance.h:
4542         * gst-libs/gst/interfaces/colorbalancechannel.h:
4543         * gst-libs/gst/interfaces/mixer.h:
4544         * gst-libs/gst/interfaces/mixeroptions.h:
4545         * gst-libs/gst/interfaces/mixertrack.h:
4546         * gst-libs/gst/interfaces/navigation.h:
4547         * gst-libs/gst/interfaces/propertyprobe.h:
4548         * gst-libs/gst/interfaces/tuner.h:
4549         * gst-libs/gst/interfaces/tunerchannel.h:
4550         * gst-libs/gst/interfaces/tunernorm.h:
4551         * gst-libs/gst/interfaces/xoverlay.h:
4552         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4553         * gst-libs/gst/riff/riff-ids.h:
4554         * gst-libs/gst/riff/riff-media.h:
4555         * gst-libs/gst/riff/riff-read.h:
4556         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4557         * gst-libs/gst/rtp/gstbasertppayload.c:
4558         * gst-libs/gst/rtp/gstbasertppayload.h:
4559         * gst-libs/gst/rtp/gstrtpbuffer.c:
4560         * gst-libs/gst/rtp/gstrtpbuffer.h:
4561         * gst-libs/gst/tag/gsttageditingprivate.h:
4562         * gst-libs/gst/tag/gstvorbistag.c:
4563         (gst_tag_list_from_vorbiscomment_buffer):
4564         * gst-libs/gst/tag/tag.h:
4565         * gst-libs/gst/video/video.h:
4566         * gst/adder/gstadder.c:
4567         * gst/adder/gstadder.h:
4568         * gst/audioconvert/audioconvert.c:
4569         * gst/audioconvert/audioconvert.h:
4570         * gst/audioconvert/gstaudioconvert.c:
4571         * gst/audioconvert/gstchannelmix.c:
4572         * gst/audioconvert/gstchannelmix.h:
4573         * gst/audiorate/gstaudiorate.c:
4574         * gst/audioresample/buffer.h:
4575         * gst/audioresample/functable.h:
4576         * gst/audioresample/gstaudioresample.c:
4577         * gst/audioresample/resample.h:
4578         * gst/ffmpegcolorspace/avcodec.h:
4579         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4580         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
4581         * gst/ffmpegcolorspace/imgconvert.c:
4582         * gst/ffmpegcolorspace/imgconvert_template.h:
4583         * gst/playback/gstdecodebin.c:
4584         * gst/playback/gstplaybasebin.h:
4585         * gst/playback/gstplaybin.c:
4586         * gst/playback/gststreaminfo.h:
4587         * gst/tcp/gstfdset.c:
4588         * gst/tcp/gstfdset.h:
4589         * gst/tcp/gstmultifdsink.c:
4590         * gst/tcp/gstmultifdsink.h:
4591         * gst/tcp/gsttcp.h:
4592         * gst/tcp/gsttcpclientsrc.c:
4593         * gst/tcp/gsttcpclientsrc.h:
4594         * gst/tcp/gsttcpplugin.h:
4595         * gst/tcp/gsttcpserversink.c:
4596         * gst/tcp/gsttcpserversrc.c:
4597         * gst/typefind/gsttypefindfunctions.c:
4598         * gst/videorate/gstvideorate.c:
4599         * gst/videotestsrc/gstvideotestsrc.h:
4600         * gst/videotestsrc/videotestsrc.h:
4601         * sys/v4l/gstv4lcolorbalance.h:
4602         * sys/v4l/gstv4ltuner.h:
4603         * sys/v4l/gstv4lxoverlay.h:
4604         * sys/v4l/v4l_calls.h:
4605         * sys/v4l/videodev_mjpeg.h:
4606         * tests/check/elements/audioconvert.c:
4607         * tests/check/elements/audioresample.c:
4608         * tests/check/elements/audiotestsrc.c:
4609         * tests/check/elements/videotestsrc.c:
4610         * tests/check/elements/volume.c:
4611         * tests/examples/seek/scrubby.c:
4612         * tests/examples/seek/seek.c:
4613           expand tabs
4614
4615 === release 0.10.0 ===
4616
4617 2005-12-05   <thomas (at) apestaart (dot) org>
4618
4619         * configure.ac:
4620           releasing 0.10.0, "Mont-d'or"
4621
4622 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
4623
4624         * tests/examples/seek/Makefile.am:
4625         Build fix for when gtk is not available.
4626
4627 2005-12-05  Andy Wingo  <wingo@pobox.com>
4628
4629         * ext/libvisual/visual.c: (get_buffer):
4630         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
4631         * ext/pango/gsttextrender.c: (gst_text_render_chain):
4632         * ext/theora/theoradec.c: (theora_handle_data_packet):
4633         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4634         (theora_enc_chain):
4635         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4636         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
4637         Update for alloc_buffer changes.
4638
4639 2005-12-05  Andy Wingo  <wingo@pobox.com>
4640
4641         patch by: Kai Vehmanen <kv2004 eca cx>
4642         
4643         * gst-libs/gst/rtp/gstbasertpdepayload.c
4644         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
4645
4646 2005-12-04  Andy Wingo  <wingo@pobox.com>
4647
4648         patch by: Sebastien Cote <sebas642 yahoo ca>
4649         
4650         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
4651         Fixes #319172.
4652
4653 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
4654
4655         * docs/plugins/Makefile.am:
4656         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4657         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4658         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4659         * ext/pango/gstclockoverlay.c:
4660         * ext/pango/gsttextoverlay.c: 
4661         * ext/pango/gsttextrender.c:
4662         * ext/pango/gsttimeoverlay.c:
4663           Add gtk-doc blurbs to pango elements.
4664
4665 2005-12-02  Wim Taymans  <wim@fluendo.com>
4666
4667         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
4668         * gst/audioresample/buffer.h:
4669         * gst/audioresample/gstaudioresample.c:
4670         * gst/audioresample/gstaudioresample.h:
4671         * gst/audioresample/resample.c: (resample_input_flush),
4672         (resample_input_pushthrough), (resample_input_eos),
4673         (resample_get_output_size_for_input),
4674         (resample_get_input_size_for_output), (resample_get_output_size),
4675         (resample_get_output_data):
4676         * gst/audioresample/resample.h:
4677         * gst/audioresample/resample_ref.c: (resample_scale_ref):
4678         Fix audioresample, seek torture, new segments, reverse negotiation
4679         etc.. work fine.
4680
4681 2005-12-02  Wim Taymans  <wim@fluendo.com>
4682
4683         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4684         Small cleanups.
4685
4686 2005-12-02  Wim Taymans  <wim@fluendo.com>
4687
4688         * gst/audioconvert/gstaudioconvert.c:
4689         (gst_audio_convert_transform):
4690         Post errors.
4691
4692 === release 0.9.7 ===
4693
4694 2005-12-01   <thomas (at) apestaart (dot) org>
4695
4696         * configure.ac:
4697           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
4698
4699 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4700
4701         * Makefile.am:
4702         * po/hu.po:
4703         * win32/MANIFEST:
4704         * win32/gst.sln:
4705           add win32 MANIFEST file
4706           do something to the hungarian translation
4707
4708 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
4709
4710         * ext/Makefile.am:
4711           Add $(PANGO_DIR) to SUBDIRS
4712
4713         * ext/pango/gstclockoverlay.c:
4714         * ext/pango/gsttimeoverlay.c:
4715           Fix and improve element descriptions.
4716
4717 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4718
4719         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4720         * docs/plugins/inspect/plugin-libvisual.xml:
4721         * docs/plugins/inspect/plugin-pango.xml:
4722           add pango plugin to docs
4723
4724 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4725
4726         * configure.ac:
4727         * ext/Makefile.am:
4728           moved pango to base
4729
4730 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4731
4732         * configure.ac:
4733         * tests/Makefile.am:
4734         * tests/icles/.cvsignore:
4735         * tests/icles/Makefile.am:
4736         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
4737         (close_display), (resize_window), (move_window), (create_window),
4738         (terminate_playback), (pause_playback), (start_playback), (main):
4739           add stress test for xoverlay from Julien
4740
4741 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4742
4743         * docs/libs/tmpl/gstcolorbalance.sgml:
4744         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4745         * gst-libs/gst/rtp/gstbasertppayload.c:
4746         * gst-libs/gst/rtp/gstrtpbuffer.c:
4747         * gst-libs/gst/rtp/gstrtpbuffer.h:
4748           Do burger's rename for rtp payloaders and depayloaders
4749
4750 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4751
4752         * win32/:
4753           add Visual Studio 6 build files
4754
4755 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4756
4757         * docs/libs/gst-plugins-base-libs-docs.sgml:
4758         * docs/libs/gst-plugins-base-libs-sections.txt:
4759         * docs/libs/tmpl/gstaudio.sgml:
4760         * docs/libs/tmpl/gstringbuffer.sgml:
4761         * gst-libs/gst/interfaces/xoverlay.c:
4762         * gst-libs/gst/video/gstvideofilter.c:
4763         * gst-libs/gst/video/gstvideosink.c:
4764           update documentation
4765
4766 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4767
4768         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
4769         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
4770         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
4771         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
4772         (gst_multi_fd_sink_get_stats),
4773         (gst_multi_fd_sink_remove_client_link),
4774         (gst_multi_fd_sink_handle_client_read),
4775         (gst_multi_fd_sink_client_queue_data),
4776         (gst_multi_fd_sink_client_queue_caps),
4777         (gst_multi_fd_sink_client_queue_buffer),
4778         (gst_multi_fd_sink_new_client),
4779         (gst_multi_fd_sink_handle_client_write),
4780         (gst_multi_fd_sink_recover_client),
4781         (gst_multi_fd_sink_queue_buffer),
4782         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
4783         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
4784         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
4785         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
4786         * gst/tcp/gstmultifdsink.h:
4787         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
4788         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
4789         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
4790         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4791         (gst_tcp_client_sink_set_property),
4792         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
4793         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
4794         * gst/tcp/gsttcpclientsink.h:
4795         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
4796         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
4797         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
4798         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
4799         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
4800         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4801         * gst/tcp/gsttcpclientsrc.h:
4802         * gst/tcp/gsttcpplugin.c: (plugin_init):
4803         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
4804         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
4805         (gst_tcp_server_sink_finalize),
4806         (gst_tcp_server_sink_handle_server_read),
4807         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
4808         (gst_tcp_server_sink_set_property),
4809         (gst_tcp_server_sink_get_property),
4810         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4811         * gst/tcp/gsttcpserversink.h:
4812         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
4813         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
4814         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
4815         (gst_tcp_server_src_set_property),
4816         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
4817         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4818         * gst/tcp/gsttcpserversrc.h:
4819           more borgifying
4820
4821 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4822
4823         * docs/plugins/Makefile.am:
4824         * docs/plugins/gst-plugins-base-plugins.args:
4825         * docs/plugins/inspect/plugin-libvisual.xml:
4826         * gst/audioconvert/plugin.h:
4827         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
4828         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
4829         (gst_audio_rate_setcaps), (gst_audio_rate_init),
4830         (gst_audio_rate_chain), (gst_audio_rate_set_property),
4831         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
4832         (plugin_init):
4833         * gst/audiotestsrc/gstaudiotestsrc.c:
4834         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
4835         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
4836         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
4837         (gst_audio_test_src_get_query_types),
4838         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
4839         (gst_audio_test_src_create_square),
4840         (gst_audio_test_src_create_saw),
4841         (gst_audio_test_src_create_triangle),
4842         (gst_audio_test_src_create_silence),
4843         (gst_audio_test_src_create_white_noise),
4844         (gst_audio_test_src_init_pink_noise),
4845         (gst_audio_test_src_generate_pink_noise_value),
4846         (gst_audio_test_src_create_pink_noise),
4847         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
4848         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
4849         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
4850         (plugin_init):
4851         * gst/audiotestsrc/gstaudiotestsrc.h:
4852         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
4853         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
4854         (gst_sub_parse_init), (gst_sub_parse_formats),
4855         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
4856         (convert_encoding), (get_next_line),
4857         (gst_sub_parse_data_format_autodetect),
4858         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
4859         (gst_sub_parse_loop), (gst_sub_parse_chain),
4860         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
4861         (plugin_init):
4862         * gst/subparse/gstsubparse.h:
4863         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
4864         (gst_video_rate_base_init), (gst_video_rate_class_init),
4865         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
4866         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
4867         (gst_video_rate_init), (gst_video_rate_event),
4868         (gst_video_rate_chain), (gst_video_rate_set_property),
4869         (gst_video_rate_get_property), (gst_video_rate_change_state),
4870         (plugin_init):
4871         * gst/videoscale/gstvideoscale.c:
4872         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
4873         (gst_video_scale_src_template_factory),
4874         (gst_video_scale_sink_template_factory),
4875         (gst_video_scale_get_type), (gst_video_scale_base_init),
4876         (gst_video_scale_class_init), (gst_video_scale_init),
4877         (gst_video_scale_set_property), (gst_video_scale_get_property),
4878         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
4879         (gst_video_scale_prepare_size), (parse_caps),
4880         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
4881         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
4882         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
4883         (plugin_init):
4884         * gst/videoscale/gstvideoscale.h:
4885         * gst/videotestsrc/gstvideotestsrc.c:
4886         (gst_video_test_src_pattern_get_type),
4887         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
4888         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
4889         (gst_video_test_src_set_pattern),
4890         (gst_video_test_src_set_property),
4891         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
4892         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
4893         (gst_video_test_src_event), (gst_video_test_src_get_times),
4894         (gst_video_test_src_create), (plugin_init):
4895         * gst/videotestsrc/gstvideotestsrc.h:
4896         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
4897         (gst_video_test_src_smpte), (gst_video_test_src_snow),
4898         (gst_video_test_src_black):
4899         * gst/videotestsrc/videotestsrc.h:
4900           borgify further
4901           clean up docs a little
4902
4903 2005-11-30  Wim Taymans  <wim@fluendo.com>
4904
4905         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4906         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
4907         (gst_basertppayload_event), (gst_basertppayload_push),
4908         (gst_basertppayload_change_state):
4909         * gst-libs/gst/rtp/gstbasertppayload.h:
4910         closed #320644.
4911
4912 2005-11-30  Julien MOUTTE  <julien@moutte.net>
4913
4914         * docs/libs/gst-plugins-base-libs-docs.sgml:
4915         * docs/libs/gst-plugins-base-libs-sections.txt:
4916         * gst-libs/gst/video/gstvideofilter.c:
4917         * gst-libs/gst/video/gstvideosink.c:
4918         * gst-libs/gst/video/gstvideosink.h: Adding docs.
4919
4920 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4921
4922         * LICENSE:
4923           move
4924         * po/af.po:
4925         * po/az.po:
4926         * po/cs.po:
4927         * po/en_GB.po:
4928         * po/hu.po:
4929         * po/it.po:
4930         * po/nb.po:
4931         * po/nl.po:
4932         * po/or.po:
4933         * po/sq.po:
4934         * po/sr.po:
4935         * po/sv.po:
4936         * po/uk.po:
4937         * po/vi.po:
4938         * Makefile.am:
4939           update
4940         * scripts/autoplugins.sh:
4941           remove
4942
4943 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4944
4945         * Makefile.am:
4946         * configure.ac:
4947         * examples/Makefile.am:
4948         * examples/capsfilter/Makefile.am:
4949         * examples/capsfilter/capsfilter1.c:
4950         * examples/gob/Makefile.am:
4951         * examples/gob/gst-identity2.gob:
4952         * examples/indexing/.cvsignore:
4953         * examples/indexing/Makefile.am:
4954         * examples/indexing/indexmpeg.c:
4955         * examples/seeking/.cvsignore:
4956         * examples/seeking/Makefile.am:
4957         * examples/seeking/cdparanoia.c:
4958         * examples/seeking/cdplayer.c:
4959         * examples/seeking/chained.c:
4960         * examples/seeking/scrubby.c:
4961         * examples/seeking/seek.c:
4962         * examples/stats/Makefile.am:
4963         * examples/stats/mp2ogg.c:
4964         * examples/switch/.cvsignore:
4965         * examples/switch/Makefile.am:
4966         * examples/switch/switcher.c:
4967         * tests/Makefile.am:
4968         * tests/check/generic/.cvsignore:
4969         * tests/check/pipelines/.cvsignore:
4970         * tests/examples/Makefile.am:
4971         * tests/examples/seek/Makefile.am:
4972           reorganize stuff under tests/
4973
4974 2005-11-30  Edward Hervey  <edward@fluendo.com>
4975
4976         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4977         Go away you stupid GstStaticPadTemplate memleak.
4978
4979 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4980
4981         * gst-libs/gst/net/Makefile.am:
4982         * gst-libs/gst/net/README:
4983         * gst-libs/gst/net/gstnetbuffer.c:
4984         * gst-libs/gst/net/gstnetbuffer.h:
4985           this was moved to "netbuffer"
4986
4987 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4988
4989         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
4990         (gst_video_filter_class_init), (gst_video_filter_init):
4991         * gst-libs/gst/video/gstvideofilter.h:
4992           borgify name to bring in line with other classes
4993
4994 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4995
4996         * gst/audioscale/.cvsignore:
4997         * gst/audioscale/Makefile.am:
4998         * gst/audioscale/README:
4999         * gst/audioscale/audioscale.vcproj:
5000         * gst/audioscale/dtof.c:
5001         * gst/audioscale/dtos.c:
5002         * gst/audioscale/functable.c:
5003         * gst/audioscale/gstaudioscale.c:
5004         * gst/audioscale/gstaudioscale.h:
5005         * gst/audioscale/private.h:
5006         * gst/audioscale/resample.c:
5007         * gst/audioscale/resample.h:
5008         * gst/audioscale/test.c:
5009           remove
5010
5011 2005-11-30  Edward Hervey  <edward@fluendo.com>
5012
5013         * gst-libs/gst/netbuffer/Makefile.am:
5014         really, really tired
5015
5016 2005-11-30  Edward Hervey  <edward@fluendo.com>
5017
5018         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5019         Update for new GstTypeFindFactory _register()
5020
5021 2005-11-30  Edward Hervey  <edward@fluendo.com>
5022
5023         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
5024         Let's not override libgstnet from core for no reason...
5025         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
5026         Ok, maybe not so quick next time.
5027
5028 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5029
5030         * configure.ac:
5031         * gst-libs/gst/Makefile.am:
5032           moved gst-libs/gst/net to netbuffer through CVS surgery
5033           remove old directory
5034           updating build to accomodate
5035           (#322257)
5036
5037 2005-11-29  Andy Wingo  <wingo@pobox.com>
5038
5039         * pkgconfig/gstreamer-plugins-base.pc.in:
5040         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
5041         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
5042         (#322257).
5043
5044 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
5045
5046         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
5047         3rd time's the charm. Correct ref-counting for discarded buffers.
5048
5049 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
5050
5051         * gst/playback/gststreamselector.c:
5052         (gst_stream_selector_class_init),
5053         (gst_stream_selector_set_property),
5054         (gst_stream_selector_get_property),
5055         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
5056         Fix ref-counting
5057
5058 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
5059
5060         * gst/subparse/gstsubparse.c: (feed_textbuf):
5061           Don't access already unref'ed buffer.
5062
5063 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
5064
5065         * gst/playback/gststreamselector.c:
5066         (gst_stream_selector_class_init), (gst_stream_selector_init),
5067         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
5068         (gst_stream_selector_get_property),
5069         (gst_stream_selector_get_linked_pad),
5070         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
5071         * gst/playback/gststreamselector.h:
5072         Add the active-pad property for playbin to use shortly. Ignore buffers
5073         from any other pad, returning GST_FLOW_NOT_LINKED
5074
5075 2005-11-29  Julien MOUTTE  <julien@moutte.net>
5076
5077         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
5078         patch from bug #322704 (Alessandro Decina).
5079
5080 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5081
5082         * gst-libs/gst/audio/Makefile.am:
5083           folded audiofilter into the audio library
5084
5085 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5086
5087         * gst/videoscale/gstvideoscale.h:
5088         * gst/videoscale/gstvideoscale.c:
5089           remove unimplemented scale methods
5090
5091 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
5092
5093         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
5094           Don't leak caps.
5095
5096 2005-11-28  Julien MOUTTE  <julien@moutte.net>
5097
5098         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
5099         (gst_ximagesink_setcaps):
5100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
5101         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
5102         happens (only visible on ximagesink but bug is in xv too) set_caps was
5103         destroying the internal x[v]image used to memcpy non locally alloced
5104         buffers so that it got renewed on next _chain. The issue is that 
5105         _expose will try to put that image as it reffed it in _put.
5106         Using gst_buffer_unref instead of destroy fixes it !
5107
5108 2005-11-28  Edward Hervey  <edward@fluendo.com>
5109
5110         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5111         (try_to_link_1), (queue_filled_cb):
5112         Better use of the queues. Start with a small size queue and only increase
5113         the size of the queues when the other queues are empty.
5114
5115 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5116
5117         * gst-libs/gst/video/Makefile.am:
5118           compile in copied-over videofilter into the video library
5119         * gst-libs/gst/video/videosink.h:
5120           rename the header to gstvideosink.h since it's a base GstObject class
5121         * sys/ximage/ximagesink.h:
5122         * sys/xvimage/xvimagesink.h:
5123           use the new header
5124
5125 2005-11-28  Wim Taymans  <wim@fluendo.com>
5126
5127         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
5128         * gst/playback/gstplaybasebin.h:
5129         Prepare to handle errors betters.
5130
5131         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
5132         Set sinks to PAUSED first before adding and linking them so that
5133         we don't interrupt dataflow.
5134
5135 2005-11-28  Wim Taymans  <wim@fluendo.com>
5136
5137         * gst-libs/gst/audio/TODO:
5138         Updated TODO
5139
5140         * gst-libs/gst/audio/gstaudiosink.c:
5141         (gst_audioringbuffer_open_device),
5142         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5143         (gst_audioringbuffer_release):
5144         Small cleanups.
5145
5146         * gst-libs/gst/audio/gstbaseaudiosink.c:
5147         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
5148         (gst_base_audio_sink_change_state):
5149         Slave to the master clock when going to PLAYING and unslave when
5150         going to PAUSED.
5151
5152         * gst-libs/gst/audio/gstringbuffer.c:
5153         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
5154         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
5155         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
5156         (gst_ring_buffer_clear_all), (wait_segment),
5157         (gst_ring_buffer_commit), (gst_ring_buffer_read),
5158         (gst_ring_buffer_advance):
5159         * gst-libs/gst/audio/gstringbuffer.h:
5160         Add some docs and cleanups.
5161
5162 2005-11-28  Julien MOUTTE  <julien@moutte.net>
5163
5164         * sys/xvimage/xvimagesink.c:
5165         (gst_xvimagesink_navigation_send_event): Fix navigation events
5166         coordinates translation with pixel aspect ratios.
5167
5168 2005-11-28  Julien MOUTTE  <julien@moutte.net>
5169
5170         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
5171         Use calculated video geometry from _setcaps instead of buffer
5172         caps to respect pixel aspect ratio. (fixes #322388)
5173
5174 2005-11-28  Julien MOUTTE  <julien@moutte.net>
5175
5176         * docs/libs/tmpl/gstcolorbalance.sgml:
5177         * docs/libs/tmpl/gstmixer.sgml:
5178         * docs/libs/tmpl/gstxoverlay.sgml:
5179         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
5180         interface.
5181
5182 2005-11-28  Julien MOUTTE  <julien@moutte.net>
5183
5184         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
5185         Refuse to create an XvImage if we can't find the format.
5186
5187 2005-11-28  Edward Hervey  <edward@fluendo.com>
5188
5189         * gst-libs/gst/riff/riff-media.c:
5190         (gst_riff_create_audio_template_caps):
5191         Add ATRAC3 to the list of riff-possible audio caps.
5192         I know we still don't have a plugin for atrac3, but it's saner to output
5193         that than a cryptic mimetype.
5194
5195 2005-11-27  Edward Hervey  <edward@fluendo.com>
5196
5197         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
5198         Don't try to create a zero-sized subbuffer.
5199
5200 2005-11-27  Julien MOUTTE  <julien@moutte.net>
5201
5202         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
5203         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
5204         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
5205         (gst_ximagesink_expose): Fixed a tricky race.
5206         * sys/ximage/ximagesink.h:
5207         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
5208         (gst_xvimagesink_expose): Fixed a tricky race.
5209         * sys/xvimage/xvimagesink.h:
5210
5211 2005-11-27  Edward Hervey  <edward@fluendo.com>
5212
5213         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5214         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
5215         Remove unused properties, and add queues between demuxers and decoders
5216         so that a lot more files can preroll properly.
5217
5218 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5219
5220         * gst-libs/gst/net/Makefile.am:
5221         * gst-libs/gst/rtp/Makefile.am:
5222         * gst-libs/gst/tag/Makefile.am:
5223           remove silly include
5224         * gst/tags/Makefile.am:
5225         * gst/tags/gsttagediting.c:
5226         * gst/tags/gsttageditingprivate.h:
5227         * gst/tags/tagedit.vcproj:
5228           remove directory, is as good as empty
5229
5230 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5231
5232         * configure.ac:
5233           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
5234         * gst-libs/Makefile.am:
5235         * gst-libs/gst/audio/Makefile.am:
5236         * gst-libs/gst/interfaces/Makefile.am:
5237         * gst-libs/gst/net/Makefile.am:
5238         * gst-libs/gst/riff/Makefile.am:
5239         * gst-libs/gst/rtp/Makefile.am:
5240         * gst-libs/gst/tag/Makefile.am:
5241         * gst-libs/gst/video/Makefile.am:
5242           and use them
5243
5244 2005-11-27  Julien MOUTTE  <julien@moutte.net>
5245
5246         * docs/libs/tmpl/gstcolorbalance.sgml:
5247         * docs/libs/tmpl/gstmixer.sgml:
5248         * docs/libs/tmpl/gstxoverlay.sgml:
5249         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
5250         * sys/ximage/ximagesink.h:
5251         * sys/xvimage/xvimagesink.h: More and more documentation.
5252
5253 2005-11-26  Julien MOUTTE  <julien@moutte.net>
5254
5255         * docs/libs/gst-plugins-base-libs-docs.sgml:
5256         * docs/libs/gst-plugins-base-libs-sections.txt:
5257         * docs/libs/tmpl/gstcolorbalance.sgml:
5258         * docs/libs/tmpl/gstmixer.sgml:
5259         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
5260         to documentation.
5261
5262 2005-11-26  Julien MOUTTE  <julien@moutte.net>
5263
5264         * docs/plugins/Makefile.am:
5265         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5266         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5267         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
5268
5269 2005-11-26  Julien MOUTTE  <julien@moutte.net>
5270
5271         * docs/plugins/Makefile.am:
5272         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5273         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5274         * docs/plugins/inspect/plugin-adder.xml:
5275         * docs/plugins/inspect/plugin-alsa.xml:
5276         * docs/plugins/inspect/plugin-audioconvert.xml:
5277         * docs/plugins/inspect/plugin-audiorate.xml:
5278         * docs/plugins/inspect/plugin-audioresample.xml:
5279         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5280         * docs/plugins/inspect/plugin-decodebin.xml:
5281         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5282         * docs/plugins/inspect/plugin-gnomevfs.xml:
5283         * docs/plugins/inspect/plugin-ogg.xml:
5284         * docs/plugins/inspect/plugin-playbin.xml:
5285         * docs/plugins/inspect/plugin-subparse.xml:
5286         * docs/plugins/inspect/plugin-tcp.xml:
5287         * docs/plugins/inspect/plugin-theora.xml:
5288         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5289         * docs/plugins/inspect/plugin-video4linux.xml:
5290         * docs/plugins/inspect/plugin-videorate.xml:
5291         * docs/plugins/inspect/plugin-videoscale.xml:
5292         * docs/plugins/inspect/plugin-videotestsrc.xml:
5293         * docs/plugins/inspect/plugin-volume.xml:
5294         * docs/plugins/inspect/plugin-vorbis.xml:
5295         * docs/plugins/inspect/plugin-ximagesink.xml:
5296         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
5297         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
5298
5299 2005-11-26  Edward Hervey  <edward@fluendo.com>
5300
5301         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
5302         Properly return GstFlowReturn from gst_pad_push in chain functions.
5303
5304 2005-11-25  Michael Smith  <msmith@fluendo.com>
5305
5306         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
5307         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
5308         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5309         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
5310           Handle various conditions better when we don't understand a stream.
5311           Removes a heap of CRITICALs on ogg streams containing unknown data.
5312
5313 2005-11-24  Andy Wingo  <wingo@pobox.com>
5314
5315         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
5316         Be threadsafe.
5317
5318 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5319
5320         * configure.ac: back to HEAD
5321
5322 === release 0.9.6 ===
5323
5324 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
5325
5326         * configure.ac:
5327           releasing 0.9.6, "White Eight"
5328
5329 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5330
5331         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
5332         * docs/plugins/inspect/plugin-sine.xml:
5333           remove sinesrc some more
5334
5335 2005-11-23  Wim Taymans  <wim@fluendo.com>
5336
5337         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
5338         If we are reading too slowly, jump forward in the ringbuffer
5339         instead of blocking.
5340
5341 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
5342
5343         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
5344         (gst_visual_chain):
5345         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
5346         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
5347         (gst_videorate_chain):
5348         * gst/videotestsrc/gstvideotestsrc.c:
5349         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
5350         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
5351         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
5352         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
5353         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
5354         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
5355           Updates for API changes
5356
5357 2005-11-23  Wim Taymans  <wim@fluendo.com>
5358
5359         * gst-libs/gst/audio/gstbaseaudiosink.c:
5360         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
5361         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5362         Fix for calibration API change.
5363
5364 2005-11-23  Michael Smith <msmith@fluendo.com>
5365
5366         * gst-libs/gst/audio/multichannel.c:
5367         (gst_audio_get_channel_positions),
5368         (gst_audio_set_channel_positions),
5369         (gst_audio_set_structure_channel_positions_list),
5370         (gst_audio_fixate_channel_positions):
5371           Use gst_value_array_*() functions on value arrays, not
5372           gst_value_list_*().
5373
5374 2005-11-23  Edward Hervey  <edward@fluendo.com>
5375
5376         * autogen.sh:
5377         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
5378         Fixes autogen
5379
5380 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5381
5382         * check/Makefile.am:
5383         * check/elements/videotestsrc.c: (setup_videotestsrc),
5384         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
5385         (main):
5386           add a test for videotestsrc
5387
5388 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5389
5390         * gst/sine/.cvsignore:
5391         * gst/sine/Makefile.am:
5392         * gst/sine/gstsinesrc.c:
5393         * gst/sine/gstsinesrc.h:
5394         * gst/sine/sinesrc.vcproj:
5395           and remove sinesrc from the repository.  Closes #321446
5396
5397 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5398
5399         * configure.ac:
5400         * gst-plugins-base.spec.in:
5401           remove sinesrc from the build
5402
5403 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5404
5405         * check/Makefile.am:
5406         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
5407         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
5408         (main):
5409           add a test for audiotestsrc, testing all waves.  Even seems
5410           leak-free at first glance, nice job Stefan
5411
5412 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
5413
5414         * po/af.po:
5415         * po/az.po:
5416         * po/cs.po:
5417         * po/en_GB.po:
5418         * po/hu.po:
5419         * po/it.po:
5420         * po/nb.po:
5421         * po/nl.po:
5422         * po/or.po:
5423         * po/sq.po:
5424         * po/sr.po:
5425         * po/sv.po:
5426         * po/uk.po:
5427         * po/vi.po:
5428           Translation string updates
5429
5430         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
5431         (gst_v4lsrc_set_caps):
5432         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
5433         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
5434         * sys/v4l/v4lsrc_calls.h:
5435           Improve v4lsrc, by making it work again.
5436
5437 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
5438
5439         * ext/libvisual/visual.c: (gst_visual_chain):
5440           Fix the fps calculations.
5441
5442         * gst/ffmpegcolorspace/avcodec.h:
5443           Move structure element for clarity
5444
5445         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
5446         * gst-libs/gst/interfaces/tunernorm.h:
5447         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
5448         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
5449         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
5450         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
5451         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
5452         (gst_v4lmjpegsrc_getcaps):
5453         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
5454         (gst_v4lsrc_set_caps):
5455         * sys/v4l/gstv4lsrc.h:
5456         * sys/v4l/v4l_calls.c: (gst_v4l_open):
5457         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
5458         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
5459         * sys/v4l/v4lsrc_calls.h:
5460           Fractional framerates...
5461
5462 2005-11-22  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         And we provide a clock by default, of course...
5468
5469 2005-11-22  Wim Taymans  <wim@fluendo.com>
5470
5471         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
5472         This clock can be slaved to a master clock now.
5473
5474         * gst-libs/gst/audio/gstbaseaudiosink.c:
5475         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
5476         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
5477         (gst_base_audio_sink_set_clock),
5478         (gst_base_audio_sink_set_property),
5479         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
5480         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5481         * gst-libs/gst/audio/gstbaseaudiosink.h:
5482         Handle slaving the internal clock to the clock selected in the
5483         pipeline.
5484         Add property to make the basesink not provide a clock.
5485
5486         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5487         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
5488         (gst_base_rtp_depayload_wait):
5489         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5490         We can use the clock in GstElement, no need to store it ourselves.
5491
5492 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5493
5494         * docs/libs/tmpl/gstaudio.sgml:
5495           update
5496         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
5497         (gst_paranoia_endian_get_type):
5498         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
5499         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
5500         * gst/audiotestsrc/gstaudiotestsrc.c:
5501         (gst_audiostestsrc_wave_get_type):
5502         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5503         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5504         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5505         (gst_sync_method_get_type), (gst_unit_type_get_type),
5506         (gst_client_status_get_type), (gst_multifdsink_class_init),
5507         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
5508         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
5509         (gst_multifdsink_get_property):
5510         * gst/tcp/gstmultifdsink.h:
5511         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
5512         * gst/videotestsrc/gstvideotestsrc.c:
5513         (gst_videotestsrc_pattern_get_type):
5514           remove deprecated properties
5515           fix up enums to correctly have short lowercase dashed nicks
5516
5517 2005-11-22  Michael Smith <msmith@fluendo.com>
5518
5519         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
5520         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
5521           Add underscore.
5522
5523 2005-11-22  Michael Smith <msmith@fluendo.com>
5524
5525         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
5526         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
5527           Use utility method for scaling clocktime for fractional framerates.
5528
5529 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
5530
5531         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
5532         (gst_visual_chain):
5533         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5534         * ext/theora/theoradec.c: (theora_handle_type_packet):
5535         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5536         (theora_enc_chain):
5537         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5538         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
5539         * gst-libs/gst/video/video.h:
5540         * gst/ffmpegcolorspace/avcodec.h:
5541         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5542         (gst_ffmpeg_caps_to_pixfmt):
5543         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5544         (gst_ffmpegcsp_set_caps):
5545         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
5546         (gst_videorate_setcaps), (gst_videorate_blank_data),
5547         (gst_videorate_chain):
5548         * gst/videotestsrc/gstvideotestsrc.c:
5549         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
5550         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
5551         (gst_videotestsrc_event), (gst_videotestsrc_create):
5552         * gst/videotestsrc/gstvideotestsrc.h:
5553         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5554         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
5555         (gst_ximagesink_get_times), (gst_ximagesink_init):
5556         * sys/ximage/ximagesink.h:
5557         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5558         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
5559         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
5560         * sys/xvimage/xvimagesink.h:
5561           Convert elements to use fractions for their framerate.
5562           V4L elements to come later tonight.
5563
5564 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5565
5566         * gst-libs/gst/audio/audio.c:
5567         * gst-libs/gst/audio/audio.h:
5568           remove some deprecated functions
5569
5570 2005-11-22  Andy Wingo  <wingo@pobox.com>
5571
5572         * Update for gst_tag_setter API changes.
5573
5574 2005-11-22  Andy Wingo  <wingo@pobox.com>
5575
5576         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
5577         (gst_ogg_demux_perform_seek):
5578         * ext/theora/theoradec.c (theora_dec_sink_event):
5579         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
5580         update-funcnames.
5581
5582 2005-11-22  Wim Taymans  <wim@fluendo.com>
5583
5584         * examples/seeking/seek.c: (main):
5585         Give higher priority to bus signals than the gtk events
5586         to fix a race condition in the segment looping.
5587
5588 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
5589
5590         * ext/theora/Makefile.am:
5591         * ext/vorbis/Makefile.am:
5592         * gst-libs/gst/tag/Makefile.am:
5593         * gst-plugins-base.spec.in:
5594           Rename libgsttagedit to libgsttag (#322117).
5595
5596 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
5597
5598         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
5599         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5600           Call gst_x_overlay_prepare_xwindow_id() to give applications
5601           a final chance to set their own xwindow id before the video
5602           sink creates its own window.
5603
5604 2005-11-22  Julien MOUTTE  <julien@moutte.net>
5605
5606         * sys/xvimage/xvimagesink.c:
5607         (gst_xvimagesink_navigation_send_event): Handle navigation
5608         events correcly with borders if applicable.
5609
5610 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
5611
5612         Patch by: Luca Ognibene
5613
5614         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5615         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
5616         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5617         (gst_ffmpegcsp_caps_remove_format_info):
5618         * gst/ffmpegcolorspace/imgconvert.c:
5619         * gst/ffmpegcolorspace/imgconvert_template.h:
5620           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
5621           #318353); use gst_structure_has_name().
5622
5623 2005-11-22  Julien MOUTTE  <julien@moutte.net>
5624
5625         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
5626         (gst_ximagesink_class_init): Add debug macros on functions.
5627         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5628         (gst_xvimagesink_xwindow_draw_borders),
5629         (gst_xvimagesink_xvimage_put),
5630         (gst_xvimagesink_xwindow_update_geometry),
5631         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
5632         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
5633         (gst_xvimagesink_xcontext_clear),
5634         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5635         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
5636         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5637         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
5638         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
5639         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5640         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
5641         expose while being PAUSED, out of data flow navigation events, etc..
5642
5643 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5644
5645         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
5646         * gst-libs/gst/audio/audio.h:
5647           fix prototype - wondering why the test worked regardless
5648
5649 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5650
5651         * check/Makefile.am:
5652         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
5653         * gst-libs/gst/audio/audio.h:
5654           add a method that returns a proper GstClockTime
5655
5656 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5657
5658         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
5659         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
5660         * gst-libs/gst/interfaces/xoverlay.h:
5661           Remove everything having to do with the desired size; add 
5662           gst_x_overlay_prepare_xwindow_id() function; remove the
5663           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
5664           post a message on the bus instead (#321816).
5665
5666         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
5667         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
5668         (gst_xvimagesink_xoverlay_init):
5669           Remove desired size stuff (#321816).
5670
5671 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5672
5673         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
5674         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5675         (mpeg_video_type_find), (mpeg_video_stream_type_find):
5676           Terminate vararg functions with NULL instead of 0 to 
5677           make gcc4 happy.
5678
5679 2005-11-21  Andy Wingo  <wingo@pobox.com>
5680
5681         patch by: Sebastien Cote <sebas642@yahoo.ca>
5682         
5683         * gst-libs/gst/rtp/gstrtpbuffer.h: 
5684         * gst-libs/gst/rtp/gstrtpbuffer.c
5685         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
5686
5687 2005-11-21  Andy Wingo  <wingo@pobox.com>
5688
5689         * gst/playback/gstplaybin.c (gen_audio_element) 
5690         (gen_video_element): Use the new MISSING_PLUGIN core error
5691         category. Closes #320060.
5692
5693         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
5694         * gst/videorate/gstvideorate.c (gst_videorate_event):
5695         * ext/theora/theoradec.c (theora_dec_sink_event): 
5696         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
5697         stream lock.
5698
5699         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
5700         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
5701         stream lock changes.
5702
5703 2005-11-21  Wim Taymans  <wim@fluendo.com>
5704
5705         * gst-libs/gst/audio/gstbaseaudiosink.c:
5706         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
5707         (gst_base_audio_sink_provide_clock),
5708         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
5709         (gst_base_audio_sink_change_state):
5710         * gst/audioresample/gstaudioresample.c:
5711         Segment update fix.
5712
5713 2005-11-21  Andy Wingo  <wingo@pobox.com>
5714
5715         * *.h:
5716         * *.c: Ran scripts/update-macros. Oh yes.
5717
5718 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5719
5720         * sys/ximage/Makefile.am:
5721         * sys/ximage/ximage.c:
5722           Rename ximage plugin to ximagesink (#321426) (Don't forget to
5723           remove your old libgstximage.* manually if necessary).
5724
5725 2005-11-21  Michael Smith <msmith@fluendo.com>
5726
5727         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
5728           Minimal fix for bug #320200: set the min/max bitrate in the correct
5729           units. A better fix would be to upgrade to the RATEMANAGE2
5730           interface, rather than using the deprecated interface used here, but
5731           that would require an update in our libvorbis dependency (to 1.1),
5732           which is probably undesirable.
5733
5734 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
5735
5736         * ext/libvisual/visual.c: (get_buffer):
5737         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5738         (gst_base_audio_src_fixate):
5739         * gst/audioconvert/gstaudioconvert.c:
5740         (gst_audio_convert_fixate_caps):
5741         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
5742         * gst/audiotestsrc/gstaudiotestsrc.c:
5743         (gst_audiotestsrc_src_fixate):
5744         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
5745         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
5746         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
5747         * gst/videotestsrc/gstvideotestsrc.c:
5748         (gst_videotestsrc_src_fixate):
5749         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
5750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
5751           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
5752           (#322027)
5753
5754
5755 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5756
5757         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5758         (gst_riff_create_iavs_caps):
5759         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
5760         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5761         (gst_riff_parse_info):
5762         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
5763         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
5764         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5765           Fixes for GST_FOURCC_FORMAT API change.
5766
5767 2005-11-21  Andy Wingo  <wingo@pobox.com>
5768
5769         patch by: Alessandro Dessina <alessandro nnva org>
5770
5771         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
5772         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
5773         (gst_ogg_parse_chain):
5774         * ext/theora/theoraenc.c (theora_set_header_on_caps):
5775         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
5776         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
5777         gst_value_list calls on arrays. Fixes #321962.
5778
5779 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5780
5781         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5782         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
5783         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
5784         * gst/adder/gstadder.c: (gst_adder_init),
5785         (gst_adder_request_new_pad), (gst_adder_collected),
5786         (gst_adder_change_state):
5787           Update for gst_collectpads_foo() to gst_collect_pads_foo()
5788           API change.
5789
5790 2005-11-21  Michael Smith <msmith@fluendo.com>
5791
5792         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
5793         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
5794           Properly handle pad_push return values.
5795
5796 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
5797
5798         * gst-libs/gst/tag/Makefile.am:
5799         * gst-libs/gst/tag/gstvorbistag.c:
5800         (gst_tag_list_to_vorbiscomment_buffer):
5801           Remove obsolete vorbistag element and debug category.
5802
5803         * gst/playback/gstplaybasebin.c: (check_queue):
5804           Don't divide by 0 when queue-threshold is 0.
5805
5806         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
5807           Don't modify an existing pixel-aspect-ratio if we fail to read
5808           a new one.
5809
5810 2005-11-20  Wim Taymans  <wim@fluendo.com>
5811
5812         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
5813         (gst_vorbisenc_push_packet):
5814         GST_PAD_IS_USABLE is gone, use the return value of
5815         the push or pad_alloc_buffer instead.
5816
5817 2005-11-18  Julien MOUTTE  <julien@moutte.net>
5818
5819         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5820         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
5821         (gst_ximagesink_ximage_destroy),
5822         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
5823         (gst_ximagesink_xwindow_new),
5824         (gst_ximagesink_xwindow_update_geometry),
5825         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
5826         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
5827         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
5828         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
5829         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
5830         (gst_ximagesink_navigation_send_event),
5831         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
5832         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
5833         (gst_ximagesink_finalize), (gst_ximagesink_init),
5834         (gst_ximagesink_class_init):
5835         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
5836         This new version brings correct software scaling, non flickering
5837         window while resizing, pixel aspect ratio handling, usage of
5838         hardware buffer pools, out of data flow event thread for 
5839         navigation and handling of expose events even when being PAUSED,
5840         a new property to keep video aspect ratio when resizing, etc...
5841
5842 2005-11-18  Julien MOUTTE  <julien@moutte.net>
5843
5844         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
5845         (gst_videoscale_fixate_caps): Introduce back caps fixate with
5846         handling of PAR.
5847
5848 2005-11-18    <bilboed@dvdsrc.fluendo.com>
5849
5850         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
5851         Unsetting IS_SINK flag from the fakesink, so decodebin
5852         never behaves as a sink.
5853
5854 2005-11-17  Wim Taymans  <wim@fluendo.com>
5855
5856         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5857         (gst_base_audio_src_change_state):
5858         Fix the audiosrc base class again, we did not unflush.
5859
5860 2005-11-17  Julien MOUTTE  <julien@moutte.net>
5861
5862         * examples/seeking/seek.c: (make_dv_pipeline),
5863         (make_vorbis_theora_pipeline), (make_avi_pipeline),
5864         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
5865         to ogg/vorbis/theora pipeline.
5866
5867 2005-11-17  Wim Taymans  <wim@fluendo.com>
5868
5869         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
5870         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
5871         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
5872         Fix EOS on multiple streams.
5873         More debugging.
5874
5875 2005-11-16  Wim Taymans  <wim@fluendo.com>
5876
5877         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
5878         (gst_ogg_demux_perform_seek):
5879         Segment done must include stream time.
5880
5881         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5882         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
5883         (gst_ogg_mux_change_state):
5884         Fix ogg muxer again.
5885
5886 2005-11-16  Wim Taymans  <wim@fluendo.com>
5887
5888         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
5889         Fix compile again.
5890
5891 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5892
5893         * ext/libvisual/visual.c: (gst_visual_init):
5894         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
5895         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
5896         (gst_ogg_parse_chain):
5897         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
5898         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
5899         * ext/theora/theoradec.c: (gst_theora_dec_init):
5900         * ext/theora/theoraenc.c: (gst_theora_enc_init):
5901         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
5902         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
5903         * gst/adder/gstadder.c: (gst_adder_class_init),
5904         (gst_adder_dispose):
5905         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
5906         * gst/subparse/gstsubparse.c: (gst_subparse_init):
5907         * gst/videorate/gstvideorate.c: (gst_videorate_init):
5908           Fix a whole set of pad template leaks
5909
5910 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5911
5912         * check/generic/states.c: (GST_START_TEST):
5913           fix the test so that it only checks for elements that are part of
5914           this source module
5915
5916 2005-11-16  Michael Smith <msmith@fluendo.com>
5917
5918         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
5919         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
5920         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
5921         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
5922         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
5923         (gst_ogg_mux_change_state):
5924           Fix leaking collectpads.
5925
5926 2005-11-16  Edward Hervey  <edward@fluendo.com>
5927
5928         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
5929         (gst_videorate_event), (gst_videorate_chain):
5930         Handle segment seeks
5931
5932 2005-11-16  Wim Taymans  <wim@fluendo.com>
5933
5934         * gst-libs/gst/audio/gstbaseaudiosink.c:
5935         (gst_base_audio_sink_provide_clock),
5936         (gst_base_audio_sink_change_state):
5937         Set ringbuffer to non-flushing when going to PAUSED, set to
5938         flushing again when going to READY.
5939
5940         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
5941         (gst_ring_buffer_stop):
5942         Start in flushing mode by default.
5943         Don't set flushing in the _stop method, let the app call
5944         this explicitly.
5945
5946 2005-11-16  Julien MOUTTE  <julien@moutte.net>
5947
5948         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
5949         * gst-libs/gst/video/videosink.h: Add helper function needed
5950         for video sinks.
5951
5952 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5953
5954         * gst/videoscale/gstvideoscale.c:
5955         (gst_videoscale_handle_src_event):
5956           Don't leak reference to pad parent.
5957
5958 2005-11-16  Wim Taymans  <wim@fluendo.com>
5959
5960         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
5961         Set ringbuffer to flushing when stopping so that we don't
5962         block on wait_segment anymore and livelock.
5963
5964 2005-11-16  Wim Taymans  <wim@fluendo.com>
5965
5966         * examples/seeking/seek.c: (send_event), (do_seek),
5967         (loop_toggle_cb), (segment_done), (main):
5968         Added looping checkbox.
5969
5970 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5971
5972         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5973         (gst_ogg_demux_init):
5974         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
5975         (gst_vorbis_dec_init):
5976           revert unrefs, they don't pass make check
5977
5978 2005-11-15  Johan Dahlin  <johan@gnome.org>
5979
5980         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5981         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
5982         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
5983         (gst_vorbis_dec_init):
5984         Fix pad template leaks. 
5985
5986 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
5987
5988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
5989           Make state change function thread safe.
5990
5991 2005-11-15  Edward Hervey  <edward@fluendo.com>
5992
5993         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
5994         (gst_ogg_demux_class_init):
5995         Implement GstElement::send_event, so we can send seek events
5996         in GST_STATE_READY
5997
5998 2005-11-14  Julien MOUTTE  <julien@moutte.net>
5999
6000         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
6001         Discovered how to take away flickering while resizing the
6002         window. Please don't put that in ximagesink, refactoring in
6003         progress.
6004
6005 2005-11-14  Michael Smith <msmith@fluendo.com>
6006
6007         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
6008         (gst_multifdsink_render):
6009           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
6010
6011 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6012
6013         * gst/playback/gstplaybin.c: (gen_audio_element):
6014           Use autoaudiosink, it tends to be more widely available than
6015           autoaudiiosink.
6016           
6017 2005-11-14  Andy Wingo  <wingo@pobox.com>
6018
6019         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
6020         as well if it is available. Fixes #316442.
6021
6022 2005-11-14  Michael Smith <msmith@fluendo.com>
6023
6024         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
6025         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
6026         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6027         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
6028         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
6029         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
6030         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
6031         (gst_vorbisenc_change_state):
6032           Fix a small memory leak in vorbisenc.
6033           Fix large memory leaks in oggmux, also fix lots of state change
6034           bugs in oggmux.
6035
6036 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6037
6038         * gst/videotestsrc/gstvideotestsrc.c:
6039         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
6040         (gst_videotestsrc_src_fixate):
6041           move fixation to a fixate function
6042           remove negotiate function, basesrc's is good enough
6043           fixes a bug for check when using the element alone
6044
6045 2005-11-13  Edward Hervey  <edward@fluendo.com>
6046
6047         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
6048         (key_toggle_cb), (main):
6049         Added checkboxes for adding/removing the accurate and key_unit seek
6050         flags.
6051
6052 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6053
6054         * configure.ac: back to HEAD
6055
6056 === release 0.9.5 ===
6057
6058 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
6059
6060         * configure.ac:
6061           releasing 0.9.5, "No No Kia"
6062
6063 2005-11-11  Edward Hervey  <edward@fluendo.com>
6064
6065         * examples/seeking/seek.c: (make_parselaunch_pipeline):
6066         Added parse-launch syntax seeking mode for the seeking example.
6067         This should help stress-test even more cases.
6068         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
6069
6070 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
6071
6072         * sys/xvimage/xvimagesink.c:
6073         (gst_xvimagesink_navigation_send_event):
6074           Check whether peer pad exists before sending navigation events
6075           to it.
6076
6077 2005-11-11  Michael Smith <msmith@fluendo.com>
6078
6079         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
6080         (gst_vorbisenc_buffer_from_packet):
6081         * ext/vorbis/vorbisenc.h:
6082           Set duration on encoded buffers. This allows oggmux's
6083           max_page_delay parameter to actually work.
6084
6085 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
6086
6087         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6088         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
6089         (gst_ffmpegcsp_avpicture_fill):
6090         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6091         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
6092           Make palettes work again (see #132341). Use our own macros
6093           for rounding up.
6094
6095 2005-11-10  Andy Wingo  <wingo@pobox.com>
6096
6097         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
6098         string doober.
6099
6100 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6101
6102         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6103         (gst_ffmpegcsp_transform_caps):
6104           Prefer passthrough in transform_caps
6105
6106 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6107
6108         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6109           check for ALSA errors properly, instead of relying on ALSA's
6110           error strings to serve to the user.
6111
6112 2005-11-10  Wim Taymans  <wim@fluendo.com>
6113
6114         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
6115         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
6116         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
6117         Modernise the seek code.
6118
6119 2005-11-10  Michael Smith <msmith@fluendo.com>
6120         
6121         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
6122         (setup_substreams), (set_active_source):
6123           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
6124           trying to go to NULL if we failed to read a file.
6125
6126 2005-11-10  Wim Taymans  <wim@fluendo.com>
6127
6128         * gst/audiotestsrc/gstaudiotestsrc.c:
6129         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
6130         (gst_audiotestsrc_create):
6131         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6132         (gst_sinesrc_get_times), (gst_sinesrc_create):
6133         * gst/videotestsrc/gstvideotestsrc.c:
6134         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
6135         (gst_videotestsrc_create):
6136         The base class can now sync for us.
6137
6138 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6139
6140         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
6141           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
6142           name=source autoprobe=false autoprobe-fps=false copy-mode=1
6143           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
6144           format=(fourcc)I420" ! xvimagesink
6145
6146 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6147
6148         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6149         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
6150         (gst_sinesrc_newsegment):
6151           Send newsegment event in TIME format, set duration if
6152           num-buffers is set, fix duration querying.
6153
6154 2005-11-10  Michael Smith <msmith@fluendo.com>
6155
6156         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
6157         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6158         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
6159         (gst_ogg_mux_collected):
6160          Fix EOS handling, partially. Now forwarding an EOS event once we have
6161          EOS on all pads works correctly. However, we still don't properly set
6162          EOS on the actual ogg stream pages.
6163
6164 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
6165
6166         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
6167           Set elements to NULL state before disposing of them.
6168
6169 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
6170
6171         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
6172
6173         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6174         (gst_base_rtp_depayload_init),
6175         (gst_base_rtp_depayload_set_gst_timestamp):
6176         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6177           We need to send a newsegment event for each instance, not
6178           just for the first instance of this class (get rid of
6179           static variable in function). (#321011).
6180           
6181 2005-11-08  Michael Smith <msmith@fluendo.com>
6182
6183         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
6184         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
6185         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
6186         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
6187           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
6188           This makes us mux things correctly according to the ogg muxing
6189           rules. Still not handling EOS correctly right now, though.
6190
6191 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
6192
6193         * gst/audioconvert/gstaudioconvert.c:
6194           Fix typo in docs. 
6195
6196 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
6197
6198         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6199         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
6200           Initialise segment_stop to GST_CLOCK_TIME_NONE when
6201           creating a new chain; should fix live streaming. Also
6202           add more debug output and fix a typo.
6203
6204 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
6205
6206         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
6207
6208         * gst/volume/gstvolume.c: (volume_set_caps):
6209           Fix compilation on Solaris with Forte. (#320923)
6210
6211 2005-11-08  Wim Taymans  <wim@fluendo.com>
6212
6213         * gst-libs/gst/audio/gstbaseaudiosink.c:
6214         (gst_base_audio_sink_render):
6215         No need to do a typecheck.
6216
6217 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
6218
6219         * ext/alsa/gstalsa.h:
6220           We register a debug category, so let's use it.
6221
6222 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
6223
6224         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6225         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
6226         Fixed a small problem.
6227
6228 2005-11-04  Wim Taymans  <wim@fluendo.com>
6229
6230         * examples/seeking/Makefile.am:
6231         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
6232         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
6233         (make_playerbin_pipeline), (format_value), (update_scale),
6234         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
6235         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
6236         (print_usage), (main):
6237         Added app for playback speed testing.
6238
6239         * examples/seeking/seek.c: (dynamic_link),
6240         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
6241         (make_mpeg_pipeline), (do_seek), (set_update_scale),
6242         (message_received), (main):
6243         Updated seek example.
6244
6245 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
6246
6247         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6248         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
6249         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
6250         (gst_base_rtp_depayload_set_clock):
6251         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6252         Don't sleep on the bench (system clock) when you have a nice 
6253         comfortable bed (Gstreamer clock) to sleep on.
6254
6255 2005-11-03  Wim Taymans  <wim@fluendo.com>
6256
6257         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6258         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
6259         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
6260         Handle the case where a pad_block failed.
6261
6262 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
6263
6264         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
6265
6266         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6267         (gst_base_rtp_depayload_add_to_queue),
6268         (gst_base_rtp_depayload_push),
6269         (gst_base_rtp_depayload_set_gst_timestamp),
6270         (gst_base_rtp_depayload_queue_release):
6271           Fixes some bugs in the depayloader's queuing/de-queueing code.
6272
6273 2005-10-31  Michael Smith <msmith@fluendo.com>
6274
6275         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
6276         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
6277         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
6278           Patch from Alessandro Decina <alessandro@nnva.org>.
6279           Make oggdemux only find the final time in a chain, not per-pad,
6280           since the per-pad information can be very expensive to locate, and
6281           it isn't used anywhere. This makes reading a file containing
6282           OggSkeleton reasonably fast.
6283           Also, make chain finding work when there are logical bitstreams that
6284           can't be decoded. Fixes #319110.
6285
6286 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
6287
6288         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6289         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
6290         (gst_base_rtp_depayload_chain),
6291         (gst_base_rtp_depayload_add_to_queue),
6292         (gst_base_rtp_depayload_push),
6293         (gst_base_rtp_depayload_set_gst_timestamp),
6294         (gst_base_rtp_depayload_queue_release),
6295         (gst_base_rtp_depayload_start_thread),
6296         (gst_base_rtp_depayload_set_property),
6297         (gst_base_rtp_depayload_get_property):
6298         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6299         Some random fixes, to fullfill the desires of thomas.
6300
6301 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
6302
6303         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6304         (gst_base_rtp_depayload_add_to_queue),
6305         (gst_base_rtp_depayload_push):
6306         Fixed the queueing algorithm.
6307
6308 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
6309
6310         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6311         (gst_base_rtp_depayload_push):
6312         A small fix
6313
6314 2005-10-31  Wim Taymans  <wim@fluendo.com>
6315
6316         * gst-libs/gst/audio/gstringbuffer.h:
6317         Don't break ABI.
6318
6319         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6320         (gst_ffmpeg_caps_to_pixfmt):
6321         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6322         (gst_ffmpegcsp_set_caps):
6323         Some more comments.
6324         Handle missing required caps fields better.
6325
6326 2005-10-31  Wim Taymans  <wim@fluendo.com>
6327
6328         * gst-libs/gst/audio/gstbaseaudiosink.c:
6329         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
6330         (gst_base_audio_sink_render):
6331         * gst-libs/gst/audio/gstringbuffer.c:
6332         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
6333         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6334         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
6335         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
6336         (gst_ring_buffer_read):
6337         * gst-libs/gst/audio/gstringbuffer.h:
6338         Add flushing mode to the ringbuffer so that it in all cases does
6339         not try to handle more audio. This makes sure it does not try to
6340         block anymore when flushing and fixes a livelock.
6341
6342 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
6343
6344         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
6345         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
6346         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
6347           Explicitly check for -1 values before doing a conversion
6348           and always map them to -1. (#315545)
6349
6350 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6351
6352         * gst/playback/gstplaybin.c: (gen_video_element):
6353           first try autovideosink, then xvimagesink, then error out
6354         * po/POTFILES.in:
6355           add translatable file
6356         * po/af.po:
6357         * po/az.po:
6358         * po/cs.po:
6359         * po/en_GB.po:
6360         * po/hu.po:
6361         * po/it.po:
6362         * po/nb.po:
6363         * po/nl.po:
6364         * po/or.po:
6365         * po/sq.po:
6366         * po/sr.po:
6367         * po/sv.po:
6368         * po/uk.po:
6369         * po/vi.po:
6370           update translations
6371
6372 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
6373
6374         * gst-libs/gst/rtp/gstbasedepayload.c:
6375         * gst-libs/gst/rtp/gstbasedepayload.h:
6376           Minor cleanups
6377
6378 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
6379
6380         * gst/playback/.cvsignore:
6381         * gst/playback/decodetest.c:
6382         * gst/playback/test3.c:
6383           Port these two tests as well.
6384
6385 2005-10-27  Wim Taymans  <wim@fluendo.com>
6386
6387         * ext/theora/theoradec.c: (theora_dec_src_query),
6388         (theora_dec_sink_event):
6389         * ext/theora/theoraenc.c: (theora_enc_sink_event),
6390         (theora_enc_change_state):
6391         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6392         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
6393         Take proper locks when handling events.
6394
6395 2005-10-27  Wim Taymans  <wim@fluendo.com>
6396
6397         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
6398         (gst_adder_change_state):
6399         Fix timestamps and fix deadlock when stopping the collectpads.
6400
6401 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
6402
6403         * gst-libs/gst/rtp/gstrtpbuffer.h:
6404         Declaring the payload types as strings too so that they can be used
6405         in the padtemplate inialization.
6406
6407 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
6408
6409         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
6410
6411         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6412         (gst_base_rtp_depayload_class_init):
6413         Fixes a small but nasty bug. The derived elements no longer segfaults
6414         on finalization.
6415
6416 2005-10-26  Michael Smith <msmith@fluendo.com>
6417
6418         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
6419           When clearing an audioconvert context, set tmpbufsize to zero, so
6420           we'll allocate it again later if required.
6421           This fixes audioconvert re-negotiating formats, which previously
6422           segfaulted with a NULL destination buffer.
6423
6424 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
6425
6426         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6427         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
6428         (gst_base_rtp_depayload_set_gst_timestamp),
6429         (gst_base_rtp_depayload_queue_release):
6430         Fixed a smalll memleak.
6431
6432 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
6433         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6434         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
6435         (gst_base_rtp_depayload_finalize),
6436         (gst_base_rtp_depayload_setcaps),
6437         (gst_base_rtp_depayload_add_to_queue),
6438         (gst_base_rtp_depayload_push),
6439         (gst_base_rtp_depayload_set_gst_timestamp),
6440         (gst_base_rtp_depayload_queue_release),
6441         (gst_base_rtp_depayload_thread),
6442         (gst_base_rtp_depayload_change_state):
6443         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6444         Changed the C++ comments to C comments
6445
6446 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6447
6448         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
6449         * gst/tcp/gsttcpclientsrc.h:
6450         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
6451         * gst/tcp/gsttcpserversrc.h:
6452           Remove unused 'curoffset' structure member.
6453
6454 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
6455
6456         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6457         (gst_base_rtp_depayload_base_init),
6458         (gst_base_rtp_depayload_finalize):
6459         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6460         * gst-libs/gst/rtp/gstbasertppayload.h:
6461           The pad-template on the sinkpad should be set by the derived classes.
6462           Also added some useful macros.
6463
6464 2005-10-24  Wim Taymans  <wim@fluendo.com>
6465
6466         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6467         Correctly flush decoder samples even if we could not
6468         copy them to an output buffer. Fixes #319618.
6469
6470 2005-10-24  Julien MOUTTE  <julien@moutte.net>
6471
6472         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
6473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
6474         the caps against our xcontext caps.
6475
6476 2005-10-24  Wim Taymans  <wim@fluendo.com>
6477
6478         * gst-libs/gst/audio/gstbaseaudiosink.c:
6479         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
6480         Remove g_print
6481         Use sync property from baseclass to disable sync.
6482
6483 2005-10-24  Wim Taymans  <wim@fluendo.com>
6484
6485         * gst-libs/gst/audio/gstbaseaudiosink.c:
6486         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
6487         Buffers with no timestamps get aligned with previous buffers or
6488         on underrun, played ASAP.
6489
6490 2005-10-24  Julien MOUTTE  <julien@moutte.net>
6491
6492         * gst-libs/gst/video/video.h:
6493         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6494         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
6495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
6496         here comes my change on caps for framerate and geometry range.
6497         We are now accepting 1 to MAXINT for width and height, and from
6498         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
6499         to be blended correctly in videomixer.
6500
6501 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6502
6503         * configure.ac:
6504           back to HEAD
6505
6506 === release 0.9.4 ===
6507
6508 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6509
6510         * NEWS:
6511         * RELEASE:
6512         * configure.ac:
6513           releasing 0.9.4, "Velociraptor"
6514
6515 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6516
6517         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
6518         * po/POTFILES.in:
6519           STOPPED -> FAILED
6520
6521 2005-10-21  Wim Taymans  <wim@fluendo.com>
6522
6523         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6524         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
6525         (pad_blocked), (close_pad_link), (new_pad):
6526         Don't try to remove elements twice.
6527
6528 2005-10-21  Wim Taymans  <wim@fluendo.com>
6529
6530         * ext/theora/theoradec.c: (theora_dec_src_query),
6531         (theora_dec_sink_event):
6532         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6533         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
6534         (vorbis_handle_data_packet):
6535         * ext/vorbis/vorbisdec.h:
6536         Fix old naming.
6537
6538         * gst-libs/gst/audio/gstbaseaudiosink.c:
6539         (gst_base_audio_sink_render):
6540         Don't try to sync on buffers without a timestamp.
6541
6542 2005-10-21  Wim Taymans  <wim@fluendo.com>
6543
6544         * ext/theora/theoradec.c: (theora_dec_src_query),
6545         (theora_dec_sink_event):
6546         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6547         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
6548         (vorbis_handle_data_packet):
6549         * ext/vorbis/vorbisdec.h:
6550         Fix old naming.
6551
6552 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
6553
6554         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
6555         (gst_vorbisenc_src_query):
6556           Implement position and duration queries.
6557
6558         * gst/playback/test3.c: (update_scale), (main):
6559           Fix for async state changes and print nicer output.
6560
6561 2005-10-20  Wim Taymans  <wim@fluendo.com>
6562
6563         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6564         (dump_element_stats), (main):
6565         * gst/playback/test6.c: (main):
6566         Fix tests again
6567
6568 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
6569
6570         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
6571         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6572           Don't use functions for position queries when handling
6573           duration queries.
6574
6575 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
6576
6577         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6578         (vorbis_handle_data_packet), (vorbis_dec_chain),
6579         (vorbis_dec_change_state):
6580         * ext/vorbis/vorbisdec.h:
6581           Vorbis streams can be embedded in other container formats
6582           than ogg, container formats where the demuxer might set 
6583           timestamps on encoded vorbis buffers instead of those silly 
6584           granulepos thingies. In short: make vorbisdec handle 
6585           timestamps on incoming buffers as well.
6586
6587 2005-10-20  Wim Taymans  <wim@fluendo.com>
6588
6589         * gst/playback/gstplaybasebin.c: (group_destroy),
6590         (gst_play_base_bin_change_state):
6591         Fix leak.
6592         Handle case where playbasebin is now ASYNC because
6593         decodebin is.
6594
6595 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6596
6597         * gst/audioconvert/Makefile.am:
6598         * gst/audioconvert/bufferframesconvert.c:
6599         * gst/audioconvert/plugin.c: (plugin_init):
6600         * gst/audioconvert/plugin.h:
6601           And bye bye buffer-frames-convert
6602
6603 2005-10-19  Wim Taymans  <wim@fluendo.com>
6604
6605         * check/elements/audioconvert.c:
6606         * docs/libs/tmpl/gstaudio.sgml:
6607         * docs/libs/tmpl/gstcolorbalance.sgml:
6608         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6609         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
6610         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
6611         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
6612         * gst-libs/gst/audio/audio.h:
6613         * gst/audioconvert/audioconvert.h:
6614         * gst/audioconvert/gstaudioconvert.c:
6615         (gst_audio_convert_parse_caps):
6616         * gst/volume/gstvolume.c:
6617         Bye bye buffer-frames.
6618
6619 2005-10-19  Wim Taymans  <wim@fluendo.com>
6620
6621         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
6622         (query_positions_elems), (query_positions_pads), (update_scale),
6623         (do_seek), (set_update_scale), (message_received), (main):
6624         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6625         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
6626         (gst_ogg_demux_loop):
6627         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
6628         * ext/theora/theoradec.c: (theora_dec_src_query),
6629         (theora_dec_sink_event):
6630         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6631         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
6632         * gst/adder/gstadder.c: (gst_adder_query):
6633         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
6634         * gst/playback/test3.c: (update_scale):
6635         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6636         (dump_element_stats), (main):
6637         * gst/playback/test6.c: (main):
6638         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6639         Query API update.
6640
6641 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6642
6643         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6644         (xml_check_first_element), (xml_type_find), (smil_type_find),
6645         (plugin_init):
6646           Add typefinding for SMIL and for generic XML. Based on patch by
6647           Akos Maroy (#308663).
6648
6649 2005-10-18  Wim Taymans  <wim@fluendo.com>
6650
6651         * gst/playback/Makefile.am:
6652         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6653         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
6654         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
6655         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
6656         (gst_decode_bin_change_state):
6657         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6658         (gst_play_bin_send_event_to_sink):
6659         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6660         (dump_element_stats), (main):
6661         * gst/playback/test6.c: (main):
6662         Make playbin async, it'll commit state to paused when all streams
6663         are detected.
6664         Remove ugly hack.
6665         Added test6.c to show async behaviour.
6666
6667 2005-10-18  Wim Taymans  <wim@fluendo.com>
6668
6669         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6670         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
6671         Fix for segment-start/stop API change.
6672
6673 2005-10-18  Wim Taymans  <wim@fluendo.com>
6674
6675         * check/Makefile.am:
6676         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
6677         (main):
6678         Add future test for clock selection.
6679
6680 2005-10-18  Wim Taymans  <wim@fluendo.com>
6681
6682         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
6683         (gst_alsasink_close):
6684         Set handle to NULL.
6685
6686         * gst-libs/gst/audio/gstringbuffer.c:
6687         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
6688         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
6689         (gst_ring_buffer_start), (gst_ring_buffer_pause),
6690         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
6691         (gst_ring_buffer_read):
6692         More debug info.
6693
6694 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
6695
6696         * gst/audiotestsrc/Makefile.am:
6697         * gst/sine/Makefile.am:
6698         * gst/volume/Makefile.am:
6699           fix broken build of controllerized plugins
6700
6701 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6702
6703         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
6704
6705         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6706         (gst_riff_create_video_template_caps):
6707           Add support for Indeo-3 (IV32).
6708
6709 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6710
6711         * configure.ac:
6712           rewrite
6713
6714 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6715
6716         * gst-libs/gst/video/video.c: (gst_video_get_size):
6717         * gst/audiotestsrc/gstaudiotestsrc.c:
6718           doc updates
6719
6720 2005-10-17  Andy Wingo  <wingo@pobox.com>
6721
6722         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
6723         with the collectpads change.
6724         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
6725
6726         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
6727
6728         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
6729
6730         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
6731         alloc_buffer flow return to callers.
6732         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
6733         change. Fix some memleaks in theoraenc.
6734
6735         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
6736         in strange circumstance.
6737
6738 2005-10-17  Julien MOUTTE  <julien@moutte.net>
6739
6740         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6741         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
6742         from caps, let's use the caps...
6743
6744 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6745
6746         * configure.ac:
6747           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
6748
6749 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6750
6751         * gst-libs/gst/interfaces/Makefile.am:
6752           fix silly typo
6753
6754 2005-10-16  Andy Wingo  <wingo@pobox.com>
6755
6756         * gst/playback/gstdecodebin.c
6757         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
6758         function!
6759         (try_to_link_1): Increase kraziness level.
6760
6761 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6762
6763         * configure.ac:
6764           restructure like the core one
6765         * gst-libs/gst/audio/Makefile.am:
6766         * gst-libs/gst/interfaces/Makefile.am:
6767         * gst-libs/gst/net/Makefile.am:
6768         * gst-libs/gst/riff/Makefile.am:
6769         * gst-libs/gst/rtp/Makefile.am:
6770         * gst-libs/gst/tag/Makefile.am:
6771         * gst-libs/gst/video/Makefile.am:
6772           use correct linker flags, now the libs are properly versioned
6773         * check/elements/audioconvert.c: (verify_convert):
6774         * ext/alsa/gstalsaplugin.c:
6775         * ext/cdparanoia/gstcdparanoia.c:
6776         * ext/gnomevfs/gstgnomevfs.c:
6777         * ext/libvisual/visual.c:
6778         * ext/ogg/gstogg.c:
6779         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
6780         * ext/theora/theora.c:
6781         * ext/vorbis/vorbis.c:
6782         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6783         * gst-libs/gst/tag/gsttagediting.c:
6784         * gst-libs/gst/video/video.c:
6785         * gst/adder/gstadder.c:
6786         * gst/audioconvert/plugin.c:
6787         * gst/audiorate/gstaudiorate.c:
6788         * gst/audioresample/gstaudioresample.c:
6789         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6790         * gst/audioscale/gstaudioscale.c:
6791         * gst/audioscale/resample.c:
6792         * gst/audiotestsrc/gstaudiotestsrc.c:
6793         * gst/ffmpegcolorspace/gstffmpeg.c:
6794         * gst/playback/gstdecodebin.c: (close_pad_link):
6795         * gst/playback/gstplaybin.c: (gen_video_element),
6796         (gen_audio_element):
6797         * gst/sine/gstsinesrc.c:
6798         * gst/subparse/gstsubparse.c:
6799         * gst/tags/gsttagediting.c:
6800         * gst/tcp/gsttcpplugin.c:
6801         * gst/typefind/gsttypefindfunctions.c:
6802         * gst/videorate/gstvideorate.c:
6803         * gst/videoscale/gstvideoscale.c:
6804         * gst/videotestsrc/gstvideotestsrc.c:
6805         * gst/volume/gstvolume.c:
6806         * sys/v4l/gstv4l.c:
6807         * sys/ximage/ximage.c:
6808         * sys/xvimage/xvimagesink.c:
6809           fix up defines
6810
6811 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6812
6813         * ext/vorbis/vorbisenc.c:
6814         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
6815         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
6816         (gst_tag_to_vorbis_comments):
6817           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
6818
6819 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
6820
6821         * examples/stats/mp2ogg.c:
6822         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6823           typo fixes
6824
6825 2005-10-13  Michael Smith <msmith@fluendo.com>
6826
6827         * ext/ogg/gstoggmux.c:
6828           Use magic glib macros to define constants as 64 bit, to ensure
6829           appropriate vararg passing.
6830
6831 2005-10-13  Michael Smith <msmith@fluendo.com>
6832
6833         * ext/ogg/gstoggmux.c:
6834         * gst/audioconvert/audioconvert.c: (float):
6835           Don't use LL suffix, as it's not portable, and neither of these
6836           uses required it anyway.
6837
6838 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
6839
6840         * examples/indexing/indexmpeg.c: (main):
6841         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
6842         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
6843         (cdparanoia_convert), (cdparanoia_query):
6844         * ext/cdparanoia/gstcdparanoia.h:
6845         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
6846         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
6847         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
6848         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6849         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
6850         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
6851         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
6852         (gst_multifdsink_render), (gst_multifdsink_start),
6853         (gst_multifdsink_stop):
6854         * gst/tcp/gstmultifdsink.h:
6855         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
6856         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
6857         (gst_tcpclientsink_stop):
6858         * gst/tcp/gsttcpclientsink.h:
6859         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
6860         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
6861         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
6862         * gst/tcp/gsttcpclientsrc.h:
6863         * gst/tcp/gsttcpserversink.h:
6864         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
6865         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
6866         (gst_tcpserversrc_stop):
6867         * gst/tcp/gsttcpserversrc.h:
6868         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
6869         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
6870         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
6871           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
6872           moved bitshift from macro to enum definition
6873
6874 2005-10-12  Wim Taymans  <wim@fluendo.com>
6875
6876         * examples/seeking/Makefile.am:
6877         Oops.
6878
6879 2005-10-12  Wim Taymans  <wim@fluendo.com>
6880
6881         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
6882         (gst_ring_buffer_read), (gst_ring_buffer_clear):
6883         Don't assert on normal stuff.
6884
6885         * gst/playback/gstplaybin.c: (do_playbin_seek):
6886         API fix.
6887
6888 2005-10-12  Wim Taymans  <wim@fluendo.com>
6889
6890         * check/pipelines/simple_launch_lines.c: (run_pipeline):
6891         * examples/seeking/Makefile.am:
6892         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
6893         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
6894         (do_seek), (set_update_scale), (message_received), (main):
6895         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
6896         (gst_ring_buffer_read), (gst_ring_buffer_clear):
6897         Update for _get_state() API change.
6898
6899 2005-10-11  Wim Taymans  <wim@fluendo.com>
6900
6901         * gst-libs/gst/audio/gstbaseaudiosink.c:
6902         (gst_base_audio_sink_render):
6903         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6904         (gst_base_audio_src_create):
6905         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
6906         (gst_ring_buffer_read):
6907         Cleanups.
6908         Commit and read from ringbuffer in samples rather than bytes.
6909
6910 2005-10-11  Wim Taymans  <wim@fluendo.com>
6911
6912         * gst-libs/gst/audio/gstbaseaudiosink.c:
6913         (gst_base_audio_sink_render):
6914         Respect segment rate and accum when scheduling samples.
6915
6916 2005-10-11  Julien MOUTTE  <julien@moutte.net>
6917
6918         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
6919         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
6920         EOS correctly, that needs more work.
6921
6922 2005-10-11  Wim Taymans  <wim@fluendo.com>
6923
6924         * check/generic/states.c: (GST_START_TEST):
6925         remove old property.
6926
6927         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6928         (gst_ogg_demux_perform_seek):
6929         * ext/theora/theoradec.c: (theora_dec_sink_event):
6930         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6931         (vorbis_handle_data_packet):
6932         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6933         (gst_base_rtp_depayload_set_gst_timestamp):
6934         * gst/videorate/gstvideorate.c: (gst_videorate_event):
6935         Update for newsegment API change.
6936
6937 2005-10-11  Michael Smith <msmith@fluendo.com>
6938
6939         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6940         (do_playbin_seek), (gst_play_bin_send_event):
6941           Override send_event differently, so that we can takes bits of
6942           functionality from GstPipeline (special handling for seeks,
6943           including pausing/resuming, and resetting stream time) and still get
6944           the appropriate behaviour of only forwarding event to a single sink,
6945           rather than all of them.
6946           Unfortunately requires a lot of code duplication, but the
6947           alternatives are equally ugly in the end.
6948
6949 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6950
6951         * check/elements/audioconvert.c: (setup_audioconvert),
6952         (cleanup_audioconvert), (get_int_caps), (verify_convert),
6953         (GST_START_TEST), (audioconvert_suite):
6954           clean up tests a little, fix some leaks.
6955
6956 2005-10-10  Wim Taymans  <wim@fluendo.com>
6957
6958         * ext/alsa/gstalsasink.c:
6959         Also allow unsigned int.
6960
6961         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6962         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
6963         Small cleanup
6964
6965 2005-10-10  Wim Taymans  <wim@fluendo.com>
6966
6967         * check/pipelines/simple_launch_lines.c: (run_pipeline):
6968         Small update, use API as stated in design docs.
6969
6970         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
6971         (update_scale), (do_seek), (seek_cb), (set_update_scale),
6972         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
6973         (message_received), (main):
6974         Updated seek example for GOption. Some usability improvements.
6975
6976 2005-10-10  Wim Taymans  <wim@fluendo.com>
6977
6978         * gst/audioconvert/audioconvert.h:
6979         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
6980         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
6981         Alloc temp storage somewhere else where we can do it more
6982         portable.
6983
6984 2005-10-10  Wim Taymans  <wim@fluendo.com>
6985
6986         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
6987         (gst_tcpserversrc_start):
6988         Don't block in accept while doing the state change, move
6989         to poll and make cancellable.
6990
6991 2005-10-09  Philippe Khalaf <burger@speedy.org>
6992
6993         * gst-libs/gst/rtp/rtpbasedepayload.c:
6994         Set timestamp and add queue delay to timestamp
6995         * gst-libs/gst/rtp/rtpbuffer.h:
6996         Set correct payload type for h263
6997
6998 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
6999
7000         * gst/audiotestsrc/gstaudiotestsrc.c:
7001         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
7002         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
7003         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
7004         (gst_audiotestsrc_create_triangle),
7005         (gst_audiotestsrc_create_silence),
7006         (gst_audiotestsrc_create_white_noise),
7007         (gst_audiotestsrc_init_pink_noise),
7008         (gst_audiotestsrc_generate_pink_noise_value),
7009         (gst_audiotestsrc_create_pink_noise),
7010         (gst_audiotestsrc_change_wave):
7011         * gst/audiotestsrc/gstaudiotestsrc.h:
7012           fixed typo, added pink noise
7013
7014 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
7015
7016         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
7017         (plugin_init):
7018           Add wavpack and spc typefind functions from 0.8 branch.
7019
7020 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
7021
7022         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
7023         (ar_type_find), (msdos_type_find), (plugin_init):
7024           Add typefind functions for tar archives, ar archives,
7025           RAR archives, and msdos-executables (dlls, exe, etc.).
7026           Some of those would be wrongly identified as mpeg
7027           streams of some sort before (#315550).
7028
7029 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
7030
7031         * configure.ac:
7032         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7033         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7034         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
7035         * gst/audiotestsrc/Makefile.am:
7036         * gst/audiotestsrc/gstaudiotestsrc.c:
7037         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
7038         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
7039         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
7040         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
7041         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
7042         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
7043         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
7044         (gst_audiotestsrc_create_silence),
7045         (gst_audiotestsrc_create_white_noise),
7046         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
7047         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
7048         (gst_audiotestsrc_start), (plugin_init):
7049         * gst/audiotestsrc/gstaudiotestsrc.h:
7050           add new plugin and element
7051         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
7052           use gobject_class
7053
7054 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
7055
7056         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
7057         (gst_adder_init), (gst_adder_request_new_pad),
7058         (gst_adder_change_state):
7059           Add query function to source pad, so adder reports the correct
7060           time/sample position when queried (#315457); fix state change
7061           function; use GST_DEBUG_FUNCPTR() for pad functions.
7062
7063 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7064
7065         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
7066           Fix leaks in typefind registration
7067           Clean up the gratuitous commenting and whitespacing a little
7068
7069 2005-10-08  Wim Taymans  <wim@fluendo.com>
7070
7071         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
7072         Only actually wait for the thread to be stopped if it's 
7073         running.
7074
7075 2005-10-08  Wim Taymans  <wim@fluendo.com>
7076
7077         * gst-libs/gst/audio/gstbaseaudiosink.c:
7078         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7079         If we receive EOS we can start playback of what we had.
7080
7081 2005-10-08  Wim Taymans  <wim@fluendo.com>
7082
7083         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
7084         (gst_multifdsink_finalize), (multifdsink_hash_remove),
7085         (gst_multifdsink_stop):
7086         Fix crasher when going to NULL multiple times.
7087
7088 2005-10-06  Wim Taymans  <wim@fluendo.com>
7089
7090         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
7091         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
7092         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7093         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
7094         patch from Edgard Lima <edgard.lima@indt.org.br>
7095         Fixed gstbaseaudiosrc adding ring buffer sync to it.
7096
7097 2005-10-06  Wim Taymans  <wim@fluendo.com>
7098
7099         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
7100         Report the FLOW_RETURN as string in the error message.
7101
7102         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
7103         Don't assert when clearing an unnegotiated buffer.
7104
7105 2005-10-04  Michael Smith <msmith@fluendo.com>
7106
7107         * gst/playback/gstplaybasebin.c: (group_destroy),
7108         (gen_preroll_element), (remove_groups), (setup_source):
7109         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
7110         (setup_sinks), (gst_play_bin_send_event),
7111         (gst_play_bin_change_state):
7112           Set state to NULL before removing from bin. Fix refcounting.
7113
7114 2005-10-04  Michael Smith <msmith@fluendo.com>
7115
7116         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
7117           Correct refcounting in send_event() function. Previously was wrong
7118           if the first sink was unable to handle the event.
7119
7120 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7121
7122         * configure.ac:
7123           back to development
7124
7125 === release 0.9.3 ===
7126
7127 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7128
7129         * configure.ac:
7130           Releasing 0.9.3, "De Facto"
7131
7132 2005-10-03  Andy Wingo  <wingo@pobox.com>
7133
7134         * gst/playback/gstdecodebin.c (try_to_link_1)
7135         (remove_element_chain): set element to NULL before removing it.
7136
7137 2005-10-02  Johan Dahlin  <johan@gnome.org>
7138
7139         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
7140         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
7141         MT safe.
7142
7143 2005-10-02  Andy Wingo  <wingo@pobox.com>
7144
7145         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
7146         (gst_ring_buffer_prepare_read): 
7147         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
7148         Demote to LOG.
7149
7150 2005-09-29  Wim Taymans  <wim@fluendo.com>
7151
7152         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
7153         * ext/theora/theoradec.c: (theora_handle_data_packet):
7154         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7155         Propagate error codes from alloc_buffer too.
7156
7157 2005-09-29  Wim Taymans  <wim@fluendo.com>
7158
7159         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
7160         We use fixed caps.
7161
7162         * gst/playback/Makefile.am:
7163         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
7164         (dump_element_stats), (main):
7165         Added example stream introspection code.
7166
7167 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
7168
7169         * gst/adder/gstadder.c: (gst_adder_collected):
7170           fix adder for float elements
7171
7172 2005-09-28  Wim Taymans  <wim@fluendo.com>
7173
7174         * gst-libs/gst/audio/gstbaseaudiosink.c:
7175         (gst_base_audio_sink_class_init),
7176         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
7177         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7178         (gst_base_audio_src_class_init),
7179         (gst_base_audio_src_provide_clock):
7180         get_clock -> provide_clock
7181
7182 2005-09-28  Andy Wingo  <wingo@pobox.com>
7183
7184         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
7185         and unlocking.
7186
7187         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
7188         unlocking.
7189
7190         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
7191         Actually add the pad template.
7192         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
7193
7194         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
7195         I'm at it...
7196
7197         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
7198         from fdsrc. Get caps in create() instead of start() so it can be
7199         interrupted. Interruption somewhat untested.
7200
7201         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
7202         Proper EOS handling.
7203
7204 2005-09-27  Andy Wingo  <wingo@pobox.com>
7205
7206         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
7207
7208         * gst/tcp/gsttcpserversrc.c: Cleaned up.
7209
7210         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
7211
7212         * gst/tcp/gsttcp.h: 
7213         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
7214         out of tcpclientsrc.c. Cancellable.
7215         (gst_tcp_socket_read): Made private, cancellable, with better
7216         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
7217         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
7218         whole buffer, and better diagnostics.
7219         (gst_tcp_gdp_read_caps): Same.
7220
7221         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
7222
7223 2005-09-26  Andy Wingo  <wingo@pobox.com>
7224
7225         * gst/sine/gstsinesrc.h:
7226         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
7227         change the 'sync' property to 'is-live' and implement it halfway,
7228         update for controller api change.
7229
7230         * gst/volume/gstvolume.c (volume_transform_ip): Update for
7231         controller api change.
7232
7233 2005-09-24  Wim Taymans  <wim@fluendo.com>
7234
7235         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
7236         * gst-libs/gst/audio/gstaudiosink.c:
7237         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7238         (gst_audioringbuffer_stop):
7239         * gst-libs/gst/audio/gstbaseaudiosink.c:
7240         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
7241         (gst_base_audio_sink_change_state):
7242         * gst-libs/gst/audio/gstbaseaudiosink.h:
7243         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
7244         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7245         (gst_ring_buffer_commit), (gst_ring_buffer_read):
7246         * gst-libs/gst/audio/gstringbuffer.h:
7247         Fix sync again. Moved sample alignment to basesink.
7248
7249 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7250
7251         * docs/plugins/Makefile.am:
7252         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7253         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7254         * gst/volume/gstvolume.c:
7255           add/fix docs
7256         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
7257         * gst-libs/gst/audio/audio.h:
7258           add conversion macros for frames <-> clocktime
7259
7260 2005-09-23  David Schleef  <ds@schleef.org>
7261
7262         * gst/audioresample/Makefile.am:
7263         * gst/audioresample/debug.h:
7264         * gst/audioresample/gstaudioresample.c:
7265         * gst/audioresample/resample.c: Convert to using gst debugging
7266
7267 2005-09-22  Wim Taymans  <wim@fluendo.com>
7268
7269         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7270         (gst_play_bin_send_event):
7271         Only seek on one sink, the first one that succeeds.
7272
7273 2005-09-22  Michael Smith <msmith@fluendo.com>
7274
7275         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
7276         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
7277         Don't flush encoder state unless we have an initialised encoder.
7278         Clear out encoder state on PAUSED_TO_READY.
7279
7280 2005-09-22  Wim Taymans  <wim@fluendo.com>
7281
7282         * gst-libs/gst/rtp/gstbasertppayload.c:
7283         (gst_basertppayload_class_init), (gst_basertppayload_init),
7284         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7285         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7286         (gst_basertppayload_is_filled), (gst_basertppayload_push),
7287         (gst_basertppayload_set_property),
7288         (gst_basertppayload_get_property),
7289         (gst_basertppayload_change_state):
7290         * gst-libs/gst/rtp/gstbasertppayload.h:
7291         Added max-ptime to control amount of data in the rtp packets.
7292
7293 2005-09-21  Andy Wingo  <wingo@pobox.com>
7294
7295         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
7296         thingies.
7297
7298         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
7299         can be called multiple times, dogs.
7300
7301 2005-09-21  Wim Taymans  <wim@fluendo.com>
7302
7303         * gst-libs/gst/rtp/gstbasertppayload.c:
7304         (gst_basertppayload_class_init), (gst_basertppayload_init),
7305         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7306         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7307         (gst_basertppayload_push), (gst_basertppayload_get_property),
7308         (gst_basertppayload_change_state):
7309         Allow 0 ssrc too.
7310
7311 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
7312
7313         * docs/libs/compiling.sgml:
7314           fixing typos
7315
7316 2005-09-20  Wim Taymans  <wim@fluendo.com>
7317
7318         * gst-libs/gst/rtp/gstbasertppayload.c:
7319         (gst_basertppayload_class_init), (gst_basertppayload_init),
7320         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7321         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7322         (gst_basertppayload_push), (gst_basertppayload_set_property),
7323         (gst_basertppayload_get_property),
7324         (gst_basertppayload_change_state):
7325         * gst-libs/gst/rtp/gstbasertppayload.h:
7326         Added property to configure sequence number offsets.
7327
7328 2005-09-20  Wim Taymans  <wim@fluendo.com>
7329
7330         * gst-libs/gst/rtp/gstbasertppayload.c:
7331         (gst_basertppayload_class_init), (gst_basertppayload_init),
7332         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7333         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7334         (gst_basertppayload_push), (gst_basertppayload_set_property),
7335         (gst_basertppayload_get_property),
7336         (gst_basertppayload_change_state):
7337         * gst-libs/gst/rtp/gstbasertppayload.h:
7338         Make timestamp offset configurable.
7339
7340 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7341
7342         * check/pipelines/simple_launch_lines.c: (run_pipeline):
7343           fix wrong pop/unref
7344
7345 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
7346
7347         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
7348
7349         * gst-libs/gst/interfaces/propertyprobe.c:
7350         (gst_property_probe_probe_property_name),
7351         (gst_property_probe_needs_probe_name),
7352         (gst_property_probe_get_values_name),
7353         (gst_property_probe_probe_and_get_values_name):
7354           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
7355           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
7356
7357 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7358
7359         * check/Makefile.am:
7360           have some tests be disabled for valgrinding
7361         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
7362         (GST_START_TEST):
7363         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
7364           Fix A Leak.  Chain To Parent Finalize.
7365
7366 2005-09-19  Wim Taymans  <wim@fluendo.com>
7367
7368         * examples/seeking/seek.c: (make_wav_pipeline), (main):
7369         Fixed wav pipeline.
7370
7371 2005-09-19  Wim Taymans  <wim@fluendo.com>
7372
7373         * gst-libs/gst/rtp/gstbasertppayload.c:
7374         (gst_basertppayload_class_init), (gst_basertppayload_init),
7375         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7376         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7377         (gst_basertppayload_push), (gst_basertppayload_get_property),
7378         (gst_basertppayload_change_state):
7379         Posting ERROR and WARNING messages is good.
7380
7381 2005-09-19  Wim Taymans  <wim@fluendo.com>
7382
7383         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7384         (gst_base_rtp_depayload_add_to_queue),
7385         (gst_base_rtp_depayload_push),
7386         (gst_base_rtp_depayload_set_gst_timestamp),
7387         (gst_base_rtp_depayload_queue_release):
7388         This one was not supposed to go in.
7389
7390 2005-09-19  Wim Taymans  <wim@fluendo.com>
7391
7392         * check/pipelines/simple_launch_lines.c: (run_pipeline):
7393         Fix for bus API.
7394
7395         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7396         (gst_base_rtp_depayload_chain),
7397         (gst_base_rtp_depayload_add_to_queue),
7398         (gst_base_rtp_depayload_push),
7399         (gst_base_rtp_depayload_set_gst_timestamp),
7400         (gst_base_rtp_depayload_queue_release):
7401         Some cleanups.
7402
7403         * gst-libs/gst/rtp/gstbasertppayload.c:
7404         (gst_basertppayload_class_init), (gst_basertppayload_init),
7405         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
7406         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7407         (gst_basertppayload_get_property),
7408         (gst_basertppayload_change_state):
7409         Added debugging category.
7410
7411 2005-09-18  David Schleef  <ds@schleef.org>
7412
7413         * gst/playback/gstdecodebin.c: free plugin list correctly
7414         * gst/playback/gstplaybin.c: emit warning if autovideosink
7415           and autoaudiosink can't be found (instead of segfaulting)
7416
7417 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7418
7419         * check/elements/audioconvert.c: (GST_START_TEST):
7420           try out 24 bit conversion
7421
7422 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7423
7424         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
7425         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
7426         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
7427         * ext/vorbis/vorbisenc.h:
7428           Fix EOS handling.  Still needs a fix in the ogg muxer to
7429           mark the last page as eos.
7430
7431 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7432
7433         * common/gtk-doc-plugins.mak:
7434         * docs/plugins/Makefile.am:
7435         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7436         * gst/ffmpegcolorspace/Makefile.am:
7437         * gst/ffmpegcolorspace/avcodec.h:
7438         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7439         * gst/tcp/gstmultifdsink.c:
7440           fix up ffmpegcolorspace docs; extract header
7441
7442 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7443
7444         * common/gtk-doc-plugins.mak:
7445         * docs/plugins/Makefile.am:
7446         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7447         * ext/theora/Makefile.am:
7448         * ext/theora/gsttheoraenc.h:
7449         * ext/theora/theoraenc.c:
7450         * ext/vorbis/vorbisenc.c:
7451           pick up signals and args for vorbis; add some docs for vorbis
7452
7453 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7454
7455         * common/gstdoc-scangobj:
7456         * common/gtk-doc-plugins.mak:
7457         * docs/libs/Makefile.am:
7458         * docs/plugins/gst-plugins-base-plugins.args:
7459         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7460         * docs/plugins/gst-plugins-base-plugins.interfaces:
7461         * docs/plugins/gst-plugins-base-plugins.prerequisites:
7462         * docs/plugins/gst-plugins-base-plugins.signals:
7463           only scanobj stuff from our source module.  Not sure yet
7464           if that's correct, given the hierarchy stuff :)
7465
7466 2005-09-15  Wim Taymans  <wim@fluendo.com>
7467
7468         * gst/audioconvert/gstaudioconvert.c:
7469         And enable 24 bits mode as well..
7470
7471 2005-09-15  Wim Taymans  <wim@fluendo.com>
7472
7473         * gst-libs/gst/rtp/Makefile.am:
7474         * gst-libs/gst/rtp/gstbasertppayload.c:
7475         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
7476         (gst_basertppayload_class_init), (gst_basertppayload_init),
7477         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
7478         (gst_basertppayload_chain), (gst_basertppayload_set_options),
7479         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7480         (gst_basertppayload_set_property),
7481         (gst_basertppayload_get_property),
7482         (gst_basertppayload_change_state):
7483         * gst-libs/gst/rtp/gstbasertppayload.h:
7484         Added rtp payloader base class.
7485
7486 2005-09-15  Andy Wingo  <wingo@pobox.com>
7487
7488         * configure.ac (plugindir): Remove the EOL matcher from the
7489         regexp, as it causes me problems. Libtool? Make? Who knows?
7490
7491 2005-09-14  David Schleef  <ds@schleef.org>
7492
7493         * check/generic/states.c: 
7494         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
7495         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
7496           Fixes for changes in registry API.
7497
7498         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
7499           to GST_PLUGIN_LDFLAGS.
7500         * ext/libvisual/visual.c: Make the library shut up.
7501         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
7502         * gst-libs/gst/audio/gstaudiofilter.c: same
7503
7504 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7505
7506         * docs/plugins/Makefile.am:
7507         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7508         * docs/plugins/inspect/plugin-libvisual.xml:
7509         * docs/plugins/tmpl/element-tcpserversink.sgml:
7510         * ext/theora/theoraenc.c:
7511           add libvisual plugin and theoraenc element to docs
7512
7513 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7514
7515         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7516         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7517         * ext/theora/theoraenc.c:
7518           add theoraenc
7519
7520 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
7521
7522         * gst/audioconvert/Makefile.am:
7523           Audioconvert derives from GstBaseTransform and should
7524           link to the library with our base elements to avoid
7525           unresolved symbols. Makes things work with MinGW (#316160)
7526
7527         * gst/playback/test4.c: (main):
7528           Fix MinGW build problem and use g_usleep() instead of 
7529           sleep() (#316162)
7530
7531 2005-09-12  Wim Taymans  <wim@fluendo.com>
7532
7533         * gst/audioconvert/audioconvert.c: (float),
7534         (audio_convert_prepare_context), (audio_convert_convert):
7535         * gst/audioconvert/audioconvert.h:
7536         Cleanups, speedups, simplifications, added back support
7537         for 24 bits.
7538
7539 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7540
7541         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7542         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7543         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7544         * docs/plugins/tmpl/element-tcpserversink.sgml:
7545         * gst/ffmpegcolorspace/gstffmpeg.c:
7546         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7547         * gst/videotestsrc/gstvideotestsrc.c:
7548         * gst/volume/gstvolume.c:
7549           add more elements to the docs
7550
7551 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
7552
7553         * check/Makefile.am:
7554         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
7555         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
7556           Add extra tests for basetransform based components. 
7557           Comment out the test_element_negotiation test until we decide
7558           if it's testing correct behaviour.
7559         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
7560         (gst_visual_chain), (gst_visual_change_state):
7561           Slightly more correct but still bogus timestamping.
7562           Fix state change function.
7563         * gst/audioconvert/gstaudioconvert.c:
7564         (gst_audio_convert_class_init):
7565         * gst/audioresample/gstaudioresample.c:
7566         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7567         (gst_ffmpegcsp_class_init):
7568         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
7569         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
7570         (gst_videoscale_prepare_image):
7571         * gst/volume/gstvolume.c: (gst_volume_class_init),
7572         (volume_transform_ip):
7573           Basetransform updates. Enable passthrough modes.
7574         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7575         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
7576         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7577           Negotiation fix that allows the window to return to the original
7578           size and renegotiate passthrough upstream. Extra debug output.
7579
7580 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7581
7582         * gst/sine/gstsinesrc.c:
7583         * gst/volume/gstvolume.c:
7584           fix up header include
7585
7586 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
7587
7588         * gst-libs/gst/audio/gstbaseaudiosink.c:
7589         (gst_base_audio_sink_render):
7590         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
7591         * gst/volume/gstvolume.c: (gst_volume_class_init),
7592         (volume_transform):
7593           fixing lost sync, some more debugging
7594
7595 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
7596
7597         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7598         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
7599         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
7600         (gst_xvimagesink_check_xshm_calls):
7601           Fix compilation when XShm is not available.
7602
7603 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
7604
7605         * ext/libvisual/visual.c: (gst_visual_dispose),
7606         (gst_visual_getcaps), (gst_visual_src_setcaps),
7607         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
7608         (gst_visual_change_state):
7609           Finish fixing up libvisual plugin so that it runs. 
7610
7611 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
7612
7613         * ext/vorbis/vorbisenc.c:
7614         * gst-libs/gst/tag/gstvorbistag.c:
7615           gsttaginterface.h -> gsttagsetter.h
7616
7617 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
7618
7619         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
7620           added another test that failes for me (test is not active by default)
7621
7622 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7623
7624         * configure.ac:
7625           v4l2 is no longer in gst-plugins-base
7626
7627 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
7628
7629         * configure.ac:
7630           In the output at the end, don't show the first plugin on the same
7631           line as "Core plug-ins, always built:".
7632           Indent the output as for other plugin categories
7633         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
7634           #define that can be used to not use peer buffer_alloc functions for
7635           test purposes.
7636         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7637         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
7638         (gst_ximagesink_show_frame):
7639         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
7640         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
7641         (gst_xvimagesink_show_frame):
7642           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
7643           fails gracefully instead of XError aborting or deadlocking.
7644
7645 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
7646
7647         * ext/libvisual/Makefile.am:
7648           link against gst-base-libs
7649
7650 2005-09-06  David Schleef  <ds@schleef.org>
7651
7652         * configure.ac: Enable libvisual plugin.
7653         * ext/libvisual/Makefile.am:
7654         * ext/libvisual/visual.c: Fixes to make it compile.
7655
7656 === release 0.9.2 ===
7657
7658 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7659
7660         * NEWS:
7661         * RELEASE:
7662         * configure.ac:
7663         * docs/random/ChangeLog-0.8:
7664           releasing 0.9.2, "Spoon"
7665
7666 2005-09-05  Michael Smith <msmith@fluendo.com>
7667
7668         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
7669           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
7670           that in the vorbisenc element.
7671
7672 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7673
7674         * common/gtk-doc-plugins.mak:
7675         * docs/plugins/Makefile.am:
7676           fix distcheck
7677         * gst/audioresample/resample.c:
7678           fix wrong docstring
7679
7680 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7681
7682         * common/gst-xmlinspect.py:
7683         * common/gtk-doc-plugins.mak:
7684           only inspect plugins for this given package
7685           require gst-python 0.9
7686
7687 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7688
7689         * Makefile.am:
7690         * autogen.sh:
7691         * common/gst-xmlinspect.py:
7692         * configure.ac:
7693         * docs/Makefile.am:
7694         * docs/plugins/inspect/plugin-alsa.xml:
7695         * docs/plugins/inspect/plugin-audioresample.xml:
7696         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7697         * docs/plugins/inspect/plugin-ogg.xml:
7698         * docs/plugins/tmpl/element-gnomevfssink.sgml:
7699         * docs/plugins/tmpl/element-multifdsink.sgml:
7700         * docs/plugins/tmpl/element-tcpserversink.sgml:
7701         * docs/plugins/tmpl/element-vorbisenc.sgml:
7702         * gst-plugins-base.spec.in:
7703           various doc-related updates
7704
7705 2005-08-31  Wim Taymans  <wim@fluendo.com>
7706
7707         * gst-libs/gst/audio/gstbaseaudiosink.c:
7708         (gst_base_audio_sink_render):
7709         Resync if the buffer timestamps drift more than a 10th 
7710         of a second.
7711
7712 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
7713
7714         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
7715         (gst_v4lsrc_get_property):
7716           The 'timestamp-offset' property is registered as an int64, so
7717           let's use g_value_{set|get}_int64() in our setter and getter
7718           functions (makes it work and fixes warnings with gst-inspect).
7719
7720 2005-08-30  Wim Taymans  <wim@fluendo.com>
7721
7722         * check/elements/audioconvert.c: (setup_audioconvert):
7723         * check/elements/audioresample.c: (setup_audioresample):
7724         * check/elements/volume.c: (setup_volume):
7725         Fix checks.
7726
7727 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7728
7729         * common/gtk-doc-plugins.mak:
7730         * common/plugins.xsl:
7731         * docs/plugins/Makefile.am:
7732           make module a param
7733
7734 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
7735
7736         * examples/seeking/seek.c: (make_mp3_pipeline),
7737         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
7738         (play_cb), (pause_cb), (stop_cb):
7739           update the example
7740
7741 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
7742
7743         * gst/volume/gstvolume.c: (gst_volume_class_init),
7744         (volume_transform):
7745           do not update controlled params, if buffer has no timestamp
7746
7747 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
7748
7749         * configure.ac:
7750         * gst/sine/Makefile.am:
7751         * gst/volume/Makefile.am:
7752           controllerized elements also need to link against controller-libs ;)
7753
7754 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
7755
7756         * docs/libs/tmpl/gstcolorbalance.sgml:
7757         * docs/libs/tmpl/gstgconf.sgml:
7758         * docs/libs/tmpl/gstmixer.sgml:
7759         * docs/libs/tmpl/gstringbuffer.sgml:
7760         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7761         (gst_sinesrc_create):
7762         * gst/volume/gstvolume.c: (gst_volume_class_init),
7763         (volume_transform):
7764           controllerized two audio plugins
7765
7766 2005-08-29  Andy Wingo  <wingo@pobox.com>
7767
7768         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
7769         (vorbis_handle_data_packet): Fix some int overflow errors.
7770
7771         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
7772         -1.
7773         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
7774         valid.
7775         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
7776         if it's valid. Fixed streaming-mode playback.
7777
7778         * check/elements/volume.c (cleanup_volume): Fix for running
7779         CK_FORK=no.
7780
7781         * check/elements/audioconvert.c: Convert from native endian, not
7782         little endian.
7783
7784 2005-08-29  Michael Smith <msmith@fluendo.com>
7785
7786         * ext/ogg/Makefile.am:
7787         * ext/ogg/gstogg.c: (plugin_init):
7788         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
7789         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
7790         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
7791         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
7792         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
7793         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
7794         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
7795         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
7796         Add an ogg parser element.
7797
7798 2005-08-28  Andy Wingo  <wingo@pobox.com>
7799
7800         * Updates for two-arg init from GST_BOILERPLATE_FULL.
7801
7802 2005-08-26  Wim Taymans  <wim@fluendo.com>
7803
7804         * gst/audioconvert/audioconvert.c: (if), (float),
7805         (audio_convert_get_func_index), (check_default),
7806         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7807         (audio_convert_clean_context), (audio_convert_get_sizes),
7808         (audio_convert_convert):
7809         Cleanups.
7810
7811 2005-08-26  Wim Taymans  <wim@fluendo.com>
7812
7813         * gst/audioconvert/audioconvert.c: (if), (float),
7814         (audio_convert_get_func_index), (check_default),
7815         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7816         (audio_convert_clean_context), (audio_convert_get_sizes),
7817         (audio_convert_convert):
7818         More elegant and working temp buffer selection algo.
7819
7820 2005-08-26  Wim Taymans  <wim@fluendo.com>
7821
7822         * gst/audioconvert/audioconvert.c: (if), (float),
7823         (audio_convert_get_func_index), (check_default),
7824         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7825         (audio_convert_clean_context), (audio_convert_get_sizes),
7826         (get_temp_buffer), (audio_convert_convert):
7827         Use realloc else we lose our original data.
7828
7829 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7830
7831         * gst/audioresample/gstaudioresample.c:
7832           use base class' newsegment to properly timestamp
7833
7834 2005-08-26  Wim Taymans  <wim@fluendo.com>
7835
7836         * gst/audioconvert/audioconvert.c: (if), (float),
7837         (audio_convert_get_func_index), (check_default),
7838         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7839         (audio_convert_clean_context), (audio_convert_get_sizes),
7840         (get_temp_buffer), (audio_convert_convert):
7841         * gst/audioconvert/gstaudioconvert.c:
7842         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
7843         (gst_audio_convert_transform_caps),
7844         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
7845         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
7846         Oops, allocate enough space to perform the channel mix.
7847
7848 2005-08-26  Wim Taymans  <wim@fluendo.com>
7849
7850         * gst/audioconvert/Makefile.am:
7851         * gst/audioconvert/audioconvert.c: (if), (float),
7852         (audio_convert_get_func_index), (check_default),
7853         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7854         (audio_convert_clean_context), (audio_convert_get_sizes),
7855         (get_temp_buffer), (audio_convert_convert):
7856         * gst/audioconvert/audioconvert.h:
7857         * gst/audioconvert/gstaudioconvert.c:
7858         (gst_audio_convert_class_init), (gst_audio_convert_init),
7859         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
7860         (gst_audio_convert_get_unit_size),
7861         (gst_audio_convert_transform_caps),
7862         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
7863         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
7864         * gst/audioconvert/gstaudioconvert.h:
7865         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
7866         (gst_channel_mix_fill_identical),
7867         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
7868         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
7869         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
7870         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
7871         (gst_channel_mix_mix):
7872         * gst/audioconvert/gstchannelmix.h:
7873         Cleanups, librarify a bit, optimize, better negotiation and more.
7874
7875 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
7876
7877         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
7878         Another from MikeS:
7879         During typefinding, don't support negative offsets
7880         (offsets from the end of the stream) in our typefind->peek() function
7881         - nothing embedded in ogg ever needs them. However, we need to recognise
7882         those requests and reject them, otherwise we return invalid pointers.
7883
7884 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
7885
7886         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7887         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
7888         (vorbisdec_finalize), (vorbis_handle_type_packet):
7889           Big shout-out to MikeS for fixing this giant memory leak.
7890           Huzzah!
7891
7892 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7893
7894         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
7895         (audio_convert_get_unit_size):
7896           plug some leaks
7897
7898 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7899
7900         * check/Makefile.am:
7901         * check/elements/audioconvert.c: (setup_audioconvert),
7902         (cleanup_audioconvert), (get_int_caps), (verify_convert),
7903         (GST_START_TEST), (audioconvert_suite), (main):
7904           add a test for audioconvert
7905         * gst/audioresample/gstaudioresample.c:
7906         * gst/audioresample/gstaudioresample.h:
7907           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
7908           note that for buffers of 1/3 sec this means DURATION(c) is 
7909           one nanosecond more than for a and b
7910
7911 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7912
7913         * check/Makefile.am:
7914         * check/elements/audioresample.c: (setup_audioresample),
7915         (cleanup_audioresample), (fail_unless_perfect_stream),
7916         (test_perfect_stream_instance), (GST_START_TEST),
7917           add a check for audioresample
7918         (audioresample_suite), (main):
7919         * check/elements/volume.c: (GST_START_TEST):
7920           remove unused method
7921         * gst/audioresample/gstaudioresample.c:
7922           set correct buffer parameters since we're changing them
7923         * gst/audioresample/resample_ref.c: (resample_scale_ref):
7924           add some debug
7925
7926 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7927
7928         * gst/audioresample/debug.c:
7929         * gst/audioresample/gstaudioresample.c:
7930           add room for extra overlap samples when asked to transform size
7931           protect against possible mem corruption and check for discrepancies
7932           between written size and outbuffer's size so we can warn for
7933           potential problems
7934         * gst/audioresample/resample.c: (resample_init),
7935         (resample_get_output_size_for_input), (resample_get_output_size),
7936         (resample_set_n_channels), (resample_set_format):
7937           set debug level based on RESAMPLE_DEBUG env var
7938           make sure that get_output_size* returns a whole number of
7939           sample_size
7940           set sample_size each time either channel or format is set
7941         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
7942         * gst/audioresample/resample_functable.c:
7943         (resample_scale_functable):
7944         * gst/audioresample/resample_ref.c: (resample_scale_ref):
7945           remove r->sample_size, it's done in resample.c now
7946           add some debugging to the ref implementation
7947           make sure we only give back bytes that are wholes of the sample
7948           size
7949
7950 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
7951         * gst/playback/gstplaybasebin.c: (fill_buffer):
7952         Revert unpopular change for GST_MESSAGE_SRC to GObject.
7953
7954 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
7955
7956         * gst/volume/gstvolume.c:
7957           made set_caps function static
7958
7959 2005-08-24  Wim Taymans  <wim@fluendo.com>
7960
7961         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
7962         (gst_vorbisenc_change_state):
7963         Stop leaking taglists.
7964
7965 2005-08-24  Wim Taymans  <wim@fluendo.com>
7966
7967         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
7968         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
7969         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
7970         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
7971         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
7972         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
7973         Parse seeking events better.
7974         Unref static caps.
7975         Generate correct newsegment events, fixes seeking in live oggs.
7976
7977         * ext/theora/theoradec.c: (theora_dec_src_query),
7978         (theora_dec_src_event), (theora_dec_src_getcaps),
7979         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
7980         Use newsegment values to report correct play time.
7981
7982         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7983         (vorbis_dec_src_event), (vorbis_dec_sink_event):
7984         * ext/vorbis/vorbisdec.h:
7985         Parse and use newsegment values to report correct play time.
7986
7987         * gst-libs/gst/audio/gstbaseaudiosink.c:
7988         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7989         Clear ringbuffer on flush.
7990         Use newsegment values to calculate playback time.
7991
7992         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
7993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
7994         Basesink does newsegment calculations for us now.
7995
7996 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7997
7998         * check/Makefile.am:
7999         * configure.ac:
8000           add core's plugins to the mix so that playbin works
8001         * check/generic/states.c: (GST_START_TEST):
8002           set a 0 timeout on pipelines, so they don't force the next
8003           state change
8004         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
8005         (gst_play_base_bin_change_state):
8006           remove the crappy error handling and do GST error handling
8007
8008 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8009
8010         * check/Makefile.am:
8011         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
8012           add same test as to core, it bitches out on playbin atm.
8013
8014 2005-08-24  Wim Taymans  <wim@fluendo.com>
8015
8016         * configure.ac:
8017         Remove audioscale.
8018
8019 2005-08-24  Wim Taymans  <wim@fluendo.com>
8020
8021         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
8022         (gst_videoscale_prepare_size), (parse_caps),
8023         (gst_videoscale_set_caps), (gst_videoscale_get_size),
8024         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
8025         (gst_videoscale_transform):
8026         * gst/videoscale/gstvideoscale.h:
8027         Refactor, make use of BaseTranform really well.
8028
8029 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8030
8031         * configure.ac:
8032           compile audioresample
8033         * gst/audioresample/Makefile.am:
8034         * gst/audioresample/buffer.c:
8035         * gst/audioresample/functable.c:
8036         * gst/audioresample/gstaudioresample.c:
8037         * gst/audioresample/gstaudioresample.h:
8038         * gst/audioresample/resample.c:
8039         (resample_get_output_size_for_input):
8040         * gst/audioresample/resample.h:
8041         * gst/audioresample/resample_chunk.c:
8042         * gst/audioresample/resample_functable.c:
8043         * gst/audioresample/resample_ref.c:
8044           port to use basetransform; doesn't work in all cases yet
8045
8046 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8047
8048         * gst/audioconvert/gstaudioconvert.c:
8049         (gst_audio_convert_class_init), (gst_audio_convert_init),
8050         (audio_convert_get_unit_size), (audio_convert_transform_caps),
8051         (audio_convert_fixate_caps), (audio_convert_set_caps),
8052         (audio_convert_transform),
8053         (gst_audio_convert_buffer_to_default_format),
8054         (gst_audio_convert_buffer_from_default_format),
8055         (gst_audio_convert_channels):
8056         * gst/audioconvert/gstchannelmix.c:
8057         * gst/audioconvert/gstchannelmix.h:
8058           port to basetransform
8059         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8060         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
8061         (gst_ffmpegcsp_get_unit_size):
8062         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
8063         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
8064           fix for basetransform changes
8065
8066 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
8067
8068         * check/Makefile.am:
8069           Add CHECK_CFLAGS and LDFLAGS
8070
8071         * gst/playback/gstplaybasebin.c: (fill_buffer):
8072           GST_MESSAGE_SRC became a GObject
8073
8074 2005-08-24  Wim Taymans  <wim@fluendo.com>
8075
8076         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
8077         (gst_ring_buffer_clear_all):
8078         * gst-libs/gst/audio/gstringbuffer.h:
8079         Added function to clear the ringbuffer.
8080
8081 2005-08-24  Andy Wingo  <wingo@pobox.com>
8082
8083         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
8084         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
8085         of _open and _close.
8086
8087         * sys/v4l/gstv4lxoverlay.h:
8088         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
8089         an Xv connection here, instead of all the time. Make Xv only be
8090         loaded if you axe for it. Kindof a workaround for buggy behaviour
8091         of Xv when using remote xservers (XvQueryExtension would block).
8092         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
8093         replace the _open and _close public API. Only start the xv
8094         connection if necessary.
8095         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
8096
8097 2005-08-23  David Schleef  <ds@schleef.org>
8098
8099         * gst/audioresample/Makefile.am: Leet audioresampling code
8100         * gst/audioresample/buffer.c:
8101         * gst/audioresample/buffer.h:
8102         * gst/audioresample/debug.c:
8103         * gst/audioresample/debug.h:
8104         * gst/audioresample/functable.c:
8105         * gst/audioresample/functable.h:
8106         * gst/audioresample/gstaudioresample.c:
8107         * gst/audioresample/gstaudioresample.h:
8108         * gst/audioresample/resample.c:
8109         * gst/audioresample/resample.h:
8110         * gst/audioresample/resample_chunk.c:
8111         * gst/audioresample/resample_functable.c:
8112         * gst/audioresample/resample_ref.c:
8113
8114 2005-08-23  Wim Taymans  <wim@fluendo.com>
8115
8116         * examples/seeking/seek.c: (make_vorbis_pipeline),
8117         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
8118         Small seek updates.
8119
8120 2005-08-23  Andy Wingo  <wingo@pobox.com>
8121
8122         * gst-libs/gst/audio/gstbaseaudiosrc.c
8123         (gst_base_audio_src_fixate): Only fixate endianness if it is
8124         present in the caps.
8125
8126 2005-08-22  Andy Wingo  <wingo@pobox.com>
8127
8128         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
8129         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
8130         device-name property.
8131
8132         * gst-libs/gst/audio/gstaudiosrc.h:
8133         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
8134         close_device in the ring buffer, like gstaudiosink.
8135
8136         * ext/alsa/gstalsamixer.h:
8137         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
8138         macro to implement the interface without much code. Cleanups. 
8139
8140         * ext/alsa/gstalsasrc.h:
8141         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
8142         READY.
8143
8144         * ext/alsa/Makefile.am: Add new files.
8145         * ext/alsa/gstalsamixerelement.c: 
8146         * ext/alsa/gstalsamixerelement.c: Split element code out from
8147         mixer code so that alsasrc can be a mixer too.
8148
8149 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
8150
8151         * check/elements/volume.c: (setup_volume), (cleanup_volume),
8152         (GST_START_TEST):
8153         * check/elements/vorbisdec.c: (setup_vorbisdec),
8154         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
8155         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8156         (vorbis_handle_identification_packet),
8157         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
8158         (vorbis_handle_header_packet), (vorbis_dec_push),
8159         (vorbis_dec_chain):
8160           use the setup/teardown methods to save code.  save code is good.
8161
8162 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8163
8164         * check/Makefile.am:
8165           add ext dir for plugins
8166           add vorbisdec test conditionally
8167         * check/elements/volume.c: (setup_volume), (cleanup_volume),
8168         (GST_START_TEST), (volume_suite):
8169           add a test with wrong caps
8170         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
8171         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
8172           add a vorbisdec test
8173         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
8174         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
8175           clean up debug output
8176         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8177           yay, fix a segfault/security issue in vorbisdec
8178           gst-launch fakesrc ! vorbisdec wasn't happy
8179         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
8180         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
8181         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
8182         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
8183         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
8184         (gst_vorbisenc_set_metadata), (get_constraints_string),
8185         (update_start_message), (gst_vorbisenc_setup),
8186         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
8187         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
8188         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
8189         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
8190         * ext/vorbis/vorbisenc.h:
8191           march in line
8192         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8193         (gst_ffmpegcsp_transform):
8194           have the kow come home
8195         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
8196           debug my func ptr
8197         * gst/volume/gstvolume.c: (volume_set_caps):
8198           add a debug
8199
8200 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8201
8202         * Makefile.am:
8203         * check/.cvsignore:
8204         * check/Makefile.am:
8205         * check/elements/.cvsignore:
8206         * check/elements/volume.c: (chain_func), (event_func),
8207         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
8208         (main):
8209         * configure.ac:
8210           add unit test structure for gst-plugins-base
8211           add a test for volume
8212         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
8213         (gst_volume_set_volume), (gst_volume_get_volume),
8214         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
8215         (volume_funcfind), (volume_process_float), (volume_process_int16),
8216         (volume_set_caps), (volume_transform), (volume_update_mute),
8217         (volume_update_volume), (volume_set_property),
8218         (volume_get_property):
8219           document a little; use basetransform vmethod _set_caps
8220
8221 2005-08-19  Andy Wingo  <wingo@pobox.com>
8222
8223         * ext/alsa/gstalsamixertrack.h:
8224         * ext/alsa/gstalsamixertrack.c:
8225         * ext/alsa/gstalsamixeroptions.h:
8226         * ext/alsa/gstalsamixeroptions.c:
8227         * ext/alsa/gstalsamixer.h:
8228         * ext/alsa/gstalsamixer.c: Port to 0.9.
8229
8230         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
8231         Remove gstalsa.c and alsaclock. No more cruft here.
8232         
8233 2005-08-18  Wim Taymans  <wim@fluendo.com>
8234
8235         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8236         (gst_base_rtp_depayload_chain),
8237         (gst_base_rtp_depayload_add_to_queue),
8238         (gst_base_rtp_depayload_push),
8239         (gst_base_rtp_depayload_queue_release):
8240         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8241         Fix for RTPBuffer changes.
8242
8243         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
8244         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
8245         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
8246         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
8247         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
8248         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
8249         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
8250         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
8251         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
8252         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
8253         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
8254         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
8255         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
8256         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
8257         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
8258         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
8259         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
8260         (gst_rtpbuffer_get_payload):
8261         * gst-libs/gst/rtp/gstrtpbuffer.h:
8262         Don't subclass GstBuffer but add methods and helper functions
8263         to construct and manipulate RTP packets in regular GstBuffers.
8264
8265 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
8266
8267         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
8268           moved statement below switch
8269         * gst/volume/gstvolume.c: (gst_volume_class_init):
8270           added debug ptr
8271
8272 2005-08-16  Wim Taymans  <wim@fluendo.com>
8273
8274         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8275         (gst_base_audio_src_change_state):
8276         Open and close device in READY<->NULL state change.
8277
8278 2005-08-16  Andy Wingo  <wingo@pobox.com>
8279
8280         * examples/seeking/Makefile.am: Don't compile non-compiling
8281         compiled objects with the compiler.
8282
8283         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
8284         elements.
8285
8286 2005-08-12  Philippe Khalaf <burger@speedy.org>
8287         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8288         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8289           Made a thread to release the queue.
8290           Removed timestamp conversion for now.
8291
8292 2005-08-10  Philippe Khalaf <burger@speedy.org>
8293         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8294         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8295           Added rtp timestamp -> gst timestamp conversion.
8296           Fixed several problems with queue.
8297
8298 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
8299
8300         * gst-libs/gst/audio/gstaudioclock.h:
8301         * gst-libs/gst/audio/gstaudiofilter.h:
8302         * gst-libs/gst/audio/gstaudiosink.h:
8303         * gst-libs/gst/audio/gstaudiosrc.h:
8304         * gst-libs/gst/audio/gstbaseaudiosink.h:
8305         * gst-libs/gst/audio/gstbaseaudiosrc.h:
8306         * gst-libs/gst/audio/gstringbuffer.h:
8307         * gst-libs/gst/net/gstnetbuffer.h:
8308         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8309         * gst-libs/gst/rtp/gstrtpbuffer.h:
8310           Add padding (you will need to rebuild gst-plugins-base,
8311           gst-plugins and all applications afterwards!)
8312
8313 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
8314
8315         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
8316         (gst_riff_parse_chunk):
8317           Fix bug in debug message and add some more debug messages.
8318
8319 2005-08-08  Edward Hervey  <edward@fluendo.com>
8320
8321         * gst-libs/gst/riff/riff-media.c:
8322         backported updates since branch
8323
8324 2005-08-08  Andy Wingo  <wingo@pobox.com>
8325
8326         * gst-libs/gst/audio/gstbaseaudiosink.c
8327         (gst_base_audio_sink_change_state): Open the device in NULL->READY
8328         like good elements should. Close on READY->NULL too.
8329
8330         * gst-libs/gst/audio/gstaudiosink.c
8331         (gst_audioringbuffer_open_device,
8332         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
8333         (gst_audioringbuffer_release): Updates for new ring buffer API,
8334         hook into the new audio sink api.
8335
8336         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
8337         (GstAudioSinkClass.close): Just open and close the device -- no
8338         resource allocation or configuration.
8339         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
8340         vmethods, handle device setup and resource allocation.
8341
8342         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
8343         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
8344         base class API.
8345
8346         * gst-libs/gst/audio/gstringbuffer.h
8347         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
8348         New vmethods.
8349
8350         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
8351         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
8352         New API functions. The device should be opened before acquiring
8353         and closed after releasing.
8354
8355 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
8356
8357         * gst-libs/gst/interfaces/mixer.h:
8358           Reset padding to GST_PADDING.
8359
8360 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8361
8362         * gst/playback/gstplaybin.c: (remove_sinks):
8363           Remove visualization from parent explicitely; works around some
8364           apparent refcount issue that I haven't tracked down yet.
8365
8366 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8367
8368         * ext/alsa/gstalsasink.c: (set_hwparams):
8369           Assign debug category, add negotiation debug msgs.
8370
8371 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8372
8373         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
8374           Fix error code for file-not-found to NOT_FOUND.
8375
8376 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8377
8378         * common/gtk-doc-plugins.mak:
8379         * docs/plugins/Makefile.am:
8380         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8381         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8382           renamed to actual element names, so much nicer to look at
8383         * docs/plugins/tmpl/gstmultifdsink.sgml:
8384           remove
8385         * docs/plugins/tmpl/multifdsink.sgml:
8386         * docs/plugins/tmpl/tcpserversink.sgml:
8387           add
8388         * ext/alsa/gstalsa.c:
8389         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
8390         * ext/ogg/gstoggmux.c:
8391         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
8392         * gst/playback/gstdecodebin.c:
8393         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
8394         * gst/tcp/gsttcpserversink.c:
8395           various fixes and documentation additions
8396
8397 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8398
8399         * common/Makefile.am:
8400         * common/gstdoc-scangobj:
8401         * common/gtk-doc-plugins.mak:
8402         * common/gtk-doc.mak:
8403           add a custom scangobj that uses the registry
8404           add a custom gtk-doc-plugins.mak that uses it
8405           some doc build fixes
8406         * configure.ac:
8407         * docs/Makefile.am:
8408         * docs/plugins/Makefile.am:
8409         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8410         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8411         * docs/plugins/gst-plugins-base-plugins.types:
8412         * docs/plugins/tmpl/gstmultifdsink.sgml:
8413           add docs for one element, multifdsink
8414         * gst/adder/gstadder.h:
8415         * gst/volume/gstvolume.h:
8416           don't privatize enum
8417         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
8418         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8419         (gst_sync_method_get_type), (gst_client_status_get_type),
8420         (gst_multifdsink_class_init),
8421         (gst_multifdsink_client_queue_buffer),
8422         (gst_multifdsink_handle_client_write):
8423         * gst/tcp/gstmultifdsink.h:
8424         * gst/tcp/gsttcp.h:
8425         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
8426         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
8427         (gst_tcpclientsink_render):
8428         * gst/tcp/gsttcpclientsink.h:
8429         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
8430         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
8431         (gst_tcpclientsrc_start):
8432         * gst/tcp/gsttcpclientsrc.h:
8433         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
8434         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
8435         * gst/tcp/gsttcpserversrc.h:
8436         * gst/typefind/gsttypefindfunctions.c:
8437           remove superfluous Type stuff
8438
8439 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8440
8441         * gst/playback/gstplaybin.c: (gen_video_element):
8442           Enable videoscale.
8443
8444 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8445
8446         * gst-libs/gst/gconf/gconf.c:
8447         * gst-libs/gst/gconf/gconf.h:
8448           Fix some Andy Problem [tm].
8449
8450 2005-08-04  Andy Wingo  <wingo@pobox.com>
8451
8452         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
8453         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
8454         (gst_ffmpegcsp_get_size): Adapt to API changes.
8455
8456         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
8457         Implement an in-place do-nothing transform.
8458
8459 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8460
8461         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8462         (gst_ximagesink_renegotiate_size):
8463           Do not set new window sizes yet if we prepare a new buffer size
8464           for upstream renegotiation (software scaling) at some point in the
8465           future, because this new size waqs not actually accepted yet. Once
8466           accepted, renegotiation later on will set the new sizes just fine.
8467           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
8468           embedding testcase.
8469
8470 2005-08-03  Andy Wingo  <wingo@pobox.com>
8471
8472         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
8473         (gst_ximagesink_buffer_alloc): 
8474         Protect the height, width, and desired_caps with the pool_lock.
8475         Fixes videotestsrc ! queue ! ximagesink.
8476
8477 2005-08-02  Edward Hervey  <edward@fluendo.com>
8478
8479         * gst/volume/gstvolume.c:
8480         include left from controller cleanup
8481
8482 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
8483         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
8484           Stop collectpads before calling the parent state
8485           change function on PAUSED->READY.
8486
8487 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
8488         * configure.ac:
8489           When testing for X libs, use the X CFlags 
8490         * gst/adder/gstadder.c: (gst_adder_change_state):
8491           Stop the collectpads before calling parent state change function
8492           on PAUSED->READY, otherwise we deadlock deactivating pads.
8493
8494 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
8495
8496         * configure.ac:
8497         * docs/libs/tmpl/gstcolorbalance.sgml:
8498         * docs/libs/tmpl/gstmixer.sgml:
8499         * examples/Makefile.am:
8500         * gst/sine/Makefile.am:
8501         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
8502         (gst_sinesrc_set_property), (plugin_init):
8503         * gst/sine/gstsinesrc.h:
8504         * gst/volume/Makefile.am:
8505         * gst/volume/gstvolume.c: (gst_volume_set_volume),
8506         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
8507         (volume_process_float), (volume_process_int16),
8508         (volume_set_property), (plugin_init):
8509         * gst/volume/gstvolume.h:
8510           deactivate and remove dparams (libgstcontrol)
8511
8512 2005-07-29  Wim Taymans  <wim@fluendo.com>
8513
8514         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
8515         Convert me to BaseTransform!! help..
8516
8517 2005-07-29  Andy Wingo  <wingo@pobox.com>
8518
8519         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
8520         sinks.
8521
8522         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
8523         support of both endiannesses.
8524
8525 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
8526
8527         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8528           Fix confusing debug message (s/event/query/)
8529
8530 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
8531
8532         * gst/videotestsrc/videotestsrc.h:
8533           Use "_stdint.h" instead of <stdint.h>
8534
8535 2005-07-27  Wim Taymans  <wim@fluendo.com>
8536
8537         * ext/vorbis/Makefile.am:
8538         Revert wrong commit.
8539
8540 2005-07-27  Wim Taymans  <wim@fluendo.com>
8541
8542         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
8543         More compilation fixen.
8544
8545 2005-07-27  Wim Taymans  <wim@fluendo.com>
8546
8547         * gst-libs/gst/audio/gstbaseaudiosink.c:
8548         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
8549         (gst_base_audio_sink_create_ringbuffer),
8550         (gst_base_audio_sink_change_state):
8551         Fix compilation.
8552
8553 2005-07-27  Wim Taymans  <wim@fluendo.com>
8554
8555         * examples/seeking/seek.c: (setup_dynamic_link),
8556         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
8557         (query_positions_elems), (query_positions_pads), (do_seek):
8558         Update seek example.
8559
8560         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
8561         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
8562         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
8563         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
8564         (gst_ogg_demux_handle_event),
8565         (gst_ogg_demux_deactivate_current_chain),
8566         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8567         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
8568         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
8569         (gst_ogg_demux_loop):
8570         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8571         * ext/theora/theoradec.c: (theora_dec_src_event),
8572         (theora_dec_src_getcaps), (theora_dec_sink_event),
8573         (theora_dec_push), (theora_dec_chain):
8574         * ext/vorbis/Makefile.am:
8575         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
8576         (vorbis_dec_sink_event), (vorbis_dec_push),
8577         (vorbis_handle_data_packet):
8578         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
8579         (gst_vorbisenc_chain):
8580         * gst/playback/gststreaminfo.c: (cb_probe):
8581         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
8582         * gst/videorate/gstvideorate.c: (gst_videorate_event):
8583         * gst/videoscale/gstvideoscale.c:
8584         (gst_videoscale_handle_src_event):
8585         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
8586         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
8587         (gst_ximagesink_navigation_send_event):
8588         * sys/xvimage/xvimagesink.c:
8589         (gst_xvimagesink_navigation_send_event):
8590         Various event updates and cleanups
8591
8592 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8593
8594         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
8595           Fix segfault for I420/YV12.
8596
8597 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8598
8599         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8600           Report bitrate.
8601
8602 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8603
8604         * gst/playback/gstplaybin.c: (gen_video_element),
8605         (gen_audio_element):
8606           Switch to auto*sink elements as default sinks; add volume element
8607           so that volume control in totem works.
8608
8609 2005-07-21  Wim Taymans  <wim@fluendo.com>
8610
8611         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
8612         * gst/playback/gstplaybin.c: (setup_sinks),
8613         (gst_play_bin_change_state):
8614         Refcount fix and more comments.
8615
8616 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8617
8618         * sys/ximage/Makefile.am:
8619         * sys/ximage/ximage.c: (plugin_init):
8620         * sys/ximage/ximagesink.c:
8621         Prepare for adding ximagesrc, rename of plugin to ximage etc.
8622         
8623
8624 2005-07-21  Wim Taymans  <wim@fluendo.com>
8625
8626         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
8627         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
8628         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
8629         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8630         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
8631         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
8632         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
8633         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
8634         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
8635         Generate correct disconts for live chained oggs.
8636
8637         * gst-libs/gst/audio/gstbaseaudiosink.c:
8638         (gst_base_audio_sink_render),
8639         (gst_base_audio_sink_create_ringbuffer),
8640         (gst_base_audio_sink_change_state):
8641         Handle discont math correctly.
8642
8643         * gst/playback/gstplaybin.c: (add_sink):
8644         Some small debug cleanup.
8645
8646 2005-07-21  Wim Taymans  <wim@fluendo.com>
8647
8648         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
8649         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
8650         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
8651         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8652         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
8653         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
8654         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8655         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
8656         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
8657         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
8658         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
8659         (gst_ogg_demux_change_state), (gst_ogg_print):
8660         Reorganize code to send the right disconts when in streaming
8661         mode.
8662
8663 2005-07-20  Andy Wingo  <wingo@pobox.com>
8664
8665         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
8666         fix (?), fixes a seggie mcfalterson (#310894).
8667
8668 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8669
8670         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
8671         (gst_ogg_mux_set_header_on_caps):
8672         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
8673         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8674         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
8675         * gst-libs/gst/audio/multichannel.c:
8676         (gst_audio_set_channel_positions),
8677         (gst_audio_set_structure_channel_positions_list):
8678         * gst/playback/gstdecodebin.c: (dynamic_create):
8679         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
8680         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8681           Fixes for API changes in core.
8682
8683 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8684
8685         * gst/playback/gstplaybasebin.c: (fill_buffer):
8686           Use _new_custom() so we can set custom message types for buffering
8687           messages.
8688
8689 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8690
8691         * configure.ac:
8692         * gst-libs/gst/Makefile.am:
8693         * gst-libs/gst/gconf/.cvsignore:
8694         * gst-libs/gst/gconf/Makefile.am:
8695         * gst-libs/gst/gconf/test-gconf.c:
8696         * pkgconfig/Makefile.am:
8697         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
8698         * pkgconfig/gstreamer-gconf.pc.in:
8699           Remove gconf stuff, use gconf elements instead from now on.
8700
8701 2005-07-20  Wim Taymans  <wim@fluendo.com>
8702
8703         * gst-libs/gst/audio/TODO:
8704         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
8705         (gst_audio_clock_get_internal_time):
8706         * gst-libs/gst/audio/gstaudioclock.h:
8707         * gst-libs/gst/audio/gstbaseaudiosink.c:
8708         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
8709         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
8710         (gst_base_audio_sink_render),
8711         (gst_base_audio_sink_create_ringbuffer),
8712         (gst_base_audio_sink_change_state):
8713         Make sure the audio clock always returns an increasing value.
8714
8715 2005-07-19  Andy Wingo  <wingo@pobox.com>
8716
8717         * gst/videotestsrc/: Cleanups.
8718
8719 2005-07-19  Wim Taymans  <wim@fluendo.com>
8720
8721         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
8722         Better debugging.
8723
8724 2005-07-19  Wim Taymans  <wim@fluendo.com>
8725
8726         * examples/seeking/seek.c: (make_dv_pipeline),
8727         (make_vorbis_theora_pipeline), (query_rates),
8728         (query_positions_elems), (query_positions_pads), (do_seek):
8729         Make correct DV pipeline.
8730
8731 2005-07-18  Andy Wingo  <wingo@pobox.com>
8732
8733         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
8734         default. Also because it's the only thing that really works. (This
8735         is used in the GConf elements).
8736         Use AS_LIBTOOL_TAGS.
8737
8738 2005-07-18  Wim Taymans  <wim@fluendo.com>
8739
8740         * gst/playback/gstdecodebin.c: (remove_element_chain):
8741         * gst/playback/gstplaybin.c: (add_sink):
8742         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
8743         (gst_stream_info_set_mute):
8744         * gst/playback/gststreamselector.c:
8745         (gst_stream_selector_get_linked_pad),
8746         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
8747         More leak and compile fixes.
8748
8749 2005-07-18  Wim Taymans  <wim@fluendo.com>
8750
8751         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8752         (query_rates), (query_positions_elems), (query_positions_pads),
8753         (do_seek), (seek_cb), (stop_seek):
8754         Updated seek example. 
8755
8756         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
8757         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
8758         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
8759         * gst/playback/gstplaybin.c: (add_sink):
8760         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
8761         (gst_stream_info_set_mute):
8762         Some refcount leak fixes.
8763
8764 2005-07-16  Wim Taymans  <wim@fluendo.com>
8765
8766         * gst-libs/gst/audio/gstbaseaudiosink.c:
8767         (gst_base_audio_sink_render):
8768         Align samples even if we have roundoff errors in the 
8769         timestamp conversion.
8770
8771 2005-07-16  Wim Taymans  <wim@fluendo.com>
8772
8773         * docs/libs/tmpl/gstringbuffer.sgml:
8774         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8775         (query_rates), (query_positions_elems), (query_positions_pads),
8776         (update_scale), (do_seek):
8777         Updated seek example.
8778
8779         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8780         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
8781         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
8782         (gst_ogg_demux_loop):
8783         Push out correct discont values.
8784
8785         * ext/theora/theoradec.c: (theora_dec_src_convert),
8786         (theora_dec_sink_convert), (theora_dec_src_getcaps),
8787         (theora_dec_sink_event), (theora_handle_type_packet),
8788         (theora_handle_header_packet), (theora_dec_push),
8789         (theora_handle_data_packet), (theora_dec_chain),
8790         (theora_dec_change_state):
8791         Better timestamping.
8792
8793         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8794         (vorbis_dec_sink_event), (vorbis_dec_push),
8795         (vorbis_handle_data_packet), (vorbis_dec_chain):
8796         * ext/vorbis/vorbisdec.h:
8797         Better timestamping.
8798
8799         * gst-libs/gst/audio/gstbaseaudiosink.c:
8800         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
8801         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
8802         Handle syncing on timestamps instead of sample offsets. Make
8803         use of DISCONT values as described in design docs.
8804
8805         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8806         (gst_base_audio_src_get_time):
8807         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
8808         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
8809         (gst_ring_buffer_read):
8810         * gst-libs/gst/audio/gstringbuffer.h:
8811         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
8812         (gst_ximagesink_show_frame):
8813         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
8814         Correcly convert buffer timestamp to stream time.
8815
8816 2005-07-16  Wim Taymans  <wim@fluendo.com>
8817
8818         * gst/audioconvert/gstaudioconvert.c:
8819         (gst_audio_convert_get_buffer):
8820         Timestamp buffers correctly.
8821
8822         * gst/playback/gstplaybin.c: (gen_video_element):
8823         Make internal fakesink silent.
8824
8825 2005-07-15  Wim Taymans  <wim@fluendo.com>
8826
8827         * gst/ffmpegcolorspace/Makefile.am:
8828         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8829         (gst_ffmpegcsp_caps_remove_format_info),
8830         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
8831         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
8832         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
8833         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
8834         Ported ffmpegcolorspace to basetransform.
8835
8836         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
8837         * gst/volume/gstvolume.c: (volume_transform):
8838         Ported to new API.
8839
8840 2005-07-14  Wim Taymans  <wim@fluendo.com>
8841
8842         * gst/videotestsrc/Makefile.am:
8843         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
8844         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
8845         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
8846         (gst_videotestsrc_init), (gst_videotestsrc_event),
8847         (gst_videotestsrc_create), (gst_videotestsrc_start),
8848         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
8849         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
8850         (gst_videotestsrc_get_property):
8851         * gst/videotestsrc/gstvideotestsrc.h:
8852         Make videotestsrc a pushsrc.
8853
8854 2005-07-14  Wim Taymans  <wim@fluendo.com>
8855
8856         * gst/tcp/gstfdset.c: (gst_fdset_free):
8857         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
8858         (gst_multifdsink_add), (gst_multifdsink_remove),
8859         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
8860         (gst_multifdsink_remove_client_link),
8861         (gst_multifdsink_client_queue_data),
8862         (gst_multifdsink_client_queue_caps),
8863         (gst_multifdsink_client_queue_buffer),
8864         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
8865         (gst_multifdsink_stop):
8866         * gst/tcp/gstmultifdsink.h:
8867         0.8 backporting.
8868
8869         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
8870         Also draw image when not from a pool.
8871
8872 2005-07-14  Wim Taymans  <wim@fluendo.com>
8873
8874         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
8875         (mute_stream), (silence_stream):
8876         Small debug additions.
8877
8878 2005-07-14  Wim Taymans  <wim@fluendo.com>
8879
8880         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
8881         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
8882         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
8883         Better error recovery, ignore unconnected pads and
8884         non-fatal errors.
8885
8886 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8887
8888         * docs/libs/tmpl/gstaudio.sgml:
8889         * docs/libs/tmpl/gstcolorbalance.sgml:
8890         * docs/libs/tmpl/gstgconf.sgml:
8891         * docs/libs/tmpl/gstmixer.sgml:
8892         * docs/libs/tmpl/gstringbuffer.sgml:
8893         * docs/libs/tmpl/gsttuner.sgml:
8894         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8895         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
8896         (gst_tcpclientsrc_class_init):
8897         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
8898         (gst_tcpserversrc_class_init):
8899         * sys/v4l/gstv4lelement.c:
8900           more autistic cleanliness in functions/names/defines
8901
8902 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8903
8904         * configure.ac:
8905           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
8906           added manually to each Makefile.am so we are sure it goes
8907           *last* and doesn't add -L flags before linking in libs of our
8908           own, like, say, internal .la libs, that then accidentally pick
8909           up the installed copy.
8910         * docs/libs/Makefile.am:
8911         * ext/alsa/Makefile.am:
8912         * ext/cdparanoia/Makefile.am:
8913         * ext/gnomevfs/Makefile.am:
8914         * ext/libvisual/Makefile.am:
8915         * ext/ogg/Makefile.am:
8916         * ext/theora/Makefile.am:
8917         * ext/vorbis/Makefile.am:
8918         * gst-libs/gst/video/Makefile.am:
8919         * gst/adder/Makefile.am:
8920         * gst/audioconvert/Makefile.am:
8921         * gst/audiorate/Makefile.am:
8922         * gst/audioscale/Makefile.am:
8923         * gst/ffmpegcolorspace/Makefile.am:
8924         * gst/playback/Makefile.am:
8925         * gst/sine/Makefile.am:
8926         * gst/subparse/Makefile.am:
8927         * gst/tags/Makefile.am:
8928         * gst/tcp/Makefile.am:
8929         * gst/typefind/Makefile.am:
8930         * gst/videorate/Makefile.am:
8931         * gst/videoscale/Makefile.am:
8932         * gst/videotestsrc/Makefile.am:
8933         * gst/volume/Makefile.am:
8934         * sys/v4l/Makefile.am:
8935         * sys/ximage/Makefile.am:
8936         * sys/xvimage/Makefile.am:
8937           adapt properly to this change. This should make sure that
8938           plugins and libs properly link to the as-yet-uninstalled
8939           copies of stuff like libgstinterfaces and libgstvideo
8940
8941 2005-07-13  Andy Wingo  <wingo@pobox.com>
8942
8943         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
8944         (gst_v4lsrc_fixate): Fixate on format as well.
8945
8946         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
8947         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
8948         buffer points to it.
8949         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
8950         rather just doing X calls ourselves. Also fixes a memleak.
8951
8952 2005-07-12  Andy Wingo  <wingo@pobox.com>
8953
8954         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
8955         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
8956         (gst_v4lsrc_create): Re-add the copy-mode property, default to
8957         TRUE to avoid deadlocks if an element holds on to our buffers.
8958
8959 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8960
8961         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8962         (gst_sinesrc_init), (gst_sinesrc_create),
8963         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
8964         (gst_sinesrc_start):
8965         * gst/sine/gstsinesrc.h:
8966           removing num-buffers property before moving it
8967
8968 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8969
8970         * configure.ac:
8971           use overridable ERROR_CFLAGS
8972         * docs/libs/gst-plugins-base-libs.types:
8973         * docs/libs/tmpl/gstringbuffer.sgml:
8974         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
8975         (gst_alsasink_class_init):
8976         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
8977         (gst_alsasrc_class_init):
8978         * gst-libs/gst/audio/audio.h:
8979         * gst-libs/gst/audio/gstaudioclock.h:
8980         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
8981         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
8982         (gst_audio_filter_link), (gst_audio_filter_init),
8983         (gst_audio_filter_chain), (gst_audio_filter_set_property),
8984         (gst_audio_filter_get_property),
8985         (gst_audio_filter_class_add_pad_templates):
8986         * gst-libs/gst/audio/gstaudiofilter.h:
8987         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8988         (gst_audio_filter_template_get_type),
8989         (gst_audio_filter_template_base_init),
8990         (gst_audio_filter_template_class_init),
8991         (gst_audio_filter_template_init),
8992         (gst_audio_filter_template_set_property),
8993         (gst_audio_filter_template_get_property), (plugin_init),
8994         (gst_audio_filter_template_setup),
8995         (gst_audio_filter_template_filter),
8996         (gst_audio_filter_template_filter_inplace):
8997         * gst-libs/gst/audio/gstaudiosink.c:
8998         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8999         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
9000         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
9001         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
9002         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
9003         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
9004         * gst-libs/gst/audio/gstaudiosink.h:
9005         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
9006         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
9007         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9008         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
9009         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
9010         (gst_audio_src_class_init), (gst_audio_src_init),
9011         (gst_audio_src_create_ringbuffer):
9012         * gst-libs/gst/audio/gstaudiosrc.h:
9013         * gst-libs/gst/audio/gstbaseaudiosink.c:
9014         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
9015         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
9016         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
9017         (gst_base_audio_sink_set_property),
9018         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
9019         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
9020         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
9021         (gst_base_audio_sink_create_ringbuffer),
9022         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
9023         * gst-libs/gst/audio/gstbaseaudiosink.h:
9024         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9025         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
9026         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
9027         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
9028         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
9029         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
9030         (gst_base_audio_src_event), (gst_base_audio_src_create),
9031         (gst_base_audio_src_create_ringbuffer),
9032         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
9033         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9034         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
9035         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
9036         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
9037         (gst_ring_buffer_debug_spec_caps),
9038         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
9039         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
9040         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
9041         (gst_ring_buffer_start), (gst_ring_buffer_pause),
9042         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
9043         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9044         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
9045         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
9046         (gst_ring_buffer_clear):
9047         * gst-libs/gst/audio/gstringbuffer.h:
9048         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
9049         (gst_video_sink_class_init), (gst_video_sink_get_type):
9050         * gst-libs/gst/video/videosink.h:
9051         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
9052         (gst_multifdsink_class_init),
9053         (gst_multifdsink_handle_client_write),
9054         (gst_multifdsink_change_state):
9055         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
9056         (gst_tcpclientsink_setcaps):
9057         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9058         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
9059         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
9060         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
9061         (gst_ximagesink_send_pending_navigation),
9062         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
9063         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
9064         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
9065         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
9066         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
9067         (gst_xvimagesink_send_pending_navigation),
9068         (gst_xvimagesink_navigation_send_event),
9069         (gst_xvimagesink_set_xwindow_id),
9070         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
9071         (gst_xvimagesink_get_type):
9072         more macro splitting
9073
9074 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9075
9076         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9077           plug a memleak, allows me to import 1479 albums in one go
9078           in jamboree
9079         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9080         (vorbis_handle_type_packet), (vorbis_dec_chain),
9081         (vorbis_dec_change_state):
9082           fix some format strings
9083
9084 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9085
9086         * docs/libs/tmpl/gstcolorbalance.sgml:
9087         * docs/libs/tmpl/gstmixer.sgml:
9088         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9089         (gst_alsasink_set_property), (gst_alsasink_get_property):
9090         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
9091         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
9092           add device property
9093
9094 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9095
9096         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9097         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
9098         (audiocast_register_listener), (audiocast_thread_run),
9099         (gst_gnomevfssrc_send_additional_headers_callback),
9100         (gst_gnomevfssrc_received_headers_callback),
9101         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
9102         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
9103         (gst_gnomevfssrc_get_size):
9104           add/clean up debugging
9105         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
9106           cleanups
9107
9108 2005-07-07  Andy Wingo  <wingo@pobox.com>
9109
9110         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
9111         framerate. Need to get a handle on when exactly this function is
9112         called, tho.
9113
9114         * sys/v4l/v4lsrc_calls.h:
9115         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
9116         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
9117         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
9118
9119         * sys/v4l/v4l_calls.h: Cast to V4lElement.
9120         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
9121         v4lelements are sources.
9122
9123         * sys/v4l/gstv4lxoverlay.h:
9124         * sys/v4l/gstv4lxoverlay.c:
9125         * sys/v4l/gstv4ltuner.h:
9126         * sys/v4l/gstv4ltuner.c: Header loc fixen.
9127         
9128         * sys/v4l/gstv4lsrc.h:
9129         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
9130         PushSrc/BaseSrc. Removed most sync-related properties, videorate
9131         or something should handle that. Made a live source.
9132
9133         * sys/v4l/gstv4lelement.h:
9134         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
9135         signals. Some cleanups.
9136
9137         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
9138
9139         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
9140         stuff.
9141
9142         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
9143         stuff.
9144
9145         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
9146
9147 2005-07-07  Wim Taymans  <wim@fluendo.com>
9148
9149         * ext/theora/theoradec.c: (theora_get_query_types),
9150         (theora_dec_src_getcaps), (theora_dec_push):
9151         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
9152         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
9153         Remove deprecated/unused query types.
9154
9155 2005-07-06  Wim Taymans  <wim@fluendo.com>
9156
9157         * ext/alsa/Makefile.am:
9158         * ext/alsa/gstalsaplugin.c: (plugin_init):
9159         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9160         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
9161         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
9162         (gst_alsasrc_class_init), (gst_alsasrc_init),
9163         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
9164         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
9165         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
9166         (gst_alsasrc_reset):
9167         * ext/alsa/gstalsasrc.h:
9168         * gst-libs/gst/audio/Makefile.am:
9169         * gst-libs/gst/audio/gstaudiosink.c:
9170         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9171         (gst_audioringbuffer_start):
9172         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
9173         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
9174         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
9175         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
9176         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
9177         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
9178         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
9179         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
9180         * gst-libs/gst/audio/gstaudiosrc.h:
9181         * gst-libs/gst/audio/gstbaseaudiosink.c:
9182         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
9183         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
9184         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
9185         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9186         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
9187         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
9188         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
9189         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
9190         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
9191         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
9192         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
9193         (gst_baseaudiosrc_change_state):
9194         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9195         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
9196         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
9197         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
9198         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
9199         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
9200         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
9201         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
9202         * gst-libs/gst/audio/gstringbuffer.h:
9203         Added audiosource base classes.
9204         Ported alsasrc, still very basic.
9205
9206 2005-07-06  Wim Taymans  <wim@fluendo.com>
9207
9208         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
9209         (theora_dec_push), (theora_handle_data_packet):
9210         Prepare for better timestamp fix later.
9211
9212         * gst/audioconvert/gstaudioconvert.c:
9213         List most accurate caps first
9214
9215         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
9216         Use proper pad task function.
9217
9218         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9219         (gst_xvimagesink_show_frame):
9220         Fix deadlock when alloc failed.
9221
9222 2005-07-05  Andy Wingo  <wingo@pobox.com>
9223
9224         * ext/gnomevfs/gstgnomevfssrc.c:
9225         * gst/sine/gstsinesrc.c:
9226         * gst/tcp/gsttcpserversrc.c:
9227         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
9228
9229         * sys/v4l/: Port from 0.8.
9230
9231         * Many files: Null if we got it....
9232
9233 2005-07-05  Andy Wingo  <wingo@pobox.com>
9234
9235         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
9236         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
9237         Signedness fixes.
9238
9239 2005-07-05  Wim Taymans  <wim@fluendo.com>
9240
9241         * configure.ac:
9242         * gst/tcp/Makefile.am:
9243         * gst/tcp/README:
9244         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
9245         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
9246         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
9247         (is_sync_frame), (gst_multifdsink_handle_client_write),
9248         (gst_multifdsink_render), (gst_multifdsink_start),
9249         (gst_multifdsink_stop), (gst_multifdsink_change_state):
9250         * gst/tcp/gstmultifdsink.h:
9251         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
9252         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
9253         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
9254         * gst/tcp/gsttcp.h:
9255         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
9256         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
9257         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
9258         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
9259         * gst/tcp/gsttcpclientsink.h:
9260         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
9261         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
9262         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
9263         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
9264         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
9265         * gst/tcp/gsttcpclientsrc.h:
9266         * gst/tcp/gsttcpplugin.c: (plugin_init):
9267         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
9268         * gst/tcp/gsttcpserversink.h:
9269         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
9270         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
9271         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
9272         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
9273         (gst_tcpserversrc_stop):
9274         * gst/tcp/gsttcpserversrc.h:
9275         * gst/tcp/gsttcpsink.c:
9276         * gst/tcp/gsttcpsink.h:
9277         * gst/tcp/gsttcpsrc.c:
9278         * gst/tcp/gsttcpsrc.h:
9279         Ported tcp plugins to 0.9. 
9280         
9281
9282 2005-07-05  Andy Wingo  <wingo@pobox.com>
9283
9284         * gst/playback/gstplaybasebin.c (fill_buffer):
9285         message_new_application fixen.
9286
9287         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
9288         Style fix.
9289
9290 2005-07-04  Wim Taymans  <wim@fluendo.com>
9291
9292         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
9293         Set caps on output buffer.
9294
9295 2005-07-04  Andy Wingo  <wingo@pobox.com>
9296
9297         * ext/gnomevfs/gstgnomevfssrc.c
9298         (gst_gnomevfssrc_received_headers_callback) 
9299         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
9300         hopefully.
9301
9302         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
9303         No refcount leakage.
9304
9305         * configure.ac: Enable -Werror.
9306         
9307         * ext/theora/theoradec.c (theora_dec_src_getcaps):
9308         * gst/audioconvert/bufferframesconvert.c
9309         (buffer_frames_convert_fixate):
9310         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
9311         (gst_audio_convert_fixate):
9312         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
9313         (gst_sinesrc_create): Fixate func changes.
9314         
9315         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9316         (gst_ximagesink_buffer_alloc): Unused var.
9317
9318 2005-07-01  Andy Wingo  <wingo@pobox.com>
9319
9320         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
9321         getcaps to do explicit caps. Needs to be done in all decoders,
9322         possibly via a base class.
9323
9324         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
9325
9326         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
9327         caps on the sink pad, just rely on the pad template. Also, setting
9328         ANY caps on a pad is not valid because the caps are not fixed.
9329
9330         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
9331         caps on the buffer, and get the width from the desired_caps if
9332         they're set.
9333         (gst_ximagesink_renegotiate_size): Implement via setting the
9334         desired_caps on the ximagesink.
9335         (gst_ximagesink_setcaps): Only reset the width of the player if it
9336         wasn't already set. Not sure if this is right.
9337         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
9338
9339         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
9340         that the user wants. NULL unless the window has been resized.
9341
9342         * gst/volume/gstvolume.c (volume_transform): Adapt to
9343         basetransform refcount changes.
9344         
9345 2005-07-01  Andy Wingo  <wingo@pobox.com>
9346
9347         * gst/videoscale/gstvideoscale.c:
9348         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
9349         from BaseTransform, implements a transform_caps. Removed dead code
9350         including some PAR stuff that was never reached -- should probably
9351         be added back somehow.
9352
9353 2005-07-01  Andy Wingo  <wingo@pobox.com>
9354
9355         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
9356         come later.
9357
9358 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9359
9360         * configure.ac:
9361         * docs/libs/Makefile.am:
9362         * docs/libs/gst-plugins-libs.types:
9363         * ext/alsa/Makefile.am:
9364         * ext/alsa/gstalsamixer.h:
9365         * ext/alsa/gstalsamixeroptions.h:
9366         * ext/alsa/gstalsamixertrack.h:
9367         * gst-libs/gst/Makefile.am:
9368         * gst-libs/gst/colorbalance/.cvsignore:
9369         * gst-libs/gst/colorbalance/Makefile.am:
9370         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
9371         * gst-libs/gst/colorbalance/colorbalance.c:
9372         * gst-libs/gst/colorbalance/colorbalance.h:
9373         * gst-libs/gst/colorbalance/colorbalance.vcproj:
9374         * gst-libs/gst/colorbalance/colorbalancechannel.c:
9375         * gst-libs/gst/colorbalance/colorbalancechannel.h:
9376         * gst-libs/gst/interfaces/Makefile.am:
9377         * gst-libs/gst/interfaces/colorbalance.c:
9378         (gst_color_balance_class_init):
9379         * gst-libs/gst/interfaces/colorbalance.h:
9380         * gst-libs/gst/interfaces/interfaces-marshal.list:
9381         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
9382         * gst-libs/gst/interfaces/mixer.h:
9383         * gst-libs/gst/interfaces/mixeroptions.h:
9384         * gst-libs/gst/interfaces/navigation.c:
9385         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
9386         * gst-libs/gst/interfaces/tuner.h:
9387         * gst/volume/Makefile.am:
9388         * gst/volume/gstvolume.c:
9389         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
9390         * sys/ximage/Makefile.am:
9391         * sys/ximage/ximagesink.c:
9392         * sys/xvimage/Makefile.am:
9393         * sys/xvimage/xvimagesink.c:
9394           fold in all interfaces into an interfaces dir, preserving CVS
9395           history
9396
9397 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9398
9399         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9400           Fix build after riff changes.
9401
9402 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9403
9404         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9405         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
9406         (gst_riff_create_video_template_caps),
9407         (gst_riff_create_audio_template_caps),
9408         (gst_riff_create_iavs_template_caps):
9409         * gst-libs/gst/riff/riff-media.h:
9410         * gst-libs/gst/riff/riff-read.h:
9411         * gst-libs/gst/riff/riff.c: (gst_riff_init):
9412           Add gst_riff_init() to initialize the debug category, instead
9413           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
9414
9415 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9416
9417         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
9418           Oops, I shouldn't apply hacks.
9419
9420 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9421
9422         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
9423           Remove pad_loop function which doesn't work.
9424
9425 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9426
9427         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
9428           Send EOS when deactivating.
9429         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9430         (check_queue), (queue_threshold_reached), (queue_out_of_data),
9431         (gen_preroll_element), (probe_triggered), (mute_stream),
9432         (silence_stream), (new_decoded_pad), (setup_substreams),
9433         (set_active_source):
9434         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
9435         (remove_sinks), (add_sink):
9436         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
9437           Change for new probe API.
9438
9439 2005-06-29  Wim Taymans  <wim@fluendo.com>
9440
9441         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
9442         * gst-libs/gst/audio/gstbaseaudiosink.c:
9443         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
9444         (gst_baseaudiosink_change_state):
9445         * gst-libs/gst/audio/gstbaseaudiosink.h:
9446         * gst-libs/gst/audio/gstringbuffer.c:
9447         (gst_ringbuffer_set_callback):
9448         Fix compilation error.
9449         Ringbuffer starts out as not running.
9450         Free our clock in dispose.
9451         When releasing the ringbuffer we need to renegotiate so
9452         clear the pad caps.
9453
9454 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9455
9456         * autogen.sh:
9457         * configure.ac:
9458         * docs/Makefile.am:
9459         * docs/libs/Makefile.am:
9460         * docs/libs/gst-plugins-libs-docs.sgml:
9461         * docs/libs/gst-plugins-libs-sections.txt:
9462         * docs/libs/gst-plugins-libs.types:
9463         * docs/libs/tmpl/gstaudio.sgml:
9464         * docs/libs/tmpl/gstcolorbalance.sgml:
9465         * docs/libs/tmpl/gstringbuffer.sgml:
9466         * gst-libs/gst/audio/gstringbuffer.c:
9467         (gst_ringbuffer_set_callback):
9468           reinstate gtk-doc docs for plugin libs
9469
9470 2005-06-28  Wim Taymans  <wim@fluendo.com>
9471
9472         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9473         (gst_ogg_demux_init):
9474         Removed pad loop function.
9475
9476 2005-06-28  Wim Taymans  <wim@fluendo.com>
9477
9478         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
9479         If we're building a chain we are not in an error case
9480         when we queue a buffer.
9481
9482 2005-06-28  Andy Wingo  <wingo@pobox.com>
9483
9484         * *.c: Don't cast to GstObject before reffing/unreffing.
9485
9486 2005-06-27  Andy Wingo  <wingo@pobox.com>
9487
9488         * gst/videotestsrc/gstvideotestsrc.c
9489         (gst_videotestsrc_activate_push): Activation API changes.
9490
9491         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
9492         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
9493         they have refs on the decodebin.
9494
9495         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
9496         parent class.
9497         (gst_ogg_pad_typefind): Don't leak a pad ref.
9498         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
9499         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
9500         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
9501
9502 2005-06-27  Edward Hervey  <edward@fluendo.com>
9503
9504         * ext/theora/theoradec.c: (theora_dec_change_state): 
9505         re-arranged call to parent's state change in order to avoid locks (or
9506         worse).
9507
9508 2005-06-26  Edward Hervey  <edward@fluendo.com>
9509
9510         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9511         2nd argument of 'unknow-type' signal is a GstCaps and not a
9512         GstMiniObject
9513
9514 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
9515         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
9516           Set the worker thread's running flag to TRUE before starting the
9517           thread.
9518         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
9519           Catch a failure to add typefind to the bin.
9520
9521 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9522
9523         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9524         (gst_sinesrc_init), (gst_sinesrc_create),
9525         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
9526         (gst_sinesrc_start):
9527         * gst/sine/gstsinesrc.h:
9528           add num-buffers and timestamp-offset properties
9529         * gst/videotestsrc/gstvideotestsrc.c:
9530         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
9531         (gst_videotestsrc_get_property):
9532           add timestamp-offset property
9533
9534 2005-06-23  Christian Schaller  <uraeus@gnome.org>
9535
9536         * configure.ac: add videorate
9537         * gst-plugins-base.spec.in: add videorate
9538
9539 2005-06-23  Wim Taymans  <wim@fluendo.com>
9540
9541         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
9542         (gst_videorate_getcaps), (gst_videorate_setcaps),
9543         (gst_videorate_event), (gst_videorate_chain):
9544         Fixed videorate, fixating an already fixated caps is not
9545         an error.
9546
9547 2005-06-23  Wim Taymans  <wim@fluendo.com>
9548
9549         * ext/ogg/README:
9550         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
9551         Buffer on caps is not boxed anymore.
9552
9553 2005-06-22  Wim Taymans  <wim@fluendo.com>
9554
9555         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
9556         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
9557         Set buffers on caps as miniobjects and not as boxed.
9558
9559 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9560
9561         * configure.ac:
9562           back to HEAD
9563
9564 === release 0.9.1 ===
9565
9566 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9567
9568         * .cvsignore:
9569         * NEWS:
9570         * README:
9571         * RELEASE:
9572         * configure.ac:
9573         * po/af.po:
9574         * po/az.po:
9575         * po/cs.po:
9576         * po/en_GB.po:
9577         * po/hu.po:
9578         * po/it.po:
9579         * po/nb.po:
9580         * po/nl.po:
9581         * po/or.po:
9582         * po/sq.po:
9583         * po/sr.po:
9584         * po/sv.po:
9585         * po/uk.po:
9586         * po/vi.po:
9587           updates for release
9588
9589 2005-06-09  Andy Wingo  <wingo@pobox.com>
9590
9591         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
9592         
9593 2005-06-09  Andy Wingo  <wingo@pobox.com>
9594
9595         * configure.ac:
9596         * gst-libs/gst/Makefile.am:
9597         * gst-libs/gst/net/Makefile.am:
9598         Add gstnet to build.
9599
9600 2005-06-09  Andy Wingo  <wingo@pobox.com>
9601
9602         * gst-libs/gst/gconf/gconf.c:
9603         * gst/playback/test.c:
9604         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
9605         fixes.
9606
9607         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
9608
9609         * ext/theora/theoraenc.c (theora_enc_chain): 
9610         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
9611
9612         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
9613         RealPad.
9614
9615 2005-06-02  Wim Taymans  <wim@fluendo.com>
9616
9617         * gst-libs/gst/net/Makefile.am:
9618         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
9619         * pkgconfig/gstreamer-libs.pc.in:
9620         Added net stuff, version net lib.
9621
9622 2005-06-02  Wim Taymans  <wim@fluendo.com>
9623
9624         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
9625         (query_rates), (query_positions_elems), (query_positions_pads),
9626         (do_seek):
9627         Updated seek example.
9628
9629 2005-06-02  Andy Wingo  <wingo@pobox.com>
9630
9631         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
9632         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
9633         list.
9634
9635         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
9636         remove the typefind, the bin dispose will do it for us. When it's
9637         removed and unreffed, the signal handler will be disconnected,
9638         too.
9639         (unlinked): It's too difficult to disconnect from unlinked
9640         handlers, as they are on pads not elements. Just punt if the pads
9641         aren't grandkids of the bin.
9642
9643 2005-06-02  Wim Taymans  <wim@fluendo.com>
9644
9645         * ext/ogg/README:
9646         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9647         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
9648         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
9649         * ext/theora/theoradec.c: (theora_dec_src_query),
9650         (theora_handle_data_packet):
9651         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9652         (theora_enc_chain):
9653         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9654         (vorbis_handle_data_packet):
9655         * gst/audioconvert/bufferframesconvert.c:
9656         (buffer_frames_convert_chain):
9657         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9658         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9659         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9660         (gst_ffmpegcsp_chain):
9661         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
9662         (gst_videorate_getcaps), (gst_videorate_setcaps),
9663         (gst_videorate_event), (gst_videorate_chain):
9664         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
9665         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
9666         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9667         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
9668         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9669         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
9670         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
9671         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
9672         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
9673         Cleanups and buffer alloc.
9674
9675 2005-05-31  Wim Taymans  <wim@fluendo.com>
9676
9677         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
9678         Don't try to call the delay method when the device is not
9679         opened.
9680
9681 2005-05-31  Wim Taymans  <wim@fluendo.com>
9682
9683         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
9684         Get actual segment size and buffer size after opening
9685         the device.
9686
9687 2005-05-30  Wim Taymans  <wim@fluendo.com>
9688
9689         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
9690         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
9691         Also FLUSH upstream, makes the loop function exit faster.
9692         
9693         * ext/theora/theoradec.c: (theora_dec_src_query):
9694         Some more debug info in the query.
9695         
9696         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9697         (gst_ximagesink_setcaps):
9698         Release lock on par error, better error reporting.
9699
9700 2005-05-26  Wim Taymans  <wim@fluendo.com>
9701
9702         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9703         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
9704         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
9705         Clear chains in READY
9706         Queue packets until the chain is activated.
9707
9708 2005-05-25  Wim Taymans  <wim@fluendo.com>
9709
9710         * gst-libs/gst/audio/gstaudiosink.c:
9711         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9712         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9713         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9714         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9715         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9716         (gst_audiosink_create_ringbuffer):
9717         * gst-libs/gst/audio/gstbaseaudiosink.c:
9718         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
9719         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
9720         (gst_baseaudiosink_set_property), (build_linear_format),
9721         (debug_spec_caps), (debug_spec_buffer),
9722         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
9723         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
9724         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
9725         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9726         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9727         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9728         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
9729         (gst_ringbuffer_play), (gst_ringbuffer_pause),
9730         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
9731         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
9732         (wait_segment), (gst_ringbuffer_commit),
9733         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
9734         (gst_ringbuffer_clear):
9735         Various small cleanups.
9736
9737         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9738         (gst_audio_convert_change_state):
9739         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
9740         No need to take the locks anymore.
9741
9742 2005-05-25  Wim Taymans  <wim@fluendo.com>
9743
9744         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9745         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
9746         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
9747         (type_found):
9748         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
9749         (group_destroy), (group_commit), (queue_overrun),
9750         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
9751         (mute_stream), (new_decoded_pad), (setup_substreams),
9752         (setup_source), (mute_group_type), (set_active_source),
9753         (gst_play_base_bin_change_state):
9754         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
9755         (gen_video_element), (gen_text_element), (gen_audio_element),
9756         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
9757         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
9758         (gst_stream_info_dispose), (gst_stream_info_set_mute):
9759         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9760         Some playbin cleanups mostly refcounting sloppyness.
9761
9762 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9763
9764         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
9765           Work with streaming input.
9766
9767 2005-05-25  Wim Taymans  <wim@fluendo.com>
9768
9769         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9770         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9771         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9772         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
9773         No need to take the STREAM lock anymore.
9774
9775 2005-05-25  Wim Taymans  <wim@fluendo.com>
9776
9777         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
9778         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
9779         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
9780         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
9781         (gst_ogg_demux_sink_activate):
9782         * ext/theora/theoradec.c: (theora_dec_src_event),
9783         (theora_handle_comment_packet), (theora_dec_chain),
9784         (theora_dec_change_state):
9785         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9786         (vorbis_handle_data_packet), (vorbis_dec_chain),
9787         (vorbis_dec_change_state):
9788         Remove STREAM locks as they are taken in core now.
9789         Never set bogus granulepos on vorbis/theora.
9790         Fix leaks in theoradec tag parsing.
9791
9792 2005-05-25  Wim Taymans  <wim@fluendo.com>
9793
9794         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
9795         Fix memleaks, GST_BUFFER_DATA() is not freed.
9796
9797 2005-05-25  Wim Taymans  <wim@fluendo.com>
9798
9799         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9800         Open non-blocking, set to blocking mode afterwards to avoid
9801         lockups when audio device is busy.
9802
9803 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9804
9805         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
9806           This can't be good.
9807
9808 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9809
9810         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9811         (gst_audio_convert_chain), (gst_audio_convert_link_src),
9812         (gst_audio_convert_setcaps):
9813           Implement instant setup switching.
9814
9815 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9816
9817         * gst/playback/gstplaybasebin.c: (probe_triggered):
9818           Fix missing unlock.
9819         * gst/playback/gstplaybin.c: (add_sink):
9820           First add, then link (otherwise pad link fails).
9821
9822 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9823
9824         * examples/Makefile.am:
9825         fix buildbot (make distcheck)
9826
9827 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9828
9829         * gst/playback/gstplaybin.c: (gen_vis_element):
9830           Remove some wrong code. Doesn't work yet.
9831
9832 2005-05-19  Wim Taymans  <wim@fluendo.com>
9833
9834         * gst-libs/gst/net/Makefile.am:
9835         * gst-libs/gst/net/README:
9836         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
9837         (gst_netbuffer_class_init), (gst_netbuffer_init),
9838         (gst_netbuffer_finalize), (gst_netbuffer_copy),
9839         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
9840         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
9841         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
9842         * gst-libs/gst/net/gstnetbuffer.h:
9843         Added buffer subclass to store extra to/from addresses for
9844         network sources/sinks.
9845
9846 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9847
9848         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
9849           Don't lock an unassigned variable.
9850
9851 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9852
9853         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
9854           Increase buffer for video, decrease buffer for other media types.
9855         * gst/playback/gstplaybin.c: (gen_video_element),
9856         (gen_audio_element):
9857           Change names for debugging purposes.
9858
9859 2005-05-18  Wim Taymans  <wim@fluendo.com>
9860
9861         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9862         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9863         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9864         (gst_ffmpegcsp_chain):
9865         Enable buffer alloc passthrough if the source and dest
9866         formats are the same.
9867
9868 2005-05-17  Wim Taymans  <wim@fluendo.com>
9869
9870         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
9871         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
9872         (gst_ogg_demux_chain_unlocked):
9873         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9874         (gst_audio_convert_caps_remove_format_info),
9875         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
9876         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
9877         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9878         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9879         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
9880         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
9881         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9882         (gst_ffmpegcsp_get_property):
9883         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9884         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
9885         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
9886         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
9887         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
9888         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
9889         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
9890         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
9891         Leak fixes in oggdemux.
9892         Some cleanups in audioconvert.
9893         Make passthrough work along with buffer_alloc etc.
9894         Make buffer_alloc and buffer recycling actually work in
9895         xvimagesink.
9896
9897 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9898
9899         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
9900           make the compiler happy
9901
9902 2005-05-17  Wim Taymans  <wim@fluendo.com>
9903
9904         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9905         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
9906         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
9907         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
9908         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
9909         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
9910         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
9911         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
9912         (gst_xvimagesink_set_xwindow_id):
9913         * sys/xvimage/xvimagesink.h:
9914         Port xvimagesink to new MiniObject.
9915
9916 2005-05-17  Wim Taymans  <wim@fluendo.com>
9917
9918         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
9919         (gst_audiofilter_chain):
9920         * gst-libs/gst/audio/gstaudiosink.c:
9921         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9922         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9923         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9924         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9925         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9926         (gst_audiosink_create_ringbuffer):
9927         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9928         (gst_audio_convert_caps_remove_format_info),
9929         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
9930         (gst_audio_convert_fixate), (gst_audio_convert_channels):
9931         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9932         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9933         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
9934         Fix passthrough in ffmpegcolorspace.
9935         Fix memset in audiosink on wrong memory.
9936
9937 2005-05-16  David Schleef  <ds@schleef.org>
9938
9939         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
9940         to GstMiniObject.
9941
9942 2005-05-16  David Schleef  <ds@schleef.org>
9943
9944         Port from GstData to GstMiniObject.
9945         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9946         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
9947         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
9948         (gst_ogg_mux_collected):
9949         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9950         * ext/theora/theoradec.c: (theora_handle_comment_packet),
9951         (theora_handle_data_packet):
9952         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9953         (theora_set_header_on_caps), (theora_enc_chain):
9954         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9955         (vorbis_handle_comment_packet):
9956         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
9957         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
9958         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
9959         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
9960         * gst/audioconvert/gstaudioconvert.c:
9961         (gst_audio_convert_get_buffer):
9962         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9963         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
9964         (mute_stream), (silence_stream):
9965         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9966         * gst/volume/gstvolume.c: (volume_transform):
9967         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9968         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
9969         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
9970         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
9971         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
9972         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
9973         (gst_ximagesink_buffer_alloc):
9974         * sys/ximage/ximagesink.h:
9975
9976 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9977
9978         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9979         (fill_buffer), (check_queue), (queue_threshold_reached),
9980         (queue_out_of_data):
9981         * gst/playback/gstplaybasebin.h:
9982           Post buffer-fullness on the bus.
9983
9984 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9985
9986         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9987         (try_to_link_1):
9988         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9989         (group_commit), (probe_triggered), (setup_source),
9990         (gst_play_base_bin_change_state):
9991         * gst/playback/gstplaybasebin.h:
9992         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9993         (gst_play_bin_init), (remove_sinks), (setup_sinks),
9994         (gst_play_bin_change_state):
9995           Move setup_output_pads into a virtual function, remove
9996           group-switch (no longer needed) and redirect (handled by bus
9997           now) signals.
9998
9999 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10000
10001         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
10002         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
10003         (get_active_group), (get_building_group), (group_destroy),
10004         (group_commit), (check_queue), (queue_overrun),
10005         (queue_threshold_reached), (queue_out_of_data),
10006         (gen_preroll_element), (remove_groups), (unknown_type),
10007         (add_element_stream), (no_more_pads), (probe_triggered),
10008         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
10009         (setup_substreams), (setup_source), (finish_source),
10010         (prepare_output), (muted_group_change_state),
10011         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
10012         (gst_play_base_bin_change_state):
10013         * gst/playback/gstplaybasebin.h:
10014         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10015         (gst_play_bin_init), (gst_play_bin_set_property),
10016         (gen_video_element), (gen_text_element), (gen_audio_element),
10017         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
10018         (gst_play_bin_change_state):
10019         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
10020         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
10021         (stream_info_change_state), (gst_stream_info_set_mute),
10022         (gst_stream_info_get_property):
10023         * gst/playback/gststreaminfo.h:
10024         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
10025         (gst_stream_selector_get_linked_pad),
10026         (gst_stream_selector_getcaps),
10027         (gst_stream_selector_get_linked_pads),
10028         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10029         * gst/playback/gststreamselector.h:
10030           Rough port of playbin. Needs some more work, but is mostly done,
10031           and uses a few locks in important places, which should make stuff
10032           like chain-switches clean. Still uses GST_STATE() in a few places,
10033           which isn't all that good an idea, subtitles/elements disabled
10034           because no elements to test with and thus probably broken, query
10035           and event handling moved to GstBin, internal thread removed
10036           alltogether because the pipeline does that for us now. Can play
10037           Ogg/Vorbis files. Haven't tested anything else yet.
10038
10039 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10040
10041         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
10042           Do no-more-pads (needed for autoplugging).
10043
10044 2005-05-10  Andy Wingo  <wingo@pobox.com>
10045
10046         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
10047         message to the bus with the tags. Still not sent downstream tho.
10048
10049         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
10050         get_parent.
10051         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
10052         avoid refcounting hassles.
10053
10054 2005-05-09  Andy Wingo  <wingo@pobox.com>
10055
10056         * gst/volume/Makefile.am:
10057         * gst/volume/demo.c
10058         * gst/volume/gstvolume.h
10059         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
10060         basetransform. Probably need an audio filter base class.
10061
10062 2005-05-09  Wim Taymans  <wim@fluendo.com>
10063
10064         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
10065         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
10066         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
10067         (gst_vorbisenc_chain):
10068         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10069         (gst_audio_convert_caps_remove_format_info),
10070         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
10071         (gst_audio_convert_fixate), (gst_audio_convert_channels):
10072         Make caps writable before writing to it.
10073         Fix negotiation in audioconvert some more.
10074
10075 2005-05-09  Wim Taymans  <wim@fluendo.com>
10076
10077         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10078         (gst_videorate_getcaps), (gst_videorate_setcaps),
10079         (gst_videorate_event), (gst_videorate_chain):
10080         Better negotiation.
10081
10082 2005-05-09  Wim Taymans  <wim@fluendo.com>
10083
10084         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
10085         (gst_videorate_getcaps), (gst_videorate_setcaps),
10086         (gst_videorate_blank_data), (gst_videorate_init),
10087         (gst_videorate_event), (gst_videorate_chain),
10088         (gst_videorate_change_state):
10089         Port videorate, do a better job at negotiation while we're at
10090         it.
10091
10092 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
10093
10094         * configure.ac:
10095           Disable libvisual
10096
10097         * examples/Makefile.am:
10098         * gst-libs/gst/audio/Makefile.am:
10099         * gst-libs/gst/riff/Makefile.am:
10100         * gst-libs/gst/tag/Makefile.am:
10101         * gst-libs/gst/video/Makefile.am:
10102           Fixups for missing variables.
10103
10104 2005-05-09  Wim Taymans  <wim@fluendo.com>
10105
10106         * examples/seeking/seek.c: (make_theora_pipeline),
10107         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
10108         (query_rates), (query_positions_elems), (query_positions_pads),
10109         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
10110         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
10111         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
10112         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
10113         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
10114         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
10115         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10116         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
10117         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
10118         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10119         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10120         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10121         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
10122         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
10123         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
10124         (theora_dec_src_convert), (theora_dec_sink_convert),
10125         (theora_dec_src_query), (theora_dec_sink_query),
10126         (theora_dec_src_event), (theora_dec_sink_event),
10127         (theora_handle_comment_packet), (theora_handle_type_packet),
10128         (theora_handle_header_packet), (theora_handle_data_packet),
10129         (theora_dec_chain):
10130         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
10131         (vorbis_dec_convert), (vorbis_dec_src_query),
10132         (vorbis_dec_sink_query), (vorbis_dec_src_event),
10133         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
10134         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
10135         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
10136         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
10137         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
10138         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
10139         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10140         (gst_play_bin_query):
10141         * gst/playback/test3.c: (update_scale):
10142         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
10143         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
10144         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10145         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
10146         (gst_videotestsrc_src_query):
10147         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
10148         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
10149         (paint_hline_YUV9):
10150         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
10151         Port to new query API.
10152         Updated seek.
10153         Cleanups in x[v]imagesink
10154
10155 2005-05-09  Andy Wingo  <wingo@pobox.com>
10156
10157         * ext/alsa/gstalsasink.h:
10158         * ext/gnomevfs/gstgnomevfssrc.c:
10159         (gst_gnomevfssrc_get_icy_metadata):
10160         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
10161         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
10162         * ext/theora/theoradec.c (theora_dec_src_query)
10163         (theora_dec_src_event, theora_dec_sink_event)
10164         (theora_handle_comment_packet, theora_handle_data_packet):
10165         * ext/theora/theoraenc.c (theora_enc_chain):
10166         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
10167         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
10168         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
10169         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
10170         (qt_type_find):
10171         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
10172         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
10173         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
10174         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
10175         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
10176         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
10177         (paint_setup_xBGR8888, paint_setup_RGBx8888)
10178         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
10179         (paint_setup_RGB565, paint_setup_xRGB1555):
10180         * gst/videotestsrc/videotestsrc.h:
10181         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
10182         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
10183         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
10184         GCC4 fixes.
10185         
10186         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
10187         gst_pad_query_position. Fixes oggdemux.
10188
10189 2005-05-08  David Schleef  <ds@schleef.org>
10190
10191         * configure.ac: Require liboil.
10192         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
10193         a few more.
10194         * gst/videotestsrc/videotestsrc.c:
10195         * gst/videotestsrc/videotestsrc.h:
10196
10197 2005-05-06  Wim Taymans  <wim@fluendo.com>
10198
10199         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10200         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
10201         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
10202         Well, unreffing a buffer right before pushing it is asking
10203         for trouble..
10204
10205 2005-05-06  Christian Schaller  <uraeus@gnome.org>
10206
10207         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
10208
10209 2005-05-06  Wim Taymans  <wim@fluendo.com>
10210
10211         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10212         (gst_audio_convert_caps_remove_format_info),
10213         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
10214         (gst_audio_convert_fixate), (gst_audio_convert_channels):
10215         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10216         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
10217         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
10218         * gst/sine/Makefile.am:
10219         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
10220         (gst_sinesrc_class_init), (gst_sinesrc_init),
10221         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
10222         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
10223         (gst_sinesrc_update_freq):
10224         * gst/sine/gstsinesrc.h:
10225         * gst/tcp/gstmultifdsink.c:
10226         * sys/xvimage/xvimagesink.c:
10227         Fixed negotiation wrt _peer_get_caps()
10228         Some cleanups.
10229
10230
10231 2005-05-06  Wim Taymans  <wim@fluendo.com>
10232
10233         * gst-libs/gst/audio/gstaudiosink.c:
10234         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10235         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10236         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10237         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10238         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10239         (gst_audiosink_create_ringbuffer):
10240         * gst-libs/gst/audio/gstbaseaudiosink.c:
10241         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
10242         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
10243         (gst_baseaudiosink_set_property), (build_linear_format),
10244         (debug_spec_caps), (debug_spec_buffer),
10245         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
10246         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
10247         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
10248         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10249         * gst-libs/gst/audio/gstbaseaudiosink.h:
10250         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10251         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10252         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
10253         (gst_ringbuffer_play), (gst_ringbuffer_pause),
10254         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
10255         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
10256         (wait_segment), (gst_ringbuffer_commit),
10257         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
10258         (gst_ringbuffer_clear):
10259         * gst-libs/gst/audio/gstringbuffer.h:
10260         Make the base audiosink return an error when there is no
10261         audiobuffer negotiated.
10262
10263 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10264
10265         * ext/Makefile.am:
10266         Disable cdparanoia until someone ports it!
10267
10268 2005-05-06  Wim Taymans  <wim@fluendo.com>
10269
10270         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10271         (gst_ogg_demux_sink_activate):
10272         And revert after wingo's revert.. sigh..
10273
10274 2005-05-05  Andy Wingo  <wingo@pobox.com>
10275
10276         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
10277         GObject.
10278         * configure.ac: Return audiorate and subparse from the ghetto.
10279         Re-enable -Wall -Werror.
10280         * gst/subparse/gstsubparse.c:
10281         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
10282         or chain-based. Cleaned up a bit. Not tested.
10283         
10284 2005-05-05  Christian Schaller <christian@fluendo.com> 
10285
10286         * Makefile.am: remove stuff that is not building
10287         * configure.ac: remove stuff that is not building
10288         * examples/Makefile.am: remove stuff that is not building
10289         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
10290         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
10291         * sys/Makefile.am: remove stuff that is not building
10292         * testsuite/Makefile.am: remove stuff that is not building
10293
10294 2005-05-05  Andy Wingo  <wingo@pobox.com>
10295
10296         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
10297         * gst-libs/gst/tag/gstvorbistag.c:
10298         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
10299         * gst/adder/gstadder.h:
10300         * gst/audioconvert/gstchannelmix.c:
10301         (gst_audio_convert_fill_one_other):
10302         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
10303         (gst_audiorate_init), (gst_audiorate_chain):
10304         * gst/playback/gstplaybasebin.c: (setup_source):
10305         * gst/playback/test3.c: (update_scale):
10306         Some GCC4 fixes
10307         
10308         * po/af.po:
10309         * po/az.po:
10310         * po/cs.po:
10311         * po/en_GB.po:
10312         * po/hu.po:
10313         * po/it.po:
10314         * po/nb.po:
10315         * po/nl.po:
10316         * po/or.po:
10317         * po/sq.po:
10318         * po/sr.po:
10319         * po/sv.po:
10320         * po/uk.po:
10321         * po/vi.po: Foo
10322
10323 2005-05-05  Wim Taymans  <wim@fluendo.com>
10324
10325         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10326         (gst_audio_convert_caps_remove_format_info),
10327         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
10328         (gst_audio_convert_change_state), (gst_audio_convert_channels):
10329         * gst/videotestsrc/gstvideotestsrc.c:
10330         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
10331         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
10332         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
10333         (gst_videotestsrc_init), (gst_videotestsrc_loop):
10334         Don't ignore _push() return values.
10335         Make sure no processing is done when shutting down.
10336         Videotestsrc pad activation fix.
10337
10338 2005-05-05  Wim Taymans  <wim@fluendo.com>
10339
10340         * gst/adder/Makefile.am:
10341         * gst/adder/gstadder.c: (gst_adder_setcaps),
10342         (gst_adder_class_init), (gst_adder_init),
10343         (gst_adder_request_new_pad), (gst_adder_collected),
10344         (gst_adder_change_state):
10345         * gst/adder/gstadder.h:
10346         Ported adder as an example of a mixer element using
10347         collect pads. Needs more negotiation work.
10348
10349 2005-05-05  Wim Taymans  <wim@fluendo.com>
10350
10351         * ext/theora/theoradec.c: (_inc_granulepos),
10352         (theora_dec_src_event), (theora_dec_sink_event),
10353         (theora_handle_comment_packet), (theora_handle_type_packet),
10354         (theora_handle_header_packet), (theora_handle_data_packet),
10355         (theora_dec_chain):
10356         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10357         (gst_theora_enc_init), (theora_enc_sink_setcaps),
10358         (theora_push_buffer), (theora_push_packet),
10359         (theora_enc_sink_event), (theora_enc_chain),
10360         (theora_enc_change_state), (theora_enc_set_property),
10361         (theora_enc_get_property):
10362         Added stream lock to decoder so that we can serialize
10363         the discont event.
10364         More theoraenc porting, recover from errors, do clean
10365         shutdown.
10366
10367 2005-05-05  Wim Taymans  <wim@fluendo.com>
10368
10369         * ext/ogg/Makefile.am:
10370         * ext/ogg/README:
10371         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10372         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
10373         (gst_ogg_print):
10374         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10375         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
10376         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
10377         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
10378         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
10379         (gst_ogg_mux_change_state):
10380         Ported ogg muxer.
10381
10382 2005-05-05  Wim Taymans  <wim@fluendo.com>
10383
10384         * docs/design-audiosinks.txt:
10385         * gst-libs/gst/audio/TODO:
10386         * gst-libs/gst/audio/gstaudiosink.c:
10387         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10388         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10389         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10390         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10391         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10392         (gst_audiosink_create_ringbuffer):
10393         * gst-libs/gst/audio/gstbaseaudiosink.c:
10394         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
10395         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
10396         (gst_baseaudiosink_set_property), (build_linear_format),
10397         (debug_spec_caps), (debug_spec_buffer),
10398         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
10399         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
10400         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
10401         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10402         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10403         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10404         (gst_ringbuffer_release), (gst_ringbuffer_play),
10405         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
10406         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
10407         (gst_ringbuffer_set_sample), (wait_segment),
10408         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
10409         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
10410         More work on the audiosink, mostly debugging and a race in
10411         shutdown.
10412
10413 2005-04-28  Wim Taymans  <wim@fluendo.com>
10414
10415         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10416         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
10417         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
10418         (vorbis_dec_src_query), (vorbis_dec_src_event),
10419         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
10420         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
10421         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
10422         Don't crap out when seeking back to position 0.
10423
10424 2005-04-28  Wim Taymans  <wim@fluendo.com>
10425
10426         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
10427         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
10428         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
10429         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
10430         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
10431         Make audio sink configurable, use alsasink as default.
10432
10433 2005-04-28  Wim Taymans  <wim@fluendo.com>
10434
10435         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10436         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
10437         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
10438         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
10439         (vorbis_dec_change_state):
10440         * ext/vorbis/vorbisdec.h:
10441         Refactor, use STREAM_LOCK.
10442
10443 2005-04-28  Wim Taymans  <wim@fluendo.com>
10444
10445         * ext/theora/theoradec.c: (_inc_granulepos),
10446         (theora_dec_sink_event), (theora_handle_comment_packet),
10447         (theora_handle_type_packet), (theora_handle_header_packet),
10448         (theora_handle_data_packet), (theora_dec_chain),
10449         (theora_dec_change_state):
10450         Refactor a bit, use STREAM_LOCK.
10451
10452 2005-04-28  Wim Taymans  <wim@fluendo.com>
10453
10454         * ext/alsa/Makefile.am:
10455         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
10456         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
10457         (gst_alsa_link), (gst_alsa_close_audio):
10458         * ext/alsa/gstalsaplugin.c: (plugin_init):
10459         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
10460         (gst_alsasink_dispose), (gst_alsasink_base_init),
10461         (gst_alsasink_class_init), (gst_alsasink_init),
10462         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
10463         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
10464         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
10465         (gst_alsasink_reset):
10466         * ext/alsa/gstalsasink.h:
10467         Implement alsasink with simple open/write/close API. 
10468         Make alsa dir build by disabling compilation of code.
10469
10470 2005-04-28  Wim Taymans  <wim@fluendo.com>
10471
10472         * gst-libs/gst/audio/Makefile.am:
10473         * gst-libs/gst/audio/audio.h:
10474         * gst-libs/gst/audio/audioclock.c:
10475         * gst-libs/gst/audio/audioclock.h:
10476         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
10477         (gst_audio_clock_class_init), (gst_audio_clock_init),
10478         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
10479         * gst-libs/gst/audio/gstaudioclock.h:
10480         * gst-libs/gst/audio/gstaudiosink.c:
10481         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10482         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10483         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10484         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10485         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10486         (gst_audiosink_create_ringbuffer):
10487         * gst-libs/gst/audio/gstbaseaudiosink.c:
10488         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
10489         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
10490         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
10491         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
10492         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
10493         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
10494         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
10495         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10496         * gst-libs/gst/audio/gstbaseaudiosink.h:
10497         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10498         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
10499         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10500         (gst_ringbuffer_release), (gst_ringbuffer_play),
10501         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
10502         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
10503         (gst_ringbuffer_set_sample), (wait_segment),
10504         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
10505         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
10506         * gst-libs/gst/audio/gstringbuffer.h:
10507         Make ringbuffer faster and more simple by removing the locks
10508         in the playback thread.
10509         Add sample accurate playback based on buffer sample offsets.
10510         Make the baseaudiosink provide a clock.
10511         Parse caps in the base class.
10512         Correctly handle seeking, flushing and state changes.
10513
10514 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10515
10516         * configure.ac:
10517         * gst/audioconvert/Makefile.am:
10518         * gst/audioscale/Makefile.am:
10519           Fix part of the build.  Come on guys, autogen didn't even work :)
10520
10521 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10522
10523         * configure.ac:
10524         * gst-libs/gst/Makefile.am:
10525         * gst-libs/gst/media-info/.cvsignore:
10526         * gst-libs/gst/media-info/Makefile.am:
10527         * gst-libs/gst/media-info/README:
10528         * gst-libs/gst/media-info/media-info-priv.c:
10529         * gst-libs/gst/media-info/media-info-priv.h:
10530         * gst-libs/gst/media-info/media-info-test.c:
10531         * gst-libs/gst/media-info/media-info.c:
10532         * gst-libs/gst/media-info/media-info.h:
10533         * gst-libs/gst/media-info/media-info.vcproj:
10534         * pkgconfig/Makefile.am:
10535         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
10536         * pkgconfig/gstreamer-media-info.pc.in:
10537           Remove media-info, which is also successed by playbin (see Totem
10538           implementation).
10539
10540 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10541
10542         * configure.ac:
10543         * examples/Makefile.am:
10544         * examples/gstplay/.cvsignore:
10545         * examples/gstplay/Makefile.am:
10546         * examples/gstplay/player.c:
10547         * gst-libs/gst/Makefile.am:
10548         * gst-libs/gst/play/.cvsignore:
10549         * gst-libs/gst/play/Makefile.am:
10550         * gst-libs/gst/play/play.c:
10551         * gst-libs/gst/play/play.h:
10552         * gst-libs/gst/play/play.vcproj:
10553         * pkgconfig/Makefile.am:
10554         * pkgconfig/gstreamer-play-uninstalled.pc.in:
10555         * pkgconfig/gstreamer-play.pc.in:
10556           Remove libgstplay, playbin is now the official successor.
10557
10558 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10559
10560         * configure.ac:
10561         * gst-libs/gst/Makefile.am:
10562         * gst-libs/gst/xwindowlistener/Makefile.am:
10563         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
10564         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
10565           Remove deprecated xwindowlistener (I've moved xwindowlistening
10566           in the v4l/v4l2 plugins over to serverside).
10567
10568 2005-04-25  David Schleef  <ds@schleef.org>
10569
10570         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
10571         to examples/dynparams.  Examples do not belong interspersed with
10572         source code.
10573         * examples/dynparams/demo-dparams.c:
10574         * gst/sine/Makefile.am:
10575         * gst/sine/demo-dparams.c:
10576
10577 2005-04-25  David Schleef  <ds@schleef.org>
10578
10579         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
10580         * gst-libs/gst/audio/Makefile.am:
10581         * gst-libs/gst/riff/Makefile.am:
10582         * gst-libs/gst/tag/Makefile.am:
10583         * gst-libs/gst/video/Makefile.am:
10584         * gst-libs/gst/xwindowlistener/Makefile.am:
10585
10586         Convert to 0.9 API, seems to work:
10587         * sys/ximage/Makefile.am:
10588         * sys/ximage/ximagesink.c:
10589
10590 2005-04-24  David Schleef  <ds@schleef.org>
10591
10592         Link plugins against libraries:
10593         * ext/alsa/Makefile.am:
10594         * gst/tcp/Makefile.am:
10595
10596         Remove asm code that should be in liboil
10597         * gst/videoscale/Makefile.am:
10598         * gst/videoscale/videoscale_x86_asm.s:
10599
10600         gettext wants these checked in:
10601         * po/af.po:
10602         * po/az.po:
10603         * po/cs.po:
10604         * po/en_GB.po:
10605         * po/hu.po:
10606         * po/it.po:
10607         * po/nb.po:
10608         * po/nl.po:
10609         * po/or.po:
10610         * po/sq.po:
10611         * po/sr.po:
10612         * po/sv.po:
10613         * po/uk.po:
10614         * po/vi.po:
10615
10616 2005-04-24  David Schleef  <ds@schleef.org>
10617
10618         Convert gst_main() to g_main_loop_run()
10619         * gst/playback/decodetest.c: (main):
10620         * gst/playback/test2.c: (main):
10621         * gst/playback/test3.c: (main):
10622         * gst/playback/test4.c: (main):
10623
10624         Link plugins against libraries:
10625         * ext/libvisual/Makefile.am:
10626         * sys/xvimage/Makefile.am:
10627
10628 2005-04-24  David Schleef  <ds@schleef.org>
10629
10630         * configure.ac: Remove idct and resample libs
10631         * gst-libs/gst/Makefile.am: same
10632
10633         Remove usage of gst_library_load():
10634         * ext/alsa/gstalsaplugin.c: (plugin_init):
10635         * ext/libvisual/visual.c: (plugin_init):
10636         * ext/ogg/gstogg.c: (plugin_init):
10637         * ext/theora/theora.c: (plugin_init):
10638         * ext/vorbis/vorbis.c: (plugin_init):
10639         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
10640         * gst/audioscale/gstaudioscale.c:
10641         * gst/adder/gstadder.c: (plugin_init):
10642         * gst/audioconvert/plugin.c: (plugin_init):
10643         * sys/ximage/ximagesink.c: (plugin_init):
10644         * sys/xvimage/xvimagesink.c: (plugin_init):
10645         * gst/tcp/gsttcpplugin.c: (plugin_init):
10646
10647         Link plugins against libraries:
10648         * ext/ogg/Makefile.am:
10649         * ext/theora/Makefile.am:
10650         * ext/vorbis/Makefile.am:
10651         * gst/audioconvert/Makefile.am:
10652
10653         Create proper libraries:
10654         * gst-libs/gst/riff/Makefile.am:
10655         * gst-libs/gst/audio/Makefile.am:
10656         * gst-libs/gst/video/Makefile.am:
10657
10658         Move resample library to audioscale plugin directory:
10659         * gst-libs/gst/resample/Makefile.am:
10660         * gst-libs/gst/resample/README:
10661         * gst-libs/gst/resample/dtof.c:
10662         * gst-libs/gst/resample/dtos.c:
10663         * gst-libs/gst/resample/functable.c:
10664         * gst-libs/gst/resample/private.h:
10665         * gst-libs/gst/resample/resample.c:
10666         * gst-libs/gst/resample/resample.h:
10667         * gst-libs/gst/resample/resample.vcproj:
10668         * gst-libs/gst/resample/test.c:
10669         * gst/audioscale/Makefile.am:
10670         * gst/audioscale/README:
10671         * gst/audioscale/dtof.c:
10672         * gst/audioscale/dtos.c:
10673         * gst/audioscale/functable.c:
10674         * gst/audioscale/private.h:
10675         * gst/audioscale/resample.c:
10676         * gst/audioscale/resample.h:
10677         * gst/audioscale/test.c:
10678
10679         Move tagedit library to gst-libs:
10680         * gst-libs/gst/tag/Makefile.am:
10681         * gst-libs/gst/tag/gstid3tag.c:
10682         * gst-libs/gst/tag/gsttagediting.c:
10683         * gst-libs/gst/tag/gsttageditingprivate.h:
10684         * gst-libs/gst/tag/gstvorbistag.c:
10685         * gst/tags/Makefile.am:
10686         * gst/tags/gstid3tag.c:
10687         * gst/tags/gstvorbistag.c:
10688
10689         Fix for core changes:
10690         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10691         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
10692         (gst_sinesrc_getrange):
10693
10694 2005-04-23  David Schleef  <ds@schleef.org>
10695
10696         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
10697         in gst-plugins in a long time, and properly belongs in liboil.
10698         * gst-libs/gst/idct/Makefile.am:
10699         * gst-libs/gst/idct/README:
10700         * gst-libs/gst/idct/dct.h:
10701         * gst-libs/gst/idct/doieee:
10702         * gst-libs/gst/idct/fastintidct.c:
10703         * gst-libs/gst/idct/floatidct.c:
10704         * gst-libs/gst/idct/idct.c:
10705         * gst-libs/gst/idct/idct.h:
10706         * gst-libs/gst/idct/idtc.vcproj:
10707         * gst-libs/gst/idct/ieeetest.c:
10708         * gst-libs/gst/idct/intidct.c:
10709
10710 2005-04-20  Wim Taymans  <wim@fluendo.com>
10711
10712         * docs/design-audiosinks.txt:
10713         * gst-libs/gst/audio/Makefile.am:
10714         * gst-libs/gst/audio/TODO:
10715         * gst-libs/gst/audio/gstaudiosink.c:
10716         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10717         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10718         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
10719         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10720         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10721         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
10722         (gst_audiosink_class_init), (gst_audiosink_init),
10723         (gst_audiosink_create_ringbuffer):
10724         * gst-libs/gst/audio/gstaudiosink.h:
10725         * gst-libs/gst/audio/gstbaseaudiosink.c:
10726         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
10727         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
10728         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
10729         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
10730         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
10731         (gst_baseaudiosink_create_ringbuffer),
10732         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10733         * gst-libs/gst/audio/gstbaseaudiosink.h:
10734         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10735         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
10736         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
10737         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10738         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
10739         (gst_ringbuffer_play), (gst_ringbuffer_pause),
10740         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
10741         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
10742         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
10743         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
10744         * gst-libs/gst/audio/gstringbuffer.h:
10745         An attempt at a set of audio base classes together with some
10746         design docs.
10747
10748 2005-04-20  Wim Taymans  <wim@fluendo.com>
10749
10750         * gst/audioconvert/Makefile.am:
10751         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10752         (gst_audio_convert_caps_remove_format_info),
10753         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
10754         (gst_audio_convert_channels):
10755         Link against audio libs.
10756         Fix audio convert plugin.
10757
10758 2005-04-20  Wim Taymans  <wim@fluendo.com>
10759
10760         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
10761         (gst_ogg_demux_sink_activate):
10762         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10763         (theora_set_header_on_caps), (theora_enc_sink_event),
10764         (theora_enc_chain):
10765         Fix theora encoder.
10766
10767 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10768
10769         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
10770         * gst/playback/gstdecodebin.c: (find_compatibles):
10771           Work with staticpadtemplates in elementfactories.
10772
10773 2005-04-12  Wim Taymans  <wim@fluendo.com>
10774
10775         * gst/playback/README:
10776         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10777         (compare_ranks), (print_feature), (gst_decode_bin_init),
10778         (dynamic_create), (dynamic_free), (find_compatibles),
10779         (mimetype_is_raw), (close_pad_link), (got_redirect),
10780         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
10781         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
10782         (gst_decode_bin_change_state):
10783         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10784         (gst_play_base_bin_init), (group_destroy), (group_commit),
10785         (check_queue), (queue_overrun), (queue_threshold_reached),
10786         (queue_out_of_data), (gen_preroll_element), (unknown_type),
10787         (new_decoded_pad), (setup_subtitle), (gen_source_element),
10788         (got_redirect), (setup_source), (play_base_eos),
10789         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
10790         (gst_play_base_bin_remove_element):
10791         * gst/playback/gstplaybasebin.h:
10792         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10793         (gst_play_bin_init), (gst_play_bin_dispose),
10794         (gst_play_bin_set_property), (gen_video_element),
10795         (gen_text_element), (gen_audio_element), (remove_sinks),
10796         (gst_play_bin_send_event):
10797         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
10798         (stream_info_change_state), (gst_stream_info_set_mute):
10799         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
10800         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
10801         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
10802         (gst_stream_selector_chain):
10803         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
10804         (main):
10805         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
10806         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
10807         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
10808         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
10809         Raw and crude port of decodebin. 
10810         Make playbin compile.
10811
10812 2005-04-06  Wim Taymans  <wim@fluendo.com>
10813
10814         * ext/gnomevfs/Makefile.am:
10815         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
10816         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
10817         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
10818         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
10819         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
10820         (gst_gnomevfssrc_stop):
10821         * ext/ogg/Makefile.am:
10822         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
10823         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
10824         * ext/theora/Makefile.am:
10825         * ext/theora/theoradec.c: (_inc_granulepos),
10826         (theora_dec_sink_event), (theora_dec_chain):
10827         * ext/vorbis/Makefile.am:
10828         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10829         (vorbis_dec_sink_event), (vorbis_dec_chain):
10830         * gst-libs/gst/audio/Makefile.am:
10831         * sys/xvimage/Makefile.am:
10832         Make gnomevfssrc extend the source base class.
10833         Fix linking against libs in various plugins.
10834
10835 2005-04-06  Andy Wingo  <wingo@pobox.com>
10836
10837         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
10838         GST_BASE_LIBS.
10839
10840         * configure.ac: Add check and AC_SUBST for libgstbase.
10841
10842 2005-03-31  Wim Taymans  <wim@fluendo.com>
10843
10844         * examples/seeking/Makefile.am:
10845         * examples/seeking/cdparanoia.c: (main):
10846         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
10847         (play_cb), (pause_cb), (stop_cb), (main):
10848         * examples/seeking/playbin.c:
10849         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
10850         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
10851         (make_sid_pipeline), (make_vorbis_pipeline),
10852         (make_theora_pipeline), (make_vorbis_theora_pipeline),
10853         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
10854         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
10855         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
10856         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
10857         (stop_cb), (main):
10858         * examples/seeking/spider_seek.c:
10859         * examples/seeking/vorbisfile.c:
10860         * ext/gnomevfs/Makefile.am:
10861         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10862         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
10863         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
10864         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
10865         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
10866         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
10867         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
10868         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
10869         * ext/ogg/README:
10870         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
10871         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
10872         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
10873         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
10874         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
10875         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
10876         (gst_ogg_pad_event), (gst_ogg_pad_reset),
10877         (gst_ogg_demux_factory_filter), (compare_ranks),
10878         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
10879         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
10880         (gst_ogg_chain_new), (gst_ogg_chain_free),
10881         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
10882         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
10883         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
10884         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
10885         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
10886         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10887         (gst_ogg_demux_get_prev_page),
10888         (gst_ogg_demux_deactivate_current_chain),
10889         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
10890         (gst_ogg_demux_bisect_forward_serialno),
10891         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10892         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
10893         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
10894         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
10895         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
10896         (gst_ogg_demux_change_state), (gst_ogg_print):
10897         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10898         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
10899         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
10900         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
10901         (gst_ogg_mux_loop):
10902         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10903         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
10904         (theora_dec_src_convert), (theora_dec_sink_convert),
10905         (theora_dec_src_query), (theora_dec_src_event),
10906         (theora_dec_sink_event), (theora_dec_chain),
10907         (theora_dec_change_state):
10908         * ext/theora/theoraenc.c: (gst_theora_enc_init),
10909         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
10910         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
10911         (theora_enc_change_state):
10912         * ext/vorbis/Makefile.am:
10913         * ext/vorbis/oggvorbisenc.c:
10914         * ext/vorbis/oggvorbisenc.h:
10915         * ext/vorbis/vorbis.c: (plugin_init):
10916         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
10917         (vorbis_dec_src_query), (vorbis_dec_src_event),
10918         (vorbis_dec_sink_event), (vorbis_dec_chain),
10919         (vorbis_dec_change_state):
10920         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
10921         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
10922         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
10923         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
10924         (gst_vorbisenc_change_state):
10925         * ext/vorbis/vorbisenc.h:
10926         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
10927         * gst-libs/gst/audio/audioclock.c:
10928         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
10929         (gst_audiofilter_init), (gst_audiofilter_chain):
10930         * gst-libs/gst/audio/testchannels.c: (main):
10931         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
10932         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
10933         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
10934         (gmip_find_track_streaminfo), (gmip_find_track_format):
10935         * gst-libs/gst/media-info/media-info.c:
10936         (gst_media_info_read_idler):
10937         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
10938         (gst_play_get_all_by_interface):
10939         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
10940         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
10941         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10942         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
10943         (gst_riff_parse_info):
10944         * gst-libs/gst/riff/riff-read.h:
10945         * gst-libs/gst/riff/riff.c: (plugin_init):
10946         * gst-libs/gst/video/Makefile.am:
10947         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
10948         (gst_videosink_class_init), (gst_videosink_get_type):
10949         * gst-libs/gst/video/videosink.h:
10950         * gst/audioconvert/bufferframesconvert.c:
10951         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
10952         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
10953         * gst/audioconvert/channelmixtest.c: (main):
10954         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
10955         (gst_audio_convert_chain),
10956         (gst_audio_convert_caps_remove_format_info),
10957         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
10958         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
10959         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
10960         (gst_audio_convert_buffer_to_default_format),
10961         (gst_audio_convert_buffer_from_default_format),
10962         (gst_audio_convert_channels):
10963         * gst/audioconvert/gstchannelmix.h:
10964         * gst/ffmpegcolorspace/avcodec.h:
10965         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10966         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
10967         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
10968         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
10969         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
10970         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
10971         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
10972         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10973         (mpeg_video_type_find), (mpeg_video_stream_type_find),
10974         (dv_type_find):
10975         * gst/videotestsrc/gstvideotestsrc.c:
10976         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
10977         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
10978         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
10979         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
10980         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
10981         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
10982         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
10983         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10984         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
10985         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
10986         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
10987         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
10988         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
10989         (gst_xvimagesink_navigation_send_event),
10990         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
10991         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
10992         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10993         * sys/xvimage/xvimagesink.h:
10994         Plugin port to 0.9, ogg/theora playback should work in the seek
10995         example now.
10996         Removed old examples.
10997         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
10998         explained in 0.9 TODO doc.
10999
11000
11001 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11002
11003         * autogen.sh:
11004         * configure.ac:
11005         * ext/Makefile.am:
11006         * gst/Makefile.am:
11007         * po/POTFILES.in:
11008         * po/af.po:
11009         * po/az.po:
11010         * po/cs.po:
11011         * po/en_GB.po:
11012         * po/hu.po:
11013         * po/it.po:
11014         * po/nb.po:
11015         * po/nl.po:
11016         * po/or.po:
11017         * po/sq.po:
11018         * po/sr.po:
11019         * po/sv.po:
11020         * po/uk.po:
11021         * po/vi.po:
11022         * sys/Makefile.am:
11023         * testsuite/Makefile.am:
11024           remove a whole bunch of plugins.  This module now contains a set
11025           of free reference plugins/elements as agreed.
11026
11027 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11028
11029         * configure.ac:
11030           hunting season on 0.9 is now OPEN
11031
11032 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11033
11034         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
11035           Kick the hell out of gcc for not warning me about a symbol conflict.
11036
11037 2005-02-22  Luca Ognibene  <luogni@tin.it>
11038
11039         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
11040
11041         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
11042           Don't leak caps string (fixes #168134)
11043
11044         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
11045         (gst_jpegenc_init), (gst_jpegenc_finalize),
11046         (gst_jpegenc_change_state):
11047           Don't leak line buffers and context struct (fixes #168133).
11048
11049 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
11050
11051         * configure.ac:
11052         * ext/dirac/gstdiracdec.cc:
11053         (gst_diracdec_chain):
11054           Since dirac 0.5.0 the framerate in dirac is expressed as a
11055           rational number. Fix build and up requirement to 0.5.0, and
11056           also pass parameters to gst_diracdec_link in the right order
11057           (fixes #167959).
11058
11059 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
11060
11061         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
11062         * ext/faad/gstfaad.h:
11063         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
11064         certain invalid muxed streams, where some packets will contain 
11065         junk after decoder data. Partially fixes #149158.
11066
11067 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
11068         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
11069           Make sure we only write to writable buffers
11070
11071 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
11072
11073         * gst-libs/gst/riff/riff-media.c:
11074         (gst_riff_create_audio_caps_with_data):
11075           Do actually fix invalid RIFF fmt header values for alaw
11076           and mulaw audio instead of just saying so.
11077
11078         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
11079           Give gst_riff_create_audio_caps_with_data() a chance to
11080           fix up broken format header fields before extracting any
11081           parameters from the header. (fixes #167633)
11082
11083 2005-02-19  Martin Holters  <martin.holters@gmx.de>
11084
11085         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
11086
11087         * gst/audioconvert/bufferframesconvert.c:
11088         (buffer_frames_convert_link):
11089           Don't leak othercaps. (fixes #167878)
11090
11091 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
11092
11093         * configure.ac:
11094         * ext/libvisual/visual.c: (gst_visual_srclink),
11095         (gst_visual_change_state):
11096           Support libvisual 0.2.0.
11097
11098 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
11099
11100         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
11101         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
11102           Use same rowstrides for I420 as used everywhere else.
11103
11104 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
11105
11106         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11107           Declare variables at beginning of block and make gcc-2.95 happy
11108           (fixes # 167482, patch by Gergely Nagy).
11109           
11110         * gst/tcp/gsttcpclientsrc.c:
11111         * gst/tcp/gsttcpclientsrc.h:
11112           Move some includes into the header, so that struct sockaddr_in is
11113           defined when it should be defined on FreeBSD as well (fixes
11114           #167483).
11115           
11116         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
11117           Don't pass uninitialised values to setsockopt() here either.
11118
11119 2005-02-17  Luca Ognibene  <luogni at tin dot it>
11120
11121         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
11122
11123         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
11124           Don't pass uninitialised values to setsockopt(). (fixes #167704)
11125
11126 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11127
11128         * gst/playback/gstplaybin.c: (add_sink):
11129           Invert bin_add/link order to workaround deadlock in opt.
11130
11131 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11132
11133         * gst/modplug/gstmodplug.cc:
11134           Add missing break causing position queries to fail.
11135
11136 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11137
11138         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
11139           Granpos can apparently be -1, which screws up calculations...
11140
11141 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
11142
11143         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
11144         (gst_ximagesink_send_pending_navigation),
11145         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
11146         (gst_ximagesink_init):
11147         * sys/ximage/ximagesink.h:
11148         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
11149         (gst_xvimagesink_send_pending_navigation),
11150         (gst_xvimagesink_navigation_send_event),
11151         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
11152         * sys/xvimage/xvimagesink.h:
11153           Use a mutex protected list to marshal navigation
11154           events into the stream thread from whichever thread
11155           sends them.
11156
11157 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
11158
11159         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
11160           Display current position and track length; misc. clean-ups.
11161           
11162         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
11163         (speed_init), (speed_chain):
11164           Add query function, so that the stream length and current position
11165           get adjusted when queried (note that current position queries may
11166           still be wrong if the audio sink returns values based on buffer
11167           timestamps instead of passing on the query).
11168
11169 2005-02-13  Benjamin Otte  <otte@gnome.org>
11170
11171         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
11172         (gst_audio_convert_channels):
11173           create channel conversion matrix when linking
11174         * gst/audioconvert/.cvsignore:
11175         * gst/audioconvert/Makefile.am:
11176         * gst/audioconvert/channelmixtest.c: (main):
11177           add (ugly) test that ensures stereo <=> mono conversion works
11178           correctly
11179
11180 2005-02-13  Benjamin Otte  <otte@gnome.org>
11181
11182         * gst/audioconvert/gstchannelmix.h:
11183           include missing header file
11184         * gst/audioconvert/gstchannelmix.c:
11185         (gst_audio_convert_fill_compatible):
11186           use same sign for both channels when converting to/from compatible
11187           channel. Previously used different signs made the signals cancel
11188           each other out and appear like silence. (fixes #167269)
11189
11190 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
11191
11192         * gst/ffmpegcolorspace/avcodec.h:
11193         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11194         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11195         (gst_ffmpegcsp_avpicture_fill):
11196         * gst/ffmpegcolorspace/imgconvert.c:
11197           Convert to and from YV12 (fixes #156379).
11198
11199 2005-02-12  Julien MOUTTE  <julien@moutte.net>
11200
11201         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11202         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
11203         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
11204         (gst_ximagesink_expose), (gst_ximagesink_set_property),
11205         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
11206         methods from chain and negotiation and vice versa (Fixes #166142).
11207         * sys/ximage/ximagesink.h: Add stream_lock.
11208         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
11209         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
11210         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
11211         (gst_xvimagesink_expose): Check for xcontext before trying to link.
11212
11213 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
11214
11215         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
11216           Don't send "Hey! You gave me a NULL pointer you naughty person" as
11217           error message when we can't open the DVD device (when dvdnav_open()
11218           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
11219           the above). Send something more useful instead (fixes #167117).
11220
11221 2005-02-11  Julien MOUTTE  <julien@moutte.net>
11222
11223         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
11224         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
11225         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
11226         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
11227         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
11228         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
11229         methods from chain and negotiation and vice versa (Fixes #166142).
11230         Fix a possible bug of images in the buffer pool being discarded because
11231         we are looking at the wrong geometry.
11232         * sys/xvimage/xvimagesink.h: Add stream_lock.
11233
11234 2005-02-11  David Schleef  <ds@schleef.org>
11235
11236         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
11237         unsigned int. (fixes #167128)
11238
11239 2005-02-11  David Schleef  <ds@schleef.org>
11240
11241         * gst/librfb/Makefile.am: Testing stuff before committing is
11242           for wimps... and people with fast machines.  Fix stupid
11243           mistake.
11244
11245 2005-02-11  David Schleef  <ds@schleef.org>
11246
11247         * configure.ac: Pull in librfb from my CVS tree, because it is
11248           too small and annoying to be separate.  Move rfbsrc plugin
11249           to gst/.
11250         * ext/Makefile.am:
11251         * ext/librfb/Makefile.am:
11252         * ext/librfb/gstrfbsrc.c:
11253         * gst/librfb/Makefile.am:
11254         * gst/librfb/gstrfbsrc.c:
11255         * gst/librfb/rfb.c:
11256         * gst/librfb/rfb.h:
11257         * gst/librfb/rfbbuffer.c:
11258         * gst/librfb/rfbbuffer.h:
11259         * gst/librfb/rfbbytestream.c:
11260         * gst/librfb/rfbbytestream.h:
11261         * gst/librfb/rfbcontext.h:
11262         * gst/librfb/rfbdecoder.c:
11263         * gst/librfb/rfbdecoder.h:
11264         * gst/librfb/rfbutil.h:
11265
11266 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
11267
11268         * gst/speed/Makefile.am:
11269         * gst/speed/demo-mp3.c: (main):
11270         * gst/speed/filter.func:
11271         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
11272         (speed_class_init), (speed_init), (speed_chain_int16),
11273         (speed_chain_float32), (speed_chain), (speed_set_property),
11274         (speed_get_property), (speed_change_state):
11275         * gst/speed/gstspeed.h:
11276           Fix speed element and make it chain-based (fixes #156467),
11277           and make it handle more than one channel.
11278
11279 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
11280
11281         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
11282         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
11283         (gst_dtsdec_chain), (gst_dtsdec_change_state):
11284         * ext/dts/gstdtsdec.h:
11285           Don't clobber the stack constructing the channels array.
11286           Make the element chain-based. DTS tracks can now be played.
11287           
11288 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
11289
11290         * gst-libs/gst/audio/multichannel.h:
11291         * gst-libs/gst/gconf/gconf.h:
11292         * gst-libs/gst/idct/idct.h:
11293         * gst-libs/gst/media-info/media-info-priv.h:
11294         * gst-libs/gst/play/play.h:
11295         * gst-libs/gst/resample/private.h:
11296         * gst-libs/gst/resample/resample.h:
11297         * gst-libs/gst/riff/riff-ids.h:
11298         * gst-libs/gst/video/video.h:
11299         * gst-libs/gst/video/videosink.h:
11300           Add G_BEGIN_DECLS and G_END_DECLS around headers where
11301           missing, so that they work when included from C++ code.
11302
11303 2005-02-09  David Schleef  <ds@schleef.org>
11304
11305         * testsuite/gst-lint: Check for non-statically scoped
11306           parent_class variables.  This won't be a problem once
11307           plugins are loaded with RTLD_LOCAL.
11308
11309 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11310
11311         * ext/mplex/gstmplexibitstream.cc:
11312           gcc madness.
11313
11314 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11315
11316         * ext/ogg/gstogmparse.c:
11317         * gst/debug/gstnavigationtest.c:
11318           Die, thou faulty symbol pollutors (non-static parent_class).
11319
11320 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11321
11322         * ext/mplex/gstmplexibitstream.cc:
11323           Fix event handling (#165525).
11324
11325 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11326
11327         * ext/mikmod/gstmikmod.c:
11328         * gst/modplug/gstmodplug.cc:
11329           Add missing endianness to template (fixes #165509).
11330
11331 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11332
11333         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
11334           Fix wrong order of reading of optional bytes (#165290).
11335
11336 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11337
11338         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11339           Implement FILLER event awareness.
11340
11341 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11342
11343         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
11344           Fix track calculations (#166208).
11345
11346 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
11347
11348         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11349
11350         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
11351         * ext/libpng/gstpngenc.c:
11352           Fix byte-order, use proper fixed caps. Fixes #164197.
11353
11354 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11355
11356         * configure.ac:
11357           Add dvdlpcmdec 
11358
11359         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
11360         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
11361           Don't push buffers if the src pad isn't negotiated yet.
11362           
11363         * gst/audioconvert/gstaudioconvert.c:
11364         (gst_audio_convert_buffer_to_default_format),
11365         (gst_audio_convert_buffer_from_default_format):
11366           Add support for 24-bit width.
11367
11368         * gst/dvdlpcmdec/.cvsignore:
11369         * gst/dvdlpcmdec/Makefile.am:
11370         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
11371         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
11372         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
11373         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
11374         (plugin_init):
11375         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
11376           New decoder for rearranging DVD LPCM into our audio/x-raw-int
11377           format. Needs support for the channels maps if someone can find 
11378           a DVD LPCM track with > 2 channels.
11379
11380         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
11381         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
11382         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
11383         * gst/mpegstream/gstdvddemux.h:
11384         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
11385         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
11386         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
11387         * gst/mpegstream/gstmpegdemux.h:
11388         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
11389         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
11390         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
11391         (gst_mpeg_parse_handle_src_query),
11392         (gst_mpeg_parse_handle_src_event):
11393           Use audio/x-dvd-lpcm for LPCM output.
11394           Add DTS output.
11395
11396 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
11397
11398         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11399
11400         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
11401         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
11402           Add BGRA handling (#165736).
11403
11404 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
11405
11406         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11407
11408         * gst/law/alaw-decode.c: (alawdec_link):
11409         * gst/law/alaw-encode.c: (alawenc_link):
11410         * gst/law/mulaw-decode.c: (mulawdec_link):
11411         * gst/law/mulaw-encode.c: (mulawenc_link):
11412           Fix caps memleaks (#166600).
11413
11414 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
11415
11416         * ext/tarkin/mem.h:
11417         * ext/tarkin/wavelet.h:
11418         * ext/tarkin/yuv.h:
11419         * gst/ffmpegcolorspace/avcodec.h:
11420           Include "_stdint.h" instead of <stdint.h>. Fixes build on
11421           systems that don't have stdint.h, like Solaris9 (fixes #166631).
11422
11423 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11424
11425         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
11426         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
11427         (gst_xvimagesink_change_state):
11428           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
11429           Xv video (and thereby regenerate Xv colourkey) in clear() so
11430           that PLAY -> READY -> PLAY works (fixes #162504).
11431
11432 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11433
11434         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
11435           Switch to list instead of range, since MJPEG-devices really just
11436           support decimations, not any size.
11437
11438 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11439         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
11440         (gst_mpeg2dec_reset), (free_all_buffers),
11441         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
11442         * ext/mpeg2dec/gstmpeg2dec.h:
11443           The libmpeg2 user-allocated buffer management is awkward, 
11444           to say the least. Hopefully this fixes things.
11445
11446 2005-02-04  Andy Wingo  <wingo@pobox.com>
11447
11448         * gst/audioconvert/bufferframesconvert.c
11449         (buffer_frames_convert_fixate): New function, fixates to 256
11450         frames per buffer by default. (Much better than 1.)
11451         (buffer_frames_convert_init): Set the fixate function for both src
11452         and sink pad.
11453         (buffer_frames_convert_link): After success setting nonfixed caps,
11454         get the negotiated caps so we can know how many buffer-frames it
11455         will be. No idea how this worked at all before.
11456
11457 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11458
11459         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
11460         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
11461         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
11462         (handle_sequence), (handle_picture):
11463         * ext/mpeg2dec/gstmpeg2dec.h:
11464           Rearrange buffer tracking and refcounting and refactor
11465           a little for readability. 
11466
11467 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
11468         * sys/v4l/gstv4l.c: (plugin_init):
11469         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
11470         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
11471         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
11472         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
11473         * sys/v4l/gstv4ljpegsrc.h:
11474         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
11475         * sys/v4l/v4l_calls.h:
11476         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
11477         (gst_v4lsrc_get_fps):
11478         * sys/v4l/v4lsrc_calls.h:
11479           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
11480           you jpeg inside rgb frames" driver.
11481           Don't error in the v4lsrc link function, just return 
11482           REFUSED.
11483
11484 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11485
11486         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
11487         (gst_qcamsrc_open):
11488           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
11489
11490 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11491
11492         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
11493           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
11494
11495 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11496
11497         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
11498           Reset negotiated state on PAUSED->READY.
11499
11500 2005-02-02  David Schleef  <ds@schleef.org>
11501
11502         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
11503         whereever possible.  (Fixes #165997)
11504         * examples/capsfilter/capsfilter1.c: (main):
11505         * examples/dynparams/filter.c: (create_ui):
11506         * examples/seeking/cdparanoia.c: (get_track_info), (main):
11507         * examples/seeking/chained.c: (main):
11508         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
11509         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
11510         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
11511         (make_mpeg_pipeline), (make_mpegnt_pipeline):
11512         * examples/seeking/spider_seek.c: (make_spider_pipeline):
11513         * examples/switch/switcher.c: (main):
11514         * ext/dv/demo-play.c: (main):
11515         * ext/faad/gstfaad.c: (gst_faad_change_state):
11516         * ext/mad/gstmad.c: (gst_mad_chain):
11517         * ext/smoothwave/demo-osssrc.c: (main):
11518         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
11519         (gst_gconf_render_bin_from_description),
11520         (gst_gconf_get_default_audio_sink),
11521         (gst_gconf_get_default_video_sink),
11522         (gst_gconf_get_default_audio_src),
11523         (gst_gconf_get_default_video_src),
11524         (gst_gconf_get_default_visualization_element):
11525         * gst/level/demo.c: (main):
11526         * gst/level/plot.c: (main):
11527         * gst/playback/gstplaybin.c: (gen_video_element),
11528         (gen_audio_element):
11529         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
11530         * gst/playondemand/demo-mp3.c: (setup_pipeline):
11531         * gst/sine/demo-dparams.c: (main):
11532         * gst/spectrum/demo-osssrc.c: (main):
11533         * gst/speed/demo-mp3.c: (main):
11534         * gst/volume/demo.c: (main):
11535         * testsuite/embed/embed.c: (main):
11536
11537 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
11538
11539         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
11540         (gst_tcpclientsink_finalize):
11541         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
11542         (gst_tcpclientsrc_finalize):
11543         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11544         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
11545         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
11546         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
11547           Don't leak the hostname when shutting down.
11548           In tcpserversrc, take a copy of the default hostname.
11549
11550 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11551
11552         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
11553           Set caps to systemstream=TRUE.
11554
11555 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11556
11557         * testsuite/Makefile.am:
11558           Fix more OSX buildbots.
11559
11560 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
11561
11562         * ext/mpeg2dec/gstmpeg2dec.c:
11563           Don't send things to NULL PAD_PEERs
11564
11565         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
11566           Copy-on-write the incoming buffer.
11567
11568         * gst/mpegstream/gstdvddemux.h:
11569         * gst/mpegstream/gstmpegclock.h:
11570         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
11571         (normal_seek), (gst_mpeg_demux_handle_src_event):
11572         * gst/mpegstream/gstmpegdemux.h:
11573         * gst/mpegstream/gstmpegpacketize.h:
11574         * gst/mpegstream/gstmpegparse.c:
11575         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
11576         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
11577         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
11578         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
11579         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
11580         * gst/mpegstream/gstmpegparse.h:
11581         * gst/mpegstream/gstrfc2250enc.h:
11582           Various changes to the way time is computed that make seeking and
11583           total time estimation much better here.
11584           Use G_BEGIN/END_DECLS instead of __cplusplus
11585
11586         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
11587           Use gst_buffer_stamp instead of only copying the TIMESTAMP
11588
11589 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11590
11591         * gst/subparse/gstsubparse.c:
11592           Fix OSX buildbot.
11593
11594 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
11595
11596         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
11597         (theora_enc_chain), (theora_enc_change_state):
11598         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11599         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
11600         (gst_vorbisenc_change_state):
11601         * ext/vorbis/vorbisenc.h:
11602           Set granulepos and timestamp correctly for streams not
11603           starting at 0, taking into account the initial delay.
11604
11605 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
11606
11607         * gst/mpegstream/gstdvddemux.c:
11608           Add audio/x-dts to audio pad template caps
11609
11610 2005-01-30  David Schleef  <ds@schleef.org>
11611
11612         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
11613         (create_context), (gst_polypsink_link): Fix silly endianness
11614         bug.  Add some debugging.  Remove float from caps; it doesn't
11615         work.  Attempt to get remote audio working.
11616
11617 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11618
11619         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
11620           Add 3IV2 fourcc.
11621
11622 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11623
11624         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
11625         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
11626         (gst_avi_demux_stream_data):
11627         * gst/avi/gstavidemux.h:
11628           Invert DIB images. Fixes #132341.
11629
11630 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11631
11632         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11633         (gst_ffmpegcsp_chain):
11634           D'oh, reference the palette data, not the palette structure.
11635           Fixes color distortion in #132341.
11636
11637 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11638
11639         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
11640           PAR can be non-fixed when not provided as argument (#162626).
11641
11642 2005-01-29  David Moore  <dcm@acm.org>
11643
11644         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11645
11646         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11647         (gst_qtdemux_loop_header):
11648           Re-apply patch from #142272 that allows non-seekable sources,
11649           re-proposed by Daniel Drake <dsd@gentoo.org>.
11650
11651 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11652
11653         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
11654           Use the src template for creating the src pad (#162330).
11655
11656 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11657
11658         * configure.ac:
11659         * ext/musepack/Makefile.am:
11660         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
11661         (gst_musepackdec_init), (gst_musepackdec_dispose),
11662         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
11663         (gst_musepack_stream_init), (gst_musepackdec_loop),
11664         (gst_musepackdec_change_state):
11665         * ext/musepack/gstmusepackdec.cpp:
11666         * ext/musepack/gstmusepackdec.h:
11667         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
11668         (gst_musepack_reader_read), (gst_musepack_reader_seek),
11669         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
11670         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
11671         * ext/musepack/gstmusepackreader.cpp:
11672         * ext/musepack/gstmusepackreader.h:
11673           Update to 1.1 API (#165446).
11674
11675 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11676
11677         * ext/Makefile.am:
11678           Unbreak buildbot.
11679
11680 2005-01-28  Andy Wingo  <wingo@pobox.com>
11681
11682         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
11683         to reflect a different dubious internet source. Add a reference
11684         and some commentary.
11685
11686 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11687
11688         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
11689         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
11690         * gst/playback/gststreamselector.h:
11691           Be more selective when we're redoing caps negotiation from
11692           within the chain function on a stream change.
11693
11694 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11695
11696         * configure.ac:
11697         * ext/Makefile.am:
11698         * ext/amrnb/Makefile.am:
11699         * ext/amrnb/amrnb.c: (plugin_init):
11700         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
11701         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
11702         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
11703         (gst_amrnbdec_state_change):
11704         * ext/amrnb/amrnbdec.h:
11705         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
11706         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
11707         (gst_amrnbparse_init), (gst_amrnbparse_formats),
11708         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
11709         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
11710         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
11711         * ext/amrnb/amrnbparse.h:
11712           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
11713         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11714           Add AMR-NB/-WB raw formats.
11715         * ext/alsa/gstalsa.c: (gst_alsa_link):
11716           Keep valid time when changing format.
11717         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11718         (qtdemux_parse_trak):
11719           Add some more format-specific options (#140141, #143555, #155163).
11720
11721 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11722
11723         * gst/matroska/matroska-demux.c:
11724         (gst_matroska_demux_parse_blockgroup):
11725           Fix logic error in timing of subtitle stream synchronization.
11726         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11727           Add skip-chunk, which is found in kodak-camera streams.
11728
11729 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11730
11731         * po/LINGUAS:
11732         * po/vi.po:
11733           Adding Vietnamese translation (submitted by Clytie Siddall)
11734
11735 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11736
11737         * gst/playback/gstdecodebin.c: (try_to_link_1):
11738           Use realpad for signal.
11739
11740 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11741
11742         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
11743           Fix category so decodebin picks it up.
11744
11745 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11746
11747         * ext/mad/Makefile.am:
11748         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
11749         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
11750         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
11751         (found_type), (gst_id3demux_bin_change_state):
11752         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
11753         (gst_id3_tag_init), (gst_id3_tag_handle_event),
11754         (gst_id3_tag_src_link), (gst_id3_tag_chain),
11755         (gst_id3_tag_change_state), (plugin_init):
11756         * ext/mad/gstmad.h:
11757           Add id3demuxbin (which is a simple bin consisting of id3demux
11758           and typefind), take over rank from id3demux, remove typefind
11759           code from id3demux. Makes all broken mp3s that I know of work,
11760           and thereby fixes #152688.
11761
11762 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
11763
11764         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11765
11766         * ext/mad/gstmad.c: (gst_mad_src_event):
11767         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
11768           Allow seeks on audio pad, make mad forward those (#164826).
11769         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
11770           Set duration (#165335).
11771
11772 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11773
11774         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
11775         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
11776         (gst_asf_demux_process_ext_content_desc),
11777         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
11778         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
11779         * gst/asfdemux/gstasfdemux.h:
11780           Improve metadata display, e.g. if the metadata comes before the
11781           streams are loaded (which is perfectly valid).
11782
11783 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11784
11785         * tools/gst-launch-ext-m.m:
11786           Fix AVI/ASF pipelines (#165340).
11787
11788 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
11789         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
11790         build failure on amd64
11791
11792 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
11793
11794         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
11795         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
11796           Check environment variables GST_ID3V2_TAG_ENCODING,
11797           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
11798           list of character encodings to force interpretation of non-unicode
11799           strings stored in an ID3v2 tag to a particular encoding. If none
11800           is specified, try to use current locale's encoding, then fall back
11801           to ISO-8859-1 (which will always succeed). (Resolves #149274)
11802         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
11803         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
11804           Check environment variables GST_ID3V1_TAG_ENCODING,
11805           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
11806           list of character encodings to use in case a string encountered
11807           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
11808           specified, try to use the current locale's encoding, then fall
11809           back to ISO-8859-1 (which will always succeed).
11810
11811 2005-01-25  Benjamin Otte  <otte@gnome.org>
11812
11813         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
11814           - on half framerate, compute the rate in advance so the comparisons
11815             don't compare wrong values
11816           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
11817             behaviour
11818           - don't use mad_header_decode anymore, mad_frame_decode does that
11819             automatically
11820           - when getting rid of consumed bytes, reset the stream's skiplen
11821           (fixes #163867)
11822
11823 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
11824
11825         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
11826           Use 1/2 a second for default max_discont, as PES streams from DVB
11827           seem to have larger spacings in the SCR. 
11828           Fix a typo.
11829
11830 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11831
11832         * gst/playback/gstplaybasebin.c: (group_commit):
11833           Notify delayed stream-info availability.
11834
11835 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
11836         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
11837         (gst_a52dec_handle_event), (gst_a52dec_chain):
11838         Add some debug output. Check that a discont has a valid
11839         time associated.
11840         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
11841         (gst_alsa_sink_loop):
11842         Ignore TAG events. A little extra debug for broken timestamps.
11843         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
11844         (dvdnavsrc_change_state):
11845         Ensure we send a discont to engage the link before we send any
11846         other events.
11847         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
11848         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
11849         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
11850         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
11851         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
11852         dvd://title works in totem because typefinding sends a seek that ends
11853         up going back to chapter 1 regardless.
11854         * ext/mpeg2dec/gstmpeg2dec.c:
11855         * ext/mpeg2dec/gstmpeg2dec.h:
11856         Output correct timestamps and handle disconts.
11857         * ext/ogg/gstoggdemux.c: (get_relative):
11858         Small guard against a null dereference.
11859         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
11860         (gst_textoverlay_set_property):
11861         Free memory when done. Don't call gst_event_filler_get_duration on
11862         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
11863         g_warning.
11864         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
11865         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
11866         (gst_sw_srclink), (gst_smoothwave_chain):
11867         Draw solid lines, prettier colours.
11868         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
11869         Add a default palette that'll work for some movies.
11870         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
11871         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
11872         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
11873         * gst/mpegstream/gstdvddemux.h:
11874         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
11875         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
11876         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
11877         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
11878         * gst/mpegstream/gstmpegparse.h:
11879         Use PTM/NAV events when for timestamp adjustment when connected to 
11880         dvdnavsrc. Don't use many discont events where one suffices.
11881         * gst/playback/gstplaybasebin.c: (group_destroy),
11882         (gen_preroll_element), (gst_play_base_bin_add_element):
11883         * gst/playback/gstplaybasebin.h:
11884         Make sure we remove subtitles from the same bin we put them in.
11885         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
11886         (gst_subparse_buffer_format_autodetect),
11887         (gst_subparse_change_state):
11888         Fix some memleaks and invalid accesses.
11889         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
11890         (oggskel_type_find), (cmml_type_find), (plugin_init):
11891         Some typefind functions for Annodex v3.0 files
11892         * gst/wavparse/gstwavparse.h:
11893         GstRiffReadClass is the correct parent class.
11894
11895 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11896
11897         * gst-libs/gst/riff/riff-media.c:
11898         (gst_riff_create_video_caps_with_data):
11899           Add extradata to huffyuv (fixes #165013).
11900         * gst-libs/gst/riff/riff-read.c:
11901         (gst_riff_read_strf_vids_with_data):
11902           Fix extradata extraction if it is in the chunk size.
11903
11904 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
11905
11906         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11907
11908         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
11909         (gst_quarktv_change_state), (gst_quarktv_dispose):
11910           Memory free'ing location fix (#164708).
11911
11912 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11913
11914         * gst/playback/gstplaybasebin.c: (group_commit),
11915         (gen_preroll_element), (probe_triggered), (gen_source_element),
11916         (setup_source), (gst_play_base_bin_change_state),
11917         (gst_play_base_bin_add_element):
11918           Don't block for streams.
11919         * gst/playback/gststreaminfo.c: (stream_info_change_state),
11920         (gst_stream_info_set_mute):
11921           Use gst_pad_set_active_recursive.
11922
11923 2005-01-25  Andy Wingo  <wingo@pobox.com>
11924
11925         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
11926         for #ifndef HAVE_XVIDEO.
11927
11928 2005-01-24  Jeffrey C. Ollie
11929
11930         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
11931
11932         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
11933         * ext/gsm/gstgsmdec.h:
11934         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
11935         * ext/gsm/gstgsmenc.h:
11936         Fix rate to 8kHz as per spec, removes obscure errors when no rate
11937         was given by property. Add proper buffer timestamps and offsets.
11938
11939 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11940
11941         * gst-libs/gst/riff/riff-media.c:
11942         (gst_riff_create_audio_caps_with_data):
11943           Audio can be <8000Hz.
11944
11945 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11946
11947         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11948           Explicit state change to workaround refcount bugs.
11949
11950 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11951
11952         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
11953         (gst_avimux_riff_get_avi_header):
11954           Fix...
11955
11956 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11957
11958         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
11959         (gst_riff_read_element_data):
11960         * gst-libs/gst/riff/riff-read.h:
11961           Add _peek version (req'ed in CDXA).
11962         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
11963         (gst_cdxaparse_loop):
11964           Fix parsing in playbin.
11965         * gst/playback/gstdecodebin.c: (close_pad_link):
11966           Ignore current_ pads, they cause major annoyance.
11967
11968 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11969
11970         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11971           Safety guard.
11972
11973 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11974
11975         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
11976           Fix padding...
11977
11978 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11979
11980         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
11981           Allow for 0-sized buffers. Fixes length query problems in
11982           starwars.mkv from the testsuite.
11983
11984 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
11985
11986         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
11987         (gst_video_box_i420), (gst_video_box_chain):
11988           Fix row strides for I420 (fixes #163159)
11989           
11990 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11991
11992         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
11993           MPEG2 has a useful rate property, so we can actually use that.
11994           For MPEG-1, continue using the bytes/time properties.
11995
11996 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11997
11998         * gst-libs/gst/riff/riff-media.c:
11999         (gst_riff_create_video_caps_with_data),
12000         (gst_riff_create_video_template_caps):
12001           Add intel-h263.
12002
12003 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12004
12005         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
12006           Fail if caps negotiation fails. Should fix #162184, and should
12007           definately be in there regardless of it fixing the actual bug.
12008         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
12009         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
12010         (gst_avimux_riff_get_avix_header),
12011         (gst_avimux_riff_get_video_header),
12012         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
12013         (gst_avimux_start_file), (gst_avimux_handle_event),
12014         (gst_avimux_change_state):
12015         * gst/avi/gstavimux.h:
12016           Refactor structure writing to use GST_WRITE_UINT macros, add
12017           metadata writing support.
12018
12019 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12020
12021         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12022           Elements may already be destroyed when this function is called.
12023
12024 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12025
12026         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
12027         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
12028           More memory leak fixes (#149162).
12029
12030 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12031
12032         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
12033         (gst_qtdemux_add_stream):
12034           Fix two memleaks.
12035
12036 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12037
12038         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
12039           Argh...
12040
12041 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12042
12043         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
12044           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
12045           when fixating to six channels in Totem.
12046
12047 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
12048
12049         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
12050           Fix compile warnings on Solaris 10 buildbot
12051
12052 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
12053
12054         * ext/dvdread/dvdreadsrc.c: (_read):
12055           Don't read beyond the last cell in a chapter (fixes 
12056           invalid memory access)
12057
12058 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
12059
12060         * ext/dvdread/stream_labels.c:
12061         (dvdreadsrc_get_audio_stream_labels):
12062           Use NULL for an empty GList instead of g_list_alloc(); fix 
12063           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
12064           of GString (easier to bulk free later)
12065
12066 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
12067
12068         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12069
12070         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12071         (gst_ffmpeg_pixfmt_to_caps):
12072           Fix BGRA32 caps (#164209).
12073
12074 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
12075
12076         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12077
12078         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12079         (gst_ffmpeg_caps_to_pixfmt):
12080           alpha_mask can be RGBA/ABGR. Fixes #164265.
12081
12082 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
12083
12084         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12085
12086         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
12087         (gst_mpeg2dec_alloc_buffer):
12088         * ext/mpeg2dec/gstmpeg2dec.h:
12089           Crop if decoding size is not the actual image size (#163676).
12090
12091 2005-01-17  Steve Baker  <steve@stevebaker.org>
12092
12093         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12094
12095         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
12096         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
12097           Add libsndfile typefind functions (#163309).
12098
12099 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12100
12101         * tools/gst-launch-ext-m.m:
12102           Add .aac, fix .m1v/.m2v (#163891).
12103
12104 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12105
12106         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
12107           Sanity check, don't wait endlessly since the clock might not
12108           actually run at this point (which is a deadlock). Fixes #164069.
12109
12110 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12111
12112         * gst/playback/gstplaybasebin.c: (probe_triggered):
12113           Of course, only pause if group is done...
12114
12115 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12116
12117         * gst/playback/gstplaybasebin.c: (probe_triggered):
12118           Thread safety.
12119
12120 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
12121
12122         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
12123           Don't return state change success when the parent
12124           failed.
12125
12126 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12127
12128         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
12129           Free events (fix memleak in #162905).
12130
12131 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
12132
12133         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12134
12135         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12136         (gst_ffmpeg_caps_to_pixfmt):
12137           Fix for depth = 15. Fixes #161675.
12138
12139 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12140
12141         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
12142           Set FPS correctly, even for webcams and the like.
12143         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
12144           Don error on setting while capturing.
12145
12146 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12147
12148         * ext/dv/gstdvdec.c:
12149         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
12150         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
12151           I'm a bad boy. using /1001. to force C to do float division
12152           and not integer division (as it did in my last commit)
12153           Thanks to David I. Lehn for pointing this mistake.
12154
12155 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12156
12157         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
12158           Revert Johan??s 1.35->1.36 since it breaks compat.
12159
12160 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12161
12162         * ext/dv/gstdvdec.c:
12163         * ext/libfame/gstlibfame.c:
12164         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
12165         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
12166           replace framerate aproximations by their real value
12167           (24000/1001, 30000/1001, 60000/1001)
12168           Finish fixing bug #164049
12169
12170 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12171
12172         * ext/ogg/gstoggmux.c:
12173           eos/bos debugging
12174         * gst/tcp/gstmultifdsink.c:
12175         * gst/tcp/gstmultifdsink.h:
12176         * gst/tcp/gsttcp.c:
12177         * gst/tcp/gsttcp.h:
12178         * gst/tcp/gsttcpclientsink.c:
12179         * gst/tcp/gsttcpclientsrc.c:
12180         * gst/tcp/gsttcpserversink.c:
12181         * gst/tcp/gsttcpserversrc.c:
12182           improve reusability of elements after state changes and errors
12183           make multifdsink throw away streamheaders when receiving new ones
12184
12185 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12186
12187         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
12188           Fix for if items are already in list...
12189
12190 2005-01-12  Benjamin Otte  <otte@gnome.org>
12191
12192         * gst/adder/gstadder.c: (gst_adder_loop):
12193           fix adder a bit so it doesn't screw up with events as much anymore
12194
12195 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
12196
12197         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
12198         (pixbufscale_scale), (gst_pixbufscale_chain):
12199         * ext/gdk_pixbuf/pixbufscale.h:
12200           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
12201           to ensure rowstrides are calculated the same way as 
12202           ffmpegcolorspace
12203           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
12204           that we pick up duration and offset also.
12205
12206 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12207
12208         * gst/avi/gstavimux.c: (gst_avimux_class_init),
12209         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
12210           Reusability fixes.
12211
12212 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12213
12214         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
12215         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
12216         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
12217         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
12218           Update flags when requested.
12219
12220 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12221
12222         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
12223           Fix dmix.
12224
12225 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12226
12227         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12228         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
12229         (probe_triggered), (new_decoded_pad), (gen_source_element),
12230         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
12231         * gst/playback/gstplaybasebin.h:
12232         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12233         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
12234         (gst_play_bin_change_state):
12235           Implement group-switch signal for use in apps to clear metadata
12236           cache, clean up subtitle, add suburi property instead of # hack,
12237           some error-out fixes.
12238
12239 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12240
12241         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12242           Debug.
12243         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
12244           If we got a state change in the _get handler, don't return success.
12245
12246 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12247
12248         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
12249         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
12250           Make jpegdec quiet on MJPEG decoding
12251         * gst/asfdemux/README:
12252           Fix mimetypes for MJPEG and H263
12253
12254 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12255
12256         * ext/theora/theoradec.c: (theora_dec_chain):
12257           Fix broken code generation by gcc by swapping arguments.
12258         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12259           Fix \n in debug.
12260
12261 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12262
12263         * TODO:
12264           delete this file, it is by far outdated
12265         * ext/alsa/gstalsa.1: remove
12266         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
12267         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
12268         (gst_alsa_get_caps):
12269           Add HW probing for supported sample rates. Fixes #161704
12270
12271 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12272
12273         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
12274           Don't crash, biatch! :).
12275
12276 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12277
12278         * ext/musepack/gstmusepackreader.cpp:
12279         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
12280           Some work on tags - still doesn't work in playbin...
12281         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
12282           Handle events...
12283
12284 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12285
12286         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
12287           Also shove tags on kid pads.
12288
12289 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12290
12291         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
12292           Don't bail on unknown events.
12293         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
12294           Don't crash on events before negotiation.
12295         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
12296           Send tags on pads, too.
12297         * gst/playback/gststreamselector.c:
12298         (gst_stream_selector_request_new_pad):
12299           Forward events on first pad if no input was selected yet.
12300
12301 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12302
12303         * gst/playback/gstplaybasebin.c: (setup_substreams):
12304           Don't disable streamtype if the stream doesn't exist, since
12305           then playing a video after audio will disable both and nothing
12306           will happen. Fixes the testsuite.
12307
12308 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12309
12310         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
12311         (gst_v4l_xoverlay_set_xwindow_id):
12312         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
12313         (gst_v4l2_xoverlay_set_xwindow_id):
12314           Add debug categories, fix overlay disabling.
12315
12316 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12317
12318         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
12319         * ext/alsa/gstalsa.h:
12320           Add HW probing for period_count/size and buffer_size MIX/MAX
12321           Adjust default/user defined value if out of bounds
12322           Should fix bug #162024
12323
12324 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12325
12326         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
12327           Fix warning (#161191).
12328
12329 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12330
12331         * ext/dvdread/stream_labels.c:
12332         (dvdreadsrc_get_audio_stream_labels):
12333           Fix warning (init the good variable in switch default)
12334
12335 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
12336
12337         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12338
12339         * gst/tta/gstttaparse.c: (gst_tta_src_event):
12340           Fix gcc-2.95 compile (#163485).
12341
12342 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12343
12344         * configure.ac:
12345         * ext/flac/gstflacenc.c: (gst_flacenc_init),
12346         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
12347         (gst_flacenc_tell_callback), (gst_flacenc_chain),
12348         (gst_flacenc_change_state):
12349         * ext/flac/gstflacenc.h:
12350           Update for API change in flac-1.1.1. Update requirement in
12351           configure.ac. Fixes #162974.
12352
12353 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12354
12355         * gst/playback/gstplaybasebin.c: (group_destroy):
12356           Remove hack to get rid of assert and get rid of unlinked
12357           signals properly.
12358
12359 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12360
12361         * gst/playback/gstplaybasebin.c: (setup_source):
12362           Set source to NULL so that resources are free'ed. Fixes issues
12363           with playback of CDDA and similar device-accessing things.
12364
12365 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12366
12367         * testsuite/embed/Makefile.am:
12368           test->noinst, fix make test in buildbot.
12369
12370 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12371
12372         * ext/dvdread/stream_labels.c: new file
12373         * ext/dvdread/stream_labels.h: new file
12374         * ext/dvdread/Makefile.am:
12375         * ext/dvdread/dvdreadsrc.c: (_seek_title):
12376           Extract audio stream label from DVD IFO files.
12377           It only dump them on the console for now, still have to
12378           make playbin aware of them.
12379
12380 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12381
12382         * gst/playback/gstplaybasebin.c: (setup_source):
12383           Fix hanging subs.
12384
12385 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12386
12387         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12388         (gen_preroll_element), (remove_groups), (setup_subtitle),
12389         (gen_source_element), (setup_source):
12390         * gst/playback/gstplaybasebin.h:
12391           Multiple .sub files is just a stupid idea... Fix some threading
12392           mistakes. Interestingly, external .sub files cause playbin to
12393           hang, I don't know why... Parsing fixes contributed by Fran??ois
12394           Kooman <fkooman@tuxed.net>.
12395
12396 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12397
12398         * testsuite/embed/Makefile.am:
12399           Fix buildbot.
12400
12401 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
12402
12403         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12404
12405         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12406         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12407         (gst_pngenc_set_property):
12408         * ext/libpng/gstpngenc.h:
12409           Add compression level property (#163323).
12410
12411 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12412
12413         * configure.ac:
12414         * examples/capsfilter/capsfilter1.c: (main):
12415         * examples/seeking/spider_seek.c: (make_spider_pipeline):
12416         * ext/dvdread/Makefile.am:
12417         * ext/dvdread/demo-play:
12418         * ext/dvdread/demo-play.c:
12419         * gconf/gstreamer.schemas.in:
12420         * gst-libs/gst/gconf/gconf.c:
12421         * sys/v4l/TODO:
12422         * testsuite/Makefile.am:
12423         * testsuite/embed/Makefile.am:
12424         * testsuite/embed/embed.c: (cb_expose), (main):
12425           Remove all references to xvideosink, fix examples (#140845).
12426         * gst/playback/gstplaybasebin.c: (group_destroy):
12427           Apparently, disposal does not unlink - so do explicitely.
12428         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
12429           Add debug.
12430
12431 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
12432
12433         * README: fix PKG_CONFIG_PATH instructions, what was there
12434         previously was breaking default search path, not nice. 
12435         Fixes #163358
12436
12437 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12438
12439         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
12440         (gst_audioscale_chain):
12441           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
12442           when resampling - how the ^@$^!@^! is this possible?!?
12443
12444 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12445
12446         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12447           Reset variables on READY.
12448         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
12449         (gst_matroska_mux_loop):
12450           Require data before writing header.
12451
12452 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
12453
12454         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12455
12456         * ext/mad/gstmad.c: (gst_mad_chain):
12457           Don't call mad_stream_sync() directly after recovering sync.
12458           Fixes #151661.
12459
12460 2005-01-09  Martin Eikermann  <meiker@upb.de>
12461
12462         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12463
12464         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
12465         (snapshot_handler), (gst_snapshot_sinkconnect),
12466         (gst_snapshot_chain):
12467           Allocate resources when required, fix recursive signal emission
12468           and fix caps. Fixes #161667.
12469
12470 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
12471
12472         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12473
12474         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
12475         (gst_pngdec_chain):
12476           Handle only 8-bppc (bits-per-pixel-component) images, better
12477           error handling and correct strides. Fixes #163177.
12478         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
12479         (gst_pngenc_chain):
12480           Better error handling. Fixes #163348.
12481
12482 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12483
12484         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
12485         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
12486         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
12487         (dvdnavsrc_uri_handler_init):
12488           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
12489         * gst/playback/gstplaybasebin.c: (gen_source_element):
12490           Add MMS to streaming URIs.
12491
12492 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12493
12494         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
12495         * sys/xvimage/xvimagesink.c:
12496         (gst_xvimagesink_navigation_send_event):
12497           Check for pad availability before sending event.
12498
12499 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12500
12501         * gst-plugins.spec.in:
12502           Add subparse.
12503
12504 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12505
12506         * configure.ac:
12507           Since we use functions from CVS, up requirement.
12508
12509 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12510
12511         * gst/playback/Makefile.am:
12512         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12513         (group_destroy), (group_commit), (group_is_muted),
12514         (gen_preroll_element), (add_stream), (unknown_type),
12515         (probe_triggered), (preroll_unlinked), (mute_stream),
12516         (silence_stream), (new_decoded_pad), (setup_substreams),
12517         (setup_source), (get_active_source), (mute_group_type),
12518         (muted_group_change_state), (set_active_source),
12519         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12520         (play_base_eos), (gst_play_base_bin_change_state):
12521         * gst/playback/gstplaybasebin.h:
12522         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
12523         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
12524         (gst_stream_info_dispose), (stream_info_mute_pad),
12525         (stream_info_change_state), (gst_stream_info_set_mute):
12526         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
12527         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
12528         (gst_stream_selector_init), (gst_stream_selector_dispose),
12529         (gst_stream_selector_get_linked_pad),
12530         (gst_stream_selector_get_caps), (gst_stream_selector_link),
12531         (gst_stream_selector_get_linked_pads),
12532         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12533         * gst/playback/gststreamselector.h:
12534           Adding stream selection support plus required properties for
12535           applications to use this. Fully fixes #100931.
12536
12537 2005-01-08  Benjamin Otte  <otte@gnome.org>
12538
12539         * gst/games/gstpuzzle.c: (nav_event_handler):
12540           - handle nav events differently: forward every event no matter if it
12541             was handled or not.
12542           - translate events
12543           You can now cheat by using navigationtest ! puzzle and moving the
12544           mouse close to the edge of a tile. ;)
12545
12546 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12547
12548         * configure.ac:
12549         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
12550         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
12551         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
12552         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
12553         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
12554         (gst_ogm_parse_plugin_init):
12555         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
12556         (gst_textoverlay_link), (gst_textoverlay_getcaps),
12557         (gst_textoverlay_event), (gst_textoverlay_video_chain),
12558         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
12559         * ext/pango/gsttextoverlay.h:
12560         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12561         (gst_matroska_demux_handle_seek_event),
12562         (gst_matroska_demux_sync_streams),
12563         (gst_matroska_demux_parse_blockgroup),
12564         (gst_matroska_demux_subtitle_caps),
12565         (gst_matroska_demux_plugin_init):
12566         * gst/matroska/matroska-ids.h:
12567         * gst/playback/gstdecodebin.c: (close_pad_link):
12568         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12569         (gen_preroll_element), (remove_groups), (add_stream),
12570         (new_decoded_pad), (setup_subtitles), (gen_source_element),
12571         (setup_source):
12572         * gst/playback/gstplaybasebin.h:
12573         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
12574         * gst/subparse/Makefile.am:
12575         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
12576         (gst_subparse_base_init), (gst_subparse_class_init),
12577         (gst_subparse_init), (gst_subparse_formats),
12578         (gst_subparse_eventmask), (gst_subparse_event),
12579         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
12580         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
12581         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
12582         (parse_mpsub_deinit), (parse_mpsub_init),
12583         (gst_subparse_buffer_format_autodetect),
12584         (gst_subparse_format_autodetect), (gst_subparse_loop),
12585         (gst_subparse_change_state), (gst_subparse_type_find),
12586         (plugin_init):
12587         * gst/subparse/gstsubparse.h:
12588         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
12589         (plugin_init):
12590           Add subtitle support, .sub parser (supports SRT and MPsub),
12591           OGM text support, Matroska UTF-8 text support, deadlock fixes
12592           all over the place, subtitle awareness in decodebin/playbin
12593           and some fixes to textoverlay to handle subtitles in a stream
12594           correctly. Fixes #100931.
12595
12596 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12597
12598         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12599           Check for pad availability before doing a query on it.
12600
12601 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12602
12603         * ext/dv/gstdvdec.c:
12604           really fix bpp24/32 dvdec caps (classic rgba indeed)
12605         * gst/asfdemux/gstasfdemux.c:
12606         (gst_asf_demux_process_ext_content_desc):
12607           don't send text tags if they are empty (bis repetita)
12608
12609 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12610
12611         * ext/dv/gstdvdec.c:
12612          remove unneeded comment from dvdec
12613           (related to DV 4CC codes in AVI files)
12614           moved them in gstreamer/docs/random/mimetypes
12615         * gst/asfdemux/gstasfdemux.c:
12616         (gst_asf_demux_process_ext_content_desc):
12617          don't send text tags if they are empty
12618          fix mem leak on error path
12619         * gst/ffmpegcolorspace/avcodec.h:
12620         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12621         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
12622         (gst_ffmpegcsp_avpicture_fill):
12623         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
12624         * gst/ffmpegcolorspace/imgconvert_template.h:
12625          adds BGR32 and BGRA32 to ffmpegcolorspace
12626           (still bad colors, fixing it on next commit)
12627           helps with dvdec outputing BGR32
12628
12629 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12630
12631         * ext/dv/gstdvdec.c:
12632          Fix audio caps i just broke (missing ',')
12633         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
12634         (gst_matroska_mux_reset):
12635          Fix typo + add FIXME about old "x-gst-metadata" crap
12636
12637 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12638
12639         * ext/dv/demo-play.c: (main):
12640          xvideosink -> xvimagesink
12641         * ext/dv/gstdvdec.c:
12642          change rgb 32/32 caps to 24/32 (no alpha)
12643          change nb of channels to be a list (2 or 4, not 2)
12644          change sample rate to be a list (32, 44.1, 48 kHz) not a range
12645         * gst/asfdemux/gstasfdemux.c:
12646         (gst_asf_demux_process_ext_content_desc):
12647          Add 'date/year' to extracted metadata list
12648
12649 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12650
12651         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12652           The return value of fixate_to does not imply that the requested
12653           value was set, so don't assume.
12654
12655 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
12656
12657         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12658
12659         * ext/libpng/gstpngdec.c:
12660         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
12661         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
12662         * ext/libpng/gstpngenc.h:
12663           Alpha support (encoder; #163161), mime fixage.
12664
12665 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
12666
12667         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12668
12669         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
12670         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
12671         (gst_faac_set_property), (gst_faac_get_property):
12672         * ext/faac/gstfaac.h:
12673           Allow for ADTS output (#153434).
12674
12675 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12676
12677         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
12678           Fix against template (#150576).
12679
12680 2005-01-06  Benjamin Otte  <otte@gnome.org>
12681
12682         * gst/games/gstpuzzle.c: (draw_puzzle):
12683           don't draw a puzzle if either width or height of tiles would be 0.
12684
12685 2005-01-06  Benjamin Otte  <otte@gnome.org>
12686
12687         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
12688         (gst_puzzle_class_init), (gst_puzzle_finalize):
12689           no memleaks, please
12690         (gst_puzzle_create), (gst_puzzle_init),
12691         (gst_puzzle_set_property), (gst_puzzle_setup):
12692           change initialization code around so we don't reshuffle on resize
12693         (draw_puzzle):
12694           fix another stupid typo
12695
12696 2005-01-06  Benjamin Otte  <otte@gnome.org>
12697
12698         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
12699           fix stupid typo that borked copying on YUY2
12700
12701 2005-01-06  Benjamin Otte  <otte@gnome.org>
12702
12703         * gst/games/gstpuzzle.c: (draw_puzzle):
12704           fix edges when image sizes aren't multiples of tile sizes
12705
12706 2005-01-06  Benjamin Otte  <otte@gnome.org>
12707
12708         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
12709           make RGB endianness work correctly
12710         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
12711           refactor and fix race with initial shuffling
12712         (nav_event_handler):
12713           allow using the mouse to puzzle
12714         (draw_puzzle):
12715           insist on tiles having width and height as multiples of 4 to get
12716           clean YUV image handling
12717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12718         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
12719           s/DEBUG/LOG/ for common messages
12720         (gst_xvimagesink_navigation_send_event):
12721           fix mouse event translation to not include screen PAR
12722         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
12723           fix mouse event translation to actually work
12724
12725 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12726
12727         * gst/asfdemux/gstasfdemux.c:
12728         (gst_asf_demux_process_ext_content_desc):
12729          Extract TrackNumber metadata + clean up code
12730         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
12731          Hope this is the good fix (var used unitialised)
12732
12733 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12734
12735         * ext/faad/gstfaad.c: (gst_faad_chain):
12736           Only increment timestamp if it's valid. Fixes raw AAC streams.
12737
12738 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12739
12740         * configure.ac:
12741         * gst/games/Makefile.am:
12742         * gst/games/gstpuzzle.c:
12743           add a puzzle game with...
12744         * gst/games/gstvideoimage.c:
12745         * gst/games/gstvideoimage.h:
12746           ... full colorspace support (that includes YUV9 and RGB16)) stolen
12747           from videotestsrc and made into something that would be a nice
12748           library for a lot of other plugins.
12749
12750 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12751
12752         * configure.ac:
12753          don't compile faad plugin if a RC of 2.0 is found
12754          Fixes #155346 (and FC1 buildbot)
12755         * gst/asfdemux/gstasfdemux.c:
12756         (gst_asf_demux_process_ext_content_desc):
12757          try to make Solaris compiler happier
12758
12759 2005-01-06  Paul Jack  <pjack@sfaf.org>
12760
12761         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12762
12763         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
12764           Fix segfault (#161667).
12765
12766 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12767
12768         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
12769           Fix framerate reporting.
12770
12771 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12772
12773         * gst-libs/gst/riff/riff-ids.h:
12774         * gst/wavenc/riff.h:
12775          Add AMR (VBR and CBR) ids to riff.h audio codec list
12776         * gst/asfdemux/gstasfdemux.c:
12777         (gst_asf_demux_process_ext_content_desc),
12778         (gst_asf_demux_process_object):
12779           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
12780
12781 2005-01-05  Martin Eikermann  <meiker@upb.de>
12782
12783         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12784
12785         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12786         (gst_dvd_demux_handle_discont):
12787         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
12788         (gst_mpeg_demux_handle_discont):
12789           Recreate pads on new-media (#160730).
12790         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
12791           Send discont even if manager changes timestamps (#161929).
12792
12793 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
12794
12795         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12796
12797         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
12798           Fix invalid memory access (#159211).
12799
12800 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12801
12802         * examples/gstplay/player.c: (main):
12803           Don't iterate.
12804         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
12805           Add visualizations.
12806         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
12807         (gst_a52dec_handle_frame):
12808           Set duration.
12809         * ext/dvdnav/gst-dvd:
12810           Add audioconvert. Fixes #161325.
12811         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
12812           Explicitely case to gint64. Possible valgrind error.
12813         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
12814         (gst_play_tick_callback), (gst_play_change_state),
12815         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
12816         (gst_play_set_location), (gst_play_get_location),
12817         (gst_play_seek_to_time), (gst_play_set_data_src),
12818         (gst_play_set_video_sink), (gst_play_set_audio_sink),
12819         (gst_play_set_visualization), (gst_play_connect_visualization),
12820         (gst_play_get_framerate), (gst_play_get_all_by_interface),
12821         (gst_play_new):
12822           Use playbin. Fixes #139749 and #147744.
12823         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
12824           Add genre tag.
12825         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
12826         (audioscale_get_type), (gst_audioscale_base_init),
12827         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
12828         (gst_audioscale_getcaps), (gst_audioscale_fixate),
12829         (gst_audioscale_link), (gst_audioscale_get_buffer),
12830         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
12831         (gst_audioscale_init), (gst_audioscale_dispose),
12832         (gst_audioscale_chain), (gst_audioscale_set_property),
12833         (gst_audioscale_get_property), (plugin_init):
12834           Indent properly.
12835         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
12836           Fix LPCM.
12837         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
12838         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
12839         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
12840           Add more metadata (fixes #162656).
12841
12842 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12843
12844         * configure.ac:
12845           back to cvs
12846
12847 === release 0.8.7 ===
12848
12849 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12850
12851         * NEWS:
12852         * RELEASE:
12853         * configure.ac:
12854           releasing 0.8.7, "Hyperspace"
12855
12856 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12857
12858         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12859
12860         * gst/playback/gstplaybasebin.c:
12861          Fix for #162924 - free caps after use, not before
12862
12863 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12864
12865         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12866
12867         * gst/playback/gstplaybasebin.c:
12868         * gst/wavparse/gstwavparse.c:
12869           Fix for #154773 - fixes playback of small .wav files
12870
12871 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12872
12873         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12874
12875         * gst/audioscale/gstaudioscale.c:
12876           Fix for #162819 - make audioscale reusable
12877           Fixes playback of more than one file with playbin/totem
12878
12879 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12880
12881         * gst/ffmpegcolorspace/avcodec.h:
12882         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12883         * gst/ffmpegcolorspace/imgconvert.c:
12884           clean up the mess that made me cry and avoid needless duplication
12885
12886 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12887
12888         * gst/ffmpegcolorspace/imgconvert.c:
12889           give some indication of why we're segfaulting
12890
12891 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12892
12893         * configure.ac:
12894           Fix indentation, fix v4l2 plugin detection.
12895         * ext/Makefile.am:
12896           Fix libmms location (Maciej, use diff -u!).
12897         * ext/alsa/gstalsa.c: (gst_alsa_init):
12898           Initialize caps cache to NULL.
12899         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
12900           Only change state on audiosink if it exists.
12901
12902 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
12903
12904         * gst/matroska/matroska-demux.c:
12905         * gst/matroska/matroska-ids.h:
12906         * gst/matroska/matroska-demux.h:
12907         Fix Vorbis streams failing to decode in some files, where cluster_time
12908         isn't 0, because then it doesn't send codec_priv before actual data.
12909         Remove time-based test and replace it with marker set on beginning of
12910         new stream
12911
12912 2004-12-28  David Schleef  <ds@schleef.org>
12913
12914         Merge patch from Ronald fixing problems with streaming
12915         text.
12916         * ext/cairo/gstcairo.c: (plugin_init):
12917         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
12918         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
12919         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
12920         (gst_textoverlay_font_init), (gst_textoverlay_init),
12921         (gst_textoverlay_set_property):
12922         * ext/cairo/gsttextoverlay.h:
12923
12924 2004-12-27  David Schleef  <ds@schleef.org>
12925
12926         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
12927         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
12928         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
12929         (gst_textoverlay_font_init), (gst_textoverlay_init),
12930         (gst_textoverlay_set_property): Improvements to actually
12931         render text as white on black outline on video, including
12932         font selection and horizontal/vertical alignment.  (Ronald's
12933         christmas present)
12934         * ext/cairo/gsttextoverlay.h:
12935
12936 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12937
12938         * ext/ogg/gstogg.c:
12939         * ext/ogg/gstogmparse.c:
12940           fix ogm[audio/video]parse plugin registration
12941           (riff won't load if bytestream is already loaded)
12942
12943 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12944
12945         * gst/audioconvert/gstchannelmix.c:
12946           fix for GLIB < 2.4
12947
12948 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12949
12950         * Makefile.am:
12951         * configure.ac:
12952           disable docs again until it actually passes make distcheck.
12953
12954 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12955
12956         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
12957         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
12958         (plugin_init):
12959           Add 3GP (variables name Q3GP because they can't start with a
12960           number). Add samr audio fourcc (used in .3gp files), decoder
12961           is work in progress. Also do a GST_WARNING instead of ERROR
12962           in case of unknown nodes, to decrease output.
12963
12964 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12965
12966         * Makefile.am:
12967           really fix dist
12968
12969 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12970
12971         * configure.ac:
12972         * ext/speex/gstspeexdec.h:
12973         * ext/speex/gstspeexenc.h:
12974           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
12975           Fix detection code in configure.ac
12976
12977 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12978
12979         * gst/matroska/matroska-demux.c:
12980         (gst_matroska_demux_parse_blockgroup):
12981           Save position, so that queries give proper return values. Don't
12982           know how this could ever have worked before...
12983
12984 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12985
12986         * configure.ac:
12987           Put additional LAME check inside the conditional.  Fixes #152339
12988
12989 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12990
12991         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12992         (gst_avi_demux_stream_scan):
12993           Add some more debug. Fix logic error when setting movi offset
12994           while reading index.
12995
12996 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12997
12998         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12999         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
13000         (gst_avi_demux_process_next_entry):
13001           Add some debugging. Better detection of broken indexes and the
13002           accompanying index recovery. No infinite loops on state changes
13003           when we're still in our loopfunction.
13004
13005 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13006
13007         * configure.ac:
13008           Fix up.
13009
13010 2004-12-22  Archana Shah  <archana.shah@wipro.com>
13011
13012         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13013
13014         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
13015           Normalizing the value before setting
13016         (gst_sunaudiomixer_get_volume):
13017           Normalizing the value after getting. Fixes bug# 161980
13018
13019 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
13020
13021         * Makefile.am: Make sure docs gets disted
13022         * docs/Makefile.am: Make sure all needed files get disted
13023         * gst-plugins.spec.in: latest updates
13024
13025 2004-12-22  Wim Taymans  <wim@fluendo.com>
13026
13027         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
13028         Revert patch 1.38 as clock distribution over schedulers does
13029         not work correcly in the core yet.
13030
13031 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13032
13033         * sys/oss/README: remove this file, which predates my birth
13034           (and which content is by far outdated)
13035
13036 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
13037
13038         * Makefile.am:
13039         * configure.ac:
13040         * docs/Makefile.am:
13041         * docs/libs/Makefile.am:
13042         * docs/libs/gst-plugins-libs-docs.sgml:
13043         * docs/libs/gst-plugins-libs-sections.txt:
13044         * docs/libs/tmpl/gstgconf.sgml:
13045         * docs/upload.mak:
13046         * docs/version.entities.in:
13047           Added boilerplate gtk-doc files for plugin-libs documentation.
13048
13049 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13050
13051         * gst/auparse/gstauparse.c: fix int and float audio caps
13052
13053 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13054
13055         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
13056         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
13057           g_assert() can be a macro, don't use #ifdef inside it.
13058
13059 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
13060
13061         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13062
13063         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
13064         (gst_videorate_init), (gst_videorate_chain),
13065         (gst_videorate_change_state):
13066           Event handling (fixes #159986).
13067
13068 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13069
13070         * gst-libs/gst/riff/riff-media.c:
13071         (gst_riff_create_video_caps_with_data):
13072           Add BLZ0 (Blizzard's version of DivX) fourcc.
13073
13074 2004-12-18  David Schleef  <ds@schleef.org>
13075
13076         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
13077         portability fix.
13078
13079 2004-12-18  David Schleef  <ds@schleef.org>
13080
13081         * gst/tta/ttadec.h: Disable some header code that isn't used
13082         and clearly isn't portable.
13083
13084 2004-12-18  David Schleef  <ds@schleef.org>
13085
13086         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
13087         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
13088         (avcodec_get_pix_fmt), (avpicture_layout),
13089         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
13090         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
13091         Fix code to not use GCC extensions (and c99 extensions that
13092         Forte does not like.)
13093
13094 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13095
13096         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13097
13098         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
13099         (gst_deinterlace_chain):
13100           Rowstride fixes. Fixes #161039.
13101         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
13102         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
13103         (gst_video_crop_getcaps), (gst_video_crop_link),
13104         (gst_video_crop_i420), (gst_video_crop_chain),
13105         (gst_video_crop_change_state):
13106           Rework of negotiation. Actually works now. Fixes #158650.
13107
13108 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13109
13110         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
13111           That was very stupid.
13112
13113 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13114
13115         * gst/matroska/matroska-demux.c:
13116         (gst_matroska_demux_parse_blockgroup):
13117           Fix possible crasher.
13118
13119 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13120
13121         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
13122         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
13123           Lace sizes can be zero.
13124
13125 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13126
13127         * ext/musepack/gstmusepackdec.cpp:
13128           Fetch error return values. Fixes #161624.
13129         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
13130           Really EOS.
13131
13132 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13133
13134         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13135           Work for truncated (unfinished download etc.) files. Fixes #160514.
13136
13137 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13138
13139         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13140           Fix for integer overflow. Makes #156001 not crash. Probably masks
13141           the real bug.
13142
13143 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13144
13145         * gst/ac3parse/gstac3parse.c: (plugin_init):
13146           Parsers never have ranks. Fixes #159651.
13147
13148 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13149
13150         * gst/playback/gstdecodebin.c: (compare_ranks):
13151           make sure the facotries are ordered the same every time even if they
13152           have the same rank by using the name
13153         * gst/playback/gstdecodebin.c: (find_compatibles):
13154           make sure we don't add factories to the list twice
13155
13156 2004-12-16  David Schleef  <ds@schleef.org>
13157
13158         * configure.ac: look for musepack headers as musepack/*.h
13159         (fixes #159847)
13160         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
13161         * ext/musepack/gstmusepackreader.h: same
13162
13163 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13164
13165         * gst-libs/gst/riff/riff-read.c:
13166         (gst_riff_read_strf_auds_with_data):
13167           Read extradata correctly (fixes #155879).
13168
13169 2004-12-16  David Schleef  <ds@schleef.org>
13170
13171         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
13172         audio.  does _not_ attempt or allow conversion unless channels
13173         is 1 or 2.
13174
13175 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
13176
13177         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
13178
13179 2004-12-16  David Schleef  <ds@schleef.org>
13180
13181         * gst/audioscale/gstaudioscale.c: the resample library only
13182         handles 1 or 2 channels.  Change caps to compensate.
13183
13184 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13185
13186         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
13187         (gst_matroska_demux_audio_caps):
13188           Some MPEG-AAC hacks, because else it doesn't work...
13189
13190 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13191
13192         * gst-libs/gst/riff/riff-media.c:
13193         (gst_riff_create_video_caps_with_data),
13194         (gst_riff_create_video_template_caps):
13195           Add h264.
13196
13197 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13198
13199         * gst-libs/gst/audio/Makefile.am:
13200           Try to fix buildbot.
13201
13202 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13203
13204         * gst/tcp/gstmultifdsink.c:
13205           Clean up and uniformize debugging.
13206
13207 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
13208
13209         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13210
13211         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
13212         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
13213         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
13214         (gst_mpeg_demux_change_state):
13215           Reset on ready. Fixes 160276.
13216
13217 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
13218
13219         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13220
13221         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13222         (gst_ffmpegcsp_pad_link):
13223           Fix memleak (#154815).
13224
13225 2004-12-16  James Bowes  <bowes@cs.dal.ca>
13226
13227         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13228
13229         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
13230         (gst_musicbrainz_init), (gst_musicbrainz_chain),
13231         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
13232         * ext/musicbrainz/gsttrm.h:
13233           Add support for using a proxy server when getting a trm id from
13234           the MusicBrainz database (#149613).
13235
13236 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
13237
13238         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13239
13240         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
13241         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13242           Fix memleaks (#157233).
13243
13244 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
13245
13246         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13247
13248         * gst-libs/gst/resample/resample.c: (gst_resample_close):
13249         * gst-libs/gst/resample/resample.h:
13250         * gst/audioscale/gstaudioscale.c:
13251           Fix memleak (#159215).
13252
13253 2004-12-16  Toni Willberg  <toniw@iki.fi>
13254
13255         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13256
13257         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
13258         * sys/oss/oss_probe.c: (main):
13259           Check for mono/stereo support (similar to samplerate probing),
13260           fixes #159433. Also add missing copyright header to oss_probe.c.
13261
13262 2004-12-15  David Schleef  <ds@schleef.org>
13263
13264         * configure.ac: add audioresample and cairo plugins.  Remove
13265         HAVE_MMX stuff, because it's not used.
13266         * ext/Makefile.am: same
13267         * ext/audioresample/Makefile.am: You are not ready for an
13268         audio resampling element based on audioresample.
13269         * ext/audioresample/gstaudioresample.c:
13270         * ext/audioresample/gstaudioresample.h:
13271         * ext/cairo/Makefile.am: You are not ready for overlay elements
13272         based on cairo.  Don't look too closely, these elements kinda
13273         suck right now.
13274         * ext/cairo/gstcairo.c: new
13275         * ext/cairo/gsttextoverlay.c: new
13276         * ext/cairo/gsttextoverlay.h: new
13277         * ext/cairo/gsttimeoverlay.c: new
13278         * ext/cairo/gsttimeoverlay.h: new
13279         * gst-libs/gst/media-info/media-info-priv.h: fix compile
13280         problem with compilers that don't support variadic macros.
13281
13282 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
13283
13284         Reviewed by:  David Schleef  <ds@schleef.org>
13285
13286         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
13287         Bala, registering sunaudiosrc (oops!), and cleaning up code a
13288         bit.  Also ran indent-gst.
13289         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
13290         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
13291         (gst_sunaudiosrc_setparams):
13292
13293 2004-12-14  David Schleef  <ds@schleef.org>
13294
13295         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
13296         output rate to 16000.  Should fix #160235.
13297
13298 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13299
13300         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13301         Add typefinding for mpeg2 pes streams
13302
13303 2004-12-13  David Schleef  <ds@schleef.org>
13304
13305         * configure.ac:  Applied patch from bug #143659, making default
13306         sources and sinks OS-dependent (for Solaris), and added code
13307         for OS/X.
13308         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
13309
13310 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13311
13312         * gst-libs/gst/riff/riff-media.c:
13313           forgot to add h2.64 to avidemux template caps
13314
13315 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13316
13317         * gst/wavenc/riff.h:
13318         * gst-libs/gst/riff/riff-media.c:
13319         * gst-libs/gst/riff/riff-ids.h:
13320         * gst/avi/gstavimux.c
13321         add 4CC code for VideoSoft h264 in AVI (VSSH)
13322           fixes bug #160655
13323         remove s323 from riff, it's quicktime specific :(
13324
13325 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13326
13327         * gst/asfdemux/README
13328         * gst/wavenc/riff.h
13329         * gst-libs/gst/riff/riff-ids.h
13330         * gst-libs/gst/riff/riff-media.c
13331         * gst/qtdemux/qtdemux.c:
13332           add new 4CC codes for h263 related codecs
13333           fixes partially bug #155163
13334
13335 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
13336
13337         * configure.ac: Update polyaudio requirement to 0.7
13338         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
13339
13340 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13341
13342         * gst/interleave/deinterleave.c:
13343         fix my name's spelling! :)
13344
13345 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13346
13347         * AUTHORS ChangeLog
13348         * gst/auparse/gstauparse.c
13349         * gst/interleave/deinterleave.c
13350         * gst/law/:
13351                 alaw-decode.c alaw-encode.c
13352                 mulaw-decode.c mulaw-encode.c
13353         * gst/oneton/gstoneton.c
13354         * sys/osxaudio/:
13355                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
13356         * sys/osxvideo/:
13357                 cocoawindow.h cocoawindow.m
13358                 osxvideosink.h osxvideosink.m
13359
13360         put the same mail address for Zaheer Abbas Merali everywhere
13361
13362 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13363
13364         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
13365           Align by packetsize, and assert that we a packet available before
13366           playing. The first makes webstreams work (they often include
13367           trailing padding data in a packet), the second allows pausing a
13368           ASF stream in totem without getting demux errors afterwards.
13369
13370 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13371
13372         * ext/ogg/gstoggdemux.c: (get_relative):
13373           Check for non-NULL before accessing member (end-of-chain).
13374
13375 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13376
13377         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
13378         (cdparanoia_set_property), (cdparanoia_get_property):
13379         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
13380         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
13381         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
13382         (dvdreadsrc_init), (dvdreadsrc_set_property),
13383         (dvdreadsrc_get_property):
13384         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
13385         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
13386           Synchronize property names where not yet the case. Devices are
13387           now device=X, other versions are deprecated (but still exist).
13388           Also use g_free() unconditionally.
13389         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13390         (setup_source), (gst_play_base_bin_get_property):
13391           Expose source.
13392
13393 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13394
13395         * configure.ac: move GCONF macro outside conditional for the am
13396           conditional. Fixes #160439
13397
13398 2004-12-08  David Schleef  <ds@schleef.org>
13399
13400         * tools/gst-visualise-m.m: Switch to elements that currently
13401         exist.
13402
13403 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13404
13405         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13406           We love wrong commas.
13407
13408 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13409
13410         * gst/matroska/matroska-demux.c:
13411         (gst_matroska_demux_handle_src_query):
13412           Don't set DEFAULT, unsupported - makes length display incorrectly
13413           in some cases.
13414
13415 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
13416
13417         * gst/monoscope/README: remove blurb about files being GPL
13418         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
13419         * gst/monoscope/monoscope.c: Change license to BSD with explanation
13420           monoscope is now effectively LGPL licensed
13421
13422 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
13423
13424         * gst/monoscope/README: Update information to be more correct
13425         * gst/monoscope/convolve.c: Relicense to LGPL
13426         * gst/monoscope/convolve.h: Relicense to LGPL
13427
13428 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
13429
13430         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
13431           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
13432         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
13433           set default_duration for mpeg1 audio
13434
13435 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13436
13437         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
13438         * ext/alsa/gstalsa.h:
13439           refactor big chunks of the core caps negotiation code to make it
13440           a lot faster, because people claim it's really slow
13441           (actually, just cache the getcaps when the device is opened)
13442
13443 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13444
13445         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
13446         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
13447         (gst_a52dec_handle_frame), (gst_a52dec_chain),
13448         (gst_a52dec_change_state), (plugin_init):
13449         * ext/a52dec/gsta52dec.h:
13450           Do something useful with timestamps. Make chain-based (since
13451           there's really no reason to be loopbased).
13452         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13453           Update current_byte/frame correctly.
13454
13455 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13456
13457         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
13458         (gst_ape_demux_stream_init):
13459           Forward tags, too.
13460
13461 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13462
13463         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
13464           Let's make sure we're done typefinding when detecting tags.
13465
13466 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13467
13468         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
13469         (gst_ebml_read_init), (gst_ebml_read_use_event),
13470         (gst_ebml_read_element_id), (gst_ebml_peek_id),
13471         (gst_ebml_read_seek), (gst_ebml_read_skip),
13472         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
13473         (gst_ebml_read_master):
13474         * gst/matroska/ebml-read.h:
13475         * gst/matroska/matroska-demux.c:
13476         (gst_matroska_demux_parse_contents),
13477         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
13478           Disgustingly evil hack for working around INTERRUPT events and
13479           their extremely annoying habit of being a pain in the ass. We
13480           simply peek a cluster before reading any of it.
13481
13482 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13483
13484         * ext/musepack/gstmusepackdec.cpp:
13485           There's also floating point libmusepacks.
13486
13487 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13488
13489         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
13490         (gst_faad_chanpos_to_gst), (gst_faad_chain):
13491           Set DURATION even if source buffer didn't. Also use increasing
13492           timestamps.
13493         * gst-libs/gst/riff/riff-media.c:
13494         (gst_riff_create_audio_caps_with_data):
13495           Block_align can have larger values than 8192.
13496
13497 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13498
13499         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
13500         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
13501         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
13502         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
13503           Fix caps.
13504
13505 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13506
13507         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
13508           Fix logic bug.
13509
13510 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13511
13512         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
13513           Yay, another one.
13514
13515 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13516
13517         * ext/esd/esdsink.c: (gst_esdsink_chain):
13518           Make error actually say something useful (fixes #156798).
13519         * gst-libs/gst/riff/riff-media.c:
13520         (gst_riff_create_video_caps_with_data),
13521         (gst_riff_create_video_template_caps):
13522           Add Intel Video 5.0 fourcc (IV50).
13523
13524 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
13525
13526         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
13527         detection on mono and stereo mp3 files.
13528
13529 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13530
13531         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13532           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
13533           the contained stream).
13534
13535 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13536
13537         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
13538           Oops, remove debug.
13539
13540 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
13541
13542         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13543
13544         * gst/law/alaw-decode.c: (alawdec_getcaps):
13545         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
13546           Prevent warnings when negotiating caps (fixes #159338).
13547
13548 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13549
13550         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13551         (gst_ffmpegcsp_chain):
13552           Remove old leftover that shouldn't be there...
13553
13554 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
13555
13556         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13557
13558         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
13559           Don't forward DISCONT events (fixes #159684).
13560
13561 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13562
13563         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
13564           Unlink manually since sometimes bin disposal (and therefore
13565           pad unlinking) is delayed, which will cause a new media file
13566           to not be able to start playing instantly.
13567
13568 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13569
13570         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
13571           On mute of an unlinked stream, check for pad availability so
13572           we don't crash on unlinked pad.
13573
13574 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13575
13576         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13577         (gst_avi_demux_massage_index):
13578           Fix quite humiliating bug in omitting 0-sized index chunks but
13579           forgetting to count them for timestamps.
13580
13581 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13582
13583         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
13584           Actually leave the loop if we failed to sync. Don't crash.
13585
13586 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13587
13588         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
13589         (gst_dvd_demux_process_private):
13590         * gst/mpegstream/gstdvddemux.h:
13591           Fix crash (#159759). Doesn't work, though. :-(.
13592
13593 2004-11-28  Benjamin Otte  <otte@gnome.org>
13594
13595         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
13596           more overwriting protection due to modifying channels one by one
13597           instead of all at once
13598
13599 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13600
13601         * gst/audioconvert/gstchannelmix.c:
13602         (gst_audio_convert_fill_normalize):
13603           Normalize using absolute values.
13604
13605 2004-11-28  Julien MOUTTE  <julien@moutte.net>
13606
13607         * configure.ac:
13608         * ext/Makefile.am:
13609         * ext/directfb/Makefile.am:
13610         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
13611         (gst_directfbvideosink_get_pixel_format),
13612         (gst_directfbvideosink_get_format_from_fourcc),
13613         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
13614         (gst_directfbvideosink_sink_link),
13615         (gst_directfbvideosink_change_state),
13616         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
13617         (gst_directfbvideosink_buffer_alloc),
13618         (gst_directfbvideosink_interface_supported),
13619         (gst_directfbvideosink_interface_init),
13620         (gst_directfbvideosink_navigation_send_event),
13621         (gst_directfbvideosink_navigation_init),
13622         (gst_directfbvideosink_set_property),
13623         (gst_directfbvideosink_get_property),
13624         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
13625         (gst_directfbvideosink_base_init),
13626         (gst_directfbvideosink_class_init),
13627         (gst_directfbvideosink_get_type), (plugin_init):
13628         * ext/directfb/directfbvideosink.h: Adding a first version of
13629         directfbvideosink.
13630         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
13631         more.
13632
13633 2004-11-28  Benjamin Otte  <otte@gnome.org>
13634
13635         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
13636           walk the samples backwards if out_channels > in_channels so we don't
13637           overwrite data
13638
13639 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13640
13641         * gst/audioconvert/Makefile.am:
13642         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
13643         (gst_audio_convert_link), (gst_audio_convert_change_state),
13644         (gst_audio_convert_channels):
13645         * gst/audioconvert/gstchannelmix.c:
13646         (gst_audio_convert_unset_matrix),
13647         (gst_audio_convert_fill_identical),
13648         (gst_audio_convert_fill_compatible),
13649         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
13650         (gst_audio_convert_fill_others),
13651         (gst_audio_convert_fill_normalize),
13652         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
13653         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
13654         * gst/audioconvert/gstchannelmix.h:
13655           Implement a channel mixer.
13656
13657 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
13658
13659         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
13660         * ext/alsa/gstalsa.h:
13661         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
13662         Make alsasink actually honor gst_element_set_clock and use that
13663         clock instead of its internal one.
13664
13665 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
13666
13667         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
13668         (gst_play_base_bin_change_state): nullify source and decoder when
13669         going from READY to NULL so that we don't try to do weird stuff with
13670         them when going from NULL to READY
13671         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
13672         instead of g_object_unref
13673         (gen_video_element), (gen_audio_element): more refcounting fixes, now
13674         it should be correct
13675         (gst_play_bin_change_state): don't call remove_sinks if we are
13676         currently disposing the object
13677
13678 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13679
13680         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
13681           Don't forget bass if it's there. Else left channel is silent...
13682
13683 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13684
13685         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
13686         (gst_a52dec_change_state):
13687           Don't do sample adjusting anymore, we use float audio now.
13688         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
13689           Don't fixate to non-existing properties.
13690
13691 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13692
13693         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
13694         (gst_a52dec_change_state):
13695           Advertise that we can do surround sound.
13696
13697 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13698
13699         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
13700           Add buffer-frames=0.
13701         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
13702         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
13703         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
13704         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
13705         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
13706         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
13707         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
13708         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
13709         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
13710         * ext/dvdread/dvdreadsrc.h:
13711           Add seeking, querying for bytes, sectors, title, angle and
13712           chapter. Handle multiple chapters. Relicense to LGPL because
13713           Billy agreed on that (thanks Billy!).
13714
13715 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
13716
13717         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
13718         call parent dispose method
13719
13720 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
13721
13722         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
13723         (gst_audio_clock_get_internal_time):
13724         Fix active <-> inactive transitions: ensure time value always
13725         grows and avoid abrupt value changes.
13726
13727 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
13728
13729         * configure.ac:
13730         * gst/tta/Makefile.am:
13731         * gst/tta/crc32.h:
13732         * gst/tta/filters.h:
13733         * gst/tta/gsttta.c:
13734         * gst/tta/gstttadec.c:
13735         * gst/tta/gstttadec.h:
13736         * gst/tta/gstttaparse.c:
13737         * gst/tta/gstttaparse.h:
13738         * gst/tta/ttadec.h:
13739           added TTA parser and decoder
13740
13741 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13742
13743         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13744         (probe_triggered), (check_queue), (buffer_underrun),
13745         (buffer_running), (buffer_overrun), (gen_source_element),
13746         (setup_source):
13747         * gst/playback/gstplaybasebin.h:
13748           Implement buffering. Needs some more work.
13749
13750 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13751
13752         * ext/theora/theoradec.c: (theora_dec_chain):
13753           Fix ilog mask range overflow.
13754
13755 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13756
13757         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
13758           Don't omit the last (which in case of dmix is the only :) )
13759           channel count. Don't set channels if <= 2.
13760
13761 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
13762
13763         * gst/playback/gstplaybin.c: (gen_video_element),
13764         (gen_audio_element): Removed 2 obsolete comments
13765
13766 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13767
13768         * ext/vorbis/oggvorbisenc.c
13769         * ext/vorbis/vorbisenc.c :
13770           change description fields of those plugins to differentiate them
13771           (pitivi show Encoders by description, they had the same one)
13772
13773 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
13774
13775         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13776
13777         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
13778         (gst_play_bin_set_property), (gen_video_element),
13779         (gen_audio_element):
13780           Refcounting fixes for provided audio-/videosinks.
13781
13782 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13783
13784         * gst/playback/gstplaybin.c: (gen_video_element),
13785         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
13786           Don't reference all sinks, but only the video- and audiosinks.
13787           The vis. element should be disposed when we're done with it.
13788           We don't have any reason to keep it around. This fixes warnings
13789           when reusing playbin for playing multiple audio files with
13790           vis. enabled. Also release audio device on pause - idea stolen
13791           from Rhythmbox.
13792
13793 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13794
13795         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
13796         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
13797         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
13798         * ext/alsa/gstalsaplugin.c: (plugin_init):
13799         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
13800         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
13801         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
13802         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
13803         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
13804         (gst_faad_change_state), (plugin_init):
13805         * ext/faad/gstfaad.h:
13806         * ext/vorbis/vorbis.c: (plugin_init):
13807         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13808         * gst-libs/gst/audio/Makefile.am:
13809         * gst-libs/gst/audio/audio.c: (plugin_init):
13810         * gst-libs/gst/audio/multichannel.c:
13811         (gst_audio_check_channel_positions),
13812         (gst_audio_get_channel_positions),
13813         (gst_audio_set_channel_positions),
13814         (gst_audio_set_structure_channel_positions_list),
13815         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
13816         (gst_audio_fixate_channel_positions):
13817         * gst-libs/gst/audio/multichannel.h:
13818         * gst-libs/gst/audio/testchannels.c: (main):
13819         * gst/audioconvert/gstaudioconvert.c:
13820         (gst_audio_convert_class_init), (gst_audio_convert_init),
13821         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
13822         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
13823         (gst_audio_convert_fixate), (gst_audio_convert_channels):
13824         * gst/audioconvert/plugin.c: (plugin_init):
13825           Surround sound support.
13826
13827 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13828
13829         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
13830           Fix position for discont if we're close as well. Nitpicking, but
13831           saves a few milliseconds of extra waiting or skipping.
13832
13833 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13834
13835         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
13836           We sometimes need parsers for playback, so add those too.
13837
13838 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13839
13840         * configure.ac:
13841         * gst/apetag/Makefile.am:
13842         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
13843         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
13844         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
13845         (gst_ape_demux_get_src_query_types),
13846         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
13847         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
13848         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
13849         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
13850         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
13851         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
13852         (gst_ape_demux_change_state):
13853         * gst/apetag/apedemux.h:
13854         * gst/apetag/apetag.c: (plugin_init):
13855         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
13856         (plugin_init):
13857           APE v1/2 tag reader plus typefind function.
13858
13859 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13860
13861         * configure.ac:
13862         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
13863         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
13864           Remove hacks for older core. Require newer core version
13865           accordingly.
13866
13867 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13868
13869         * gst/cdxaparse/Makefile.am:
13870         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
13871         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
13872         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
13873         * gst/cdxaparse/gstcdxaparse.h:
13874         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
13875         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
13876         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
13877         (gst_cdxastrip_get_src_query_types),
13878         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
13879         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
13880         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
13881         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
13882         * gst/cdxaparse/gstcdxastrip.h:
13883           SVCD/VCD header stripping separated from CDXA image parsing.
13884         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13885         (plugin_init):
13886           Add VCD/SVCD header typefinding for VCD/SVCD.
13887         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
13888         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
13889         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
13890         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
13891         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
13892         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
13893         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
13894         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
13895         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
13896         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
13897         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
13898         * sys/vcd/vcdsrc.h:
13899           Fix up, add seeking, querying, URI interface. Works in totem now.
13900
13901 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13902
13903         * configure.ac:
13904           back to CVS
13905
13906 === release 0.8.6 ===
13907
13908 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13909
13910         * NEWS:
13911         * RELEASE:
13912         * configure.ac:
13913         * po/af.po:
13914         * po/az.po:
13915         * po/cs.po:
13916         * po/en_GB.po:
13917         * po/hu.po:
13918         * po/it.po:
13919         * po/nb.po:
13920         * po/nl.po:
13921         * po/or.po:
13922         * po/sq.po:
13923         * po/sr.po:
13924         * po/sv.po:
13925         * po/uk.po:
13926           releasing 0.8.6, "IOU Love"
13927
13928 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13929
13930         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
13931
13932         * gst/playback/gstplaybasebin.c:
13933           Fix unplayable files error handling.  Fixes #158365
13934
13935 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13936
13937         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
13938
13939         * gst/typefind/gsttypefindfunctions.c:
13940           Fix broken mp3 typefinding.  Fixes #158375
13941
13942 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13943
13944         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
13945
13946         * ext/ogg/gstoggdemux.c:
13947           Fix sync on broken files.  Fixes #158976
13948
13949 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13950
13951         patch by: Edward Hervey <bilboed@bilboed.com>
13952
13953         * ext/libpng/gstpngenc.c:
13954           Copy over buffer properties.  Fixes #158832
13955
13956 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13957
13958         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
13959
13960         * ext/dvdread/dvdreadsrc.c:
13961           Fixes invalid reads (#158462)
13962
13963 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13964
13965         * sys/v4l/gstv4lsrc.c:
13966         * sys/v4l/gstv4lsrc.h:
13967         * sys/v4l/v4lsrc_calls.c:
13968           Probe less and cache it.  Fixes #159187.
13969
13970 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13971
13972         * gst/videorate/gstvideorate.c:
13973           Handle all video formats. Fixes #159186.
13974
13975 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
13976         * gst/synaesthesia/gstsynaesthesia.c:
13977         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
13978         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
13979         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
13980         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
13981         (gst_synaesthesia_change_state), (plugin_init):
13982         Fix up synaesthesia to work under different samplerates/ buffer sizes.
13983         Force 320x200 output, as that's the only thing the underlying
13984         synaesthesia implementation supports. Still needs to be made
13985         re-entrant.
13986
13987 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13988
13989         * configure.ac:
13990           Fix mpeg2enc configure check (similar to mplex check below).
13991
13992 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
13993
13994         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13995
13996         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13997           Fix for gcc-2.95 (fixes #158221).
13998
13999 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14000
14001         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
14002           Re-add clock distribution hack (until new core is released).
14003           Fixes #158125.
14004
14005 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
14006         * configure.ac:
14007           fix mplex configure check segfaulting on some systems (bug #140994)
14008
14009 2004-11-13  Benjamin Otte  <otte@gnome.org>
14010
14011         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
14012           add debugging
14013         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14014           do a wait when we enter the loop func with no data available to
14015           write instead of getting into an 100% CPU loop by just returning and
14016           being called again by the scheduler
14017
14018 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
14019
14020         * configure.ac:
14021         * ext/libvisual/visual.c: (gst_visual_get_type),
14022         (libvisual_log_handler), (gst_visual_getcaps),
14023         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
14024         (plugin_init):
14025           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
14026         * ext/smoothwave/Makefile.am:
14027         * ext/smoothwave/demo-osssrc.c: (main):
14028         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
14029         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
14030         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
14031         (plugin_init):
14032         * ext/smoothwave/gstsmoothwave.h:
14033           Make gstsmoothwave a working element in the 20th century.
14034
14035         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
14036           Fix incorrect link function
14037
14038 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14039
14040         * gst/volume/gstvolume.c:
14041           Allow buffer-frames=0.
14042
14043 2004-11-12 Iain <iaingnome@gmail.com>
14044
14045         * configure.ac: Check for polypaudio
14046
14047         * ext/Makefile.am: Build the polyp dir
14048
14049         * ext/polyp: The polypsink sources.
14050
14051 2004-10-30 Iain <iaingnome@gmail.com>
14052
14053         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
14054         caps to reflect the new number of channels.
14055
14056 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14057
14058         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14059           Fix for negotiation order problem. This would show when the
14060           ALSA loopfuction was called before any other function. ALSA
14061           wouldn't do anything because we're not negotiated yet, leading
14062           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
14063
14064 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14065
14066         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14067
14068         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
14069           No warnings (#157986).
14070
14071 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14072
14073         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14074           Prefer apev1/2 and id3v1 (at end of file) over musepack.
14075
14076 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14077
14078         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
14079           Signal no-more-pads (so it works in playbin).
14080
14081 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14082
14083         * ext/musepack/gstmusepackreader.cpp:
14084           Workaround for older core.
14085
14086 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14087
14088         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
14089           Actually test for odd width/height rather than testing whether
14090           a temporary variable that was 0 before we subtracted 1 is now
14091           not equal to zero (which it always is).
14092
14093 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14094
14095         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
14096         Fix compilation if HAVE_XVIDEO is not defined
14097
14098 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14099
14100         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
14101         Fix compilation if HAVE_XVIDEO is not defined
14102
14103 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
14104
14105         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
14106         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
14107         (gst_goom_change_state), (plugin_init):
14108         Use the bytestream adapter so goom doesn't depend on the input
14109         buffer size.
14110         Add a debug category
14111
14112 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14113
14114         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
14115           Only set hardware parameters *after* negotiation. Before
14116           negotiation, it will set ANY and that seems to cause crashes
14117           (see e.g. #151288, #153227).
14118
14119 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14120
14121         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
14122           This seems to be antique leftover. It needs to pass error
14123           checking.
14124         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
14125         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
14126         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
14127         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
14128           Fix GstXOverlay implementation (#151059).
14129
14130 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14131
14132         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
14133           Don't assert (#157853).
14134
14135 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14136
14137         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
14138           Fix bytes/samples confustion.
14139         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
14140           Fix for underrun (#144389).
14141
14142 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14143
14144         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
14145           Disable halfway-seek for pending release (since it needs a new
14146           core release).
14147
14148 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14149
14150         * sys/v4l/gstv4lsrc.c:
14151         * sys/v4l/gstv4lsrc.h:
14152         * sys/v4l/v4lsrc_calls.c:
14153           add autoprobe-fps property so we can separate autoprobing parts
14154
14155 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14156
14157         * sys/v4l/gstv4lsrc.c:
14158         * sys/v4l/v4lsrc_calls.c:
14159         initialise fourcc to catch unset fourcc's, and debug
14160
14161 2004-11-09  Wim Taymans  <wim@fluendo.com>
14162
14163         * gst/playback/README:
14164         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
14165         * gst/playback/gstplaybin.c: (gst_play_bin_init),
14166         (gst_play_bin_dispose), (gst_play_bin_set_property),
14167         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
14168         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
14169         (gst_play_bin_get_formats), (gst_play_bin_convert),
14170         (gst_play_bin_get_query_types), (gst_play_bin_query):
14171         Cleanups and some more documentation.
14172
14173 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
14174
14175         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
14176         (gst_cacasink_init), (gst_cacasink_chain):
14177         * ext/libcaca/gstcacasink.h:
14178         Cacasink inherits from VideoSink, so let that store the clock.
14179
14180 2004-11-09  Wim Taymans  <wim@fluendo.com>
14181
14182         * gst/playback/README:
14183         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
14184         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
14185         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
14186         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
14187         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
14188         (setup_sinks):
14189         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
14190         (gst_stream_info_is_mute), (gst_stream_info_set_property):
14191         * gst/playback/gststreaminfo.h:
14192         Updated README.
14193         Only switch groups if all streams have muted (EOSed).
14194         Send Tags in sync with the stream playback instead of in
14195         the playback/preroll phase.
14196         Some cleanups, free the fakesrc elements.
14197
14198 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14199
14200         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
14201           buffer-frames property was missing
14202         * ext/arts/gst_arts.c:
14203           rate missing from sinkcaps
14204         * ext/audiofile/gstafparse.c:
14205         * ext/audiofile/gstafsink.c:
14206         * ext/audiofile/gstafsrc.c:
14207         * ext/swfdec/gstswfdec.c:
14208           int audio doesn't know buffer-frames
14209         * ext/cdparanoia/gstcdparanoia.c:
14210           int audio doesn't know chunksize either
14211         * ext/nas/nassink.c:
14212           it's endianness, not endianess
14213         * gst-libs/gst/audio/audio.h:
14214           make float standard pad template caps really describe float
14215         * gst/law/mulaw.c: (linear_factory):
14216           signed only, please
14217         * gst/mpegstream/gstdvddemux.c:
14218           widths of 20 are not valid
14219
14220 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14221
14222         Submitted by: Luca Ferretti <elle.uca@infinito.it>
14223
14224         * po/LINGUAS:
14225         * po/it.po:
14226           Add Italian
14227
14228 2004-11-08  Wim Taymans  <wim@fluendo.com>
14229
14230         * gst/playback/README:
14231         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
14232         * gst/playback/gstplaybasebin.c: (probe_triggered),
14233         (gst_play_base_bin_change_state):
14234         Updated README, added more comments for fixmes etc..
14235
14236 2004-11-08  Wim Taymans  <wim@fluendo.com>
14237
14238         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
14239         We can remove this hack now.
14240
14241 2004-11-08  Wim Taymans  <wim@fluendo.com>
14242
14243         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
14244         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
14245         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
14246         Only mix AYUV for maximum quality.
14247
14248 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14249
14250         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
14251         (gst_ogg_demux_push), (gst_ogg_pad_push):
14252           Let's act as if we're synchronized now! :).
14253         * ext/theora/theoradec.c: (theora_dec_chain):
14254           Add some debug.
14255
14256 2004-11-08  Wim Taymans  <wim@fluendo.com>
14257
14258         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14259         (gst_alpha_set_property), (gst_alpha_sink_link),
14260         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
14261         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
14262         (gst_alpha_init_params), (gst_alpha_chain):
14263         Implement alpha functions for AYUV too, this increases
14264         accuracy quite a bit.
14265
14266 2004-11-08  Wim Taymans  <wim@fluendo.com>
14267
14268         * gst/ffmpegcolorspace/avcodec.h:
14269         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14270         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
14271         (gst_ffmpegcsp_avpicture_fill):
14272         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14273         (gst_ffmpegcsp_caps_remove_format_info):
14274         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
14275         (shrink12), (img_get_alpha_info), (deinterlace_line),
14276         (deinterlace_line_inplace):
14277         * gst/ffmpegcolorspace/imgconvert_template.h:
14278         Added AYUV colorspace and handle RGBA a bit more respectful.
14279
14280 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14281
14282         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14283           Actually always send a discont (cornercase when resending the
14284           same serial-tagged chain twice).
14285
14286 2004-11-08  Julien MOUTTE  <julien@moutte.net>
14287
14288         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
14289         (gst_ximagesink_finalize):
14290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14291         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
14292
14293 2004-11-08  Wim Taymans  <wim@fluendo.com>
14294
14295         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
14296         Don't segfault on NULL data.
14297
14298 2004-11-08  Wim Taymans  <wim@fluendo.com>
14299
14300         * gst/playback/gstdecodebin.c: (unlinked):
14301         * gst/playback/gstplay-marshal.list:
14302         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14303         (gst_play_base_bin_init), (group_create), (get_active_group),
14304         (get_building_group), (group_destroy), (group_commit),
14305         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
14306         (add_element_stream), (no_more_pads), (probe_triggered),
14307         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
14308         (state_change), (setup_source), (gst_play_base_bin_get_property),
14309         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
14310         (gst_play_base_bin_link_stream),
14311         (gst_play_base_bin_get_streaminfo):
14312         * gst/playback/gstplaybasebin.h:
14313         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14314         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
14315         Add support for chained ogg files. Prepare for playlist
14316         support. This patch introduces the concept of pad groups, which
14317         together compose one playable media file.
14318
14319 2004-11-07  David Schleef  <ds@schleef.org>
14320
14321         * testsuite/gst-lint: Check for pad templates that aren't statically
14322         scoped.
14323
14324 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14325
14326         * configure.ac:
14327         * ext/Makefile.am:
14328         * ext/musepack/Makefile.am:
14329         * ext/musepack/gstmusepackdec.cpp:
14330         * ext/musepack/gstmusepackdec.h:
14331         * ext/musepack/gstmusepackreader.cpp:
14332         * ext/musepack/gstmusepackreader.h:
14333           Add musepack decoder.
14334         * ext/faad/gstfaad.c: (gst_faad_base_init):
14335           Make pad templates static.
14336         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
14337         (plugin_init):
14338           Add musepack typefinder, make mp3 typefinding work halfway stream,
14339           which doesn't actually work yet because id3demux doesn't implement
14340           _get_length().
14341
14342 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14343
14344         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14345         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
14346           Fix interrupt event handling (#144436).
14347
14348 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14349
14350         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
14351           Hide unused glory.
14352
14353 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14354
14355         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14356
14357         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
14358           Fix weird caps (#157548).
14359
14360 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14361
14362         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14363
14364         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
14365           Add missing NULL terminator (#157543).
14366
14367 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14368
14369         * gst/tcp/gsttcp.h:
14370         * gst/tcp/gsttcpclientsink.c:
14371         * gst/tcp/gsttcpclientsrc.c:
14372         * gst/tcp/gsttcpserversink.c:
14373         * gst/tcp/gsttcpserversrc.c:
14374           ports can go up to 65535.  Move common defines to gsttcp.h
14375
14376 2004-11-05  Wim Taymans  <wim@fluendo.com>
14377
14378         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
14379         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
14380         Added two more colorspaces.
14381
14382 2004-11-05  Wim Taymans  <wim@fluendo.com>
14383
14384         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14385         (gst_ffmpegcsp_avpicture_fill):
14386         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
14387         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
14388         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
14389         More stride fixes.
14390
14391 2004-11-05  Wim Taymans  <wim@fluendo.com>
14392
14393         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
14394         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
14395         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
14396         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
14397         (gst_videomixer_loop):
14398         More stride fixes.
14399
14400 2004-11-05  Benjamin Otte  <otte@gnome.org>
14401
14402         * ext/mad/gstmad.c: (gst_mad_chain):
14403           don't overflow data buffer. Flush not needed sync data when syncing
14404           failed.
14405
14406 2004-11-04  Wim Taymans  <wim@fluendo.com>
14407
14408         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14409         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14410         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
14411         (gst_alpha_init_params), (gst_alpha_chain),
14412         (gst_alpha_change_state):
14413         Updated the chroma keying algorithm with something more
14414         sophisticated.
14415
14416 2004-11-03  Wim Taymans  <wim@fluendo.com>
14417
14418         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
14419         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
14420         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
14421         Fix stride issues. Does not completely work for odd
14422         heights.
14423
14424 2004-11-03  Wim Taymans  <wim@fluendo.com>
14425
14426         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14427         (gst_alpha_chroma_key), (gst_alpha_chain):
14428         Fix stride issues. Does not completely work for odd
14429         heights.
14430
14431 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
14432
14433         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
14434         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
14435         leak fixes
14436
14437 2004-11-03  Wim Taymans  <wim@fluendo.com>
14438
14439         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14440         (gst_ffmpegcsp_avpicture_fill):
14441         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
14442         (avpicture_alloc):
14443         * gst/ffmpegcolorspace/imgconvert_template.h:
14444         Use correct _fill function to get correct strides.
14445
14446 2004-11-02  David Schleef  <ds@schleef.org>
14447
14448         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
14449         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
14450         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
14451         Change all g_print()s to debugging.  Add a bunch of consistency
14452         checks.
14453
14454 2004-11-02  Wim Taymans  <wim@fluendo.com>
14455
14456         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14457         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
14458         (unlinked), (no_more_pads), (close_link):
14459         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14460         (unknown_type), (add_element_stream), (new_decoded_pad),
14461         (removed_decoded_pad), (setup_source):
14462         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
14463         (gst_stream_info_class_init), (gst_stream_info_init),
14464         (gst_stream_info_new), (gst_stream_info_dispose),
14465         (stream_info_mute_pad), (gst_stream_info_set_property),
14466         (gst_stream_info_get_property):
14467         * gst/playback/gststreaminfo.h:
14468         Fix playback of multiple files.
14469         a slightly different approach to handling dynamic pad removals.
14470         This one only looks at pads that we have linked.
14471
14472 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
14473
14474         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
14475         free" warning from libc.
14476
14477 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14478
14479         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14480         (get_unconnected_element), (remove_starting_from), (pad_removed),
14481         (close_link):
14482           Implement support for dynamic pad changing. We listen to "live"
14483           pad removals (i.e. while playing) and re-setup autoplugging
14484           after that. Playbasebin/playbin need some more work for this
14485           to finally work, but decodebin supports (and replugs) chained
14486           ogg now.
14487
14488 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
14489
14490         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
14491         (gst_alsa_finalize):
14492         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
14493         (gst_cdaudio_finalize):
14494         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
14495         (cdparanoia_finalize):
14496         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
14497         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
14498         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
14499         (dvdreadsrc_finalize):
14500         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
14501         (gst_flacdec_finalize):
14502         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
14503         (gst_flacenc_finalize):
14504         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
14505         (gst_gnomevfssink_finalize):
14506         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
14507         (gst_gnomevfssrc_finalize):
14508         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
14509         (gst_fameenc_finalize):
14510         * ext/nas/nassink.c: (gst_nassink_class_init),
14511         (gst_nassink_finalize):
14512         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
14513         (gst_sdlvideosink_class_init):
14514         * ext/sndfile/gstsf.c: (gst_sf_dispose):
14515         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
14516         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
14517         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
14518         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
14519         (gst_x_window_listener_dispose):
14520         * gst/audioscale/gstaudioscale.c:
14521         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
14522         (play_on_demand_finalize):
14523         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
14524         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
14525         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
14526         (cdplayer_finalize):
14527         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
14528         (gst_glimagesink_class_init):
14529         * sys/oss/gstosselement.c: (gst_osselement_class_init),
14530         (gst_osselement_finalize):
14531         * sys/oss/gstosssink.c: (gst_osssink_dispose):
14532         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
14533         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
14534           Fixes a bunch of problems with finalize and dispose functions,
14535           either assumptions that dispose is only called once, or not calling
14536           the parent class dispose/finalize function
14537
14538 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
14539
14540         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
14541           added two api precondition guards
14542           use g_strdup with getenv to fix crash when using ENVVAR
14543
14544 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
14545         * ext/esd/esdsink.c: (gst_esdsink_class_init),
14546         (gst_esdsink_finalize):
14547         Use a finalize function, not dispose, and more importantly,
14548         call the parent class finalize function too
14549
14550 2004-11-01  Johan Dahlin  <johan@gnome.org>
14551
14552         * ext/ogg/gstoggdemux.c:
14553         * gst/tags/gstvorbistag.c:
14554         Plug leaks.
14555
14556 2004-10-31  Benjamin Otte  <otte@gnome.org>
14557
14558         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
14559           lotsa memleaks today. But they're all small...
14560
14561 2004-10-31  Benjamin Otte  <otte@gnome.org>
14562
14563         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14564           another memleak crushed
14565
14566 2004-10-31  Benjamin Otte  <otte@gnome.org>
14567
14568         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
14569           fix memleak
14570
14571 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14572
14573         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14574           Hack to prevent crash when going to READY inside signal handler
14575           while this function is active.
14576
14577 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14578
14579         * gst/ffmpegcolorspace/Makefile.am:
14580         * gst/ffmpegcolorspace/avcodec.h:
14581         * gst/ffmpegcolorspace/common.h:
14582         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
14583         * gst/ffmpegcolorspace/dsputil.h:
14584         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
14585         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14586         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
14587         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
14588         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
14589         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
14590         (gst_ffmpegcsp_avpicture_fill):
14591         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
14592         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14593         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
14594         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
14595         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
14596         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
14597         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14598         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
14599         * gst/ffmpegcolorspace/imgconvert.c:
14600         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
14601         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
14602         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
14603         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
14604         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
14605         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
14606         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
14607         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
14608         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
14609         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
14610         (grow21), (grow22), (grow41), (grow44), (conv411),
14611         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
14612         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
14613         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
14614         (avpicture_free), (is_yuv_planar), (img_convert),
14615         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
14616         (deinterlace_line_inplace), (deinterlace_bottom_field),
14617         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
14618         * gst/ffmpegcolorspace/imgconvert_template.h:
14619         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
14620         * gst/ffmpegcolorspace/mmx.h:
14621         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
14622         (av_fast_realloc), (av_mallocz_static), (av_free_static),
14623         (av_freep), (avcodec_get_context_defaults),
14624         (avcodec_alloc_context), (avcodec_init):
14625           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
14626           handling plus update from ffmpeg CVS. Large clean-up.
14627
14628 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14629
14630         * gst/playback/Makefile.am:
14631           We need the marshallers for decodebin, too.
14632
14633 2004-10-30  David Schleef  <ds@schleef.org>
14634
14635         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
14636           quicktime typefinding work with 64-bit offsets.
14637
14638 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
14639
14640         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
14641           Set EOS on the element when processing an EOS event.
14642         * ext/speex/gstspeexdec.h:
14643         * ext/speex/gstspeexenc.h:
14644           Only keep a const ptr to the mode
14645         * gst-libs/gst/riff/riff-media.c:
14646         (gst_riff_create_audio_caps_with_data),
14647         (gst_riff_create_audio_template_caps):
14648           Allow WMAV3, with up to 6 channels.
14649         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
14650           Don't call gst_pad_set_event_function on a sink pad.
14651         * gst/mpegstream/gstdvddemux.c:
14652         (gst_dvd_demux_get_subpicture_stream),
14653         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
14654           Copy the explicit caps that were set across to the cur_* pads,
14655           instead of trying to use a possibly non-existent negotiated caps.
14656           Reset the type of subpicture pads to UNKNOWN after calling
14657           init_stream, so that the caps get set.
14658
14659 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
14660
14661         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14662
14663         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
14664           Don't touch buffer if it is of size 0 (fixes #151064).
14665
14666 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14667
14668         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
14669           Synchronized discont handling.
14670
14671 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14672
14673         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
14674         (gst_ogg_demux_push):
14675           Make seeking sort-of exact again (fixes #156387).
14676
14677 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14678
14679         * gst/playback/gstplaybasebin.c: (unknown_type),
14680         (add_element_stream), (new_decoded_pad),
14681         (gst_play_base_bin_change_state):
14682         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14683         (gst_stream_info_init), (gst_stream_info_new),
14684         (gst_stream_info_dispose), (gst_stream_info_get_property):
14685         * gst/playback/gststreaminfo.h:
14686           Make caps explicitely available. Makes testing for unsupported
14687           types possible. Improves error reporting.
14688
14689 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14690
14691         * gst/audioconvert/gstaudioconvert.c:
14692         (gst_audio_convert_buffer_to_default_format):
14693           Really don't touch read-only buffers (#156563).
14694
14695 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
14696
14697         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14698
14699         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14700           Fix memleak (#155223).
14701
14702 2004-10-29  Wim Taymans  <wim@fluendo.com>
14703
14704         * gst/tcp/.cvsignore:
14705         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14706         (gst_multifdsink_class_init), (gst_multifdsink_init),
14707         (gst_multifdsink_add), (gst_multifdsink_remove),
14708         (gst_multifdsink_remove_client_link), (is_sync_frame),
14709         (gst_multifdsink_new_client),
14710         (gst_multifdsink_handle_client_write),
14711         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14712         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
14713         (gst_multifdsink_get_property):
14714         * gst/tcp/gstmultifdsink.h:
14715         Added burst on connect sync_method, deprecated sync_clients,
14716         streamlined the sync code some more.
14717
14718 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14719
14720         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
14721         (gst_play_base_bin_change_state):
14722           Improve error reporting.
14723
14724 2004-10-28  Wim Taymans  <wim@fluendo.com>
14725
14726         * gst/tcp/Makefile.am:
14727         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
14728         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
14729         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
14730         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
14731         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14732         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14733         (gst_fdset_wait):
14734         Added more locks around fdset structures. Fixed/reworked
14735         the poll array resizing code.
14736         Added stress test for fdset.
14737
14738 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14739
14740         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
14741         fix build
14742
14743 2004-10-28  Benjamin Otte  <otte@gnome.org>
14744
14745         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
14746           fix link function to always query channels and query width for
14747           floats
14748         * configure.ac:
14749           add equalizer dir
14750         * gst/equalizer/Makefile.am:
14751         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
14752         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
14753         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
14754         (arg_to_scale), (setup_filter),
14755         (gst_iir_equalizer_compute_frequencies),
14756         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
14757         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
14758         (plugin_init):
14759           add an equalizer
14760
14761 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14762
14763         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
14764
14765         * po/LINGUAS:
14766         * po/nb.po:
14767           Added Norwegian Bokmaal translation
14768
14769 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14770
14771         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14772           Don't break on options (fixes #156488).
14773
14774 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14775
14776         * configure.ac:
14777         * ext/cdaudio/Makefile.am:
14778         * sys/Makefile.am:
14779           fix build on older automake
14780
14781 2004-10-26  Wim Taymans  <wim@fluendo.com>
14782
14783         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
14784         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
14785         Allow a little margin when negotiating the framerate.
14786
14787 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
14788
14789         * gst/level/gstlevel.c:
14790           synchonised naming of pads and pad-templates
14791
14792 2004-10-26  Wim Taymans  <wim@fluendo.com>
14793
14794         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
14795         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
14796         (_find_streams_check), (gst_ogg_demux_push):
14797         Fix EOS again. Needs to be done in a better way. We should not
14798         remove the pad if there is no new chained stream.
14799
14800 2004-10-26 Iain <iaingnome@gmail.com>
14801
14802         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
14803         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
14804         of the caps.
14805         * gst/interleave/interleave.c (interleave_class_init): Hook up release
14806         pad.
14807         (interleave_release_pad): Remove the pad.
14808         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
14809         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
14810         the set device.
14811         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
14812         attrs
14813         (gst_xvimagesink_xcontext_clear): Free the xcontext.
14814         (gst_xvimagesink_finalize): Free the par.
14815
14816 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14817
14818         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
14819         (gst_avimux_stop_file):
14820           First calculate the rate, and only then use it. Hdr.rate is a
14821           multiple and not a derivative of hdr.scale. Scale is not the
14822           same as blockalign but is solely related to rate.
14823
14824 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14825
14826         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
14827         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
14828           Implement seeking.
14829
14830 2004-10-25  James Henstridge  <james@jamesh.id.au>
14831
14832         Reviewed by:  David Schleef  <ds@schleef.org>
14833
14834         * examples/gstplay/player.c: (got_stream_length), (main):
14835         * examples/seeking/cdplayer.c: (update_scale):
14836         * examples/seeking/seek.c: (format_value), (update_scale):
14837         * examples/seeking/spider_seek.c: (format_value), (update_scale),
14838         (stop_seek):
14839         Build fixes on AMD64.
14840
14841 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14842
14843         reviewed by: Ronald Bultje <rbultje at gnome dot org>
14844
14845         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
14846         Fix for some v4l cards which hang in v4lsrc
14847
14848 2004-10-25  Wim Taymans  <wim@fluendo.com>
14849
14850         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
14851         (gst_ogg_demux_push), (gst_ogg_chains_clear):
14852         Make sure to remove the pad when a new chain is
14853         encountered. Set some vars to NULL so we don't try
14854         to reference freed memory.
14855
14856 2004-10-25  Wim Taymans  <wim@fluendo.com>
14857
14858         * examples/seeking/Makefile.am:
14859         * examples/seeking/cdplayer.c: (update_scale):
14860         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
14861         * examples/seeking/playbin.c: (make_playerbin_pipeline),
14862         (format_value), (update_scale), (iterate), (start_seek),
14863         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
14864         (print_usage), (main):
14865         Added some more examples, update others.
14866
14867 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14868
14869         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
14870         * ext/speex/gstspeexdec.c: (speex_dec_chain):
14871         * ext/theora/theoradec.c: (theora_dec_chain):
14872         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14873           Add codec-name metadata.
14874
14875 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
14876
14877         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14878
14879         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14880         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14881         * ext/alsa/gstalsamixertrack.h:
14882         * po/POTFILES.in:
14883           ALSA mixer track label internationalization (#154054).
14884
14885 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14886
14887         * ext/theora/theoradec.c: (theora_dec_chain):
14888           Export bitrate as metadata.
14889
14890 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14891
14892         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14893         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14894         * ext/alsa/gstalsamixertrack.h:
14895           Fix names, fix loop.
14896
14897 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14898
14899         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
14900         (speex_dec_convert):
14901           sinkconvert function so oggdemux can get the file length (totem).
14902
14903 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
14904
14905         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14906
14907         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
14908           Don't push incomplete packets.
14909         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
14910           Fix MPEG-4 audio typefinding.
14911
14912 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14913
14914         * sys/v4l/Makefile.am:
14915         * sys/v4l/gstv4l.c: (plugin_init):
14916         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
14917         (gst_v4lelement_init), (gst_v4lelement_dispose),
14918         (gst_v4lelement_change_state):
14919         * sys/v4l/gstv4lelement.h:
14920         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
14921         (gst_v4l_xoverlay_close), (idle_refresh),
14922         (gst_v4l_xoverlay_set_xwindow_id):
14923         * sys/v4l/gstv4lxoverlay.h:
14924         * sys/v4l/v4l-overlay_calls.c:
14925         * sys/v4l/v4l_calls.h:
14926         * sys/v4l2/Makefile.am:
14927         * sys/v4l2/gstv4l2.c: (plugin_init):
14928         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
14929         (gst_v4l2element_init), (gst_v4l2element_dispose),
14930         (gst_v4l2element_change_state):
14931         * sys/v4l2/gstv4l2element.h:
14932         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
14933         (gst_v4l2_xoverlay_close), (idle_refresh),
14934         (gst_v4l2_xoverlay_set_xwindow_id):
14935         * sys/v4l2/gstv4l2xoverlay.h:
14936         * sys/v4l2/v4l2-overlay_calls.c:
14937         * sys/v4l2/v4l2_calls.h:
14938           Remove client-side overlay handling, use the X-server v4l plugin
14939           for that. Nicer overlay, less code. Also make the plugin
14940           compileable without X (but then without overlay, obviously).
14941           Makes xwindowlistener obsolete, should we remove that?
14942
14943 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14944
14945         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
14946         (gst_osssrc_src_query):
14947         * sys/oss/gstosssrc.h:
14948           OK, so people want offset in DEFAULT. This time, actually fix all
14949           cases.
14950         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
14951           Add FPS properly.
14952
14953 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14954
14955         * gst/asfdemux/gstasfmux.c:
14956         * gst/avi/gstavimux.c:
14957           Framerate.
14958
14959 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14960
14961         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
14962           Fix properties (channel, norm, frequency).
14963
14964 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14965
14966         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
14967           Flag typo.
14968         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
14969           No warnings.
14970
14971 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14972
14973         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
14974           Fix hang.
14975
14976 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14977
14978         * sys/v4l2/gstv4l2element.h:
14979           Yet Another Hack (tm) for kernel header borkedness.
14980         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
14981         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
14982         (gst_v4l2src_link), (gst_v4l2src_getcaps),
14983         (gst_v4l2src_change_state):
14984         * sys/v4l2/gstv4l2src.h:
14985         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
14986         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
14987           Fix caps, keep track of state, work.
14988
14989 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14990
14991         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
14992           Quiet.
14993
14994 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14995
14996         * sys/oss/gstosssrc.c: (gst_osssrc_get):
14997           Don't mix bytes and samples.
14998
14999 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15000
15001         * ext/ogg/gstoggmux.c:
15002           Basic pad template which accepts OGM tracks, speex, flac, vorbis
15003           and theora. Any is incorrect.
15004         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
15005           Fix caps.
15006         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
15007         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
15008         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
15009         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
15010         * sys/v4l/gstv4lmjpegsrc.h:
15011         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
15012         (gst_v4lsrc_change_state):
15013         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
15014         (gst_v4lmjpegsrc_capture_stop):
15015           Fix caps. Keep track of internal state. Work.
15016
15017 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15018
15019         * ext/Makefile.am:
15020           Fix the build fixes.
15021
15022 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15023
15024         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15025         (gst_ogg_demux_src_event), (_find_chain_seek),
15026         (gst_ogg_pad_push):
15027           Check for pad availability before using it.
15028         * ext/ogg/gstoggdemux.c: (_find_chain_process):
15029           Fix parsing of chained ogg. Needs more work on the decoder side.
15030
15031 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15032
15033         * gst/spectrum/Makefile.am:
15034         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
15035         (idle_func):
15036           Fix demo and reenable it. Yes, I'm currently playing with audio
15037           analysis tools
15038
15039 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15040
15041         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
15042           We love it if files that start at zero work too...
15043
15044 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15045
15046         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
15047           Handle files with missing EOS headers.
15048
15049 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15050
15051         * gst/tcp/gsttcpserversink.c:
15052         (gst_tcpserversink_handle_server_read),
15053         (gst_tcpserversink_init_send):
15054         Zero some variables first (need for accept not to return EINVAL)
15055
15056 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15057
15058         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15059         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
15060         * ext/theora/theoradec.c: (theora_dec_sink_convert),
15061         (theora_dec_chain):
15062         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
15063         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
15064           Seeking and querying finetune.
15065
15066 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15067
15068         * configure.ac:
15069         * ext/Makefile.am:
15070         * ext/raw1394/Makefile.am:
15071           fix the build
15072
15073 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15074
15075         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
15076           Wrong return.
15077         * gst/playback/Makefile.am:
15078         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15079         * gst/playback/gstplay-marshal.list:
15080         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15081           Fix marshallers.
15082
15083 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15084
15085         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
15086           Silence.
15087
15088 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15089
15090         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15091         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
15092         (gst_ogg_pad_push):
15093           Yay for non-lineair granulepos in theora.
15094
15095 2004-10-18  Wim Taymans  <wim@fluendo.com>
15096
15097         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
15098         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
15099         * ext/dv/gstdvdec.h:
15100         Make sure we renegotiate aspect ratio when the camera switches.
15101
15102 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15103
15104         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15105         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
15106           Start at zero.
15107         * ext/theora/theoradec.c: (theora_dec_chain):
15108           Skip headers. Bad idea for chained ogg, but fixes seeking.
15109
15110 2004-10-18  Wim Taymans  <wim@fluendo.com>
15111
15112         * configure.ac:
15113         I swear, this is the last time I touch this.
15114
15115 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15116
15117         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15118         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
15119         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
15120           Faster seeking.
15121         * ext/theora/theoradec.c: (theora_dec_sink_convert):
15122           Time-to-default conversion.
15123         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
15124           Don't error on unknown packets, just skip. We should probably
15125           read them if we want to support chained ogg.
15126
15127 2004-10-18  Wim Taymans  <wim@fluendo.com>
15128
15129         * configure.ac:
15130         Added cdaudio to wrong list.
15131
15132 2004-10-18  Wim Taymans  <wim@fluendo.com>
15133
15134         * configure.ac:
15135         Revive cdaudio.
15136
15137 2004-10-18  Wim Taymans  <wim@fluendo.com>
15138
15139         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
15140         (gst_dvdec_video_link), (gst_dvdec_push):
15141         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
15142         (gst_smokeenc_resync), (gst_smokeenc_chain):
15143         Fix mimetype on smoke encoder.
15144         Add aspect ratio to dvdec. Not sure if these
15145         values are correct though....
15146
15147 2004-10-18  Wim Taymans  <wim@fluendo.com>
15148
15149         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
15150         Fix vorbis property descriptions and ranges.
15151
15152 2004-10-18  Wim Taymans  <wim@fluendo.com>
15153
15154         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
15155         Really do nothing when no data is available.
15156         Go to the playing state when the stream is not seekable
15157         instead of failing.
15158
15159 2004-10-18  Wim Taymans  <wim@fluendo.com>
15160
15161         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
15162         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
15163         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
15164         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
15165         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
15166         Added uri handler for cd://
15167         Port to new API.
15168
15169 2004-10-18  Wim Taymans  <wim@fluendo.com>
15170
15171         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15172         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
15173         (try_to_link_1), (no_more_pads), (close_link), (type_found):
15174         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
15175         (remove_prerolls), (unknown_type), (add_element_stream),
15176         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
15177         (gst_play_base_bin_remove_element),
15178         (gst_play_base_bin_link_stream):
15179         * gst/playback/gstplaybin.c: (gen_video_element),
15180         (gen_vis_element), (remove_sinks), (setup_sinks):
15181         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
15182         (gst_stream_info_get_type), (gst_stream_info_class_init),
15183         (gst_stream_info_init), (gst_stream_info_new),
15184         (gst_stream_info_dispose), (stream_info_mute_pad),
15185         (gst_stream_info_set_property), (gst_stream_info_get_property):
15186         * gst/playback/gststreaminfo.h:
15187         Add sink padtemplate to decodebin.
15188         Added some more comments.
15189         Make queue size configurable in playbasebin.
15190         Added possibility to use elements as sinks (ex cdaudio).
15191
15192 2004-10-15  Wim Taymans  <wim@fluendo.com>
15193
15194         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
15195         (gst_speexenc_chain):
15196         Fix speex timestamps so that it gets muxed properly.
15197
15198 2004-10-15  Wim Taymans  <wim@fluendo.com>
15199
15200         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
15201         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
15202         (gst_dv1394src_init), (gst_dv1394src_dispose),
15203         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
15204         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
15205         (gst_dv1394src_event), (gst_dv1394src_get_formats),
15206         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
15207         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
15208         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
15209         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
15210         * ext/raw1394/gstdv1394src.h:
15211         Added conversion/query functions.
15212         Update buffer timestamps,
15213         Added signals.
15214         Added uri dv:// so it might play from the firewire in playbin.
15215         Fix a possible leak.
15216         Added debugging.
15217
15218 2004-10-15  Wim Taymans  <wim@fluendo.com>
15219
15220         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
15221         (gst_dv1394src_init), (gst_dv1394src_set_property),
15222         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
15223         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
15224         * ext/raw1394/gstdv1394src.h:
15225         Added AV/C VTR control support needed for some cameras.
15226         Added automatic port detection.
15227         Added properties for selecting the channel.
15228         The configure.ac script is not yet updated to reflect the
15229         new libavc1394 and librom1394 dependencies.
15230
15231 2004-10-15  Wim Taymans  <wim@fluendo.com>
15232
15233         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15234         (qtdemux_parse), (gst_qtdemux_handle_esds):
15235         An esds box is not a container.
15236         Fix parsing of mp4v boxes.
15237         Do not try to renegotiate fps for each frame. Need to
15238         find a better method. This should fix mp4 playback.
15239
15240 2004-10-14  David Schleef  <ds@schleef.org>
15241
15242         * configure.ac: update for swfdec-0.3 and liboil-0.2
15243         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
15244         * ext/swfdec/gstswfdec.h: same
15245         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
15246         * gst/videotestsrc/videotestsrc.c: same
15247
15248 2004-10-14  Wim Taymans  <wim@fluendo.com>
15249
15250         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15251         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
15252         (is_sync_frame), (gst_multifdsink_new_client),
15253         (gst_multifdsink_handle_client_write),
15254         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15255         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
15256         Turn warnings into info.
15257         Don't allow a state change in the streaming thread.
15258
15259 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15260
15261         * ext/vorbis/oggvorbisenc.c:
15262         * ext/vorbis/vorbisdec.c:
15263           fix template sample rate
15264
15265 2004-10-13  Wim Taymans  <wim@fluendo.com>
15266
15267         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
15268         Decoding the header first fixes some problems in resyncing
15269         in more mp3s.
15270
15271 2004-10-12  Wim Taymans  <wim@fluendo.com>
15272
15273         * gst/playback/gstplaybin.c: (gen_video_element),
15274         (gen_vis_element), (remove_sinks), (setup_sinks):
15275         Added vis plugin support, need to configure the vis
15276         element to activate it.
15277
15278 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15279
15280         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
15281         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15282           Some debug.
15283         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15284         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
15285         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
15286         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
15287         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
15288         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
15289         * gst/avi/gstavidemux.h:
15290           Support for openDML-2.0 indx/ix## chunks. Support for broken index
15291           recovery (where, if part of the index is broken, we will still read
15292           the rest of the index and recover the broken part by stream
15293           scanning). More broken media support. EOS workarounds. General AVI
15294           braindamage headache recovery. Aspirin included.
15295
15296 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15297
15298         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
15299         (cdparanoia_event), (cdparanoia_query):
15300           Get rid of hideous lead-in.
15301
15302 2004-10-11  Wim Taymans  <wim@fluendo.com>
15303
15304         * gst/playback/gstplaybasebin.c: (setup_source):
15305         Wrong var used to get g_list_next.
15306
15307 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15308
15309         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
15310         (cdparanoia_get), (cdparanoia_open):
15311           Report discid as metadata, add duration.
15312
15313 2004-10-11  Wim Taymans  <wim@fluendo.com>
15314
15315         * gst/playback/gstplaybasebin.c: (setup_source):
15316         Cleanup the previous pipeline a little earlier for the
15317         case that a source element provides raw data.
15318
15319 2004-10-11  Benjamin Otte  <otte@gnome.org>
15320
15321         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15322           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
15323           consuming the last 128 bytes, even though it was valid mp3 data.
15324
15325 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15326
15327         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
15328         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
15329         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
15330         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
15331
15332 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15333
15334         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
15335         Fix for webcams that support only specific width or height
15336
15337 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
15338
15339         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15340
15341         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15342           Fix wrong discont event setup (fixes #154967).
15343
15344 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
15345
15346         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15347
15348         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15349           Error out on invalid data (fixes #154807).
15350
15351 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
15352
15353         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15354
15355         * ext/dvdread/dvdreadsrc.c: (_read):
15356           Make titles > 0 work again (fixes #154834).
15357
15358 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15359
15360         * gst-libs/gst/riff/riff-media.c:
15361         (gst_riff_create_video_template_caps):
15362           WMV3 missing in template caps.
15363
15364 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15365
15366         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15367           OK, so the original code was too strict. It makes random AVI files
15368           hang for seconds upon opening, which is unacceptable and is far
15369           beyond the original goal of getting multiple chunks for one-chunk
15370           sounc stream files. So now do just that.
15371
15372 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15373
15374         * gst/playback/gstplaybasebin.c: (setup_source),
15375         (gst_play_base_bin_change_state):
15376           Actually clean up streaminfo if output fails. This would trigger
15377           if, for example, there was no CD in the drive. No preroll, so
15378           a streaminfo structure is created, but the subsequent state change
15379           of the thread fails.
15380         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
15381           Don't change state if parent failed.
15382
15383 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15384
15385         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15386         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
15387         (gen_video_element), (remove_sinks):
15388           Add small bits of code for screenshot handling.
15389
15390 2004-10-08  Wim Taymans  <wim@fluendo.com>
15391
15392         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
15393         (gen_video_element), (gen_audio_element), (setup_sinks):
15394         Don't assume the user provided sinks are named "sink"...
15395
15396 2004-10-08  Wim Taymans  <wim@fluendo.com>
15397
15398         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
15399         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
15400         (gst_play_base_bin_link_stream):
15401         Do not try to autoplug sources that generate raw streams like
15402         cdparanoia.
15403         disconnect the preroll overrun signal when we don't need it anymore.
15404
15405 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
15406
15407         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
15408         Added reworked patch from #154903 from milosz derezynski (deadchip).
15409
15410 2004-10-08  Wim Taymans  <wim@fluendo.com>
15411
15412         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
15413         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
15414         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
15415         (cdparanoia_convert), (cdparanoia_uri_get_type),
15416         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
15417         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
15418         * ext/cdparanoia/gstcdparanoia.h:
15419         This adds the cdda://<tracknum> uri.
15420
15421 2004-10-08  Wim Taymans  <wim@fluendo.com>
15422
15423         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15424         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
15425         (try_to_link_1), (no_more_pads), (close_link), (type_found):
15426         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15427         (unknown_type), (gst_play_base_bin_remove_element),
15428         (gst_play_base_bin_link_stream):
15429         * gst/playback/gstplaybasebin.h:
15430         * gst/playback/gstplaybin.c: (gst_play_bin_init),
15431         (gst_play_bin_set_property), (gen_video_element),
15432         (gen_audio_element), (setup_sinks):
15433         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
15434         (gst_stream_info_get_type), (gst_stream_info_class_init),
15435         (gst_stream_info_init), (gst_stream_info_new),
15436         (gst_stream_info_dispose), (stream_info_mute_pad),
15437         (gst_stream_info_set_property), (gst_stream_info_get_property):
15438         * gst/playback/gststreaminfo.h:
15439         Reuse the audio and video bins.
15440         Some internal cleanups in the stream selection code.
15441
15442 2004-10-08  Julien MOUTTE  <julien@moutte.net>
15443
15444         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15445         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
15446         * sys/ximage/ximagesink.h:
15447         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15448         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
15449         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
15450         not coming from those elements. Moreover these elements should not keep
15451         the xid they have been given when in NULL state.
15452
15453 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15454
15455         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15456         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
15457         * sys/ximage/ximagesink.h:
15458         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15459         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
15460         * sys/xvimage/xvimagesink.h:
15461           Actually only create a new toplevel window if we're not gonna
15462           embed it right after.
15463
15464 2004-10-07  Wim Taymans  <wim@fluendo.com>
15465
15466         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
15467         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
15468         * gst/playback/gstplaybin.c: (setup_sinks):
15469         Implement muting/unmuting of streams, mute streams that are not
15470         used.
15471
15472 2004-10-07  Wim Taymans  <wim@fluendo.com>
15473
15474         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
15475         (plugin_init):
15476         Added lame audio/x-ac3 typefind function.
15477
15478 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15479
15480         * configure.ac:
15481           bump nano to cvs
15482
15483 === release 0.8.5 ===
15484
15485 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15486
15487         * NEWS:
15488         * RELEASE:
15489         * configure.ac:
15490           releasing 0.8.5, "Take You On"
15491
15492 2004-10-06  Wim Taymans  <wim@fluendo.com>
15493
15494         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15495         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15496         (no_more_pads), (close_link), (type_found):
15497         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
15498         * gst/playback/gstplaybin.c: (gen_video_element):
15499         Do not signal the no_more_pads after the first pad when
15500         we are plugging a non dynamic element with multiple
15501         output pads (like swfdec, dvdec, ...).
15502
15503 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15504
15505         * configure.ac:
15506           bump for prerelease
15507
15508 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15509
15510         * gst/wavparse/gstwavparse.c:
15511           add ATRAC3 to STATIC CAPS to fix a warning
15512
15513         * gst/matroska/ebml-read.c:
15514         * gst-libs/gst/riff/riff-read.c:
15515           fix typos
15516
15517 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15518
15519         * gst-libs/gst/riff/riff-media.c:
15520           generate caps for ATRAC3 audio streams
15521
15522         * gst/realmedia/rmdemux.c:
15523           generate caps for ATRAC3 audio streams
15524
15525 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15526
15527         * gst/wavparse/Makefile.am
15528         * gst/wavparse/riff.h
15529         * gst/wavparse/wavparse.vcproj
15530           riff.h removal (unused and duplication with riff-ids.h)
15531
15532 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15533
15534         * gst/wavparse/gstwavparse.h
15535           remove duplicated defines for audio codec codes
15536
15537         * gst-libs/gst/riff/riff-ids.h
15538         * gst/wavenc/riff.h:
15539           add "4CC" code for ATRAC3 audio streams
15540           add "4CC" code for ITU_G721_ADPCM (unused for now)
15541
15542 2004-10-06  Wim Taymans  <wim@fluendo.com>
15543
15544         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
15545         Actually _do_ negotiation. Pass gdouble as arg instead
15546         of guint64 for the framerate.
15547
15548 2004-10-06  Wim Taymans  <wim@fluendo.com>
15549
15550         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15551         (find_compatibles), (close_pad_link), (try_to_link_1),
15552         (no_more_pads), (close_link), (type_found):
15553         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
15554         * gst/playback/gstplaybin.c: (gen_video_element),
15555         (gen_audio_element):
15556         Set state on newly added element to READY so that negotiation
15557         can happen ASAP.
15558         Addes some more debug info.
15559         Do not try to plug pads with multiple caps structures or ANY
15560         because it is too dangerous since we do not do dynamic
15561         replugging.
15562
15563 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15564
15565         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
15566
15567         * po/LINGUAS:
15568         * po/or.po:
15569           add Oriya translation
15570
15571 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15572
15573         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15574           Prevent overwrite of size member. Makes audio sound crappy.
15575
15576 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15577
15578         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15579         Add rmvb to the list of known RealMedia extensions
15580
15581 2004-10-05  Wim Taymans  <wim@fluendo.com>
15582
15583         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
15584         (mngdec_openstream), (mngdec_closestream),
15585         (mngdec_handle_sink_event), (mngdec_readdata),
15586         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
15587         (mngdec_getcanvasline), (mngdec_refresh),
15588         (gst_mngdec_change_state):
15589         Set the framerate correctly.
15590
15591 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15592
15593         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15594           There was something wrong with the index massaging.
15595
15596 2004-10-04  Wim Taymans  <wim@fluendo.com>
15597
15598         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
15599         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
15600         (gst_smokedec_chain):
15601         * ext/jpeg/gstsmokedec.h:
15602         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
15603         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
15604         * ext/jpeg/gstsmokeenc.h:
15605         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
15606         (smokecodec_decode_new), (smokecodec_info_free),
15607         (smokecodec_set_quality), (smokecodec_get_quality),
15608         (smokecodec_set_threshold), (smokecodec_get_threshold),
15609         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
15610         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
15611         (smokecodec_encode), (smokecodec_parse_id),
15612         (smokecodec_parse_header), (smokecodec_decode):
15613         * ext/jpeg/smokecodec.h:
15614         * ext/jpeg/smokeformat.h:
15615         Updated smoke, new bitstream, allows embedding in ogg.
15616
15617 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15618
15619         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
15620           Fix seeking in some files. All this code is no longer needed (and
15621           actually breaks stuff) because we now synchronize the full index
15622           right when reading the header.
15623
15624 2004-10-04  Wim Taymans  <wim@fluendo.com>
15625
15626         * configure.ac:
15627         configure update for libmng.
15628
15629 2004-10-04  Wim Taymans  <wim@fluendo.com>
15630
15631         * ext/libmng/Makefile.am:
15632         * ext/libmng/gstmng.c: (plugin_init):
15633         * ext/libmng/gstmng.h:
15634         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
15635         (gst_mngdec_base_init), (gst_mngdec_class_init),
15636         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
15637         (gst_mngdec_loop), (gst_mngdec_get_property),
15638         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
15639         (mngdec_closestream), (mngdec_handle_sink_event),
15640         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
15641         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
15642         (gst_mngdec_change_state):
15643         * ext/libmng/gstmngdec.h:
15644         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
15645         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
15646         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
15647         (gst_mngenc_chain), (gst_mngenc_get_property),
15648         (gst_mngenc_set_property):
15649         * ext/libmng/gstmngenc.h:
15650         Added basic MNG decoder. Needs more work. The encoder does
15651         not work yet.
15652
15653 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15654
15655         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
15656         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
15657         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
15658           Don't hang on length=0 chunks. Some negotiation fixes. Signal
15659           no-more-pads.
15660
15661 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15662
15663         * configure.ac:
15664           you need at least 1.0.4 of speex
15665
15666 2004-10-04 Iain <iaingnome@gmail.com>
15667
15668         * ext/speex/gstspeexdec.h: Revert the includes changes.
15669
15670         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
15671
15672 2004-09-30 Iain <iaingnome@gmail.com>
15673
15674         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
15675         found during init or set as a property instead of hardcoding /dev/audio
15676
15677 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15678
15679         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
15680         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
15681         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
15682         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
15683         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
15684         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
15685         (gst_rmdemux_dump_data):
15686           Use debug category, fix EOS handling. filesrc ! rmdemux now
15687           works.
15688
15689 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15690
15691         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15692         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
15693         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
15694           Improve allocation, cutting and sorting of the index. How takes a
15695           few seconds instead of minutes.
15696
15697 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
15698
15699         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
15700           fixed compilation
15701
15702 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15703
15704         * gst-libs/gst/riff/riff-media.c:
15705         (gst_riff_create_video_caps_with_data),
15706         (gst_riff_create_video_template_caps):
15707           Add wing commander format mimetype/fourccs.
15708         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15709           Don't crash if some value is 0.
15710
15711 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15712
15713         * gst-libs/gst/riff/riff-media.c:
15714         (gst_riff_create_video_caps_with_data),
15715         (gst_riff_create_video_template_caps):
15716           Add DIB fourcc (raw, palettized 8-bit RGB).
15717         * gst-libs/gst/riff/riff-read.c:
15718         (gst_riff_read_strf_vids_with_data):
15719           Oops, fix strf_data reading bug.
15720         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
15721           Use a non-NULL tag.
15722         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
15723           Time for hacks. Sorry Dave. At least one quicktime movie (a
15724           trailer) that I've encountered contains multiple video tracks.
15725           One of those is the actual video track, the other are one-frame
15726           tracks (images). Unfortunately, the number of frames according
15727           to the trak header is 1 for each, so that doesn't help. So
15728           instead, I look at the duration and discard tracks with a
15729           duration shorter than 20% of the length of the stream. Better
15730           than nothing.
15731
15732 2004-10-01  Christian Schaller <christian@fluendo.com>
15733
15734         * ext/ivorbis/vorbis.c:
15735           Patch from Phil Blundell (Bug 152341)
15736
15737 2004-10-01  Wim Taymans  <wim@fluendo.com>
15738
15739         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
15740         (speex_dec_get_formats), (speex_dec_convert),
15741         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
15742         (speex_dec_chain), (gst_speexdec_get_property),
15743         (gst_speexdec_set_property):
15744         Small cleanups.
15745
15746 2004-10-01  Wim Taymans  <wim@fluendo.com>
15747
15748         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
15749         (gst_wavparse_stream_init), (gst_wavparse_fmt),
15750         (gst_wavparse_other), (gst_wavparse_loop),
15751         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15752         (gst_wavparse_srcpad_event):
15753         * gst/wavparse/gstwavparse.h:
15754         Added some more debugging info.
15755         Fix the case where the length of the file is 0.
15756         Make sure we seek to sample borders.
15757
15758 2004-10-01  Wim Taymans  <wim@fluendo.com>
15759
15760         * gst/playback/README:
15761         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
15762         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
15763         (try_to_link_1), (no_more_pads), (close_link), (type_found):
15764         Add some debug info to decodebin, update README
15765
15766 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15767
15768         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
15769           Don't use g_print(); use GST_DEBUG().
15770
15771 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15772
15773         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15774         (gst_ogg_mux_queue_pads):
15775           Handle EOS properly.
15776
15777 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
15778
15779         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15780
15781         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
15782         (gst_faad_chain), (gst_faad_change_state):
15783         * ext/faad/gstfaad.h:
15784           Allow playback of raw (unframed) MPEG AAC files (#148993).
15785
15786 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
15787
15788         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15789
15790         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15791           Throw error if we didn't recognize the stream. Fixes #152289.
15792
15793 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15794
15795         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
15796           Fix negotiation.
15797
15798 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
15799
15800         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15801
15802         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15803           Fix memleak.
15804
15805 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
15806
15807         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15808
15809         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
15810           Solve #152805.
15811         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
15812           Solve 152806.
15813
15814 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15815
15816         * gst-libs/gst/riff/riff-media.c:
15817         (gst_riff_create_video_caps_with_data),
15818         (gst_riff_create_audio_caps_with_data):
15819           Add codec_data handling (like asfdemux used to do).
15820         * gst/asfdemux/gstasf.c: (plugin_init):
15821         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
15822         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
15823           Use riff-media for caps creation instead of our own (mostly
15824           broken) copy of its functions.
15825
15826 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15827
15828         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
15829           Don't actually error out if we get another return value than
15830           -EINVAL. Opposite to what I first thought, drivers have random
15831           return values for this, although -EINVAL is the expected return
15832           value. Since this is not fatal, we shouldn't use
15833           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
15834
15835 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15836
15837         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
15838         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
15839         (dvdreadsrc_get_property), (_open), (_seek), (_read),
15840         (dvdreadsrc_get), (dvdreadsrc_open_file),
15841         (dvdreadsrc_change_state):
15842           Fix. Don't do one big huge loop around the whole DVD, that will
15843           cache all data and thus eat sizeof(dvd) (several GB) before we
15844           see something.
15845         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15846           Actually NULL'ify event after using it.
15847         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
15848         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
15849         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
15850         (gst_ebml_read_seek), (gst_ebml_read_skip):
15851           Handle events.
15852         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
15853         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
15854         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
15855           Fix timing (this will probably break if I seek using menus, but
15856           I didn't get there yet). VOBs and normal DVDs should now work.
15857           Add a mpeg2-only pad with high rank so this get autoplugged for
15858           MPEG-2 movies.
15859         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
15860         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
15861         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
15862         (gst_mpeg_demux_get_audio_stream),
15863         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
15864         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
15865           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
15866           MPEG-1 but use dvddemux for MPEG-2.
15867         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
15868         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
15869         (gst_mpeg_parse_parse_packhead):
15870           Timing. Only add pad template if it exists. Add sink template from
15871           class and not from ourselves. This means we will always use the
15872           correct sink template even if it is not the one defined in this
15873           file.
15874
15875 2004-09-29  Wim Taymans  <wim@fluendo.com>
15876
15877         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
15878         (gst_mpeg_demux_parse_pes):
15879         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
15880         Fix playback of mpeg again, timestamps where screwed up by
15881         patch 1.61.
15882
15883 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15884
15885         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
15886           Only return true if we actually filled something in. Prevents
15887           player applications from showing a random length for flac files.
15888         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
15889         (gst_riff_read_use_event), (gst_riff_read_handle_event),
15890         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
15891         (gst_riff_read_strf_vids_with_data),
15892         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
15893           OK, ok, so I implemented event handling. Apparently it's normal
15894           that we receive random events at random points without asking
15895           for it.
15896         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15897         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
15898         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
15899         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
15900         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
15901         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15902         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15903         * gst/avi/gstavidemux.h:
15904           Implement non-lineair chunk handling and subchunk processing.
15905           The first solves playback of AVI files where the audio and video
15906           data of individual buffers that we read are not synchronized.
15907           This should not happen according to the wonderful AVI specs, but
15908           of course it does happen in reality. It is also a prerequisite for
15909           the second. Subchunk processing allows us to cut chunks in small
15910           pieces and process each of these pieces separately. This is
15911           required because I've seen several AVI files with incredibly large
15912           audio chunks, even some files with only one audio chunk for the
15913           whole file. This allows for proper playback including seeking.
15914           This patch is supposed to fix all AVI A/V sync issues.
15915         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
15916         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
15917           Work.
15918         * gst/modplug/gstmodplug.cc:
15919           Proper return value setting for the query() function.
15920         * gst/playback/gstplaybasebin.c: (setup_source):
15921           Being in non-playing state (after, e.g., EOS) is not necessarily
15922           a bad thing. Allow for that. This fixes playback of short files.
15923           They don't actually playback fully now, because the clock already
15924           runs. This means that small files (<500kB) with a small length
15925           (<2sec) will still not or barely play. Other files, such as mod
15926           or flx, will work correctly, however.
15927
15928 2004-09-28  Wim Taymans  <wim@fluendo.com>
15929
15930         * ext/speex/gstspeex.c: (plugin_init):
15931         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
15932         (gst_speex_dec_class_init), (speex_dec_get_formats),
15933         (speex_get_event_masks), (speex_get_query_types),
15934         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
15935         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
15936         (gst_speexdec_get_property), (gst_speexdec_set_property),
15937         (speex_dec_change_state):
15938         * ext/speex/gstspeexdec.h:
15939         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
15940         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
15941         (gst_speexenc_base_init), (gst_speexenc_class_init),
15942         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
15943         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
15944         (gst_speexenc_src_query), (gst_speexenc_init),
15945         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
15946         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
15947         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
15948         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
15949         (gst_speexenc_chain), (gst_speexenc_get_property),
15950         (gst_speexenc_set_property), (gst_speexenc_change_state):
15951         * ext/speex/gstspeexenc.h:
15952         Rewrote speex encoder, make sure it can be embedded in ogg.
15953         Implemented speex decoder.
15954
15955 2004-09-28  Christian Schaller <christian@fluendo.com>
15956
15957         * configure.ac:
15958         Remove kioslave plugin. Markey is brewing a new working one
15959         * ext/Makefile.am: Remove kioslave plugin
15960         * ext/kio: remove
15961         * gst-plugins.spec.in: remove kio plugin from spec
15962
15963 2004-09-27  Wim Taymans  <wim@fluendo.com>
15964
15965         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15966         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
15967         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
15968         (gst_multifdsink_new_client),
15969         (gst_multifdsink_handle_client_write),
15970         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15971         (gst_multifdsink_handle_clients):
15972         * gst/tcp/gstmultifdsink.h:
15973         Make syncing to keyframes actually work for new clients and lagging
15974         clients.
15975
15976 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15977
15978         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
15979         (gst_navigationtest_handle_src_event), (draw_box_planar411),
15980         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
15981         * gst/debug/gstnavigationtest.h:
15982           make navigationtest display button-press and button-release events
15983
15984 2004-09-26 Iain <iaingnome@gmail.com>
15985
15986         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
15987         the channels have received a new media event.
15988         (interleave_buffered_loop): Compresses a new media event on all
15989         channels into one.
15990
15991 2004-09-26 Iain <iaingnome@gmail.com>
15992
15993         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
15994         call the sinkpad's default event handler and not the srcpads. He also
15995         says this is confusing :)
15996         (gst_wavenc_stop_file): Company says that seek events only go upstream
15997         we should send a discontinuous downstream instead.
15998
15999 2004-09-25  Christian Schaller <christian@fluendo.com>
16000
16001         * Update SPEC file to be usable in conjunction with Fedora Core,
16002           Fedora.us and freshrpms packages
16003         * Fix typo in multifilesrc test Makefile
16004
16005 2004-09-24  Wim Taymans  <wim@fluendo.com>
16006
16007         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
16008         Only signal the no_more_pads signal when we have
16009         added the stream to our list.
16010
16011 2004-09-24  Wim Taymans  <wim@fluendo.com>
16012
16013         * gst/playback/gstplaybasebin.c: (remove_prerolls),
16014         (new_decoded_pad):
16015         * gst/playback/gstplaybasebin.h:
16016         * gst/playback/gstplaybin.c: (setup_sinks):
16017         Don't try to preroll or decode more than one audio/video
16018         track.
16019
16020 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16021
16022         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16023           Throw error if we failed to find a suitable output. This should
16024           throw an error if we successfully set up a pipeline (e.g. because
16025           we recognized a media file) but found no decodable streams in it
16026           (e.g. because it contains only media stream types for which we
16027           have no decoders, or because it's not a media type).
16028
16029 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16030
16031         * ext/dirac/Makefile.am:
16032         * ext/dirac/gstdirac.cc:
16033         * ext/dirac/gstdiracdec.cc:
16034         * ext/dirac/gstdiracdec.h:
16035           Do something. Don't actually know if this works because I don't
16036           have a demuxer yet.
16037         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
16038           Add channels=1 to caps returned from _getcaps().
16039         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
16040         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
16041         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
16042         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16043         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
16044         (gst_ogm_parse_change_state):
16045           Separate between audio/video so ogmaudioparse actually uses the
16046           audio pad templates. Both audio and video work now, including
16047           autoplugging. Also use sometimes-srcpad hack.
16048         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
16049           Handle events better. Don't hang on infinite loops.
16050         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
16051         (gst_avi_demux_init), (gst_avi_demux_reset),
16052         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
16053         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
16054         (gst_avi_demux_change_state):
16055         * gst/avi/gstavidemux.h:
16056           Improve A/V sync. Still not perfect.
16057         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
16058         (gst_ebml_read_skip):
16059           Handle events better.
16060         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16061         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
16062         (qtdemux_audio_caps):
16063           Add IMA4. Improve event handling. Save offset after a seek when
16064           the headers are at the end of the file so that we don't end up in
16065           an infinite loop.
16066         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16067           Add low-priority typefind support for files with no length.
16068
16069 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16070
16071         * testsuite/multifilesink/Makefile.am:
16072         fix typo
16073
16074 2004-09-22  Julien MOUTTE  <julien@moutte.net>
16075
16076         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
16077         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
16078         mistakes from thaytan's patches.
16079
16080 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
16081
16082         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
16083           For completeness, XSync in the destroy function as xvimage does.
16084
16085 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
16086
16087         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
16088            Correct caps negotiation
16089         * gst/volume/gstvolume.c: (volume_chain_float),
16090         (volume_chain_int16):
16091            Modify debug output to be little more informative
16092         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
16093         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16094         (gst_xvimagesink_xvimage_destroy):
16095           Add XSync calls after detaching from the shared memory segment to
16096           avoid a crash.
16097
16098 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16099
16100         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
16101         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
16102         * ext/vorbis/vorbis.c: (plugin_init):
16103         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16104         (gst_vorbisenc_chain):
16105         * ext/vorbis/vorbisenc.h:
16106         remove explicit newmedia support from oggmux and vorbisenc
16107         add debug category to vorbisenc
16108         * gst/multifilesink/gstmultifilesink.c:
16109         (gst_multifilesink_class_init), (gst_multifilesink_init),
16110         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
16111         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
16112         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
16113         (plugin_init):
16114         * gst/multifilesink/gstmultifilesink.h:
16115         add support for streamheader in multifilesink
16116
16117 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16118
16119         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
16120         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
16121         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
16122           Prevent infinite loops. More correct error reporting.
16123         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16124           Error out if negotiation fails.
16125         * gst/playback/gstplaybasebin.c: (setup_source),
16126         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
16127         (gst_play_base_bin_found_tag):
16128           Error/tag forwarding. Pre-roll fixes for source errors on state
16129           changes (e.g. "file does not exist") to prevent hangs.
16130
16131 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16132
16133         * testsuite/multifilesink/Makefile.am:
16134         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
16135         (gst_newmedia_class_init), (gst_newmedia_init),
16136         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16137         (newfile_signal), (test_signal), (main):
16138         * testsuite/multifilesink/multifilesrc_test.c: (main):
16139         * testsuite/multifilesink/oggtheora_test.c:
16140         (gst_newmedia_base_init), (gst_newmedia_class_init),
16141         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
16142         (test_format), (newfile_signal), (test_signal), (main):
16143         * testsuite/multifilesink/oggvorbis_test.c:
16144         (gst_newmedia_base_init), (gst_newmedia_class_init),
16145         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
16146         (test_format), (newfile_signal), (test_signal), (main):
16147         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
16148         (gst_newmedia_class_init), (gst_newmedia_init),
16149         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16150         (newfile_signal), (test_signal), (main):
16151         New media tests
16152
16153 2004-09-20  Christian Schaller <christian@fluendo.com>
16154
16155         * Fix mikmod license to LGPL as they have relicensed
16156         * Move Dirac and Effectv into LGPL section of README_license
16157
16158 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16159
16160         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
16161         (gst_mad_change_state):
16162           Allow for mp3 rate/channels changes. However, only very
16163           conservatively. Reason that we *have* to enable this is smiply
16164           because the mad find_sync() function is not good enough, it will
16165           regularly sync on random data as valid frames and therefore make
16166           us provide random caps as *final* caps of the stream. The best fix
16167           I could think of is to simply require several of the same stream
16168           changes in a row before we change caps.
16169           The actual testcase that works now is #
16170         * ext/ogg/Makefile.am:
16171         * ext/ogg/gstogg.c: (plugin_init):
16172         * ext/ogg/gstogmparse.c:
16173           OGM support (video only for now; I need an audio sample file).
16174         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
16175         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
16176         (gst_asf_demux_add_video_stream):
16177           WMV extradata.
16178         * gst/playback/gstplaybasebin.c: (unknown_type):
16179           Don't error out on single unknown-types after all. It's wrong.
16180           If we found type of video and audio but not of a subtitle stream,
16181           it will still error out (which is unwanted). Will find a better fix
16182           later on.
16183         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
16184         (ogmaudio_type_find), (plugin_init):
16185           OGM support.
16186
16187 2004-09-20  Johan Dahlin  <johan@gnome.org>
16188
16189         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
16190         after setting caps.
16191
16192 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16193
16194         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
16195         * gst/wavenc/gstwavenc.h:
16196         Added newmedia support to wavenc
16197
16198 2004-09-17  Wim Taymans  <wim@fluendo.com>
16199
16200         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
16201         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
16202         (gst_fdset_fd_can_write), (gst_fdset_wait):
16203         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
16204         (gst_multifdsink_init), (gst_multifdsink_add),
16205         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
16206         (gst_multifdsink_remove_client_link),
16207         (gst_multifdsink_client_queue_buffer),
16208         (gst_multifdsink_handle_client_write),
16209         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
16210         (gst_multifdsink_close), (gst_multifdsink_change_state):
16211         * gst/tcp/gstmultifdsink.h:
16212         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16213         (gst_tcpserversink_removed):
16214         Small cleanups in fdset.c
16215         Use a hastable to map fd to the client structure for faster
16216         lookup in _remove and get_stats.
16217         Added virtual function to close the fds.
16218         Handle clients even when the select/poll call was unblocked because
16219         of a command.
16220         Implement syncing to keyframe in the recovery procedure.
16221
16222 2004-09-16 Iain <iaingnome@gmail.com>
16223
16224         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
16225         try caps.
16226
16227 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16228
16229         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
16230           Caps are only set if the type of the stream is unknown, but this
16231           is initialized in ->init_stream(), so set to UNKNOWN after calling
16232           ->init_stream() so that capsnego starts.
16233
16234 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16235
16236         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16237         (gst_avi_demux_stream_data):
16238           Just hardcode for raw audio then. AVI audio sucks.
16239
16240 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
16241
16242         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
16243         * gst/matroska/matroska-mux.c: (audiosink_templ),
16244         (gst_matroska_mux_audio_pad_link):
16245         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
16246         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
16247
16248 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16249
16250         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16251         (gst_avi_demux_stream_data):
16252           Try to fix a/v sync issues.
16253
16254 2004-09-15  David Schleef  <ds@schleef.org>
16255
16256         * configure.ac: remove NASM check, since we don't use it.  Update
16257         dirac check to 0.4
16258         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
16259         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16260         Initialized variables.
16261         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16262         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
16263         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
16264         SVQ3 format
16265
16266 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16267
16268         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16269         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
16270         * gst/avi/gstavidemux.h:
16271           Fix for compressed audio (mp3) timestamp generation. How did this
16272           ever work?
16273
16274 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16275
16276         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
16277           Volume is a double not a float.
16278
16279 2004-09-15  Wim Taymans  <wim@fluendo.com>
16280
16281         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
16282         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
16283         Don't close the fd in multifdsink as we didn't open it in the
16284         first place. Some cleanups.
16285
16286 2004-09-15  Wim Taymans  <wim@fluendo.com>
16287
16288         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16289         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16290         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16291         Fix the case where the muxer would mark pages as delta
16292         frames when they are not (vorbis only ogg).
16293
16294 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16295
16296         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
16297         (gst_play_base_bin_change_state):
16298           Handle the case where we failed to setup a clear pipeline. This
16299           will throw an error (or EOS, another nice case) and if you don't
16300           catch that, the app will wait for the signal forever (and thus
16301           hang).
16302
16303 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16304
16305         * ext/gnomevfs/gstgnomevfssink.c:
16306         (gst_gnomevfssink_uri_get_protocols):
16307         * ext/gnomevfs/gstgnomevfssrc.c:
16308         (gst_gnomevfssrc_uri_get_protocols):
16309         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
16310         * ext/gnomevfs/gstgnomevfsuri.h:
16311           Use _uri_new() instead of _open(), so it doesn't take as long and
16312           Christophe's computer won't hang.
16313         * gst/playback/gstplaybasebin.c: (unknown_type):
16314           Throw error on unknown media type, so apps actually display it.
16315
16316 2004-09-14  Brian Cameron  <brian.cameron@sun.com
16317
16318         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
16319           this script to work on Solaris since bash shell handles echo
16320           differenly than bash.
16321
16322 2004-09-17  Wim Taymans  <wim@fluendo.com>
16323
16324         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
16325         (setup_source), (gst_play_base_bin_set_property),
16326         (gst_play_base_bin_add_element):
16327         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
16328         Some more work on making sure seeking pauses the pipeline and
16329         that changing the uri actually does something.
16330
16331 2004-09-17  Wim Taymans  <wim@fluendo.com>
16332
16333         * gst/tcp/gstfdset.c: (gst_fdset_wait):
16334         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
16335         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
16336         (gst_tcpserversink_close):
16337         Be a bit more paranoid when freeing memory.
16338
16339 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16340
16341         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
16342         (qtdemux_parse_trak):
16343           Don't crash by dividing by zero (see sample movie in #126922).
16344
16345 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16346
16347         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
16348           Don't touch non-existing data (fixes crash on file in #140147).
16349
16350 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16351
16352         * gst/playback/gstplaybasebin.c:
16353         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
16354           Handle double disposals, and proper change of URIs.
16355
16356 2004-09-13  Martin Eikermann <meiker@upb.de>
16357
16358         * gst/mpegstream/gstmpegparse.c:
16359           fix synchronistation for streams recorded from digital PCR
16360           fixes bug #119376
16361
16362 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16363
16364         * ext/gnomevfs/Makefile.am:
16365         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16366         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
16367         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
16368         (gst_gnomevfssink_uri_get_type),
16369         (gst_gnomevfssink_uri_get_protocols),
16370         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
16371         (gst_gnomevfssink_uri_handler_init),
16372         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
16373         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
16374         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
16375         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
16376         (gst_gnomevfssrc_uri_get_type),
16377         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
16378         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
16379         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
16380         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
16381         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
16382         * ext/gnomevfs/gstgnomevfsuri.h:
16383           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
16384           of fake URIs to see which this version of Gnome-VFS likes, and
16385           uses that for the Gst-URI interface. Makes playbin support http://
16386           streams. Also fix up some stupid behaviour in gnomevfssrc.
16387
16388 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16389
16390         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16391         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16392         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16393         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16394           Update mixer (to sync with other sessions) if we try to obtain
16395           a new value. This makes alsamixer work accross applications.
16396         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
16397           Only call sync functions if we're running, else alsalib asserts.
16398         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
16399           Sometimes fails to compile. Possibly a gcc bug.
16400         * gst/playback/gstplaybin.c: (gen_video_element),
16401         (gen_audio_element):
16402           Add a reference to an application-provided object, because we lose
16403           this same reference if we add it to the bin. If we don't do this,
16404           we can only use this object once and thus crash if we go from
16405           ready to playing, back to ready and back to playing again.
16406           Also add an audioscale element because several cheap soundcards -
16407           like mine - don't support all samplerates.
16408         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
16409         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
16410           Fix wrong order or PAR calls. Makes automatically obtained PAR
16411           from the X server atually being used.
16412
16413 2004-09-12  David Schleef  <ds@schleef.org>
16414
16415         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
16416         #151887, #152102, #152247.
16417         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
16418         * examples/seeking/cdparanoia.c: same
16419         * examples/seeking/cdplayer.c: same
16420         * examples/seeking/seek.c: same
16421         * examples/seeking/spider_seek.c: same
16422         * examples/seeking/vorbisfile.c: same
16423         * examples/stats/mp2ogg.c: same
16424         * ext/esd/esdsink.c: (gst_esdsink_class_init),
16425         (gst_esdsink_dispose): Dispose of element properly.
16426         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
16427         fixes.
16428         * ext/nas/nassink.c: (gst_nassink_class_init),
16429         (gst_nassink_dispose): Dispose of element correctly.
16430         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
16431         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16432         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
16433         Fix 64-bit warning.
16434         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16435         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
16436         Fix 64-bit warning.
16437
16438 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
16439
16440         * configure.ac : change speex detection as 1.1.6 now uses
16441           .pc/pkg-config and they changed their headers location.
16442
16443 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
16444
16445         * gst/matroska/matroska-mux.h:
16446         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
16447         (gst_matroska_mux_start), (gst_matroska_mux_finish),
16448         (gst_matroska_mux_write_data):
16449           Write multiple blocks/frames per cluster.
16450                 Write meta-seek information (seek heads).
16451
16452 2004-09-09  Scott Wheeler <wheeler@kde.org>
16453
16454         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
16455         (gst_play_bin_set_property), (gst_play_bin_get_property),
16456         (gen_audio_element), (gen_audio_element):
16457           Add a volume element / property to the pipeline.
16458
16459 2004-09-07  Wim Taymans  <wim@fluendo.com>
16460
16461         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
16462         Copy timestamps from the master pad to the output buffers.
16463
16464 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16465
16466         * ext/raw1394/gstdv1394src.c:
16467           throw errors when applicable
16468
16469 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
16470
16471         * gst/matroska/ebml-ids.h:
16472         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
16473         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
16474         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
16475           automatically convert unix time <-> ebml time when reading/writing
16476           a date, use gst_ebml_write_uint to write CUETIME,
16477           not gst_ebml_write_date.
16478         * gst/matroska/matroska-ids.h:
16479         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
16480         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
16481         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
16482         (gst_matroska_mux_write_data):
16483           Write track and segment UIDs, write muxing date, write
16484           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
16485           Create cues for audio only files.
16486
16487 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16488
16489         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
16490         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
16491           Re-commit ALSA switches.
16492         * gst/adder/gstadder.c: (gst_adder_loop):
16493           64-bit fix (#151416).
16494         * gst/debug/progressreport.c: (gst_progressreport_report):
16495           64-bit fix (#151419).
16496         * gst/matroska/matroska-demux.c:
16497         (gst_matroska_demux_parse_contents):
16498           64-bit fix (#151420).
16499         * gst/playback/test3.c: (update_scale):
16500           64-bit fix (#151421).
16501
16502 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16503
16504         * configure.ac:
16505           bump nano to cvs
16506
16507 === release 0.8.4 ===
16508
16509 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16510
16511         * configure.ac: releasing 0.8.4, "Alias"
16512
16513 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16514
16515         * ext/theora/Makefile.am:
16516           fix makefile.  Fixes #151462.
16517
16518 2004-08-30  Wim Taymans  <wim@fluendo.com>
16519
16520         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
16521         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16522         (gst_multifdsink_remove_client_link),
16523         (gst_multifdsink_client_queue_buffer),
16524         (gst_multifdsink_handle_client_write):
16525         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
16526         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
16527         Fix some memory leaks.
16528
16529 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16530
16531         Patch by: David Schleef
16532
16533         * configure.ac:
16534         * sys/Makefile.am:
16535           rename our detection macro for V4L2.  Fixes #151236.
16536
16537 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16538
16539         Patch by: David Schleef
16540
16541         * configure.ac:
16542           check to define LAMEPRESET.  Fixes #151232.
16543
16544 2004-08-27  David Schleef  <ds@schleef.org>
16545
16546         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
16547         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
16548         (gst_glimagesink_fixate):  Move local variable declarations to
16549         make gcc-2.95 happy.
16550
16551 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16552
16553         * configure.ac:
16554           bump nano for prerelease
16555
16556 2004-08-27  David Schleef  <ds@schleef.org>
16557
16558         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
16559         * sys/sunaudio/gstsunaudiosrc.c:
16560         * sys/sunaudio/gstsunaudiosrc.h:
16561
16562 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
16563
16564         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
16565         handle EOS correctly
16566         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
16567         * gst/matroska/matroska-mux.h:
16568         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
16569         VFW compatibility mode
16570
16571 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16572
16573         patch by: Zaheer Abbas Merali
16574
16575         * ext/ogg/gstoggmux.c:
16576         * ext/vorbis/vorbisenc.c:
16577         * ext/vorbis/vorbisenc.h:
16578           handle NEWMEDIA
16579
16580 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
16581
16582         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
16583         fix byte order reversion on little endian machines.
16584         * gst/matroska/matroska-mux.c: (audiosink_templ),
16585         (gst_matroska_mux_audio_pad_link):
16586         add TTA codec to the list of supported codecs.
16587         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
16588         (gst_matroska_mux_start), (gst_matroska_mux_finish),
16589         (gst_matroska_mux_write_data):
16590         * gst/matroska/matroska-mux.h:
16591         write segment duration correctly, write muxing app string, fixes bugs
16592         #140897 and #140898.
16593         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
16594         wait for all pads to be negotiated before starting to mux.
16595
16596 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16597
16598         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
16599         * ext/lame/gstlame.h:
16600         Added new media support to lame
16601
16602 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
16603
16604         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
16605         send vorbis headers at the beginning of a stream, fixes bug #141554.
16606         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
16607         bug #148950.
16608         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16609         (gst_matroska_demux_plugin_init):
16610         * gst/matroska/matroska-ids.h:
16611         enable demuxing of TTA audio streams, fixes bug #148951.
16612         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
16613         enable typefinding for TTA audio files, fixes bug #148711.
16614         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
16615         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
16616         fixes playback of packed bitstream and xvid with bframes, bug #135407.
16617
16618 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
16619
16620         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
16621         (gst_riff_read_element_data), (gst_riff_read_seek),
16622         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
16623         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
16624         <teuf@gnome.org>
16625
16626 2004-08-23 Iain <iaingnome@gmail.com>
16627
16628         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
16629         tags. They appear to be handled differently to normal.
16630         (tag_list_to_id3_tag_foreach): Ditto.
16631
16632 2004-08-22  Wim Taymans  <wim@fluendo.com>
16633
16634         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16635         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16636         Make sure we never send -1 granulepos.
16637
16638 2004-08-20  Wim Taymans  <wim@fluendo.com>
16639
16640         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16641         (gst_ogg_mux_loop):
16642         I will accept bitchslappings with non sharp objects.
16643
16644 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16645
16646         * configure.ac:
16647         Clean up the test for lame presets
16648
16649 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16650
16651         * configure.ac:
16652         * ext/lame/Makefile.am:
16653         * ext/lame/gstlame.c: (gst_lame_class_init),
16654         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
16655         Only enable lame presets if version of lame has presets in API
16656
16657 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
16658         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
16659         * gst/udp/gstudpsrc.h:
16660           Don't call gst_pad_push in a get function. Fixes #150449
16661
16662 2004-08-18  Wim Taymans  <wim@fluendo.com>
16663
16664         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
16665         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
16666         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
16667         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16668         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16669         (gst_fdset_wait):
16670         * gst/tcp/gstfdset.h:
16671         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16672         (gst_multifdsink_client_queue_buffer),
16673         (gst_multifdsink_handle_client_write):
16674         * gst/tcp/gstmultifdsink.h:
16675         Some extra checks in gstfdset.
16676         Only use send() when the fd is a socket. Don't try to
16677         read from write only fds.
16678
16679 2004-08-18  Wim Taymans  <wim@fluendo.com>
16680
16681         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
16682         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
16683         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16684         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16685         (gst_fdset_wait):
16686         Add more locking and bounds checking.
16687
16688 2004-08-18  Wim Taymans  <wim@fluendo.com>
16689
16690         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
16691         Realloc test fdset in the lock and right before starting
16692         the poll call. Bump the limit to 4096.
16693
16694 2004-08-17  David Schleef  <ds@schleef.org>
16695
16696         * sys/sunaudio/Makefile.am:
16697         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
16698         of rates and channels.  Make debugging less obnoxious.
16699
16700         Patch from Balamurali Viswanathan implementing a mixer for
16701         Sun audio.  (bug #144091):
16702         * sys/sunaudio/gstsunelement.c:
16703         * sys/sunaudio/gstsunelement.h:
16704         * sys/sunaudio/gstsunmixer.c:
16705         * sys/sunaudio/gstsunmixer.h:
16706
16707 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16708
16709         * gst/audioscale/gstaudioscale.c:
16710         * gst/audioscale/gstaudioscale.h:
16711         made audioscale resample from any sample rate to any sample rate
16712
16713 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16714
16715         * ext/libpng/gstpngdec.c:
16716           error out on unsupported types
16717
16718 2004-08-17  Iain <iaingnome@gmail.com>
16719
16720         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
16721         mid_side and loose_mid_side properties if its a stereo stream.
16722
16723 2004-08-17  Wim Taymans  <wim@fluendo.com>
16724
16725         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16726         (theora_get_formats), (theora_dec_src_convert),
16727         (theora_dec_sink_convert), (theora_dec_src_query),
16728         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
16729         Add a debug line.
16730
16731 2004-08-17  Wim Taymans  <wim@fluendo.com>
16732
16733         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
16734         (gst_ogg_pad_push):
16735         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
16736         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
16737         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
16738         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16739         Mark delta units in the muxer.
16740         Try to decode the packet after an out-of-sync error from
16741         libogg.
16742
16743 2004-08-17  Wim Taymans  <wim@fluendo.com>
16744
16745         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16746         (gst_multifdsink_init), (gst_multifdsink_add),
16747         (gst_multifdsink_client_queue_buffer),
16748         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
16749         * gst/tcp/gstmultifdsink.h:
16750         Added option to send a keyframe to clients as the first buffer.
16751         Make timeout property writable.
16752
16753 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16754
16755         patch by: Wim Taymans
16756
16757         * gst/tcp/gstfdset.c:
16758         * gst/tcp/gstmultifdsink.c:
16759           fix index comparison, should include 0
16760
16761 2004-08-16  Wim Taymans  <wim@fluendo.com>
16762
16763         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
16764         (gst_fdset_add_fd), (gst_fdset_remove_fd),
16765         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16766         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16767         (gst_fdset_wait):
16768           copy when reallocing for poll so the select arguments don't get
16769           changed during the call
16770
16771 2004-08-16  Wim Taymans  <wim@fluendo.com>
16772
16773         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
16774         (gst_theora_enc_class_init), (theora_enc_sink_link),
16775         (theora_buffer_from_packet), (theora_enc_chain):
16776         Fix bug where buffers were not marked as keyframes
16777         correctly.
16778
16779 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16780
16781         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
16782         (gst_lame_preset_get_type), (gst_lame_class_init):
16783         describe the enum values for vbr mode and presets more verbosely
16784
16785 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16786
16787         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
16788         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
16789         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
16790         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
16791         * ext/lame/gstlame.h:
16792         add preset property to lame so it can use lame presets
16793
16794 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16795
16796         * ext/lame/gstlame.c: (gst_lame_get_property):
16797         whoops forgot break, thanks teuf
16798
16799 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16800
16801         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
16802         (gst_lame_class_init), (gst_lame_src_getcaps),
16803         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
16804         (gst_lame_get_property), (gst_lame_setup):
16805         * ext/lame/gstlame.h:
16806         fix lame's broken vbr stuff, allow it to resample if need be, and also
16807         make xing header optional
16808
16809 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16810
16811         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
16812         added getcaps function so samplerate doesnt get fixated to silly values
16813
16814 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16815
16816         * ext/lame/gstlame.c: (gst_lame_src_link):
16817         revert previous fix
16818
16819 2004-08-12  Johan Dahlin  <johan@gnome.org>
16820
16821         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
16822         checks. Doesn't matter what state we are in. Interfaces are a
16823         compile time thing, not runtime. It also broke the python bindings.
16824
16825 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16826
16827         * ext/lame/gstlame.c: (gst_lame_src_link):
16828         made source pad link function check if sinkpad is ok..fixes the problem
16829         where core fixates the output rate of lame stupidly
16830
16831 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16832
16833         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
16834         * sys/v4l/v4l_calls.c:
16835         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
16836           fix fixate function to handle nonsimple caps.
16837           remove bogus check in _link
16838           cleanups
16839
16840 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16841
16842         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
16843         set default compression ratio parameter to 0.0 so bitrate parameter
16844         works :)
16845
16846 2004-08-11  David Schleef  <ds@schleef.org>
16847
16848         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
16849
16850 2004-08-11  David Schleef  <ds@schleef.org>
16851
16852         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
16853         before.
16854
16855 2004-08-11  David Schleef  <ds@schleef.org>
16856
16857         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
16858
16859 2004-08-11  David Schleef  <ds@schleef.org>
16860
16861         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
16862           license field
16863         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
16864         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
16865           LGPL.
16866         * gst/auparse/gstauparse.c: Fix plugin license field.
16867         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
16868         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
16869         * gst/rtp/gstrtp.c: Fix plugin license field.
16870
16871 2004-08-11  Wim Taymans  <wim@fluendo.com>
16872
16873         * gst/tcp/Makefile.am:
16874         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
16875         (ensure_size), (gst_fdset_new), (gst_fdset_free),
16876         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
16877         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
16878         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
16879         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
16880         (gst_fdset_fd_can_write), (gst_fdset_wait):
16881         * gst/tcp/gstfdset.h:
16882         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
16883         (gst_multifdsink_class_init), (gst_multifdsink_init),
16884         (gst_multifdsink_add), (gst_multifdsink_remove),
16885         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16886         (gst_multifdsink_remove_client_link),
16887         (gst_multifdsink_handle_client_read),
16888         (gst_multifdsink_client_queue_data),
16889         (gst_multifdsink_client_queue_caps),
16890         (gst_multifdsink_client_queue_buffer),
16891         (gst_multifdsink_handle_client_write),
16892         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16893         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
16894         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
16895         (gst_multifdsink_close):
16896         * gst/tcp/gstmultifdsink.h:
16897         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16898         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
16899         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
16900         (gst_tcpserversink_close):
16901         * gst/tcp/gsttcpserversink.h:
16902         Abstracted away the select call, implemented poll (yes we ran into
16903         the 1024 limit in production).
16904
16905 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16906
16907         * gst/tcp/gsttcp.c:
16908         * gst/tcp/gsttcpplugin.c:
16909           improve debuggging, remove assert
16910
16911 2004-08-10  Wim Taymans  <wim@fluendo.com>
16912
16913         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
16914         (gst_client_status_get_type), (gst_multifdsink_class_init),
16915         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
16916         (gst_multifdsink_handle_client_read),
16917         (gst_multifdsink_handle_client_write),
16918         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16919         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
16920         (gst_multifdsink_get_property):
16921         * gst/tcp/gstmultifdsink.h:
16922         * gst/tcp/gsttcp-marshal.list:
16923         Starting to prepare for specifying buffer time in other units
16924         than buffers. Expose remove reason in signal.
16925
16926 2004-08-10  Wim Taymans  <wim@fluendo.com>
16927
16928         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16929         (gst_multifdsink_remove), (gst_multifdsink_clear),
16930         (gst_multifdsink_remove_client_link),
16931         (gst_multifdsink_handle_client_read),
16932         (gst_multifdsink_client_queue_data),
16933         (gst_multifdsink_client_queue_buffer),
16934         (gst_multifdsink_handle_client_write),
16935         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
16936         (gst_multifdsink_chain), (gst_multifdsink_close):
16937         * gst/tcp/gstmultifdsink.h:
16938         Added more debugging info. Changed the way clients are
16939         removed from the lists. Fixed a bug where a bad file descriptor
16940         could cause many clients to be removed.
16941
16942 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16943
16944         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
16945           allow all pixel-aspect-ratios, not just 1:1
16946
16947 2004-08-09  David Schleef  <ds@schleef.org>
16948
16949         * sys/glsink/ARB_multitexture.h:  Remove old files.
16950         * sys/glsink/EXT_paletted_texture.h:
16951         * sys/glsink/NV_register_combiners.h:
16952         * sys/glsink/gstgl_nvimage.c:
16953         * sys/glsink/gstgl_pdrimage.c:
16954         * sys/glsink/gstgl_rgbimage.c:
16955         * sys/glsink/gstglsink.c:
16956         * sys/glsink/gstglsink.h:
16957         * sys/glsink/gstglxwindow.c:
16958         * sys/glsink/regcomb_yuvrgb.c:
16959
16960 2004-08-09  David Schleef  <ds@schleef.org>
16961
16962         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
16963         GL sink plugin.  (Bug #147302)
16964
16965         * configure.ac: Test for OpenGL
16966         * sys/Makefile.am: Use test for OpenGL
16967         * sys/glsink/Makefile.am:
16968         * sys/glsink/glimagesink.c: rewrite
16969         * sys/glsink/glimagesink.h: rewrite
16970
16971 2004-08-09  David Schleef  <ds@schleef.org>
16972
16973         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
16974         sane framerates.
16975         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
16976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
16977         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
16978
16979 2004-08-09  Wim Taymans  <wim@fluendo.com>
16980
16981         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16982         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16983         (gst_multifdsink_client_remove),
16984         (gst_multifdsink_handle_client_read),
16985         (gst_multifdsink_handle_client_write),
16986         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
16987         Do a bit more logging, make the client_read code more robust.
16988
16989 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16990
16991         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
16992         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
16993         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
16994         (gst_jpegdec_init), (gst_jpegdec_chain):
16995         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
16996         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
16997           cleanups, debugging fixes and memleak plugging
16998
16999 2004-08-09  Wim Taymans  <wim@fluendo.com>
17000
17001         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
17002         (theora_get_formats), (theora_dec_src_convert),
17003         (theora_dec_sink_convert), (theora_dec_src_query),
17004         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
17005         (theora_dec_change_state):
17006         Don't crash on missing header packets.
17007
17008 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17009
17010         * po/LINGUAS:
17011         * po/sq.po:
17012           Added Albanian translation (Laurent Dhima)
17013         * po/cs.po:
17014           updated
17015
17016 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17017
17018         * ext/lame/gstlame.c:
17019           fix/add debugging
17020
17021 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17022
17023         * sys/ximage/ximagesink.c:
17024         * sys/xvimage/xvimagesink.c:
17025           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
17026
17027 2004-08-06  Wim Taymans  <wim@fluendo.com>
17028
17029         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17030         (gst_multifdsink_add), (gst_multifdsink_get_stats),
17031         (gst_multifdsink_client_remove),
17032         (gst_multifdsink_handle_client_read),
17033         (gst_multifdsink_handle_client_write),
17034         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
17035         Make sure we don't try to read more from a client that what
17036         ioctl says us or we deadlock.
17037
17038 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17039
17040         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
17041         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
17042         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
17043           decouple running_time and n_frames so it can handle changing
17044           framerate while running
17045
17046 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17047
17048         * po/nl.po:
17049         * po/sv.po:
17050           updated translations
17051
17052 2004-08-04  Benjamin Otte  <otte@gnome.org>
17053
17054         * gst/videotestsrc/gstvideotestsrc.c:
17055         (gst_videotestsrc_get_capslist), (generate_capslist),
17056         (plugin_init):
17057           generate the list of supported caps at startup and reuse it instead
17058           of always generating it
17059
17060 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17061
17062         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
17063           whoops, last checkin broke normal build
17064
17065 2004-08-03  Benjamin Otte  <otte@gnome.org>
17066
17067         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
17068         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
17069         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
17070         (gst_alsa_mixer_get_option):
17071         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
17072         (dvdnavsrc_print_event):
17073         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
17074         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
17075         (gst_ogg_mux_pad_unlink):
17076         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
17077         (gst_multipart_mux_pad_unlink):
17078         * gst/videofilter/gstvideobalance.c:
17079         (gst_videobalance_colorbalance_set_value):
17080         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
17081         (gst_videomixer_pad_unlink):
17082         * po/uk.po:
17083         * sys/oss/gstossmixer.c:
17084         * sys/v4l/gstv4lcolorbalance.c:
17085         * sys/v4l/gstv4ltuner.c:
17086         * sys/v4l/v4lsrc_calls.c:
17087         * sys/v4l2/gstv4l2colorbalance.c:
17088         * sys/v4l2/gstv4l2tuner.c:
17089           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
17090
17091 2004-08-03  Benjamin Otte  <otte@gnome.org>
17092
17093         * examples/dynparams/filter.c: (ui_control_create):
17094         * examples/gstplay/player.c: (print_tag):
17095         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
17096         * ext/gdk_pixbuf/gstgdkanimation.c:
17097         (gst_gdk_animation_iter_may_advance):
17098         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
17099         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
17100         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
17101         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
17102         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
17103         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
17104         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
17105         * gst/sine/demo-dparams.c: (main):
17106         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
17107         * testsuite/alsa/formats.c: (create_pipeline):
17108         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
17109           fixes for G_DISABLE_ASSERT and friends
17110         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
17111         (mp3_type_frame_length_from_header), (mp3_type_find),
17112         (plugin_init):
17113           require mp3 typefinding to have at least MIN_HEADERS valid headers
17114           add typefinding for AAC adts files
17115
17116 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
17117
17118         * sys/ximage/ximagesink.c:
17119         (gst_ximagesink_calculate_pixel_aspect_ratio):
17120         * sys/xvimage/xvimagesink.c:
17121         (gst_xvimagesink_calculate_pixel_aspect_ratio):
17122         Make sure we calculate pixel-aspect-ratio using floating point maths
17123
17124 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17125
17126         * po/uk.po:
17127           updated translation
17128
17129 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17130
17131         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
17132         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
17133           add debugging for display PAR calculation
17134
17135 2004-08-02  David Schleef  <ds@schleef.org>
17136
17137         * configure.ac: Fix mikmod CFLAGS.
17138
17139 2004-07-27  Benjamin Otte  <otte@gnome.org>
17140
17141         * gst/audioscale/gstaudioscale.c:
17142         - fix templates to only support S16, it's the only format that works
17143         - make caps nego code use try_set_caps_nonfixed and fixation instead
17144         of try_set_caps twice, which is not nice for autopluggers
17145         - change rank to secondary, so autopluggers can pick it up after
17146         audioconvert
17147
17148 2004-08-02  Iain <iain@prettypeople.org>
17149
17150         * gst/interleave/interleave.c (interleave_init),
17151         (interleave_request_new_pad),
17152         (interleave_pad_removed),
17153         (interleave_buffered_loop): Use the real pad count, not the artificial
17154         one.
17155
17156 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17157
17158         * configure.ac: bump nano back to development
17159
17160 === release 0.8.3 ===
17161
17162 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17163
17164         * configure.ac: releasing 0.8.3, "Water"
17165
17166 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17167
17168         * sys/xvimage/xvimagesink.c:
17169         (gst_xvimagesink_calculate_pixel_aspect_ratio),
17170         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
17171         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
17172         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
17173         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
17174         * sys/xvimage/xvimagesink.h:
17175           apply similar PAR fixes as to ximagesink
17176
17177 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17178
17179         patch from: Benjamin Otte
17180
17181         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
17182           add link function to lame.  Fixes #148986.
17183
17184 2004-08-02  Johan Dahlin  <johan@gnome.org>
17185
17186         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
17187         fix debugging log
17188
17189 2004-07-30  David Schleef  <ds@schleef.org>
17190
17191         * gst/videomixer/Makefile.am: Fix things that should have been
17192         fixed in the last checkin.
17193
17194 2004-07-30  David Schleef  <ds@schleef.org>
17195
17196         * gst/multipart/Makefile.am: Fix things that should have been
17197         fixed in the last checkin.
17198
17199 2004-07-30  David Schleef  <ds@schleef.org>
17200
17201         * testsuite/multifilesink/Makefile.am: Fix unused variable.
17202
17203 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17204
17205         * configure.ac:
17206           bump nano for prerelease
17207         * po/af.po:
17208         * po/az.po:
17209         * po/cs.po:
17210         * po/en_GB.po:
17211         * po/hu.po:
17212         * po/nl.po:
17213         * po/sr.po:
17214         * po/sv.po:
17215         * po/uk.po:
17216           updates
17217
17218 2004-07-30  Wim Taymans  <wim@fluendo.com>
17219
17220         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17221         (gst_multifdsink_add), (gst_multifdsink_remove),
17222         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
17223         (gst_multifdsink_client_remove),
17224         (gst_multifdsink_handle_client_write),
17225         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
17226         * gst/tcp/gstmultifdsink.h:
17227         Recover from a select with a bad file descriptor by removing
17228         the client.
17229
17230 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17231
17232         * configure.ac:
17233           fix requirement of core
17234         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
17235         (gst_play_pipeline_setup):
17236           don't use colorspace element.  do use hermescolorspace element.
17237           make macro to get a colorspace element.
17238           mark strings for translation.
17239         * po/POTFILES.in:
17240           add play.c
17241         * po/af.po:
17242         * po/az.po:
17243         * po/cs.po:
17244         * po/en_GB.po:
17245         * po/hu.po:
17246         * po/nl.po:
17247         * po/sr.po:
17248         * po/sv.po:
17249         * po/uk.po:
17250           update translations
17251
17252 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17253
17254         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17255         fix default for newmedia flag
17256
17257 2004-07-30  Wim Taymans  <wim@fluendo.com>
17258
17259         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
17260         (gst_theora_dec_init), (theora_get_formats),
17261         (theora_dec_src_convert), (theora_dec_sink_convert),
17262         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
17263         (theora_dec_chain), (theora_dec_set_property),
17264         (theora_dec_get_property):
17265         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
17266         (gst_theora_enc_class_init), (gst_theora_enc_init),
17267         (theora_enc_sink_link), (theora_enc_chain),
17268         (theora_enc_set_property), (theora_enc_get_property):
17269         Added cropping option to theora decoder.
17270         Added border option to theora encoder.
17271
17272 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17273
17274         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17275         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17276         (gst_pngenc_set_property):
17277         * ext/libpng/gstpngenc.h:
17278         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
17279
17280 2004-07-30  Wim Taymans  <wim@fluendo.com>
17281
17282         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17283         (theora_enc_sink_link), (theora_enc_chain),
17284         (theora_enc_set_property), (theora_enc_get_property):
17285         Fix encoding of non-multiple-of-16 video.
17286
17287 2004-07-29  David Schleef  <ds@schleef.org>
17288
17289         * configure.ac: make test for audiofile more strict
17290
17291 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17292
17293         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17294           give different names to typefind functions
17295
17296 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17297
17298         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17299         (gst_ximagesink_calculate_pixel_aspect_ratio),
17300         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
17301         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
17302         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
17303         (gst_ximagesink_get_property), (gst_ximagesink_init):
17304         * sys/ximage/ximagesink.h:
17305           allocate PAR's dynamically.
17306           use autodetected PAR if no object-set PAR is given.
17307           add workaround for directfb's X not setting physical size.
17308           fix to xvimagesink will follow tomorrow.
17309
17310 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17311
17312         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
17313         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
17314         (gst_shout2send_get_type), (gst_shout2send_set_clock),
17315         (gst_shout2send_class_init), (gst_shout2send_init),
17316         (set_shout_metadata), (gst_shout2send_set_metadata),
17317         (gst_shout2send_chain), (gst_shout2send_set_property),
17318         (gst_shout2send_get_property), (gst_shout2send_connect),
17319         (gst_shout2send_change_state):
17320         * ext/shout2/gstshout2.h:
17321         - fix for sending mp3 audio to icecast2 server, if pad link function not
17322         called before PAUSED state
17323         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
17324         - added tagging support for mp3 audio broadcasted
17325         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17326         debug info
17327
17328 2004-07-28  Wim Taymans  <wim@fluendo.com>
17329
17330         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
17331         (gst_ogg_demux_push):
17332         Return query failure when we don't know the length of
17333         an ogg stream insteda of returning TRUE with a bogus value.
17334
17335 2004-07-28  Wim Taymans  <wim@fluendo.com>
17336
17337         * ext/theora/theoradec.c: (theora_get_formats),
17338         (theora_dec_src_convert), (theora_dec_sink_convert),
17339         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
17340         (theora_dec_chain):
17341         Don't screw up the 1 Chroma for 1 luma sample situation when we
17342         have an odd offset/width by adding a black border in those cases.
17343
17344 2004-07-28  Wim Taymans  <wim@fluendo.com>
17345
17346         * ext/theora/theoradec.c: (theora_get_formats),
17347         (theora_dec_src_convert), (theora_dec_sink_convert),
17348         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
17349         (theora_dec_chain):
17350         * ext/theora/theoraenc.c: (theora_enc_sink_link):
17351         Added first attempt at cropping of the image as required by the
17352         theora spec. We need more properties in the caps (offset_x,
17353         offset_y,stride) to implement this correctly.
17354
17355 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
17356
17357         * ext/dvdnav/README:
17358           Update the README to use dvddemux
17359         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
17360           Ensure getcaps returns a subset of the template caps
17361         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
17362         (gst_mpeg2subt_init):
17363           Ensure getcaps returns a subset of the template caps
17364         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17365         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
17366         (gst_dvd_demux_get_subpicture_stream),
17367         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
17368         * gst/mpegstream/gstdvddemux.h:
17369           Set the explicit caps on the current_video pad before pushing
17370           anything
17371         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
17372         (gst_mpeg_demux_get_audio_stream):
17373           Free caps used to gst_pad_set_explicit_caps, which takes a const
17374           GstCaps *
17375
17376 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17377
17378         * configure.ac: update GStreamer requirement to 0.8.4 because of
17379           GstFraction.
17380
17381 2004-07-28  Wim Taymans  <wim@fluendo.com>
17382
17383         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
17384         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
17385         Add the pad to the element after setting up the caps. This
17386         makes it a lot easier to autoplug.
17387
17388 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
17389
17390         * gst/median/gstmedian.c:
17391         * gst/mpeg2subt/gstmpeg2subt.c:
17392         * gst/mpegaudioparse/gstmpegaudioparse.c:
17393         * gst/mpegstream/gstdvddemux.c:
17394         * gst/mpegstream/gstmpegdemux.c:
17395         * gst/mpegstream/gstmpegpacketize.c:
17396         * gst/rtjpeg/gstrtjpeg.c:
17397         * gst/rtjpeg/gstrtjpegdec.c:
17398         * gst/rtjpeg/gstrtjpegenc.c:
17399         * gst/sine/gstsinesrc.c:
17400         * gst/smooth/gstsmooth.c:
17401         * gst/smpte/gstsmpte.c:
17402         * gst/smpte/gstsmpte.h:
17403         * gst/stereo/gststereo.c:
17404         * gst/videofilter/gstgamma.c:
17405         * gst/videofilter/gstvideobalance.c:
17406         * gst/videofilter/gstvideofilter.c:
17407         * gst/videofilter/gstvideoflip.c:
17408         * gst/videoscale/gstvideoscale.c:
17409         * gst/videoscale/videoscale.c:
17410         * gst/videotestsrc/gstvideotestsrc.c:
17411         * gst/videotestsrc/videotestsrc.c:
17412         * gst/wavenc/gstwavenc.c:
17413         * gst/wavparse/gstwavparse.c:
17414           fix local includes and 64 bits constants
17415
17416 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
17417
17418         * win32/gst.sln:
17419         * gst-libs/gst/*/*.vcproj:
17420         * gst/*/*.vcproj:
17421           more working plugins
17422
17423 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17424
17425         * testsuite/alsa/Makefile.am:
17426         * testsuite/alsa/srcstate.c:
17427         add test for alsasrc changing state
17428
17429 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17430
17431         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
17432         (gst_silence_get):
17433         * gst/silence/gstsilence.h:
17434         fix silence generation for 16bit raw audio
17435
17436 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17437
17438         * gst/matroska/matroska-demux.c:
17439         (gst_matroska_demux_parse_metadata),
17440         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
17441         * gst/mpegaudio/common.c:
17442         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
17443         (gst_videoscale_getcaps), (gst_videoscale_link),
17444         (gst_videoscale_src_fixate), (gst_videoscale_init),
17445         (gst_videoscale_finalize):
17446         * gst/videoscale/gstvideoscale.h:
17447         * gst/videotestsrc/gstvideotestsrc.c:
17448         (gst_videotestsrc_get_capslist):
17449         * gst/wavenc/gstwavenc.c:
17450         * sys/oss/gstossmixer.c: (fill_labels):
17451         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17452         (gst_ximagesink_handle_xevents),
17453         (gst_ximagesink_calculate_pixel_aspect_ratio),
17454         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
17455         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
17456         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
17457         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
17458         (gst_ximagesink_init), (gst_ximagesink_class_init):
17459         * sys/ximage/ximagesink.h:
17460         * sys/xvimage/xvimagesink.c:
17461         (gst_xvimagesink_calculate_pixel_aspect_ratio),
17462         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
17463         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
17464         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
17465         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
17466         * sys/xvimage/xvimagesink.h:
17467           first batch of pixel aspect ratio commits.
17468
17469 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17470
17471         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17472         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
17473         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
17474           handle stride, needs work if we want to move stride handling
17475           upstream, but works correctly for our purposes.
17476
17477 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17478
17479         * gst/videoscale/README:
17480           add testing examples
17481         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
17482         (gst_videoscale_chain):
17483         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17484         (gst_videoscale_get_size):
17485           add get_size function that handles stride like videotestsrc.
17486           fixes conversion for YUV formats for as much as I can test them.
17487
17488 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17489
17490         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17491         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17492         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17493         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
17494         (gst_xvimagesink_xvimage_put):
17495           further cleanups, logging, error handling and synchronizing
17496
17497 2004-07-27  Wim Taymans  <wim@fluendo.com>
17498
17499         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17500         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
17501         (gst_videomixer_pad_set_property),
17502         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
17503         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
17504         (gst_videomixer_class_init), (gst_videomixer_init),
17505         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
17506         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
17507         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
17508         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
17509         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
17510         (gst_videomixer_loop), (plugin_init):
17511         Be a nicer negotiation citizen and provide a getcaps function on
17512         the srcpad. This also fixes a crash when resizing.
17513
17514 2004-07-27  Julien MOUTTE  <julien@moutte.net>
17515
17516         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17517         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
17518
17519 2004-07-27  Wim Taymans  <wim@fluendo.com>
17520
17521         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
17522         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17523         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17524         (gst_pngenc_set_property):
17525         * ext/libpng/gstpngenc.h:
17526         Added snapshot property to pngenc.
17527         removed g_print from pngdec
17528
17529 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
17530
17531         * gst/ac3parse/ac3parse.vcproj
17532         * gst/adder/adder.vcproj
17533         * gst/alpha/alpha.vcproj
17534         * gst/alpha/alphacolor.vcproj
17535         * gst/asfdemux/asf.vcproj
17536         * gst/audioconvert/audioconvert.vcproj
17537         * gst/audiorate/audiorate.vcproj
17538         * gst/audioscale/audioscale.vcproj
17539         * gst/auparse/auparse.vcproj
17540         * gst/avi/avi.vcproj
17541         * gst/cdxaparse/cdxaparse.vcproj
17542         * gst/chart/chart.vcproj
17543         * gst/colorspace/colorspace.vcproj
17544         * gst/cutter/cutter.vcproj
17545         * gst/debug/debug.vcproj
17546         * gst/debug/efence.vcproj
17547         * gst/debug/navigationtest.vcproj
17548         * gst/deinterlace/deinterlace.vcproj
17549         * gst/effectv/effectv.vcproj
17550         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
17551         * gst/filter/filter.vcproj
17552         * gst/flx/flxdec.vcproj
17553         * gst/goom/goom.vcproj
17554         * gst/interleave/interleave.vcproj
17555         * gst/law/alaw.vcproj
17556         * gst/law/mulaw.vcproj
17557         * gst/matroska/matroska.vcproj
17558         * gst/median/median.vcproj
17559         * gst/mixmatrix/mixmatrix.vcproj
17560         * gst/mpeg1sys/mpeg1systemencode.vcproj
17561         * gst/mpeg1videoparse/mp1videoparse.vcproj
17562         * gst/mpeg2sub/mpeg2subt.vcproj
17563         * gst/mpegaudio/mpegaudio.vcproj
17564         * gst/mpegaudioparse/mpegaudioparse.vcproj
17565         * gst/mpegstream/mpegstream.vcproj
17566         * gst/multifilesink/multifilesink.vcproj
17567         * gst/multipart/multipart.vcproj
17568         * gst/oneton/oneton.vcproj
17569         * gst/overlay/overlay.vcproj
17570         * gst/passthrough/passthrough.vcproj
17571         * gst/qtdemux/qtdemux.vcproj
17572         * gst/realmedia/rmdemux.vcproj
17573         * gst/rtjpeg/rtjpeg.vcproj
17574         * gst/rtp/rtp.vcproj
17575         * gst/silence/silence.vcproj
17576         * gst/sine/sinesrc.vcproj
17577         * gst/smooth/smooth.vcproj
17578         * gst/smpte/smpte.vcproj
17579         * gst/spectrum/spectrum.vcproj
17580         * gst/speed/speed.vcproj
17581         * gst/stereo/stereo.vcproj
17582         * gst/switch/switch.vcproj
17583         * gst/tags/tagedit.vcproj
17584         * gst/tcp/tcp.vcproj
17585         * gst/typefind/typefindfunctions.vcproj
17586         * gst/udp/udp.vcproj
17587         * gst/videobox/videobox.vcproj
17588         * gst/videocrop/videocrop.vcproj
17589         * gst/videodrop/videodrop.vcproj
17590         * gst/videofilter/gamma.vcproj
17591         * gst/videofilter/videobalance.vcproj
17592         * gst/videofilter/videofilter.vcproj
17593         * gst/videofilter/videoflip.vcproj
17594         * gst/videoflip/videoflip.vcproj
17595         * gst/videomixer/videomixer.vcproj
17596         * gst/videorate/videorate.vcproj
17597         * gst/videoscale/videoscale.vcproj
17598         * gst/videotestsrc/videotestsrc.vcproj
17599         * gst/virtualdub/virtualdub.vcproj
17600         * gst/volenv/volenv.vcproj
17601         * gst/volume/volume.vcproj
17602         * gst/wavenc/wavenc.vcproj
17603         * gst/wavparse/wavparse.vcproj
17604         * gst/y4m/y4menc.vcproj
17605         * gst-libs/gst/audio/audio.vcproj
17606         * gst-libs/gst/audio/audiofilter.vcproj
17607         * gst-libs/gst/colorbalance/colorbalance.vcproj
17608         * gst-libs/gst/idct/idtc.vcproj
17609         * gst-libs/gst/media-info/media-info.vcproj
17610         * gst-libs/gst/mixer/mixer.vcproj
17611         * gst-libs/gst/navigation/navigation.vcproj
17612         * gst-libs/gst/play/play.vcproj
17613         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
17614         * gst-libs/gst/resample/resample.vcproj
17615         * gst-libs/gst/riff/riff.vcproj
17616         * gst-libs/gst/tuner/tuner.vcproj
17617         * gst-libs/gst/video/video.vcproj
17618         * gst-libs/gst/xoverlay/xoverlay.vcproj
17619           avoid problems with math.h, fix release dependancy
17620           rename GStreamer-0.8.lib to libgstreamer.lib
17621
17622 2004-07-27  Julien MOUTTE  <julien@moutte.net>
17623
17624         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
17625         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
17626         the atom is not available we have to unlock the mutex. Fixes #148023
17627
17628 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17629
17630         * gst-libs/gst/media-info/media-info.h:
17631           issue for a vararg macro with MSVC
17632
17633 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17634
17635         * gst/effectv/effectv.vcproj
17636         * gst-libs/gst/idct/idct.vcproj:
17637         * gst-libs/gst/media-info/media-info.vcproj:
17638         * gst-libs/gst/navigation/navigation.vcproj:
17639         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
17640         * gst-libs/gst/video/video.vcproj:
17641         * gst-libs/gst/xoverlay/xoverlay.vcproj:
17642           fixes for build problems
17643
17644 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17645
17646         * gst-libs/gst/audio/audio.def:
17647         * gst-libs/gst/audio/riff.def:
17648           add some definitions needed by plugins
17649
17650 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17651
17652         * gst/asfdemux/gstasfmux.c
17653           Fix some 64 bits constants to be glib friendly
17654
17655 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17656
17657         * gst/ac3parse/gstac3parse.c
17658         * gst/audioscale/gstaudioscale.c
17659         * gst/auparse/gstauparse.c
17660         * gst/colorspace/gstcolorspace.c
17661         * gst/colorspace/yuv2rgb.h
17662           local include fixes
17663
17664 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17665
17666         * win32/gst.sln
17667           add more plugins to the build
17668
17669 2004-07-26  Julien MOUTTE  <julien@moutte.net>
17670
17671         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17672         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
17673
17674 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17675
17676         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
17677         (gst_level_set_property), (gst_level_get_property),
17678         (gst_level_base_init), (gst_level_class_init):
17679           add debugging categories.  cleanups.
17680
17681 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17682
17683         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17684         (gst_videoscale_planar411), (gst_videoscale_planar400),
17685         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
17686         (gst_videoscale_scale_nearest_str1),
17687         (gst_videoscale_scale_nearest_str2),
17688         (gst_videoscale_scale_nearest_str4),
17689         (gst_videoscale_scale_nearest_16bit),
17690         (gst_videoscale_scale_nearest_24bit):
17691           fixed stride issues
17692           tested with 320x240 -> 321, 322, 324 x240
17693           tested with YV12, I420, YUY2, UYVY
17694           fixed packed422rev (don't think it could have worked before)
17695           by testing with UYVY
17696
17697 2004-07-26  Benjamin Otte  <otte@gnome.org>
17698
17699         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
17700         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
17701         (plugin_init):
17702           add debugging category, add error checks like checking return values
17703           of setup calls, make sure it still works after
17704           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
17705
17706 2004-07-26  Wim Taymans  <wim@fluendo.com>
17707
17708         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
17709         (gst_mpeg_demux_get_audio_stream),
17710         (gst_mpeg_demux_process_private):
17711         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
17712         Check for error codes from the negotiation functions. Make sure
17713         we really set the pad caps when a new pad is created.
17714
17715 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17716
17717         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17718         (gst_ffmpeg_caps_to_pix_fmt):
17719         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
17720         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17721         (gst_ffmpegcolorspace_pad_link):
17722           don't make function do two things at the same time without reason.
17723
17724 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17725
17726         * gst/ac3parse/ac3parse.vcproj
17727         * gst/adder/adder.vcproj
17728         * gst/alpha/alpha.vcproj
17729         * gst/alpha/alphacolor.vcproj
17730         * gst/asfdemux/asf.vcproj
17731         * gst/audioconvert/audioconvert.vcproj
17732         * gst/audiorate/audiorate.vcproj
17733         * gst/audioscale/audioscale.vcproj
17734         * gst/auparse/auparse.vcproj
17735         * gst/avi/avi.vcproj
17736         * gst/cdxaparse/cdxaparse.vcproj
17737         * gst/chart/chart.vcproj
17738         * gst/colorspace/colorspace.vcproj
17739         * gst/cutter/cutter.vcproj
17740         * gst/debug/debug.vcproj
17741         * gst/debug/efence.vcproj
17742         * gst/debug/navigationtest.vcproj
17743         * gst/deinterlace/deinterlace.vcproj
17744         * gst/effectv/effectv.vcproj
17745         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
17746         * gst/filter/filter.vcproj
17747         * gst/flx/flxdec.vcproj
17748         * gst/goom/goom.vcproj
17749         * gst/interleave/interleave.vcproj
17750         * gst/law/alaw.vcproj
17751         * gst/law/mulaw.vcproj
17752         * gst/matroska/matroska.vcproj
17753         * gst/median/median.vcproj
17754         * gst/mixmatrix/mixmatrix.vcproj
17755         * gst/mpeg1sys/mpeg1systemencode.vcproj
17756         * gst/mpeg1videoparse/mp1videoparse.vcproj
17757         * gst/mpeg2sub/mpeg2subt.vcproj
17758         * gst/mpegaudio/mpegaudio.vcproj
17759         * gst/mpegaudioparse/mpegaudioparse.vcproj
17760         * gst/mpegstream/mpegstream.vcproj
17761         * gst/multifilesink/multifilesink.vcproj
17762         * gst/multipart/multipart.vcproj
17763         * gst/oneton/oneton.vcproj
17764         * gst/overlay/overlay.vcproj
17765         * gst/passthrough/passthrough.vcproj
17766         * gst/qtdemux/qtdemux.vcproj
17767         * gst/realmedia/rmdemux.vcproj
17768         * gst/rtjpeg/rtjpeg.vcproj
17769         * gst/rtp/rtp.vcproj
17770         * gst/silence/silence.vcproj
17771         * gst/sine/sinesrc.vcproj
17772         * gst/smooth/smooth.vcproj
17773         * gst/smpte/smpte.vcproj
17774         * gst/spectrum/spectrum.vcproj
17775         * gst/speed/speed.vcproj
17776         * gst/stereo/stereo.vcproj
17777         * gst/switch/switch.vcproj
17778         * gst/tags/tagedit.vcproj
17779         * gst/tcp/tcp.vcproj
17780         * gst/typefind/typefindfunctions.vcproj
17781         * gst/udp/udp.vcproj
17782         * gst/videobox/videobox.vcproj
17783         * gst/videocrop/videocrop.vcproj
17784         * gst/videodrop/videodrop.vcproj
17785         * gst/videofilter/gamma.vcproj
17786         * gst/videofilter/videobalance.vcproj
17787         * gst/videofilter/videofilter.vcproj
17788         * gst/videofilter/videoflip.vcproj
17789         * gst/videoflip/videoflip.vcproj
17790         * gst/videomixer/videomixer.vcproj
17791         * gst/videorate/videorate.vcproj
17792         * gst/videoscale/videoscale.vcproj
17793         * gst/videotestsrc/videotestsrc.vcproj
17794         * gst/virtualdub/virtualdub.vcproj
17795         * gst/volenv/volenv.vcproj
17796         * gst/volume/volume.vcproj
17797         * gst/wavenc/wavenc.vcproj
17798         * gst/wavparse/wavparse.vcproj
17799         * gst/y4m/y4menc.vcproj
17800           more plugins supported under windows
17801
17802 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17803
17804         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17805         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
17806         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
17807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17808         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
17809           Add debugging statements.  Use the sizes as returned by the
17810           *CreateImage calls.
17811
17812 2004-07-26  Johan Dahlin  <johan@gnome.org>
17813
17814         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
17815         the pad is negotiated.
17816
17817         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
17818
17819 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17820
17821         * gst-libs/gst/colorbalance/colorbalance.vcproj:
17822         * gst-libs/gst/idct/idct.vcproj:
17823         * gst-libs/gst/media-info/media-info.vcproj:
17824         * gst-libs/gst/mixer/mixer.vcproj:
17825         * gst-libs/gst/navigation/navigation.vcproj:
17826         * gst-libs/gst/play/play.vcproj:
17827         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
17828         * gst-libs/gst/resample/resample.vcproj:
17829         * gst-libs/gst/tuner/tuner.vcproj:
17830         * gst-libs/gst/video/video.vcproj:
17831         * gst-libs/gst/xoverlay/xoverlay.vcproj:
17832           more plugins supported under windows
17833
17834 2004-07-25 Iain <iain@prettypeople.org>
17835
17836         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
17837         pad now rather than when the pad is created because state changes wipe
17838         explicit caps (fixes #148043).
17839
17840 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
17841
17842         reviewed by Benjamin Otte  <otte@gnome.org>
17843
17844         * ext/mad/gstmad.c:
17845           fix mad plugin crashing on Sun (fixes #148289)
17846
17847 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17848
17849         * gst/avi/avi.def:
17850         * gst/avi/avi.vcproj:
17851         * gst/matroska/matroska.def:
17852         * gst/matroska/matroska.vcproj:
17853           remove unused .def files
17854
17855 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17856
17857         * gst-libs/gst/audio/gstaudiofilter.c:
17858           Clean the local include
17859
17860 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17861
17862         * win32/gst.sln:
17863         * gst-libs/gst/audio/audio.def:
17864         * gst-libs/gst/audio/audio.vcproj:
17865         * gst-libs/gst/audio/audiofilter.vcproj:
17866         * gst-libs/gst/audio/riff.def:
17867         * gst-libs/gst/audio/riff.vcproj:
17868         * gst-libs/gst/gst-libs.def:
17869         * gst-libs/gst/gst-libs.vcproj:
17870         * gst/avi/avi.vcproj:
17871         * gst/avi/avi.vcproj:
17872           Copy the files where needed after building, cleaner projects
17873
17874 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17875
17876         * gst/matroska/ebml-write.c:
17877           Fix some 64 bits constants to be glib friendly
17878
17879 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
17880
17881         * win32/gst.sln:
17882         * gst-libs/gst/gst-libs.def:
17883         * gst-libs/gst/gst-libs.vcproj:
17884         * gst/matroska/matroska.def:
17885         * gst/matroska/matroska.vcproj:
17886           Add the preliminary canvas to build plugins on Win32
17887
17888 2004-07-23  Benjamin Otte  <otte@gnome.org>
17889
17890         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17891           don't enfore negotiation from source side, it breaks
17892           sinesrc ! audioconvert ! osssink
17893
17894 2004-07-22  David Schleef  <ds@schleef.org>
17895
17896         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
17897         for ELF files, since they can easily be recognized as audio/mpeg.
17898         (bug #147441)
17899
17900 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17901
17902         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17903         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
17904         (gst_videoscale_scale_nearest_24bit),
17905         (gst_videoscale_scale_nearest_16bit):
17906           fix 16bit and 24bit for stride (24bit might need testing)
17907           don't pretend we do more than one algorithm
17908
17909 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17910
17911         * configure.ac:
17912         * gst/Makefile.am:
17913         * gst/multifilesink/Makefile.am:
17914         * gst/multifilesink/gstmultifilesink.c:
17915         (gst_multifilesink_get_formats),
17916         (gst_multifilesink_get_query_types), (_do_init),
17917         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
17918         (gst_multifilesink_init), (gst_multifilesink_dispose),
17919         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
17920         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
17921         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
17922         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
17923         (gst_multifilesink_chain), (gst_multifilesink_change_state),
17924         (gst_multifilesink_uri_get_type),
17925         (gst_multifilesink_uri_get_protocols),
17926         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
17927         (gst_multifilesink_uri_handler_init), (plugin_init):
17928         * gst/multifilesink/gstmultifilesink.h:
17929         * testsuite/Makefile.am:
17930         * testsuite/multifilesink/Makefile.am:
17931         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
17932         (gst_newmedia_class_init), (gst_newmedia_init),
17933         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
17934         (newfile_signal), (test_signal), (main):
17935         multifilesink plugin for creating new files every time a new media
17936         discontinuity event occurs
17937
17938 2004-07-22  Wim Taymans  <wim@fluendo.com>
17939
17940         * gst/alpha/Makefile.am:
17941         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
17942         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
17943         (gst_alpha_color_init), (gst_alpha_color_set_property),
17944         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
17945         (transform), (gst_alpha_color_chain),
17946         (gst_alpha_color_change_state), (plugin_init):
17947         Stupid plugin to to RGBA to AYUV conversion because none of
17948         the colorspace plugins can handle that yet.
17949
17950 2004-07-22  Wim Taymans  <wim@fluendo.com>
17951
17952         * examples/seeking/seek.c: (update_scale), (main):
17953         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17954         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
17955         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
17956         (gst_decode_bin_init), (gst_decode_bin_dispose),
17957         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17958         (no_more_pads), (close_link), (type_found),
17959         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
17960         (plugin_init):
17961         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17962         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
17963         (gst_play_base_bin_dispose), (queue_overrun),
17964         (gen_preroll_element), (remove_prerolls), (unknown_type),
17965         (no_more_pads), (new_stream), (setup_source),
17966         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17967         (play_base_eos), (gst_play_base_bin_change_state),
17968         (gst_play_base_bin_add_element),
17969         (gst_play_base_bin_remove_element),
17970         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
17971         (gst_play_base_bin_unlink_stream),
17972         (gst_play_base_bin_get_streaminfo):
17973         * gst/playback/gstplaybin.c: (gen_video_element),
17974         (gen_audio_element):
17975         * gst/playback/gststreaminfo.h:
17976         More playback updates, attempt to fix things after the state change
17977         breakage.
17978
17979 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17980
17981         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
17982         (gst_videoscale_scale_nearest_16bit):
17983           comment algorithm
17984
17985 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17986
17987         * gst/videotestsrc/gstvideotestsrc.c:
17988         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
17989         (gst_videotestsrc_init), (gst_videotestsrc_get),
17990         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
17991         (gst_videotestsrc_get_property):
17992         * gst/videotestsrc/gstvideotestsrc.h:
17993         * gst/videotestsrc/videotestsrc.c:
17994         * gst/videotestsrc/videotestsrc.h:
17995           cleanup and commenting
17996
17997 2004-07-21  Wim Taymans  <wim@fluendo.com>
17998
17999         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
18000         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
18001         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
18002         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
18003         (_find_chain_get_unknown_part), (_find_streams_check),
18004         (gst_ogg_demux_push), (gst_ogg_pad_push):
18005         * ext/theora/theoradec.c: (theora_get_formats),
18006         (theora_dec_src_convert), (theora_dec_sink_convert),
18007         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18008         (theora_dec_chain):
18009         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
18010         (vorbis_dec_convert), (vorbis_dec_src_query),
18011         (vorbis_dec_src_event), (vorbis_dec_event):
18012         More seeking fixes, oggdemux now supports seeking to time and
18013         uses the downstream element to convert granulepos to time.
18014         Seeking in theora-only ogg files now works.
18015
18016 2004-07-21  Wim Taymans  <wim@fluendo.com>
18017
18018         * ext/theora/theoradec.c: (gst_theora_dec_init),
18019         (theora_get_formats), (theora_get_event_masks),
18020         (theora_get_query_types), (theora_dec_src_convert),
18021         (theora_dec_sink_convert), (theora_dec_src_query),
18022         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
18023         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
18024         (vorbis_get_event_masks), (vorbis_get_query_types),
18025         (gst_vorbis_dec_init), (vorbis_dec_convert),
18026         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
18027         Added query/convert/formats functions to vorbis and theora decoders
18028         so that the outside world can use them too. Fixed seeking on an
18029         ogg/theora/vorbis file by disabling the seeking seeking on the
18030         theora srcpad.
18031
18032 2004-07-21  Julien MOUTTE  <julien@moutte.net>
18033
18034         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18035         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
18036         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
18037         images creation for both elements. We don't create the image on caps
18038         nego or renego, we just destroy the internal one if present if it does
18039         not match the needs. The chain function takes care of creating a new
18040         image when needed.
18041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18042         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
18043         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
18044         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
18045         the image format information. The buffer pool checks for the context
18046         image format and discard images with different formats.
18047         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
18048
18049 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18050
18051         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18052         (gst_ffmpegcolorspace_chain):
18053           no point in doing any chaining if the pad we want to push from
18054           isn't usable.
18055
18056 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18057
18058         * gst-libs/gst/riff/riff-media.c:
18059         (gst_riff_create_audio_caps_with_data):
18060           Fix double end-to-native symbol conversion (#148021).
18061
18062 2004-07-20  David Schleef  <ds@schleef.org>
18063
18064         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
18065         Don't use an Atom that doesn't exist.
18066
18067 2004-07-20  Wim Taymans  <wim@fluendo.com>
18068
18069         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18070         (gst_multifdsink_add), (gst_multifdsink_get_stats),
18071         (gst_multifdsink_client_remove),
18072         (gst_multifdsink_handle_client_write),
18073         (gst_multifdsink_queue_buffer):
18074         * gst/tcp/gstmultifdsink.h:
18075         More multifdsink stats. Avoid deadlock by releasing locks
18076         before sending out a signal.
18077
18078 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18079
18080         * po/LINGUAS:
18081         * po/hu.po:
18082           added Hungarian translation (Laszlo Dvornik)
18083
18084 2004-07-20  Wim Taymans  <wim@fluendo.com>
18085
18086         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18087         (gst_multifdsink_add), (gst_multifdsink_client_remove),
18088         (gst_multifdsink_handle_client_write),
18089         (gst_multifdsink_queue_buffer):
18090         * gst/tcp/gsttcp-marshal.list:
18091         Fixed the stupid marshal definition.
18092
18093 2004-07-20  Wim Taymans  <wim@fluendo.com>
18094
18095         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18096         (gst_multifdsink_init), (gst_multifdsink_add),
18097         (gst_multifdsink_client_remove),
18098         (gst_multifdsink_handle_client_write),
18099         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
18100         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
18101         (gst_multifdsink_init_send):
18102         * gst/tcp/gstmultifdsink.h:
18103         Added more stats, added timeout for a client, fixed some typos
18104         and added some comments.
18105
18106 2004-07-20  Wim Taymans  <wim@fluendo.com>
18107
18108         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18109         (gst_multifdsink_add), (gst_multifdsink_get_stats),
18110         (gst_multifdsink_client_remove),
18111         (gst_multifdsink_handle_client_write):
18112         * gst/tcp/gstmultifdsink.h:
18113         * gst/tcp/gsttcp-marshal.list:
18114         Added get_stats method that returns a GValueArray of
18115         stats values.
18116
18117 2004-07-19  Benjamin Otte  <otte@gnome.org>
18118
18119         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
18120           make sure longname, description and author are valid UTF-8
18121
18122 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18123
18124         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
18125         (gst_ximagesink_set_property):
18126         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
18127         (gst_xvimagesink_set_property):
18128           make sure SYNCHRONOUS is respected after getting the X context
18129
18130 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18131
18132         * gst/matroska/matroska-demux.c:
18133         (gst_matroska_demux_handle_src_event),
18134         (gst_matroska_demux_parse_blockgroup):
18135         * gst/matroska/matroska-ids.h:
18136           add BlockReference tag and ignore it to clear out log.
18137           ignore NAVIGATION events to clear out log.
18138
18139 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18140
18141         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
18142         (gst_matroska_demux_add_stream):
18143         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
18144           add debug categories
18145
18146 2004-07-16  Wim Taymans  <wim@fluendo.com>
18147
18148         * ext/libpng/Makefile.am:
18149         * ext/libpng/gstpng.c: (plugin_init):
18150         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
18151         (gst_pngdec_get_type), (gst_pngdec_base_init),
18152         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
18153         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
18154         * ext/libpng/gstpngdec.h:
18155         Added png decoder.
18156
18157 2004-07-16  Julien MOUTTE  <julien@moutte.net>
18158
18159         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
18160         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
18161         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
18162         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
18163         (gst_ximagesink_buffer_alloc):
18164         * sys/ximage/ximagesink.h:
18165         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
18166         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
18167         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18168         (gst_xvimagesink_buffer_alloc):
18169         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
18170         again. Using internal data pointer of the x(v)image to store image's
18171         data to be coherent with the buffer alloc mechanism. Investigated the
18172         image destruction code to be sure that everything gets freed correctly.
18173
18174 2004-07-16  Wim Taymans  <wim@fluendo.com>
18175
18176         * gst-libs/gst/riff/riff-read.c:
18177         (gst_riff_read_strf_vids_with_data),
18178         (gst_riff_read_strf_auds_with_data):
18179         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18180         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
18181         Make sure we don't create 0 sized subbuffers in riff-read.
18182         Signal the no more pads signal after reading the avi header.
18183
18184 2004-07-16  Wim Taymans  <wim@fluendo.com>
18185
18186         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18187         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
18188         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
18189         (gst_decode_bin_init), (gst_decode_bin_dispose),
18190         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18191         (no_more_pads), (close_link), (type_found),
18192         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18193         (gst_decode_bin_change_state), (plugin_init):
18194         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18195         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18196         (gst_play_base_bin_dispose), (queue_overrun),
18197         (gen_preroll_element), (remove_prerolls), (unknown_type),
18198         (no_more_pads), (new_stream), (setup_source),
18199         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
18200         (play_base_eos), (gst_play_base_bin_change_state),
18201         (gst_play_base_bin_add_element),
18202         (gst_play_base_bin_remove_element),
18203         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18204         (gst_play_base_bin_unlink_stream),
18205         (gst_play_base_bin_get_streaminfo):
18206         * gst/playback/gstplaybasebin.h:
18207         Better error recovery. Added configurable preroll queue size. Faster
18208         detection of no-more-pads.
18209
18210 2004-07-16  Wim Taymans  <wim@fluendo.com>
18211
18212         * gst-libs/gst/video/video.h:
18213         Added 32 bits RGBA. Not sure if we should use another mime-type
18214         for alpha rgb. Currently the presence of the alpha_mask property
18215         signals an alpha channel.
18216
18217 2004-07-16  Wim Taymans  <wim@fluendo.com>
18218
18219         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
18220         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18221         FPS seems to be 0.0 to MAX everywhere else.
18222
18223 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18224
18225         * gst-libs/gst/riff/riff-media.c:
18226         (gst_riff_create_video_caps_with_data):
18227           mp42/mp43 (no caps) exist too.
18228         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
18229           Set pixel_width/height; we've got them in-caps.
18230         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18231         * gst/wavparse/gstwavparse.c: (plugin_init):
18232           Both are valid primary.
18233         * sys/oss/gstossmixer.c:
18234           Remove i18n hack and enable translations.
18235
18236 2004-07-15  Benjamin Otte  <otte@gnome.org>
18237
18238         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
18239         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
18240           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
18241
18242 2004-07-15  Benjamin Otte  <otte@gnome.org>
18243
18244         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18245         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
18246         (gst_alsa_close_audio):
18247           disable some of the debugging code for now. Writing debugging to a
18248           buffer is broken in current alsalib releases.
18249
18250 2004-07-12  Benjamin Otte  <otte@gnome.org>
18251
18252         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
18253           use bufferpools
18254
18255 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18256
18257         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
18258         (theora_dec_src_query), (theora_dec_event):
18259         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
18260           add debugging categories.  Remove \n's.
18261
18262 2004-07-13  Johan Dahlin  <johan@gnome.org>
18263
18264         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
18265         (gst_play_bin_get_property): Impl.
18266
18267 2004-07-13  Wim Taymans  <wim@fluendo.com>
18268
18269         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
18270         When trying to find the stream length, seek back N pages
18271         instead of just one, where N is the number of streams in
18272         the current chain.
18273
18274 2004-07-13  Wim Taymans  <wim@fluendo.com>
18275
18276         * gst-libs/gst/riff/riff-media.c:
18277         (gst_riff_create_audio_caps_with_data),
18278         (gst_riff_create_audio_caps),
18279         (gst_riff_create_audio_template_caps):
18280         * gst-libs/gst/riff/riff-media.h:
18281         * gst-libs/gst/riff/riff-read.c:
18282         (gst_riff_read_strf_vids_with_data),
18283         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
18284         * gst-libs/gst/riff/riff-read.h:
18285         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18286         (gst_avi_demux_add_stream):
18287         Set codec_data on caps for avidemuxer.
18288
18289 2004-07-12  David Schleef  <ds@schleef.org>
18290
18291         * configure.ac: Fix test for Objective C
18292
18293 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
18294         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
18295         (gst_gdk_pixbuf_chain):
18296           Add svg and pcx to template caps, and ensure that getcaps returns a
18297           subset of the template caps.
18298           Copy each row manually for output, as gdkpixbuf may pad the
18299           rowstride to a 32-bit word boundary.
18300
18301 2004-07-12  Wim Taymans  <wim@fluendo.com>
18302
18303         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
18304         (gst_riff_create_video_template_caps):
18305         Fix the template caps to include some more media types.
18306
18307 2004-07-12  Wim Taymans  <wim@fluendo.com>
18308
18309         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18310         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18311         (compare_ranks), (print_feature), (gst_decode_bin_init),
18312         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
18313         (try_to_link_1), (new_pad), (close_link), (type_found),
18314         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18315         (gst_decode_bin_change_state), (plugin_init):
18316         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18317         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18318         (gst_play_base_bin_dispose), (queue_overrun),
18319         (gen_preroll_element), (remove_prerolls), (no_more_pads),
18320         (new_stream), (setup_source), (gst_play_base_bin_set_property),
18321         (gst_play_base_bin_get_property), (play_base_eos),
18322         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18323         (gst_play_base_bin_remove_element),
18324         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18325         (gst_play_base_bin_unlink_stream),
18326         (gst_play_base_bin_get_streaminfo):
18327         * gst/playback/gstplaybasebin.h:
18328         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18329         (gst_play_bin_class_init), (gst_play_bin_init),
18330         (gst_play_bin_dispose), (gst_play_bin_set_property),
18331         (gst_play_bin_get_property), (gen_video_element),
18332         (gen_audio_element), (remove_sinks), (setup_sinks),
18333         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
18334         (gst_play_bin_send_event), (gst_play_bin_get_formats),
18335         (gst_play_bin_convert), (gst_play_bin_get_query_types),
18336         (gst_play_bin_query), (plugin_init):
18337         * gst/playback/test4.c: (main):
18338         More fixes on reusing of the element.
18339
18340 2004-07-11  Benjamin Otte  <otte@gnome.org>
18341
18342         * ext/mad/gstmad.c: (normal_seek):
18343           allow seeking for other methods than just SET
18344
18345 2004-07-11  Andy Wingo  <wingo@pobox.com>
18346
18347         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
18348         float, "any" caps -> buffer_frames=[0,MAX].
18349
18350         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
18351         doesn't intersect our caps with the template any more. Do it
18352         ourselves.
18353         (interleave_buffered_loop): Use g_newa instead of malloc/free.
18354
18355 2004-07-09  Wim Taymans  <wim@fluendo.com>
18356
18357         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18358         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18359         (compare_ranks), (print_feature), (gst_decode_bin_init),
18360         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
18361         (try_to_link_1), (new_pad), (close_link), (type_found),
18362         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18363         (gst_decode_bin_change_state), (plugin_init):
18364         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18365         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18366         (gst_play_base_bin_dispose), (queue_overrun),
18367         (gen_preroll_element), (remove_prerolls), (no_more_pads),
18368         (new_stream), (setup_source), (gst_play_base_bin_set_property),
18369         (gst_play_base_bin_get_property), (play_base_eos),
18370         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18371         (gst_play_base_bin_remove_element),
18372         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18373         (gst_play_base_bin_unlink_stream),
18374         (gst_play_base_bin_get_streaminfo):
18375         * gst/playback/gstplaybasebin.h:
18376         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18377         (gst_play_bin_class_init), (gst_play_bin_init),
18378         (gst_play_bin_dispose), (gst_play_bin_set_property),
18379         (gst_play_bin_get_property), (gen_video_element),
18380         (gen_audio_element), (remove_sinks), (setup_sinks),
18381         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
18382         (gst_play_bin_send_event), (gst_play_bin_get_formats),
18383         (gst_play_bin_convert), (gst_play_bin_get_query_types),
18384         (gst_play_bin_query), (plugin_init):
18385         * gst/playback/test4.c: (main):
18386         Work on object reuse and seeking.
18387
18388 2004-07-09  Wim Taymans  <wim@fluendo.com>
18389
18390         * examples/seeking/seek.c: (iterate):
18391         Don't consume all CPU in the idle loop.
18392
18393 2004-07-09  Wim Taymans  <wim@fluendo.com>
18394
18395         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
18396         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
18397         Add pad to element *after* setting the pad functions so that
18398         the scheduler can use the correct ones.
18399
18400 2004-07-09  Wim Taymans  <wim@fluendo.com>
18401
18402         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
18403         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
18404         Sync to keyframe after seek
18405
18406 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18407
18408         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18409         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18410         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
18411         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
18412         * ext/libvisual/visual.c: (gst_visual_change_state):
18413         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
18414         * ext/theora/theoradec.c: (theora_dec_change_state):
18415         * ext/theora/theoraenc.c: (theora_enc_change_state):
18416         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
18417         * gst-libs/gst/navigation/navigation.c:
18418         * gst/adder/gstadder.c: (gst_adder_change_state):
18419         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18420         (gst_audio_convert_get_buffer):
18421         * gst/multipart/multipartdemux.c:
18422         (gst_multipart_demux_change_state):
18423         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
18424         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18425         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
18426         * gst/videoscale/gstvideoscale.c:
18427         (gst_videoscale_handle_src_event):
18428         * gst/volume/gstvolume.c: (volume_chain_int16):
18429           don't assert in state change, this should be done by the base
18430           GstElement class.
18431           various debugging fixes.
18432
18433 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18434
18435         * configure.ac:
18436         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18437         (gst_play_dispose), (gst_play_set_location),
18438         (gst_play_set_data_src), (gst_play_set_video_sink),
18439         (gst_play_set_audio_sink), (gst_play_set_visualization),
18440         (gst_play_connect_visualization), (gst_play_get_sink_element),
18441         (gst_play_get_all_by_interface):
18442         * gst-libs/gst/play/play.h:
18443           add new method to get elements implementing an interface.
18444           add various error logging
18445
18446 2004-07-08  Wim Taymans  <wim@fluendo.com>
18447
18448         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
18449         (make_mpeg_pipeline), (make_mpegnt_pipeline),
18450         (make_playerbin_pipeline), (query_durations_elems),
18451         (query_durations_pads), (query_positions_elems),
18452         (query_positions_pads), (update_scale), (iterate), (stop_seek),
18453         (main):
18454         Added playbin seeking example.
18455
18456 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18457
18458         * gst-libs/gst/play/play.c: (gst_play_set_location),
18459         (gst_play_set_data_src), (gst_play_set_video_sink),
18460         (gst_play_set_audio_sink), (gst_play_set_visualization),
18461         (gst_play_connect_visualization), (gst_play_get_framerate):
18462           use a macro to look up elements from hash table
18463
18464 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18465
18466         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18467         (gst_play_get_length_callback), (gst_play_set_location),
18468         (gst_play_seek_to_time), (gst_play_set_data_src),
18469         (gst_play_set_video_sink), (gst_play_set_audio_sink),
18470         (gst_play_set_visualization), (gst_play_connect_visualization),
18471         (gst_play_get_sink_element):
18472         - add debugging info
18473         - fix looking up sink elements by iterating over complete caps
18474         - put everything except for source and autoplugger in a complete bin
18475
18476 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18477
18478         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
18479         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
18480         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
18481         (gst_alsa_sink_write), (gst_alsa_sink_loop):
18482         * ext/alsa/gstalsasink.h:
18483         - add debugging info
18484         - clean up schizophrenia of data/buffer/event
18485         - fix double event unref error
18486
18487 2004-07-08  Wim Taymans  <wim@fluendo.com>
18488
18489         * gst/playback/Makefile.am:
18490         Add headers to noinst
18491
18492 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18493
18494         * tools/gst-launch-ext-m.m:
18495         * tools/gst-launch-ext.1.in:
18496           convert to the third millenium
18497
18498 2004-07-07  David Schleef  <ds@schleef.org>
18499
18500         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
18501
18502 2004-07-07  Wim Taymans  <wim@fluendo.com>
18503
18504         * gst/playback/Makefile.am:
18505         * gst/playback/README:
18506         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18507         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18508         (compare_ranks), (print_feature), (gst_decode_bin_init),
18509         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
18510         (try_to_link_1), (new_pad), (close_link), (type_found),
18511         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18512         (plugin_init):
18513         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18514         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18515         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
18516         (gen_preroll_element), (no_more_pads), (new_stream),
18517         (setup_source), (gst_play_base_bin_set_property),
18518         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
18519         (gst_play_base_bin_add_element),
18520         (gst_play_base_bin_remove_element),
18521         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18522         (gst_play_base_bin_unlink_stream),
18523         (gst_play_base_bin_get_streaminfo):
18524         * gst/playback/gstplaybasebin.h:
18525         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18526         (gst_play_bin_class_init), (gst_play_bin_init),
18527         (gst_play_bin_dispose), (gst_play_bin_set_property),
18528         (gst_play_bin_get_property), (gen_video_element),
18529         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
18530         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18531         (gst_play_bin_get_formats), (gst_play_bin_convert),
18532         (gst_play_bin_get_query_types), (gst_play_bin_query),
18533         (plugin_init):
18534         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
18535         (gst_stream_info_get_type), (gst_stream_info_class_init),
18536         (gst_stream_info_init), (gst_stream_info_new),
18537         (gst_stream_info_dispose), (gst_stream_info_set_property),
18538         (gst_stream_info_get_property):
18539         * gst/playback/gststreaminfo.h:
18540         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
18541         (main):
18542         * gst/playback/test2.c: (main):
18543         * gst/playback/test3.c: (update_scale), (main):
18544         More playbin fixes. Added README. Do better element filtering.
18545         Added base class to preroll media. Added test apps.
18546
18547 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18548
18549         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
18550         * ext/mpeg2dec/gstmpeg2dec.h:
18551           various debugging improvements.  Reset stream to next picture
18552           instead of sequence header, otherwise seeks cannot work.
18553
18554 2004-07-07  Wim Taymans  <wim@fluendo.com>
18555
18556         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
18557         (gst_video_box_class_init), (gst_video_box_set_property),
18558         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
18559         Use pad_alloc where possible.
18560
18561 2004-07-07  Wim Taymans  <wim@fluendo.com>
18562
18563         * sys/oss/gstosselement.c: (gst_osselement_reset),
18564         (gst_osselement_parse_caps):
18565         * sys/oss/gstosselement.h:
18566         * sys/oss/gstosssrc.c: (gst_osssrc_get):
18567         Fix offset on osssrc.
18568
18569 2004-07-07  Wim Taymans  <wim@fluendo.com>
18570
18571         * ext/theora/theora.c: (plugin_init):
18572         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
18573         (theora_dec_src_query), (theora_dec_chain):
18574         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18575         (theora_enc_sink_link), (theora_buffer_from_packet),
18576         (theora_push_packet), (theora_enc_chain):
18577         Fix theora granulepos calculation.
18578         Fix overflow in duration/position calculation.
18579         Bump rank to PRIMARY for theoradec.
18580         Use granulepos of last packet to calculate position.
18581         Set keyframe flag on buffers when needed.
18582
18583 2004-07-06  David Schleef  <ds@schleef.org>
18584
18585         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
18586         serious?  (Fixed, obviously.)
18587
18588 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18589
18590         * po/LINGUAS:
18591         * po/cs.po:
18592           added Czech translation (Miloslav Trmac)
18593
18594 2004-07-05  Wim Taymans  <wim@fluendo.com>
18595
18596         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18597         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18598         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
18599         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18600         (close_link), (type_found), (gst_decode_bin_set_property),
18601         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
18602         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
18603         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
18604         (gst_decode_bin_query), (plugin_init):
18605         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18606         (gst_play_bin_class_init), (gst_play_bin_init),
18607         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
18608         (get_video_element), (new_pad), (setup_source),
18609         (gst_play_bin_set_property), (gst_play_bin_get_property),
18610         (gst_play_bin_change_state), (gst_play_bin_add_element),
18611         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
18612         (gst_play_bin_send_event), (gst_play_bin_get_formats),
18613         (gst_play_bin_convert), (gst_play_bin_get_query_types),
18614         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
18615         * gst/playback/test.c: (main):
18616         More fixes, cleaned up playbin, make it use decodebin. Added
18617         threaded property to playbin.
18618
18619 2004-07-05  Wim Taymans  <wim@fluendo.com>
18620
18621         * configure.ac:
18622         * gst/playback/Makefile.am:
18623         * gst/playback/decodetest.c: (main):
18624         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18625         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18626         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
18627         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18628         (close_link), (type_found), (gst_decode_bin_set_property),
18629         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
18630         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
18631         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
18632         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
18633         (plugin_init):
18634         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18635         (gst_play_bin_class_init), (gst_play_bin_init),
18636         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
18637         (collect_sink_pads), (find_compatibles), (close_pad_link),
18638         (try_to_link_1), (new_pad), (close_link), (type_found),
18639         (setup_source), (gst_play_bin_set_property),
18640         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
18641         (compare_ranks), (gst_play_bin_collect_factories),
18642         (gst_play_bin_change_state), (gst_play_bin_add_element),
18643         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
18644         (gst_play_bin_send_event), (gst_play_bin_get_formats),
18645         (gst_play_bin_convert), (gst_play_bin_get_query_types),
18646         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
18647         * gst/playback/test.c: (main):
18648         Added some playback helper elements and some test apps, very alpha
18649         still.
18650
18651 2004-07-04  Benjamin Otte  <otte@gnome.org>
18652
18653         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
18654           only restart audio when we indeed have an xrun to fix repeated
18655           xruns. Fix suggested by Giuliano Pochini.
18656
18657 2004-07-03  David Schleef  <ds@schleef.org>
18658
18659         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
18660         call to gst_debug_log() if debugging is disabled (bug #145118)
18661
18662 2004-07-03  Benjamin Otte  <otte@gnome.org>
18663
18664         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
18665           use our own functions for restarting the alsa device.
18666         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18667           I should apply patches myself - use MIN for the third argument, not
18668           the second, this fixes seeking
18669
18670 2004-07-02  David Schleef  <ds@schleef.org>
18671
18672         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
18673         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
18674         do with the logic.
18675
18676 2004-07-02  David Schleef  <ds@schleef.org>
18677
18678         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
18679         output buffers.  Fix logic mistake.  (bug #144866)
18680
18681 2004-07-02  David Schleef  <ds@schleef.org>
18682
18683         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
18684         on X.  (bug #144753)
18685
18686 2004-07-02  David Schleef  <ds@schleef.org>
18687
18688         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
18689         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
18690         (bug #144624)
18691         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
18692         (gst_osselement_rate_probe_check): Add another workaround for
18693         buggy drivers (bug #145336)
18694
18695 2004-07-02  David Schleef  <ds@schleef.org>
18696
18697         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
18698         Most systems don't have MSG_NOSIGNAL.
18699
18700 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18701
18702         * Makefile.am:
18703         * gst-libs/gst/colorbalance/Makefile.am:
18704         * gst-libs/gst/mixer/Makefile.am:
18705         * gst-libs/gst/play/Makefile.am:
18706         * gst-libs/gst/tuner/Makefile.am:
18707           (hopefully) fix both install and dist and make error message useful.
18708           needs testing across automakes.
18709
18710 2004-07-02  Benjamin Otte  <otte@gnome.org>
18711
18712         * ext/ogg/gstogg.c: (plugin_init):
18713           we require bytestream now
18714         * ext/ogg/gstoggdemux.c:
18715           huge diff to implement chain setup in a fast and generic way. This
18716           improves tag reading and startup of huge files (read: Theora videos)
18717           quite a bit. It probably contains bugs, too, so please test.
18718           Seeking is not improved to the fast method.
18719
18720 2004-06-29  Wim Taymans  <wim@fluendo.com>
18721
18722         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18723         * ext/ogg/gstoggmux.c:
18724         Fix memleak in oggdemux when running unconnected pads.
18725         doc update in mux, start working on keyframe mode.
18726
18727 2004-06-29  Benjamin Otte  <otte@gnome.org>
18728
18729         * sys/oss/gstosssink.c:
18730         * sys/oss/gstosssrc.c:
18731           advertise correct template caps - we indeed do non-native endianness
18732           and 8bit audio has no endianness
18733         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
18734         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
18735           avoid (wrong) duplications in getcaps function and return
18736           template caps
18737
18738 2004-06-29  Wim Taymans  <wim@fluendo.com>
18739
18740         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18741         (gst_multifdsink_class_init), (gst_multifdsink_add),
18742         (gst_multifdsink_remove), (gst_multifdsink_clear),
18743         (gst_multifdsink_client_remove),
18744         (gst_multifdsink_handle_client_read),
18745         (gst_multifdsink_client_queue_data),
18746         (gst_multifdsink_client_queue_caps),
18747         (gst_multifdsink_client_queue_buffer),
18748         (gst_multifdsink_handle_client_write),
18749         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18750         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18751         (gst_multifdsink_init_send), (gst_multifdsink_close):
18752         Fix wrong GList iteration that could crash the server when
18753         more then 2 clients disconnect at the same time. Read all the
18754         pending commands in one batch to recover from command storms under
18755         very heavy load.
18756
18757 2004-06-28  Wim Taymans  <wim@fluendo.com>
18758
18759         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
18760         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
18761         (gst_videomixer_pad_set_property),
18762         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
18763         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
18764         (gst_videomixer_class_init), (gst_videomixer_init),
18765         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
18766         (pad_zorder_compare), (gst_videomixer_sort_pads),
18767         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18768         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18769         (gst_videomixer_update_queues), (gst_videomixer_loop),
18770         (plugin_init):
18771         Avoid divide by zero, choose masterpad as the pad with the highest
18772         framerate.
18773
18774 2004-06-27  Julien Moutte  <julien@moutte.net>
18775
18776         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
18777         (gst_ximagesink_xwindow_new):
18778         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
18779         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
18780         function directly. We might want to call it from somewhere else one day.
18781
18782 2004-06-27  Julien Moutte  <julien@moutte.net>
18783
18784         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
18785         (gst_ximagesink_xwindow_new):
18786         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
18787         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
18788         window decorations.
18789
18790 2004-06-27  Wim Taymans  <wim@fluendo.com>
18791
18792         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
18793         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18794         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
18795         (gst_dvdec_set_property), (gst_dvdec_get_property):
18796         * ext/dv/gstdvdec.h:
18797         Implement drop_factor property to lower the framerate with
18798         a factor.
18799
18800 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18801
18802         * gst-libs/gst/colorbalance/Makefile.am:
18803         * gst-libs/gst/mixer/Makefile.am:
18804         * gst-libs/gst/play/Makefile.am:
18805         * gst-libs/gst/tuner/Makefile.am:
18806           unbreak Company's fix that didn't install the -enum.h files
18807
18808 2004-06-27  Wim Taymans  <wim@fluendo.com>
18809
18810         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
18811         (gst_dvdec_change_state):
18812         * ext/dv/gstdvdec.h:
18813         Fix timestamp, duration and offset of the buffers.
18814
18815 2004-06-27  Wim Taymans  <wim@fluendo.com>
18816
18817         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18818         (gst_multifdsink_class_init), (gst_multifdsink_add),
18819         (gst_multifdsink_remove), (gst_multifdsink_clear),
18820         (gst_multifdsink_client_remove),
18821         (gst_multifdsink_handle_client_read),
18822         (gst_multifdsink_client_queue_data),
18823         (gst_multifdsink_client_queue_caps),
18824         (gst_multifdsink_client_queue_buffer),
18825         (gst_multifdsink_handle_client_write),
18826         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18827         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18828         (gst_multifdsink_init_send), (gst_multifdsink_close):
18829         * gst/tcp/gstmultifdsink.h:
18830         * gst/tcp/gsttcpserversink.c:
18831         (gst_tcpserversink_handle_server_read),
18832         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
18833         More multifdsink fixes, more recovery policy fixes.
18834         Removed stupid g_print
18835
18836 2004-06-26  Wim Taymans  <wim@fluendo.com>
18837
18838         * gst/tcp/Makefile.am:
18839         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18840         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
18841         (gst_multifdsink_class_init), (gst_multifdsink_init),
18842         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
18843         (gst_multifdsink_handle_client_read),
18844         (gst_multifdsink_client_queue_data),
18845         (gst_multifdsink_client_queue_caps),
18846         (gst_multifdsink_client_queue_buffer),
18847         (gst_multifdsink_handle_client_write),
18848         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18849         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18850         (gst_multifdsink_chain), (gst_multifdsink_set_property),
18851         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
18852         (gst_multifdsink_close), (gst_multifdsink_change_state):
18853         * gst/tcp/gstmultifdsink.h:
18854         * gst/tcp/gsttcpplugin.c: (plugin_init):
18855         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
18856         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
18857         (gst_tcpserversink_handle_server_read),
18858         (gst_tcpserversink_handle_select),
18859         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
18860         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
18861         * gst/tcp/gsttcpserversink.h:
18862         Added multifdsink, made tcpserversink a subclass of fdsink, removed
18863         one of the locks, added recovery policy to multifdsink.
18864
18865 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18866
18867         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
18868           fix decision for when getting frames with same timestamp
18869         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
18870         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
18871         (gst_v4lsrc_get_property):
18872         * sys/v4l/gstv4lsrc.h:
18873           add latency offset property
18874
18875 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18876
18877         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
18878         (plugin_init):
18879           fix debugging. add category.
18880
18881 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18882
18883         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
18884           fix wrong offsets
18885
18886 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18887
18888         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
18889         (gst_alsa_src_get_time), (gst_alsa_src_loop),
18890         (gst_alsa_src_change_state):
18891           return a time that is in sync with the element's processing
18892
18893 2004-06-25  Wim Taymans  <wim@fluendo.com>
18894
18895         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
18896         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
18897         (gst_tcpserversink_client_remove),
18898         (gst_tcpserversink_handle_client_read),
18899         (gst_tcpserversink_client_queue_data),
18900         (gst_tcpserversink_client_queue_caps),
18901         (gst_tcpserversink_client_queue_buffer),
18902         (gst_tcpserversink_handle_client_write),
18903         (gst_tcpserversink_queue_buffer),
18904         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
18905         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
18906         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
18907         (gst_tcpserversink_close):
18908         * gst/tcp/gsttcpserversink.h:
18909         Serversink rewrite. Really do non blocking writes to clients and
18910         maintain an internal queue to handle slower clients while not
18911         disturbing fast clients.
18912
18913 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18914
18915         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
18916           better debug, don't override OFFSET and OFFSET_END
18917
18918 2004-06-25  Iain <iain@prettypeople.org>
18919
18920         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
18921         name=source for the wavparse pipeline.
18922
18923 2004-06-24  Johan Dahlin  <johan@gnome.org>
18924
18925         * ext/theora/theoraenc.c (theora_enc_chain): Call
18926         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
18927         streamheader caps are set correctly.
18928
18929 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18930
18931         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
18932         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
18933           respect minimum bitrate; same could be done for max bitrate
18934
18935 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18936
18937         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
18938         (gst_vorbisenc_setup):
18939           fix sample rate range
18940
18941 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18942
18943         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
18944         (gst_oggvorbisenc_setup):
18945         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
18946         (gst_vorbisenc_setup):
18947           resolve ambiguities in code and description
18948
18949 2004-06-24  Wim Taymans  <wim@fluendo.com>
18950
18951         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
18952         * ext/alsa/gstalsa.h:
18953         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
18954         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
18955         Use alsa trigger_tstamp to get the timestamp of the first
18956         sample in the buffer for more precise sync. Some cleanups.
18957
18958 2004-06-24  Wim Taymans  <wim@fluendo.com>
18959
18960         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
18961         (gst_audiorate_init), (gst_audiorate_chain),
18962         (gst_audiorate_set_property), (gst_audiorate_get_property):
18963         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
18964         (gst_videorate_chain):
18965         Added some logging, fixed an overflow bug in videorate.
18966
18967 2004-06-24  Benjamin Otte  <otte@gnome.org>
18968
18969         * ext/kio/Makefile.am:
18970           fix for builddir != srcdir and distcheck
18971
18972 2004-06-24  Benjamin Otte  <otte@gnome.org>
18973
18974         * gst-libs/gst/colorbalance/Makefile.am:
18975         * gst-libs/gst/mixer/Makefile.am:
18976         * gst-libs/gst/play/Makefile.am:
18977         * gst-libs/gst/tuner/Makefile.am:
18978         * gst/tcp/Makefile.am:
18979         * sys/dxr3/Makefile.am:
18980           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
18981           tarball.
18982           Also add all *.list files that were missing.
18983         * Makefile.am:
18984           add a distcheck hook to ensure the above doesn't happen again.
18985
18986 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
18987
18988         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
18989
18990 2004-06-23  Colin Walters  <walters@redhat.com>
18991
18992         * m4/Makefile.am: Distribute gst-fionread.m4.
18993
18994 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18995
18996         * configure.ac: back to dev
18997
18998 2004-06-23  Wim Taymans  <wim@fluendo.com>
18999
19000         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
19001         (gst_alsa_xrun_recovery):
19002         * ext/alsa/gstalsa.h:
19003         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19004         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
19005         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
19006         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
19007         (gst_alsa_src_loop):
19008         Add clock to alsasrc. Take new capture timestamp when
19009         restarting after an overrun. Split up some functions between
19010         alsasrc and alsasink.
19011
19012 === release 0.8.2 ===
19013
19014 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19015
19016         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
19017         (gst_alsa_change_state), (gst_alsa_update_avail),
19018         (gst_alsa_xrun_recovery):
19019         * ext/alsa/gstalsa.h:
19020         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19021           merge back changes from release
19022
19023 2004-06-23  Wim Taymans  <wim@fluendo.com>
19024
19025         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
19026         (gst_audiorate_init), (gst_audiorate_chain),
19027         (gst_audiorate_set_property), (gst_audiorate_get_property):
19028         Implement sample dropping and notify
19029
19030 2004-06-22  Wim Taymans  <wim@fluendo.com>
19031
19032         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19033         (theora_enc_sink_link), (theora_buffer_from_packet),
19034         (theora_push_packet), (theora_enc_chain):
19035         Some cleanups, make sure the timestamps are correct.
19036
19037 2004-06-22  Wim Taymans  <wim@fluendo.com>
19038
19039         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
19040         (gst_alsa_change_state), (gst_alsa_update_avail),
19041         (gst_alsa_xrun_recovery):
19042         * ext/alsa/gstalsa.h:
19043         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19044         Cleanups, take queued samples into account when reporting
19045         the time.
19046
19047 2004-06-22  Wim Taymans  <wim@fluendo.com>
19048
19049         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
19050         (gst_videorate_init):
19051         Initialize the property as well.
19052
19053 2004-06-22  Wim Taymans  <wim@fluendo.com>
19054
19055         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
19056         (gst_videorate_init), (gst_videorate_chain),
19057         (gst_videorate_set_property), (gst_videorate_get_property):
19058         Add property to make videorate silent.
19059         Add property to prefer new frames over old ones.
19060
19061 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19062
19063         * sys/osxvideo/Makefile.am:
19064         Workaround so that the osxvideo .so file gets linked with the
19065         Cocoa, OpenGL and QuickTime frameworks
19066
19067 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19068
19069         * sys/osxaudio/Makefile.am:
19070         Workaround so that the osxaudio .so file gets linked with the
19071         CoreAudio framework
19072
19073 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19074
19075         * configure.ac:
19076         Whoops, my fault...fixed build issues
19077
19078 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19079
19080         * configure.ac:
19081         Add objective-c support if running in Darwin/Mac OS X
19082         * sys/Makefile.am:
19083         * sys/osxvideo:
19084         * sys/osxvideo/Makefile.am:
19085         * sys/osxvideo/osxvideosink.h:
19086         * sys/osxvideo/osxvideosink.m:
19087         * sys/osxvideo/cocoawindow.h:
19088         * sys/osxvideo/cocoawindow.m:
19089         Add osxvideosink, a cocoa-based osx video sink
19090
19091
19092 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
19093         * ext/dvdnav/gst-dvd:
19094         Grab the gconf key from the right spot
19095         * gst/debug/gstnavseek.c: (gst_navseek_init),
19096         (gst_navseek_segseek), (gst_navseek_handle_src_event),
19097         (gst_navseek_chain):
19098         * gst/debug/gstnavseek.h:
19099           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
19100           and loop parameters of a segment seek.
19101         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
19102         (gst_videotestsrc_get_event_masks),
19103         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
19104         * gst/videotestsrc/gstvideotestsrc.h:
19105           Add seeking support to videotestsrc
19106           Initialise the timestamp_offset variable.
19107
19108 2004-06-18  Wim Taymans  <wim@fluendo.com>
19109
19110         * ext/sidplay/gstsiddec.cc:
19111         Fix negotiation and set correct end offset.
19112
19113 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19114
19115         * configure.ac: branch and prerelease
19116
19117 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19118
19119         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
19120         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
19121         (gst_tcpclientsrc_init_receive):
19122         * gst/tcp/gsttcpclientsrc.h:
19123           read caps when connecting to server for GDP so we set them correctly
19124
19125 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19126
19127         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19128           notify drops and duplicates
19129         * gst/videoscale/videoscale.c: (videoscale_get_structure):
19130           no good reason to limit ourselves to 100x100
19131
19132 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19133
19134         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
19135         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19136         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
19137         (gst_v4lsrc_get_property):
19138         * sys/v4l/gstv4lsrc.h:
19139         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
19140         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
19141         (gst_v4l_set_audio):
19142         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
19143         (gst_v4lsrc_try_capture):
19144         * sys/v4l/v4lsrc_calls.h:
19145           change try_palette to more general try_capture
19146           add autoprobe option so we can turn off autoprobing
19147           various fixes
19148
19149 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19150
19151         * configure.ac:
19152           add videorate
19153         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
19154         (gst_ximagesink_class_init):
19155         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
19156         (gst_xvimagesink_class_init):
19157           run them as finalize, not dispose, since dispose can be invoked
19158           multiple times
19159
19160 2004-06-17  Wim Taymans  <wim@fluendo.com>
19161
19162         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
19163         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
19164         * ext/alsa/gstalsa.h:
19165         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
19166         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
19167         (gst_alsa_src_change_state):
19168         * ext/alsa/gstalsasrc.h:
19169         Make the xrun code timestamp and offset the buffers correctly.
19170         moved the clock to the base class, use alsa methods to get time.
19171         Do correct timestamping on outgoing buffers.
19172
19173 2004-06-17  Wim Taymans  <wim@fluendo.com>
19174
19175         * gst/audiorate/Makefile.am:
19176         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
19177         (gst_audiorate_base_init), (gst_audiorate_class_init),
19178         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
19179         (gst_audiorate_set_property), (gst_audiorate_get_property),
19180         (gst_audiorate_change_state), (plugin_init):
19181         Added an audiorate converter that fills in gaps.
19182
19183 2004-06-17  Johan Dahlin  <johan@gnome.org>
19184
19185         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
19186
19187 2004-06-16  Wim Taymans  <wim@fluendo.com>
19188
19189         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
19190         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
19191         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
19192         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
19193         (gst_v4lsrc_get_property):
19194         * sys/v4l/gstv4lsrc.h:
19195         Added a copy mode to v4lsrc where it will output a copied version
19196         of its internal hardware buffer.
19197         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
19198         can't | them.
19199
19200 2004-06-16  Wim Taymans  <wim@fluendo.com>
19201
19202         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19203         Timestamp fixes.
19204
19205 2004-06-16  Wim Taymans  <wim@fluendo.com>
19206
19207         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
19208         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
19209         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
19210         (gst_v4lsrc_get_property):
19211         * sys/v4l/gstv4lsrc.h:
19212         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19213         Added a sync mode enum property to control v4lsrc timestamp method
19214         Removed the use-fixed-fps property and moved functionality in
19215         the enum.
19216         Don't error on an error value from v4l-conf, it might not always
19217         be a real error.
19218
19219 2004-06-16  Wim Taymans  <wim@fluendo.com>
19220
19221         * gst/videorate/Makefile.am:
19222         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
19223         (gst_videorate_base_init), (gst_videorate_class_init),
19224         (gst_videorate_getcaps), (gst_videorate_link),
19225         (gst_videorate_init), (gst_videorate_chain),
19226         (gst_videorate_set_property), (gst_videorate_get_property),
19227         (gst_videorate_change_state), (plugin_init):
19228         Added a video timestamp corrector.
19229
19230 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19231
19232         fixed a potential leak with previous commit
19233
19234         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
19235
19236 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19237
19238         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
19239         Added missing refcount, fixes bug #144425
19240         Cheers Tim for finding the bug
19241
19242 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19243
19244         * sys/v4l/gstv4l.c: (plugin_init):
19245         * sys/v4l/gstv4lcolorbalance.c:
19246         * sys/v4l/gstv4lcolorbalance.h:
19247         * sys/v4l/gstv4lelement.c:
19248         * sys/v4l/gstv4lelement.h:
19249         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
19250         * sys/v4l/gstv4lmjpegsink.h:
19251         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
19252         * sys/v4l/gstv4lmjpegsrc.h:
19253         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
19254         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
19255         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
19256         * sys/v4l/gstv4lsrc.h:
19257         * sys/v4l/gstv4ltuner.c:
19258         * sys/v4l/gstv4ltuner.h:
19259         * sys/v4l/gstv4lxoverlay.c:
19260         * sys/v4l/gstv4lxoverlay.h:
19261         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
19262         (gst_v4l_set_window), (gst_v4l_enable_overlay):
19263         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
19264         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
19265         (gst_v4l_set_audio):
19266         * sys/v4l/v4l_calls.h:
19267         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19268         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
19269         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
19270         (gst_v4lmjpegsink_playback_init),
19271         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
19272         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
19273         (gst_v4lmjpegsink_playback_stop),
19274         (gst_v4lmjpegsink_playback_deinit):
19275         * sys/v4l/v4lmjpegsink_calls.h:
19276         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
19277         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
19278         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
19279         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
19280         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
19281         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
19282         * sys/v4l/v4lmjpegsrc_calls.h:
19283         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19284         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
19285         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
19286         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
19287         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
19288         (gst_v4lsrc_try_palette):
19289         * sys/v4l/v4lsrc_calls.h:
19290           bunch of paranoia cleanups
19291
19292 2004-06-14  David Schleef  <ds@schleef.org>
19293
19294         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
19295         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
19296         Send discont events and change timestamps appropriately when
19297         we get a seek event.  (bug #144240)
19298         * ext/cdparanoia/gstcdparanoia.h:
19299
19300 2004-06-14  Benjamin Otte  <otte@gnome.org>
19301
19302         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
19303           snd_pcm_hw_params_set_rate  since the latter fails for no good
19304           reason on some setups.
19305
19306 2004-06-14  David Schleef  <ds@schleef.org>
19307
19308         * gst/volume/demo.c: (value_changed_callback): exp10() is not
19309         standard.  Thank you for playing.
19310
19311 2004-06-14  Wim Taymans  <wim@fluendo.com>
19312
19313         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
19314         Patch 1.3 broke the ordering of the colorspace info and
19315         made the plugin basically work by coincidence, reordered
19316         the info.
19317
19318 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19319
19320         * ext/lame/gstlame.c:
19321         * ext/mad/gstmad.c:
19322           sync caps.  Make sure mad can only output a list of rates, not
19323           a full range.  In the future, have three caps lists for each of the
19324           mpeg versions.  Change mpegversion to a double as well.
19325
19326 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19327
19328         * gst/volume/.cvsignore:
19329         * gst/volume/Makefile.am:
19330         * gst/volume/demo.c: (value_changed_callback), (idler),
19331         (setup_gui), (main):
19332           added small demo app
19333
19334 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
19335         * ext/esd/esdsink.c: (gst_esdsink_change_state):
19336         * ext/esd/esdsink.h:
19337         Close the esd connection on pause, because esd will just wait -
19338         blocking all other esd clients indefinitely.
19339
19340 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
19341
19342         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
19343           previous commit with GST_DEBUG
19344
19345 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19346
19347         * configure.ac:
19348           add a header check for a dvdread header in dvdnav.  Fixes #133002
19349
19350 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19351
19352         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
19353         * gst/tcp/gsttcpclientsink.h:
19354         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
19355         * gst/tcp/gsttcpclientsrc.h:
19356         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
19357         (gst_tcpserversink_handle_server_read),
19358         (gst_tcpserversink_init_send):
19359         * gst/tcp/gsttcpserversink.h:
19360         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
19361         * gst/tcp/gsttcpserversrc.h:
19362         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
19363         version of IP)
19364
19365 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19366
19367         * configure.ac:
19368         Added ogg library so that OSX detects libtheora properly
19369
19370 2004-06-11  Wim Taymans  <wim@fluendo.com>
19371
19372         * ext/theora/theoradec.c: (theora_dec_chain),
19373         (theora_dec_change_state):
19374         Don't try to decode frames before we received a keyframe.
19375
19376 2004-06-11  Wim Taymans  <wim@fluendo.com>
19377
19378         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
19379         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
19380         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19381         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
19382         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
19383         Added property to set the maximum delay of a page.
19384
19385 2004-06-10  Wim Taymans  <wim@fluendo.com>
19386
19387         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
19388         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
19389         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19390         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
19391         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
19392         Added max-delay property to control the maximum amount
19393         of data to put in one page.
19394
19395 2004-06-10  Wim Taymans  <wim@fluendo.com>
19396
19397         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19398         (gst_theora_enc_init), (theora_enc_sink_link),
19399         (theora_buffer_from_packet), (theora_enc_set_property),
19400         (theora_enc_get_property):
19401         Set duration on encoded buffer, added some more properties
19402
19403 2004-06-10  Wim Taymans  <wim@fluendo.com>
19404
19405         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19406         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19407         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
19408         * ext/theora/theoraenc.c: (theora_enc_chain):
19409         Fix refcounting bugs
19410
19411 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19412
19413         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
19414         (gst_asf_demux_loop), (gst_asf_demux_process_file),
19415         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
19416         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
19417         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
19418         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
19419         (gst_asf_demux_change_state):
19420         * gst/asfdemux/gstasfdemux.h:
19421           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
19422           feels like. I think we should set a new requirement for demuxers
19423           from now on to implement sane loop functions, data loops, query
19424           and seek functions before first commit into CVS. And this commit
19425           fixes all of the above.
19426
19427 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
19428
19429         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
19430           vorbis comments are properly encoded in UTF-8 before adding them
19431           to a GstTagList
19432
19433 2004-06-09  Benjamin Otte  <otte@gnome.org>
19434
19435         * ext/alsa/gstalsa.c: (add_channels):
19436           handle min <= max correctly
19437         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
19438         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
19439           add fixation functions so we fixate correctly. No preferring of alaw
19440           anymore because it's the first structure.
19441         * ext/alsa/gstalsa.h:
19442         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
19443         (gst_alsa_hw_params_dump):
19444           add functions to ease debugging in alsalib
19445         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
19446         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
19447         (gst_alsa_start_audio):
19448           only specify hw params if we really setup a format (fixes #134007 -
19449           or at least works around it)
19450
19451 2004-06-09  Wim Taymans  <wim@fluendo.com>
19452
19453         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19454         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
19455         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
19456         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
19457         (gst_ogg_mux_loop):
19458         Use stream caps to setup the initial pages in the ogg stream.
19459         Correctly set the streamheader caps on the srcpad.
19460
19461 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19462
19463         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
19464         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
19465         (gst_v4lsrc_getcaps):
19466         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
19467         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
19468           add querying of fps lists for webcams.  Negotiating to a framerate
19469           now works.
19470
19471 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19472
19473         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19474         (theora_push_buffer), (theora_push_packet),
19475         (theora_set_header_on_caps), (theora_enc_chain):
19476           mark buffers and put on streamheader, raw theora streaming
19477           now works too, whee
19478
19479 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19480
19481         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
19482         (gst_tcp_gdp_read_caps):
19483           do a looping read for caps and GDP headers too
19484
19485 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19486
19487         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19488         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
19489           return EOS instead of NULL in _get
19490
19491 2004-06-08  Wim Taymans  <wim@fluendo.com>
19492
19493         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
19494         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
19495         (gst_tcp_gdp_write_caps):
19496         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19497         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
19498         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
19499         Memory leak fixes
19500
19501 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19502
19503         * ext/vorbis/Makefile.am:
19504         * ext/vorbis/vorbis.c: (plugin_init):
19505         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
19506         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
19507         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
19508         (vorbis_parse_change_state):
19509         * ext/vorbis/vorbisparse.h:
19510           adding a vorbisparse element that marks the buffers, streaming
19511           raw vorbis using GDP now works, whee
19512
19513 2004-06-08  Wim Taymans  <wim@fluendo.com>
19514
19515         * ext/jpeg/Makefile.am:
19516         * ext/jpeg/README:
19517         * ext/jpeg/gstjpeg.c: (plugin_init):
19518         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
19519         (gst_smokedec_base_init), (gst_smokedec_class_init),
19520         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
19521         * ext/jpeg/gstsmokedec.h:
19522         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
19523         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
19524         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
19525         (gst_smokeenc_resync), (gst_smokeenc_chain),
19526         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
19527         * ext/jpeg/gstsmokeenc.h:
19528         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
19529         (smokecodec_flush_destination), (smokecodec_term_destination),
19530         (smokecodec_init_source), (smokecodec_fill_input_buffer),
19531         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
19532         (smokecodec_term_source), (smokecodec_encode_new),
19533         (smokecodec_decode_new), (smokecodec_info_free),
19534         (smokecodec_set_quality), (smokecodec_get_quality),
19535         (smokecodec_set_threshold), (smokecodec_get_threshold),
19536         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
19537         (find_best_size), (abs_diff), (put), (smokecodec_encode),
19538         (smokecodec_parse_header), (smokecodec_decode):
19539         * ext/jpeg/smokecodec.h:
19540         Added a new simple jpeg based codec
19541
19542 2004-06-08  Wim Taymans  <wim@fluendo.com>
19543
19544         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19545         (gst_multipart_mux_loop):
19546         Fix memory leak
19547
19548 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19549
19550         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19551         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
19552         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
19553         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
19554         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
19555         * gst/tcp/gsttcpserversink.h:
19556           take streamheader into account
19557
19558 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19559
19560         * gst/level/Makefile.am:
19561         * gst/level/gstlevel.c: (gst_level_class_init):
19562           clean up marshal generation
19563
19564 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19565
19566         * gst/tcp/Makefile.am:
19567         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
19568         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
19569         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
19570         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
19571         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
19572         (gst_tcpclientsrc_get_property):
19573         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
19574         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
19575         (gst_tcpserversink_handle_client_read),
19576         (gst_tcpserversink_handle_client_write),
19577         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
19578         * gst/tcp/gsttcpserversink.h:
19579           add signals client-added and client-removed
19580         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
19581         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
19582         (gst_tcpserversrc_get_property):
19583         uniformized, change default protocol to NONE
19584         * gst/tcp/gsttcp-marshal.list: added
19585 2004-06-07  Benjamin Otte  <otte@gnome.org>
19586
19587         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19588           handle discont events if they happen before caps nego
19589
19590 2004-06-07  Wim Taymans  <wim@fluendo.com>
19591
19592         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19593         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19594         (gst_multipart_demux_plugin_init):
19595         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19596         (gst_multipart_mux_init), (gst_multipart_mux_loop),
19597         (gst_multipart_mux_change_state):
19598         Small updates, fix a memleak
19599
19600 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19601
19602         * configure.ac: OSS portability
19603         * ext/arts/gst_arts.c: idem
19604         * sys/oss/gstosselement.c: idem
19605         * sys/oss/gstossmixer.c: idem
19606         * sys/oss/gstosssink.c: idem
19607         * sys/oss/gstosssrc.c: idem
19608         * sys/oss/oss_probe.c: idem
19609           - check for soundcard.h in different places for some BSD
19610
19611 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
19612
19613         * AUTHORS:
19614         Add me to the authors file
19615         * configure.ac:
19616         Increase the libdv requirement to >= version 0.100
19617         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
19618         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
19619         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
19620         * ext/dv/gstdvdec.h:
19621         Add support for the new_media flag when sending DISCONT events
19622         Make the querying work when video pad is not linked
19623
19624 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
19625
19626         reviewed by Benjamin Otte  <otte@gnome.org>
19627
19628         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
19629           create a NULL-initialized array of pads, so we don't think they
19630           exist already. (fixes #143130)
19631
19632 2004-06-07  Benjamin Otte  <otte@gnome.org>
19633
19634         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
19635         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
19636         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
19637           don't use // coments
19638
19639 2004-06-07  Benjamin Otte  <otte@gnome.org>
19640
19641         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
19642           cast to GstClockTime to get higher granularity
19643         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19644           use gst_element_set_time_delay to get the exact time
19645         * ext/mad/gstmad.c: (gst_mad_chain):
19646           use the negotiated rate instead of the current frame's rate which
19647           might be wrong because of bit errors. This avoids emitting totally
19648           bogus timestamps and screwing sync.
19649         (fixes #143454)
19650
19651 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
19652
19653         reviewed by Benjamin Otte  <otte@gnome.org>
19654
19655         * gst/adder/gstadder.c: (gst_adder_loop):
19656           properly error out when no negotiation has happened yet. (fixes
19657           #143032)
19658
19659 2004-06-06  Benjamin Otte  <otte@gnome.org>
19660
19661         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19662           forward correctly transformed offset in discont events. Based on
19663           patch by Arwed v. Merkatz. (fixes #142851)
19664
19665 2004-06-06  David Schleef  <ds@schleef.org>
19666
19667         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
19668         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
19669         problems on several systems.
19670
19671 2004-06-06  Benjamin Otte  <otte@gnome.org>
19672
19673         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
19674           use explicit caps on the srcpad
19675         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19676           properly error out if caps couldn't be set (fixes #142764)
19677
19678 2004-06-06  Benjamin Otte  <otte@gnome.org>
19679
19680         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
19681         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
19682         (gst_alsa_start_audio):
19683           - don't call set_periods_integer anymore, it breaks the
19684           configuration randomly
19685           - call snd_pcm_hw_params_set_access directly instead of using masks
19686           - don't fail if the sw_params can't be set, just use the default
19687           params and hope it works. Alsalib has weird issues when you touch
19688           sw_params and does no proper error reporting about what failed.
19689         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
19690         (gst_alsa_close_audio):
19691           make our alsa debugging go via gst debugging and not conditionally
19692           defined
19693         * ext/alsa/gstalsa.h:
19694           add ALSA_DEBUG_FLUSH macro
19695         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
19696         (plugin_init):
19697           wrap alsa errors to be printed via the gst debugging system and not
19698           spammed to stderr
19699
19700 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19701
19702         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
19703         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
19704         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
19705         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
19706         (qtdemux_parse_trak):
19707         * gst/qtdemux/qtdemux.h:
19708           Bitch. Also known as seeking, querying & co.
19709         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
19710         (gst_osssink_change_state):
19711         * sys/oss/gstosssink.h:
19712           Resyncing is for weenies, this hack is no longer needed and was
19713           broken anyway (since it - unintendedly - always leaves resync to
19714           TRUE).
19715
19716 2004-06-05  Andrew Turner <zxombie@hotpop.com>
19717
19718         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
19719         * gst/tcp/gsttcpclientsrc.h: idem
19720           - define MSG_NOSIGNAL if not done
19721           - include unistd.h for off_t
19722           (fixes #143749)
19723
19724 2004-06-05  Benjamin Otte  <otte@gnome.org>
19725
19726         * configure.ac:
19727         * ext/kio/Makefile.am:
19728           check for qt's moc preprocessor explicitly and use it
19729
19730 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19731
19732         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
19733           don't get a signal for EPIPE on socket writes
19734           (somebody check if this works on other platforms)
19735
19736 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19737
19738         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
19739         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19740           check error condition on available samples correctly
19741
19742 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19743
19744         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
19745           avoid a segfault
19746         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
19747         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
19748         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
19749         (gst_tcpserversrc_gdp_read_header):
19750          use ssize_t over size_t since the former is signed and thus the
19751          check for error codes can work
19752
19753 2004-06-02  Wim Taymans  <wim@fluendo.com>
19754
19755         reviewed by: Johan
19756
19757         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19758         (gst_multipart_mux_loop):
19759         Oops
19760
19761 2004-06-02  Wim Taymans  <wim@fluendo.com>
19762
19763         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19764         (gst_multipart_mux_init), (gst_multipart_mux_loop),
19765         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
19766         (gst_multipart_mux_change_state):
19767         Added configurable boundary specifier, added the value as a
19768         caps field as well.
19769
19770 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19771
19772         * gst/tcp/gsttcp.c:
19773         * gst/tcp/gsttcpclientsrc.c:
19774         * gst/tcp/gsttcpclientsrc.h:
19775         * gst/tcp/gsttcpserversrc.c:
19776           - portability fix, to compile on OSX
19777             (fixes #143146)
19778
19779         * sys/osxaudio/gstosxaudioelement.c:
19780         * sys/osxaudio/gstosxaudiosink.c:
19781         * sys/osxaudio/gstosxaudiosrc.c:
19782           - compilation warnings on OSX
19783             (fixes #143153)
19784
19785 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19786
19787         * ext/vorbis/vorbisdec.c : sign warning fixes
19788
19789         * gst-libs/gst/mixer/mixertrack.c :
19790           do no use defines which are glib 2.4 specific
19791
19792 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
19793
19794         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
19795           buffer since libflac doesn't expect it (reports a sync error when
19796           it encounters that)
19797
19798
19799 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
19800
19801         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
19802         * gst-libs/gst/mixer/mixertrack.c:
19803         (gst_mixer_track_get_property), (get_mixer_track_init),
19804         (get_mixer_track_get_property): Added property accessors
19805         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
19806         * gst-libs/gst/mixer/mixeroptions.c:
19807         (gst_mixer_options_get_values): Added
19808         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
19809         * gst-libs/gst/mixer/mixer.c: Fixed comment
19810
19811
19812 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19813
19814         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
19815           improve error messages on open
19816
19817
19818 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19819
19820         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19821           check if v4l-conf is in path
19822
19823 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19824
19825         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
19826           change assert to a more readable error message
19827
19828 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19829
19830         * gst-libs/gst/tuner/tunerchannel.h:
19831           - add a freq_multiplicator field to make the conversion
19832             between internal frequency unit and Hz
19833         * sys/v4l/gstv4lelement.c:
19834         * sys/v4l2/gstv4l2element.c:
19835           - change default video device to /dev/video0
19836         * sys/v4l/v4l_calls.c:
19837         * sys/v4l2/v4l2_calls.c:
19838           - we only expose frequency to the user in Hz instead of
19839             bastard v4lX unit (either 62.5kHz or 62.5Hz)
19840
19841 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
19842         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19843           Initialise b_o_s and e_o_s variables
19844         * gst-libs/gst/riff/riff-media.c:
19845         (gst_riff_create_video_caps_with_data):
19846           Add some unusual fourcc's from mplayer avi's
19847         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
19848           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
19849           autoplugging.
19850
19851 2004-05-28  Wim Taymans  <wim@fluendo.com>
19852
19853         * configure.ac:
19854         * gst/alpha/Makefile.am:
19855         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19856         (gst_alpha_get_type), (gst_alpha_base_init),
19857         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19858         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
19859         (gst_alpha_chroma_key), (gst_alpha_chain),
19860         (gst_alpha_change_state), (plugin_init):
19861         A plugin to add an alpha channel to I420 video. Can optionally do
19862         chroma keying.
19863         * gst/multipart/Makefile.am:
19864         * gst/multipart/multipart.c: (plugin_init):
19865         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19866         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19867         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
19868         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19869         (gst_multipart_demux_change_state),
19870         (gst_multipart_demux_plugin_init):
19871         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
19872         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
19873         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
19874         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
19875         (gst_multipart_mux_pad_unlink),
19876         (gst_multipart_mux_request_new_pad),
19877         (gst_multipart_mux_handle_src_event),
19878         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
19879         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
19880         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
19881         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
19882         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
19883         send multipart jpeg images to a browser.
19884         * gst/videobox/Makefile.am:
19885         * gst/videobox/README:
19886         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
19887         (gst_video_box_get_type), (gst_video_box_base_init),
19888         (gst_video_box_class_init), (gst_video_box_init),
19889         (gst_video_box_set_property), (gst_video_box_get_property),
19890         (gst_video_box_sink_link), (gst_video_box_i420),
19891         (gst_video_box_ayuv), (gst_video_box_chain),
19892         (gst_video_box_change_state), (plugin_init):
19893         Crops or adds borders around an image. can do alpha channel
19894         borders as well.
19895         * gst/videomixer/Makefile.am:
19896         * gst/videomixer/README:
19897         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
19898         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
19899         (gst_videomixer_pad_get_sink_event_masks),
19900         (gst_videomixer_pad_get_property),
19901         (gst_videomixer_pad_set_property),
19902         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
19903         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
19904         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
19905         (gst_videomixer_base_init), (gst_videomixer_class_init),
19906         (gst_videomixer_init), (gst_videomixer_request_new_pad),
19907         (gst_videomixer_handle_src_event),
19908         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
19909         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
19910         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
19911         (gst_videomixer_loop), (gst_videomixer_get_property),
19912         (gst_videomixer_set_property), (gst_videomixer_change_state),
19913         (plugin_init):
19914         Generic video mixer plugin, can handle multiple inputs all with
19915         different framerates and video sizes. Is fully alpha channel
19916         aware.
19917
19918 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19919
19920         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19921           Select first track as master track. Not sure how else to handle
19922           that...
19923         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
19924           Discard discont events. Should fix #142962.
19925
19926 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19927
19928         * ext/alsa/Makefile.am:
19929         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
19930         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
19931         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
19932         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
19933         (gst_alsa_mixer_get_option):
19934         * ext/alsa/gstalsamixer.h:
19935         * ext/alsa/gstalsamixeroptions.c:
19936         (gst_alsa_mixer_options_get_type),
19937         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
19938         (gst_alsa_mixer_options_new):
19939         * ext/alsa/gstalsamixeroptions.h:
19940         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19941         * ext/alsa/gstalsamixertrack.h:
19942           Add enumerations (as GstMixerOptions). Make correct distinction
19943           between input/output tracks. Add capture/playback private flag.
19944           Use flag to decide on whether to set capture or playback volumes
19945           or switches. Use playback and record switches.
19946         * gst-libs/gst/mixer/Makefile.am:
19947         * gst-libs/gst/mixer/mixer-marshal.list:
19948         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
19949         (gst_mixer_set_option), (gst_mixer_get_option),
19950         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
19951         (gst_mixer_volume_changed), (gst_mixer_option_changed):
19952         * gst-libs/gst/mixer/mixer.h:
19953         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
19954         (gst_mixer_options_class_init), (gst_mixer_options_init),
19955         (gst_mixer_options_dispose):
19956         * gst-libs/gst/mixer/mixeroptions.h:
19957           Add GstMixerOptions.
19958         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19959           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
19960           broken device detection on computers with multiple OSS sound
19961           cards.
19962
19963 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19964
19965         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
19966           fixate nicely even when the peer is not negotiating
19967
19968 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19969
19970         * gst/audioconvert/gstaudioconvert.c:
19971         (gst_audio_convert_parse_caps):
19972           make sure we don't allow depth > width
19973         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
19974           fixate endianness to G_BYTE_ORDER as default
19975         * gst/audioscale/gstaudioscale.c:
19976           we don't handle another endianness as host-endianness
19977
19978 2004-05-25  David Schleef  <ds@schleef.org>
19979
19980         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
19981
19982 2004-05-24  Benjamin Otte  <otte@gnome.org>
19983
19984         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
19985         (gst_oggvorbisenc_setup):
19986           properly fail when we can't setup the vorbis encoder due to
19987           unsupported settings
19988         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
19989         (gst_vorbisenc_setup):
19990           same
19991         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19992           fix case where warnings occured when one pad was unlinked while the
19993           other's link function was called
19994
19995 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19996
19997         * gst/tcp/Makefile.am:
19998           use GST_ENABLE_NEW
19999
20000 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20001
20002         * gst-libs/gst/resample/private.h:
20003           don't use optimizations that are #if 0'ed
20004
20005 2004-05-24  Wim Taymans  <wim@fluendo.com>
20006
20007         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20008         Fix potential division by zero error and hopefully get
20009         the position query right to get correct timestamps on avi
20010         audio.
20011
20012 2004-05-24  Wim Taymans  <wim@fluendo.com>
20013
20014         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
20015         (gst_videoscale_scale_nearest_str2),
20016         (gst_videoscale_scale_nearest_str4),
20017         (gst_videoscale_scale_nearest_32bit),
20018         (gst_videoscale_scale_nearest_24bit),
20019         (gst_videoscale_scale_nearest_16bit):
20020         Fix the scaling algorithm and avoid a buffer overflow.
20021         removed the while loop in the scaling function as it
20022         was used for point sampling only.
20023
20024 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20025
20026         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
20027         (gst_id3_tag_class_init), (gst_id3_tag_init),
20028         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
20029         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
20030         (gst_id3_tag_send_tag_event):
20031           lots of fixes to make id3mux work and id3demux work correctly
20032
20033 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20034
20035         * ext/Makefile.am:
20036           add rules to build shout2send (was removed by accident
20037           when this module was no more marked experimental/broken)
20038
20039 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20040
20041         * ext/shout2/gstshout2.c:
20042         * ext/shout2/gstshout2.h:
20043           adding a "connection problem" signal to shout2send
20044           (fixes #142954)
20045
20046 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20047
20048         * ext/kio/kioreceiver.cpp:
20049         * ext/kio/kioreceiver.h:
20050           fix sign comparison issues
20051
20052 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20053
20054         * gst/cdxaparse/gstcdxaparse.c:
20055         * gst/cdxaparse/gstcdxaparse.h:
20056           some renaming
20057           add some checks/sanity
20058           prepare for seek addition
20059
20060         * sys/sunaudio/gstsunaudio.c:
20061           remove exported dupe init function
20062
20063 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
20064
20065         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
20066         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
20067           Fix format conversion and position querying.
20068         * gst/debug/progressreport.c: (gst_progressreport_report):
20069           Don't output a bogus total value that we didn't query.
20070         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
20071           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
20072           only a blank window after xine has been used.
20073
20074 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20075
20076         * m4/as-arts.m4:
20077           sync with upstream version to fix test on FC2
20078           readd with -ko to preserve Id header
20079
20080 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20081
20082         * configure.ac:
20083           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
20084         * gst/tcp/gsttcpclientsrc.c: idem
20085         * gst/tcp/gsttcpserversink.c: idem
20086         * gst/tcp/gsttcpserversrc.c: idem
20087         * m4/gst-fionread.m4: idem
20088
20089         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
20090
20091         * configure.ac: enable speex plugin for speex 1.1.5+
20092         * ext/speex/gstspeexenc.c: fix cast warning
20093
20094         * ext/esd/README: fix typo
20095
20096 2004-05-20  David Schleef  <ds@schleef.org>
20097
20098         * configure.ac: Minor cosmetic change to convince the buildbot to
20099         reautogen.
20100         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
20101         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
20102         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
20103         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
20104         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
20105         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
20106         More hacking.  Plays audio now.
20107
20108 2004-05-20  David Schleef  <ds@schleef.org>
20109
20110         * configure.ac:
20111         * sys/Makefile.am:
20112
20113 2004-05-20  David Schleef  <ds@schleef.org>
20114
20115         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
20116         * sys/osxaudio/gstosxaudio.c:
20117         * sys/osxaudio/gstosxaudioelement.c:
20118         * sys/osxaudio/gstosxaudioelement.h:
20119         * sys/osxaudio/gstosxaudiosink.c:
20120         * sys/osxaudio/gstosxaudiosink.h:
20121         * sys/osxaudio/gstosxaudiosrc.c:
20122         * sys/osxaudio/gstosxaudiosrc.h:
20123
20124 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20125
20126         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
20127         (gst_vorbisenc_chain):
20128           put the codec headers on the caps as streamheader as well as
20129           pushing them out
20130
20131 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20132
20133         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
20134         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
20135         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
20136         split up push_packet into two functions
20137
20138 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20139
20140         * gst/tcp/.cvsignore:
20141           ignore enums
20142         * gst/tcp/Makefile.am:
20143         * gst/tcp/README:
20144         * gst/tcp/gsttcp.c:
20145         * gst/tcp/gsttcp.h:
20146         * gst/tcp/gsttcpclientsink.c:
20147         * gst/tcp/gsttcpclientsink.h:
20148         * gst/tcp/gsttcpclientsrc.c:
20149         * gst/tcp/gsttcpclientsrc.h:
20150         * gst/tcp/gsttcpplugin.c:
20151         * gst/tcp/gsttcpserversink.c:
20152         * gst/tcp/gsttcpserversink.h:
20153         * gst/tcp/gsttcpserversrc.c:
20154         * gst/tcp/gsttcpserversrc.h:
20155           add new tcp elements
20156
20157 2004-05-19  Wim Taymans  <wim@fluendo.com>
20158
20159         * gst/law/mulaw-conversion.c: (mulaw_encode):
20160         Fix overflow bug in ulaw encoding.
20161
20162 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20163
20164         * ext/mad/gstmad.c: (gst_mad_handle_event):
20165           don't unref the event twice
20166
20167 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20168
20169         * configure.ac:
20170           remove -Wno-sign-compare
20171
20172 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20173
20174         * configure.ac:
20175           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
20176           if you want to work against glib 2.2 and 2.4
20177
20178 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20179
20180         * gst/tcp/Makefile.am:
20181         * gst/tcp/gsttcp.c:
20182         * gst/tcp/gsttcp.h:
20183         * gst/tcp/gsttcpsink.h:
20184         * gst/tcp/gsttcpsrc.h:
20185           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
20186
20187 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20188
20189         * gst/debug/tests.c: (md5_get_value):
20190           fix segfault on gst-inspect
20191
20192 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20193
20194         * gst/debug/testplugin.c:
20195         * gst/debug/tests.c:
20196         * gst/debug/tests.h:
20197           add new extensible and configurable testing element. Current tests
20198           include buffer count, stream length, timestamp/duration matching and
20199           md5.
20200         * gst/debug/Makefile.am:
20201         * gst/debug/gstdebug.c: (plugin_init):
20202           add infrastructure for new element
20203
20204 2004-05-19  Johan Dahlin  <johan@gnome.org>
20205
20206         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
20207         ending of the array. Fixes gst-inspect segfault on ppc.
20208
20209 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20210
20211         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
20212
20213         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
20214
20215 2004-05-18  David Schleef  <ds@schleef.org>
20216
20217         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
20218         warnings (bugs, actually) noticed by gcc but not forte.
20219
20220 2004-05-18  David Schleef  <ds@schleef.org>
20221
20222         * sys/sunaudio/Makefile.am:
20223         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
20224
20225 2004-05-18  David Schleef  <ds@schleef.org>
20226
20227         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20228         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
20229         to allow qtdemux to use non-seekable streams. (bug #142272)
20230
20231 2004-05-18  David Schleef  <ds@schleef.org>
20232
20233         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
20234         (gst_resample_sinc_ft_float): Remove use of static temporary
20235         buffer.  This code was obviously not supposed to last long, but
20236         it's stuck in our ABI, so it required a little hack to make it
20237         ABI-compatible.  Fixes #142585.
20238         * gst-libs/gst/resample/resample.h: same.
20239
20240 2004-05-18  David Schleef  <ds@schleef.org>
20241
20242         * configure.ac: Add sunaudio
20243         * examples/Makefile.am: make gstplay depend on gconf
20244         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
20245         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
20246         (convert_table_lookup), (img_convert): remove c99-isms
20247         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
20248           unsigned, to fix a warning on Solaris
20249         * gst/mpeg1sys/systems.c: bcopy->memcpy
20250         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
20251         * sys/Makefile.am: Add sunaudio
20252
20253 2004-05-18  Wim Taymans  <wim@fluendo.com>
20254
20255         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
20256         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20257         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
20258         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
20259         (gst_ogg_mux_loop):
20260         Fix an ugly memleak where the muxer didn't flush enough ogg
20261         pages. This also resulted in badly muxed ogg files.
20262
20263 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20264
20265         * gst/asfdemux/asfheaders.c :
20266         * gst/asfdemux/asfheaders.h :
20267         * gst/asfdemux/gstasfdemux.c :
20268           - fix ASF_OBJ_PADDING guid
20269           - add 3 new object guids (language list, metadata,
20270             extended stream properties)
20271           - add a function to parse extended header objects
20272
20273 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20274
20275         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20276           remove leftover debugging g_print
20277
20278 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20279
20280         * ext/mad/gstmad.c: (gst_mad_handle_event):
20281           Fix for when the first format in a discont event is not a
20282           byte-based one. Should fix #137710.
20283
20284 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20285
20286         * m4/a52.m4 : fix compilation with -Wall -Werror
20287         * m4/libfame.m4 : idem
20288         * m4/libmikmod.m4 : idem
20289
20290 2004-05-17  Benjamin Otte  <otte@gnome.org>
20291
20292         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20293           signal the new tags before giving up the reference
20294
20295 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20296
20297         * ext/shout2/gstshout2.c:
20298           use application/ogg instead of application/x-ogg (patch by Patrick
20299           Guimond, fixes #142432)
20300         * sys/oss/gstosselement.c: (gst_osselement_reset),
20301         (gst_osselement_sync_parms):
20302           don't set fragment size unless specified (fixes #142493)
20303
20304 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20305
20306         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
20307           fixes #142664
20308
20309 2004-05-17  Benjamin Otte  <otte@gnome.org>
20310
20311         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20312           compute offsets correctly for internal buffers so timestamps are set
20313           correctly when we can't seek. Also handle cases where there are no
20314           offsets. (based on a patch by David Moore, fixes #142507)
20315
20316 2004-05-17  Benjamin Otte  <otte@gnome.org>
20317
20318         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20319           use correct variable when determining amount of data to skip so we
20320           don't skip into the void and segfault
20321
20322 2004-05-16  Benjamin Otte  <otte@gnome.org>
20323
20324         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
20325           Hi, I'm a memleak
20326
20327 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20328
20329         * gst/asfdemux/gstasfdemux.c:
20330           - fix a mem leak and always propagate tags
20331           - add WMV3 to known video codecs (but no decoder yet)
20332           - replace "surplus data" at end of audio header for what
20333             it is : codec specific data
20334           - fix a typo
20335
20336 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
20337
20338         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
20339
20340         * gst-libs/gst/audio/audioclock.c:
20341           Fix wrong return type (#142205).
20342
20343 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20344
20345         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
20346           Ignore CRCs by default (fixes #142566).
20347
20348 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20349
20350         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
20351         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
20352         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
20353         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
20354         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20355         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
20356           Fix for cases where we fail to attach to a mixer.
20357
20358 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20359
20360         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20361           Don't touch events after not owning them anymore.
20362         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
20363         (gst_wavparse_fmt), (gst_wavparse_other),
20364         (gst_wavparse_handle_seek), (gst_wavparse_loop),
20365         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20366         (gst_wavparse_srcpad_event):
20367         * gst/wavparse/gstwavparse.h:
20368           Add seeking, fix querying.
20369
20370 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20371
20372         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20373           - process comments even if they don't end with \0\0
20374             g_convert would ignore them if present and works well without them
20375
20376 2004-05-16  Benjamin Otte  <otte@gnome.org>
20377
20378         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
20379           simplify caps
20380
20381 2004-05-16  Benjamin Otte  <otte@gnome.org>
20382
20383         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20384           don't write to memory we might not write to - g_convert does that
20385           for us anyway (fixes #142613)
20386         (gst_asf_demux_audio_caps):
20387           comment out gst_util_dump_mem
20388
20389 2004-05-16  Benjamin Otte  <otte@gnome.org>
20390
20391         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20392           compute correct expected timestamps after seek (broken since
20393           last commit)
20394         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
20395           rename element and debugging category to gdkpixbufscale
20396
20397 2004-05-16  Benjamin Otte  <otte@gnome.org>
20398
20399         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20400           add error checking to snd_pcm_delay and remove duplicate call to
20401           snd_pcm_delay that caused issues (see inline code comments)
20402         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
20403           make more readable and fix return value when snd_pcm_delay fails
20404         (fixes #142586)
20405
20406 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
20407         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
20408         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
20409         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
20410         (gst_pixbufscale_link), (gst_pixbufscale_init),
20411         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
20412         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
20413         (gst_pixbufscale_get_property), (pixbufscale_init):
20414         * ext/gdk_pixbuf/pixbufscale.h:
20415         Add these files I forgot earlier
20416
20417 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
20418         * ext/gdk_pixbuf/Makefile.am:
20419         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
20420         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20421         Add new pixbufscale element to scale RGB video
20422         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
20423         and HYPER interpolation correctly.
20424         * ext/theora/theoraenc.c: (theora_enc_chain),
20425         Discard buffer and return if explicit caps could not be set
20426         (theora_enc_get_property):
20427         Make _get return kbps for the bitrate consistent with
20428         the _set function.
20429
20430
20431 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20432
20433         * ext/libvisual/visual.c: (gst_visual_chain):
20434           add missing visual_audio_analyze
20435
20436 2004-05-14  David Schleef  <ds@schleef.org>
20437
20438         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
20439         is killed while we're playing.
20440         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
20441         gst_element_no_more_pads().
20442
20443 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20444
20445         * gst-libs/gst/riff/riff-read.c :
20446           - fix INFO tag extraction in RIFF/AVI files
20447             because gst_event_unref (event) also freed taglist
20448           - avoid a mem leak
20449
20450 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20451
20452         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
20453         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
20454
20455         * gst/auparse/gstauparse.c :
20456           - add code (commented for now) to support audio/x-adpcm on src pad
20457             (we have no decoder for those layout yet)
20458
20459         * gst/cdxaparse/gstcdxaparse.c :
20460         * gst/cdxaparse/gstcdxaparse.h :
20461           - partial rewrite using RiffRead (ripped iain's wavparse code)
20462
20463         * gst/rtp/gstrtpL16enc.c : typo
20464         * gst/rtp/gstrtpgsmenc.c : typo
20465
20466 2004-05-13  Benjamin Otte  <otte@gnome.org>
20467
20468         * configure.ac:
20469           check for exact version of libvisual, it's not supposed to be
20470           API/ABI stable yet
20471
20472 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20473
20474         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
20475           signal no-more-pads
20476
20477 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
20478
20479         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
20480         Report which format was used for GST_FORMAT_DEFAULT
20481         * gst/debug/Makefile.am:
20482         * gst/debug/gstdebug.c: (plugin_init):
20483         * gst/debug/progressreport.c: (gst_progressreport_base_init),
20484         (gst_progressreport_class_init), (gst_progressreport_init),
20485         (gst_progressreport_report), (gst_progressreport_set_property),
20486         (gst_progressreport_get_property), (gst_progressreport_chain),
20487         (gst_progressreport_plugin_init):
20488         Add progressreport element for testing.
20489
20490 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20491
20492         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
20493         * sys/v4l/gstv4lsrc.h:
20494         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
20495         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
20496         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
20497         (gst_v4lsrc_grab_frame):
20498           add more debugging
20499           send a discont at start
20500
20501 2004-05-12  Colin Walters  <walters@redhat.com>
20502
20503         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
20504         inflooping if we can't find a chunk.  Or in other words, don't blow
20505         chunks if we don't have a chunk to blow.
20506
20507 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
20508         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
20509         Remove old debug output
20510         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
20511         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
20512         (gst_dvdec_set_property), (gst_dvdec_get_property):
20513         Change the quality setting to an enum, so it works from gst-launch
20514         Don't renegotiate a non-linked pad. Allows audio only decoding.
20515         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
20516         (gst_deinterlace_link), (gst_deinterlace_init):
20517         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20518         (gst_videodrop_link):
20519         Some caps negotiation fixes
20520
20521 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20522
20523         * ext/tarkin/gsttarkin.c :
20524           - Change RANK from NONE to PRIMARY
20525         * ext/gdk_pixbuf/gstgdkpixbuf.c :
20526           - Change RANK from NONE to MARGINAL
20527         * ext/divx/gstdivxenc.c :
20528           - Change RANK from PRIMARY to NONE (encoder/spider issue)
20529
20530 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20531
20532         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
20533         (gst_vorbisenc_push_packet):
20534           copy a function that was added between 1.0 and 1.0.1 until we
20535           depend on worthwhile features of post-1.0
20536
20537 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20538
20539         * configure.ac:
20540           enable shout2 by default
20541         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
20542         (gst_shout2send_base_init), (gst_shout2send_init),
20543         (gst_shout2send_connect), (gst_shout2send_change_state):
20544         * ext/shout2/gstshout2.h:
20545           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
20546           #142262)
20547         * ext/theora/theora.c: (plugin_init):
20548           don't set rank on encoders
20549
20550 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
20551
20552         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
20553           Use codec_data property instead of flag1 and flag2 for wma
20554
20555 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20556
20557         * gst/cdxaparse/gstcdxaparse.c :
20558           - Add mpegversion to CAPS to make it link
20559           - Rank is as GST_RANK_SECONDARY instead of NONE
20560         * gst/auparse/gstauparse.c :
20561           - Document all audio encoding we can encounter from Solaris 9
20562             headers and libsndfile information.
20563           - Increase max. rate from 48000 to 192000 (to match other elements)
20564           - Don't try to play junk data between header and samples
20565
20566 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20567
20568         * ext/libvisual/visual.c: (gst_visual_getcaps):
20569           use the right caps depending on endianness (I hope)
20570         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
20571           use GST_RANK_NONE for all non-decoding elements or spider gets
20572           mighty confused
20573
20574 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20575
20576         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20577           Fix some odd cases and fix BE metadata parsing of unicode16 text.
20578
20579 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20580
20581         * gst/switch/gstswitch.c: (gst_switch_release_pad),
20582         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
20583         (gst_switch_loop), (gst_switch_get_type):
20584           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
20585           HEADERS. Had to be said.
20586
20587 2004-05-10  David Schleef  <ds@schleef.org>
20588
20589         * configure.ac: Add prototype Dirac support.
20590         * ext/Makefile.am:
20591         * ext/dirac/Makefile.am:
20592         * ext/dirac/gstdirac.cc:
20593         * ext/dirac/gstdiracdec.cc:
20594
20595 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20596
20597         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20598         (gst_auparse_init), (gst_auparse_chain),
20599         (gst_auparse_change_state):
20600           Hack around spider. Remove me some day please.
20601
20602 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20603
20604         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20605           Fix for some uninitialized variables in previous patch, also
20606           makes it work. Fixes #142286 while we're at it.
20607
20608 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20609
20610         * gst/auparse/gstauparse.c:
20611                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
20612                 only unsupported formats are ADPCM/CCITT G.72x
20613                 reviewed by Ronald
20614         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
20615
20616 2004-05-10  Wim Taymans  <wim@fluendo.com>
20617
20618         * ext/vorbis/Makefile.am:
20619         * ext/vorbis/README:
20620         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
20621         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
20622         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
20623         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
20624         (gst_oggvorbisenc_convert_sink),
20625         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
20626         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
20627         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
20628         (get_constraints_string), (update_start_message),
20629         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
20630         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
20631         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
20632         * ext/vorbis/oggvorbisenc.h:
20633         * ext/vorbis/vorbis.c: (plugin_init):
20634         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
20635         (raw_caps_factory), (gst_vorbisenc_class_init),
20636         (gst_vorbisenc_init), (gst_vorbisenc_setup),
20637         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
20638         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
20639         * ext/vorbis/vorbisenc.h:
20640         Added a raw vorbis encoder to be used with the oggmuxer.
20641         We still need the old encoder for some gnome applications,
20642         read the README to find out how that works.
20643         The raw encoder is called "rawvorbisenc" until 0.9.
20644
20645 2004-05-10  Wim Taymans  <wim@fluendo.com>
20646
20647         * ext/ogg/gstogg.c: (plugin_init):
20648         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
20649         (gst_ogg_print):
20650         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
20651         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
20652         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
20653         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
20654         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
20655         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
20656         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
20657         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
20658         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
20659         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
20660         Added an ogg muxer.
20661         Small typo fixes in the demuxer.
20662
20663 2004-05-10  Wim Taymans  <wim@fluendo.com>
20664
20665         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20666         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
20667         (theora_enc_change_state), (theora_enc_set_property),
20668         (theora_enc_get_property):
20669         Mark the last packet with an EOS flag which is not really needed
20670         in gstreamer.
20671         Do some better video framerate initialisation.
20672         Update the buffer timestamp.
20673
20674 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
20675
20676         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
20677         Return the result of the parent state change call
20678
20679 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20680
20681         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
20682         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
20683         * gst/law/alaw-encode.c : (idem)
20684         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
20685         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
20686         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
20687
20688 2004-05-09  Benjamin Otte  <otte@gnome.org>
20689
20690         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
20691           don't use a fixed buffer size when writing variable length data to
20692           it. Fixes memory corruption and makes alsasrc work
20693
20694 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20695
20696         * ext/gnomevfs/gstgnomevfssink.c:
20697         (_gst_boolean_allow_overwrite_accumulator),
20698         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
20699           Run glib's default signal handler (??) in RUN_CLEANUP rather than
20700           RUN_LAST, and don't use that to set the accumulator value because
20701           then it's always FALSE.
20702
20703 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20704
20705         * gst-libs/gst/riff/riff-media.c:
20706         (gst_riff_create_video_caps_with_data),
20707         (gst_riff_create_audio_caps),
20708         (gst_riff_create_audio_template_caps):
20709         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
20710           Fix for unaligned RIFF files (i.e. where all the chunks together
20711           in a LIST chunk are not of the same size as the size given in
20712           the LIST chunk header). Fixes several odd WAVE files. Also fix
20713           ADPCM (block_align property) in audio, so that wavparse based
20714           on this works now as it used to stand-alone.
20715
20716 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
20717
20718         reviewed by Benjamin Otte  <otte@gnome.org>
20719
20720         * ext/a52dec/gsta52dec.c:
20721         * ext/divx/gstdivxdec.c:
20722         * ext/divx/gstdivxenc.c:
20723         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
20724         * ext/faac/gstfaac.c: (gst_faac_base_init):
20725         * ext/faad/gstfaad.c: (gst_faad_base_init):
20726         * ext/ivorbis/vorbisfile.c:
20727         * ext/lame/gstlame.c:
20728         * ext/libfame/gstlibfame.c:
20729         * ext/mpeg2enc/gstmpeg2enc.cc:
20730         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
20731         * ext/sidplay/gstsiddec.cc:
20732         * ext/speex/gstspeexdec.c:
20733         * ext/speex/gstspeexenc.c:
20734         * ext/xvid/gstxviddec.c:
20735         * ext/xvid/gstxvidenc.c:
20736           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
20737           (fixes #142193)
20738
20739 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20740
20741         * ext/alsa/gstalsa.c: (device_list),
20742         (gst_alsa_class_probe_devices):
20743         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
20744           Fix alsa oddness in mixer after the combination of using mixer
20745           in source/sink elements and using hw:x,y instead of just hw:x.
20746
20747 2004-05-09  Benjamin Otte  <otte@gnome.org>
20748
20749         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
20750         (gst_wavparse_create_sourcepad):
20751           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
20752           sourcepads
20753
20754 2004-05-09  Benjamin Otte  <otte@gnome.org>
20755
20756         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20757           allow discont events before caps nego
20758
20759 2004-05-08  Benjamin Otte  <otte@gnome.org>
20760
20761         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
20762           don't leak events
20763
20764 2004-05-08  Benjamin Otte  <otte@gnome.org>
20765
20766         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
20767         (gst_level_change_state), (gst_level_init):
20768         * gst/level/gstlevel.h:
20769           figure out if we're initialized directly instead of keeping a
20770           variable that's wrong in 90% of cases
20771           don't initialize pads and then leak them and use a new unitialized
20772           pad. (fixes #142084)
20773           these were bugs so n00bish I didn't find them for an hour :/
20774
20775 2004-05-08 Iain <iain@prettypeople.org>
20776
20777         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
20778         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
20779         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
20780         return the length that was read.
20781         (gst_riff_read_strf_auds): Allow fmt tags as well.
20782
20783 2004-05-07  David Schleef  <ds@schleef.org>
20784
20785         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
20786         signed char assumption in faad.h.
20787
20788 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20789
20790         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
20791           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
20792
20793 2004-05-07  Colin Walters  <walters@redhat.com>
20794
20795         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
20796         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
20797         function.
20798         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
20799         Add dispose function.
20800
20801 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
20802         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
20803           Fix caps nego and pad templates. RGB mode caps should
20804           work now.
20805         * ext/dvdnav/gst-dvd:
20806           Move mpeg2dec inside the thread because otherwise the
20807           queue rejects cap changes mid-stream
20808         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
20809         (gst_mpeg2dec_flush_decoder):
20810           For mpeg2dec > 0.4.0, call the flush function instead of
20811           manually extracting all in-flight frames.
20812         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
20813         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
20814           Change mime type video/dv go video/x-dv to match the
20815           rest of gst-plugins
20816
20817 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20818
20819         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20820         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
20821         (gst_alsa_sink_class_init):
20822         * ext/alsa/gstalsasink.h:
20823         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
20824         (gst_alsa_src_class_init):
20825         * ext/alsa/gstalsasrc.h:
20826           Make alsasink/src a subclass of alsamixer so that mixer stuff
20827           shows up in gst-rec. Needs some finetuning.
20828
20829 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20830
20831         * ext/lame/gstlame.c: (gst_lame_chain):
20832           simplify
20833         * ext/mad/gstmad.c: (gst_mad_handle_event):
20834           fix event leak
20835         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
20836           be able to detect mp3 files < 4096 bytes
20837
20838 2004-05-06  Wim Taymans  <wim@fluendo.com>
20839
20840         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20841         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
20842         (theora_enc_set_property), (theora_enc_get_property):
20843         Also encode the first frame, cleanup some code.
20844
20845 2004-05-06  Wim Taymans  <wim@fluendo.com>
20846
20847         * ext/mpeg2enc/gstmpeg2enc.cc:
20848         Forward events first before deciding that negotiation was
20849         not performed.
20850
20851 2004-05-06  Wim Taymans  <wim@fluendo.com>
20852
20853         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
20854         First process the events before deciding that negotiation
20855         was not performed.
20856
20857 2004-05-06  Wim Taymans  <wim@fluendo.com>
20858
20859         * ext/theora/Makefile.am:
20860         * ext/theora/theora.c: (plugin_init):
20861         * ext/theora/theoradec.c: (theora_dec_change_state):
20862         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
20863         (gst_theora_enc_class_init), (gst_theora_enc_init),
20864         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
20865         (theora_enc_chain), (theora_enc_change_state),
20866         (theora_enc_set_property), (theora_enc_get_property):
20867         Added a theora encoder, grouped the encoder and decoder into the
20868         same plugin.
20869
20870 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20871
20872         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
20873         (gst_jpegenc_chain):
20874         fix DURATION on outgoing buffers
20875         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
20876         debug using time formats
20877         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20879         (gst_xvimagesink_sink_link):
20880         windows with width/height 0 generate X errors, so don't allow them
20881
20882 2004-05-05  Wim Taymans  <wim@fluendo.com>
20883
20884         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
20885         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
20886         (gst_mpeg2dec_negotiate_format):
20887         * ext/mpeg2dec/gstmpeg2dec.h:
20888           removed the static pad template so that we can add the
20889           more accurate framerate value to the caps.
20890
20891
20892 2004-05-04  Benjamin Otte  <otte@gnome.org>
20893
20894         * configure.ac:
20895           check for kdemacros.h, too (should fix #141821)
20896         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
20897           don't crash if no header was sent, but nicely error out (fixes part
20898           of #141554)
20899
20900 2004-05-04  Wim Taymans  <wim@fluendo.com>
20901
20902         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
20903         parent dispose function to avoid segfault on destroy.
20904
20905 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20906
20907         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20908         (plugin_init):
20909         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20910         (gst_xvimagesink_sink_link):
20911         clean up debugging caps
20912         also recreate xvimage when format has changed
20913
20914 2004-05-04  Benjamin Otte  <otte@gnome.org>
20915
20916         * ext/libvisual/Makefile.am:
20917         * ext/libvisual/visual.c: (gst_visual_class_init),
20918         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
20919         (gst_visual_srclink), (gst_visual_chain),
20920         (gst_visual_change_state), (plugin_init):
20921           use a GstAdapter to correctly adapt buffer sizes - allows using a
20922           framerate
20923
20924 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20925
20926         * sys/v4l/gstv4lelement.h:
20927         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
20928         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
20929         (gst_v4lsrc_buffer_free):
20930         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
20931         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
20932         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
20933         (gst_v4lsrc_requeue_frame):
20934         move some debugging categories around
20935         query for fps index and set accordingly if found
20936
20937 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20938
20939         * ext/lame/gstlame.c:
20940         correct defaults that lame_init puts out of range
20941
20942 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20943
20944         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
20945         (gst_divxenc_class_init):
20946         fix range since -1 is the default
20947         * gst/mpeg1sys/gstmpeg1systemencode.c:
20948         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
20949         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
20950         (gst_rtjpegdec_chain):
20951         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
20952         (gst_rtjpegenc_chain):
20953         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
20954         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
20955         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
20956         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
20957         * sys/v4l/gstv4lsrc.c:
20958         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20959         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
20960         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
20961         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
20962         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
20963           remove gst_info calls
20964
20965 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20966
20967         * Makefile.am:
20968         * po/af.po:
20969         * po/az.po:
20970         * po/en_GB.po:
20971         * po/nl.po:
20972         * po/sr.po:
20973         * po/sv.po:
20974           Updated translations
20975
20976 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20977
20978         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
20979           refactor/comment code
20980
20981 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20982
20983         * gst/asfdemux/Makefile.am:
20984         * gst/asfdemux/asfheaders.c:
20985         * gst/asfdemux/asfheaders.h:
20986         * gst/asfdemux/gstasf.c: (plugin_init):
20987         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
20988         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
20989         (gst_asf_demux_setup_pad):
20990         * gst/asfdemux/gstasfdemux.h:
20991         * gst/asfdemux/gstasfmux.c:
20992         * gst/asfdemux/gstasfmux.h:
20993           Add tagging support to demuxer, split out registration in its own
20994           file instead of in demux (hacky), and prevent having some tables
20995           in our memory multiple times (in asfheaders.h).
20996
20997 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20998
20999         * gst/matroska/matroska-demux.c:
21000         (gst_matroska_demux_parse_metadata):
21001         * gst/matroska/matroska-ids.h:
21002           Basic tag reading support.
21003
21004 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21005
21006         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21007           Really detect ac-3 audio.
21008         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
21009           really detect matroska files (off-by-1).
21010
21011 2004-04-30  David Schleef  <ds@schleef.org>
21012
21013         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21014         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
21015         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
21016         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
21017         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
21018         hackage -- parse a lot more atoms, extract a few tags.  One might even
21019         mistake this for tag support.  Maybe it is.
21020         * gst/qtdemux/qtdemux.h:
21021
21022 2004-04-30  Colin Walters  <walters@verbum.org>
21023
21024         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
21025
21026 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21027
21028         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21029         (gst_ffmpegcolorspace_getcaps):
21030           remove broken nego fix
21031
21032 2004-04-30  Benjamin Otte  <otte@gnome.org>
21033
21034         * configure.ac:
21035         * ext/Makefile.am:
21036         * ext/libvisual/Makefile.am:
21037         * ext/libvisual/visual.c:
21038           add initial support for libvisual (http://libvisual.sourceforge.net)
21039           libvisual is still quite alpha, so expect crashes in there :)
21040
21041 2004-04-29  David Schleef  <ds@schleef.org>
21042
21043         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
21044         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
21045         up qtdemux to make it spit out codec_data.  Do _not_ look at this
21046         code; you will no longer respect me.
21047
21048 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21049
21050         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
21051         * ext/alsa/gstalsa.h :
21052         change alsa pcm device discovery to find more than 1 device
21053         per card. code review by Ronald.
21054
21055 2004-04-29  David Schleef  <ds@schleef.org>
21056
21057         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
21058         Add a check for a driver bug on FreeBSD.  (bug #140565)
21059
21060 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
21061
21062         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
21063         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
21064         (gst_jpegenc_getcaps):
21065           move format setting to inner loop
21066         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21067         (gst_ffmpegcolorspace_getcaps):
21068           use GST_PAD_CAPS if available so that we use already negotiated
21069           caps
21070         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21071         (qtdemux_parse_moov), (qtdemux_parse):
21072           extra debugging
21073         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
21074         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
21075           move hardcoded path to DEFINE
21076
21077 2004-04-28  David Schleef  <ds@schleef.org>
21078
21079         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
21080         (bug #140064)
21081
21082 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21083
21084         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
21085           Don't probe for playback device if we're a source element. Fixes
21086           #139658.
21087
21088 2004-04-29  Benjamin Otte  <otte@gnome.org>
21089
21090         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
21091         (gst_id3_tag_chain):
21092           rewrite buffer offset
21093
21094 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21095
21096         * configure.ac:
21097         * ext/Makefile.am:
21098         * ext/dts/Makefile.am:
21099         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
21100         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
21101         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
21102         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
21103         (gst_dtsdec_loop), (gst_dtsdec_change_state),
21104         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
21105         (plugin_init):
21106         * ext/dts/gstdtsdec.h:
21107           New DTS decoder.
21108         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
21109         (gst_faad_srcconnect):
21110           Add ESDS atom handling (.m4a).
21111
21112 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21113
21114         * ext/divx/gstdivxdec.c: (plugin_init):
21115           Remove comment that makes no sense.
21116         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
21117           Fix for obvious typo that resulted in warnings during gst-register.
21118         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
21119         (gst_xviddec_sink_link):
21120           Fix caps negotiation a bit better.
21121         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
21122           We call this 'codec_data', not 'esds'.
21123
21124 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21125
21126         * gst/monoscope/gstmonoscope.c:
21127           make sure we only provide 256x128
21128         * gst/monoscope/monoscope.c: (monoscope_init):
21129           assert size of 256x128
21130
21131 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21132
21133         * Makefile.am:
21134         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
21135         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
21136           fixate to max width and height of device
21137
21138 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21139
21140         * Makefile.am:
21141         * sys/v4l/gstv4l.c:
21142         * sys/v4l/gstv4lsrc.c:
21143         * sys/v4l/v4l_calls.c:
21144         * sys/v4l/v4lsrc_calls.c:
21145           fix for qc-usb driver which fakes having more than one buffer
21146           by handing the same buffer twice, which confused GStreamer's/v4lsrc
21147           buffer_free override
21148           add debugging
21149
21150 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21151
21152         * Makefile.am:
21153         * gst/videotestsrc/gstvideotestsrc.c:
21154         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
21155         (gst_videotestsrc_init), (gst_videotestsrc_get),
21156         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
21157         * gst/videotestsrc/gstvideotestsrc.h:
21158           add num-buffers property
21159
21160         2004-04-26  Benjamin Otte  <otte@gnome.org>
21161
21162         * ext/mad/gstid3tag.c: (plugin_init):
21163           set id3mux rank to NONE so it doesn't confuse spider
21164           require audio/mpeg,mpegversion=1 in id3mux
21165
21166 2004-04-26  Benjamin Otte  <otte@gnome.org>
21167
21168         * configure.ac:
21169           detect faad correctly as non-working if it's indeed non-working
21170
21171 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21172
21173         * Makefile.am:
21174         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
21175         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
21176         fix _getcaps so it only negotiates to its supported format
21177
21178 2004-04-25  Benjamin Otte  <otte@gnome.org>
21179
21180         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
21181           fix memleak
21182
21183 2004-04-23  Benjamin Otte  <otte@gnome.org>
21184
21185         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
21186           audio/x-raw-int with height rules! not. Now it's depth.
21187
21188 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21189
21190         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
21191         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
21192         (gst_wavparse_loop):
21193           Missing variable initialization. Add handling of DVI ADPCM. Fix
21194           mis-parsing of LIST chunks. This works around a bug where we mis-
21195           parse non-aligning LIST chunks (so LIST chunks where the contents
21196           don't align with the actual LIST size). The correct fix is to use
21197           rifflib, I'm not going to fix wavparse - too much work. All this
21198           fixes #104878.
21199
21200 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21201
21202         reviewed by Benjamin Otte  <otte@gnome.org>
21203
21204         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
21205           fix shoutcast not working (fixes #140844)
21206
21207 2004-04-22  Benjamin Otte  <otte@gnome.org>
21208
21209         * ext/hermes/gsthermescolorspace.c:
21210         (gst_hermes_colorspace_caps_remove_format_info):
21211         * gst/colorspace/gstcolorspace.c:
21212         (gst_colorspace_caps_remove_format_info):
21213         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21214         (gst_ffmpegcolorspace_caps_remove_format_info):
21215           s/gst_caps_simplify/gst_caps_do_simplify/
21216
21217 2004-04-22  Benjamin Otte  <otte@gnome.org>
21218
21219         * gst-libs/gst/riff/riff-media.c:
21220         (gst_riff_create_video_caps_with_data):
21221           mpegversion is an int
21222         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
21223           don't try to create pad templates with NULL caps, use any caps
21224           instead.
21225
21226 2004-04-20  David Schleef  <ds@schleef.org>
21227
21228         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
21229         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
21230         (bug #140384)
21231
21232 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
21233
21234         reviewed by David Schleef
21235
21236         * ext/mad/gstid3tag.c: Add stdlib.h
21237         * gst/rtp/gstrtpgsmenc.c: same
21238         * gst/tags/gstid3tag.c: same
21239         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
21240         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
21241         GST_DISABLE_LOADSAVE use.
21242         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
21243         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
21244         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
21245         atol(3)).
21246         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
21247         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
21248         strtoul(3)).
21249         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
21250         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
21251         $(ID3_CFLAGS).
21252         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
21253         $(LIBFAME_CFLAGS).
21254
21255 2004-04-20  David Schleef  <ds@schleef.org>
21256
21257         * gst/realmedia/rmdemux.c:  This was supposed to part of the
21258         last checkin.  Same idea.
21259
21260 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
21261
21262         reviewed by David Schleef
21263
21264         * configure.ac: bump required gstreamer version to 0.8.1.1
21265         because of following changes [--ds]
21266
21267         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
21268         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
21269         (gst_riff_read_header):  Use GST_READ_UINT*
21270         macros to access possibly unaligned memory.
21271
21272         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
21273         (mp3_type_find):  Use GST_READ_UINT*
21274         macros to access possibly unaligned memory.
21275         (mp3_type_find, mpeg1_parse_header, qt_type_find)
21276         (speex_type_find): Likewise
21277
21278         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
21279
21280         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
21281         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
21282         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
21283         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
21284         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
21285         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
21286         macros to access possibly unaligned memory.
21287
21288         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
21289         Likewise.
21290
21291         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
21292         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
21293
21294         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21295         Likewise.
21296
21297         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
21298         (gst_mpeg2subt_chain_subtitle): Likewise.
21299
21300         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
21301         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
21302         Likewise.
21303
21304         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
21305         Likewise.
21306
21307         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
21308         Likewise.
21309
21310         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
21311         Likewise.
21312
21313 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21314
21315         * configure.ac:
21316           update required version of GStreamer because of GST_TIME_FORMAT
21317
21318 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21319
21320         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
21321           remove leftover g_print
21322         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21323           don't try setting only a subset of the caps. We don't want to kill
21324           autoplugging on purpose
21325
21326 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21327
21328         * sys/ximage/ximagesink.c: (plugin_init):
21329         * sys/xvimage/xvimagesink.c: (plugin_init):
21330           add debugging categories
21331
21332 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21333
21334         * po/en_GB.po:
21335         * po/LINGUAS:
21336           Adding en_GB translation (Gareth Owen)
21337
21338 2004-04-20  David Schleef  <ds@schleef.org>
21339
21340         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21341         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
21342         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
21343         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
21344         A number of new features and hacks to extract the esds atom and
21345         put it into the caps.  (bug #137724)
21346
21347 2004-04-19  David Schleef  <ds@schleef.org>
21348
21349         * gconf/Makefile.am: Fix for non-GNU make
21350         * gst-libs/gst/Makefile.am: Change directory order to handle
21351         GstPlay linking with gstinterfaces
21352         * gst-libs/gst/audio/make_filter: make use of tr portable
21353         * gst-libs/gst/play/Makefile.am: Add intended \
21354         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
21355         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
21356         function prototype instead of void *.
21357         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
21358         macro.
21359         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21360         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
21361         * gst/videofilter/make_filter: make use of tr portable
21362         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
21363
21364 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21365
21366         * po/LINGUAS:
21367         * po/uk.po:
21368           Added Ukrainian translation (Maxim V. Dziumanenko)
21369
21370 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21371
21372         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
21373         (gst_gsmdec_link), (gst_gsmdec_chain):
21374           Fix capsnego, simplify chain function slightly.
21375         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21376           Add GSM.
21377
21378 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21379
21380         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21381         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
21382         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
21383           Hack to make wavparse work with spider (always -> sometimes pad).
21384           Fixes #135862 && #140411.
21385
21386 2004-04-18  Benjamin Otte  <otte@gnome.org>
21387
21388         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
21389         (gst_osselement_rate_probe_check),
21390         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
21391           get rid of \n in debug output
21392
21393 2004-04-17  Iain <iain@prettypeople.org>
21394
21395         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
21396         not just EOS.
21397
21398 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21399
21400         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
21401         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
21402         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
21403         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
21404         (gst_id3_tag_src_link), (gst_id3_tag_chain),
21405         (gst_id3_tag_change_state), (plugin_init):
21406           deprecate id3tag element and replace with id3demux/id3mux.
21407           great side effect: this ugly file is now even uglier, yay!
21408         * ext/mad/gstmad.h:
21409           remove non-available function
21410           update for new get_type
21411
21412 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21413
21414         * configure.ac:
21415           require mpeg2dec >= 0.4.0
21416
21417 2004-04-17  Benjamin Otte  <otte@gnome.org>
21418
21419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
21420         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
21421         (gst_xvimagesink_set_xwindow_id):
21422           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
21423           assorted cleanup fixes.
21424
21425 2004-04-16  David Schleef  <ds@schleef.org>
21426
21427         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
21428         * sys/xvimage/xvimagesink.h: same
21429
21430 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21431
21432         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
21433           Fix GST_ELEMENT_ERROR with (NULL)
21434
21435 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21436
21437         * gst-libs/gst/riff/riff-media.c:
21438         (gst_riff_create_video_caps_with_data):
21439           Add div[3456] as fourccs for DivX 3 (fixes #140137).
21440
21441 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21442
21443         * gst-libs/gst/riff/riff-media.c:
21444         (gst_riff_create_video_caps_with_data),
21445         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
21446         (gst_riff_create_video_template_caps),
21447         (gst_riff_create_audio_template_caps):
21448         * gst-libs/gst/riff/riff-media.h:
21449         * gst-libs/gst/riff/riff-read.c:
21450         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
21451         * gst-libs/gst/riff/riff-read.h:
21452         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21453           Add MS RLE support. I added some functions to read out strf chunks
21454           into strf chunks and the data behind it. This is usually color
21455           palettes (as in RLE, but also in 8-bit RGB). Also use those during
21456           caps creation. Lastly, add ADPCM (similar to wavparse - which
21457           should eventually be rifflib based).
21458         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
21459         (gst_matroska_demux_init), (gst_matroska_demux_reset):
21460         * gst/matroska/matroska-demux.h:
21461           Remove placeholders for some prehistoric tagging system. Didn't add
21462           support for any tag system really anyway.
21463         * gst/qtdemux/qtdemux.c:
21464           Add support for audio/x-m4a (MPEG-4) through spider.
21465         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21466         (gst_wavparse_loop):
21467           ADPCM support (#135862). Increase max. buffer size because we
21468           cannot split buffers for ADPCM (screws references) and I've seen
21469           files with 2048 byte chunks. 4096 seems safe for now.
21470
21471 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21472
21473         * configure.ac: bump nano to 1
21474
21475 === release 0.8.1 ===
21476
21477 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21478
21479         * configure.ac: releasing 0.8.1, "Comforting Sounds"
21480
21481 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21482
21483         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
21484           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
21485           Fixes #140058
21486
21487 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21488
21489         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
21490           lower rank of dvddemux so that it's not used for mpeg playback.
21491
21492 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21493
21494         * configure.ac:
21495           save libs correctly when checking mad
21496
21497 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21498
21499         * ext/mad/gstid3tag.c: (plugin_init):
21500           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
21501
21502 2004-04-13  David Schleef  <ds@schleef.org>
21503
21504         * common/m4/gst-feature.m4: Call -config scripts with
21505         --plugin-libs if it is supported.
21506         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
21507         JPEG images are image/jpeg.
21508         * gst/debug/Makefile.am:
21509         * gst/debug/negotiation.c: (gst_negotiation_class_init),
21510         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
21511         (gst_negotiation_update_caps), (gst_negotiation_get_property),
21512         (gst_negotiation_plugin_init): Add a property that acts like
21513         filter caps.
21514         * testsuite/gst-lint:  Move license checking to be a standard
21515         test.
21516
21517 2004-04-13  David Schleef  <ds@schleef.org>
21518
21519         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
21520         patch from Sebastien Cote (bug #139958)
21521
21522 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21523
21524         * examples/gstplay/Makefile.am:
21525         * examples/gstplay/player.c: (main):
21526           make the commandline player example use gconf settings
21527
21528 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21529
21530         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
21531         (gst_cacasink_sinkconnect), (gst_cacasink_init),
21532         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
21533           init/end library during state transition, not object
21534           creation/disposal.  get rid of custom dispose handler.
21535
21536
21537 2004-04-12  Christian Schaller <Uraeus@gnome.org>
21538
21539         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
21540         be a symlink
21541
21542 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21543
21544         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
21545           Handle JUNK chunks inside data section. Prevents warnings.
21546
21547 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21548
21549         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21550         (gst_riff_create_video_template_caps):
21551           Add MS video v1.
21552         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21553         (gst_avi_demux_stream_data):
21554           Add support for "rec-list" chunks.
21555
21556 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21557
21558         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
21559           Fix another codecname mismatch.
21560
21561 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21562
21563         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
21564           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
21565           so that MJPEG plays back.
21566
21567 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21568
21569         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21570         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
21571         * gst/mpeg1videoparse/gstmp1videoparse.h:
21572           Fix for some slight mis-cuts in buffer parsing, and for some
21573           potential overflows or faults-causers. Adds disconts. Also fixes
21574           #139105 while we're at it.
21575
21576 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21577
21578         * configure.ac:
21579         * sys/v4l2/gstv4l2element.h:
21580           Workaround for missing struct v4l2_buffer declaration in Suse 9
21581           and Mandrake 10 linux/videodev2.h header file (#135919).
21582
21583 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21584
21585         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
21586           Bail out if no filename was given.
21587
21588 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21589
21590         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
21591         (gst_v4l2_fourcc_from_structure):
21592           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
21593           Y41B somewhere).
21594
21595 2004-04-09  Benjamin Otte  <otte@gnome.org>
21596
21597         * ext/gnomevfs/gstgnomevfssink.c:
21598         (_gst_boolean_allow_overwrite_accumulator),
21599         (gst_gnomevfssink_class_init):
21600           fix erase signal - if any handler returns false the file will not be
21601           overwritten. If no handler is connected, the file will not be
21602           overwritten either.
21603           renamed signal to "allow-overwrite"
21604         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
21605           free string when adding it to ID3 failed
21606         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21607           unref event when done
21608         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
21609           free caps
21610         * gst/typefind/gsttypefindfunctions.c:
21611         (mpeg_video_stream_type_find):
21612           fix invalid read
21613
21614 2004-04-08  David Schleef  <ds@schleef.org>
21615
21616         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21617         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
21618
21619 2004-04-08  David Schleef  <ds@schleef.org>
21620
21621         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
21622         we don't support (bug #139532)
21623
21624 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
21625
21626         * ext/mad/gstmad.c: (gst_mad_handle_event),
21627         (gst_mad_check_caps_reset), (gst_mad_chain),
21628         (gst_mad_change_state):
21629           only set explicit caps if they haven't been set before for
21630           this stream.  MPEG-audio sample rate/channels aren't allowed
21631           to change in-stream.
21632           Fixes #139382
21633
21634 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21635
21636         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
21637         (_gst_boolean_did_something_accumulator),
21638         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
21639         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
21640         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
21641         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
21642         (gst_gnomevfssink_change_state):
21643           Fix erase signal. Don't erase by default. Remove handoff signal.
21644           Remove erase property. Don't segfault. General cleanup.
21645
21646 2004-04-07  Benjamin Otte  <otte@gnome.org>
21647
21648         * gst-libs/gst/gconf/test-gconf.c: (main):
21649           add missing gst_init
21650
21651 2004-04-07  Benjamin Otte  <otte@gnome.org>
21652
21653         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
21654           free the mutexes, too
21655
21656 2004-04-07  Benjamin Otte  <otte@gnome.org>
21657
21658         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
21659           actually free the URI string
21660         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
21661           compute offset correctly when passing discont events
21662         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21663           don't leak discont events
21664         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
21665           add some missing breaks so caps aren't copied randomly
21666         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
21667           if we realloc memory, we better use it
21668
21669 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21670
21671         * ext/mad/gstmad.c: (normal_seek):
21672           fix GST_FORMAT_TIME usage
21673
21674 2004-04-05  David Schleef  <ds@schleef.org>
21675
21676         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
21677         a deprecated function (hack!)
21678
21679 2004-04-05  Benjamin Otte  <otte@gnome.org>
21680
21681         * ext/esd/esdmon.c: (gst_esdmon_get):
21682           fix nonterminated vararg and memleak
21683
21684 2004-04-05  Benjamin Otte  <otte@gnome.org>
21685
21686         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
21687         (gst_ladspa_init), (gst_ladspa_force_src_caps),
21688         (gst_ladspa_set_property), (gst_ladspa_get_property),
21689         (gst_ladspa_instantiate), (gst_ladspa_activate),
21690         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
21691           clean up debugging
21692
21693 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
21694
21695         reviewed by Benjamin Otte  <otte@gnome.org>
21696
21697         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
21698           check for broken LADSPA parameters (fixes #138635)
21699
21700 2004-04-05  Benjamin Otte  <otte@gnome.org>
21701
21702         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
21703           advertise buffer-frames correctly on sinkpads
21704
21705 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21706
21707         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
21708         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
21709         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
21710         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
21711         (gst_mad_check_caps_reset), (gst_mad_chain):
21712         add more debugging, only reset caps when we're not in error state
21713
21714 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21715
21716         * ext/mad/gstmad.c: add debugging category, comment + cleanups
21717
21718 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
21719
21720         reviewed by Benjamin Otte  <otte@gnome.org>
21721
21722         * configure.ac:
21723           fix == in test(1) operator
21724
21725 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
21726
21727         reviewed by Benjamin Otte  <otte@gnome.org>
21728
21729         * configure.ac:
21730           fix --export-symblos-regex to a working regex.
21731
21732 2004-04-04  Benjamin Otte  <otte@gnome.org>
21733
21734         * sys/oss/.cvsignore:
21735           add for oss_probe
21736
21737 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
21738
21739         reviewed by Benjamin Otte  <otte@gnome.org>
21740
21741         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21742           add missing 'new_media' argument (fixes #138168)
21743         * gst/matroska/matroska-demux.c:
21744         (gst_matroska_demux_handle_seek_event):
21745           add vararg terminator (fixes #138169)
21746
21747 2004-04-02  David Schleef  <ds@schleef.org>
21748
21749         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
21750         disted (bug #138914)
21751
21752 2004-04-01  Benjamin Otte  <otte@gnome.org>
21753
21754         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
21755         (gst_alsa_close_audio):
21756           handle case better where a soundcard can't pause
21757         * ext/ogg/gstoggdemux.c:
21758           don't crash when we get events but don't have pads yet
21759
21760 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21761
21762         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
21763           throw an error if we couldn't probe any caps.
21764
21765 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
21766
21767         * ext/dvdnav/gst-dvd:
21768         Add a really simple sample DVD player
21769
21770 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
21771
21772         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
21773         (gst_a52dec_push), (gst_a52dec_handle_event),
21774         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
21775         (gst_a52dec_change_state):
21776         * ext/a52dec/gsta52dec.h:
21777           Use a debug category, Output timestamps correctly
21778           Emit tag info, Handle events, tell liba52dec about cpu
21779           capabilities so it can use MMX etc.
21780         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
21781           Fix a crasher accessing invalid memory
21782         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
21783         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
21784         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
21785         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
21786         (dvdnavsrc_query):
21787           Some support for byte-format seeking.
21788           Small fixes for still frames and menu button overlays
21789         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
21790         (gst_mpeg2dec_alloc_buffer):
21791           Use a debug category. Adjust the report level of several items to
21792           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
21793           so it doesn't lose the GstBuffer pointer
21794         * gst/debug/Makefile.am:
21795         * gst/debug/gstdebug.c: (plugin_init):
21796         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
21797         (gst_navseek_base_init), (gst_navseek_class_init),
21798         (gst_navseek_init), (gst_navseek_seek),
21799         (gst_navseek_handle_src_event), (gst_navseek_set_property),
21800         (gst_navseek_get_property), (gst_navseek_chain),
21801         (gst_navseek_plugin_init):
21802         * gst/debug/gstnavseek.h:
21803           Add the navseek debug element for seeking back and forth in a
21804           video stream using arrow keys.
21805         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
21806         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
21807         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
21808         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
21809         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
21810         (gst_mpeg2subt_parse_header), (gst_get_nibble),
21811         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
21812         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
21813         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
21814         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
21815         * gst/mpeg2sub/gstmpeg2subt.h:
21816           Pretty much a complete rewrite. Now a loopbased element. May still
21817           require work to properly synchronise subtitle buffers.
21818         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
21819         (gst_dvd_demux_send_subbuffer):
21820         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
21821           Don't attempt to create subbuffers of size 0
21822           Reduce a couple of error outputs to warnings.
21823         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
21824         (gst_y4mencode_chain):
21825         Output the y4m frame header correctly.
21826
21827 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21828
21829         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
21830           throw errors instead of allowing SIGFPE
21831
21832 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21833
21834         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
21835         (gst_gconf_render_bin_from_key):
21836           leak plugging and style fixing
21837
21838 2004-03-31  David Schleef  <ds@schleef.org>
21839
21840         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
21841         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
21842         (bug #138225)
21843         * gst/debug/Makefile.am:
21844         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
21845         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
21846         plugin.
21847         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
21848         (gst_negotiation_base_init), (gst_negotiation_class_init),
21849         (gst_negotiation_init), (gst_negotiation_getcaps),
21850         (gst_negotiation_pad_link), (gst_negotiation_chain),
21851         (gst_negotiation_set_property), (gst_negotiation_get_property),
21852         (gst_negotiation_plugin_init):  New element to talk about random
21853         negotiation things happening in a pipeline.
21854
21855 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21856
21857         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
21858           fix integer addition with help of Stefan Kost
21859
21860 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21861
21862         * po/nl.po: updated Dutch translation (Elros Cyriatan)
21863
21864 2004-03-30  David Schleef  <ds@schleef.org>
21865
21866         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
21867         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
21868         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
21869         (bug #137504)
21870         * ext/mpeg2dec/gstmpeg2dec.h:
21871
21872 2004-03-30  David Schleef  <ds@schleef.org>
21873
21874         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
21875
21876 2004-03-30  David Schleef  <ds@schleef.org>
21877
21878         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
21879         Michael Petullo) to handle .mov
21880
21881 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21882
21883         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
21884         (gst_osselement_rate_check_rate):
21885           probe caps correctly for sound cards that only support one format
21886
21887 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21888
21889         * ext/kio/kiosrc.cpp: (process_events):
21890           update handling event processing if inside KDE - untested
21891
21892 2004-03-29  David Schleef  <ds@schleef.org>
21893
21894         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
21895         by 2 to not interfere with other colorspaces.
21896         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
21897         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
21898         one to not interfere with ffmpeg_colorspace.
21899
21900 2004-03-29  David Schleef  <ds@schleef.org>
21901
21902         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
21903         aren't in the caps.
21904         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
21905         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
21906
21907 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21908
21909         * gst-libs/gst/riff/riff-media.c:
21910           fail on error, don't try to set stuff on NULL caps
21911
21912 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21913
21914         * configure.ac:
21915         * ext/Makefile.am:
21916         * ext/kio/Makefile.am:
21917         * ext/kio/kioreceiver.cpp:
21918         * ext/kio/kioreceiver.h:
21919         * ext/kio/kiosrc.cpp:
21920         * ext/kio/kiosrc.h:
21921           add experimental kiosrc plugin
21922         * ext/alsa/gstalsaplugin.c: (plugin_init):
21923           initialize debugging category only when we're sure registering the
21924           plugins worked.
21925
21926 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
21927
21928         * examples/gstplay/player.c: (main):
21929         * gst-libs/gst/play/play.c: (gst_play_class_init),
21930         (gst_play_set_location), (gst_play_set_data_src),
21931         (gst_play_set_video_sink), (gst_play_set_audio_sink),
21932         (gst_play_set_visualization), (gst_play_connect_visualization):
21933           check return values of element_set_state and return FALSE where
21934           failed
21935
21936 2004-03-29  Benjamin Otte  <otte@gnome.org>
21937
21938         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21939           try harder to check if an event is really a discont
21940
21941 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
21942
21943         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
21944         * po/az.po:
21945
21946 2004-03-28  Benjamin Otte  <otte@gnome.org>
21947
21948         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
21949         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21950         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
21951           get rid of non-standard "..." ranges in case statements.
21952
21953 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
21954
21955         * gst/mpegstream/gstmpegdemux.c:
21956         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
21957         specific functionality split to the new dvddemux element.
21958         * gst/mpegstream/gstdvddemux.c:
21959         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
21960         streams, derived from mpegdemux.
21961         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
21962         up. SCR based timestamp rewriting can be turned off (will probably
21963         completely disappear soon).
21964         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
21965         hacking. General cleanup. All printf statements replaced by
21966         debugging messages. Almost complete libdvdnav support.
21967         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
21968         by events. New properties for audio and subpicture languages.
21969         (dvdnavsrc_update_highlight): Now uses events.
21970         (dvdnavsrc_user_op): Cleaned up.
21971         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
21972         based). Lots of cleanup, and propper support for most libdvdnav
21973         events.
21974         (dvdnavsrc_make_dvd_event): New function.
21975         (dvdnavsrc_make_dvd_nav_packet_event): New function.
21976         (dvdnavsrc_make_clut_change_event): New function.
21977
21978 2004-03-26  Benjamin Otte  <otte@gnome.org>
21979
21980         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
21981           fix bug where typefinding would claim it's theora whenever less then
21982           7 bytes of data were available
21983
21984 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21985
21986         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
21987         (gst_alawdec_base_init), (gst_alawdec_class_init),
21988         (gst_alawdec_init), (gst_alawdec_chain):
21989         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
21990         (gst_alawenc_base_init), (gst_alawenc_class_init),
21991         (gst_alawenc_init), (gst_alawenc_chain):
21992         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
21993         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
21994         (gst_mulawdec_init), (gst_mulawdec_chain):
21995         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
21996         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
21997         (gst_mulawenc_init), (gst_mulawenc_chain):
21998           Fix capsnego in all four, remove the unused property functions and
21999           simplify the chain functions slightly. I guess we could use macros
22000           or something similar for those, since the code is so similar, but
22001           I'm currently too lazy...
22002
22003 2004-03-24  David Schleef  <ds@schleef.org>
22004
22005         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
22006         (gst_osselement_close_audio), (gst_osselement_probe_caps),
22007         (gst_osselement_get_format_structure),
22008         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
22009         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
22010         (gst_osselement_rate_int_compare): Add code to handle rate probing
22011         (bug #120883)
22012         * sys/oss/gstosselement.h: same
22013         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
22014         Use rate probing provided by osselement.
22015         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
22016
22017 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22018
22019         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
22020         (gst_xvidenc_get_property):
22021           ulong/int mess-up.
22022
22023 2004-03-24  David Schleef  <ds@schleef.org>
22024
22025         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
22026         (gst_speexdec_init):
22027         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
22028         (gst_speexenc_init):  Create the pad template correctly (from
22029         the static pad template, not a NULL pointer.)
22030
22031 2004-03-25  Benjamin Otte  <otte@gnome.org>
22032
22033         * gst/debug/Makefile.am:
22034         * gst/debug/breakmydata.c:
22035           add element that quasi-randomly changes bytes in the stream.
22036           Intended use is robustness checking of demuxers and decoders in
22037           media tests.
22038
22039 2004-03-24  Benjamin Otte  <otte@gnome.org>
22040
22041         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22042         (gst_alsa_probe_hw_params):
22043         * ext/alsa/gstalsa.h:
22044           debugging output fixes
22045
22046 2004-03-24  Benjamin Otte  <otte@gnome.org>
22047
22048         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
22049           don't g_return_if_fail if element is PLAYING, fail silently as every
22050           other element.
22051         * gst/effectv/gstquark.c: (gst_quarktv_chain):
22052           only fix needed for cast lvalue issues in gst-plugins
22053         * gst/volenv/gstvolenv.c: (gst_volenv_init):
22054           add proxy_getcaps
22055
22056 2004-03-24  Benjamin Otte  <otte@gnome.org>
22057
22058         * gst/level/gstlevel.c: (gst_level_init):
22059           add proxying getcaps function, so level doesn't advertise impossible
22060           caps
22061
22062 2004-03-24  David Schleef  <ds@schleef.org>
22063
22064         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
22065         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
22066         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
22067         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
22068         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
22069         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
22070         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
22071         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
22072         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
22073         messages.  Divide the chunk size by the compression ratio
22074         (needed for MACE audio)
22075
22076 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22077
22078         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
22079           Fix buffer overflow read error.
22080
22081 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22082
22083         * ext/alsa/gstalsa.h:
22084           Remove unused entry.
22085         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
22086           Add cinepak.
22087         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
22088         (gst_videodrop_link), (gst_videodrop_chain):
22089           Fix, sort of. Was horribly broken with new capsnego. Bah...
22090
22091 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
22092
22093         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
22094         (plugin_init):
22095         Add a monkeysaudio typefind function
22096
22097 2004-03-23  Johan Dahlin  <johan@gnome.org>
22098
22099         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
22100         (gst_play_video_fixate): Check so the structure has the field
22101         before trying to fixate them, this makes it possible to have
22102         fakesinks for video and audio output without printing errors on
22103         the output console.
22104
22105 2004-03-22  David Schleef  <ds@schleef.org>
22106
22107         * sys/oss/Makefile.am:
22108         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
22109         (check_rate), (add_rate):  Rate probing test app.
22110
22111 2004-03-21  Benjamin Otte  <otte@gnome.org>
22112
22113         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
22114         (_fixate_caps_to_int), (gst_audio_convert_fixate):
22115           add a fixation function that pretty much does the right thing (fixes
22116           #137556)
22117
22118 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
22119
22120         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
22121
22122 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
22123
22124         reviewed by: Benjamin Otte  <otte@gnome.org>
22125
22126         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22127           terminate gst_event_new_discontinuous correctly (fixes parts of
22128           #137711)
22129
22130 2004-03-19  David Schleef  <ds@schleef.org>
22131
22132         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
22133         since it doesn't depend on X, and it's part of our ABI.
22134
22135 2004-03-19  Iain <iain@prettypeople.org>
22136
22137         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
22138         is_int in the structure, not the local variable.
22139
22140 2004-03-19  David Schleef  <ds@schleef.org>
22141
22142         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
22143         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
22144         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
22145         Improvements in caps negotiation.
22146
22147 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22148
22149         * po/LINGUAS:
22150         * po/af.po:
22151           adding Afrikaans (Petri Jooste)
22152
22153 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22154
22155         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22156         (gst_ffmpegcolorspace_chain):
22157         throw error instead of g_critical (#137588)
22158
22159 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22160
22161         * Makefile.am:
22162         * configure.ac:
22163           dist common and m4 correctly
22164         * po/sv.po:
22165
22166 2004-03-17  David Schleef  <ds@schleef.org>
22167
22168         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
22169         (bug #137348)
22170
22171 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22172
22173         * po/LINGUAS:
22174         * po/sv.po:
22175           adding Swedish translation (Christian Rose)
22176
22177 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22178
22179         * Makefile.am: use release.mak
22180
22181 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22182
22183         * common/ChangeLog:
22184         * common/gst-autogen.sh:
22185           add some explanation about the version detection
22186         * configure.ac:
22187           fix X check
22188
22189 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22190
22191         * configure.ac: bump nano to 1
22192
22193 === release 0.8.0 ===
22194
22195 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22196
22197         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
22198
22199 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22200
22201         * configure.ac:
22202           update libtool version
22203         * gst-libs/gst/media-info/Makefile.am:
22204           actually use libtool version
22205
22206 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22207
22208         * configure.ac: fix speex detection to work with 1.0 but not 1.1
22209
22210 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22211
22212         * configure.ac:
22213         * gst-plugins.spec.in:
22214         * pkgconfig/Makefile.am:
22215         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
22216         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22217         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22218         * pkgconfig/gstreamer-libs.pc.in:
22219         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
22220         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22221         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
22222         * pkgconfig/gstreamer-plugins.pc.in:
22223           remove @VERSION@ from some of the pc files since core and plugins
22224           are decoupled.
22225           created gstreamer-plugins.pc as it's a better name, but keeping
22226           -libs around for now to get fixes upstream done first.
22227
22228 2004-03-15  Julien MOUTTE <julien@moutte.net>
22229
22230         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
22231         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
22232         * gst-libs/gst/play/play.h:
22233
22234 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22235
22236         * *.c, *.cc: don't mix tabs and spaces
22237
22238 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22239
22240         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
22241           use the new ffmpegcolorspace
22242         * gst-plugins.spec.in:
22243           package new colorspace and media-info
22244         * configure.ac:
22245         * pkgconfig/Makefile.am:
22246           fix some more disting issues
22247         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
22248         * pkgconfig/gstreamer-media-info.pc.in:
22249           generate media-info pc files
22250
22251 2004-03-15  Johan Dahlin  <johan@gnome.org>
22252
22253         * *.h: Revert indenting
22254
22255 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22256
22257         * configure.ac:
22258           adding ffmpegcolorspace element
22259         * gst/ffmpegcolorspace/Makefile.am:
22260         * gst/ffmpegcolorspace/avcodec.h:
22261         * gst/ffmpegcolorspace/common.h:
22262         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
22263         * gst/ffmpegcolorspace/dsputil.h:
22264         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
22265         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22266         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
22267         (gst_ffmpeg_caps_to_pix_fmt):
22268         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22269         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22270         (gst_ffmpegcolorspace_caps_remove_format_info),
22271         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
22272         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
22273         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
22274         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
22275         (gst_ffmpegcolorspace_set_property),
22276         (gst_ffmpegcolorspace_get_property),
22277         (gst_ffmpegcolorspace_register):
22278         * gst/ffmpegcolorspace/imgconvert.c:
22279         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
22280         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
22281         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
22282         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
22283         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
22284         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
22285         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
22286         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
22287         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
22288         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
22289         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
22290         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
22291         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
22292         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
22293         (img_get_alpha_info), (deinterlace_line),
22294         (deinterlace_line_inplace), (deinterlace_bottom_field),
22295         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
22296         * gst/ffmpegcolorspace/imgconvert_template.h:
22297         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
22298         * gst/ffmpegcolorspace/mmx.h:
22299         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
22300           adding ffmpegcolorspace element supplied by Ronald after cleaning
22301           up and pulling in the right bits of upstream source.
22302           I'm sure a better C/compiler wizard could do some cleaning up (for
22303           example use GLIB's malloc stuff), but as a first pass this
22304           works very well
22305
22306 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22307
22308         * ext/alsa/gstalsa.h:
22309           I assume Ronald forgot to commit the change to have cardname
22310           as a struct member.  Expect some public spanking at the next
22311           opportunity.
22312
22313 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22314
22315         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
22316         (gst_alsa_open_audio), (gst_alsa_close_audio):
22317         * ext/alsa/gstalsa.c:
22318           Don't open the device if we're a mixer (= padless).
22319         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
22320         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
22321         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
22322           Open mixer during state change rather than during object
22323           initialization. Also, get a device name. Currently in a somewhat
22324           hackish fashion, but I didn't really find something better.
22325
22326 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22327
22328         * *.c, *.h: run gst-indent
22329
22330 2004-03-14  Benjamin Otte  <otte@gnome.org>
22331
22332         * gst/modplug/gstmodplug.cc:
22333         * gst/modplug/gstmodplug.h:
22334           set correct timestamps on outgoing buffers
22335
22336 2004-03-14  Benjamin Otte  <otte@gnome.org>
22337
22338         * gst/modplug/gstmodplug.cc:
22339           handle events - don't do crap when a discont arrives that's not
22340           necessary
22341           This allows correct loading and playback of mods in Rhythmbox
22342
22343 2004-03-14  Benjamin Otte  <otte@gnome.org>
22344
22345         * configure.ac:
22346         * gst-libs/gst/gconf/Makefile.am:
22347         * pkgconfig/Makefile.am:
22348           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
22349           they get rebuilt properly
22350         * configure.ac:
22351           when checking for vorbis, try pkgconfig first.
22352         * gst/modplug/gstmodplug.cc:
22353           add fixate function
22354
22355 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22356
22357         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
22358           Fix for obvious mistake, where we first shift the offset and then
22359           read a samplesize element assuming the old offset. Note that this
22360           part still has something weird, i.e. my movies containing those
22361           don't actually play well, but at least there's something that looks
22362           like sound now.
22363
22364 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
22365         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
22366         (plugin_init):
22367         Add a typefind function for speex format
22368
22369 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22370
22371         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
22372         (gst_asf_demux_setup_pad):
22373           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
22374           instead of 0. Reason is simple: some elements have a fps range
22375           of 1-max instead of 0-max. So now ASF video actually works.
22376
22377 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
22378
22379         * po/LINGUAS:
22380         * po/sr.po:
22381           adding serbian as a language
22382
22383 2004-03-13  Benjamin Otte  <otte@gnome.org>
22384
22385         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22386           return taglist correctly from _get function, don't gst_pad_push it.
22387           (fixes #137042)
22388
22389 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
22390         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
22391
22392 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22393
22394         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
22395         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
22396         (gst_alsa_mixer_track_new):
22397         * ext/alsa/gstalsamixertrack.h:
22398           Fix ancient leftovers... MixerTrack is a GObject.
22399
22400 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22401
22402         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
22403         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
22404           Don't block during probing...
22405
22406 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22407
22408         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
22409         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
22410         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
22411         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
22412         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
22413         (gst_alsa_open_audio), (gst_alsa_close_audio):
22414         * ext/alsa/gstalsa.h:
22415           Add propertyprobe interface implementation, add some device-name
22416           property, all this so that it looks good in gnome-volume-control.
22417
22418 2004-03-12  David Schleef  <ds@schleef.org>
22419
22420         * configure.ac: the Hermes library controls hermescolorspace, not
22421         colorspace.
22422         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
22423         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
22424         not /* */
22425         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
22426         * ext/sdl/sdlvideosink.h: ditto.
22427         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
22428
22429 2004-03-12  Benjamin Otte  <otte@gnome.org>
22430
22431         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
22432         (gst_x_overlay_got_xwindow_id):
22433         * gst-libs/gst/xoverlay/xoverlay.h:
22434           replace XID with unsigned long to get rid of the xlibs dependency in
22435           XOverlay (fixes #137004)
22436
22437 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
22438         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
22439         (gst_agingtv_setup):
22440         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
22441         (gst_dicetv_base_init), (gst_dicetv_class_init),
22442         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
22443         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
22444         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
22445         (gst_edgetv_setup), (gst_edgetv_rgb32):
22446         * gst/effectv/gsteffectv.c:
22447         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
22448         (gst_quarktv_set_property):
22449         * gst/effectv/gstrev.c: (gst_revtv_get_type),
22450         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
22451         (gst_revtv_setup), (gst_revtv_rgb32):
22452         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
22453         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
22454         (gst_shagadelictv_init), (gst_shagadelictv_setup),
22455         (gst_shagadelictv_rgb32):
22456         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
22457         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
22458         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
22459         * gst/effectv/gstwarp.c:
22460         Port everything that can be ported to videofilter and fix up the caps.
22461         Can someone with a big-endian machine please check these?
22462
22463 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22464
22465         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
22466         (gst_osssink_chain), (gst_osssink_change_state):
22467           Latest fixes for A/V sync, audio playback and such. This is about
22468           all... MPEG playback issues are mostly related to the async build-
22469           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
22470
22471 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
22472
22473         patch from: Stephane Loeuillet
22474
22475         * configure.ac:
22476           use pkg-config for some libraries, falling back to the old .m4 way
22477           (fixes #131270)
22478         * m4/libdv.m4:
22479           removed
22480
22481 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
22482
22483         * configure.ac:
22484         * tools/Makefile.am:
22485         * tools/Makefile.in:
22486         * tools/gst-launch-ext-m.m:
22487         * tools/gst-launch-ext.1.in:
22488         * tools/gst-visualise-m.m:
22489         * tools/gst-visualise.1:
22490         * tools/gst-visualise.1.in:
22491           reorganizing generation of script tools
22492
22493 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22494
22495         * ext/divx/gstdivxdec.c:
22496           Downgrade priority. We prefer ffdec_mpeg4.
22497         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
22498         (gst_faad_chain), (gst_faad_change_state):
22499           Fix capsnego. Doesn't work for some sounds because we don't have
22500           a 5:1 to stereo element.
22501         * ext/xvid/gstxvid.c: (plugin_init):
22502           Add priority.
22503         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
22504         (gst_osssink_change_state):
22505           Add discont handling.
22506
22507 2004-03-09  Colin Walters  <walters@verbum.org>
22508
22509         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
22510         conversion.
22511
22512 2004-03-09  Benjamin Otte  <otte@gnome.org>
22513
22514         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
22515           the signals take 2 arguments
22516
22517 2004-03-09  David Schleef  <ds@schleef.org>
22518
22519         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
22520         (gst_alsa_fixate): Add fixate function.  (bug #136686)
22521         * ext/alsa/gstalsa.h:
22522         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
22523
22524 2004-03-09  Benjamin Otte  <otte@gnome.org>
22525
22526         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
22527         (gst_mikmod_change_state):
22528         * ext/mikmod/gstmikmod.h:
22529           make mikmod's loop function not loop infinitely and call
22530           gst_element_yield anymore
22531         * gst/modplug/gstmodplug.cc:
22532           fix pad negotiation (fixes #136590)
22533
22534 2004-03-09  David Schleef  <ds@schleef.org>
22535
22536         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
22537         doesn't conflict with the internal colorspace plugin.
22538         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
22539         satisfy the crappy-ass shell shipped by a certain vendor.
22540         * gst/videofilter/make_filter: same (bug #135299)
22541
22542 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22543
22544         * configure.ac: bump nano to 1
22545
22546 === release 0.7.6 ===
22547
22548 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22549
22550         * configure.in: releasing 0.7.6, "There"
22551
22552 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22553
22554         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22555         * pkgconfig/gstreamer-play.pc.in:
22556           synchronize the two
22557
22558 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22559
22560         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
22561         (cdparanoia_open), (cdparanoia_event):
22562           fix/add error handling
22563         * po/POTFILES.in:
22564           add cdparanoia source
22565         * tools/Makefile.am:
22566           make scripts executable
22567
22568 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22569
22570         * configure.ac:
22571         * ext/vorbis/Makefile.am:
22572         * sys/Makefile.am:
22573           remove id3types, vorbisfile and xvideosink from the build (#133783)
22574
22575 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22576
22577         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22578           Fix metadata read crash (#136537).
22579
22580 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22581
22582         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
22583         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
22584           adding mime types, fixing the one-stop function
22585
22586 2004-03-08  Christian Schaller <Uraeus@gnome.org>
22587
22588         * ext/nas/nassink.c and /ext/nas/nassink.h:
22589         More NAS love from Arwed von Merkatz
22590         So lets all sing 'Can you feel the NAS tonight'
22591
22592 2004-03-08  Christian Schaller <Uraeus@gnome.org>
22593
22594         * tools/gst-launch-ext.in:
22595         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
22596
22597 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22598
22599         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
22600         (gst_mpeg2dec_init):
22601         remove the user_data pad for now, because it is being used in
22602         fixating causing MPEG playback to fixate on 1000 Hz for playback.
22603         If someone knows how to fix this properly, please do.
22604
22605 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22606
22607         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
22608         (gst_osssink_get_time):
22609         add a warning, IMO this won't get triggered anymore, remove later
22610
22611 2004-03-07  David Schleef  <ds@schleef.org>
22612
22613         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
22614         format (bug #136470)
22615
22616 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
22617
22618         * gst-libs/Makefile.am:
22619         * gst-libs/gst/media-info/Makefile.am:
22620         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
22621         (error_callback), (gst_media_info_error_create),
22622         (gst_media_info_error_element), (gmip_init), (gmip_reset),
22623         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
22624         * gst-libs/gst/media-info/media-info-priv.h:
22625         * gst-libs/gst/media-info/media-info-test.c: (main):
22626         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
22627         (gst_media_info_class_init), (gst_media_info_instance_init),
22628         (gst_media_info_set_source), (gst_media_info_read_with_idler),
22629         (gst_media_info_read_idler), (gst_media_info_read):
22630         * gst-libs/gst/media-info/media-info.h:
22631         fixed, should work now
22632
22633 2004-03-07  Christian Schaller <Uraeus@gnome.org>
22634
22635         * ext/nas/nassink.c:
22636         A bunch of NAS fixes from Arwed von Merkatz
22637
22638 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22639
22640         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
22641         (qtdemux_parse_trak):
22642           Fix crash (j might be greater than n_samples, in which case we're
22643           writing outside the allocated space for the array) and memleak.
22644
22645 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22646
22647         * sys/oss/gstosssink.c: (gst_osssink_chain):
22648           And another caller that couldn't handle delay < 0 (unsigned
22649           integer overflow). Video now continues playing on an audio
22650           buffer underrun, and the clock continues working. Audio still
22651           stalls.
22652
22653 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22654
22655         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
22656         (gst_osssink_get_time):
22657           get_delay() may return values lower than 0. In those cases, we
22658           should not actually cast to *unsigned* int64, that will break
22659           stuff horribly. In my case, it screwed up A/V sync in movies
22660           in totem rather badly.
22661
22662 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22663
22664         * ext/faac/gstfaac.c: (gst_faac_chain):
22665         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22666         * ext/libpng/gstpngenc.c: (user_write_data):
22667         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22668         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
22669         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
22670         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
22671         Fix several misuse of gst_buffer_merge (it doesn't take ownership
22672         of any buffer), should fix some leaks. I hope I didn't unref buffers
22673         that shouldn't be...
22674
22675 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22676
22677         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
22678         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
22679         (error_callback), (gmi_reset), (gmi_seek_to_track),
22680         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
22681         (gmip_find_type_post), (gmip_find_stream_post),
22682         (gmip_find_track_streaminfo_post):
22683         * gst-libs/gst/media-info/media-info-priv.h:
22684         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
22685         (info_print), (main):
22686         * gst-libs/gst/media-info/media-info.c:
22687         (gst_media_info_error_create), (gst_media_info_error_element),
22688         (gst_media_info_instance_init), (gst_media_info_get_property),
22689         (gst_media_info_new), (gst_media_info_set_source),
22690         (gst_media_info_read_idler), (gst_media_info_read):
22691         * gst-libs/gst/media-info/media-info.h:
22692           first pass at making this work again.  This seems to work on
22693           tagged ogg/vorbis and mp3 files.
22694
22695 2004-03-06  Benjamin Otte  <otte@gnome.org>
22696
22697         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22698           fix huge leak: gst_buffer_merge doesn't unref the first argument
22699           itself.
22700
22701 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22702
22703         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
22704           report layer/mode/emphasis
22705
22706 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22707
22708         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
22709
22710 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22711
22712         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
22713           signal serial
22714
22715 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22716
22717         * ext/vorbis/vorbis.c: (plugin_init):
22718         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22719         (gst_vorbis_dec_init), (vorbis_dec_event):
22720         add debug category
22721         make vorbisdec handle _BYTE and _TIME queries
22722
22723 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22724
22725         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
22726           from the xing header
22727
22728 2004-03-06  Benjamin Otte  <otte@gnome.org>
22729
22730         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
22731         (gst_audio_convert_link), (gst_audio_convert_change_state),
22732         (gst_audio_convert_buffer_from_default_format):
22733           do conversions from/to float correctly, fix some caps nego errors,
22734           export correct supported caps in template and getcaps, use correct
22735           caps in try_set_caps functions
22736
22737 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22738
22739         For some reason, I only committed a ChangeLog entry yesterday and
22740         not the corresponding code...
22741         * ext/mad/gstmad.c: Fix detection of Xing headers
22742         * gst/tags/gstid3tag.c: Changes to support TLEN tags
22743
22744 2004-03-06  Benjamin Otte  <otte@gnome.org>
22745
22746         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
22747         (gst_ogg_demux_src_query):
22748           make sure to handle the case where there's no current chain
22749           gracefully.
22750
22751 2004-03-05  David Schleef  <ds@schleef.org>
22752
22753         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
22754         Add fixate function. (bug #131128)
22755         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
22756         (gst_sdlvideosink_fixate):  Add fixate function.
22757         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22758         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
22759         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
22760         Fix missing break that was causing ulaw to be interpreted as
22761         raw int.
22762
22763 2004-03-05  David Schleef  <ds@schleef.org>
22764
22765         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
22766         Fix code that ignores return value of gst_buffer_merge().
22767         (bug #114560)
22768         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
22769         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
22770         * testsuite/gst-lint:  Check for above.
22771
22772 2004-03-05  David Schleef  <ds@schleef.org>
22773
22774         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
22775         caps and throw an element error.  (bug #136334)
22776
22777 2004-03-05  David Schleef  <ds@schleef.org>
22778
22779         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
22780         (gst_faad_chain): Fix negotiation.
22781         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
22782         key and button events.
22783         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
22784         dung heap of code.
22785         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
22786         depends on gconf
22787         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
22788         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22789         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
22790         function to encourage better negotiation, particularly between
22791         audioconvert and osssink.
22792         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22793         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
22794         more important.
22795         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
22796         typefinding.
22797         * gst/vbidec/vbiscreen.c:  Add glib header
22798         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
22799
22800 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
22801
22802         * ext/mad/gstmad.c: Fix detection of Xing headers
22803         * gst/tags/gstid3tag.c: Changes to support TLEN tags
22804
22805 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22806
22807         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22808         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
22809           debug updates
22810
22811 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22812
22813         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22814         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
22815         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
22816         files, and report the parsed length as a GST_TAG_DURATION tag.
22817         * gst/tags/gstid3tag.c: support TLEN (duration) tag
22818
22819 2004-03-05  Benjamin Otte  <otte@gnome.org>
22820
22821         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
22822           convert channels correctly. convert correctly to unsigned.
22823
22824 2004-03-05  Julien MOUTTE <julien@moutte.net>
22825
22826         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
22827         we have a window before clearing it.
22828
22829 2004-03-05  Julien MOUTTE <julien@moutte.net>
22830
22831         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
22832         have a window before clearing it.
22833
22834 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22835
22836         * gconf/gstreamer.schemas.in:
22837         * gst-libs/gst/gconf/Makefile.am:
22838           version installation path the same way as for 0.6
22839         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22840         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22841         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22842           remove comment that was fixed
22843
22844 2004-03-05  David Schleef  <ds@schleef.org>
22845
22846         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
22847         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
22848         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
22849         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
22850         Add prototype code for handling seeking and querying.
22851
22852 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22853
22854         * examples/gstplay/player.c: (main):
22855           Initialize variables to NULL. Prevents a segfault because the
22856           (uninitialized) variable is not NULL, resulting in a crash on
22857           trying to reach error->message.
22858
22859 2004-03-05  Benjamin Otte  <otte@gnome.org>
22860
22861         * gst/audioconvert/gstaudioconvert.c:
22862         (gst_audio_convert_buffer_to_default_format):
22863         make float=>int conversion work correctly even in cornercases.
22864
22865 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
22866
22867         * debian/README.Debian:
22868         * debian/build-deps:
22869         * debian/changelog:
22870         * debian/control:
22871         * debian/control.in:
22872         * debian/copyright:
22873         * debian/gstreamer-a52dec.files:
22874         * debian/gstreamer-aa.files:
22875         * debian/gstreamer-alsa.files:
22876         * debian/gstreamer-alsa.manpages:
22877         * debian/gstreamer-arts.files:
22878         * debian/gstreamer-artsd.files:
22879         * debian/gstreamer-audiofile.files:
22880         * debian/gstreamer-avifile.files:
22881         * debian/gstreamer-cdparanoia.files:
22882         * debian/gstreamer-colorspace.files:
22883         * debian/gstreamer-doc.files:
22884         * debian/gstreamer-dv.files:
22885         * debian/gstreamer-dvd.files:
22886         * debian/gstreamer-esd.files:
22887         * debian/gstreamer-festival.files:
22888         * debian/gstreamer-flac.files:
22889         * debian/gstreamer-gconf.conffiles:
22890         * debian/gstreamer-gconf.files:
22891         * debian/gstreamer-gconf.postinst:
22892         * debian/gstreamer-gnomevfs.files:
22893         * debian/gstreamer-gsm.files:
22894         * debian/gstreamer-http.files:
22895         * debian/gstreamer-jack.files:
22896         * debian/gstreamer-jpeg.files:
22897         * debian/gstreamer-mad.files:
22898         * debian/gstreamer-mikmod.files:
22899         * debian/gstreamer-misc.files:
22900         * debian/gstreamer-mpeg2dec.files:
22901         * debian/gstreamer-oss.files:
22902         * debian/gstreamer-plugin-apps.files:
22903         * debian/gstreamer-plugin-apps.manpages:
22904         * debian/gstreamer-plugin-libs-dev.files:
22905         * debian/gstreamer-plugin-libs.files:
22906         * debian/gstreamer-plugin-template.postinst:
22907         * debian/gstreamer-plugin-template.postrm:
22908         * debian/gstreamer-sdl.files:
22909         * debian/gstreamer-sid.files:
22910         * debian/gstreamer-vorbis.files:
22911         * debian/gstreamer-x.files:
22912         * debian/mk.control:
22913         * debian/rules:
22914         Debian package info not maintained here.
22915
22916 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22917
22918         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
22919         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
22920         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
22921         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
22922         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
22923         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
22924         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
22925         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
22926         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
22927         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
22928         * gst-libs/gst/colorbalance/colorbalance.c:
22929         (gst_color_balance_class_init):
22930         * gst-libs/gst/colorbalance/colorbalancechannel.c:
22931         (gst_color_balance_channel_class_init):
22932         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
22933         * gst-libs/gst/play/play.c: (gst_play_class_init):
22934         * gst-libs/gst/propertyprobe/propertyprobe.c:
22935         (gst_property_probe_iface_init):
22936         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
22937         * gst-libs/gst/tuner/tunerchannel.c:
22938         (gst_tuner_channel_class_init):
22939         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
22940         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
22941         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
22942         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
22943         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
22944         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
22945         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
22946         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
22947         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
22948           fix signals to use - instead of _
22949         * ext/libcaca/gstcacasink.h:
22950         * ext/sdl/sdlvideosink.h:
22951           fix header rename
22952
22953 2004-03-04  David Schleef  <ds@schleef.org>
22954
22955         * testsuite/gst-lint:  Add a check for bad signal names.
22956
22957 2004-03-04  <kost@imn.htwk-leipzig.de>
22958
22959         reviewed by David Schleef
22960
22961         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
22962         modified the alpha channel and caused a warning. (bug #136192)
22963
22964 2004-04-03  Christian Schaller <Uraeus@gnome.org>
22965
22966         * gst-plugins.spec.in:
22967         Change names of plugins to actually be correct. Try to keep things
22968         alphabetical to avoid getting beat up by Thomas
22969
22970 2004-03-03  Julien MOUTTE <julien@moutte.net>
22971
22972         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
22973         Using ximagesink as a default if no gconf key found. We should
22974         probably consider using alsasink instead of osssink for the audio
22975         part.
22976
22977 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22978
22979         * configure.ac:
22980           fix --with-plugins, don't think it ever worked before
22981         * gst-plugins.spec.in:
22982           even more updates
22983
22984 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22985
22986         * ext/sdl/sdlvideosink.h:
22987         * sys/ximage/ximagesink.h:
22988         * sys/xvideo/xvideosink.h:
22989         * sys/xvimage/xvimagesink.h:
22990           Fix for move of gstvideosink.h -> videosink.h.
22991
22992 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22993
22994         * gst-libs/gst/xwindowlistener/Makefile.am:
22995           this is a plugin library, not a library
22996
22997 2004-03-01  David Schleef  <ds@schleef.org>
22998
22999         * AUTHORS:  Added some names.  Add yourself if you're still
23000         missing.
23001
23002 2004-03-01  David Schleef  <ds@schleef.org>
23003
23004         * MAINTAINERS: Add
23005
23006 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
23007
23008         * gst-plugins.spec.in: clean up spec file
23009
23010 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
23011
23012         * gst-libs/gst/video/Makefile.am:
23013         * gst-libs/gst/video/gstvideosink.c:
23014         * gst-libs/gst/video/gstvideosink.h:
23015           rename gstvideosink.h to videosink.h to match other headers
23016         * gst/mixmatrix/Makefile.am:
23017           fix plugin filename
23018         * gst/tags/Makefile.am: fix plugin filename
23019
23020 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
23021
23022         * gst/tags/Makefile.am: fix plugin filename
23023
23024 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
23025
23026         * examples/gstplay/player.c: (got_time_tick), (main):
23027           add error handler
23028           display time_tick more readably
23029         * gst/mixmatrix/Makefile.am:
23030           fix plugin file name
23031
23032 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
23033
23034         * sys/oss/gstosselement.c: (gst_osselement_probe),
23035         (device_combination_append), (gst_osselement_class_probe_devices):
23036         * sys/oss/gstosselement.h:
23037           Reworked enumeration of oss dsps and mixers so that gst-mixer works
23038           on my system using alsa oss emulation, fixes bug #135597
23039
23040 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23041
23042         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
23043         (gst_videodrop_chain), (gst_videodrop_change_state):
23044         * gst/videodrop/gstvideodrop.h:
23045           Work based on timestamp of input data, not based on the expected
23046           framerate from the input. The consequence is that this element now
23047           not only scales framerates, but also functions as a framerate
23048           corrector or framerate stabilizer/constantizer.
23049
23050 2004-02-27  David Schleef  <ds@schleef.org>
23051
23052         patches from jmmv@menta.net (Julio M. Merino Vidal)
23053
23054         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
23055         GST_ELEMENT_ERROR call (bug #135634)
23056         * gst/interleave/interleave.c: (interleave_buffered_loop),
23057         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
23058         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
23059         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
23060         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
23061         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
23062         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
23063         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
23064         Fix GST_ELEMENT_ERROR call.
23065         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
23066         GST_ELEMENT_ERROR call.
23067
23068 2004-02-27  Benjamin Otte  <otte@gnome.org>
23069
23070         * gst-libs/gst/audio/audio.h:
23071           add macro to make sure header isn't included twice
23072         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
23073           don't use gst_buffer_free
23074         * gst/playondemand/filter.func:
23075           don't use gst_data_free. Free data only once.
23076
23077 2004-02-26  David Schleef  <ds@schleef.org>
23078
23079         * gst-libs/gst/colorbalance/Makefile.am:
23080         * gst-libs/gst/mixer/Makefile.am:
23081         * gst-libs/gst/tuner/Makefile.am:
23082         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
23083         should not be disted, -marshal.h files should not be installed,
23084         and -enum.h files _should_ be installed.  Fix to make this the
23085         case.
23086
23087 === release 0.7.5 ===
23088
23089 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23090
23091         * configure.ac: release 0.7.5, "Under The Sea"
23092
23093 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23094
23095         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
23096         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
23097         * gst/videoscale/gstvideoscale.c:
23098         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
23099           assorted debug/warning fixes
23100
23101 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23102
23103         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
23104         (gst_videoscale_init), (gst_videoscale_chain),
23105         (gst_videoscale_set_property), (plugin_init):
23106         * gst/videoscale/gstvideoscale.h:
23107         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23108         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
23109         (gst_videoscale_planar400), (gst_videoscale_packed422),
23110         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
23111         (gst_videoscale_24bit), (gst_videoscale_16bit),
23112         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
23113         (gst_videoscale_scale_plane_slow),
23114         (gst_videoscale_scale_point_sample),
23115         (gst_videoscale_scale_nearest),
23116         (gst_videoscale_scale_nearest_str2),
23117         (gst_videoscale_scale_nearest_str4),
23118         (gst_videoscale_scale_nearest_32bit),
23119         (gst_videoscale_scale_nearest_24bit),
23120         (gst_videoscale_scale_nearest_16bit):
23121         add debugging category and use it properly
23122         fix use of GST_PTR_FORMAT
23123
23124 2004-02-25  Andy Wingo  <wingo@pobox.com>
23125
23126         * gst/interleave/interleave.c (interleave_buffered_loop): Always
23127         push only when channel->buffer is NULL. Prevents segfaults doing
23128         the state change after a nonlocal exit, like a scheme exception.
23129
23130         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
23131         Handle the case where the intersected caps is empty.
23132
23133 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23134
23135         * gst/law/mulaw-decode.c: (mulawdec_link):
23136         * gst/law/mulaw.c: (plugin_init):
23137           fix mulawdec so it actually works again
23138
23139 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
23140
23141         reviewed by: David Schleef  <ds@schleef.org>
23142
23143         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
23144         (gst_gamma_init), (gst_gamma_set_property),
23145         (gst_gamma_get_property), (gst_gamma_calculate_tables),
23146         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
23147         for RGB, with separate r g and b correction factors. (#131167)
23148
23149 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23150
23151         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23152           only signal tags for bitrate if they're > 0 (#134894)
23153
23154 2004-02-24  David Schleef  <ds@schleef.org>
23155
23156         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
23157         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
23158         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
23159         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
23160         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
23161         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
23162         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
23163         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
23164         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
23165         category.  Attempt to fix timestamp calculation.
23166
23167 2004-02-24  Johan Dahlin  <johan@gnome.org>
23168
23169         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
23170
23171 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23172
23173         * configure.ac:
23174         * gconf/Makefile.am:
23175         * gconf/gstreamer.schemas:
23176         * gst-libs/gst/gconf/Makefile.am:
23177         * gst-libs/gst/gconf/gconf.c:
23178           version gconf schemas and install locations
23179
23180 2004-02-23  Benjamin Otte  <otte@gnome.org>
23181
23182         * ext/xine/xineinput.c: (gst_xine_input_dispose):
23183         (gst_xine_input_subclass_init):
23184           call parent dispose.
23185           change pad template for CD reader correctly
23186         * ext/xine/Makefile.am:
23187         * ext/xine/gstxine.h:
23188         * ext/xine/xine.c: (plugin_init):
23189         * ext/xine/xineaudiosink.c:
23190           wrap audio sinks, too
23191         * gst-libs/gst/resample/private.h:
23192         * gst-libs/gst/resample/resample.c: (gst_resample_init),
23193         (gst_resample_reinit), (gst_resample_scale),
23194         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
23195         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
23196         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
23197         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
23198         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
23199         * gst-libs/gst/resample/resample.h:
23200         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
23201         (gst_audioscale_class_init), (gst_audioscale_link),
23202         (gst_audioscale_get_buffer), (gst_audioscale_init),
23203         (gst_audioscale_chain), (gst_audioscale_set_property),
23204         (gst_audioscale_get_property):
23205         * gst/audioscale/gstaudioscale.h:
23206           s/resample_*/gst_resample_*/i to not clobber namespaces
23207
23208 2004-02-23  Julien MOUTTE  <julien@moutte.net>
23209
23210         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23211         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23212         (gst_riff_create_video_template_caps),
23213         (gst_riff_create_audio_template_caps),
23214         (gst_riff_create_iavs_template_caps):
23215         * gst-libs/gst/riff/riff-media.h:
23216         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23217         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
23218         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
23219         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
23220         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
23221         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
23222         (gst_matroska_demux_plugin_init): First batch implementing audio and
23223         video codec tags in demuxers.
23224
23225 2004-02-22  Benjamin Otte  <otte@gnome.org>
23226
23227         * ext/xine/Makefile.am:
23228         * ext/xine/gstxine.h:
23229         * ext/xine/xine.c: (plugin_init):
23230         * ext/xine/xineinput.c:
23231           add input plugin wrapper. Playback from files, http, mms and cdda
23232           works.
23233         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
23234           remove leftover G_GNUC_UNUSED
23235         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
23236         (gst_asf_demux_identify_guid):
23237           improve debugging output
23238
23239 2004-02-22  Benjamin Otte  <otte@gnome.org>
23240
23241         reported by: Padraig O'Briain <padraig.obriain@sun.com>
23242
23243         * autogen.sh:
23244           replace test -e with test -x for mkinstalldirs to be more portable.
23245           (fixes #134816)
23246
23247 2004-02-22  Benjamin Otte  <otte@gnome.org>
23248
23249         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
23250
23251         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
23252           set rank to PRIMARY
23253         * gst/volume/gstvolume.c: (plugin_init):
23254           set rank to NONE
23255         fixes #134960
23256
23257 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
23258
23259         reviewed by Benjamin Otte  <otte@gnome.org>
23260
23261         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
23262           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
23263
23264 2004-02-22  Benjamin Otte  <otte@gnome.org>
23265
23266         * configure.ac:
23267           export [_]*{gst,Gst,GST}.* symbols from plugins
23268
23269 2004-02-22  Christophe Fergeau <teuf@gnome.org>
23270
23271         reviewed by: Benjamin Otte  <otte@gnome.org>
23272
23273         * ext/lame/gstlame.c: (add_one_tag):
23274         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
23275         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
23276         (gst_vorbisenc_metadata_set1):
23277         * gst/tags/gstid3tag.c:
23278         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
23279           apply fixes from bugs #135042 (lame can't write tags) and #133817
23280           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
23281
23282 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
23283
23284         * configure.ac: Export only gst_plugin_desc from plugins.
23285          Note that this change only makes any effect with Linux using libtool
23286          1.5.2 or higher. Otherwise it is silently ignored, but it would build
23287          fine. And don't try to have several versions of libtool in different
23288          directories.
23289
23290 2004-02-20  Andy Wingo  <wingo@pobox.com>
23291
23292         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
23293         interleave respectively.
23294
23295         * gst/interleave/deinterleave.c: New plugin: deinterleave
23296         (replaces on oneton).
23297         * gst/interleave/interleave.c: New plugin: interleave.
23298         * gst/interleave/plugin.h: Support file.
23299         * gst/interleave/plugin.c: Support file.
23300
23301         * configure.ac: Remove intfloat and oneton, add interleave.
23302
23303         * ext/sndfile/gstsf.c: Handle events better.
23304
23305         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
23306         and float2int operation. int2float has scheduling problems as
23307         noted in in2float_chain.
23308
23309 2004-02-20  Benjamin Otte  <otte@gnome.org>
23310
23311         * ext/xine/Makefile.am:
23312         * ext/xine/gstxine.h:
23313         * ext/xine/xine.c:
23314         * ext/xine/xineaudiodec.c:
23315         * ext/xine/xinecaps.c:
23316           add first version of xine plugin wrapper. Currently only wraps the
23317           QDM2 win32 DLL, and even that only in proof-of-concept quality.
23318         * configure.ac:
23319         * ext/Makefile.am:
23320           add xine plugin wrapper, disabled by default. Use --enable-xine to
23321           build. Note that it'll segfault on gst-register if you don't remove
23322           the goom and tvtime post plugins from xine.
23323         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
23324         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
23325           add extradata parsing for QDM2.
23326           change around debugging prints.
23327
23328 2004-02-19  Benjamin Otte  <otte@gnome.org>
23329
23330         * ext/lame/gstlame.c: (gst_lame_chain):
23331         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23332           use gst_tag_list_insert when you want to insert tags
23333
23334 2004-02-18  David Schleef  <ds@schleef.org>
23335
23336         * configure.ac:  Move massink to gst-rotten
23337         * ext/Makefile.am:
23338         * ext/mas/Makefile.am:
23339         * ext/mas/massink.c:
23340         * ext/mas/massink.h:
23341
23342 2004-02-18  David Schleef  <ds@schleef.org>
23343
23344         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
23345         typefinding, since it seems to be worse than nothing.
23346         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
23347         atom to recognize .mp4 and .m4a files as video/quicktime.
23348
23349 2004-02-18  David Schleef  <ds@schleef.org>
23350
23351         * gst/sine/demo-dparams.c: (quit_live),
23352         (dynparm_log_value_changed), (dynparm_value_changed), (main):
23353         Use double dparams, not float.
23354         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23355         (gst_sinesrc_init): Change sync default to FALSE, since multiple
23356         sync'd elements don't really work correctly.
23357         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
23358         (volume_update_volume), (volume_get_property):  Change dparam
23359         to double.
23360
23361 2004-02-18  Julien MOUTTE  <julien@moutte.net>
23362
23363         * sys/ximage/ximagesink.c:
23364         (gst_ximagesink_xwindow_update_geometry),
23365         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
23366         (gst_ximagesink_change_state), (gst_ximagesink_expose),
23367         (gst_ximagesink_init): Rework the way software video scaling works. So
23368         now we check on each chain call if the video frames are feeling the
23369         window. If not we try to renegotiate caps. On failure we memorize that
23370         and we won't try again for that PLAYING sessions.
23371         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
23372         failure.
23373         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
23374         synchronous flag.
23375
23376 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23377
23378         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
23379           break up _link so we can give a better debug message for errors
23380
23381 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23382
23383         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
23384           set up debug category
23385
23386 2004-02-18  Julien MOUTTE <julien@moutte.net>
23387
23388         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23389         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
23390         the way renegotiation work. The event handling function is not taking
23391         care of external windows and renegotiate method check for pad flags
23392         NEGOTIATING. Should fix : #133209
23393
23394 2004-02-17  Julien MOUTTE  <julien@moutte.net>
23395
23396         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
23397         pad is negotiating before trying renegotiation.
23398
23399 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23400
23401         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
23402           pass on all possible mime types as typefind hints
23403
23404 2004-02-17  Julien MOUTTE <julien@moutte.net>
23405
23406         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
23407         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
23408         possible SHM leak if we crash. All other apps using XShm are doing
23409         that.
23410
23411 2004-02-17  Julien MOUTTE  <julien@moutte.net>
23412
23413         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23414         (gst_ximagesink_expose): Renegotiate size on expose.
23415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
23416         size on expose.
23417
23418 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23419
23420         * testsuite/alsa/sinesrc.c:
23421           cosmetic fix to fix compile issue with gcc 2.95.4
23422
23423 2004-02-16  Julien MOUTTE <julien@moutte.net>
23424
23425         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23426         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
23427         failed opening the audio device.
23428         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23429         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
23430         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
23431         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
23432         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
23433         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
23434         (gst_ximagesink_change_state), (gst_ximagesink_chain),
23435         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
23436         Removing some useless g_return_if_fail like wingo suggested.
23437         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23438         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
23439         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
23440         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
23441         (gst_xvimagesink_update_colorbalance),
23442         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
23443         (gst_xvimagesink_xcontext_clear),
23444         (gst_xvimagesink_get_fourcc_from_caps),
23445         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
23446         (gst_xvimagesink_set_xwindow_id),
23447         (gst_xvimagesink_colorbalance_list_channels),
23448         (gst_xvimagesink_colorbalance_set_value),
23449         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
23450         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
23451
23452 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
23453
23454         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23455           throw error when not negotiated instead of asserting
23456
23457 2004-02-15  Julien MOUTTE  <julien@moutte.net>
23458
23459         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
23460         correct data refcounting.
23461
23462 2004-02-15  Julien MOUTTE  <julien@moutte.net>
23463
23464         * gst/switch/gstswitch.c: (gst_switch_change_state),
23465         (gst_switch_class_init): Cleaning the sinkpads correctly on state
23466         change, mostly the EOS flag.
23467
23468 2004-02-15  Julien MOUTTE  <julien@moutte.net>
23469
23470         * examples/gstplay/player.c: (got_eos), (main): Adding some
23471         output for debugging.
23472         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
23473         timeouts if we go to any state different from PLAYING.
23474         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
23475         more EOS bugs in riff lib.
23476
23477 2004-02-14  Julien MOUTTE  <julien@moutte.net>
23478
23479         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
23480         visualization until i find a way to fix switch correctly.
23481         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
23482         EOS arrives.
23483         * gst/switch/gstswitch.c: (gst_switch_release_pad),
23484         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
23485         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
23486         Reworked switch to get a more correct behaviour with events and refing
23487         of data stored in sinkpads.
23488         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
23489         we don't pull from a pad in EOS.
23490
23491 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23492
23493         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23494           remove v1 tag even if we can't read it (makes sure we don't detect
23495           it again)
23496
23497 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23498
23499         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
23500         (gst_alsa_xrun_recovery):
23501         * ext/alsa/gstalsa.h:
23502           try xrun recovery when wait failed. Make xrun recovery function
23503           return TRUE/FALSE to indicate success. (might fix #134354)
23504
23505 2004-02-13  David Schleef  <ds@schleef.org>
23506
23507         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
23508         (dynparm_value_changed), (main): Convert from float to double.
23509         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
23510
23511 2004-02-13  David Schleef  <ds@schleef.org>
23512
23513         * gst/silence/gstsilence.c: (gst_silence_class_init),
23514         (gst_silence_set_clock), (gst_silence_get),
23515         (gst_silence_set_property), (gst_silence_get_property):
23516         * gst/silence/gstsilence.h: Add sync property.
23517         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23518         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
23519         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
23520         * gst/sine/gstsinesrc.h: Add sync property.
23521
23522 2004-02-13  David Schleef  <ds@schleef.org>
23523
23524         * gst/intfloat/gstint2float.c: (conv_f32_s16),
23525         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
23526
23527 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23528
23529         * configure.ac:
23530         * ext/Makefile.am:
23531         * gst-libs/ext/Makefile.am:
23532           move ffmpeg plugin to gst-ffmpeg module
23533
23534 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23535
23536         * configure.ac: use GST_ARCH to detect architecture
23537
23538 2004-02-12  Julien MOUTTE  <julien@moutte.net>
23539
23540         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
23541
23542 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23543
23544         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23545           classify LADSPA plugins based on number of src/sink pads
23546           (#133663, Stefan Kost)
23547         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
23548           fix dparams registration
23549           (#133528, Stefan Kost)
23550         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
23551           fix use of isprint and use g_ascii_isprint instead
23552           (#133316, Stefan Kost)
23553
23554 2004-02-11  David Schleef  <ds@schleef.org>
23555
23556         Convert a few inner loops to use liboil.  This is currently
23557         optional, and is only enabled if liboil is present (duh!).
23558         * configure.ac: Check for liboil-0.1
23559         * gst/intfloat/Makefile.am:
23560         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
23561         (gst_int2float_chain_gint16):
23562         * gst/videofilter/Makefile.am:
23563         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
23564         (tablelookup_u8), (gst_videobalance_planar411):
23565         * gst/videotestsrc/Makefile.am:
23566         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
23567         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
23568         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
23569         (paint_hline_RGB565), (paint_hline_xRGB1555):
23570
23571 2004-02-11  David Schleef  <ds@schleef.org>
23572
23573         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
23574         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
23575         (gst_colorspace_getcaps), (gst_colorspace_link),
23576         (gst_colorspace_base_init), (gst_colorspace_init),
23577         (gst_colorspace_chain), (gst_colorspace_change_state),
23578         (plugin_init): Merge Ronald's patch (bug #117897) and update
23579         for new caps and negotiation.  Seems to work, although it
23580         shows off bugs in lcs.
23581
23582 2004-02-11  David Schleef  <ds@schleef.org>
23583
23584         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
23585         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
23586
23587 2004-02-11  David Schleef  <ds@schleef.org>
23588
23589         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
23590         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
23591         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
23592         Add server and port properties
23593
23594 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23595
23596         * m4/a52.m4:
23597         * m4/aalib.m4:
23598         * m4/as-ffmpeg.m4:
23599         * m4/as-liblame.m4:
23600         * m4/as-slurp-ffmpeg.m4:
23601         * m4/check-libheader.m4:
23602         * m4/esd.m4:
23603         * m4/freetype2.m4:
23604         * m4/gconf-2.m4:
23605         * m4/glib.m4:
23606         * m4/gst-alsa.m4:
23607         * m4/gst-artsc.m4:
23608         * m4/gst-ivorbis.m4:
23609         * m4/gst-matroska.m4:
23610         * m4/gst-sdl.m4:
23611         * m4/gst-shout2.m4:
23612         * m4/gst-sid.m4:
23613         * m4/gtk.m4:
23614         * m4/libdv.m4:
23615         * m4/libfame.m4:
23616         * m4/libmikmod.m4:
23617         * m4/ogg.m4:
23618         * m4/vorbis.m4:
23619           fix underquotedness of macros (#133800)
23620         * m4/as-avifile.m4:
23621         * m4/xmms.m4:
23622           removed because no longer used
23623
23624 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23625
23626         * configure.ac:
23627           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
23628           by autopoint (fixes #132996)
23629
23630 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23631
23632         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
23633         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
23634         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
23635         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
23636           fix memleaks
23637
23638 2004-02-11  David Schleef  <ds@schleef.org>
23639
23640         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23641         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
23642         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
23643         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
23644         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
23645         (gst_jpegenc_class_init), (gst_jpegenc_init),
23646         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
23647         (gst_jpegenc_chain), (gst_jpegenc_set_property),
23648         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
23649         * ext/jpeg/gstjpegenc.h: Fix negotiation.
23650
23651 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23652
23653         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
23654         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
23655         * ext/mikmod/gstmikmod.h:
23656           fix caps negotiation in mikmod
23657         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
23658           output debug information
23659
23660 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23661
23662         * gst-libs/gst/colorbalance/Makefile.am:
23663         * gst-libs/gst/navigation/Makefile.am:
23664         * gst-libs/gst/xoverlay/Makefile.am:
23665           remove unused GST_OPT_CFLAGS from Makefiles
23666           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
23667
23668 2004-02-07  David Schleef  <ds@schleef.org>
23669
23670         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
23671         push events to pads that haven't been created (#133508)
23672
23673 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
23674
23675         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
23676         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
23677         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23678         (gst_dvdec_loop), (gst_dvdec_change_state):
23679         Second attempt at committing a working dvdec element.
23680
23681 2004-02-06  David Schleef  <ds@schleef.org>
23682
23683         Build fixes for OS X: (see #129600)
23684         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
23685         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
23686         (gst_riff_read_strf_iavs):
23687         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
23688         (gst_avi_demux_stream_odml):
23689         * gst/playondemand/Makefile.am:
23690         * gst/rtp/rtp-packet.c:
23691
23692 2004-02-05  David Schleef  <ds@schleef.org>
23693
23694         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
23695         last change, because it Just Doesn't Compile.
23696
23697 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23698
23699         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23700           skip undecodable id3v2 tag instead of keeping it
23701
23702 2004-02-05  David Schleef  <ds@schleef.org>
23703
23704         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
23705         Unref leaked buffer.  (Noticed by Ronald)
23706
23707 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
23708
23709         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23710         Sync requires with other checks.  >= vs =.
23711
23712 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
23713
23714         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
23715         (gst_dvdec_video_link), (gst_dvdec_loop):
23716         * ext/dv/gstdvdec.h:
23717           rework the caps negotiation so that dvdec works again instead
23718           of just segfaulting.
23719
23720 === release 0.7.4 ===
23721
23722 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23723
23724         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
23725         * configure.ac: changed for release
23726
23727 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23728
23729         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
23730         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23731         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23732         * pkgconfig/gstreamer-play-uninstalled.pc.in:
23733           reworked patch by David Lehn to fix libdir and includedir for
23734           uninstalled libraries
23735           removed play and gconf from gstreamer-libs since they have their
23736           own pkgconfig files
23737
23738 2004-02-04  David Schleef  <ds@schleef.org>
23739
23740         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
23741         memleak.
23742
23743 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23744
23745         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23746           use correct GST_TAG_ENCODER tag
23747
23748 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23749
23750         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23751           be sure to stop the clock when going to paused
23752         * sys/oss/gstosssink.c: (gst_osssink_change_state):
23753           reset number of transmitted when going to ready.
23754         fixes #132935
23755
23756 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
23757
23758         reviewed by Benjamin Otte
23759
23760         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
23761           extract track count (fixes #133410)
23762
23763 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23764
23765         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
23766           that should be !=, not == (fixes #132519)
23767
23768 2004-02-04  David Schleef  <ds@schleef.org>
23769
23770         Make sure set_explicit_caps() is called before adding pad.
23771         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23772         * gst/id3/gstid3types.c: (gst_id3types_loop):
23773         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
23774         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23775
23776 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23777
23778         * configure.ac:
23779           bump nano to 2, first prerelease
23780           put back AM_PROG_LIBTOOL
23781
23782 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23783
23784         * testsuite/alsa/Makefile.am:
23785           these are user test apps, not automatic testsuite tests
23786
23787 2004-02-04  David Schleef  <ds@schleef.org>
23788
23789         Convert GST_DEBUG_CAPS() to GST_DEBUG():
23790         * gst/mpeg1videoparse/gstmp1videoparse.c:
23791         (mp1videoparse_parse_seq):
23792         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23793         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23794         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
23795         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
23796         (gst_xvideosink_getcaps):
23797         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23798         * testsuite/gst-lint: more tests
23799
23800 2004-02-04  David Schleef  <ds@schleef.org>
23801
23802         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
23803         with the code that they would expand to.
23804         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
23805         (gst_flacdec_get_src_query_types),
23806         (gst_flacdec_get_src_event_masks):
23807         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
23808         (gst_gnomevfssrc_get_query_types),
23809         (gst_gnomevfssrc_get_event_mask):
23810
23811 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23812
23813         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23814         (gst_sinesrc_dispose):
23815           fix memleak by properly disposing sinesrc
23816
23817 2004-02-04  Julien MOUTTE  <julien@moutte.net>
23818
23819         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
23820         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
23821         an overlay to redraw the image because it has been exposed.
23822         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
23823         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
23824         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
23825         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
23826         interface
23827         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
23828         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
23829         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
23830         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
23831         interface
23832
23833 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23834
23835         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
23836           more memleak fixage
23837
23838 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23839
23840         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
23841         * gst/typefind/gsttypefindfunctions.c:
23842           fix memleaks shown by gst-typefind
23843
23844 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23845
23846         * common/glib-gen.mak:
23847           add hack rule to touch .Plo files
23848         * gst-libs/gst/colorbalance/Makefile.am:
23849         * gst-libs/gst/mixer/Makefile.am:
23850         * gst-libs/gst/play/Makefile.am:
23851         * gst-libs/gst/tuner/Makefile.am:
23852           remove glib_root variable
23853
23854 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23855
23856         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
23857           set explicit caps before adding the element, so the autopluggers can
23858           plug correctly.
23859         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
23860         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
23861         (mpeg_video_type_find), (mpeg_video_stream_type_find),
23862         (dv_type_find):
23863           fix memleaks in typefind functions. gst_type_find_suggest takes a const
23864           argument.
23865
23866 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23867
23868         * gst-libs/gst/colorbalance/Makefile.am:
23869         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23870         * gst-libs/gst/colorbalance/colorbalance.c:
23871         * gst-libs/gst/colorbalance/colorbalance.h:
23872         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
23873         * gst-libs/gst/mixer/Makefile.am:
23874         * gst-libs/gst/mixer/mixer-marshal.list:
23875         * gst-libs/gst/mixer/mixer.c:
23876         * gst-libs/gst/mixer/mixer.h:
23877         * gst-libs/gst/mixer/mixermarshal.list:
23878         * gst-libs/gst/play/Makefile.am:
23879         * gst-libs/gst/play/play.h:
23880         * gst-libs/gst/tuner/Makefile.am:
23881         * gst-libs/gst/tuner/tuner-marshal.list:
23882         * gst-libs/gst/tuner/tuner.c:
23883         * gst-libs/gst/tuner/tuner.h:
23884         * gst-libs/gst/tuner/tunermarshal.list:
23885           use new glib-gen.mak snippet to clean up Makefile.am
23886           fix various bugs in Makefile.am's
23887
23888 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23889
23890         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
23891           handle chain parsing correctly in the multichain case
23892         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
23893         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
23894         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23895         (theora_dec_chain):
23896           handle events and queries correctly
23897
23898 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
23899
23900         * .cvsignore:
23901         Ignore generated file _stdint.h.
23902
23903 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
23904
23905         * gst-libs/gst/colorbalance/Makefile.am:
23906         * gst-libs/gst/colorbalance/colorbalance.h:
23907         * gst-libs/gst/mixer/Makefile.am:
23908         * gst-libs/gst/mixer/mixer.h:
23909         * gst-libs/gst/play/Makefile.am:
23910         * gst-libs/gst/play/play.h:
23911         * gst-libs/gst/tuner/Makefile.am:
23912         * gst-libs/gst/tuner/tuner.h:
23913         Generate enum type code with glib-mkenums.
23914         * gst-libs/gst/colorbalance/.cvsignore:
23915         * gst-libs/gst/mixer/.cvsignore:
23916         * gst-libs/gst/play/.cvsignore:
23917         * gst-libs/gst/tuner/.cvsignore:
23918         Ignore generated files.
23919
23920 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
23921
23922         * gst-libs/gst/audio/.cvsignore:
23923         Ignore generated file.
23924         * gst-libs/gst/audio/Makefile.am:
23925         Do not install example filter.
23926
23927 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
23928
23929         * examples/switch/.cvsignore:
23930         Ignore generated file.
23931
23932 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23933
23934         * common/m4/ax_create_stdint_h.m4:
23935         * configure.ac:
23936           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
23937           _stdint.h.
23938         * Makefile.am:
23939           remove generated _stdint.h in DISTCLEANFILES
23940         * ext/a52dec/gsta52dec.c:
23941           include _stdint.h for a52dec. (should fix #133064)
23942
23943 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
23944
23945         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
23946         (gst_tag_to_vorbis_comments):
23947         Add replaygain support to vorbistag
23948
23949 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
23950         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
23951         (gst_ffmpeg_caps_to_extradata):
23952           Fix SVQ3 caps flag properties
23953           Use glib macro for bytes swap
23954
23955 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23956
23957         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
23958         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
23959         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23960         * ext/sndfile/gstsf.c: (plugin_init):
23961         * gst/avi/gstavi.c: (plugin_init):
23962         * sys/dxr3/dxr3init.c: (plugin_init):
23963         * sys/oss/gstossaudio.c: (plugin_init):
23964         * sys/v4l/gstv4l.c: (plugin_init):
23965         * sys/v4l2/gstv4l2.c: (plugin_init):
23966           remove textdomain calls
23967         * po/nl.po:
23968           update Dutch translation
23969
23970 2004-02-02  Julien MOUTTE  <julien@moutte.net>
23971
23972         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23973         (gst_play_set_audio_sink): Moving volume in the audio thread for
23974         instantaneous volume change. Maybe i will add another volume in front
23975         of visualization later, not sure yet though.
23976
23977 2004-02-02  Julien MOUTTE  <julien@moutte.net>
23978
23979         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23980         (gst_ximagesink_handle_xevents): Better X events handling, only take
23981         the latest events for configure and motion.
23982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
23983
23984 2004-02-02  Jon Trowbridge  <trow@gnu.org>
23985
23986         reviewed by: David Schleef  <ds@schleef.org>
23987
23988         Fix memory leaks:
23989         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
23990         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
23991
23992 2004-02-02  David Schleef  <ds@schleef.org>
23993
23994         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
23995         of lines.
23996         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
23997         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
23998         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
23999         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
24000         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
24001         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
24002         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
24003         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
24004         (gst_float2_2_int_link):
24005         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
24006         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
24007         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
24008         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
24009         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
24010         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
24011         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
24012         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
24013         * testsuite/gst-lint: Add tests for bzero and ;;
24014
24015 2004-02-02  David Schleef  <ds@schleef.org>
24016
24017         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
24018
24019 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24020
24021         * ext/aalib/gstaasink.c: (gst_aasink_open):
24022         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
24023         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24024         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24025         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
24026         (gst_afsink_close_file):
24027         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
24028         (gst_afsrc_close_file):
24029         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
24030         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
24031         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
24032         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
24033         * ext/esd/esdmon.c: (gst_esdmon_get):
24034         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
24035         * ext/faac/gstfaac.c: (gst_faac_chain):
24036         * ext/faad/gstfaad.c: (gst_faad_chain):
24037         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
24038         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
24039         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
24040         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
24041         (gst_flacdec_loop):
24042         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
24043         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
24044         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
24045         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
24046         (gst_gnomevfssink_close_file):
24047         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24048         (gst_gnomevfssrc_open_file):
24049         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
24050         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
24051         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
24052         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
24053         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
24054         * ext/mad/gstmad.c: (gst_mad_chain):
24055         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
24056         * ext/mpeg2dec/gstmpeg2dec.c:
24057         * ext/mpeg2enc/gstmpeg2enc.cc:
24058         * ext/mplex/gstmplex.cc:
24059         * ext/mplex/gstmplexibitstream.cc:
24060         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
24061         (gst_ogg_demux_push):
24062         * ext/raw1394/gstdv1394src.c:
24063         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
24064         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
24065         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
24066         (gst_sf_loop):
24067         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
24068         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
24069         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
24070         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
24071         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24072         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
24073         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
24074         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
24075         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24076         (gst_riff_read_element_data), (gst_riff_read_seek),
24077         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
24078         * gst/adder/gstadder.c: (gst_adder_loop):
24079         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
24080         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
24081         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
24082         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
24083         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
24084         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
24085         * gst/goom/gstgoom.c: (gst_goom_chain):
24086         * gst/id3/gstid3types.c: (gst_id3types_loop):
24087         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
24088         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
24089         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
24090         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
24091         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
24092         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
24093         (gst_ebml_read_float), (gst_ebml_read_header):
24094         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
24095         (gst_matroska_demux_parse_blockgroup):
24096         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
24097         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
24098         * gst/oneton/gstoneton.c: (gst_oneton_chain):
24099         * gst/silence/gstsilence.c: (gst_silence_get):
24100         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24101         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
24102         * gst/speed/gstspeed.c: (speed_loop):
24103         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
24104         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24105         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
24106         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
24107         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
24108         (gst_wavparse_loop):
24109         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
24110         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
24111         (dxr3audiosink_close):
24112         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
24113         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
24114         (dxr3videosink_close), (dxr3videosink_write_data):
24115         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
24116         * sys/oss/gstosssink.c: (gst_osssink_chain):
24117         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24118         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
24119         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
24120         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
24121         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24122         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24123         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
24124         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
24125         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
24126         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
24127         (gst_v4l_set_audio):
24128         * sys/v4l/v4l_calls.h:
24129         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24130         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
24131         (gst_v4lmjpegsink_playback_init),
24132         (gst_v4lmjpegsink_playback_start):
24133         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
24134         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24135         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
24136         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
24137         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
24138         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
24139         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
24140         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
24141         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
24142         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
24143         (gst_v4l2_get_output), (gst_v4l2_set_output),
24144         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
24145         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
24146         (gst_v4l2_set_attribute):
24147         * sys/v4l2/v4l2_calls.h:
24148         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
24149         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
24150         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
24151         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
24152         (gst_v4l2src_capture_stop):
24153         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
24154         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
24155         (gst_ximagesink_chain):
24156         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
24157         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
24158         (gst_xvideosink_xwindow_new):
24159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24160         (gst_xvimagesink_chain):
24161
24162 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24163
24164         * gst/volume/gstvolume.c: (gst_volume_set_volume),
24165         (gst_volume_get_volume), (volume_class_init), (volume_init),
24166         (volume_chain_int16), (volume_update_volume):
24167         * gst/volume/gstvolume.h:
24168           make code more readable by removing magic numbers
24169           make mixer interface export 0-100 range
24170           make it internally map to 0.0-1.0 range so users don't distort
24171           output by putting the sliders at full volume
24172
24173 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24174
24175         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
24176         (gst_play_state_change), (gst_play_seek_to_time):
24177         block the tick callback for 0.5 secs after doing a seek
24178
24179 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24180
24181         * gst-libs/gst/play/play.c: (gst_play_new):
24182           check for GError
24183
24184 2004-02-01  Julien MOUTTE  <julien@moutte.net>
24185
24186         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
24187         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
24188         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
24189         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
24190         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
24191         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
24192
24193 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24194
24195         * configure.ac:
24196         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
24197           check for a function added in vorbis 1.1
24198
24199 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24200
24201         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24202         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
24203           really start/stop clock only on PLAYING <=> PAUSED
24204         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24205           remove \n from debugging lines
24206         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
24207           make it work when seeking does not
24208         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
24209           reset on DISCONT
24210
24211 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24212
24213         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
24214           start clock on PAUSED=>PLAYING, not later
24215         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24216           extract correct time for different discont formats
24217         (gst_alsa_sink_get_time):
24218           don't segfault when no format is negotiated yet, just return 0
24219         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
24220         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
24221         (gst_ogg_pad_push):
24222           handle flush and discont events correctly
24223         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
24224           handle discont events correctly
24225
24226 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24227
24228         * gst-libs/gst/play/play.c: (gst_play_error_quark),
24229         (gst_play_error_create), (gst_play_error_plugin),
24230         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
24231         * gst-libs/gst/play/play.h:
24232           add error handling during creation
24233         * examples/gstplay/player.c: (main):
24234           use new gst_play_new
24235
24236
24237 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24238
24239         * ext/theora/theoradec.c: (theora_dec_chain):
24240           make comments work
24241         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24242         (vorbis_dec_src_event), (vorbis_dec_chain):
24243           add encoder tag, fix tag reading to be more error tolerant, change
24244           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
24245           gst_pad_event_default.
24246         * gst/tags/gstvorbistag.c:
24247         (gst_tag_list_from_vorbiscomment_buffer):
24248           undefine function specific define at end of function
24249
24250 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
24251
24252         * ext/flac/gstflac.c: (plugin_init):
24253         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
24254         * ext/flac/gstflacdec.h:
24255         * ext/flac/gstflacenc.h:
24256           Fix typos
24257
24258 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
24259
24260         * examples/gstplay/player.c: s/gstplay.h/play.h/
24261
24262 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24263
24264         * gst-libs/gst/play/Makefile.am:
24265         * gst-libs/gst/play/gstplay.c:
24266         * gst-libs/gst/play/gstplay.h:
24267         * gst-libs/gst/play/play.c:
24268           more surgery, operation complete
24269
24270 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24271
24272         * gst-libs/gst/play/play.old.c:
24273         * gst-libs/gst/play/play.old.h:
24274           after CVS surgery by moving, remove
24275         * gst-libs/gst/play/playpipelines.c:
24276           remove
24277
24278         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
24279           add negotiation error
24280
24281 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24282
24283         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
24284         (gst_ogg_demux_push):
24285           add some seeking debug info
24286           send a flush when seeking
24287
24288 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24289
24290         * configure.ac:
24291           use AC_C_INLINE
24292         * configure.ac:
24293         * ext/Makefile.am:
24294         * ext/theora/Makefile.am:
24295         * ext/theora/theoradec.c:
24296           add theora video decoder. Does just do simple decoding for now and
24297           has been tested against Theora cvs only. It only works when theora
24298           is compiled with --enable-static.
24299         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
24300           always reset packetno on DISCONT
24301
24302 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24303
24304         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
24305           Fix audio.
24306
24307 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24308
24309         * gst/mpegaudioparse/gstmpegaudioparse.c:
24310         (mp3_type_frame_length_from_header):
24311           Fix header parsing - stolen from ffmpeg (thank you! :) ).
24312
24313 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24314
24315         * ext/esd/esdsink.c: (gst_esdsink_init):
24316           Since we have static pad template caps, we don't need to negotiate;
24317           either the core errors out or we know the format.
24318
24319 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24320
24321         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24322         (gst_riff_read_seek):
24323         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
24324         (gst_ebml_read_seek):
24325           Fix event handling.
24326
24327 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24328
24329         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
24330           removee video/x-theora from vp3 decoder, it doesn't handle raw
24331           theora streams
24332         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
24333           fix bug with finalizing element that never went to PAUSED
24334         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
24335           length and position queries were swapped
24336         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24337         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
24338         (vorbis_dec_src_event):
24339           implement querying time and bytes
24340
24341 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24342
24343         * just about every source file:
24344           gst_element_error -> GST_ELEMENT_ERROR
24345
24346 2004-01-29  Julien MOUTTE  <julien@moutte.net>
24347
24348         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
24349         emiting FLUSH and even before DISCONT.
24350         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
24351         get the best instant seeking as possible yay!
24352
24353 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24354
24355         * gst/mpeg1videoparse/gstmp1videoparse.c:
24356         (gst_mp1videoparse_real_chain):
24357           Committed wrong version last week... Grr... Didn't notice until now.
24358
24359 2004-01-29  Julien MOUTTE <julien@moutte.net>
24360
24361         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
24362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
24363         have_xwindow_id signal in xwindow_create.
24364
24365 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24366
24367         * ext/ogg/gstoggdemux.c:
24368           lots of changes - mainly support for chained bitstreams, seeking,
24369           querying and bugfixes of course
24370         * ext/vorbis/Makefile.am:
24371         * ext/vorbis/vorbisdec.c:
24372         * ext/vorbis/vorbisdec.h:
24373           add vorbisdec raw vorbis decoder
24374         * ext/vorbis/vorbis.c: (plugin_init):
24375           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
24376         * gst/intfloat/Makefile.am:
24377         * gst/intfloat/float22int.c:
24378         * gst/intfloat/float22int.h:
24379         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
24380           add float2intnew plugin. It converts multichannel interleaved float to
24381           multichannel interleaved int. The name should probably be changed.
24382         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
24383         (plugin_init):
24384           add typefinding for raw theora video so oggdemux can detect it.
24385
24386 2004-01-28  Julien MOUTTE  <julien@moutte.net>
24387
24388         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
24389         sink element first.
24390         * gst/videoscale/gstvideoscale.c:
24391         (gst_videoscale_handle_src_event): Fixing src event handler.
24392
24393 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24394
24395         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24396         (gst_v4lsrc_open), (gst_v4lsrc_close),
24397         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
24398         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
24399         * sys/v4l/gstv4lsrc.h:
24400         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
24401         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
24402           Implement resizing... Hack. But that's why v4l is b0rked...
24403
24404 2004-01-28  Julien MOUTTE <julien@moutte.net>
24405
24406         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24407         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24408         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
24409         (gst_ximagesink_xwindow_destroy):
24410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24411         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
24412         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
24413         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
24414         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
24415         correctly cleaning the image created to check xshm calls on succes,
24416         added a lot of XSync calls in X11 functions, and fixed a segfault when
24417         no image format was defined before negotiation happened.
24418
24419 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24420
24421         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
24422           use gst_element_get_time to get correct time
24423
24424 2004-01-28  Julien MOUTTE  <julien@moutte.net>
24425
24426         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
24427         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
24428         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
24429         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
24430         (gst_xvimagesink_check_xshm_calls),
24431         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
24432         X plugins are now able to detect that XShm calls will fail even if the
24433         server claims that it has XShm support (remote displays most of the
24434         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
24435         so that we use non XShm functions. This feature is almost useless for
24436         xvimagesink as Xv is not supported on remote displays anyway, but
24437         it might happen than even on the local display XShm calls fail.
24438
24439 2004-01-27  David Schleef  <ds@schleef.org>
24440
24441         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
24442         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
24443         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
24444         changed esdsink to only use 44100,16,2, since esd sucks at rate
24445         conversion and esdsink has had difficulty negotiating.
24446
24447 2004-01-27  Julien MOUTTE <julien@moutte.net>
24448
24449         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
24450         (gst_play_seek_to_time): Fixing the way to get current position.
24451
24452 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24453
24454         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
24455           use gst_element_get_time to get correct time
24456
24457 2004-01-27  Julien MOUTTE <julien@moutte.net>
24458
24459         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
24460         fix ever... Inverting 2 lines of code make spider autoplug correctly
24461         tagged mp3 !
24462
24463 2004-01-27  David Schleef  <ds@schleef.org>
24464
24465         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24466         Use gst_pad_try_set_caps_nonfixed().
24467
24468 2004-01-27  David Schleef  <ds@schleef.org>
24469
24470         * gst/ac3parse/gstac3parse.c: update to checklist 5
24471         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
24472         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
24473         * gst/audioscale/gstaudioscale.c: same
24474         * gst/auparse/gstauparse.c: same
24475         * gst/avi/gstavidemux.c: same
24476
24477 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24478
24479         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
24480           stop processing after EOS
24481
24482 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24483
24484         * gst/asfdemux/asfheaders.h:
24485         * gst/asfdemux/gstasfdemux.c:
24486         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
24487         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
24488         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
24489           lot's of fixes to make data extraction simpler and get the code
24490           architecture and compiler independant. Add debugging category
24491         * gst/goom/gstgoom.c: (gst_goom_change_state):
24492           reset channel count on PAUSED=>READY, not READY=>PAUSED
24493
24494 2004-01-26  Colin Walters  <walters@verbum.org>
24495
24496         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
24497         code to pull a bigger buffer in iradio mode.  This as a side effect
24498         makes typefinding work.
24499
24500 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
24501
24502         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
24503         Fix SVQ3 decoding on PPC
24504
24505 2004-01-26  Julien MOUTTE <julien@moutte.net>
24506
24507         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
24508         that one managed to stay there... Fixed.
24509
24510 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
24511
24512         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
24513         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
24514         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
24515         (qtdemux_video_caps):
24516         * gst/qtdemux/qtdemux.h:
24517         Add SVQ3 specific flags to qtdemux and ffmpeg
24518
24519 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24520
24521         * gst-libs/gst/audio/audio.h:
24522           remove buffer-frames from audio caps
24523         * gst/audioconvert/gstaudioconvert.c:
24524           fix plugin to really work.
24525
24526 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24527
24528         * gst-libs/gst/mixer/mixer.c:
24529         * gst-libs/gst/propertyprobe/propertyprobe.c:
24530         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
24531         (gst_tuner_find_channel_by_name):
24532         * gst-libs/gst/tuner/tuner.h:
24533           Add gtk-doc style comments. Also fix a function name.
24534
24535 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24536
24537         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
24538         (gst_divxdec_negotiate):
24539           Fix for new capsnego - also fixes gst-player with divxdec.
24540
24541 2004-01-25  Julien MOUTTE  <julien@moutte.net>
24542
24543         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
24544         (gst_play_identity_handoff), (gst_play_set_location),
24545         (gst_play_set_visualization), (gst_play_connect_visualization): Another
24546         try in visualization implementation. Still have an issue with switch
24547         blocking when pulling from video_queue and only audio comes out of
24548         spider.
24549         * gst/switch/gstswitch.c: (gst_switch_release_pad),
24550         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
24551         release method. And check if the pad is usable before pulling.
24552
24553 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24554
24555         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
24556         (gst_videobalance_init),
24557         (gst_videobalance_colorbalance_list_channels),
24558         (gst_videobalance_colorbalance_set_value),
24559         (gst_videobalance_colorbalance_get_value),
24560         (gst_videobalance_update_properties),
24561         (gst_videobalance_update_tables_planar411),
24562         (gst_videobalance_planar411):
24563         * gst/videofilter/gstvideobalance.h:
24564           Implement lookup-tables. +/- 10x faster.
24565
24566 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24567
24568         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
24569         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
24570           The index reading was broken. The rest worked fine, but the whole
24571           goal of my rewrite was to make avidemux readable, and this was
24572           not at all readable. Please use typed variables.
24573
24574 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24575
24576         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
24577           Additional pad usability check.
24578         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
24579         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
24580         (gst_mp1videoparse_real_chain):
24581           Fix MPEG video stream parsing. The original plugin had several
24582           issues, including not timestamping streams where the source was
24583           not timestamped (this happens with PTS values in mpeg system
24584           streams, but MPEG video is also a valid stream on its own so
24585           that needs timestamps too). We use the display time code for that
24586           for now. Also, if one incoming buffer contains multiple valid
24587           frames, we push them all on correctly now, including proper EOS
24588           handling. Lastly, several potential segfaults were fixed, and we
24589           properly sync on new sequence/gop headers to include them in next,
24590           not previous frames (since they're header for the next frame, not
24591           the previous). Also see #119206.
24592         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
24593         (bpf_from_header):
24594           Move caps setting so we only do it after finding several valid
24595           MPEG-1 fraes sequentially, not right after the first one (which
24596           might be coincidental).
24597         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
24598         (mpeg_video_type_find), (mpeg_video_stream_type_find),
24599         (plugin_init):
24600           Add unsynced MPEG video stream typefinding, and change some
24601           probability values so we detect streams rightly. The idea is as
24602           follows: I can have an unsynced system stream which contains
24603           video. In the current code, I would randomly get a type for either
24604           system or video stream type found, because the probabilities are
24605           being calculated rather randomly. I now use fixed values, so we
24606           always prefer system stream if that was found (and that is how it
24607           should be). If no system stream was found, we can still identity                the stream as video-only.
24608
24609 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24610
24611         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
24612         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
24613           don't write to buffer. Extract data without the need of
24614           __attribute__ ((packed))
24615
24616 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24617
24618         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
24619         (mpeg1_sys_type_find):
24620           Fix MPEG-1 stream typefinding.
24621
24622 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24623
24624         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
24625           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
24626
24627 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24628
24629         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
24630         * ext/esd/gstesd.c: (plugin_init):
24631           private debugging, better error reporting
24632
24633 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24634
24635         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
24636         (gst_riff_read_init), (gst_riff_read_change_state):
24637         * gst-libs/gst/riff/riff-read.h:
24638           Remove stuff fromold metadata system.
24639
24640 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24641
24642         * ext/ogg/gstoggdemux.c:
24643           Fix wrong file comment.
24644         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
24645         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
24646           Add metadata reading properly.
24647
24648 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24649
24650         * ext/Makefile.am:
24651           Fix nas DIST_SUBDIRS
24652           Uraeus:
24653           Fix bug where make distcheck doesn't get run on adding stuff to
24654           the build.
24655
24656 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24657
24658         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
24659         * ext/divx/gstdivxdec.h:
24660           Fix divx3 ("msmpeg4") playback using divxdec.
24661
24662 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24663
24664         * gst/typefind/gsttypefindfunctions.c:
24665         (mp3_type_frame_length_from_header): fix bug in length computation
24666         (mp3_type_find): improve debugging output
24667
24668 2004-01-23  Julien MOUTTE  <julien@moutte.net>
24669
24670         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
24671         (gst_play_set_location), (gst_play_seek_to_time),
24672         (gst_play_set_audio_sink), (gst_play_set_visualization),
24673         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
24674         the pipeline from scratch. Visualization is back and switch went out as
24675         i realized it was not possible to use the way i wanted.
24676         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
24677         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
24678         clearing in state change from READY to NULL. So that one can clean the
24679         X ressources keeping the element.
24680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24681         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
24682         (gst_xvimagesink_colorbalance_set_value),
24683         (gst_xvimagesink_colorbalance_get_value),
24684         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
24685         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
24686         change from READY to NULL and fixed some stupid bugs in colorbalance
24687         get/set values. Also added the following feature : when nobody tries to
24688         set some values to the colorbalance levels before the xcontext is
24689         grabbed, then when creating channels list from Xv attributes we set the
24690         internal values to the Xv defaults. This way we handle buggy Xv drivers
24691         that set default hue values far from the middle of the range (Thanks
24692         to Jon Trowbridge for pointing that issue).
24693         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
24694         colorbalance levels have been set before xcontext is grabbed.
24695
24696 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24697
24698         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24699           Fix the ossmixer case where we shouldn't open /dev/dsp* because
24700           it might block operations (which is bad for a mixer).
24701
24702 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
24703
24704         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
24705         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
24706         (gmip_find_type_pre):
24707         * gst-libs/gst/media-info/media-info-priv.h:
24708         * gst-libs/gst/media-info/media-info.c:
24709         (gst_media_info_instance_init), (gst_media_info_read_idler):
24710         add fakesink to get caps on decoder src pad again
24711         fix callback prototype to match new have_type signal signature
24712
24713 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
24714
24715         * gst/adder/gstadder.c: (gst_adder_link):
24716           fix non-compile and cut-n-paste code
24717
24718 2004-01-21  David Schleef  <ds@schleef.org>
24719
24720         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
24721         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
24722         (gst_swfdec_init), (gst_swfdec_change_state):
24723         * ext/swfdec/gstswfdec.h:
24724         Fix negotiation.
24725         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
24726         (gst_adder_request_new_pad): Fix negotiation.
24727         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
24728         Add a fixate function.
24729         * gst/intfloat/gstfloat2int.c:
24730         * gst/intfloat/gstfloat2int.h:
24731         * gst/intfloat/gstint2float.c:
24732         * gst/intfloat/gstint2float.h:
24733         Completely rewrite the negotiation.  Doesn't quite work yet,
24734         due to some buffer-frames problem.
24735
24736 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24737
24738         * ext/gnomevfs/gstgnomevfssrc.c:
24739         * sys/v4l2/v4l2_calls.h:
24740           fix includes for distcheck
24741
24742 2004-01-21  Christian Schaller <uraeus@gnome.org>
24743
24744         * ext/nas/
24745         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
24746         based on earlier patch from Laurent Vivier
24747
24748 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
24749
24750         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
24751         Fix wma caps property
24752         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24753         Fix typo (flags1 and flags2)
24754
24755 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24756
24757         * gst-libs/gst/media-info/media-info-priv.c:
24758         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
24759         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
24760         (gmip_find_stream), (gmip_find_track_metadata),
24761         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
24762         (gmip_find_track_format):
24763         * gst-libs/gst/media-info/media-info-priv.h:
24764         * gst-libs/gst/media-info/media-info-test.c: (main):
24765         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
24766         (gst_media_info_read_idler), (gst_media_info_read):
24767         * gst-libs/gst/media-info/media-info.h:
24768           register debugging category and use it for debugging
24769
24770 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24771
24772         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
24773         (gst_vorbisfile_new_link):
24774           signal streaminfo through tags
24775
24776 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24777
24778         * ext/mplex/gstmplex.cc:
24779         * ext/mplex/gstmplexibitstream.cc:
24780           g++ doesn't like NULL in our i18n/error macros, should be
24781           either (NULL) or ("").
24782
24783 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24784
24785         * sys/dxr3/dxr3audiosink.c:
24786         * sys/dxr3/dxr3init.c:
24787         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
24788         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
24789           Fix more error error error errors (missing includes here).
24790
24791 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24792
24793         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24794           fix thomas' error errors.
24795
24796 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24797
24798         * ext/mpeg2enc/gstmpeg2enc.cc:
24799           fix error errors.
24800
24801 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24802
24803         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
24804         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
24805           Fix for new error system.
24806
24807 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24808
24809         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
24810           fix for new error reporting
24811
24812 2004-01-20  David Schleef  <ds@schleef.org>
24813
24814         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24815         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
24816         (gst_ximagesink_set_xwindow_id): Change to using a framerate
24817         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
24818         and neither is 100+, most likely.
24819         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
24820         (gst_xvimagesink_getcaps): same
24821
24822 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24823
24824         * configure.ac:
24825           Up version requirement to 2.0.3 (not yet released) to avoid symbol
24826           clashes with ffmpeg.
24827
24828 2004-01-20  Julien MOUTTE  <julien@moutte.net>
24829
24830         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
24831         (gst_switch_init): Fixed switch element : proxying link and setting
24832         caps from src to sink on request.
24833
24834 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24835
24836         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24837         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
24838         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
24839         fix element_error
24840
24841 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24842
24843         * sys/v4l/v4l_calls.h:
24844         * sys/v4l2/v4l2_calls.h:
24845           element_error fixes
24846
24847 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24848
24849         * gst-libs/gst/gst-i18n-plugin.h:
24850           add locale.h
24851           remove config.h inclusion
24852
24853 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24854
24855         * autogen.sh:
24856           adding autopoint invocation
24857         * Makefile.am:
24858         * configure.ac:
24859         * gst-libs/gst/gettext.h:
24860           adding gettext bits
24861         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
24862         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
24863         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24864         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
24865         (gst_gnomevfssink_close_file):
24866         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
24867         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
24868         * gst-libs/gst/gst-i18n-plugin.h:
24869         * gst/avi/gstavi.c: (plugin_init):
24870         * sys/dxr3/dxr3init.c: (plugin_init):
24871         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
24872         * sys/oss/gstossaudio.c: (plugin_init):
24873         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
24874         * sys/v4l/gstv4l.c: (plugin_init):
24875         * sys/v4l/v4l_calls.c: (gst_v4l_open):
24876         * sys/v4l2/gstv4l2.c: (plugin_init):
24877         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
24878         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
24879         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
24880         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
24881         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
24882         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
24883           make sure locale and translation domain are set
24884           fix translated strings
24885         * po/.cvsignore:
24886         * po/LINGUAS:
24887         * po/Makevars:
24888         * po/POTFILES.in:
24889         * po/nl.po:
24890           put translation files into place
24891         * sys/xvideo/imagetest.c: (main):
24892         * ext/dv/demo-play.c: (main):
24893           fix unnecessary translations
24894
24895 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24896
24897         * ext/sndfile/gstsf.c:
24898         * gst/avi/gstavimux.c:
24899         * ext/audiofile/gstafsink.c:
24900         * ext/audiofile/gstafsrc.c:
24901         * ext/gnomevfs/gstgnomevfssink.c:
24902         * ext/gnomevfs/gstgnomevfssrc.c:
24903         * sys/oss/gstosselement.c:
24904         * sys/v4l/v4l_calls.h:
24905           fix i18n include
24906
24907 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24908
24909         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
24910         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
24911         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
24912         (gst_v4l2_get_output), (gst_v4l2_set_output),
24913         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
24914         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
24915         (gst_v4l2_set_attribute):
24916         update to new error handling
24917
24918 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24919
24920         * ext/sidplay/gstsiddec.cc:
24921         * gst/modplug/gstmodplug.cc:
24922           parenthese NULL because C++ seems angry about it
24923
24924 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24925
24926         * gst-libs/gst/gst-i18n-plugin.h:
24927           add skeleton i18n stuff, but needs to be further implemented
24928
24929 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24930
24931         * examples/gstplay/player.c: (main):
24932         * ext/aalib/gstaasink.c: (gst_aasink_open):
24933         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
24934         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24935         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24936         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
24937         (gst_afsink_close_file):
24938         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
24939         (gst_afsrc_close_file):
24940         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
24941         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
24942         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
24943         * ext/esd/esdmon.c: (gst_esdmon_get):
24944         * ext/esd/esdsink.c: (gst_esdsink_chain):
24945         * ext/faac/gstfaac.c: (gst_faac_chain):
24946         * ext/faad/gstfaad.c: (gst_faad_chain):
24947         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
24948         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
24949         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
24950         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
24951         (gst_flacdec_loop):
24952         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
24953         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
24954         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
24955         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
24956         (gst_gnomevfssink_close_file):
24957         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24958         (gst_gnomevfssrc_open_file):
24959         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
24960         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
24961         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
24962         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
24963         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
24964         * ext/mad/gstmad.c: (gst_mad_chain):
24965         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
24966         * ext/mpeg2dec/gstmpeg2dec.c:
24967         * ext/mpeg2enc/gstmpeg2enc.cc:
24968         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24969         * ext/mplex/gstmplex.cc:
24970         * ext/mplex/gstmplexibitstream.cc:
24971         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
24972         (gst_ogg_demux_push), (gst_ogg_pad_push):
24973         * ext/raw1394/gstdv1394src.c:
24974         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
24975         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
24976         * ext/sidplay/gstsiddec.cc:
24977         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
24978         (gst_sf_loop):
24979         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
24980         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
24981         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
24982         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24983         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
24984         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
24985         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
24986         * gst-libs/gst/Makefile.am:
24987         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24988         (gst_riff_read_element_data), (gst_riff_read_seek),
24989         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
24990         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
24991         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
24992         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
24993         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
24994         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
24995         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
24996         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
24997         * gst/goom/gstgoom.c: (gst_goom_chain):
24998         * gst/id3/gstid3types.c: (gst_id3types_loop):
24999         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
25000         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
25001         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
25002         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
25003         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
25004         (gst_ebml_read_float), (gst_ebml_read_header):
25005         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
25006         (gst_matroska_demux_parse_blockgroup):
25007         * gst/modplug/gstmodplug.cc:
25008         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
25009         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
25010         * gst/oneton/gstoneton.c: (gst_oneton_chain):
25011         * gst/silence/gstsilence.c: (gst_silence_get):
25012         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
25013         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
25014         * gst/speed/gstspeed.c: (speed_loop):
25015         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25016         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25017         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
25018         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25019         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
25020         (gst_wavparse_loop):
25021         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
25022         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
25023         (dxr3audiosink_close):
25024         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
25025         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
25026         (dxr3videosink_close), (dxr3videosink_write_data):
25027         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
25028         * sys/oss/gstosselement.h:
25029         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
25030         (gst_osssink_chain):
25031         * sys/oss/gstosssrc.c: (gst_osssrc_get):
25032         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
25033         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
25034         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
25035         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
25036         (gst_v4l_enable_overlay):
25037         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
25038         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
25039         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
25040         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
25041         (gst_v4l_set_audio):
25042         * sys/v4l/v4l_calls.h:
25043         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
25044         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
25045         (gst_v4lmjpegsink_playback_init),
25046         (gst_v4lmjpegsink_playback_start):
25047         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
25048         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
25049         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
25050         (gst_v4lmjpegsrc_requeue_frame):
25051         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25052         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
25053         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
25054         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
25055         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
25056         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
25057         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
25058         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
25059         (gst_v4l2src_capture_stop):
25060         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
25061         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
25062         (gst_ximagesink_chain):
25063         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
25064         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
25065         (gst_xvideosink_xwindow_new):
25066         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25067         (gst_xvimagesink_chain):
25068         use new error signal, function and categories
25069
25070 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
25071
25072         * configure.ac:
25073         * ext/Makefile.am:
25074         * ext/musicbrainz/gsttrm.c:
25075         * ext/musicbrainz/gsttrm.h:
25076         * ext/musicbrainz/Makefile.am:
25077         Add a trm plugin
25078
25079 2004-01-18  Julien MOUTTE  <julien@moutte.net>
25080
25081         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
25082         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
25083         synchronous property for debugging.
25084         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
25085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25086         (gst_xvimagesink_set_property): Moving a pointer declaration to a
25087         smaller block, fixing indent.
25088
25089 2004-01-16  David Schleef  <ds@schleef.org>
25090
25091         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
25092         property affects the video stream.
25093         * sys/xvimage/xvimagesink.c:
25094         * sys/xvimage/xvimagesink.h:
25095         Add synchronous property for debugging.  Should probably be
25096         disabled in non-CVS builds.  Make sure that the Xv attribute
25097         exists before we set it (crash!).  Fix a silly float bug that
25098         caused colorbalance to just not work.
25099
25100 2004-01-17  Christian Schaller <Uraeus@gnome.org>
25101
25102         * tools/gst-launch-ext.in - update for new plugins
25103
25104 2004-01-16  David Schleef  <ds@schleef.org>
25105
25106         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
25107         already-freed caps.
25108
25109 2994-01-16  Christian Schaller <Uraeus@gnome.org>
25110
25111         * Update spec for new colorspace plugin and libcaca plugin
25112         * Fix compilation of libcaca plugin (clock -> id)
25113
25114 2004-01-16  Julien MOUTTE <julien@moutte.net>
25115
25116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
25117         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
25118         (gst_xvimagesink_set_xwindow_id),
25119         (gst_xvimagesink_colorbalance_set_value),
25120         (gst_xvimagesink_colorbalance_get_value),
25121         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25122         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
25123         correct colorbalance properties. They can now be set when the element
25124         is still in NULL state. The values will be committed to the Xv Port
25125         when xcontext is initialized.
25126         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
25127         brightness int values in the GstXvImagesink structure.
25128
25129 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25130
25131         * gst-libs/gst/Makefile.am:
25132           restructure so having local patches works easier.
25133
25134 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25135
25136         * ext/mpeg2enc/Makefile.am:
25137         * ext/mpeg2enc/gstmpeg2enc.cc:
25138         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
25139           Bugfix with respect to EOS handling.
25140
25141 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25142
25143         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
25144           Link with right caps (else, it segfaults).
25145         * ext/mplex/gstmplexjob.cc:
25146           Fix for slight API change in 1.6.1.93 release of mjpegtools.
25147
25148 2004-01-15  David Schleef  <ds@schleef.org>
25149
25150         * gst-libs/gst/audio/Makefile.am:
25151         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
25152         from the template.
25153         * gst-libs/gst/audio/gstaudiofilter.c:
25154         * gst-libs/gst/audio/gstaudiofilter.h:
25155         Add bytes_per_sample and size and n_samples calculation.
25156         * gst-libs/gst/audio/gstaudiofilterexample.c:
25157         Remove, now autogenerated.
25158         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
25159         Moved from gstaudiofilterexample, object name changed, code added
25160         so that it actually works.
25161         * gst-libs/gst/audio/make_filter:
25162         Script to build an audiofilter subclass from the template.
25163         * gst/colorspace/Makefile.am:
25164         * gst/colorspace/yuv2yuv.c:
25165         Remove file, since it's GPL, and we don't use it.
25166
25167 2004-01-15  Julien MOUTTE  <julien@moutte.net>
25168
25169         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25170         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
25171         them use the buffer free function to test how the buffer was allocated.
25172
25173 2004-01-15  David Schleef  <ds@schleef.org>
25174
25175         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
25176         that handles osssink fallback.
25177         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25178         (gst_audio_convert_getcaps):
25179         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
25180         Add audio/x-qdm2 for QDM2 audio.
25181         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
25182         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
25183         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
25184         Decrease minimum size to 16x16.
25185         * gst/wavparse/gstwavparse.c:
25186         Convert disabled pad template caps to new caps.
25187         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25188         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25189         (gst_xvimagesink_chain): Throw element error when display cannot
25190         be opened.  Increase minimum framerate to 1.0.  Check the data
25191         free function on a buffer to make sure it is the type we expect
25192         before manipulating it.
25193
25194 2004-01-15  Julien MOUTTE <julien@moutte.net>
25195
25196         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
25197         (gst_videobalance_colorbalance_set_value): Implement passthru if
25198         settings are in the middle.
25199         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
25200
25201 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25202
25203         * gst/videofilter/Makefile.am:
25204         * gst/volume/Makefile.am:
25205           Since we use videofilter symbols, link to it.
25206
25207 2004-01-15  Julien MOUTTE <julien@moutte.net>
25208
25209         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
25210         mixer interface type to HARDWARE.
25211         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
25212         type to SOFTWARE.
25213         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
25214         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
25215         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
25216         (gst_volume_interface_init), (gst_volume_list_tracks),
25217         (gst_volume_set_volume), (gst_volume_get_volume),
25218         (gst_volume_set_mute), (gst_volume_mixer_init),
25219         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
25220         (volume_init): Implementing mixer interface.
25221         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
25222         * sys/oss/gstosselement.c: (gst_osselement_get_type),
25223         (gst_osselement_change_state): Removing some trailing commas in
25224         structures.
25225         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
25226         interface type to HARDWARE.
25227         * sys/v4l/gstv4lcolorbalance.c:
25228         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
25229         type to HARDWARE.
25230         * sys/v4l2/gstv4l2colorbalance.c:
25231         (gst_v4l2_color_balance_interface_init): Setting colorbalance
25232         interface type to HARDWARE.
25233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
25234         same code than ximagesink for event handling.
25235
25236 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25237
25238         * ext/snapshot/Makefile.am:
25239         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
25240         (gst_snapshot_chain):
25241         * ext/snapshot/gstsnapshot.h:
25242           This has to be a joke... Snapshot should be connected to a tee,
25243           colorspace element before it and EOS after that, where the other
25244           src of the tee receives normal data.
25245           The current way is *wrong*.
25246
25247 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25248
25249         * ext/hermes/gsthermescolorspace.c:
25250           Fix another compile error. Same as below.
25251
25252 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25253
25254         * gst/colorspace/gstcolorspace.c:
25255         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
25256         (gst_colorspace_i420_to_yv12):
25257           Fix compiling... Didn't test if it actually works.
25258
25259 2004-01-15  David Schleef  <ds@schleef.org>
25260
25261         * configure.ac:
25262         * gst/colorspace/Makefile.am:
25263         * gst/colorspace/gstcolorspace.c:
25264         * gst/colorspace/gstcolorspace.h:
25265         * gst/colorspace/yuv2rgb.c:
25266         * gst/colorspace/yuv2rgb.h:
25267         Duplicate the ext/hermes colorspace plugin, and remove Hermes
25268         code and GPL code.  Fix for new caps negotiation.  Rewrite
25269         much of the format handling code, and some of the conversion
25270         code.  Basically, rewrote almost everything.  This element
25271         handles I420, YV12 to RGB conversions.
25272         * ext/hermes/Makefile.am:
25273         * ext/hermes/gsthermescolorspace.c:
25274         Rename colorspace to hermescolorspace.  Fix negotiation issues.
25275         Remove non-Hermes related code.  This element handles lots of
25276         RGB to RGB conversions, but no YUV.
25277         * ext/hermes/gstcolorspace.c:
25278         * ext/hermes/gstcolorspace.h:
25279         * ext/hermes/rgb2yuv.c:
25280         * ext/hermes/yuv2rgb.c:
25281         * ext/hermes/yuv2rgb.h:
25282         * ext/hermes/yuv2rgb_mmx16.s:
25283         * ext/hermes/yuv2yuv.c:
25284         * ext/hermes/yuv2yuv.h:
25285         Remove old code.
25286
25287 2004-01-14  Colin Walters  <walters@verbum.org>
25288
25289         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
25290         they've already been.
25291
25292 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25293
25294         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
25295           assume tag mode when pad is not connected
25296
25297 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25298
25299         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25300           Don't update the time of the clock
25301         (gst_alsa_sink_loop):
25302           sync to the clock given to alsasink, not the own clock
25303         * sys/oss/gstosssink.c: (gst_osssink_chain):
25304           sync to the clock
25305         (gst_osssink_change_state):
25306           activate the clock
25307         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25308         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
25309           remove bogus code that made DISCONT events unhandled
25310         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
25311           explicitly case to double in _set_simple. (fixes 2nd warning in bug
25312           #131502)
25313         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
25314         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
25315         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
25316           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
25317           2nd warning in bug #131502)
25318
25319 2004-01-14  Julien MOUTTE  <julien@moutte.net>
25320
25321         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
25322         (gst_videobalance_colorbalance_set_value),
25323         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
25324         for colorbalance interface implementation.
25325         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
25326         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
25327         (gst_ximagesink_dispose), (gst_ximagesink_init),
25328         (gst_ximagesink_class_init): Adding DISPLAY property.
25329         * sys/ximage/ximagesink.h: Adding display_name to store display.
25330         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25331         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25332         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
25333         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
25334         properties (they still need polishing though for gst-launch use : no
25335         xcontext yet, i ll do that tomorrow).
25336         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
25337
25338 2004-01-14  Julien MOUTTE  <julien@moutte.net>
25339
25340         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
25341         (gst_play_set_location), (gst_play_set_visualization): Preparing
25342         switch integration, adding videobalance in the pipeline.
25343
25344 2004-01-14  Julien MOUTTE <julien@moutte.net>
25345
25346         * gst-libs/gst/colorbalance/colorbalance.c:
25347         (gst_color_balance_class_init): Adding a default type.
25348         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
25349         the type.
25350         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
25351         (gst_videobalance_dispose), (gst_videobalance_class_init),
25352         (gst_videobalance_init), (gst_videobalance_interface_supported),
25353         (gst_videobalance_interface_init),
25354         (gst_videobalance_colorbalance_list_channels),
25355         (gst_videobalance_colorbalance_set_value),
25356         (gst_videobalance_colorbalance_get_value),
25357         (gst_videobalance_colorbalance_init): Implementing colorbalance
25358         interface.
25359         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
25360         list.
25361         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
25362         bug which was triggering a BadAccess X error when setting an overlay
25363         before pad was really negotiated.
25364         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
25365         Using the colorbalance type macro.
25366
25367 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25368
25369         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
25370         (gst_flacenc_chain):
25371           handle tags correctly
25372         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25373           extract ID3v1 tags correctly
25374
25375 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25376
25377         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
25378         (plugin_init):
25379           Improve matroska typefinding for odd-typed headers...
25380
25381 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25382
25383         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
25384           Fix for using incremental number on padnames.
25385
25386 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25387
25388         * ext/divx/gstdivxdec.c:
25389         * ext/divx/gstdivxenc.c:
25390           Set category to divx4linux instead of divx (too generic).
25391         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25392         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25393         (gst_wavparse_loop), (gst_wavparse_change_state):
25394         * gst/wavparse/gstwavparse.h:
25395           fix parsing of WAV files with non-standard fmt-tag size and fix
25396           skipping of unrecognized chunks... Someone please fix this thing
25397           to use rifflib so all this is automated.
25398         * sys/v4l/Makefile.am:
25399         * sys/v4l2/Makefile.am:
25400           Add X_CFLAGS because we depend on X (for overlay).
25401
25402 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
25403
25404         * ext/mpeg2dec/gstmpeg2dec.c:
25405           Don't issue a timestamp unless we tagged the frame
25406           with a PTS.
25407
25408 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25409
25410         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
25411           Query the audio element to get the time, not the clock. We're
25412           interested in the element's time here.
25413
25414 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25415
25416         * ext/aalib/gstaasink.c: (gst_aasink_chain):
25417         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25418         * ext/esd/esdsink.c: (gst_esdsink_chain):
25419         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
25420         * ext/mas/massink.c: (gst_massink_chain):
25421         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
25422         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
25423         (gst_matroska_demux_parse_metadata):
25424         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
25425         (gst_mpeg_parse_release_locks):
25426         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
25427         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
25428         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25429         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
25430         (gst_osssink_change_state):
25431         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
25432         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25433         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
25434         (gst_xvideosink_release_locks):
25435         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
25436           use element time.
25437         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
25438         (gst_alsa_clock_stop):
25439         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
25440         (gst_audio_clock_get_internal_time):
25441           simplify for use with new clocking code.
25442         * testsuite/alsa/Makefile.am:
25443         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
25444           fix testsuite for new caps system
25445
25446 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25447
25448         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
25449         * ext/flac/gstflacenc.c: (add_one_tag):
25450           length is already host endian, no need to convert. Fixes playback of
25451           tagged files on PPC. (bug #128384)
25452
25453 2004-01-13  Julien MOUTTE <julien@moutte.net>
25454
25455         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
25456         colorbalance interface stating if it is hardware based or software
25457         based.
25458         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
25459         Removing a trailing comma.
25460         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25461         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
25462         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
25463         the documentation seems to be wrong on the -1000 to 1000 interval.
25464
25465 2004-01-12  David Schleef  <ds@schleef.org>
25466
25467         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
25468         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
25469         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
25470         Fix negotiation.  Add a bufferalloc function for the sink pad,
25471         and generally clean up some of the code.
25472
25473 2004-01-12  Julien MOUTTE <julien@moutte.net>
25474
25475         * gst-libs/gst/colorbalance/colorbalancechannel.c:
25476         (gst_color_balance_channel_dispose): Adding safety check in dispose
25477         method.
25478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25479         (gst_xvimagesink_xcontext_clear),
25480         (gst_xvimagesink_interface_supported),
25481         (gst_xvimagesink_colorbalance_list_channels),
25482         (gst_xvimagesink_colorbalance_set_value),
25483         (gst_xvimagesink_colorbalance_get_value),
25484         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
25485         Adding colorbalance interface support to set XV parameters such as
25486         HUE, BRIGHTNESS, CONTRAST, SATURATION.
25487         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
25488         interface.
25489
25490 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25491
25492         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
25493         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
25494         (gst_audio_convert_init), (gst_audio_convert_set_property),
25495         (gst_audio_convert_get_property), (gst_audio_convert_chain),
25496         (gst_audio_convert_link),
25497         (gst_audio_convert_buffer_to_default_format),
25498         (gst_audio_convert_buffer_from_default_format), (plugin_init):
25499           - implement _getcaps and use it
25500           - improve linking
25501           - remove float caps since no float conversion is actually done
25502           - remove properties and arguments that were to be used for rate
25503             conversion
25504
25505 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25506
25507         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
25508         (gst_audio_structure_set_int):
25509         * gst-libs/gst/audio/audio.h:
25510           add helper functions for _getcaps matching the standard audio
25511           templates
25512
25513 2004-01-12  David Schleef  <ds@schleef.org>
25514
25515         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25516         Test that pad is negotiated before getting its caps.
25517
25518 2004-01-12  Julien MOUTTE <julien@moutte.net>
25519
25520         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
25521         analyzing the pads of an element the bin is mostly in READY state so
25522         no caps were negotiated. This helper function needs to work with
25523         _get_caps directly then. I was not freeing them though, added that to
25524         fix the mem leak.
25525
25526 2004-01-12  Julien MOUTTE <julien@moutte.net>
25527
25528         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25529         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
25530         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
25531         than the free_func.
25532
25533 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25534
25535         * sys/oss/gstossaudio.c: (plugin_init):
25536         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25537         * sys/oss/gstosselement.h:
25538           make an oss debugging category
25539           make failure more descriptive
25540
25541 2004-01-11  David Schleef  <ds@schleef.org>
25542
25543         * ext/ffmpeg/gstffmpeg.c:
25544         * ext/ffmpeg/gstffmpegcodecmap.c:
25545         * ext/ffmpeg/gstffmpegdec.c:
25546         * ext/ffmpeg/gstffmpegenc.c:
25547         * ext/ffmpeg/gstffmpegprotocol.c:
25548         * ext/gdk_pixbuf/gstgdkanimation.c:
25549         * ext/jpeg/gstjpeg.c:
25550         * ext/libpng/gstpng.c:
25551         * ext/mpeg2dec/perftest.c:
25552         * ext/speex/gstspeex.c:
25553         * gst-libs/gst/resample/dtos.c:
25554         * gst/intfloat/gstintfloatconvert.c:
25555         * gst/oneton/gstoneton.c:
25556         * gst/rtjpeg/RTjpeg.c:
25557         * gst/rtp/gstrtp.c:
25558         * sys/dxr3/dxr3init.c:
25559         * sys/glsink/gstgl_nvimage.c:
25560         * sys/glsink/gstgl_pdrimage.c:
25561         * sys/glsink/gstglsink.c:
25562         * testsuite/gst-lint:
25563         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
25564
25565 2004-01-11  David Schleef  <ds@schleef.org>
25566
25567         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
25568         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
25569         * ext/gdk_pixbuf/gstgdkanimation.c:
25570         (gst_gdk_animation_iter_create_pixbuf):
25571         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
25572         (gst_gdk_pixbuf_chain):
25573         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25574         * ext/jack/gstjack.c: (gst_jack_change_state):
25575         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
25576         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
25577         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
25578         * gst/videofilter/gstvideofilter.c:
25579         (gst_videofilter_set_output_size):
25580         Remove all usage of gst_pad_get_caps(), and replace it with
25581         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
25582
25583 2004-01-11  David Schleef  <ds@schleef.org>
25584
25585         * configure.ac:
25586         * ext/Makefile.am: Fixes to make ext/libcaca compile.
25587         * ext/divx/gstdivxdec.c:
25588         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
25589         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
25590         handle images that span multiple buffers.  Now work with both
25591         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
25592         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25593         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
25594         video/video.h changes
25595         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
25596         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
25597         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
25598         of GstData free function.
25599         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
25600         same.
25601
25602 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25603
25604         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
25605         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
25606         (gst_v4l2element_get_property):
25607         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
25608           add norm, channel and frequency properties.
25609         * sys/v4l2/gstv4l2tuner.c:
25610           fixes for tuner interface changes
25611         * sys/v4l2/gstv4l2element.h:
25612         * sys/v4l2/gstv4l2src.c:
25613         * sys/v4l2/gstv4l2src.h:
25614         * sys/v4l2/v4l2src_calls.c:
25615         * sys/v4l2/v4l2src_calls.h:
25616           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
25617
25618 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25619
25620         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
25621         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
25622         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
25623         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
25624         * gst-libs/gst/tuner/tuner.h:
25625           GObjects aren't const.
25626           Add find_by_name functions.
25627           Add checks to _changed functions.
25628         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
25629         (gst_v4l_tuner_get_norm):
25630           Fixes for above.
25631
25632 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25633
25634         * gst-libs/gst/video/video.h:
25635           Fix caps template names to be understandable.
25636           Prefix everything with GST_VIDEO.
25637         * ext/aalib/gstaasink.c:
25638         * ext/divx/gstdivxdec.c:
25639         * ext/divx/gstdivxenc.c:
25640         * ext/gdk_pixbuf/gstgdkpixbuf.c:
25641         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
25642         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
25643         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
25644         * ext/libcaca/gstcacasink.c:
25645         * ext/libpng/gstpngenc.c: (raw_caps_factory):
25646         * ext/snapshot/gstsnapshot.c:
25647         * ext/swfdec/gstswfdec.c:
25648         * ext/xvid/gstxviddec.c:
25649         * ext/xvid/gstxvidenc.c:
25650         * gst/chart/gstchart.c:
25651         * gst/deinterlace/gstdeinterlace.c:
25652         * gst/effectv/gsteffectv.c:
25653         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
25654         * gst/goom/gstgoom.c:
25655         * gst/median/gstmedian.c:
25656         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
25657         (gst_monoscope_srcconnect), (gst_monoscope_chain):
25658         * gst/overlay/gstoverlay.c:
25659         * gst/smooth/gstsmooth.c:
25660         * gst/smpte/gstsmpte.c:
25661         * gst/synaesthesia/gstsynaesthesia.c:
25662         * gst/videocrop/gstvideocrop.c:
25663         * gst/videodrop/gstvideodrop.c:
25664         * gst/y4m/gsty4mencode.c:
25665         * sys/qcam/gstqcamsrc.c:
25666         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
25667           Make them work with new video.h file.
25668         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25669         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
25670         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25671         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
25672           Make it work with new buffer allocation system.
25673
25674 2004-01-11  Julien MOUTTE  <julien@moutte.net>
25675
25676         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
25677         pad_alloc_buffer implementation to use ->srcpad
25678         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
25679         pad_alloc_buffer implementation to use ->srcpad
25680         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
25681         pad_alloc_buffer implementation to use ->srcpad
25682         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25683         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
25684         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
25685         a reference to everything we need.
25686         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
25687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25688         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25689         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
25690         a reference to everything we need.
25691         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
25692
25693 2004-01-11  David Schleef  <ds@schleef.org>
25694
25695         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
25696         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
25697         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
25698         structure members.
25699         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
25700         value during a resize/renegotiation.
25701         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
25702         gst_pad_alloc_buffer();
25703         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
25704         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
25705         structure members.
25706         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
25707         Fix for rename of buffer private structure members.
25708         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25709         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
25710         Fix for rename of buffer private structure members.
25711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25712         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
25713         Fix for rename of buffer private structure members.
25714
25715 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
25716
25717         reviewed by: David Schleef <ds@schleef.org>
25718
25719         * gst/videofilter/Makefile.am:
25720         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
25721         from the patch by ds to fit in with recent make_filter changes.
25722
25723 2004-01-11  Julien MOUTTE  <julien@moutte.net>
25724
25725         * configure.ac: Adding examples/switch/Makefile
25726         * examples/Makefile.am: Adding examples/switch
25727         * examples/switch/Makefile.am: Adding switcher example.
25728         * examples/switch/switcher.c: (got_eos), (idle_iterate),
25729         (switch_timer), (main): Adding an example demonstrating switch usage
25730         with 2 videotestsrc showing different patterns.
25731         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
25732         (gst_switch_init): Fixing switch with the new caps system.
25733
25734 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25735
25736         * gst-libs/gst/video/video.h:
25737           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
25738           They should probably be like
25739           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
25740
25741 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25742
25743         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25744         (qtdemux_parse_trak):
25745           fix audio chunk size/timestamp calculation
25746
25747 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25748
25749         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
25750           fix SVQ3 caps
25751
25752 2004-01-11  Steve Baker  <steve@stevebaker.org>
25753
25754         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
25755         (gst_agingtv_base_init), (gst_agingtv_class_init),
25756         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
25757         (gst_agingtv_set_property), (gst_agingtv_get_property):
25758         Port agingTV to videofilter
25759
25760 2004-01-09  Julien MOUTTE <julien@moutte.net>
25761
25762         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
25763         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25764
25765 2004-01-09  Julien MOUTTE <julien@moutte.net>
25766
25767         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
25768         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25769         * gst-libs/gst/xoverlay/xoverlay.c:
25770         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
25771         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
25772         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25773         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25774         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25775         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25776         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
25777         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
25778         the bufferalloc_function to replace bufferpools, fixing the XOverlay
25779         interface implementation to handle xid being 0 and fix some bugs
25780         triggered by Benjamin's testcase.
25781         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25782         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25783         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
25784         the bufferalloc_function to replace bufferpools, fixing the XOverlay
25785         interface implementation to handle xid being 0 and fix some bugs
25786         triggered by Benjamin's testcase.
25787
25788 2004-01-09  David Schleef  <ds@schleef.org>
25789
25790         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
25791         mouse pointer events.  It works.
25792
25793 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25794
25795         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
25796           Use explicit caps - fix capsnego.
25797         * ext/xvid/gstxviddec.c:
25798         * ext/xvid/gstxvidenc.c:
25799           Remove macro-inside-macro which caused compile errors.
25800         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
25801           Error out if it's not a RIFF file. Else we error out without
25802           gst_element_error() which is not good...
25803
25804 2004-01-08  David Schleef  <ds@schleef.org>
25805
25806         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
25807         Fix pad_link function to handle formats that ffmpeg returns
25808         as multiple caps structures.
25809         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
25810         Only complain if source buffer is _smaller_ than expected.
25811         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
25812         (gst_videoscale_handle_src_event): Resize navigation events
25813         when passing them upstream.
25814         * gst/videotestsrc/gstvideotestsrc.c:
25815         * gst/videotestsrc/gstvideotestsrc.h:
25816         * gst/videotestsrc/videotestsrc.c:
25817         * gst/videotestsrc/videotestsrc.h:
25818         Rewrite many of the buffer painting functions to handle odd
25819         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
25820         been verified to work with my video card.
25821         * testsuite/gst-lint:  Add check for elements calling
25822         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
25823
25824 2004-01-08  David Schleef  <ds@schleef.org>
25825
25826         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25827         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
25828
25829 2004-01-08  Julien MOUTTE  <julien@moutte.net>
25830
25831         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
25832         configure event is not emiting the desired size signal. That fixes
25833         aspect ratio issues with gst-player.
25834
25835 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25836
25837         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
25838           Fix capsnego.
25839
25840 2004-01-08  Julien MOUTTE  <julien@moutte.net>
25841
25842         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
25843         public method to fire size signal.
25844
25845 2004-01-07  Julien MOUTTE  <julien@moutte.net>
25846
25847         * examples/gstplay/Makefile.am: Adding the interface library.
25848         * gst-libs/gst/play/Makefile.am: Adding the interface library.
25849         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
25850         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
25851         GST_IS_X_OVERLAY before signal connect.
25852         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
25853         Removing the have_video_size signal.
25854         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
25855         and associated public method.
25856         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
25857         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
25858         signal.
25859         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
25860         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
25861         signal.
25862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
25863         Using XOverlay public method to fire size signal.
25864
25865 2004-01-07  David Schleef  <ds@schleef.org>
25866
25867         * gst/videofilter/Makefile.am:
25868         * gst/videofilter/gstvideotemplate.c:
25869         * gst/videofilter/make_filter:
25870         Create gstvideoexample.c in a srcdir!=builddir friendly way.
25871         Convert make_filter to /bin/sh script.
25872
25873 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
25874
25875         * gst/modplug/gstmodplug.cc: fix element description
25876
25877 2004-01-07  Julien MOUTTE  <julien@moutte.net>
25878
25879         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
25880         (got_video_size): Adding some new lines in g_print calls.
25881         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25882         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
25883         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
25884         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
25885         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
25886         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
25887         Complete code review, reverting some stuff i disagree with, adding
25888         some fixes : time synchronization on invalid timestamps, renegotiation
25889         of private window.
25890         * sys/ximage/ximagesink.h:
25891         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
25892         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
25893         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
25894         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
25895         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
25896         (gst_xvimagesink_buffer_new),
25897         (gst_xvimagesink_navigation_send_event),
25898         (gst_xvimagesink_set_xwindow_id),
25899         (gst_xvimagesink_get_desired_size),
25900         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
25901         stuff i disagree with, adding some fixes : Renegotiation of private
25902         window, implementing get_desired_size.
25903
25904 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25905
25906         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
25907         (gst_afsink_handle_event):
25908         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
25909         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
25910         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
25911         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
25912         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
25913           Fix for instantiate-test (see core). Also remove dead code from
25914           jpegenc (which still needs fixing, but that's lower on my TODO
25915           list...).
25916         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
25917           Never return NULL as caps.
25918
25919 2004-01-07  David Schleef  <ds@schleef.org>
25920
25921         * configure.ac:
25922         * ext/Makefile.am:
25923         * ext/librfb/Makefile.am:
25924         * ext/librfb/gstrfbsrc.c:
25925         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
25926         is the protocol used by VNC.
25927
25928 2004-01-07  David Schleef  <ds@schleef.org>
25929
25930         * gst/videofilter/gstvideotemplate.c:
25931         * gst/videofilter/gstvideotemplate.h:
25932         * gst/videofilter/make_filter:
25933         Merge videotemplate header into source file.
25934         * gst/effectv/Makefile.am:
25935         * gst/effectv/gsteffectv.c: (plugin_init):
25936         * gst/effectv/gstwarp.c:
25937         Make warpTV a subclass of videofilter.
25938
25939 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25940
25941         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
25942           Add guard against invalid utf-8 conversions in mad. Just in case.
25943
25944 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25945
25946         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
25947           Fix for bug shown by poisoning
25948
25949 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25950
25951         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
25952         (gst_v4lmjpegsrc_buffer_free):
25953         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
25954         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
25955         (gst_v4lsrc_buffer_free):
25956           Fix for removed bufferpools.
25957
25958 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
25959
25960         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
25961         Fix caps negotiation.
25962
25963         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
25964         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
25965         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
25966         (dvdnavsrc_event):
25967         * ext/mpeg2dec/gstmpeg2dec.c:
25968         * gst-libs/gst/navigation/navigation.c:
25969         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
25970         * gst-libs/gst/navigation/navigation.h:
25971         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
25972         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
25973         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
25974         Super-simple first version of mouse and keyboard events. Clicking
25975         on a DVD menu now works, although it may not take you where you
25976         expected.
25977
25978         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
25979         * gst/videotestsrc/gstvideotestsrc.c:
25980         (gst_videotestsrc_src_fixate):
25981         These fixate functions were broken - they never actually
25982         fixated :)
25983
25984 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25985
25986         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
25987         (gst_icecastsend_init):
25988           fix for new caps system.
25989         * gst-libs/gst/mixer/mixertrack.h:
25990         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
25991           Add 'master track' flag (for tools like ACME that only want to
25992           change the main volume).
25993
25994 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
25995
25996         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
25997         (gst_xvid_csp_to_caps):
25998         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
25999         * ext/xvid/gstxvidenc.c:
26000         ifdef out ARGB type when it isn't available
26001         in xvidcore 1.0.0beta2
26002
26003 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26004
26005         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
26006           When we have received a new SCR right in the first buffer after
26007           a seek (so in the same cycle that handles the discont), we should
26008           handle the buffer instead of unreffing it, else we lose data.
26009
26010 2004-01-06  Iain <iain@prettypeople.org>
26011
26012         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
26013           buffer-frames caps too.
26014
26015         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
26016           caps that we need, don't destroy them all and rebuild them. And when
26017           creating src pads, use the src pad template rather than the sink...
26018
26019 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26020
26021         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
26022           Add pad to element *after* setting functions such as event handler.
26023           Without this, the scheduler (opt) will link pads, set the event
26024           handler from the default event function (dispatcher in gstpad.c)
26025           and *after* that, we will set our own event function, which will
26026           thus never be used (and thus mpegdemux doesn't handle events).
26027
26028 2004-01-04  David Schleef  <ds@schleef.org>
26029
26030         Fix the fixate functions to handle new prototype:
26031         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
26032         * gst/videotestsrc/gstvideotestsrc.c:
26033         (gst_videotestsrc_src_fixate):
26034         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
26035         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
26036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
26037
26038 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26039
26040         * sys/ximage/ximagesink.h:
26041         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26042         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
26043         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
26044         (gst_ximagesink_xoverlay_init):
26045           assorted fixes to make (re)embedding work
26046         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
26047         (gst_ximagesink_get_desired_size):
26048           implement desired size additions to XOverlay
26049
26050 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26051
26052         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
26053         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
26054         (gst_x_overlay_got_desired_size):
26055         * gst-libs/gst/xoverlay/xoverlay.h:
26056           Add optional "desired size" signal and querying.
26057
26058 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26059
26060         * gst/matroska/matroska-demux.c:
26061         (gst_matroska_demux_parse_blockgroup):
26062           Fix EBML-laced block parsing. Diffs are relative to previous
26063           lace, not the first lace. Thanks to Mosu from the Matroska
26064           team for detecting this.
26065         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26066         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
26067         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
26068         (gst_wavparse_change_state):
26069         * gst/wavparse/gstwavparse.h:
26070           Quickfix for capsnego.
26071
26072 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26073
26074         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
26075           Fix indenting, fix pad creation.
26076
26077 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26078
26079         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
26080         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
26081         (gst_xviddec_sink_link):
26082           Implement src_getcaps() so proper size caps is negotiated.
26083
26084 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26085
26086         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
26087           Finish flac decoder on EOS. See #116178.
26088
26089 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26090
26091         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
26092         (gst_matroska_demux_add_stream):
26093         * gst/matroska/matroska-ids.h:
26094           Add getcaps() function to fix capsnego...
26095
26096 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26097
26098         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26099         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26100         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26101           Fix more integer overflows. Again, see #126967.
26102
26103 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26104
26105         * ext/mpeg2dec/gstmpeg2dec.c:
26106           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
26107           #130416.
26108
26109 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26110
26111         * configure.ac:
26112         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
26113         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
26114         * ext/xvid/gstxvid.h:
26115         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
26116         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
26117         (gst_xviddec_src_link), (gst_xviddec_sink_link),
26118         (gst_xviddec_change_state):
26119         * ext/xvid/gstxviddec.h:
26120         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
26121         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
26122         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
26123         (gst_xvidenc_link), (gst_xvidenc_set_property),
26124         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
26125         * ext/xvid/gstxvidenc.h:
26126           Update xvid plugin to latest xvid (1.0.0-beta3) API.
26127
26128 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26129
26130         * gst/rtp/rtp-packet.c:
26131           Add sys/types.h include, since OS X doesn't define in_addr_t
26132           in netinet/in.h, like it does on Linux (see #129600).
26133
26134 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
26135
26136         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
26137
26138         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
26139           Correct logic of dispose function (see #129306).
26140
26141 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26142
26143         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
26144         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
26145         (gst_mpeg_parse_init):
26146         * gst/mpegstream/gstmpegparse.h:
26147           Remove clock (which was never provided, i.e. dead code), and
26148           also fix integer overflows at high PTS values (see #126967).
26149
26150 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26151
26152         * ext/flac/gstflacdec.c:
26153         * ext/libpng/gstpngenc.h:
26154         * ext/mikmod/gstmikmod.h:
26155           OS X fixes (see #126628).
26156
26157 2004-01-02  David Schleef  <ds@schleef.org>
26158
26159         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
26160         (gst_alsa_src_base_init): Remove bogus "src" request pad.
26161         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
26162         (gst_mpeg_parse_class_init): Move pad template registration
26163         to class_init, since the derived class (mpegdemux) doesn't
26164         want them.
26165
26166 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26167
26168         * sys/ximage/Makefile.am:
26169         * sys/xvideo/Makefile.am:
26170         * sys/xvimage/Makefile.am:
26171           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
26172           after installation (see #127664).
26173
26174 2004-01-02  David Schleef  <ds@schleef.org>
26175
26176         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
26177         (gst_ffmpegenc_connect):  Negotiation fixes.
26178         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
26179         Remove inappropriate gst_caps_free().
26180         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
26181         Reenable Ronald's internal resize code, since the core handles
26182         it correctly now.
26183
26184 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26185
26186         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
26187         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
26188         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
26189           Fix pad template stuff.
26190
26191 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26192
26193         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
26194         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
26195           fix signed integer reading/writing.
26196
26197 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26198
26199         * ext/alsa/README:
26200           Remove outdated document
26201
26202 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
26203
26204         * gst/cutter/gstcutter.c: (gst_cutter_init):
26205           src pad was being created twice - oops.
26206
26207 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26208
26209         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
26210           Comment out internal resize. It doesn't handle the resulting
26211           XEvent internally, does another try_set_caps() which leads to
26212           a really nice loop.
26213           Real fix will come when Julien and Dave are awake. ;).
26214
26215 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26216
26217         * ext/mpeg2enc/gstmpeg2enc.cc:
26218           fix const/nonconst compile issue.
26219
26220 2004-01-02  David Schleef  <ds@schleef.org>
26221
26222         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
26223         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
26224         Add fixate function and a check for bad formats.
26225
26226 2004-01-01  David Schleef  <ds@schleef.org>
26227
26228         Negotiation fixes:
26229         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
26230         (gst_audiofilter_init):
26231         * gst/debug/efence.c: (gst_efence_init):
26232         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
26233         (gst_deinterlace_init):
26234         * gst/volume/gstvolume.c: (volume_connect):
26235
26236 2004-01-01  David Schleef  <ds@schleef.org>
26237
26238         Convert elements to use gst_pad_use_explicit_caps() where
26239         appropriate:
26240         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
26241         * ext/audiofile/gstafparse.c: (gst_afparse_init),
26242         (gst_afparse_open_file):
26243         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
26244         (gst_afsrc_open_file):
26245         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
26246         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
26247         (gst_ffmpegdec_chain):
26248         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
26249         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
26250         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
26251         (gst_gdk_pixbuf_chain):
26252         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
26253         (gst_jpegdec_chain):
26254         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
26255         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
26256         (gst_mikmod_negotiate):
26257         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26258         (gst_mpeg2dec_negotiate_format):
26259         * ext/mpeg2enc/gstmpeg2enc.cc:
26260         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26261         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
26262         (gst_speexdec_sinkconnect):
26263         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
26264         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
26265         (gst_vorbisfile_new_link):
26266         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
26267         (gst_ac3parse_chain):
26268         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
26269         (gst_asf_demux_setup_pad):
26270         * gst/auparse/gstauparse.c: (gst_auparse_init),
26271         (gst_auparse_chain):
26272         * gst/id3/gstid3types.c: (gst_id3types_loop):
26273         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
26274         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26275         (mp1videoparse_parse_seq):
26276         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
26277         (bpf_from_header):
26278         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26279         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
26280         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26281         (gst_mpeg_parse_send_data):
26282         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26283         (gst_qtdemux_add_stream):
26284         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
26285         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26286         (gst_wavparse_parse_fmt):
26287
26288 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26289
26290         * configure.ac:
26291           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
26292           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
26293           it therefore uses the wrong include paths. Too bad... Note
26294           that 1.6.1.93 is not release yet. ;).
26295           Also add a check for mplex, which is now using the lib'ified
26296           mplex from mjpegtools, too.
26297         * ext/ffmpeg/gstffmpegcodecmap.c:
26298           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
26299           issues. I don't think ffmpeg handles 3ivx correctly, so this
26300           probably won't work. But it won't hurt either.
26301         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
26302         (gst_ffmpegdec_chain):
26303         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
26304         (gst_ffmpegenc_chain_audio):
26305           Fix memleak in audio encoding. Close codec if open fails, this
26306           calls the cleanup routines so we can re-use the context.
26307         * ext/mpeg2enc/gstmpeg2enc.cc:
26308           Fix pad template names/types, fix memory issue with getcaps().
26309         * ext/mpeg2enc/gstmpeg2encoder.cc:
26310         * ext/mpeg2enc/gstmpeg2encoder.hh:
26311           Fix compile issue with new caps system (const thingy).
26312         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
26313         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
26314           We read a first frame right on initing, so that we have a caps
26315           when we init the output. This caps is cached in padprivate and
26316           read as first frame.
26317         * ext/mplex/Makefile.am:
26318         * ext/mplex/gstmplex.cc:
26319         * ext/mplex/gstmplex.h:
26320         * ext/mplex/gstmplex.hh:
26321         * ext/mplex/gstmplexibitstream.cc:
26322         * ext/mplex/gstmplexibitstream.hh:
26323         * ext/mplex/gstmplexjob.cc:
26324         * ext/mplex/gstmplexjob.hh:
26325         * ext/mplex/gstmplexoutputstream.cc:
26326         * ext/mplex/gstmplexoutputstream.hh:
26327           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
26328           had issues, didn't do capsnego, supported only a subset of the
26329           mplex features and required a mplex fork in our local CVS. Plus
26330           that it worked agaist a very old mplex version. Rewriting was
26331           faster than updating it.
26332         * gst-libs/ext/Makefile.am:
26333         * gst-libs/ext/mplex/INSTRUCT:
26334         * gst-libs/ext/mplex/Makefile.am:
26335         * gst-libs/ext/mplex/README:
26336         * gst-libs/ext/mplex/TODO:
26337         * gst-libs/ext/mplex/ac3strm_in.cc:
26338         * gst-libs/ext/mplex/audiostrm.hh:
26339         * gst-libs/ext/mplex/audiostrm_out.cc:
26340         * gst-libs/ext/mplex/aunit.hh:
26341         * gst-libs/ext/mplex/bits.cc:
26342         * gst-libs/ext/mplex/bits.hh:
26343         * gst-libs/ext/mplex/buffer.cc:
26344         * gst-libs/ext/mplex/buffer.hh:
26345         * gst-libs/ext/mplex/fastintfns.h:
26346         * gst-libs/ext/mplex/format_codes.h:
26347         * gst-libs/ext/mplex/inputstrm.cc:
26348         * gst-libs/ext/mplex/inputstrm.hh:
26349         * gst-libs/ext/mplex/lpcmstrm_in.cc:
26350         * gst-libs/ext/mplex/mjpeg_logging.cc:
26351         * gst-libs/ext/mplex/mjpeg_logging.h:
26352         * gst-libs/ext/mplex/mjpeg_types.h:
26353         * gst-libs/ext/mplex/mpastrm_in.cc:
26354         * gst-libs/ext/mplex/mpegconsts.cc:
26355         * gst-libs/ext/mplex/mpegconsts.h:
26356         * gst-libs/ext/mplex/mplexconsts.hh:
26357         * gst-libs/ext/mplex/multplex.cc:
26358         * gst-libs/ext/mplex/outputstream.hh:
26359         * gst-libs/ext/mplex/padstrm.cc:
26360         * gst-libs/ext/mplex/padstrm.hh:
26361         * gst-libs/ext/mplex/stillsstream.cc:
26362         * gst-libs/ext/mplex/stillsstream.hh:
26363         * gst-libs/ext/mplex/systems.cc:
26364         * gst-libs/ext/mplex/systems.hh:
26365         * gst-libs/ext/mplex/vector.cc:
26366         * gst-libs/ext/mplex/vector.hh:
26367         * gst-libs/ext/mplex/videostrm.hh:
26368         * gst-libs/ext/mplex/videostrm_in.cc:
26369         * gst-libs/ext/mplex/videostrm_out.cc:
26370         * gst-libs/ext/mplex/yuv4mpeg.cc:
26371         * gst-libs/ext/mplex/yuv4mpeg.h:
26372         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
26373         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
26374           We don't fork mjpegtools' mplex in our CVS anymore.
26375         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
26376         (gst_avi_demux_add_stream):
26377         * gst/avi/gstavidemux.h:
26378           Add getcaps() function for proper caps nego. This makes some
26379           parts of AVI playback/reading work.
26380         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
26381           Resize window on new capsnego. This is probably wrong, but
26382           I'm still committing it because with current capsnego, the
26383           first successfull capsnego is auto-fixated, therefore rounded
26384           down to the lowest values in the caps. this results in a 16x16
26385           XWindow that is not reized when real capsnego finishes.
26386           Dave, I see more cases of this, do you know a proper solution?
26387         * tools/gst-launch-ext.in:
26388           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
26389
26390 2003-12-31  David Schleef  <ds@schleef.org>
26391
26392         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
26393         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
26394           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
26395
26396 2003-12-30  David Schleef  <ds@schleef.org>
26397
26398         * ext/ffmpeg/gstffmpegcolorspace.c:
26399         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
26400         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
26401         (gst_ffmpegcsp_chain): Negotiation fixes
26402         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
26403         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
26404         (gst_audio_convert_link), (gst_audio_convert_channels):
26405         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
26406         (gst_audioscale_link), (gst_audioscale_get_buffer),
26407         (gst_audioscale_chain): Negotiation fixes
26408         * gst/audioscale/gstaudioscale.h:
26409         * gst/videofilter/gstvideofilter.c:
26410         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
26411         (gst_videofilter_link), (gst_videofilter_init),
26412         (gst_videofilter_set_output_size), (gst_videofilter_setup),
26413         (gst_videofilter_find_format_by_structure):
26414         * gst/videofilter/gstvideofilter.h: Negotiation fixes
26415         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
26416         (gst_videoscale_link):
26417         * gst/videoscale/videoscale.c: (videoscale_get_structure),
26418         (videoscale_find_by_structure), (gst_videoscale_setup):
26419         * gst/videoscale/videoscale.h: Negotiation fixes
26420         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
26421         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
26422         function, restrict resizing to a multiple of 4 (hack until
26423         everyone supports odd sizes correctly).
26424
26425 2003-12-29  Colin Walters  <walters@verbum.org>
26426
26427         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
26428         signed.
26429
26430 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
26431
26432         * ext/sndfile/gstsf.c: (gst_sf_loop):
26433           Fix warning about discarding const qualifier
26434
26435 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
26436
26437         * gst/cutter/gstcutter.c:
26438         * gst/videoscale/gstvideoscale.c:
26439         * gst/volenv/gstvolenv.c:
26440         * gst-libs/gst/audio/audio.c:
26441         * gst-libs/gst/video/video.c:
26442           Fix warnings
26443
26444 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26445
26446         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
26447           Don't send ALSA debugging to stderr.
26448         * ext/alsa/gstalsa.h:
26449           Use GST_WARNING instead of g_warning when ALSA functions fail.
26450
26451 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26452
26453         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
26454           Free XVAdapterInfo correctly.
26455
26456 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26457
26458         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26459         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
26460           Make id3tag use correct caps nego.
26461
26462 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
26463
26464         * ext/ivorbis/vorbis.c:
26465         * ext/ivorbis/vorbisenc.h:
26466         * ext/ivorbis/vorbisfile.c:
26467           Modify so that it uses the new caps things
26468
26469 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26470
26471         * testsuite/spider/spider1.c: (main):
26472         * testsuite/spider/spider2.c: (main):
26473         * testsuite/spider/spider3.c: (main):
26474           Make tests compile again. They probably don't work.
26475
26476 2003-12-24  Colin Walters  <walters@verbum.org>
26477
26478         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
26479         we can't fixate the caps anymore.
26480
26481 2003-12-23  David Schleef  <ds@schleef.org>
26482
26483         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
26484         * sys/oss/gstosssink.c: (gst_osssink_init),
26485         (gst_osssink_sink_fixate): Add fixate function.
26486
26487 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26488
26489         * ext/ffmpeg/gstffmpegcodecmap.c:
26490         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
26491         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
26492         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
26493         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
26494         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
26495         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
26496         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
26497           fix typo in RGB masks, and move back to "old" colorspace
26498           capsnego code until whoever wrote this new crap has actually
26499           tested it so that it works.
26500           And yes, this works, keep it that way please.
26501
26502 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26503
26504         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
26505         (gst_divxdec_init), (gst_divxdec_negotiate):
26506         * ext/divx/gstdivxdec.h:
26507         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
26508         (gst_divxenc_init):
26509         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
26510         (gst_faac_sinkconnect), (gst_faac_srcconnect):
26511         * ext/mpeg2enc/gstmpeg2enc.cc:
26512         * ext/mpeg2enc/gstmpeg2encoder.cc:
26513         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
26514         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
26515         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
26516         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
26517         (dxr3spusink_init):
26518         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
26519         (dxr3videosink_init):
26520           Fix caps breakage after Dave's caps branch merge.
26521
26522 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26523
26524         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26525           Fix for 24bpp display.
26526
26527 2003-12-23  Colin Walters  <walters@verbum.org>
26528
26529         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
26530         a GnomeVFSHandle directly.
26531
26532 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26533
26534         * gst/volume/Makefile.am:
26535         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
26536         (volume_base_init), (volume_init):
26537           Reenable volume element and fix to work with new caps stuff.
26538           Rhythmbox needs this.
26539
26540 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26541
26542         * gst/qtdemux/qtdemux.c: (plugin_init):
26543           qtdemux requires bytestream
26544
26545 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26546
26547         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
26548           Fix remaining caps handling errors due to CAPS merge.
26549
26550 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26551
26552         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
26553         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
26554         (gst_faad_srcconnect):
26555           Port to new caps system.
26556
26557 2003-12-21  Julien MOUTTE  <julien@moutte.net>
26558
26559         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
26560         (got_video_size), (main): using g_print instead of g_message.
26561         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
26562         signal which was not emitted because of "switch" element added to the
26563         bin but not connected. (Removing from the bin temporarily)
26564
26565 2003-12-21  Julien MOUTTE  <julien@moutte.net>
26566
26567         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
26568         find X development files. I don't understand the previous tests and
26569         they fail on my debian/ppc unstable. This one works.
26570         * examples/gstplay/player.c: (main): Set the pipeline to READY before
26571         exiting.
26572         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
26573         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26574         (gst_play_set_visualization): Add some safety checks in set_ methods
26575         and state_change. This was throwing some ugly CRITICAL messages when
26576         pipeline was getting disposed and casts were failing.
26577
26578 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26579
26580         * configure.ac:
26581           Improve mpeg2enc detection. This is for distributions that do
26582           ship mjpegtools, but without mpeg2enc. Also does object check
26583           for might there ever be ABI incompatibility.
26584         * ext/mpeg2enc/gstmpeg2enc.cc:
26585           Add Andrew as second maintainer (he's helping me), and also add
26586           an error if no caps was set. This happens if I pull before capsnego
26587           and that's something I should solve sometime else.
26588         * gst/matroska/matroska-demux.c:
26589         (gst_matroska_demux_parse_blockgroup):
26590           Fix time parsing.
26591         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
26592         (gst_matroska_mux_track_header):
26593           Add caps to templates.
26594         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
26595           Add mpegversion=1 to prevent confusion with MPEG/AAC.
26596         * gst/mpegstream/gstmpegdemux.c:
26597           Remove layer since it causes warnings about unfixed caps.
26598         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
26599           Fix obvious typo (we error out if caps were set, we should of
26600           course error out if *no* caps were set).
26601         * sys/oss/gstosselement.c: (gst_osselement_convert):
26602           Fix format conversion, we confused bits/bytes.
26603         * sys/oss/gstosselement.h:
26604           Improve documentation for 'bps'.
26605         * sys/v4l/TODO:
26606           Remove stuff about plugins that need removing - this was done
26607           ages ago.
26608         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
26609         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
26610         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
26611         (gst_v4lsrc_src_query):
26612         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
26613         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
26614           Add get_query_types(), get_formats() and query() functions.
26615
26616 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
26617
26618         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
26619           * moved CVS to freedesktop.org