5ad529e4b6b3ccdf6cfa059d0b87087a1935ed03
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-06-06  Michael Smith  <msmith@fluendo.com>
2
3         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4         (theora_parse_drain_queue):
5           Mark DELTA_UNIT on non-keyframes.
6
7 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
8
9         * gst-libs/gst/audio/gstbaseaudiosink.c:
10         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
11         * gst-libs/gst/audio/gstbaseaudiosink.h:
12         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
13         (gst_ring_buffer_samples_done):
14         * gst-libs/gst/audio/gstringbuffer.h:
15         Document better the fact that latency_time and buffer_time are values
16         stored in microseconds, and not the usual GStreamer nanoseconds.
17         Change the variables (compatibly) that store them from GstClockTime 
18         to guint64 to make it more clear that they're not storing clock times.
19         Also, remove the bogus property description that says the user can
20         specify -1 to get the default value, since that's never been the case.
21
22         When computing the default segment size for the ring buffer, make it
23         an integer number of samples.
24
25         When the sub-class indicates a delay greater than the number of
26         samples we've written return 0 from the audio sink get_time method.
27
28 2006-06-02  Michael Smith  <msmith@fluendo.com>
29
30         * tests/check/elements/audioconvert.c: (set_channel_positions),
31         (get_float_mc_caps), (get_int_mc_caps):
32         * tests/check/elements/audioresample.c:
33         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
34         * tests/check/elements/videorate.c:
35         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
36         * tests/check/elements/volume.c:
37         * tests/check/elements/vorbisdec.c:
38         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
39           Don't busy-wait in tests; this was causing test timeouts very
40           frequently when running under valgrind.
41
42 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
43
44         * gst/tcp/README:
45         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
46         (gst_multi_fd_sink_remove_client_link),
47         (gst_multi_fd_sink_client_queue_caps),
48         (gst_multi_fd_sink_client_queue_buffer),
49         (gst_multi_fd_sink_handle_client_write),
50         (gst_multi_fd_sink_render):
51         * gst/tcp/gstmultifdsink.h:
52           make multifdsink properly deal with streamheader:
53           - streamheader is taken from caps
54           - buffers marked with IN_CAPS are not sent
55           - streamheaders are sent, on connection, from the caps of the
56             buffer where the client gets positioned to
57           - further streamheader changes are done every time the client
58             will receive a buffer with different caps
59         * tests/check/elements/multifdsink.c: (GST_START_TEST),
60         (gst_multifdsink_create_streamheader):
61           add tests for this
62
63 2006-06-02  Michael Smith  <msmith@fluendo.com>
64
65         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
66           Reinstate limit on channel count. Vorbis does not define the meaning
67           of > 6 channels, so they're just independent channels. Gstreamer
68           currently has no mechanism to represent N independent channels.
69
70 2006-06-02  Michael Smith  <msmith@fluendo.com>
71
72         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
73           Don't arbitrarily restrict channel counts and rate in vorbis.
74           In terms of effects likely on real-world files, this fixes 96kHz
75           playback of vorbis.
76
77 2006-06-02  Michael Smith  <msmith@fluendo.com>
78
79         * gst/audioconvert/audioconvert.c: (float):
80           More correct float->int conversion.
81
82 2006-06-02  Michael Smith  <msmith@fluendo.com>
83
84         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
85           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
86           value. Fixes g-critical on trying to play back ogg containing
87           unknown codec.
88
89 2006-06-02  Wim Taymans  <wim@fluendo.com>
90
91         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
92         (setup_source):
93         * gst/playback/gstplaybasebin.h:
94         Make the subtitle detection work from any thread so we don't
95         deadlock. Fixes #343397.
96
97 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
98
99         * gst/volume/Makefile.am:
100           Seriously, it's not *that* hard to get compilation right.  Even
101           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
102
103 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
104
105         * gst/volume/gstvolume.c: (volume_choose_func),
106         (volume_update_real_volume), (gst_volume_class_init),
107         (gst_volume_init), (volume_process_float), (volume_process_int16),
108         (volume_process_int16_clamp), (volume_set_caps),
109         (volume_transform_ip), (plugin_init):
110         * gst/volume/gstvolume.h:
111         rewrite the passthrough check, split _int16 and _int16_clamp, fix
112         another property desc., remove unused param from process function
113         
114         * tests/check/elements/volume.c: (volume_suite):
115         reactivate the passthrough test
116
117 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
118
119         * ext/alsa/gstalsamixerelement.h:
120         * ext/alsa/gstalsamixeroptions.h:
121         * ext/alsa/gstalsamixertrack.h:
122         * ext/gnomevfs/gstgnomevfssink.h:
123         * ext/gnomevfs/gstgnomevfssrc.h:
124         * ext/theora/gsttheoradec.h:
125         * ext/theora/gsttheoraenc.h:
126         * ext/theora/gsttheoraparse.h:
127         * ext/vorbis/vorbisparse.h:
128         * gst-libs/gst/audio/gstaudioclock.h:
129         * gst-libs/gst/audio/gstaudiofilter.h:
130         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
131         * gst/audioconvert/gstaudioconvert.h:
132         * gst/audioresample/gstaudioresample.h:
133         * gst/audiotestsrc/gstaudiotestsrc.h:
134         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
135         * gst/playback/gststreamselector.h:
136         * gst/tcp/gstmultifdsink.h:
137         * gst/tcp/gsttcpclientsink.h:
138         * gst/tcp/gsttcpclientsrc.h:
139         * gst/tcp/gsttcpserversink.h:
140         * gst/tcp/gsttcpserversrc.h:
141         * gst/videorate/gstvideorate.h:
142         * gst/videoscale/gstvideoscale.h:
143         * gst/videotestsrc/gstvideotestsrc.h:
144         * gst/volume/gstvolume.h:
145         * sys/v4l/gstv4ljpegsrc.h:
146         * sys/v4l/gstv4lmjpegsink.h:
147         * sys/v4l/gstv4lmjpegsrc.h:
148         * sys/v4l/gstv4lsrc.h:
149         * sys/ximage/ximagesink.h:
150         * sys/xvimage/xvimagesink.h:
151         * tests/old/testsuite/alsa/sinesrc.h:
152         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
153
154 2006-05-31  Wim Taymans  <wim@fluendo.com>
155
156         * ext/libvisual/visual.c: (gst_visual_reset),
157         (gst_visual_sink_setcaps), (gst_visual_sink_event),
158         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
159         Handle DISCONT.
160         Use running time before doing QoS.
161         Handle mono too.
162
163 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
164
165         * docs/libs/Makefile.am:
166           set a magic variable to indicate we know the docs are incomplete
167
168 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
169
170         * win32/common/libgstvideo.def:
171           export gst_video_calculate_display_ratio
172         * win32/vs6/libgstvideoscale.dsp:
173           add link to libgstvideo-0.10.lib
174
175 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
176
177         * gst/playback/gstplaybasebin.c: (gen_source_element):
178           Throw a more comprehensible error for rtsp:// URIs (rather
179           than erroring out with a negotiation error later on) until
180           we fix playbin to handle rtspsrc etc.
181
182 2006-05-30  Wim Taymans  <wim@fluendo.com>
183
184         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
185         (gst_text_overlay_text_event):
186         Added some FIXMEs.
187
188 2006-05-30  Wim Taymans  <wim@fluendo.com>
189
190         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
191         (gst_adder_request_new_pad), (gst_adder_release_pad):
192         * gst/adder/gstadder.h:
193         Implement release_request_pad.
194         Make padcounter atomic.
195
196         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
197         Added check for release_pad in adder.
198
199 2006-05-30  Wim Taymans  <wim@fluendo.com>
200
201         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
202         Fix build again.
203
204 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
205
206         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
207         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
208         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
209         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
210         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
211         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
212         (gst_ogg_demux_bisect_forward_serialno),
213         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
214         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
215           add more debugging
216           clean up printf formats for granulepos and serialno
217
218 2006-05-30  Michael Smith  <msmith@fluendo.com>
219
220         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
221         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
222         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
223         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
224         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
225         * ext/vorbis/vorbisenc.h:
226           Multi-channel caps negotiation, so we can do proper multichannel
227           vorbis encoding, negotiated through audioconvert.
228
229 2006-05-30  Wim Taymans  <wim@fluendo.com>
230
231         * tests/check/elements/adder.c: (test_event_message_received),
232         (test_play_twice_message_received), (GST_START_TEST),
233         (adder_suite):
234         Added check to show that #339935 is fixed with ongoing
235         adder and collectpads fixes.
236
237 2006-05-29  Wim Taymans  <wim@fluendo.com>
238
239         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
240         Don't leak pad name.
241
242 2006-05-29  Wim Taymans  <wim@fluendo.com>
243
244         * gst/adder/gstadder.c: (gst_adder_query_duration),
245         (forward_event_func), (forward_event), (gst_adder_src_event):
246         Fix adder seeking.
247         Make query/seeking code threadsafe.
248
249         * tests/check/Makefile.am:
250         * tests/check/elements/adder.c: (test_event_message_received),
251         (GST_START_TEST), (test_play_twice_message_received):
252         Fix adder test case.
253
254 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
255
256         Patch by: Young-Ho Cha  <ganadist at chollian net>
257
258         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
259         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
260         (set_encoding_element), (decodebin_element_added_cb),
261         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
262         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
263         * gst/playback/gstplaybasebin.h:
264           Add 'subtitle-encoding' property to playbin, so applications can
265           force a subtitle encoding for non-UTF8 subtitles (#342268).
266
267         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
268         (gst_sub_parse_set_property):
269           Rename recently-added 'encoding' property to 'subtitle-encoding'
270           (so it can be proxied by playbin/decodebin in a generic way
271           with less danger of false positives).
272
273 2006-05-29  Michael Smith  <msmith@fluendo.com>
274
275         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
276         (append_with_other_format), (set_structure_widths),
277         (gst_audio_convert_transform_caps):
278           Patch from #341562: give more specific audio caps in get_caps, so
279           that basetransform  can make better decisions on what caps to
280           negotiate.
281
282 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
283
284         * tests/check/elements/volume.c:
285         make it compile again
286
287 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
288
289         * tests/check/elements/volume.c: (volume_suite):
290         disable test until #343196 gets resolved
291
292 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
293
294         * gst/adder/gstadder.c: (gst_adder_get_type):
295         Make it easier to copy&paste
296         
297         * gst/volume/Makefile.am:
298         * gst/volume/gstvolume.c: (volume_update_real_volume),
299         (gst_volume_set_volume), (gst_volume_set_mute),
300         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
301         (volume_transform_ip), (volume_update_mute),
302         (volume_update_volume):
303         * gst/volume/gstvolume.h:
304         Add own debug category, move duplicate code to helper function, fix
305         property texts, add more comments and prepare ffor liboil-goodness
306         
307         * tests/check/Makefile.am:
308         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
309         add test for mute and passtrough case, be a bit more verbose to track
310         failure
311         
312         * tests/check/generic/states.c: (GST_START_TEST):
313         catch elements that fail to instantiate
314
315 2006-05-28  Edward Hervey  <edward@fluendo.com>
316
317         * tests/check/pipelines/simple-launch-lines.c:
318         * tests/check/pipelines/theoraenc.c:
319         * tests/check/pipelines/vorbisenc.c:
320         Comment out tests using parse_launch() if core was built without
321         parsing capabilities.
322
323 2006-05-27  Edward Hervey  <edward@fluendo.com>
324
325         * tests/check/Makefile.am:
326         Extra bonus points for whoever explains to ensonic that you are meant
327         to test unit tests thoroughly before commiting them, especially if
328         you know it's going to break.
329         De-activated element/adder tests.
330
331 2006-05-27  Edward Hervey  <edward@fluendo.com>
332
333         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
334         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
335         Marking caps conversion issues as GST_WARNING is way too verbose,
336         Moving them to GST_LOG.
337
338 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
339
340         * README:
341           Replace current README (containing the release notes from
342           some 0.9.x version) with a proper README taken from the core.
343
344 2006-05-26  Wim Taymans  <wim@fluendo.com>
345
346         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
347         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
348         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
349         (vorbis_dec_change_state):
350         Small cleanups.
351         Add some FIXMEs
352         Clip output samples to segment boundaries.
353
354 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
355
356         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
357         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
358         Improve the errors produced on bad output, including some human
359         readable description strings.
360         Handle the (theoretical for ximagesink) case where the XServer 
361         has a different idea about the size required for a particular 
362         frame and gives us too small a memory allocation.
363
364 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
365
366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
367         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
368         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
369         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
370         Improve the errors produced on bad output, including some human 
371         readable description strings.
372         Handle RGB Xv formats properly by transforming them into our 
373         big-endian caps description.
374         Use gst_caps_truncate to ensure that we never try and choose a
375         non-fixed caps in buffer_alloc.
376         Handle the case where the XServer has a different idea about the size
377         required for a particular frame and gives us too small a memory
378         allocation.
379         Use -1 to indicate 'no image format', because 0 is a valid XServer
380         image format number.
381         Put RGB Xv formats at the end of the caps, so that we always prefer
382         YUV format frames.
383         Iterate the available Xv Encodings to determine the maximum width and
384         height, and then return that in our caps.
385         (Closes #315312, #337544)
386
387 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
388
389         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
390         When there is only one unfinished pad and it receives an event that
391         doesn't match our requirements, we need to set alldone=FALSE so that
392         the fakesink is not removed yet.
393
394 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
395
396         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
397           Use gst_type_find_helper_for_buffer() to find the type
398           of stream from the first packet.
399
400         * configure.ac:
401           Bump requirements to core CVS (needed for vorbis
402           typefinding to work).
403
404 2006-05-24  Edward Hervey  <edward@fluendo.com>
405
406         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
407         Added the 'prfl' atom type which MQV (no, it's not a typo) files contain.
408         Else they play perfectly fine with qtdemux.
409
410 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
411
412         * ext/theora/theoradec.c:
413         * ext/theora/theoraenc.c:
414         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
415         * gst/audiorate/gstaudiorate.c:
416           make more debug catagories static
417         
418         * tests/check/Makefile.am:
419         * tests/check/elements/adder.c: (message_received),
420         (test_event_message_received), (GST_START_TEST),
421         (test_play_twice_message_received), (adder_suite):
422           added test case for using element twice, extra bonus points for anyone
423           who can make these test run reliably
424
425 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
426
427         * ext/theora/theoradec.c: (theora_dec_chain):
428           Make work with time-stamped input buffers that do not
429           have a granulepos in BUFFER_OFFSET_END (like theora
430           buffers coming from matroskademux). Fixes #342448.
431
432 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
433
434         Patch by: Peter Kjellerstedt  <pkj at axis com>
435
436         * gst/tcp/Makefile.am:
437           fdstresstest doesn't need Gtk+, fix compilation if 
438           gtk is not available (#342566).
439
440 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
441          
442         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
443                 80 line columns
444                 Removed redundant floor()
445
446 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
447
448         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
449           On second thought, just skip JUNK chunks automatically, so
450           the caller doesn't have to handle this. Fixes #342345.
451           Also, return GST_FLOW_UNEXPECTED if we get a short read,
452           not GST_FLOW_ERROR.
453
454 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
455
456         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
457           Don't bail out on JUNK chunks with a size of 0 (would try to
458           pull_range 0 bytes before, which sources don't like too much).
459           See #342345.
460
461 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
462
463         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
464         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
465         Use the gstutil scaling function to preserve 64 bits while calculating
466         output width and height from the display-aspect-ratio. (A continuation
467         of #341542)
468
469 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
470
471         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
472         (gst_xvimagesink_buffer_alloc):
473         * sys/xvimage/xvimagesink.h:
474         When performing buffer allocations, remember the caps and image format
475         we return so that if the same caps are asked for next time we can
476         return them immediately without doing any caps intersections.
477
478 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
479          
480         * gst-libs/gst/rtp/README:
481           Some new documentation
482         * gst-libs/gst/rtp/gstrtpbuffer.h:       
483                 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children         
484         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
485         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
486                 New RTP audio base payloader class. Supports frame or sample based codecs.
487                 Not enabled in Makefile.am until approved.
488
489 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
490
491         * tests/check/elements/alsa.c: (test_device_property_probe):
492           Fix test case: don't try to free NULL GValueArray when there
493           are no devices.
494
495 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
496
497         * tests/check/Makefile.am:
498         * tests/check/elements/alsa.c: (test_device_property_probe),
499         (alsa_suite), (main):
500           Add simple test that runs a device property probe on alsasrc,
501           alsasink and alsamixer. Disable valgrind check for now (too
502           many leaks in libasound, and valgrind ignored my suppressions
503           additions).
504
505 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
506
507         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
508         (gst_alsa_device_property_probe_probe_property),
509         (gst_alsa_device_property_probe_needs_probe),
510         (gst_alsa_device_property_probe_get_values),
511         (gst_alsa_type_add_device_property_probe_interface):
512         * ext/alsa/gstalsadeviceprobe.h:
513         * ext/alsa/gstalsamixerelement.c:
514         (gst_alsa_mixer_element_init_interfaces):
515         * ext/alsa/gstalsamixerelement.h:
516           Clean up and simplify alsa device probing. Make it actually work
517           for multiple classes. Don't cache results any longer.
518
519         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
520         (gst_alsasink_init):
521         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
522         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
523         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
524           Make alsasink and alsasrc implement the GstPropertyProbe interface
525           for device probing (#342181).
526       Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
527
528 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
529
530         * gst/subparse/samiparse.c: (handle_start_font):
531           Don't ignore return value of strtol (++compiler_happiness).
532
533 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
534
535         Patch by: Young-Ho Cha  <ganadist chollian net>
536
537         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
538         (gst_sub_parse_class_init), (gst_sub_parse_init),
539         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
540         (convert_encoding):
541         * gst/subparse/gstsubparse.h:
542           Add 'encoding' property (#341681).
543
544         * gst/subparse/samiparse.c: (characters_sami):
545           Output is pango markup, so we need to escape text
546           between tags (#342143).
547
548 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
549
550         * gst-libs/gst/audio/multichannel.c:
551         (gst_audio_check_channel_positions):
552           It's okay to have caps with channels=1 and a channel position
553           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
554           (deinterleavers might want to keep the position in the caps,
555           so that they can be re-interleaved again properly later).
556           Leave check for unexpected 2-channel layouts intact for now.
557
558 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
559
560         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
561         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
562         basesrc can do its job correctly.
563
564 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
565
566         * ext/alsa/Makefile.am:
567         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
568         (gst_alsa_detect_formats), (get_channel_free_structure),
569         (caps_add_channel_configuration), (gst_alsa_detect_channels),
570         (gst_alsa_probe_supported_formats):
571         * ext/alsa/gstalsa.h:
572         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
573           Refactor and improve caps probing code: probe signedness
574           when we probe the supported formats/widths; set endianness
575           to the one we actually probed for (ie. cpu endianness).
576           
577         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
578         (gst_alsasrc_close):
579         * ext/alsa/gstalsasrc.h:
580           Implement caps probing for alsasrc.
581
582 2006-05-15  Wim Taymans  <wim@fluendo.com>
583
584         * ext/theora/theoradec.c: (gst_theora_dec_reset),
585         (theora_dec_src_query), (theora_dec_src_event),
586         (theora_dec_sink_event), (theora_handle_comment_packet),
587         (theora_handle_data_packet), (theora_dec_change_state):
588         Cleanups, add some G_LIKELY.
589         Use segment helpers instead of our own wrong code.
590         Clear queued buffers on seek and READY.
591
592         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
593         (vorbis_dec_convert), (vorbis_dec_src_query),
594         (vorbis_dec_src_event), (vorbis_dec_sink_event),
595         (vorbis_handle_comment_packet), (vorbis_dec_push),
596         (vorbis_handle_data_packet), (vorbis_dec_chain),
597         (vorbis_dec_change_state):
598         * ext/vorbis/vorbisdec.h:
599         Remove old useless packetno variable.
600         Do position query properly.
601         Add some G_LIKELY.
602         Do cleanup of queued buffers in new helper function
603         and use it.
604
605 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
606
607         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
608           Query supported sample rates. Fixes #341732.
609
610 2006-05-15  Julien MOUTTE  <julien@moutte.net>
611
612         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
613         (gst_decode_bin_change_state): Make decodebin reusable
614         when going from PAUSE_TO_READY and then back to PAUSED.
615         Fixes #331678.
616
617 2006-05-15  Wim Taymans  <wim@fluendo.com>
618
619         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
620         (vorbis_dec_convert), (vorbis_dec_src_query),
621         (vorbis_dec_sink_query), (vorbis_dec_src_event),
622         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
623         (vorbis_dec_clean_queued), (vorbis_dec_push),
624         (vorbis_handle_data_packet), (vorbis_dec_change_state):
625         Cleanups. Use refcounting and DEBUG_OBJECT.
626         Reset segment on flush, use code methods instead of our
627         own wrong version.
628         Fix potential memleak.
629
630 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
631
632         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
633         (gst_alsasink_init):
634         * ext/alsa/gstalsasink.h:
635           Don't leak allocated snd_output_t structure if there's
636           more than one alsasink instance at a time (#341873).
637           Also fix GObject macros in header file.
638           
639 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
640
641         * gst/subparse/gstsubparse.c:
642         (gst_sub_parse_data_format_autodetect):
643           Don't use libxml functions in the typefinding code.
644
645 2006-05-15  Wim Taymans  <wim@fluendo.com>
646
647         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
648         Fix seeking performance in the case where a non-header 
649         packet has a 0 granulepos (busted theora case). 
650         Fixes #341719
651
652 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
653
654         * gst/subparse/gstsubparse.c:
655         (gst_sub_parse_data_format_autodetect):
656           Improve SAMI typefinding: handle case where there are
657           whitespaces or newlines in front of the first <SAMI>
658           tag (#169936).
659
660 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
661
662         * configure.ac:
663           Build video4linux plugin even if there's no XVIDEO, just
664           without implementing the GstXOverlay interface (#334002).
665          
666 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
667
668         * configure.ac:
669         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
670         (plugin_init):
671           Add tentative support for libvisual-0.4 (#336881).
672
673 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
674
675         Patch by: Young-Ho Cha <ganadist at chollian net>
676
677         * gst/subparse/samiparse.c: (handle_start_font):
678           Need to map "silver" colour explicitly (#169936).
679
680 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
681
682         Patch by: Young-Ho Cha  <ganadist at chollian net>
683
684         * gst/subparse/Makefile.am:
685         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
686         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
687         (gst_sub_parse_format_autodetect), (feed_textbuf),
688         (gst_subparse_type_find), (plugin_init):
689         * gst/subparse/gstsubparse.h:
690         * gst/subparse/samiparse.c:
691         * gst/subparse/samiparse.h:
692           Add support for SAMI subtitles (#169936).
693
694 2006-05-14  Michael Smith  <msmith@fluendo.com>
695
696         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
697           Fix #341696: crash when mixing L+R+C to mono or stereo.
698         * tests/check/Makefile.am:
699         * tests/check/elements/audioconvert.c: (set_channel_positions),
700         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
701         (audioconvert_suite):
702           Add test for the above, including some generic framework bits for
703           testing multichannel things.
704
705 === release 0.10.7 ===
706
707 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
708
709         * configure.ac:
710           releasing 0.10.7, "Leave the gun"
711
712 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
713
714         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
715         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
716         Fix the build.
717
718 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
719
720         * docs/libs/gst-plugins-base-libs-docs.sgml:
721         * docs/libs/gst-plugins-base-libs-sections.txt:
722         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
723         * gst-libs/gst/video/video.h:
724         * gst/videoscale/Makefile.am:
725         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
726         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
727         * tests/check/Makefile.am:
728         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
729         (main):
730           Fix integer overflow problem with pixel-aspect-ratio calculations
731           in videoscale and xvimagesink (#341542)
732
733 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
734
735         * gst-libs/gst/tag/gstid3tag.c:
736           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
737
738 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
739
740         * win32/MANIFEST:
741           update win32 files listing
742
743 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
744
745         patch by: Sjoerd Simons (sjoerd@luon.net)
746
747         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
748         (group_create), (group_destroy), (add_stream),
749         (gst_play_base_bin_get_property),
750         (gst_play_base_bin_get_streaminfo_value_array):
751         * gst/playback/gstplaybasebin.h:
752           API: GstPlayBaseBin::stream-info-value-array property
753           use a more bindings-friendly way of exposing streaminfo
754           using a GValueArray.  Tested in ipython.
755           Closes #341114
756
757 2006-05-11  Wim Taymans  <wim@fluendo.com>
758
759         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
760         (queue_underrun_cb), (queue_filled_cb):
761         Also catch queue underruns but don't do anything yet.
762         Refactor and comment queue enlarging code a bit.
763
764         * gst/playback/gstplaybasebin.c: (queue_overrun),
765         (queue_threshold_reached), (queue_out_of_data),
766         (gen_preroll_element):
767         If a queue over/underruns check that we don't create nasty
768         deadlocks when the min-threshold is not reached but the
769         max-bytes is. In those cases disable max-bytes when we
770         know that the queue is fed timed data.
771         Add more comments.
772
773 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
774
775         * gst/playback/gstplaybin.c: (gen_audio_element):
776           Make playbin automatically plug an 'audioresample'
777           element before the audio sink as well. This solves
778           problems with sinks that only accept a very specific
779           sample rate, like esdsink (e.g. #340379).
780
781 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
782
783         * gst/playback/gstplaybasebin.c: (gen_source_element):
784           Make http sources send special headers so that we receive
785           icecast metadata if the http stream is an icecast stream
786           (otherwise the server will just ignore them). This also
787           means that from now on users will need the 'icydemux'
788           element from gst-plugins-good installed if they want to
789           listen to icecast radio streams. (#341432, #333657).
790
791 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
792
793         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
794         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
795           remove stupid example from docs - it should come with a simple
796           C program instead.
797           Clean up/fix docs
798         * tests/check/elements/multifdsink.c: (wait_bytes_served),
799         (fail_if_can_read), (GST_START_TEST),
800         (gst_multifdsink_create_streamheader), (multifdsink_suite):
801           add a test for changing streamheader which exposes a bug in
802           multifdsink
803
804 2006-05-11  Michael Smith  <msmith@fluendo.com>
805
806         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
807         (gst_gnome_vfs_src_received_headers_callback):
808         * ext/gnomevfs/gstgnomevfssrc.h:
809           Don't set icy-caps unless we have a sane interval value. Move
810           interval to a local variable; we never use it outside this function.
811
812 2006-05-11  Wim Taymans  <wim@fluendo.com>
813
814         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
815         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
816         Register special buffer types along with the objects so
817         that they are not registered at runtime from N different
818         streaming threads since they are not threadsafe.
819
820 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
821
822         * tests/check/elements/multifdsink.c: (wait_bytes_served),
823         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
824           add two more tests, one doing streamheader
825
826 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
827
828         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
829           clean up the bufqueue when shutting down
830         * tests/check/Makefile.am:
831         * tests/check/elements/multifdsink.c: (setup_multifdsink),
832         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
833         (main):
834           add a test for the leak that was just fixed
835
836 2006-05-10  Wim Taymans  <wim@fluendo.com>
837
838         * gst/adder/gstadder.c: (gst_adder_setcaps),
839         (gst_adder_query_duration), (gst_adder_query), (forward_event),
840         (gst_adder_src_event), (gst_adder_sink_event),
841         (gst_adder_class_init), (gst_adder_finalize),
842         (gst_adder_request_new_pad), (gst_adder_collected):
843         * gst/adder/gstadder.h:
844         Updated some docs. Added comments and FIXMEs all over the place.
845         Improve debugging info.
846         Fix leak on finalize by not calling the parent.
847         Implement duration query.
848         Make event forwarding threadsafe.
849         Correctly send NEWSEGMENT at start and after flush.
850         Handle EOS correctly.
851         Post error when not negotiated.
852
853         * tests/check/elements/adder.c: (GST_START_TEST):
854         Added FIXME in the test.
855
856 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
857
858         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
859         (gst_text_overlay_halign_get_type),
860         (gst_text_overlay_wrap_mode_get_type):
861         * ext/theora/theoradec.c: (theora_handle_type_packet),
862         (theora_handle_data_packet):
863         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
864         (theora_enc_sink_setcaps), (theora_enc_chain):
865         * gst-libs/gst/cdda/gstcddabasesrc.c:
866         (gst_cdda_base_src_mode_get_type):
867         * gst/audiotestsrc/gstaudiotestsrc.c:
868         (gst_audiostestsrc_wave_get_type):
869         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
870         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
871         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
872         (gst_sync_method_get_type), (gst_unit_type_get_type),
873         (gst_client_status_get_type):
874         * gst/videoscale/gstvideoscale.c:
875         (gst_video_scale_method_get_type):
876         * gst/videotestsrc/gstvideotestsrc.c:
877         (gst_video_test_src_pattern_get_type):
878         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
879         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
880         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
881         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
882         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
883         (paint_setup_RGB565), (paint_setup_xRGB1555):
884           Const-ify GEnumValue and GFlagsValue arrays. Use
885           GST_ROUND_UP_* macros instead of home-made ones.
886
887 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
888
889         * configure.ac:
890           Require core CVS for the new newsegment stuff.
891
892 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
893
894         Patch by: Sjoerd Simons  <sjoerd at luon net>
895
896         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
897           Register nick for enum value (#341160).
898
899 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
900
901         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
902         (plugin_init):
903          backout typefind patch #340375
904          
905         * tests/check/elements/adder.c: (message_received),
906         (GST_START_TEST), (adder_suite):
907           redo, signal-handling of test
908
909 2006-05-09  Wim Taymans  <wim@fluendo.com>
910
911         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
912         (gst_adder_collected):
913         * gst/adder/gstadder.h:
914         Remove bogus segment merging and forwarding, we don't
915         care about timestamps anyway and we just produce a
916         continuous stream. 
917         Also create a nice NEWSEGMENT event when we start.
918         Use _scale_int some more.
919
920 2006-05-09  Edward Hervey  <edward@fluendo.com>
921
922         * tests/icles/stress-xoverlay.c:
923         Fix if core was built without parsing support.
924
925 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
926
927         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
928           Add SEDG (Samsung MPEG-4) fourcc.
929
930 2006-05-09  Edward Hervey  <edward@fluendo.com>
931
932         * tests/icles/stress-xoverlay.c:
933         * tests/examples/volume/volume.c:
934         Fix if core was built without parsing support.
935
936         * tests/examples/seek/seek.c:
937         Disable the parse_launch example if core was built without parsing
938         support.
939
940 2006-05-08  Edward Hervey  <edward@fluendo.com>
941
942         * autogen.sh: (CONFIGURE_DEF_OPT): 
943         libtoolize on Darwin/MacOSX is called glibtoolize
944
945 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
946
947         * tests/check/Makefile.am:
948         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
949           Disable the adder test, until the build-slaves posses the kindness to 
950           either like it or to give valid reason for not doing so 
951
952 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
953
954         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
955         (adder_suite):
956           Shuffle NULL state change around and raise timeout more
957
958 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
959
960         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
961         (mp4_type_find), (plugin_init):
962           Add typefind to distinguish between "audio/x-m4a" and new type
963           "video/mp4". Fixes #340375
964
965         * tests/check/elements/adder.c: (adder_suite):
966           Raise timeout to make buildbot happy
967
968 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
969
970         * gst/adder/gstadder.c: (gst_adder_sink_event),
971         (gst_adder_request_new_pad), (gst_adder_change_state):
972         * gst/adder/gstadder.h:
973         * tests/check/Makefile.am:
974         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
975         (adder_suite), (main):
976           Add sink-event handling to adder. It tries to merge incomming
977           newsegment-events. Added test to check if segment_done is comming
978           through. Fixes #340060
979
980 2006-05-05  Andy Wingo  <wingo@pobox.com>
981
982         * ext/theora/theoraparse.c (gst_theora_parse_init)
983         (theora_parse_src_convert, theora_parse_src_query):
984         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
985         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
986         query functions on the source pads of the theora and vorbis parse
987         elements. Fixes position querying when doing a remux.
988
989 2006-05-05  Michael Smith  <msmith@fluendo.com>
990
991         * ext/theora/theoraparse.c: (parse_granulepos),
992         (theora_parse_drain_queue_prematurely),
993         (theora_parse_queue_buffer), (theora_parse_sink_event):
994           Fix flushing.
995           Fix invalid granulepos outputs when starting with a non-keyframe.
996
997 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
998
999         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
1000         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
1001         Rearrange MPEG system stream detection, fixing some memleaks in the
1002         process.
1003         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
1004         they clean up their data correctly.
1005         Remove unused ogganx caps and move the 'is_annodex' check to inside
1006         the 'is_ogg' if statement.
1007
1008 2006-05-05  Wim Taymans  <wim@fluendo.com>
1009
1010         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
1011         Properly remove ghostpads. Fixes #340392
1012
1013 2006-05-04  David Schleef  <ds@schleef.org>
1014
1015         * gst/typefind/gsttypefindfunctions.c:
1016
1017 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
1018
1019         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
1020         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
1021
1022         When typefinding an MP3 in push-based mode, don't penalise the
1023         probability down to 74% when we found 5 valid frames just because we
1024         can't peek the end of the file.
1025
1026         Make the probability for detecting MPEG Transport Streams based on the
1027         number of sequential headers we successfully detected.
1028
1029 2006-05-03  Wim Taymans  <wim@fluendo.com>
1030
1031         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1032         (vorbis_dec_push), (vorbis_dec_chain):
1033         Still produce an error when we receive an empty packet.
1034
1035 2006-05-03  Wim Taymans  <wim@fluendo.com>
1036
1037         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1038         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
1039         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
1040         Mark buffers with DISCONT after seek and after activating new
1041         chains.
1042
1043         * ext/theora/gsttheoradec.h:
1044         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1045         (theora_get_query_types), (theora_dec_sink_event),
1046         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
1047         (theora_dec_change_state):
1048         Fix frame counter.
1049         Detect and mark DISCONT buffers.
1050
1051         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1052         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
1053         (vorbis_dec_change_state):
1054         * ext/vorbis/vorbisdec.h:
1055         Use GstSegment.
1056         Detect and mark DISCONT buffers.
1057         Don't crash on 0 sized buffers.
1058
1059 2006-05-03  Wim Taymans  <wim@fluendo.com>
1060
1061         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
1062         (volume_transform_ip):
1063         Increase "volume" property to 10.0. Fixes #340369.
1064         Set the process function to NULL when capsnego fails so that
1065         we properly error out.
1066
1067 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
1068
1069         * gst/playback/gstplaybin.c: (add_sink):
1070         * gst/playback/test.c: (main):
1071         * gst/playback/test5.c: (dump_element_stats):
1072         * gst/playback/test6.c: (main):
1073           free cpas using gst_caps_unref, don't leak caps-strings
1074
1075 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
1076
1077         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
1078         (plugin_init):
1079           Refine musepack typefinding a bit. Return MAXIMUM
1080           probability when we detect stream version 7 to make
1081           sure the mpeg audio typefinder doesn't trump us.
1082
1083 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
1084
1085         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1086           Protect against unexpected NULL strf_data buffer.
1087
1088 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1089
1090         * tests/check/elements/audioconvert.c: (verify_convert),
1091         (GST_START_TEST):
1092           interpret the out[] buffer in the order the bytes are actually
1093           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
1094           Other tests should use BYTE_ORDER since the array is filled in
1095           with actual values
1096
1097 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1098
1099         * tests/check/elements/audioconvert.c: (verify_convert),
1100         (GST_START_TEST):
1101           when a test fails, give an indication of which it is
1102
1103 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1104
1105         * gst-libs/gst/cdda/gstcddabasesrc.c:
1106           compile fix; strtol() needs <stdlib.h>
1107
1108 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
1109
1110         * ext/alsa/gstalsamixerelement.c:
1111         * ext/alsa/gstalsasrc.c:
1112         * ext/cdparanoia/gstcdparanoiasrc.c:
1113         * ext/gnomevfs/gstgnomevfssink.c:
1114         * ext/gnomevfs/gstgnomevfssrc.c:
1115         * ext/ogg/gstoggdemux.c:
1116         * ext/ogg/gstoggmux.c:
1117         * ext/ogg/gstoggparse.c:
1118         * ext/ogg/gstogmparse.c:
1119         * ext/pango/gstclockoverlay.c:
1120         * ext/pango/gsttextoverlay.c:
1121         * ext/pango/gsttextrender.c:
1122         * ext/pango/gsttimeoverlay.c:
1123         * ext/theora/theoradec.c:
1124         * ext/theora/theoraenc.c:
1125         * ext/vorbis/vorbisdec.c:
1126         * ext/vorbis/vorbisenc.c:
1127         * gst-libs/gst/audio/gstaudiofilter.c:
1128         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1129         * gst/audioconvert/gstaudioconvert.c:
1130         * gst/audiorate/gstaudiorate.c:
1131         * gst/audioresample/gstaudioresample.c:
1132         * gst/audiotestsrc/gstaudiotestsrc.c:
1133         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1134         * gst/playback/gstdecodebin.c:
1135         * gst/playback/gstplaybin.c:
1136         * gst/playback/gststreamselector.c:
1137         * gst/subparse/gstsubparse.c:
1138         * gst/tcp/gstmultifdsink.c:
1139         * gst/tcp/gsttcpclientsink.c:
1140         * gst/tcp/gsttcpclientsrc.c:
1141         * gst/tcp/gsttcpserversink.c:
1142         * gst/tcp/gsttcpserversrc.c:
1143         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1144         * gst/videorate/gstvideorate.c:
1145         * gst/videoscale/gstvideoscale.c:
1146         * gst/videotestsrc/gstvideotestsrc.c:
1147         * gst/volume/gstvolume.c:
1148         * sys/v4l/gstv4ljpegsrc.c:
1149         * sys/v4l/gstv4lmjpegsink.c:
1150         * sys/v4l/gstv4lmjpegsrc.c:
1151         * sys/v4l/gstv4lsrc.c:
1152         * sys/ximage/ximagesink.c:
1153         * sys/xvimage/xvimagesink.c:
1154         * tests/check/libs/cddabasesrc.c:
1155           make GstElementDetails const
1156
1157 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
1158
1159         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
1160         (gst_adder_init):
1161           send events from src-pad to all sink-pads fixes #338657
1162
1163 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
1164
1165         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
1166         (alsasink_parse_spec):
1167           query width capabilities from alsa, fixes #338919
1168
1169 2006-04-28  Wim Taymans  <wim@fluendo.com>
1170
1171         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
1172         (gst_multi_fd_sink_remove_client_link):
1173         * gst/tcp/gstmultifdsink.h:
1174         Fix race condition in multifdsink that can lead to spurious 
1175         duplicate clients. this patch adds a new signal that is fired when
1176         multifdsink has removed all references to the fd.
1177         Fixes #339574.
1178         Updated documentation.
1179         API: client-fd-removed signal added
1180
1181 2006-04-28  Michael Smith  <msmith@fluendo.com>
1182
1183         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
1184           When asking g_value_array_new to prealloc elements, we may as well
1185           ask for the right number of elements.
1186
1187 2006-04-28  Wim Taymans  <wim@fluendo.com>
1188
1189         * gst-libs/gst/audio/gstbaseaudiosink.c:
1190         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
1191         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1192         patch to make timestamp checking more tollerant to rounding 
1193         errors given that real discontinuities are to be marked on
1194         buffers. Fixes some asf files and #338778.
1195         Also avoid some crashers when we receive an event in the 
1196         NULL state.
1197
1198 2006-04-28  Michael Smith  <msmith@fluendo.com>
1199
1200         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
1201         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
1202         (gst_gnome_vfs_src_get_property),
1203         (gst_gnome_vfs_src_send_additional_headers_callback),
1204         (gst_gnome_vfs_src_received_headers_callback),
1205         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
1206         (gst_gnome_vfs_src_stop):
1207         * ext/gnomevfs/gstgnomevfssrc.h:
1208           Remove ICY handling (mostly) from gnomevfssrc, in favour of
1209           proper shared support within icydemux.
1210
1211 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1212
1213         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1214         (gst_video_rate_swap_prev), (gst_video_rate_chain):
1215           fix up docs
1216           fix a leak when no caps negotiated
1217           fix counting of input frames
1218         * tests/check/elements/.cvsignore:
1219         * tests/check/elements/videorate.c: (assert_videorate_stats),
1220         (GST_START_TEST), (videorate_suite):
1221           add tests for these
1222
1223 2006-04-28  Wim Taymans  <wim@fluendo.com>
1224
1225         * gst-libs/gst/audio/gstringbuffer.c:
1226         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
1227         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
1228         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1229         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
1230         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
1231         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1232         (gst_ring_buffer_commit), (gst_ring_buffer_read),
1233         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
1234         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
1235         Check arguments passed to public functions instead of
1236         crashing.
1237
1238 2006-04-28  Wim Taymans  <wim@fluendo.com>
1239
1240         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
1241         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
1242         GstBaseAudioSrc must be live or it does not work.
1243
1244         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
1245         Don't set live to TRUE as this is the default in the parentclass.
1246
1247 2006-04-28  Wim Taymans  <wim@fluendo.com>
1248
1249         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
1250         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
1251         Videoscale doesn't pass on pixel-aspect ratio. Handle all
1252         fixation cases better. Fixes #338991
1253
1254 2006-04-28  Wim Taymans  <wim@fluendo.com>
1255
1256         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
1257         Handle 0/1 framerate correctly Fixes #331901.
1258
1259 2006-04-28  Wim Taymans  <wim@fluendo.com>
1260
1261         * tests/check/elements/audioconvert.c: (get_float_caps),
1262         (GST_START_TEST), (audioconvert_suite):
1263         Added check for correct clipping when doing float samples
1264         in audioconvert.
1265
1266 2006-04-28  Wim Taymans  <wim@fluendo.com>
1267
1268         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
1269         (gst_video_rate_chain):
1270         Print more debugging info.
1271
1272 2006-04-28  Wim Taymans  <wim@fluendo.com>
1273
1274         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
1275         (resample_set_state_from_caps):
1276         Add support for other formats audioresample can handle such as
1277         32 bits in and float and 64 bits float. Fixes #301759
1278
1279 2006-04-28  Wim Taymans  <wim@fluendo.com>
1280
1281         * gst/audioconvert/audioconvert.c: (float):
1282         correctly clip float samples > 1.0. Fixes #338718
1283
1284 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
1285
1286         Patch by: Young-Ho Cha  <ganadist at chollian net>
1287
1288         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1289         (gst_text_overlay_render_text):
1290           Don't strip newlines from the text. Also, center lines
1291           within multi-line paragraphs (#339405).
1292
1293 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
1294
1295         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
1296           Fix wavpack typefinding to work in more cases (don't peek
1297           for chunks of multiple hundred kBs at once, but process
1298           things step-by-step in smaller units). Fixes #339786.
1299
1300 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1301
1302         * configure.ac:
1303           back to HEAD
1304
1305 === release 0.10.6 ===
1306
1307 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
1308
1309         * configure.ac:
1310           releasing 0.10.6, "Chao"
1311
1312 2006-04-26  David Schleef  <ds@schleef.org>
1313
1314         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
1315           Fixes #338897.
1316
1317 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1318
1319         * configure.ac:
1320         * win32/common/config.h:
1321           new prerelease
1322
1323 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1324
1325         patch by: Wim Taymans
1326
1327         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1328         (gst_ogg_demux_perform_seek):
1329           make sure correct newsegments are sent, so that the decoder
1330           and the demuxer agree on timestamps.  Fixes playback of a lot
1331           of Ogg files that do not start from 0.  Fixes #339833.
1332
1333 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1334
1335         Patch by: Edward Hervey  <edward@fluendo.com>
1336
1337         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
1338         * tests/check/Makefile.am:
1339         * tests/check/elements/videorate.c: (assert_videorate_stats),
1340         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
1341         (videorate_suite), (main):
1342           Fix an infinite loop if frames are passed in with wrongly ordered
1343           timestamps.  Fixes #339013.
1344
1345 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1346
1347         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
1348
1349         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1350           fix typefinding on some ISO files.  Fixes #339212.
1351
1352 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1353
1354         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
1355
1356         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1357           add another H264 fourcc.  Fixes #339047.
1358
1359 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1360
1361         Patch by: Jan Schmidt
1362
1363         * gst/playback/gststreamselector.c:
1364         (gst_stream_selector_bufferalloc):
1365           Restore old StreamSelector behaviour.
1366           Fixes #338419.
1367
1368 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1369
1370         * configure.ac:
1371         * win32/common/config.h:
1372           prerelease
1373
1374 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
1375
1376         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
1377
1378         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1379         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
1380           Fix some memory leaks: on finalize, free buffers left in the queue
1381           before destroying the queue; in _push(), unref rtp_buf even if
1382           the process vfunc returned a NULL buffer as output buffer (#337548);
1383           demote some recuring debug messages to LOG level.
1384
1385 2006-04-11  Wim Taymans  <wim@fluendo.com>
1386
1387         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1388         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1389         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
1390         (gst_ogg_demux_loop):
1391         More cleanups.
1392         Respect segment stop when emiting EOS or SEGMENT_DONE.
1393         Fixes (#337945).
1394
1395 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
1396
1397         * gst/playback/gststreamselector.c:
1398         (gst_stream_selector_get_property):
1399           Don't leak pad name.
1400
1401 2006-04-10  Michael Smith  <msmith@fluendo.com>
1402
1403         * tests/check/Makefile.am:
1404         * tests/check/gst-plugins-base.supp:
1405           Suppress an old libtheora bug (fixed in more recent versions), so 
1406           that FC4 buildslaves can pass.
1407
1408 2006-04-10  Wim Taymans  <wim@fluendo.com>
1409
1410         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1411         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
1412         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
1413         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
1414         (gst_ogg_demux_loop):
1415         Don't leak events.
1416         Remember what error we got when finding chains, if we
1417         were shutdown, that would not be an error.
1418
1419 2006-04-10  Wim Taymans  <wim@fluendo.com>
1420
1421         * gst-libs/gst/audio/gstbaseaudiosink.c:
1422         (gst_base_audio_sink_event):
1423         Starting the ringbuffer when we did not acquire it can cause
1424         a deadlock, is pointless and causes nasty things for
1425         subclasses. 
1426         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
1427
1428 2006-04-10  Wim Taymans  <wim@fluendo.com>
1429
1430         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1431         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
1432         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1433         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
1434         (gst_ogg_demux_deactivate_current_chain),
1435         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
1436         (gst_ogg_demux_bisect_forward_serialno),
1437         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
1438         Add some more debugging.
1439
1440 2006-04-10  Wim Taymans  <wim@fluendo.com>
1441
1442         * ext/theora/theoradec.c: (theora_dec_src_event),
1443         (theora_handle_data_packet):
1444         Some more debug info.
1445
1446         * tests/examples/seek/seek.c: (start_seek), (main):
1447         Print element messages too.
1448
1449 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
1450
1451         * gst/audioresample/debug.h:
1452           replace debug macros with variable number of parameters
1453           by a simple alias to gstreamer standard debug macros 
1454          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
1455           supported by MSVC 6.0 and 7.1)
1456         * gst/audioresample/resample.h:
1457           define M_PI and rint for WIN32
1458         * win32/common/libgstaudio.def:
1459         * win32/common/libgstriff.def:
1460         * win32/common/libgsttag.def:
1461         * win32/common/libgstvideo.def:
1462           add new exported functions
1463         * win32/vs6:
1464           update project files
1465
1466 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
1467
1468         * ext/alsa/gstalsamixeroptions.c:
1469         (gst_alsa_mixer_options_class_init):
1470         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
1471         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
1472         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
1473         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
1474         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
1475         * gst-libs/gst/audio/gstaudiofilter.c:
1476         (gst_audio_filter_class_init):
1477         * gst-libs/gst/audio/gstaudiosink.c:
1478         (gst_audioringbuffer_class_init):
1479         * gst-libs/gst/audio/gstaudiosrc.c:
1480         (gst_audioringbuffer_class_init):
1481         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
1482         * gst-libs/gst/interfaces/colorbalancechannel.c:
1483         (gst_color_balance_channel_class_init):
1484         * gst-libs/gst/interfaces/mixeroptions.c:
1485         (gst_mixer_options_class_init):
1486         * gst-libs/gst/interfaces/mixertrack.c:
1487         (gst_mixer_track_class_init):
1488         * gst-libs/gst/interfaces/tunerchannel.c:
1489         (gst_tuner_channel_class_init):
1490         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
1491         * gst-libs/gst/netbuffer/gstnetbuffer.c:
1492         (gst_netbuffer_class_init):
1493         * gst-libs/gst/rtp/gstbasertppayload.c:
1494         (gst_basertppayload_class_init):
1495         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
1496         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
1497         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
1498         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
1499         * gst/playback/gststreamselector.c:
1500         (gst_stream_selector_class_init):
1501         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
1502         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
1503         * sys/v4l/gstv4lcolorbalance.c:
1504         (gst_v4l_color_balance_channel_class_init):
1505         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
1506         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
1507         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
1508         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
1509         (gst_v4l_tuner_norm_class_init):
1510         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
1511         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1512         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
1513         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
1514
1515 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
1516
1517         * ext/pango/gsttextrender.h:
1518         * gst-libs/gst/audio/gstaudiosink.h:
1519         * gst-libs/gst/audio/gstaudiosrc.h:
1520         * gst-libs/gst/audio/gstbaseaudiosink.h:
1521         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1522         * gst-libs/gst/audio/gstringbuffer.h:
1523         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1524         * gst-libs/gst/rtp/gstbasertppayload.h:
1525         * gst-libs/gst/video/gstvideofilter.h:
1526         * gst-libs/gst/video/gstvideosink.h:
1527         * gst/playback/gstplaybasebin.h:
1528         * gst/tcp/gstmultifdsink.h:
1529         * sys/v4l/gstv4lelement.h:
1530         Fix broken GObject macros
1531
1532 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
1533
1534         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
1535         More debug to trace why my USB headset is not working with gst
1536
1537 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
1538
1539         * gst/playback/gstplaybasebin.c: (group_destroy):
1540         Clean up our group elements properly in the case where it never 
1541         got committed - it still got added unconditionally to the bin.
1542
1543 2006-04-07  Wim Taymans  <wim@fluendo.com>
1544
1545         * ext/theora/theoradec.c: (theora_dec_sink_event),
1546         (theora_handle_data_packet), (theora_dec_chain):
1547         Unref unhandled events.
1548         Protect against empty buffers.
1549         Perform QoS on running time.
1550
1551 2006-04-07  Michael Smith  <msmith@fluendo.com>
1552
1553         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
1554         (gst_vorbis_enc_chain):
1555           Remove leaks from vorbisenc.
1556           Mostly minor changes, the only significant one is that now the
1557           buffers we set as 'streamheader' on the caps are copies of the
1558           original buffers, to avoid circular refcounting problems.
1559
1560 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
1561
1562         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
1563           Don't remove our mute-probe if someone else already did so.
1564           Don't set a 2nd one if there is already one pending on the pad.
1565
1566         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1567         (do_playbin_seek):
1568           When a seek fails, ensure that playbin is still set back to playing.
1569           
1570         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
1571         (mpeg_ts_type_find), (plugin_init):
1572           Add a typefind function for mpeg-ts streams. (Closes: #336617)
1573
1574 2006-04-06  Andy Wingo  <wingo@pobox.com>
1575
1576         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
1577         (gst_video_rate_init): Caps-related parameters should not be reset
1578         by a flush -- move their inits to the instance init function.
1579         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
1580         is not OK, just return the result.
1581
1582         * gst/audiotestsrc/gstaudiotestsrc.c
1583         (gst_audio_test_src_class_init)
1584         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
1585         broken by Stefan's commit on 24 March.
1586
1587         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
1588         buffers being pushed out. Fixes oggmux ! multifdsink.
1589
1590 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
1591
1592         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
1593         (gst_vorbis_dec_init), (vorbis_dec_finalize):
1594         * ext/vorbis/vorbisdec.h:
1595         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
1596         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
1597         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
1598         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
1599         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
1600         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
1601         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
1602         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
1603         (gst_vorbis_enc_buffer_from_packet),
1604         (gst_vorbis_enc_buffer_from_header_packet),
1605         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
1606         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
1607         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
1608         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
1609         (gst_vorbis_enc_change_state):
1610         * ext/vorbis/vorbisenc.h:
1611           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
1612           vorbisenc adhere to the official nomenclature; use boilerplate
1613           macro.
1614
1615 2006-04-04  Andy Wingo  <wingo@pobox.com>
1616
1617         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
1618         Whoops, fix bug introduced. Bad hacker!
1619         
1620         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
1621         Properly handle the case where you get EOS before any buffers are
1622         received. Use gst_buffer_make_metadata_writable where appropriate.
1623
1624         * ext/theora/theoradec.c (theora_handle_data_packet): This value
1625         is often negative -- make it signed so as not to wrap around.
1626         Fixes segfaults introduced on 9 March.
1627
1628 2006-04-03  Wim Taymans  <wim@fluendo.com>
1629
1630         * ext/theora/gsttheoradec.h:
1631         * ext/theora/theoradec.c: (theora_dec_src_event):
1632         Don't try to store a gdouble in a gboolean.
1633         Small cleanups.
1634
1635 2006-04-03  Michael Smith  <msmith@fluendo.com>
1636
1637         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
1638           Oggmux sucks.
1639           Make it suck slightly less by writing out the final page.
1640           Still can't encode a vorbis-in-ogg file correctly, though.
1641
1642 2006-04-03  Andy Wingo  <wingo@pobox.com>
1643
1644         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
1645         a g_print.
1646
1647         * ext/theora/theora.c (plugin_init): Register theoraparse.
1648
1649         * ext/theora/gsttheoraparse.h: 
1650         * ext/theora/theoraparse.c: New files implementing a theora
1651         parser. Now we can properly remux ogg/theora+vorbis, yay.
1652
1653         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
1654
1655 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1656
1657         * gst/audiotestsrc/gstaudiotestsrc.c:
1658           Fixed the sample pipeline (see #323798)
1659
1660 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1661
1662         * configure.ac:
1663         * win32/common/config.h:
1664         * win32/common/config.h.in:
1665           use AS_VERSION and AS_NANO
1666           more cleanups
1667
1668 2006-03-31  Andy Wingo  <wingo@pobox.com>
1669
1670         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
1671         uninitialized variable return that would happen.
1672         
1673         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
1674         uninitialized variable return that would never happen.
1675
1676         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
1677         (vorbis_parse_sink_event): Add an event function to flush our
1678         state on a seek, and to drain buffers on a premature EOS.
1679         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
1680         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
1681         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
1682         (vorbis_parse_drain_queue): Queue up buffers until we can set
1683         their timestamps and granulepos values.
1684
1685         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
1686         and keep track of data needed for deriving granulepos and
1687         timestamps for buffers.
1688
1689 2006-03-29  Wim Taymans  <wim@fluendo.com>
1690
1691         Patch by: j^ <j at bootlab dot org>
1692
1693         * ext/alsa/gstalsamixerelement.c:
1694         (gst_alsa_mixer_element_class_init):
1695         * ext/alsa/gstalsasink.c:
1696         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
1697         * ext/ogg/gstoggdemux.c:
1698         * ext/ogg/gstoggmux.c:
1699         * ext/ogg/gstoggparse.c:
1700         * ext/pango/gstclockoverlay.c:
1701         * ext/pango/gsttextoverlay.c:
1702         * ext/pango/gsttextrender.c:
1703         * ext/pango/gsttimeoverlay.c:
1704         * ext/theora/theoradec.c:
1705         * ext/theora/theoraenc.c:
1706         * ext/vorbis/vorbisdec.c:
1707         * ext/vorbis/vorbisenc.c:
1708         * gst/audioconvert/gstaudioconvert.c:
1709         * gst/subparse/gstsubparse.c:
1710         * gst/tcp/gstmultifdsink.c:
1711         * gst/tcp/gsttcpclientsink.c:
1712         * gst/tcp/gsttcpclientsrc.c:
1713         * gst/tcp/gsttcpserversink.c:
1714         * gst/tcp/gsttcpserversrc.c:
1715           better/unified long descriptions
1716           Fixes #336477
1717
1718 2006-03-29  Wim Taymans  <wim@fluendo.com>
1719
1720         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
1721         (stop_seek):
1722         Don't let double and triple clicks mess up our state.
1723
1724 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
1725
1726         * gst/playback/gstplaybin.c: (gen_video_element),
1727         (gen_text_element), (gen_audio_element), (gen_vis_element):
1728           Error out gracefully when we can't create any of the usual
1729           conversion elements for some reason. Also, don't try to
1730           create an audioscale (sic) element that's not used anyway.
1731
1732 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
1733
1734         * gst/playback/gstplaybasebin.c: (setup_source):
1735           Don't post RESOURCE_NOT_FOUND error when we can't find a source
1736           element for a particular protocol, that's confusing for users.
1737           Instead, post a RESOURCE_FAILED error, so that our own error
1738           message is actually shown in totem etc. (#336303).
1739
1740 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
1741
1742         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1743
1744         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
1745         (gst_gnome_vfs_src_get_icy_metadata):
1746           Fix some minor memory leaks (#336194).
1747
1748 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
1749
1750         * ext/gnomevfs/gstgnomevfs.c:
1751         (gst_gnome_vfs_location_to_uri_string):
1752         * ext/gnomevfs/gstgnomevfs.h:
1753         * ext/gnomevfs/gstgnomevfssink.c:
1754         (gst_gnome_vfs_sink_set_property):
1755         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
1756           Make gnomevfssink accept filenames as well as URIs for the
1757           "location" property, just like gnomevfssrc does (and
1758           filesrc/filesink do) (#336190).
1759
1760 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
1761
1762         * tests/check/generic/clock-selection.c: (GST_START_TEST):
1763           set to NULL before unreffing, fixes a valgrind leak.
1764           Why was this not triggering the error that an object needs to
1765           be NULL before unreffing ?
1766         * win32/common/config.h:
1767           update
1768
1769 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
1770
1771         * gst/subparse/gstsubparse.c: (convert_encoding),
1772         (gst_sub_parse_change_state):
1773         * gst/subparse/gstsubparse.h:
1774           Text subtitle files may or may not be UTF-8. If it's not, we
1775           don't really want to see '?' characters in place of non-ASCII
1776           characters like accented characters. So let's assume the input
1777           is UTF-8 until we come across text that is clearly not. If it's
1778           not UTF-8, we don't really know what it is, so try the following:
1779           (a) see whether the GST_SUBTITLE_ENCODING environment variable
1780           is set; if not, check (b) if the current locale encoding is
1781           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
1782           the current locale encoding is UTF-8 and the environment variable
1783           was not set to any particular encoding. Not perfect, but better
1784           than nothing (and better than before, I think) (fixes #172848).
1785
1786 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
1787
1788         * configure.ac:
1789           update core requirement to 0.10.4.1 because of async_playback
1790           vmethod on GstBaseSink
1791
1792 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
1793
1794         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1795         * gst/adder/gstadder.c: (gst_adder_init):
1796         use DEBUG_FUNCPTR for collectpads
1797
1798 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
1799
1800         * docs/plugins/Makefile.am:
1801         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1802         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1803         * ext/cdparanoia/gstcdparanoiasrc.c:
1804         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
1805         (gst_gnome_vfs_sink_class_init):
1806         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
1807         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
1808         * ext/ogg/gstoggmux.c:
1809         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
1810         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
1811         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
1812         * ext/pango/gsttextoverlay.c:
1813         * ext/pango/gsttextrender.c:
1814         * ext/theora/theoradec.c:
1815         * ext/theora/theoraenc.c:
1816         * ext/vorbis/vorbisdec.c:
1817         * ext/vorbis/vorbisenc.c:
1818         * gst-libs/gst/audio/gstaudiofilter.c:
1819         (gst_audio_filter_base_init):
1820         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1821         (gst_audio_filter_template_base_init):
1822         * gst/adder/gstadder.c: (gst_adder_get_type):
1823         * gst/adder/gstadder.h:
1824         * gst/audioconvert/gstaudioconvert.c:
1825         * gst/audiotestsrc/gstaudiotestsrc.c:
1826         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
1827         (gst_audio_test_src_create):
1828         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1829         * gst/playback/gstdecodebin.c:
1830         * gst/playback/gstplaybin.c:
1831         * gst/playback/gststreamselector.c:
1832         (gst_stream_selector_base_init):
1833         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
1834         * gst/volume/gstvolume.c:
1835         * sys/v4l/gstv4lmjpegsink.c:
1836         * sys/v4l/gstv4lmjpegsrc.c:
1837         * tests/check/libs/cddabasesrc.c:
1838         * tests/old/examples/gob/gst-identity2.gob:
1839           Add docs for adder, use GST_ELEMENT_DETAILS macro,
1840           define GstElementDetails at the top
1841
1842 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
1843
1844         * win32/common/libgstinterfaces.def:
1845         Add a lot of export functions for gst-python
1846         * win32/vs6/libgstinterfaces.dsp:
1847         Add a missing include folder in the project configuration
1848         
1849 2006-03-23  Wim Taymans  <wim@fluendo.com>
1850
1851         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1852         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
1853         (gst_base_audio_src_change_state):
1854         Fix audio sources, forgot to make the ringbuffer
1855         startable...
1856
1857 2006-03-23  Wim Taymans  <wim@fluendo.com>
1858
1859         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1860         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
1861         (gst_base_audio_src_change_state):
1862         unparent instead of unref the ringbuffer.
1863
1864 2006-03-23  Wim Taymans  <wim@fluendo.com>
1865
1866         * gst-libs/gst/audio/gstbaseaudiosink.c:
1867         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
1868         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
1869         Implement new async_play vmethod to start slaving and allow
1870         playback start in case of async PLAY state changes. 
1871
1872         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
1873         Enable QoS with new method in base class.
1874
1875 2006-03-23  Wim Taymans  <wim@fluendo.com>
1876
1877         Patch by: Julien MOUTTE <julien at moutte dot net>
1878
1879         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
1880         (gst_video_test_src_do_seek), (gst_video_test_src_create):
1881         Partially handle 0 framerate, only EOS after the first frame
1882         is missing.
1883
1884 2006-03-23  Wim Taymans  <wim@fluendo.com>
1885
1886         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
1887
1888         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1889         (gst_riff_create_video_template_caps):
1890         * gst/ffmpegcolorspace/avcodec.h:
1891         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1892         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1893         (gst_ffmpegcsp_avpicture_fill):
1894         * gst/ffmpegcolorspace/imgconvert.c:
1895         Patch for support of YVU9 AVI files (#334822)
1896
1897 2006-03-22  Edward Hervey  <edward@fluendo.com>
1898
1899         * docs/design/design-decodebin.txt:
1900         Added design document for new decodebin
1901         (Target Caps): text/x-pango-markup is also a default target caps.
1902
1903 2006-03-22  Wim Taymans  <wim@fluendo.com>
1904
1905         * gst-libs/gst/audio/gstbaseaudiosink.c:
1906         (gst_base_audio_sink_dispose):
1907         Since we _parent the ringbuffer, we also need to
1908         _unparent instead of a plain _unref.
1909
1910 2006-03-22  Wim Taymans  <wim@fluendo.com>
1911
1912         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
1913         (stop_seek), (scrub_toggle_cb), (main):
1914         Add scrub checkbox.
1915
1916 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
1917
1918         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
1919         (gst_ogg_parse_chain):
1920           Fix very inefficient usage of linked lists (#335365).
1921
1922 2006-03-21  Edward Hervey  <edward@fluendo.com>
1923
1924         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
1925         * gst/playback/gstplaybin.c: (handoff):
1926         * gst/playback/gststreamselector.c:
1927         (gst_stream_selector_set_property):
1928         gcc 4.1 unreferenced pointer fixes.
1929         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1930         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1931         gst_buffer_ref() now takes a GstBuffer*.
1932
1933 2006-03-20  Julien MOUTTE  <julien@moutte.net>
1934
1935         * sys/xvimage/xvimagesink.c:
1936         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
1937         by Jan Schmidt.
1938
1939 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
1940
1941         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
1942         (id3v1_type_find), (apetag_type_find), (plugin_init):
1943           Can't do tag preferences via probability, as tags would then
1944           lose against types that are recognised with MAXIMUM probability
1945           (like .wav); so let all tag typefinders return MAXIMUM themselves
1946           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
1947           that we can prefer APE to ID3v1 (fixes #335028).
1948           
1949 2006-03-17  Wim Taymans  <wim@fluendo.com>
1950
1951         * gst-libs/gst/audio/gstbaseaudiosink.c:
1952         (gst_base_audio_sink_change_state):
1953         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
1954         (gst_ring_buffer_may_start):
1955         * gst-libs/gst/audio/gstringbuffer.h:
1956         Only start playback if we are playing.
1957         should fix #330748.
1958
1959 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
1960
1961         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
1962         * win32/common/config.h:
1963           Revert accidental commits to these files.
1964
1965 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
1966
1967         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
1968
1969         * tests/Makefile.am:
1970           Don't try to build tests in tests/icles if we
1971           don't have X (#323852)
1972
1973 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
1974
1975         * gst-libs/gst/tag/gstid3tag.c:
1976           Add TXXX frame identifiers for replaygain stuff as used
1977           by some taggers (see #323721).
1978
1979 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
1980
1981         * gst/playback/gststreamselector.c:
1982         (gst_stream_selector_set_property),
1983         (gst_stream_selector_bufferalloc):
1984           Preserve the existing buggy streamselector behaviour by performing
1985           a fallback buffer allocation when downstream isn't linked yet.
1986           This should really be fixed in playbin by blocking pads until it's
1987           linked them.
1988           Also, use gst_pad_alloc_buffer instead of
1989           gst_pad_alloc_buffer_and_set.
1990
1991 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
1992
1993         * gst-libs/gst/tag/gstid3tag.c:
1994           Don't crash on unknown ID3v2 TXXX frames.
1995           
1996 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
1997
1998         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
1999           Chain up to the parent finalize method.
2000           Add 32-bit sample size to the template caps.
2001
2002         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2003         (gst_riff_create_video_template_caps):
2004           Add the fourcc that the VMWare codec uses.
2005           
2006         * gst/playback/gststreamselector.c:
2007         (gst_stream_selector_set_property),
2008         (gst_stream_selector_bufferalloc),
2009         (gst_stream_selector_request_new_pad):
2010           For the active pad, forward buffer-alloc requests, otherwise
2011           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
2012           having to memcpy every frame when used by playbin.
2013
2014         * gst/tcp/gstmultifdsink.c:
2015         (gst_multi_fd_sink_handle_client_write):
2016           Get negotiated caps from the sink pad, rather than the sink
2017           pad's peer.
2018
2019 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
2020
2021         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2022         
2023         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
2024           Don't forget to set src->callbacks_pushed to FALSE again when
2025           popping them, otherwise re-activation in a different mode won't
2026           work (#334620).
2027
2028 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
2029
2030         Patch by: Sebastien Moutte  <sebastien moutte net>
2031
2032         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
2033         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
2034         (gst_ffmpeg_smpfmt_to_caps):
2035           Replace __VA_ARGS__ caps creation macros with varargs functions.
2036           Makes things compile on MSVC (#320765), looks nicer, and we can
2037           tell the compiler to check for the NULL terminator.
2038
2039 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
2040
2041         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
2042
2043         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2044           Make sure the buffer we copy into is really always big
2045           enough, this time for real (#333488).
2046           
2047 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
2048
2049         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2050           Add support for 24bpp DIB (#305279).
2051
2052 2006-03-14  Wim Taymans  <wim@fluendo.com>
2053
2054         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
2055         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
2056         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
2057         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
2058         (gst_video_scale_init), (gst_video_scale_src_event):
2059         Re-enable QoS after the release.
2060         Rework videoscale to use the base class src_event handler.
2061
2062 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
2063
2064         * configure.ac:
2065           back to CVS.
2066
2067 === release 0.10.5 ===
2068
2069 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
2070
2071         * configure.ac:
2072           releasing 0.10.5, "Net"
2073
2074 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
2075
2076         * docs/plugins/Makefile.am:
2077           Part of previous cdparanoiasrc docs fixes, forgot to commit.
2078           
2079 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
2080
2081         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2082         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2083         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2084           Add cdparanoiasrc to docs.
2085
2086         * gst-libs/gst/cdda/gstcddabasesrc.c:
2087           More GstCddaBaseSrc docs.
2088
2089 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
2090
2091         * docs/libs/gst-plugins-base-libs-sections.txt:
2092         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
2093         * gst-libs/gst/tag/tag.h:
2094           API: libgsttag: new method gst_tag_from_id3_user_tag().
2095
2096 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
2097
2098         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2099           NULL-terminate array of mpeg4 video file extensions.
2100           Fixes crash on PPC (#334226).
2101
2102 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
2103
2104         * ext/gnomevfs/gstgnomevfssrc.c:
2105         (gst_gnome_vfs_src_check_get_range):
2106           gnome_vfs_uri_is_local() alone is not a good indicator
2107           whether we can operate in pull-mode with a specific URI,
2108           as it returns FALSE for file:// URIs that point to an
2109           NFS-mounted path. Be more conservative here: whitelist
2110           local files, blacklist http URIs and use the old
2111           mechanism for anything else (fixes #334216).
2112
2113 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2114
2115         * configure.ac:
2116           back to trunk
2117
2118 === release 0.10.4 ===
2119
2120 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
2121
2122         * configure.ac:
2123           releasing 0.10.4, "Power"
2124
2125 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
2126
2127         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
2128         Disable max-lateness by setting it to -1 for now, so that 
2129         we can bed QoS stuff in thoroughly between now and the next
2130         release.
2131
2132 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2133
2134         Patch by: Fabrizio Gennari
2135
2136         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2137           Make sure we don't read beyond the palette buffer in case of
2138           broken or manipulated files (#333488)
2139
2140 2006-03-10  Edward Hervey  <edward@fluendo.com>
2141
2142         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2143         Fix for variable not initialized.
2144
2145 2006-03-09  Wim Taymans  <wim@fluendo.com>
2146
2147         * ext/libvisual/visual.c: (gst_visual_get_type),
2148         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
2149         (gst_visual_chain):
2150         Small cleanups.
2151
2152         * ext/theora/gsttheoradec.h:
2153         * ext/theora/theoradec.c: (gst_theora_dec_init),
2154         (gst_theora_dec_reset), (_theora_granule_time),
2155         (theora_dec_src_convert), (theora_dec_sink_convert),
2156         (theora_dec_src_query), (theora_dec_src_event),
2157         (theora_dec_sink_event), (theora_handle_comment_packet),
2158         (theora_handle_header_packet), (theora_dec_push),
2159         (theora_handle_data_packet), (theora_dec_chain),
2160         (theora_dec_change_state):
2161         Add simple QoS.
2162
2163 2006-03-09  Wim Taymans  <wim@fluendo.com>
2164
2165         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
2166         (audiocast_register_listener), (gst_gnome_vfs_src_start):
2167         Some cleanups.
2168
2169 2006-03-09  Wim Taymans  <wim@fluendo.com>
2170
2171         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
2172         Don't try to activate NULL chains.
2173
2174 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2175
2176         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2177           Fix invalid memory access to region before peek'd data (#332964).
2178
2179 2006-03-09  Wim Taymans  <wim@fluendo.com>
2180
2181         Patch by: Christophe Fergeau
2182
2183         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
2184         * ext/pango/gsttextrender.c: (gst_text_render_init):
2185         * gst/adder/gstadder.c: (gst_adder_init):
2186         Don't leak padtemplates, closes #333510.
2187
2188 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2189
2190         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
2191           Fix invalid memory access: make sure string passed to
2192           regexec() is NUL-termianted.
2193
2194 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2195
2196         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2197         (mp3_type_find):
2198           Refactor mpeg/audio typefinding to make it more maintainable
2199           and easier to fine-tune. Make probing into middle of the file
2200           work properly (fixes #333900, also see #152688).
2201
2202 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2203
2204         * gst/typefind/gsttypefindfunctions.c:
2205         (utf8_type_find_have_valid_utf8_at_offset):
2206           Remove part from previous commit that was bogus:
2207           g_utf8_validate() does in fact not accept embedded
2208           zeroes, so we don't need to check for those (thanks
2209           to Mike for the hint).
2210
2211 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
2212
2213         * gst/typefind/gsttypefindfunctions.c:
2214         (utf8_type_find_count_embedded_zeroes),
2215         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
2216           Make plain/text typefinder more conservative: firstly, check
2217           for embedded zeroes, which are perfectly valid UTF-8 characters,
2218           but also a fairly good sign that something is not a plain text
2219           file; secondly, probe into the middle of the file if possible.
2220           If we can't probe into the middle, limit the probability value
2221           to be returned to TYPE_FIND_POSSIBLE (see #333900).
2222
2223 2006-03-08  Michael Smith  <msmith@fluendo.com>
2224
2225         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2226           Make typefind function name for mpeg4 video unique.
2227
2228 2006-03-08  Wim Taymans  <wim@fluendo.com>
2229
2230         * ext/libvisual/visual.c: (gst_visual_init),
2231         (gst_visual_clear_actors), (gst_visual_dispose),
2232         (gst_visual_reset), (gst_visual_src_setcaps),
2233         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
2234         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
2235         (gst_visual_chain), (gst_visual_change_state):
2236         Cleanups, post nice errors.
2237         Handle sink and src events.
2238         Implement simple QoS.
2239
2240         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
2241         Use new basesink methods to configure max-lateness.
2242         Small doc update.
2243
2244         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2245         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
2246         Debug statement cleanups.
2247
2248         * gst/volume/gstvolume.c: (gst_volume_class_init):
2249         Simple cleanup.
2250
2251 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
2252
2253         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
2254         (gst_text_overlay_init), (gst_text_overlay_set_property),
2255         (gst_text_overlay_get_property):
2256           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
2257           as string type properties, but mark them deprecated. Add
2258           'halignment' and 'valignment' properties that use enums
2259           instead of strings.
2260
2261 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
2262
2263         Patch by: Fabrizio Gennari
2264
2265         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2266           Allow palettes with less than 256 colours in AVI files
2267           (#333488)
2268
2269 2006-03-07  Julien MOUTTE  <julien@moutte.net>
2270
2271         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
2272         (gst_text_overlay_video_event): Fix wrong EOS handling on text
2273         pad. We were releasing the queued text buffer when we should keep
2274         it until video pad gets EOS or discard the text buffer because it's
2275         too old. That was eating the last subtitle buffer. Add some more
2276         debug.
2277
2278 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2279
2280         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
2281         (gst_text_overlay_video_chain):
2282           Fix invalid memory access (we can't access a buffer after it's been
2283           pushed downstream without taking a reference); fix memory leak (if
2284           there's no text to render, bail out before allocating stuff).
2285
2286 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2287
2288         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2289         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
2290         * ext/pango/gsttextoverlay.h:
2291           If input is plain text, escape it before passing it to
2292           pango_layout_set_markup().
2293
2294 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2295
2296         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
2297           Don't ignore flow return from gst_pad_push().
2298
2299 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2300
2301         Patch by: Fabrizio Gennari
2302
2303         * ext/libvisual/visual.c: (gst_visual_getcaps),
2304         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
2305         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
2306         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
2307         (gst_vorbisenc_convert_sink):
2308         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
2309         (gst_audio_duration_from_pad_buffer):
2310         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
2311         (gst_audio_filter_chain):
2312         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2313         (gst_base_rtp_depayload_setcaps):
2314         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
2315         (gst_video_get_size):
2316         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
2317           Don't leak references returned by gst_pad_get_parent()
2318           (#333663)
2319
2320 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
2321
2322         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
2323           change location param details
2324         * gst/volume/gstvolume.c: (plugin_init):
2325           correct plugin description
2326
2327 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
2328
2329         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
2330         (gst_gnome_vfs_src_check_get_range):
2331           Override GstBaseSrc::check_get_range() in order to avoid opening
2332           the resource just to check whether we can operate in pull-mode or
2333           not - we can predict that pretty well from the URI alone. Should
2334           fix problems with last.fm (#331690). (Requires latest core CVS).
2335
2336 2006-03-06  Wim Taymans  <wim@fluendo.com>
2337
2338         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
2339         (gst_video_sink_class_init):
2340         Throw away frames that are later than 20 ms.
2341
2342 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
2343
2344         Patch by: Fabrizio Gennari
2345
2346         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2347           Set depth on WMA caps (#333545)
2348
2349 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2350
2351         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
2352         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
2353           put Theora BOS pages before others.  This hardcodes
2354           the Ogg/Theora I profile, but hey.
2355
2356 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2357
2358         * ext/ogg/README:
2359           updated with some examples
2360         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
2361         (granulepos_add), (theora_buffer_from_packet):
2362         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
2363         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
2364         (gst_vorbisenc_chain):
2365           implement strategy from ext/ogg/README
2366         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
2367         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
2368         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
2369         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
2370           Fix muxer so that oggz-validate is happy with all streams;
2371           except for no eos mark, and the BOS page ordering
2372         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
2373         (check_buffer_granulepos):
2374         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
2375           update tests to check for OFFSET being set as requested
2376           fixed type of granulepos, it's not a ClockTime
2377
2378 2006-03-05  Julien MOUTTE  <julien@moutte.net>
2379
2380         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2381         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
2382         Check that the xvimage we are creating has a correct size
2383         before returning it. (#314897)
2384
2385 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
2386
2387         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2388           Give id3 and ape tag typefinders a rank slightly higher
2389           than PRIMARY to ensure they're always run before any of
2390           the other typefinders (in particular wav and mp3) (#324186).
2391
2392 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
2393
2394         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2395           Add support for '3IVD' fourcc (#333403).
2396
2397 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
2398
2399         * configure.ac:
2400           Bump requirements to GStreamer CVS for the new error enum.
2401
2402         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
2403           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
2404           space left on the device (fixes #333352).
2405
2406 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
2407
2408         * win32/vs6:
2409           add a project file for libgstvolume
2410           update the workspace
2411
2412 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2413
2414         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
2415         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
2416         (GST_START_TEST):
2417           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
2418           Set IN_CAPS on header buffers
2419
2420 2006-03-02  Wim Taymans  <wim@fluendo.com>
2421
2422         * docs/plugins/Makefile.am:
2423         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2424         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2425         Add audioresample to docs.
2426
2427         * gst/audioconvert/gstaudioconvert.c:
2428         Add revision date.
2429
2430         * gst/audioresample/gstaudioresample.c:
2431         (gst_audioresample_base_init), (gst_audioresample_class_init),
2432         (gst_audioresample_init), (gst_audioresample_dispose),
2433         (audioresample_get_unit_size), (audioresample_transform_caps),
2434         (resample_set_state_from_caps), (audioresample_transform_size),
2435         (audioresample_set_caps), (audioresample_event),
2436         (audioresample_do_output), (audioresample_transform),
2437         (audioresample_pushthrough), (gst_audioresample_set_property),
2438         (gst_audioresample_get_property), (plugin_init):
2439         * gst/audioresample/gstaudioresample.h:
2440         Added docs.
2441         Small code cleanups.
2442
2443 2006-03-02  Wim Taymans  <wim@fluendo.com>
2444
2445         * docs/plugins/Makefile.am:
2446         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2447         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2448         Added videoscale to docs.
2449
2450         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2451         (gst_video_rate_swap_prev), (gst_video_rate_event),
2452         (gst_video_rate_chain):
2453         Fix typo in docs.
2454
2455         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
2456         (gst_video_scale_init), (gst_video_scale_prepare_size),
2457         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
2458         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
2459         * gst/videoscale/gstvideoscale.h:
2460         Added docs, examples.
2461         Some code cleanups.
2462         Post errors instead of g_warning.
2463
2464 2006-03-02  Wim Taymans  <wim@fluendo.com>
2465
2466         * docs/libs/gst-plugins-base-libs-docs.sgml:
2467         * docs/libs/gst-plugins-base-libs-sections.txt:
2468         * docs/libs/gst-plugins-base-libs.types:
2469         * docs/plugins/Makefile.am:
2470         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2471         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2472         Added some more docs to libs and plugins.
2473
2474         * gst-libs/gst/audio/gstringbuffer.c:
2475         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
2476         * gst-libs/gst/audio/gstringbuffer.h:
2477         Document ringbuffer some more.
2478
2479         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
2480         (gst_video_rate_setcaps), (gst_video_rate_reset),
2481         (gst_video_rate_init), (gst_video_rate_flush_prev),
2482         (gst_video_rate_swap_prev), (gst_video_rate_event),
2483         (gst_video_rate_chain), (gst_video_rate_change_state):
2484         * gst/videorate/gstvideorate.h:
2485         Fix videorate to use segments.
2486         Make it work with 0/1 framerates (closes #331903)
2487         Handle EOS correctly.
2488         Added docs.
2489
2490 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
2491
2492         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
2493         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
2494         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
2495           In state change function, first chain up to parent class,
2496           then handle downwards state change stuff. Remove some
2497           commented out cruft from 0.8 code.
2498
2499 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
2500
2501         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
2502         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
2503         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
2504         (gst_ogm_parse_chain):
2505           Don't remove/re-add source pad if the new caps are the same as
2506           the old caps anyway (#333042). When removing source pad, don't
2507           unref it afterwards - we didn't ref it when adding. Sprinkle some
2508           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
2509           after using gst_pad_get_parent(). Return downstream flow return
2510           value in chain function.
2511
2512 2006-03-02  Wim Taymans  <wim@fluendo.com>
2513
2514         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2515         * docs/plugins/gst-plugins-base-plugins.args:
2516         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2517         * docs/plugins/gst-plugins-base-plugins.interfaces:
2518         * docs/plugins/gst-plugins-base-plugins.signals:
2519         Fix hierarchy, added some more elements to the docs.
2520
2521         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2522         (gst_ffmpegcsp_get_type):
2523         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
2524         Fix docs for ffmpegcolorspace.
2525
2526 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
2527
2528         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
2529         (apetag_type_find), (ape_type_find), (plugin_init):
2530           Some typefinding fine-tuning:
2531           - rank ID3/APE tags in order of preference via probabilities, so that
2532             ID3v2 > APEv2 > APEv1 > ID3v1.
2533           - three or four bytes don't really justify MAXIMUM probability,
2534             change those to 'very likely' (musepack and monkeysaudio).
2535
2536 2006-03-01  Wim Taymans  <wim@fluendo.com>
2537
2538         * docs/plugins/Makefile.am:
2539         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2540         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2541         * ext/alsa/gstalsamixer.c:
2542         * ext/alsa/gstalsamixer.h:
2543         * ext/alsa/gstalsamixerelement.c:
2544         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
2545         * ext/alsa/gstalsamixerelement.h:
2546         * ext/alsa/gstalsasink.c:
2547         * ext/alsa/gstalsasink.h:
2548         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
2549         (gst_alsasrc_init):
2550         * ext/alsa/gstalsasrc.h:
2551         Added alsa docs.
2552         Small code cleanups.
2553
2554 2006-03-01  Wim Taymans  <wim@fluendo.com>
2555
2556         * ext/theora/Makefile.am:
2557         Dist new header too,
2558
2559 2006-03-01  Wim Taymans  <wim@fluendo.com>
2560
2561         * docs/plugins/Makefile.am:
2562         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2563         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2564         * ext/gnomevfs/gstgnomevfssink.h:
2565         * ext/gnomevfs/gstgnomevfssrc.h:
2566         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2567         * ext/vorbis/vorbisdec.h:
2568         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
2569         * ext/vorbis/vorbisenc.h:
2570         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
2571         (vorbis_parse_chain), (vorbis_parse_change_state):
2572         * ext/vorbis/vorbisparse.h:
2573         * gst/audioconvert/gstaudioconvert.h:
2574         * gst/tcp/gsttcpserversink.h:
2575         * gst/videotestsrc/gstvideotestsrc.c:
2576         * gst/videotestsrc/gstvideotestsrc.h:
2577         * gst/volume/gstvolume.c:
2578         * gst/volume/gstvolume.h:
2579         Fix some more docs.
2580         Added docs for vorbisdec and vorbisparse.
2581         Fix vorbisparse.
2582
2583 2006-03-01  Wim Taymans  <wim@fluendo.com>
2584
2585         * docs/plugins/Makefile.am:
2586         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2587         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2588         * ext/pango/gstclockoverlay.h:
2589         * ext/pango/gsttextoverlay.h:
2590         * ext/pango/gsttextrender.h:
2591         * ext/pango/gsttimeoverlay.h:
2592         * ext/theora/gsttheoradec.h:
2593         * ext/theora/gsttheoraenc.h:
2594         * ext/theora/theoradec.c:
2595         * ext/theora/theoraenc.c:
2596         * gst/audioconvert/gstaudioconvert.h:
2597         * gst/audiotestsrc/gstaudiotestsrc.h:
2598         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
2599         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
2600         * gst/tcp/gstmultifdsink.h:
2601         Updated/added documentation.
2602
2603         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
2604         (gst_text_overlay_halign_get_type),
2605         (gst_text_overlay_wrap_mode_get_type),
2606         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
2607         (gst_text_overlay_init), (gst_text_overlay_set_property),
2608         (gst_text_overlay_get_property):
2609         Fix up properties to be enums instead of string to make bindings,
2610         introspection and automatic GUI creation possible.
2611         Add getters for the properties.
2612
2613 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
2614
2615         * gst/audiotestsrc/gstaudiotestsrc.c:
2616           added defines of M_PI and M_PI_2
2617         * gst/ffmpegcolorspace/avcodec.h:
2618           removed #include "stdint.h" for win32 as _stdint.h is 
2619           autogenerated to win32/common
2620         * win32/common/libgstaudio.def:
2621         * win32/common/libgsttag.def:
2622           added some exports
2623         * win32/vs6:
2624           some project files bugs corrected
2625         * win32/vs7:
2626           project files are reset to the default vs7 configuration 
2627           (they link to msvcr71.dll using default optimizations)
2628           
2629 2006-02-28  Wim Taymans  <wim@fluendo.com>
2630
2631         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
2632         Fix some docs.
2633
2634 2006-02-28  Edward Hervey  <edward@fluendo.com>
2635
2636         * ext/alsa/gstalsasrc.c:
2637         Set proper class on the ElementDetails:
2638         Source/Audio instead of Src/Audio/
2639
2640 2006-02-28  Edward Hervey  <edward@fluendo.com>
2641
2642         * gst/videoscale/vs_scanline.c:
2643         (vs_scanline_resample_nearest_RGBA):
2644         Revert optimization in videoscale. It should go in liboil and have
2645         an appropriate liboil function.
2646
2647 2006-02-28  Wim Taymans  <wim@fluendo.com>
2648
2649         * gst-libs/gst/audio/gstbaseaudiosink.c:
2650         (gst_base_audio_sink_provide_clock):
2651         Don't try to provide a clock in the NULL state.
2652
2653 2006-02-28  Wim Taymans  <wim@fluendo.com>
2654
2655         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
2656         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
2657         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2658         (gst_ogg_demux_deactivate_current_chain),
2659         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
2660         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
2661         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
2662         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
2663         Use GstSegment infrastructure to remove duplicated code
2664         and handle more seek cases correctly.
2665
2666 2006-02-28  Wim Taymans  <wim@fluendo.com>
2667
2668         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2669         (gst_ffmpegcsp_transform):
2670         Don't ignore return code from ffmpeg convert function.
2671
2672         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
2673         Split out some long statements to ease debugging.
2674
2675 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
2676
2677         * ext/libvisual/visual.c: (gst_visual_init),
2678         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
2679         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
2680         being able to renegotiate the size. Instead, use the negotiation
2681         algorithm from the goom plugin to pick an initial output caps. 
2682
2683         Also, allow theoretical libvisual plugins that might support non-GL 
2684         output even if they also do GL.
2685
2686 2006-02-26  Julien MOUTTE  <julien@moutte.net>
2687
2688         * ext/libvisual/visual.c: (gst_visual_init),
2689         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
2690         (plugin_init): Load only non GL plugins. Fix some memleaks and 
2691         possible negotiation issues.
2692
2693 2006-02-25  Julien MOUTTE  <julien@moutte.net>
2694
2695         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
2696
2697 2006-02-24  Michael Smith  <msmith@fluendo.com>
2698
2699         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
2700         (cmml_type_find), (plugin_init):
2701           Fix CMML type find function to not require a specific minor version
2702           of the CMML header.
2703
2704           Add an MPEG4 video elementary stream typefind function.
2705
2706 2006-02-04  Michael Smith  <msmith@fluendo.com>
2707
2708         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2709         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
2710         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2711         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
2712         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
2713         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
2714           Annodex support in ogg demuxer. Doesn't do very much without the
2715           other annodex patches (to come).
2716
2717 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2718
2719         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
2720
2721         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2722           Pick up palette for MS video v1 (#327028)
2723
2724 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2725
2726         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2727         (gst_ffmpegcsp_caps_remove_format_info),
2728         (gst_ffmpegcsp_get_unit_size):
2729           The 'palette_data' field from incoming RGB caps shouldn't be
2730           proxied on outgoing YUV caps; also, restrict unit size
2731           adjustment in case of paletted data only to the unit that
2732           actually has a palette. Fixes #330711.
2733
2734 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2735
2736         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2737         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
2738         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
2739         (gst_ffmpegcsp_get_unit_size):
2740           Plug some memory leaks.
2741
2742 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2743
2744         * sys/ximage/Makefile.am:
2745         * sys/xvimage/Makefile.am:
2746           Add some _CFLAGS and _LIBS that seem to be missing
2747           and/or required for Cygwin (see #317048).
2748
2749 2006-02-22  Wim Taymans  <wim@fluendo.com>
2750
2751         * ext/alsa/gstalsasrc.c:
2752         Fix description as pointed out by caugier.
2753
2754 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
2755
2756         Reviewed by : Edward Hervey  <edward@fluendo.com>
2757
2758         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
2759         (qt_type_find):
2760         Better 3gp typefinding (#331526).
2761
2762 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
2763
2764         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
2765           Don't send EOS event here, the base class will send one for us.
2766
2767         * gst/playback/gstplaybasebin.c: (prepare_output):
2768           Subpictures without video stream aren't allowed either.
2769         
2770         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
2771           Fix debug statement copy'n'paste-o.
2772
2773 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
2774
2775         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
2776           Fix issues with mixer keeping state when muting/unmuting
2777           and when changing the volume whilst muted (see #331763
2778           and #331765).
2779
2780 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
2781
2782         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
2783         (parse_subrip), (gst_sub_parse_format_autodetect):
2784           Set right caps given that we send escaped text. Also,
2785           honour <i></i>, <b></b> and <u></u> markers that can be found
2786           in .srt files (fixes #310202).
2787
2788 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
2789
2790         * gst-libs/gst/audio/mixerutils.c:
2791         (element_factory_rank_compare_func):
2792           Make order in which elements are tried more determinable.
2793
2794 2006-02-20  Julien MOUTTE  <julien@moutte.net>
2795
2796         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2797         (remove_element_chain), (cleanup_decodebin),
2798         (gst_decode_bin_change_state): Make decodebin reusable by
2799         fixing remove_element_chain first and then introduce a
2800         cleaner in state change to ->NULL. (Closes #331678)
2801
2802 2006-02-19  Wim Taymans  <wim@fluendo.com>
2803
2804         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
2805         use 0666 mask when creating files so umask gets applied
2806         correctly. Fixes #331295.
2807
2808 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
2809
2810         * gst/subparse/Makefile.am:
2811         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
2812         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
2813         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
2814         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
2815         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
2816         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
2817         * gst/subparse/gstssaparse.h:
2818         * gst/subparse/gstsubparse.c: (plugin_init):
2819           Add very basic parser for SSA subtitle streams (as often
2820           found in matroska files).
2821
2822 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
2823
2824         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
2825           That should be text/x-pango-markup, not text/x-pango-layout.
2826
2827 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2828
2829         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
2830         Polishing.
2831
2832 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2833
2834         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2835         (gst_text_overlay_finalize), (gst_text_overlay_init),
2836         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2837         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2838         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
2839         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
2840         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
2841         Fix state change deadlock.
2842
2843 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2844
2845         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2846         (gst_text_overlay_finalize), (gst_text_overlay_init),
2847         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2848         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2849         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
2850         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
2851         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
2852         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
2853         and subtitles files.
2854
2855 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2856
2857         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
2858         should be considered as raw.
2859
2860 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2861
2862         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
2863         (cb_probe):
2864         * gst/playback/gststreaminfo.h: Introduce language informations.
2865
2866 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
2867
2868         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2869         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
2870         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2871         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2872         Set shared memory segments to be deleted as soon as we have attached,
2873         that way they get cleaned up automatically if we crash.
2874
2875 2006-02-18  Julien MOUTTE  <julien@moutte.net>
2876
2877         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
2878         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
2879         functions are called with lock held.
2880
2881 2006-02-18  Julien MOUTTE  <julien@moutte.net>
2882
2883         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2884         (gst_text_overlay_finalize), (gst_text_overlay_init),
2885         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2886         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2887         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
2888         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
2889         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2890         (gst_text_overlay_change_state): Refactoring of textoverlay
2891         without collectpads. This now supports sparse subtitles coming
2892         from a demuxer instead of a sub file. Seeking is still broken 
2893         though. Need to discuss with wtay some more on how to handle
2894         seeking correctly.
2895         * ext/pango/gsttextoverlay.h:
2896         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
2897         subtitles coming from the demuxer.
2898
2899 2006-02-17  Wim Taymans  <wim@fluendo.com>
2900
2901         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
2902         (gst_vorbisenc_convert_sink):
2903         Use some more scaling functions.
2904
2905 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
2906
2907         * ext/cdparanoia/gstcdparanoiasrc.c:
2908         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
2909         (gst_cd_paranoia_paranoia_callback),
2910         (gst_cd_paranoia_src_signal_is_being_watched),
2911         (gst_cd_paranoia_src_read_sector):
2912         * ext/cdparanoia/gstcdparanoiasrc.h:
2913           Add back 'transport-error' and 'uncorrected-error' signals and
2914           make them actually be fired when bad stuff happens (#319340).
2915
2916 2006-02-17  Wim Taymans  <wim@fluendo.com>
2917
2918         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
2919         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
2920         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
2921         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
2922         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
2923         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
2924         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
2925         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
2926         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
2927         (gst_ring_buffer_clear):
2928         Small cleanups.
2929         Added some G_LIKELY.
2930
2931 2006-02-17  Wim Taymans  <wim@fluendo.com>
2932
2933         * gst-libs/gst/audio/TODO:
2934         Update TODO
2935
2936         * gst-libs/gst/audio/gstbaseaudiosink.c:
2937         (gst_base_audio_sink_get_offset):
2938         When trying to play samples ASAP and we don't have a
2939         previous sample, try to play at position 0 instead of
2940         an invalid position.
2941
2942 2006-02-17  Wim Taymans  <wim@fluendo.com>
2943
2944         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
2945         (gst_alsasink_reset):
2946         Also release lock when we get an error in _reset();
2947         fix an error message.
2948
2949 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2950
2951         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
2952         (gst_alsasink_init), (get_channel_free_structure),
2953         (caps_add_channel_configuration), (gst_alsasink_getcaps),
2954         (gst_alsasink_close):
2955         * ext/alsa/gstalsasink.h:
2956           Add support for more than 2 channels (#326720).
2957
2958 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2959
2960         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2961           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
2962           with 4 or 6 channels, assume a default channel layout to make things
2963           work (not sure there's anything else we can do in those cases).
2964
2965 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2966
2967         * gst-libs/gst/audio/multichannel.c:
2968           Minor docs fix.
2969
2970         * gst-libs/gst/riff/Makefile.am:
2971         * gst-libs/gst/riff/riff-ids.h:
2972         * gst-libs/gst/riff/riff-media.c:
2973         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
2974           Add support for WAVEFORMATEX, eg. PCM audio with more than two
2975           channels and a channel layout map.
2976           
2977 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
2978
2979         Reviewed by Edward Hervey  <edward@fluendo.com>
2980
2981         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
2982         C-level optimization of the RGBA nearest neighbour function.
2983         Eventually this might end up in liboil with vectorized versions.
2984
2985 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2986
2987         * gst-libs/gst/audio/multichannel.c:
2988         (gst_audio_get_channel_positions):
2989           When we have more than 2 channels, but no channel layout is
2990           specified in the caps, return some default channel layout
2991           to the caller and warn about about a possibly buggy element
2992           (could be buggy filtercaps as well of course) (#317038).
2993
2994 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2995
2996         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2997           Add gst-libs/gst/cdda to list of lib search paths.
2998
2999 2006-02-15  Andy Wingo  <wingo@pobox.com>
3000
3001         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
3002         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
3003         to the Lord Jesus that I do not have to touch the ogg muxer ever
3004         again.
3005
3006 2006-02-15  Edward Hervey  <edward@fluendo.com>
3007
3008         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
3009         quicktime movie files can also contain 'uuid' atoms.
3010
3011 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
3012
3013         * gst/audioconvert/plugin.c: (plugin_init):
3014           Register the GstAudioChannelPosition enum type with the type
3015           system in the plugin_init function, so that it is known before
3016           any element actually makes use of multi-channel stuff. This is
3017           required for example if one wants to be able to deserialise/use
3018           a caps string with channel positions before any pipeline has
3019           been setup and started, like with gst-launch.
3020
3021 2006-02-14  Wim Taymans  <wim@fluendo.com>
3022
3023         * gst-libs/gst/audio/gstringbuffer.c:
3024         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
3025         (gst_ring_buffer_samples_done), (wait_segment),
3026         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
3027         Add some compiler G_(UN_)LIKELY help.
3028         SIGNAL the ringbuffer waiters when going to PAUSED as well to
3029         make sure they can exit their functions. Should fix #330748
3030
3031 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3032
3033         * Makefile.am:
3034         * configure.ac:
3035         * win32/MANIFEST:
3036         * win32/common/_stdint.h:
3037           Windows does not have long long; copy the generated _stdint.h
3038         * win32/common/interfaces-enumtypes.c:
3039         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
3040         (gst_mixer_track_flags_get_type),
3041         (gst_tuner_channel_flags_get_type):
3042         * win32/common/multichannel-enumtypes.c:
3043         (gst_audio_channel_position_get_type):
3044           update
3045
3046 2006-02-13  Wim Taymans  <wim@fluendo.com>
3047
3048         * gst-libs/gst/audio/gstbaseaudiosink.c:
3049         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
3050         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3051         Always sync on first sample we receive when starting.
3052
3053 2006-02-13  Wim Taymans  <wim@fluendo.com>
3054
3055         * gst/playback/gstplaybin.c: (gen_vis_element):
3056         Update vis bin docs.
3057         Move queue after tee so we don't queue video buffers but
3058         audio samples instead. Fixes problems where the video queue
3059         is filled and the audio queue empty.
3060
3061 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
3062
3063         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3064           No need to push an EOS event here, GstBaseSrc will do that for us
3065           when we return FLOW_UNEXPECTED.
3066           
3067 2006-02-12  Wim Taymans  <wim@fluendo.com>
3068
3069         * gst-libs/gst/audio/gstbaseaudiosink.c:
3070         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
3071         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
3072         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3073         Use scale functions when possible.
3074         Fix error messages.
3075         Free clockid when after waiting for EOS.
3076         Use G_(UN_)LIKLY when it makes sense.
3077         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
3078
3079 2006-02-12  Edward Hervey  <edward@fluendo.com>
3080
3081         * gst/playback/gstplaybasebin.c: (prepare_output): 
3082         Remove stray semi-colon (fixes #330888).
3083
3084 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
3085
3086         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
3087         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
3088         Fix up the XShm call testing so that we catch errors, and don't
3089         cause new ones by attempting to detach from a segment we failed
3090         to attach to. Fixes #312439.
3091
3092 2006-02-10  Edward Hervey  <edward@fluendo.com>
3093
3094         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3095         Added flv file typefind (video/x-flv).
3096
3097 2006-02-10  Edward Hervey  <edward@fluendo.com>
3098
3099         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3100         (gst_riff_create_video_template_caps):
3101         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
3102         Also added the caps to the default set of riff video caps.
3103
3104 2006-02-09  Andy Wingo  <wingo@pobox.com>
3105
3106         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
3107         time and the end time of the last packet in the page.
3108         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
3109         on the pages in our queue, set the duration as well. Reflow a
3110         debug statement.
3111         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
3112         Fixes bad muxing order.
3113
3114 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3115
3116         * gst-libs/gst/rtp/gstbasertppayload.c:
3117         (gst_basertppayload_setcaps), (gst_basertppayload_push):
3118           update seqnum before setting it on the packet; this makes sure
3119           that the timestamp and seqnum properties match after pushing
3120           a buffer
3121
3122 2006-02-09  Andy Wingo  <wingo@pobox.com>
3123
3124         * gst-libs/gst/audio/gstringbuffer.c
3125         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
3126         overflow after 13.5 hours of recording. Kapow!
3127
3128         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
3129         the buffer size -- we don't care about underrun/overrun reporting
3130         right now, just need to return a useful value.
3131
3132 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
3133
3134         * configure.ac:
3135           Back to CVS
3136
3137 === release 0.10.3 ===
3138
3139 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
3140
3141         * configure.ac:
3142           releasing 0.10.3, "Under Pressure"
3143
3144 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
3145
3146         * configure.ac:
3147         Drat. Bump libtool version number for new API.
3148         Prelease 0.10.2.3 (of 0.10.3)
3149
3150 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
3151
3152         * configure.ac:
3153         * win32/common/config.h:
3154         0.10.2.2 prerelease (of 0.10.3).
3155
3156 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
3157
3158         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
3159           Revert Andy's newsegment change pending a more correct
3160           fix.
3161
3162 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3163
3164         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
3165         (qt_type_find), (plugin_init):
3166           detect more files as 3gp
3167           group and reorder the iso file formats
3168
3169 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3170
3171         * ext/vorbis/vorbis.c: (plugin_init):
3172           Register musicbrainz tags, so apps don't have to.
3173
3174 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3175
3176         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
3177         (gst_tag_to_vorbis_tag):
3178           Make sure we called gst_tag_register_musicbrainz_tags()
3179           before possibly mapping a vorbiscomment string from/to a
3180           musicbrainz tag.
3181
3182 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3183
3184         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
3185           In case we can't find the required number of consecutive
3186           mpeg audio frames to positively identify an MPEG audio
3187           stream, check if there's at least a valid mpeg audio
3188           frame right at offset 0 and if so suggest mpeg/audio
3189           caps with a very low probability (#153004).
3190
3191 2006-02-07  Andy Wingo  <wingo@pobox.com>
3192
3193         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
3194         a TIME segment if we get timestamped buffers. Requires recent
3195         fixes in core to work properly.
3196
3197 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3198
3199         * gst/playback/gstplaybasebin.c: (prepare_output):
3200           Don't print the URI as part of the error message, it
3201           makes error dialogs look rather ugly, especially if
3202           the URI is very long or has characters in it that
3203           need escaping.
3204
3205 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3206
3207         * gst/playback/gstplaybasebin.c: (prepare_output):
3208           Error out if we have only text or subtitles, but nothing
3209           else. Also error out if we have subtitles but no video
3210           stream.
3211
3212 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3213
3214         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
3215           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
3216           Post an error message on the bus when we encounter an
3217           error, which will hopefully be more meaningful than the
3218           'Internal Flow Error' message users get to see if we
3219           just return GST_FLOW_ERROR.
3220
3221 2006-02-07  Andy Wingo  <wingo@pobox.com>
3222
3223         * configure.ac (GST_MAJORMINOR): Update core version req to
3224         0.10.2.2, for the collectpads API addition (#330244).
3225
3226 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
3227
3228         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3229           Return FALSE from plugin_init() when GnomeVFS can't
3230           be initialised for some reason (#328423).
3231
3232 2006-02-06  Julien MOUTTE  <julien@moutte.net>
3233
3234         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
3235         Stick to seeking theory until i find the bug.
3236         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
3237
3238 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
3239
3240         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3241         (theora_enc_finalize), (theora_enc_sink_setcaps),
3242         (theora_set_header_on_caps), (theora_enc_chain),
3243         (theora_enc_change_state):
3244         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3245           Make theoraenc and the tests leak free. Like, really.
3246
3247 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
3248
3249         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3250         (theora_enc_finalize), (theora_enc_sink_setcaps):
3251           Add a finalize method to ensure we clean up state even if
3252           someone omitted the state change back to NULL.
3253
3254         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
3255         (gst_vorbisenc_chain):
3256           Free some more leaked bits.
3257
3258         * tests/check/pipelines/theoraenc.c: (start_pipeline),
3259         (stop_pipeline):
3260           Wait for state changes to happen if they're ASYNC.
3261
3262           This ought to teach those fancy pants buildbots a lesson.
3263
3264 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
3265
3266         * gst-libs/gst/tag/gstid3tag.c:
3267           Add mapping for ID3 International Standard Recording Code
3268           tag "TSRC"
3269
3270 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
3271
3272         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
3273           Don't leak tag names.
3274
3275 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3276
3277         * docs/libs/gst-plugins-base-libs-docs.sgml:
3278         * docs/libs/gst-plugins-base-libs-sections.txt:
3279         * gst-libs/gst/tag/gstid3tag.c:
3280         * gst-libs/gst/tag/gstvorbistag.c:
3281         * gst-libs/gst/tag/tags.c:
3282           Split libgsttag docs into multiple sections.
3283
3284 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3285
3286         * docs/libs/Makefile.am:
3287         * docs/libs/gst-plugins-base-libs-docs.sgml:
3288         * docs/libs/gst-plugins-base-libs-sections.txt:
3289         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
3290         * gst-libs/gst/tag/gstvorbistag.c:
3291         * gst-libs/gst/tag/tag.h:
3292         * gst-libs/gst/tag/tags.c:
3293           Add libgsttag to the docs.
3294
3295 2006-02-05  Julien MOUTTE  <julien@moutte.net>
3296
3297         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
3298         (gst_text_overlay_init), (gst_text_overlay_src_event),
3299         (gst_text_overlay_collected): Fix clockoverlay.
3300
3301 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3302
3303         * docs/libs/compiling.sgml:
3304           Fix typo: it's pkg-config, not pkg-gconfig
3305
3306         * docs/libs/gst-plugins-base-libs-docs.sgml:
3307         * docs/libs/gst-plugins-base-libs-sections.txt:
3308         * docs/libs/tmpl/gstgconf.sgml:
3309           There is no libgstgconf in 0.10, remove it
3310           from the docs.
3311
3312 2006-02-05  Julien MOUTTE  <julien@moutte.net>
3313
3314         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
3315         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
3316         (gst_text_overlay_src_event), (gst_text_overlay_collected):
3317         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
3318         (gst_sub_parse_class_init), (gst_sub_parse_init),
3319         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
3320         (parse_mpsub), (parser_state_init), (handle_buffer),
3321         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
3322         * gst/subparse/gstsubparse.h: Introduce seeking code.
3323
3324 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3325
3326         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3327           Add comment about LANGUAGE tag inconsistency (we want
3328           ISO-639-1, but extract three-letter identifiers?)
3329
3330         * po/POTFILES.in:
3331           Add two translatable files.
3332
3333 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3334
3335         * gst-libs/gst/tag/Makefile.am:
3336         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3337         * gst-libs/gst/tag/tag.h:
3338         * gst-libs/gst/tag/tags.c:
3339         (gst_tag_register_musicbrainz_tags_internal),
3340         (gst_tag_register_musicbrainz_tags):
3341           Forward-port some tags stuff from the 0.8 branch. This is
3342           mostly the addition of musicbrainz tags and their mapping
3343           to vorbistags, and a vorbistag mapping of the language tag.
3344
3345 2006-02-05  Julien MOUTTE  <julien@moutte.net>
3346
3347         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
3348         refactoring.
3349
3350 2006-02-04  David Schleef  <ds@schleef.org>
3351
3352         * ext/ogg/gstoggmux.c:
3353         * gst/typefind/gsttypefindfunctions.c:
3354           Add Dirac typefinding and add dirac format to oggmux.
3355
3356 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3357
3358         * gst/playback/gstdecodebin.c: (try_to_link_1):
3359           Don't put essential function call into
3360           g_return_*() macro, otherwise it'll all be
3361           replaced by NOOPs when compiling with
3362           G_DISABLE_CHECKS defined.
3363
3364 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
3365
3366         * ext/ogg/gstoggdemux.c:
3367         * ext/ogg/gstoggparse.c:
3368         * gst/tcp/gsttcpserversink.c:
3369         * sys/v4l/v4lsrc_calls.c:
3370         * sys/v4l/v4lsrc_calls.h:
3371         Just make it compile with --disable-gst-debug.
3372
3373 2006-02-03  Wim Taymans  <wim@fluendo.com>
3374
3375         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
3376         (gst_alsasink_class_init), (gst_alsasink_init),
3377         (gst_alsasink_write), (gst_alsasink_reset):
3378         * ext/alsa/gstalsasink.h:
3379         Add lock to protect alsa calls.
3380         Implement reset to flush samples ASAP, does not work
3381         with dmix though.
3382
3383 2006-02-02  Wim Taymans  <wim@fluendo.com>
3384
3385         * gst-libs/gst/audio/gstbaseaudiosink.c:
3386         (gst_base_audio_sink_provide_clock):
3387         Ugh.. getting late I guess...
3388
3389 2006-02-02  Wim Taymans  <wim@fluendo.com>
3390
3391         * gst-libs/gst/audio/gstbaseaudiosink.c:
3392         (gst_base_audio_sink_provide_clock),
3393         (gst_base_audio_sink_set_property),
3394         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
3395         Don't try to provide a clock when we are not negotiated since
3396         we might not be able to make it run.
3397
3398 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3399
3400         * gst/playback/gstdecodebin.c: (try_to_link_1):
3401           Unlinking two source pads is ... hard.
3402
3403 2006-02-02  Wim Taymans  <wim@fluendo.com>
3404
3405         * gst-libs/gst/audio/TODO:
3406         Updated.
3407
3408         * gst-libs/gst/audio/gstbaseaudiosink.c:
3409         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
3410         On EOS, wait till the last sample is played before posting EOS.
3411
3412 2006-02-01  Philippe Kalaf <burger at speedy dot org>
3413
3414         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3415           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
3416           setting queue_delay to zero. Also avoid thread being started if
3417           queue_delay is zero.
3418
3419 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3420
3421         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
3422           Make test work again by connecting fakesinks to each decoded pad,
3423           which makes the pipeline wait until each fakesink has a buffer
3424           queued before going to PAUSED state. At that point we know the
3425           decodebin pads are negotiated.
3426
3427 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3428
3429         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
3430         (gst_cdda_base_src_handle_event):
3431         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
3432           Pass unhandled queries to the parent class's query function.
3433
3434 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3435
3436         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
3437         (gst_ogg_pad_src_query):
3438         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
3439         * ext/theora/theoradec.c: (theora_dec_src_query),
3440         (theora_dec_sink_query):
3441         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3442         (vorbis_dec_sink_query):
3443         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
3444         (gst_vorbisenc_sink_query):
3445         * gst/adder/gstadder.c: (gst_adder_query):
3446           Pass unhandled queries upstream instead of just
3447           dropping them (#326447). Also, fix supported
3448           query types list for some elements.
3449
3450 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3451
3452         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
3453         (paris_type_find), (ilbc_type_find), (plugin_init):
3454           Fix typefinding for audio/x-au, audio/x-paris and
3455           audio/iLBC-sh. We cannot use the START_WITH macros
3456           here, because there can only be one typefind factory
3457           with the same name (caps), so the second one would
3458           replace the first one and the first one would never
3459           be called when doing typefinding (see #161712).
3460           
3461
3462 2006-01-31  Wim Taymans  <wim@fluendo.com>
3463
3464         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
3465         (vorbis_handle_header_packet), (vorbis_dec_push),
3466         (vorbis_handle_data_packet):
3467         Use scale_int when we can, add some more scaling.
3468         Check packettype before parsing it.
3469
3470 2006-01-31  Wim Taymans  <wim@fluendo.com>
3471
3472         * ext/theora/theoradec.c: (_theora_granule_time),
3473         (theora_dec_src_convert), (theora_dec_sink_convert):
3474         Call right _scale functions.
3475         Use parameter instead of some other random value.
3476
3477 2006-01-31  Wim Taymans  <wim@fluendo.com>
3478
3479         * ext/theora/theoradec.c: (_theora_granule_frame),
3480         (_theora_granule_time), (_inc_granulepos),
3481         (theora_dec_src_convert), (theora_dec_sink_convert),
3482         (theora_handle_type_packet), (theora_handle_data_packet),
3483         (theora_dec_chain):
3484         Use higher precision timestamps calculation.
3485         Convert some other conversions to _scale.
3486
3487 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
3488
3489         * gst/audiotestsrc/gstaudiotestsrc.c:
3490         (gst_audio_test_src_create_sine_table), (plugin_init):
3491         * gst/volume/gstvolume.c: (plugin_init):
3492           initialize gst_controller before using
3493
3494 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
3495
3496         * tests/check/pipelines/theoraenc.c:
3497         * tests/check/pipelines/vorbisenc.c:
3498         Define constant using G_GINT64_CONSTANT to avoid errors when
3499         passing it around - otherwise it gets truncated to 32 bits.
3500
3501         Fixes failing tests.
3502
3503 2006-01-31  Andy Wingo  <wingo@pobox.com>
3504
3505         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
3506         caps being set doesn't have a framerate value. Basically a stopgap
3507         measure.
3508
3509         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
3510         technically correct enough to put into core though.
3511         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
3512         DURATION. Fixes theoraenc ! oggmux.
3513
3514         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
3515         fraction, not double.
3516
3517 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
3518
3519         * win32/vs7:
3520         add vs7 project files created by Sergey Scobich
3521
3522 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
3523
3524         * win32/vs8:
3525         add vs8 project files created by Sergey Scobich
3526         
3527 2006-01-30  Andy Wingo  <wingo@pobox.com>
3528
3529         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
3530         timestamp + duration, not just timestamp -- ogg pages should be
3531         ordered by stop time. Necessary fix given the change in vorbis
3532         timestamps.
3533
3534         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
3535         (gst_theora_enc_init): Pull the granule shift out of the encoder.
3536         (granulepos_add): New function, handles the messiness of adjusting
3537         granulepos values.
3538         (theora_buffer_from_packet):
3539         (theora_enc_chain):
3540         (theora_enc_sink_event): Use granulepos_add, not +.
3541
3542         * tests/check/pipelines/theoraenc.c
3543         (check_buffer_granulepos_from_starttime): Just check the frame
3544         count, not the actual granulepos -- we can't dictate to the
3545         encoder when it should be placing keyframes.
3546
3547 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3548
3549         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3550           SERVICE_NOT_AVAILABLE happens for example when you're trying to
3551           play an http:// stream from a server that's not serving
3552
3553 2006-01-30  Andy Wingo  <wingo@pobox.com>
3554
3555         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
3556         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
3557         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
3558         available.
3559
3560         * ext/theora/gsttheoraenc.h:
3561         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
3562         although theoraenc was timestamping correctly. Added handling of
3563         streams that start with nonzero timestamps.
3564
3565         * tests/check/Makefile.am:
3566         * tests/check/pipelines/theoraenc.c: New file, basically does same
3567         tests as vorbisenc.
3568
3569         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
3570
3571 2006-01-30  Wim Taymans  <wim@fluendo.com>
3572
3573         * gst-libs/gst/audio/gstaudiosink.c:
3574         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
3575         (gst_audioringbuffer_pause):
3576         Implement pause that does not wait for completion.
3577
3578         * gst-libs/gst/audio/gstbaseaudiosink.c:
3579         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3580         Don't drop buffers when going to PAUSED but perform preroll on
3581         remaining samples now that core base class supports this.
3582
3583         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
3584         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
3585         (gst_ring_buffer_commit):
3586         Pause should not signal waiters.
3587         Implement return value of _commit correctly.
3588
3589 2006-01-30  Andy Wingo  <wingo@pobox.com>
3590
3591         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
3592
3593         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
3594         updated to timestamp from the first sample, not the last.
3595         (gst_vorbisenc_buffer_from_header_packet): New function, takes
3596         special care of granulepos and timestamp for header packets.
3597         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
3598         when the first buffer has a nonzero timestamp.
3599
3600         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
3601         (GstVorbisEnc.subgranule_offset): New members. Take care of the
3602         case when the first audio buffer we get has a nonzero timestamp.
3603         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
3604         properly timestamp vorbis buffers with the time of the first
3605         sample, not the last.
3606         
3607         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
3608         vorbis_granule_time_copy -- now it takes the granule/subgranule
3609         offset into account.
3610
3611         * tests/check/pipelines/vorbisenc.c: New test for correctness of
3612         timestamps, durations, and granulepos on buffers produced by
3613         vorbisenc.
3614
3615 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
3616
3617         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3618         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
3619           Patch from Eric Jonas to support conversions to/from UYVY 
3620           (Fixes: #324626)
3621
3622 2006-01-30  Julien MOUTTE  <julien@moutte.net>
3623
3624         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
3625         (setup_subtitle), (setup_source), (set_active_source):
3626         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
3627         (gen_text_element), (gen_audio_element), (gen_vis_element),
3628         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
3629
3630 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
3631
3632         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
3633         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
3634                 use gst_guint64_to_gdouble to be compliant with vs6
3635         * gst/playback/gstdecodebin.c: (try_to_link_1)
3636         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
3637                 use G_GINT64_CONSTANT for int64 constants
3638         * win32/common/libgstinterfaces.def:
3639                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
3640         * win32/vs6:
3641                 update and add new project files
3642                 
3643 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3644
3645         * Makefile.am:
3646         * win32/MANIFEST:
3647         * win32/common/interfaces-enumtypes.c:
3648         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
3649         (gst_mixer_track_flags_get_type),
3650         (gst_tuner_channel_flags_get_type):
3651         * win32/common/interfaces-enumtypes.h:
3652         * win32/common/multichannel-enumtypes.c:
3653         (gst_audio_channel_position_get_type):
3654         * win32/common/multichannel-enumtypes.h:
3655           add a win32-update rule like in core, and copy over enumtypes files
3656
3657 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3658
3659         * win32/MANIFEST:
3660         * win32/common/config.h:
3661         * win32/common/config.h.in:
3662           add config files just like in core
3663
3664 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
3665
3666         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
3667           Make gcc-4.1 happy (part of #327357).
3668
3669 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3670
3671         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
3672         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
3673         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
3674         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
3675         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
3676         (gst_alsasrc_unprepare), (gst_alsasrc_read):
3677           Update all error messages.  All of them should either use
3678           the default translated message, or actually provide a
3679           translatable string.
3680           Make the string for channel count problems meaningful.
3681
3682 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3683
3684         * sys/v4l/v4l_calls.c: (gst_v4l_open):
3685           check for and throw RESOURCE_BUSY
3686
3687 2006-01-27  David Schleef  <ds@schleef.org>
3688
3689         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
3690           checked in this change -- it requires liboil features not
3691           in 0.3.6.  Revert parts.
3692
3693 2006-01-27  David Schleef  <ds@schleef.org>
3694
3695         * REQUIREMENTS:
3696         * configure.ac: update liboil requirement to 0.3.6
3697         * gst/videoscale/Makefile.am:
3698         * gst/videoscale/vs_scanline.c: liboilify
3699
3700 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
3701
3702         * ext/libvisual/visual.c: (get_buffer):
3703           When pad_alloc returns a GstFlowReturn other
3704           than GST_FLOW_OK, make sure it is passed upstream.
3705
3706 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
3707
3708         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
3709         (gst_alsasink_class_init):
3710           Free the device name string.
3711
3712         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
3713         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
3714         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
3715           Don't remove a pad from the collectpads structure until it
3716           is released - it's a request pad, and may receive data again
3717           if the element gets moved back to PLAYING state.
3718
3719         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3720           Ensure we turn on double buffering on the Xv port, and
3721           set the colour key to something dark and mysterious that
3722           isn't black.
3723
3724 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3725
3726         * ext/alsa/gstalsaplugin.c: (plugin_init):
3727         * ext/cdparanoia/gstcdparanoiasrc.c:
3728         (gst_cd_paranoia_src_base_init), (plugin_init):
3729         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3730         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
3731           - a library should not call setlocale. see "Libraries" node in
3732             gettext manual
3733           - make sure all plugins that use translation do bindtextdomain
3734             to point to the localedir
3735         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
3736         (setup_sinks), (plugin_init):
3737           all this, and check for NULL when creating sinks
3738
3739 2006-01-27  Julien MOUTTE  <julien@moutte.net>
3740
3741         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
3742         (plugin_init): Make typefinding of subtitles work again.
3743
3744 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
3745
3746         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
3747         (mp3_type_frame_length_from_header), (mp3_type_find),
3748         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
3749         (plugin_init):
3750           Backport a bunch of typefinding fixes from the 0.8 branch.
3751           Also, improve wavpack typefinding: if we can't peek the
3752           entire wavpack block, try to parse the bits we can get and
3753           see if we find what we're looking for in those.
3754
3755 2006-01-26  Julien MOUTTE  <julien@moutte.net>
3756
3757         * sys/ximage/ximagesink.c:
3758         (gst_ximagesink_calculate_pixel_aspect_ratio):
3759         * sys/xvimage/xvimagesink.c:
3760         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
3761         more cases of pixel aspect ratio.
3762
3763 2006-01-26  Edward Hervey  <edward@fluendo.com>
3764
3765         * gst/playback/gstdecodebin.c: (pad_probe):
3766         Also consider the flush-start and tag events as unblockers
3767         for the pad probes.
3768
3769 2006-01-26  Julien MOUTTE  <julien@moutte.net>
3770
3771         * gst/playback/gstplaybin.c: (gst_play_bin_init),
3772         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
3773         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
3774         On the fly visualisation switch, works disabling, enabling as
3775         well but it won't be able to enable vis in a playbin that was
3776         created with no visualisation.
3777
3778 2006-01-25  Wim Taymans  <wim@fluendo.com>
3779
3780         * gst-libs/gst/audio/gstbaseaudiosink.c:
3781         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3782         Undo previous commit that returned WRONG_STATE sooner, it breaks 
3783         resume after pause.
3784
3785 2006-01-25  Wim Taymans  <wim@fluendo.com>
3786
3787         * gst-libs/gst/audio/gstbaseaudiosink.c:
3788         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
3789         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
3790         Improve debugging.
3791         Post error when caps cannot be parsed.
3792         Resync on discontinuity in the stream.
3793         Clip samples to segment boundaries.
3794         return WRONG_STATE sooner when we are flushing.
3795
3796         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
3797         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
3798         Make audiosrc operate in TIME.
3799         Set TIMESTAMP and DURATION on buffers.
3800
3801 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
3802
3803         * tests/examples/seek/seek.c: (main):
3804           Output tag messages as well.
3805
3806 2006-01-23  Edward Hervey  <edward@fluendo.com>
3807
3808         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3809         (free_pad_probes), (remove_fakesink), (pad_probe),
3810         (close_pad_link), (gst_decode_bin_change_state):
3811         Replace GstPadBlockCallback with pad probes that detect
3812         first buffer AND eos before removing fakesink.
3813         Fixes hang with demuxers doing EOS while pre-rolling.
3814         Solves #328279
3815
3816 2006-01-23  Andy Wingo  <wingo@pobox.com>
3817
3818         * ext/alsa/gstalsasink.c:
3819         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3820         (gst_base_rtp_depayload_setcaps),
3821         (gst_base_rtp_depayload_add_to_queue),
3822         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
3823         
3824         Patch by: Jens Granseuer <jensgr at gmx dot net>
3825
3826 2006-01-22  Julien MOUTTE  <julien@moutte.net>
3827
3828         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
3829         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3830         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
3831         frames. We might get a frame destroyed after changing state to
3832         NULL, adding a safety check on xcontext.
3833
3834 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3835
3836         * gst-libs/gst/interfaces/xoverlay.c:
3837           Fix prepare-xwindow-id code example in the docs - we need to
3838           ignore all messages that aren't element messages as well.
3839           
3840 2006-01-21  Julien MOUTTE  <julien@moutte.net>
3841
3842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
3843           I think one day i'll completely undestand how caps negotiation
3844           is supposed to work. This refactoring handles buffer_alloc
3845           called with caps we can't handle. We definitely don't want a
3846           set_caps with those caps, so we define and allocate a buffer
3847           we would like to receive.
3848
3849 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3850
3851         * gst/playback/gstplaybasebin.c: (setup_source):
3852           Free iterator when done.
3853
3854 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
3855
3856         * gst-libs/gst/audio/gstbaseaudiosink.c:
3857         (gst_base_audio_sink_render):
3858           Fix playback of non-synchronised streams by assuming a rate
3859           of 1.0 instead of a random one.
3860
3861           Makes this work again:
3862
3863           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
3864           endianness=(int)4321, signed=(boolean)true, width=(int)16,
3865           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
3866           audioresample ! alsasink
3867
3868 === release 0.10.2 ===
3869
3870 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
3871
3872         * configure.ac:
3873           releasing 0.10.2, "Then the devil is six"
3874
3875 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
3876
3877         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3878         * gst/playback/gststreamselector.c:
3879         (gst_stream_selector_set_property):
3880           Comment out broken code that connects to the state-changed signal.
3881           At this point, changing current stream selection is broken, but 
3882           stuff like gst-launch playbin current-audio=1 works and filters
3883           to the chosen stream.
3884
3885 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3886
3887         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3888           Fix #327216 (null dereference in vorbisdec)
3889
3890 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
3891
3892         * ext/theora/theoradec.c: (theora_handle_comment_packet):
3893           Post taglist actually on bus instead of just freeing it
3894           (fixes #327114 and totem bug #327080).
3895
3896         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3897           Use gst_element_found_tags_for_pad(), so that the tags
3898           are sent downstream as an event as well.
3899
3900 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3901
3902         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3903         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
3904         (gst_ximagesink_buffer_alloc):
3905         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
3906         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
3907         (gst_xvimagesink_buffer_alloc):
3908           move all regularly occurring messages to GST_LOG level
3909           add some more object logs
3910
3911 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3912
3913         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3914           fix a silly segfault
3915
3916 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
3917
3918         * docs/libs/gst-plugins-base-libs-docs.sgml:
3919         * docs/libs/gst-plugins-base-libs-sections.txt:
3920         * gst-libs/gst/audio/mixerutils.c:
3921         * gst-libs/gst/audio/mixerutils.h:
3922           Add docs for mixerutils stuff.
3923
3924 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
3925
3926         * gst/playback/gstplaybasebin.c: (setup_source):
3927           Fix playback for sources that emit raw audio or
3928           raw video streams (e.g.: cd audio sources) (#325984).
3929
3930 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3931
3932         * gst-libs/gst/audio/mixerutils.c:
3933         (gst_audio_mixer_filter_do_filter):
3934           actually save the element we create
3935
3936 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3937
3938         * gst-libs/gst/cdda/gstcddabasesrc.c:
3939         (gst_cdda_base_src_handle_track_seek):
3940           No need to post a tag message on the bus when seeking
3941           within the same track, only post it when the current
3942           track changes.
3943
3944 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
3945
3946         * gst/playback/gstplaybasebin.c: (group_destroy),
3947         (probe_triggered), (new_decoded_pad), (mute_group_type),
3948         (set_active_source):
3949         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3950         * gst/playback/gststreamselector.c:
3951         (gst_stream_selector_base_init),
3952         (gst_stream_selector_set_property),
3953         (gst_stream_selector_request_new_pad):
3954           Reenable stream selection. These mechanisms need a complete overhaul
3955           in the face of 0.8->0.10 changes though.
3956
3957 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
3958
3959         * ext/ogg/gstoggdemux.c:
3960           Change the pad template to src_%d to match the pads that 
3961           are created from it. decodebin needs this information in order
3962           to decide that oggdemux is capable of producing multiple pads
3963           (and hence needs queues inserted).
3964
3965         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
3966         (gst_ogg_mux_collected):
3967           Make debug output more useful by using GST_PTR_FORMAT.
3968
3969 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3970
3971         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3972
3973         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3974           Set depth and width for alaw/mulaw (fixes #326601).
3975
3976 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3977
3978         * tests/icles/Makefile.am:
3979           don't build the tests if we don't have the libs
3980
3981 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
3982
3983         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
3984         (gst_cd_paranoia_paranoia_callback):
3985           Don't try to free NULL pointers.
3986
3987 2006-01-10  Edward Hervey  <edward@fluendo.com>
3988
3989         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
3990         (gst_audio_rate_change_state), (plugin_init):
3991         Add debugging category.
3992         Fix type issues.
3993         Add case for incoming buffers without valid offset/offset_end.
3994
3995 2006-01-10  Michael Smith  <msmith@fluendo.com>
3996
3997         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
3998           Don't leak GCond in audio sources.
3999
4000 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
4001
4002         * gst/playback/gstplaybin.c: (gen_audio_element):
4003           Don't leak an autoaudiosink/alsasink when we generate
4004           a new audio element. (old code, I guess)
4005
4006 2006-01-10  Michael Smith  <msmith@fluendo.com>
4007
4008         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
4009           Support float audio in audiorate.
4010           Use width rather than depth for selecting sample width.
4011
4012 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4013
4014         * gst/videotestsrc/videotestsrc.h:
4015           Use GLib types here (that way we don't have to include the
4016           generated _stdint.h header, which makes life easier for win32
4017           folks that don't use autotools for the build) (#325990, patch
4018           by: Sergey Scobich).
4019
4020 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4021
4022         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
4023         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
4024         (gst_ring_buffer_pause), (wait_segment):
4025         * gst-libs/gst/audio/gstringbuffer.h:
4026           Name (private) union, makes Forte compiler happy (this time
4027           for real) (#324900).
4028
4029 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4030
4031         * gst-libs/gst/audio/Makefile.am:
4032           Link against libgstinterfaces, needed for mixer
4033           and property probe stuff.
4034
4035 2006-01-09  Edward Hervey  <edward@fluendo.com>
4036
4037         * gst-libs/gst/Makefile.am:
4038
4039 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4040
4041         * gst-libs/gst/audio/Makefile.am:
4042         * gst-libs/gst/audio/mixerutils.c:
4043         (gst_audio_mixer_filter_do_filter),
4044         (gst_audio_mixer_filter_check_element),
4045         (gst_audio_mixer_filter_probe_feature),
4046         (element_factory_rank_compare_func),
4047         (gst_audio_default_registry_mixer_filter):
4048         * gst-libs/gst/audio/mixerutils.h:
4049           Add gst_audio_default_registry_mixer_filter() utility
4050           function.
4051
4052 2006-01-03  Michael Smith  <msmith@fluendo.com>
4053
4054         * gst/audioresample/resample.h:
4055           As before, but for o_buf
4056
4057 2006-01-03  Michael Smith  <msmith@fluendo.com>
4058
4059         * gst/audioresample/resample.h:
4060           Declare struct _ResampleState.buffer as unsigned char *, not void *,
4061           since we do arithmetic on it.
4062
4063 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
4064
4065         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
4066         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
4067         (gst_ring_buffer_pause), (wait_segment):
4068         * gst-libs/gst/audio/gstringbuffer.h:
4069           Sun's Forte compiler doesn't seem to like anonymous structs,
4070           so use same setup as in GstBaseSrc (fixes #324900).
4071
4072 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
4073
4074         * configure.ac:
4075         * gst/volume/Makefile.am:
4076         * gst/volume/demo.c:
4077           move old example to tests/examples/volume/volune.c
4078         * tests/examples/Makefile.am:
4079         * tests/examples/seek/seek.c: (main):
4080           change window-close event from "delete-event" to "destroy"
4081         * tests/examples/volume/Makefile.am:
4082         * tests/examples/volume/volume.c: (value_changed_callback),
4083         (setup_gui), (message_received), (eos_message_received), (main):
4084           fix event handling and bus usage
4085
4086 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
4087
4088         * gst/audiotestsrc/gstaudiotestsrc.c:
4089         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
4090         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
4091         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
4092         (gst_audio_test_src_create_square),
4093         (gst_audio_test_src_create_saw),
4094         (gst_audio_test_src_create_triangle),
4095         (gst_audio_test_src_create_silence),
4096         (gst_audio_test_src_create_white_noise),
4097         (gst_audio_test_src_create_pink_noise),
4098         (gst_audio_test_src_init_sine_table),
4099         (gst_audio_test_src_create_sine_table),
4100         (gst_audio_test_src_change_wave),
4101         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
4102         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
4103         * gst/audiotestsrc/gstaudiotestsrc.h:
4104           update to basesrc changes, implement segmented seeking and eos
4105           handling, add a 'sine-tab' waveform for performance critical playback
4106
4107 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
4108
4109         * po/POTFILES.in:
4110           ... and this time the other modified file that I missed last time.
4111
4112 2005-12-29  Michael Smith  <msmith@fluendo.com>
4113
4114         * gst/playback/gstdecodebin.c: (new_pad):
4115           Fix non-C89 variable declaration not at the start of a block. Should
4116           help some compilers.
4117
4118 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
4119
4120         * tests/check/Makefile.am:
4121           And now fix 'make distcheck' (builddir != srcdir)
4122
4123 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
4124
4125         * configure.ac:
4126         * ext/cdparanoia/Makefile.am:
4127         * ext/cdparanoia/gstcdparanoia.c:
4128         * ext/cdparanoia/gstcdparanoia.h:
4129         * ext/cdparanoia/gstcdparanoiasrc.c:
4130         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
4131         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
4132         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
4133         (gst_cd_paranoia_paranoia_callback),
4134         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
4135         (gst_cd_paranoia_src_set_property),
4136         (gst_cd_paranoia_src_get_property), (plugin_init):
4137         * ext/cdparanoia/gstcdparanoiasrc.h:
4138           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
4139           plugin again (there are still fixes required to playbin to make
4140           cdda:// uris work there).
4141
4142 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
4143
4144         * tests/check/Makefile.am:
4145           Fix test case compilation.
4146
4147 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
4148
4149         * gst-libs/gst/cdda/gstcddabasesrc.c:
4150         (gst_cdda_base_src_update_duration),
4151         (gst_cdda_base_src_calculate_cddb_id):
4152           An integer is not a string. Fix access to uninitialised variable.
4153
4154         * tests/check/Makefile.am:
4155           Add cddabasesrc unit test; also actually enable the vorbis test.
4156
4157         * tests/check/generic/states.c:
4158           Blacklist new cd audio elements as well.
4159
4160         * tests/check/libs/cddabasesrc.c:
4161           Unit test for GstCddaBaseSrc (discid calculation mostly).
4162
4163 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
4164
4165         * docs/libs/Makefile.am:
4166         * docs/libs/gst-plugins-base-libs-docs.sgml:
4167         * docs/libs/gst-plugins-base-libs-sections.txt:
4168         * docs/libs/gst-plugins-base-libs.types:
4169           Add docs for libgstcdda/GstCddaBaseSrc.
4170
4171         * gst-libs/gst/interfaces/mixertrack.h:
4172           Do one struct member per line with a semicolon at the end, that way
4173           even gtk-doc might parse it without complaining.
4174
4175 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
4176
4177         * configure.ac:
4178         * gst-libs/gst/Makefile.am:
4179         * gst-libs/gst/cdda/Makefile.am:
4180         * gst-libs/gst/cdda/base64.c:
4181         * gst-libs/gst/cdda/base64.h:
4182         * gst-libs/gst/cdda/gstcddabasesrc.c:
4183         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
4184         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
4185         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
4186         (gst_cdda_base_src_get_property),
4187         (gst_cdda_base_src_get_track_from_sector),
4188         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
4189         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
4190         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
4191         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
4192         (gst_cdda_base_src_uri_get_protocols),
4193         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
4194         (gst_cdda_base_src_uri_handler_init),
4195         (gst_cdda_base_src_setup_interfaces),
4196         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
4197         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
4198         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
4199         (gst_cdda_base_src_add_tags),
4200         (gst_cdda_base_src_add_index_associations),
4201         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
4202         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
4203         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
4204         (gst_cdda_base_src_create):
4205         * gst-libs/gst/cdda/gstcddabasesrc.h:
4206         * gst-libs/gst/cdda/sha1.c:
4207         * gst-libs/gst/cdda/sha1.h:
4208           Add new libgstcdda with GstCddaBaseSrc class.
4209
4210 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
4211
4212         * ext/gnomevfs/gstgnomevfssink.h:
4213           Use GstBaseSinkClass as parent_class member for class struct, not
4214           GstBaseSink.
4215
4216 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
4217
4218         Patch by: Michael Benes
4219
4220         * gst/videotestsrc/gstvideotestsrc.c:
4221         (gst_video_test_src_class_init), (gst_video_test_src_start):
4222           Add start method to reset running time and number of frames sent
4223           when starting up (fixes #324696)
4224
4225 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
4226
4227         * docs/plugins/Makefile.am:
4228         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4229         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4230         * docs/plugins/gst-plugins-base-plugins.args:
4231         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4232         * docs/plugins/gst-plugins-base-plugins.signals:
4233           Add docs stuff for gnomevfssrc and gnomevfssink.
4234
4235         * ext/gnomevfs/gstgnomevfssrc.c:
4236           Fix example pipeline in gtk-doc blurb.
4237
4238 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
4239
4240         * ext/gnomevfs/Makefile.am:
4241         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
4242         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
4243         (gst_gnome_vfs_handle_get_type), (plugin_init):
4244         * ext/gnomevfs/gstgnomevfs.h:
4245         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
4246         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
4247         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
4248         (gst_gnome_vfs_sink_set_property),
4249         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
4250         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
4251         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
4252         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
4253         (gst_gnome_vfs_sink_uri_get_type),
4254         (gst_gnome_vfs_sink_uri_get_protocols),
4255         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
4256         (gst_gnome_vfs_sink_uri_handler_init):
4257         * ext/gnomevfs/gstgnomevfssink.h:
4258           Port gnomevfssink; add gtk-doc blurb.
4259
4260         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
4261         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
4262         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
4263         (gst_gnome_vfs_src_uri_get_type),
4264         (gst_gnome_vfs_src_uri_get_protocols),
4265         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
4266         (gst_gnome_vfs_src_uri_handler_init),
4267         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
4268         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
4269         (gst_gnome_vfs_src_send_additional_headers_callback),
4270         (gst_gnome_vfs_src_received_headers_callback),
4271         (gst_gnome_vfs_src_push_callbacks),
4272         (gst_gnome_vfs_src_pop_callbacks),
4273         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
4274         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
4275         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
4276         * ext/gnomevfs/gstgnomevfssrc.h:
4277           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
4278           file; add gtk-doc blurb with example pipelines.
4279
4280 === release 0.10.1 ===
4281
4282 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
4283
4284         * configure.ac:
4285           releasing 0.10.1, "Dobro Dedek"
4286
4287 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
4288
4289         * gst/typefind/gsttypefindfunctions.c:
4290         iLBC30 and iLBC20 added to typefind.
4291
4292 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4293
4294         * gst-libs/gst/audio/gstbaseaudiosink.c:
4295         (gst_base_audio_sink_class_init):
4296         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4297         (gst_base_audio_src_class_init):
4298           update strings, values are in microseconds
4299           change the default sink buffer time to something that is smaller
4300           (to help software volume mixing have a slightly lower delay) but
4301           still be acceptable on Wim's laptop
4302
4303 2005-12-20  Edward Hervey  <edward@fluendo.com>
4304
4305         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
4306         Made a quack, forgot to add DUCK to the riff video template.
4307
4308 2005-12-19  Edward Hervey  <edward@fluendo.com>
4309
4310         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
4311         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
4312         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4313         (gst_ogm_parse_chain):
4314         Make sure pads are initialized correctly.
4315         * gst-libs/gst/riff/riff-ids.h:
4316         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4317         (gst_riff_create_video_template_caps):
4318         Add a whole bunch of FOURCC <=> MimeType.
4319         Extend the riff video pad template to support the newly added fourcc.
4320
4321 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
4322
4323         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
4324         (gst_ogg_demux_activate_chain):
4325           Extra debug output when activating/deactivating chains.
4326
4327         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
4328         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
4329         (unlinked):
4330           Remove a queue from our list when it becomes unlinked.
4331           Don't add queues to elements in class 'Demux' if they
4332           can only produce one pad 
4333
4334 2005-12-18  Julien MOUTTE  <julien@moutte.net>
4335
4336         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
4337         (gst_video_sink_get_type): Add a debug category.
4338
4339 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
4340
4341         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4342         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
4343           Handle downstream newsegment by sending our own newsegment before the
4344           next buffer to be released. (#323900)
4345
4346 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
4347
4348         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4349         (gst_base_rtp_depayload_set_gst_timestamp):
4350           add queue delay to new segment as well (as opposed to just the first
4351           buffer). (bug #322347)
4352
4353 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
4354
4355         * ext/libvisual/visual.c: (make_valid_name):
4356           change some char* into char[]
4357         * gst/audiotestsrc/gstaudiotestsrc.c:
4358         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
4359         (gst_audio_test_src_create):
4360         * gst/audiotestsrc/gstaudiotestsrc.h:
4361           prepare to handle EOS and SEGMENT_DONE
4362
4363 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4364
4365         * tests/check/generic/states.c: (GST_START_TEST):
4366           Blacklist cdparanoia element in state test.
4367
4368 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4369
4370           Patch by: Benjamin Pineau
4371
4372         * gst/tcp/gsttcp.c:
4373         * gst/tcp/gsttcpclientsink.c:
4374         * gst/tcp/gsttcpserversink.c:
4375         * gst/tcp/gsttcpserversrc.c:
4376           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
4377
4378 2005-12-15  Michael Smith  <msmith@fluendo.com>
4379
4380         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
4381         (gst_video_rate_chain):
4382           Fix timestamping for videorate when the first buffer it sees has a
4383           non-zero timestamp. Fix some misleading debug output.
4384
4385 2005-12-15  Michael Smith  <msmith@fluendo.com>
4386
4387         * gst/audioresample/gstaudioresample.c:
4388           Don't leak all input buffers to audioresample.
4389
4390 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
4391
4392         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
4393           Don't operate on empty text buffers. Strip newlines and
4394           tabs only from the end of the text, but leave them intact
4395           in the middle. Fix typo in gtk-doc description.
4396
4397 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
4398
4399         * gst/playback/gstplaybasebin.c:
4400         * gst/playback/gstplaybin.c: (handoff):
4401           Make sure the video frame buffer we return to apps via the
4402           "frame" property always has caps set on it. Modify
4403           _gst_gvalue_set_object() macro to handle NULL objects
4404           gracefully too.
4405
4406 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
4407
4408         * gst/audiotestsrc/gstaudiotestsrc.c:
4409         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
4410         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
4411         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
4412         (gst_audio_test_src_create):
4413         * gst/audiotestsrc/gstaudiotestsrc.h:
4414         Adjust to some recent api changes and add wtays new cool seeking
4415         capabillities
4416
4417 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
4418
4419         * ext/alsa/Makefile.am:
4420         * ext/alsa/gstalsadeviceprobe.c:
4421         * ext/alsa/gstalsadeviceprobe.h:
4422           Helper functions to add device probing via the GstPropertyProbe
4423           interface to a class.
4424
4425         * ext/alsa/gstalsamixer.h:
4426           Comment out GST_ALSA_MIXER, it returns a struct that's not
4427           used.
4428
4429         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4430           Add some debug info. 
4431
4432         * ext/alsa/gstalsamixerelement.c:
4433         (gst_alsa_mixer_element_interface_supported),
4434         (gst_implements_interface_init),
4435         (gst_alsa_mixer_element_init_interfaces),
4436         (gst_alsa_mixer_element_class_init),
4437         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
4438         (gst_alsa_mixer_element_set_property),
4439         (gst_alsa_mixer_element_get_property),
4440         (gst_alsa_mixer_element_change_state):
4441         * ext/alsa/gstalsamixerelement.h:
4442           Add 'device' and 'device-name' properties. Add GstPropertyProbe
4443           for device handling (gnome-volume-control will need that).
4444
4445 2005-12-12  Christian Schaller  <uraeus@gnome.org>
4446
4447         * ext/Makefile.am: fix cdparanoia entry
4448         * gst-plugins-base.spec.in: add cdparanoia
4449
4450 2005-12-12  Michael Smith  <msmith@fluendo.com>
4451
4452         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
4453           Use the correct function to free list of typefind factories.
4454
4455 2005-12-12  Wim Taymans  <wim@fluendo.com>
4456
4457         * gst/videotestsrc/gstvideotestsrc.c:
4458         (gst_video_test_src_class_init), (gst_video_test_src_init),
4459         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
4460         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
4461         (gst_video_test_src_create):
4462         * gst/videotestsrc/gstvideotestsrc.h:
4463         Implement seeking in videotestsrc.
4464         Small cleanups.
4465
4466 2005-12-12  Wim Taymans  <wim@fluendo.com>
4467
4468         * ext/cdparanoia/Makefile.am:
4469         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
4470         (gst_paranoia_endian_get_type), (_do_init),
4471         (cdparanoia_class_init), (cdparanoia_init),
4472         (cdparanoia_set_property), (cdparanoia_get_property),
4473         (cdparanoia_do_seek), (cdparanoia_is_seekable),
4474         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
4475         (cdparanoia_convert), (cdparanoia_get_query_types),
4476         (cdparanoia_query), (cdparanoia_set_index),
4477         (cdparanoia_uri_set_uri):
4478         * ext/cdparanoia/gstcdparanoia.h:
4479         Partially ported cdparanoia now that basesrc can support a
4480         plugin like this..
4481
4482 2005-12-12  Wim Taymans  <wim@fluendo.com>
4483
4484         * tests/examples/seek/scrubby.c: (main):
4485         Set higher priority for bus events so they don't get reordered with
4486         gtk gui events.
4487
4488         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
4489         (flush_toggle_cb), (main):
4490         Added checkbox to disable flushing seeks. 
4491         Disable scrubbing when doing non flushing seeks.
4492
4493 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
4494
4495         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
4496         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
4497         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
4498         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
4499           Implement some sort of event handling that doesn't rely on
4500           g_return_if_fail; make sure we always push the last chunk of an 
4501           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
4502           state change function; remove some old cruft. Seeking is still
4503           rather unlikely to work though.
4504
4505         * tools/.cvsignore:
4506           Ignore more.
4507
4508 2005-12-11  Julien MOUTTE  <julien@moutte.net>
4509
4510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
4511         Fixed a leak of the current image reference when cleaning up.
4512         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
4513
4514 2005-12-09  Michael Smith  <msmith@fluendo.com>
4515
4516         * tools/Makefile.am:
4517         * tools/gst-launch-ext-m.m:
4518           Remove gst-launch-ext. It doesn't work, and is no longer
4519           particularly useful.
4520
4521 2005-12-08  Luca Ognibene  <luogni@tin.it>
4522
4523         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
4524           don't pass random values to ogmparse convert function.
4525           Make seeking possible in the exile1.ogm file.
4526
4527 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
4528
4529         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4530         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4531           Work around refcount problem with g_value_set_object() that occur
4532           if the core has been compiled against GLib-2.6 (g_value_set_object()
4533           will only g_object_ref() the element, but the caller will
4534           gst_object_unref() it and bad things will happen due to the way
4535           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
4536           totem for people on FC4 using Thomas's 0.10 RPMs.
4537           
4538 2005-12-07  Edward Hervey  <edward@fluendo.com>
4539
4540         Time to welcome ogm to 0.10 :)
4541         
4542         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
4543         (gst_ogg_pad_typefind):
4544         Oggdemux can now properly typefind elements with dynamic pads.
4545         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4546         Properly set caps on src pad, and set caps on outgoing buffers.
4547
4548 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4549
4550         * ext/alsa/gstalsamixer.h:
4551         * ext/alsa/gstalsamixerelement.h:
4552         * ext/alsa/gstalsamixeroptions.h:
4553         * ext/alsa/gstalsamixertrack.h:
4554         * ext/alsa/gstalsasink.c:
4555         * ext/alsa/gstalsasink.h:
4556         * ext/alsa/gstalsasrc.c:
4557         * ext/alsa/gstalsasrc.h:
4558         * ext/cdparanoia/gstcdparanoia.h:
4559         * ext/gnomevfs/gstgnomevfsuri.h:
4560         * ext/ogg/gstoggdemux.c:
4561         * ext/ogg/gstoggmux.c:
4562         * ext/pango/gsttextoverlay.h:
4563         * ext/theora/theoradec.c:
4564         * ext/theora/theoraenc.c:
4565         * ext/vorbis/vorbisdec.h:
4566         * ext/vorbis/vorbisenc.c:
4567         * ext/vorbis/vorbisenc.h:
4568         * ext/vorbis/vorbisparse.h:
4569         * gst-libs/gst/audio/gstaudioclock.h:
4570         * gst-libs/gst/audio/gstaudiosink.c:
4571         * gst-libs/gst/audio/gstaudiosink.h:
4572         * gst-libs/gst/audio/gstaudiosrc.c:
4573         * gst-libs/gst/audio/gstaudiosrc.h:
4574         * gst-libs/gst/audio/gstbaseaudiosink.c:
4575         * gst-libs/gst/audio/gstbaseaudiosink.h:
4576         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4577         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4578         * gst-libs/gst/audio/gstringbuffer.h:
4579         * gst-libs/gst/audio/multichannel.h:
4580         * gst-libs/gst/floatcast/floatcast.h:
4581         * gst-libs/gst/interfaces/colorbalance.c:
4582         * gst-libs/gst/interfaces/colorbalance.h:
4583         * gst-libs/gst/interfaces/colorbalancechannel.h:
4584         * gst-libs/gst/interfaces/mixer.h:
4585         * gst-libs/gst/interfaces/mixeroptions.h:
4586         * gst-libs/gst/interfaces/mixertrack.h:
4587         * gst-libs/gst/interfaces/navigation.h:
4588         * gst-libs/gst/interfaces/propertyprobe.h:
4589         * gst-libs/gst/interfaces/tuner.h:
4590         * gst-libs/gst/interfaces/tunerchannel.h:
4591         * gst-libs/gst/interfaces/tunernorm.h:
4592         * gst-libs/gst/interfaces/xoverlay.h:
4593         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4594         * gst-libs/gst/riff/riff-ids.h:
4595         * gst-libs/gst/riff/riff-media.h:
4596         * gst-libs/gst/riff/riff-read.h:
4597         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4598         * gst-libs/gst/rtp/gstbasertppayload.c:
4599         * gst-libs/gst/rtp/gstbasertppayload.h:
4600         * gst-libs/gst/rtp/gstrtpbuffer.c:
4601         * gst-libs/gst/rtp/gstrtpbuffer.h:
4602         * gst-libs/gst/tag/gsttageditingprivate.h:
4603         * gst-libs/gst/tag/gstvorbistag.c:
4604         (gst_tag_list_from_vorbiscomment_buffer):
4605         * gst-libs/gst/tag/tag.h:
4606         * gst-libs/gst/video/video.h:
4607         * gst/adder/gstadder.c:
4608         * gst/adder/gstadder.h:
4609         * gst/audioconvert/audioconvert.c:
4610         * gst/audioconvert/audioconvert.h:
4611         * gst/audioconvert/gstaudioconvert.c:
4612         * gst/audioconvert/gstchannelmix.c:
4613         * gst/audioconvert/gstchannelmix.h:
4614         * gst/audiorate/gstaudiorate.c:
4615         * gst/audioresample/buffer.h:
4616         * gst/audioresample/functable.h:
4617         * gst/audioresample/gstaudioresample.c:
4618         * gst/audioresample/resample.h:
4619         * gst/ffmpegcolorspace/avcodec.h:
4620         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4621         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
4622         * gst/ffmpegcolorspace/imgconvert.c:
4623         * gst/ffmpegcolorspace/imgconvert_template.h:
4624         * gst/playback/gstdecodebin.c:
4625         * gst/playback/gstplaybasebin.h:
4626         * gst/playback/gstplaybin.c:
4627         * gst/playback/gststreaminfo.h:
4628         * gst/tcp/gstfdset.c:
4629         * gst/tcp/gstfdset.h:
4630         * gst/tcp/gstmultifdsink.c:
4631         * gst/tcp/gstmultifdsink.h:
4632         * gst/tcp/gsttcp.h:
4633         * gst/tcp/gsttcpclientsrc.c:
4634         * gst/tcp/gsttcpclientsrc.h:
4635         * gst/tcp/gsttcpplugin.h:
4636         * gst/tcp/gsttcpserversink.c:
4637         * gst/tcp/gsttcpserversrc.c:
4638         * gst/typefind/gsttypefindfunctions.c:
4639         * gst/videorate/gstvideorate.c:
4640         * gst/videotestsrc/gstvideotestsrc.h:
4641         * gst/videotestsrc/videotestsrc.h:
4642         * sys/v4l/gstv4lcolorbalance.h:
4643         * sys/v4l/gstv4ltuner.h:
4644         * sys/v4l/gstv4lxoverlay.h:
4645         * sys/v4l/v4l_calls.h:
4646         * sys/v4l/videodev_mjpeg.h:
4647         * tests/check/elements/audioconvert.c:
4648         * tests/check/elements/audioresample.c:
4649         * tests/check/elements/audiotestsrc.c:
4650         * tests/check/elements/videotestsrc.c:
4651         * tests/check/elements/volume.c:
4652         * tests/examples/seek/scrubby.c:
4653         * tests/examples/seek/seek.c:
4654           expand tabs
4655
4656 === release 0.10.0 ===
4657
4658 2005-12-05   <thomas (at) apestaart (dot) org>
4659
4660         * configure.ac:
4661           releasing 0.10.0, "Mont-d'or"
4662
4663 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
4664
4665         * tests/examples/seek/Makefile.am:
4666         Build fix for when gtk is not available.
4667
4668 2005-12-05  Andy Wingo  <wingo@pobox.com>
4669
4670         * ext/libvisual/visual.c: (get_buffer):
4671         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
4672         * ext/pango/gsttextrender.c: (gst_text_render_chain):
4673         * ext/theora/theoradec.c: (theora_handle_data_packet):
4674         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4675         (theora_enc_chain):
4676         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4677         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
4678         Update for alloc_buffer changes.
4679
4680 2005-12-05  Andy Wingo  <wingo@pobox.com>
4681
4682         patch by: Kai Vehmanen <kv2004 eca cx>
4683         
4684         * gst-libs/gst/rtp/gstbasertpdepayload.c
4685         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
4686
4687 2005-12-04  Andy Wingo  <wingo@pobox.com>
4688
4689         patch by: Sebastien Cote <sebas642 yahoo ca>
4690         
4691         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
4692         Fixes #319172.
4693
4694 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
4695
4696         * docs/plugins/Makefile.am:
4697         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4698         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4699         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4700         * ext/pango/gstclockoverlay.c:
4701         * ext/pango/gsttextoverlay.c: 
4702         * ext/pango/gsttextrender.c:
4703         * ext/pango/gsttimeoverlay.c:
4704           Add gtk-doc blurbs to pango elements.
4705
4706 2005-12-02  Wim Taymans  <wim@fluendo.com>
4707
4708         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
4709         * gst/audioresample/buffer.h:
4710         * gst/audioresample/gstaudioresample.c:
4711         * gst/audioresample/gstaudioresample.h:
4712         * gst/audioresample/resample.c: (resample_input_flush),
4713         (resample_input_pushthrough), (resample_input_eos),
4714         (resample_get_output_size_for_input),
4715         (resample_get_input_size_for_output), (resample_get_output_size),
4716         (resample_get_output_data):
4717         * gst/audioresample/resample.h:
4718         * gst/audioresample/resample_ref.c: (resample_scale_ref):
4719         Fix audioresample, seek torture, new segments, reverse negotiation
4720         etc.. work fine.
4721
4722 2005-12-02  Wim Taymans  <wim@fluendo.com>
4723
4724         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4725         Small cleanups.
4726
4727 2005-12-02  Wim Taymans  <wim@fluendo.com>
4728
4729         * gst/audioconvert/gstaudioconvert.c:
4730         (gst_audio_convert_transform):
4731         Post errors.
4732
4733 === release 0.9.7 ===
4734
4735 2005-12-01   <thomas (at) apestaart (dot) org>
4736
4737         * configure.ac:
4738           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
4739
4740 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4741
4742         * Makefile.am:
4743         * po/hu.po:
4744         * win32/MANIFEST:
4745         * win32/gst.sln:
4746           add win32 MANIFEST file
4747           do something to the hungarian translation
4748
4749 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
4750
4751         * ext/Makefile.am:
4752           Add $(PANGO_DIR) to SUBDIRS
4753
4754         * ext/pango/gstclockoverlay.c:
4755         * ext/pango/gsttimeoverlay.c:
4756           Fix and improve element descriptions.
4757
4758 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4759
4760         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4761         * docs/plugins/inspect/plugin-libvisual.xml:
4762         * docs/plugins/inspect/plugin-pango.xml:
4763           add pango plugin to docs
4764
4765 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4766
4767         * configure.ac:
4768         * ext/Makefile.am:
4769           moved pango to base
4770
4771 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4772
4773         * configure.ac:
4774         * tests/Makefile.am:
4775         * tests/icles/.cvsignore:
4776         * tests/icles/Makefile.am:
4777         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
4778         (close_display), (resize_window), (move_window), (create_window),
4779         (terminate_playback), (pause_playback), (start_playback), (main):
4780           add stress test for xoverlay from Julien
4781
4782 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4783
4784         * docs/libs/tmpl/gstcolorbalance.sgml:
4785         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4786         * gst-libs/gst/rtp/gstbasertppayload.c:
4787         * gst-libs/gst/rtp/gstrtpbuffer.c:
4788         * gst-libs/gst/rtp/gstrtpbuffer.h:
4789           Do burger's rename for rtp payloaders and depayloaders
4790
4791 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4792
4793         * win32/:
4794           add Visual Studio 6 build files
4795
4796 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4797
4798         * docs/libs/gst-plugins-base-libs-docs.sgml:
4799         * docs/libs/gst-plugins-base-libs-sections.txt:
4800         * docs/libs/tmpl/gstaudio.sgml:
4801         * docs/libs/tmpl/gstringbuffer.sgml:
4802         * gst-libs/gst/interfaces/xoverlay.c:
4803         * gst-libs/gst/video/gstvideofilter.c:
4804         * gst-libs/gst/video/gstvideosink.c:
4805           update documentation
4806
4807 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4808
4809         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
4810         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
4811         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
4812         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
4813         (gst_multi_fd_sink_get_stats),
4814         (gst_multi_fd_sink_remove_client_link),
4815         (gst_multi_fd_sink_handle_client_read),
4816         (gst_multi_fd_sink_client_queue_data),
4817         (gst_multi_fd_sink_client_queue_caps),
4818         (gst_multi_fd_sink_client_queue_buffer),
4819         (gst_multi_fd_sink_new_client),
4820         (gst_multi_fd_sink_handle_client_write),
4821         (gst_multi_fd_sink_recover_client),
4822         (gst_multi_fd_sink_queue_buffer),
4823         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
4824         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
4825         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
4826         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
4827         * gst/tcp/gstmultifdsink.h:
4828         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
4829         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
4830         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
4831         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4832         (gst_tcp_client_sink_set_property),
4833         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
4834         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
4835         * gst/tcp/gsttcpclientsink.h:
4836         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
4837         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
4838         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
4839         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
4840         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
4841         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4842         * gst/tcp/gsttcpclientsrc.h:
4843         * gst/tcp/gsttcpplugin.c: (plugin_init):
4844         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
4845         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
4846         (gst_tcp_server_sink_finalize),
4847         (gst_tcp_server_sink_handle_server_read),
4848         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
4849         (gst_tcp_server_sink_set_property),
4850         (gst_tcp_server_sink_get_property),
4851         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4852         * gst/tcp/gsttcpserversink.h:
4853         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
4854         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
4855         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
4856         (gst_tcp_server_src_set_property),
4857         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
4858         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4859         * gst/tcp/gsttcpserversrc.h:
4860           more borgifying
4861
4862 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4863
4864         * docs/plugins/Makefile.am:
4865         * docs/plugins/gst-plugins-base-plugins.args:
4866         * docs/plugins/inspect/plugin-libvisual.xml:
4867         * gst/audioconvert/plugin.h:
4868         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
4869         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
4870         (gst_audio_rate_setcaps), (gst_audio_rate_init),
4871         (gst_audio_rate_chain), (gst_audio_rate_set_property),
4872         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
4873         (plugin_init):
4874         * gst/audiotestsrc/gstaudiotestsrc.c:
4875         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
4876         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
4877         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
4878         (gst_audio_test_src_get_query_types),
4879         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
4880         (gst_audio_test_src_create_square),
4881         (gst_audio_test_src_create_saw),
4882         (gst_audio_test_src_create_triangle),
4883         (gst_audio_test_src_create_silence),
4884         (gst_audio_test_src_create_white_noise),
4885         (gst_audio_test_src_init_pink_noise),
4886         (gst_audio_test_src_generate_pink_noise_value),
4887         (gst_audio_test_src_create_pink_noise),
4888         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
4889         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
4890         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
4891         (plugin_init):
4892         * gst/audiotestsrc/gstaudiotestsrc.h:
4893         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
4894         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
4895         (gst_sub_parse_init), (gst_sub_parse_formats),
4896         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
4897         (convert_encoding), (get_next_line),
4898         (gst_sub_parse_data_format_autodetect),
4899         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
4900         (gst_sub_parse_loop), (gst_sub_parse_chain),
4901         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
4902         (plugin_init):
4903         * gst/subparse/gstsubparse.h:
4904         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
4905         (gst_video_rate_base_init), (gst_video_rate_class_init),
4906         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
4907         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
4908         (gst_video_rate_init), (gst_video_rate_event),
4909         (gst_video_rate_chain), (gst_video_rate_set_property),
4910         (gst_video_rate_get_property), (gst_video_rate_change_state),
4911         (plugin_init):
4912         * gst/videoscale/gstvideoscale.c:
4913         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
4914         (gst_video_scale_src_template_factory),
4915         (gst_video_scale_sink_template_factory),
4916         (gst_video_scale_get_type), (gst_video_scale_base_init),
4917         (gst_video_scale_class_init), (gst_video_scale_init),
4918         (gst_video_scale_set_property), (gst_video_scale_get_property),
4919         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
4920         (gst_video_scale_prepare_size), (parse_caps),
4921         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
4922         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
4923         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
4924         (plugin_init):
4925         * gst/videoscale/gstvideoscale.h:
4926         * gst/videotestsrc/gstvideotestsrc.c:
4927         (gst_video_test_src_pattern_get_type),
4928         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
4929         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
4930         (gst_video_test_src_set_pattern),
4931         (gst_video_test_src_set_property),
4932         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
4933         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
4934         (gst_video_test_src_event), (gst_video_test_src_get_times),
4935         (gst_video_test_src_create), (plugin_init):
4936         * gst/videotestsrc/gstvideotestsrc.h:
4937         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
4938         (gst_video_test_src_smpte), (gst_video_test_src_snow),
4939         (gst_video_test_src_black):
4940         * gst/videotestsrc/videotestsrc.h:
4941           borgify further
4942           clean up docs a little
4943
4944 2005-11-30  Wim Taymans  <wim@fluendo.com>
4945
4946         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4947         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
4948         (gst_basertppayload_event), (gst_basertppayload_push),
4949         (gst_basertppayload_change_state):
4950         * gst-libs/gst/rtp/gstbasertppayload.h:
4951         closed #320644.
4952
4953 2005-11-30  Julien MOUTTE  <julien@moutte.net>
4954
4955         * docs/libs/gst-plugins-base-libs-docs.sgml:
4956         * docs/libs/gst-plugins-base-libs-sections.txt:
4957         * gst-libs/gst/video/gstvideofilter.c:
4958         * gst-libs/gst/video/gstvideosink.c:
4959         * gst-libs/gst/video/gstvideosink.h: Adding docs.
4960
4961 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4962
4963         * LICENSE:
4964           move
4965         * po/af.po:
4966         * po/az.po:
4967         * po/cs.po:
4968         * po/en_GB.po:
4969         * po/hu.po:
4970         * po/it.po:
4971         * po/nb.po:
4972         * po/nl.po:
4973         * po/or.po:
4974         * po/sq.po:
4975         * po/sr.po:
4976         * po/sv.po:
4977         * po/uk.po:
4978         * po/vi.po:
4979         * Makefile.am:
4980           update
4981         * scripts/autoplugins.sh:
4982           remove
4983
4984 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4985
4986         * Makefile.am:
4987         * configure.ac:
4988         * examples/Makefile.am:
4989         * examples/capsfilter/Makefile.am:
4990         * examples/capsfilter/capsfilter1.c:
4991         * examples/gob/Makefile.am:
4992         * examples/gob/gst-identity2.gob:
4993         * examples/indexing/.cvsignore:
4994         * examples/indexing/Makefile.am:
4995         * examples/indexing/indexmpeg.c:
4996         * examples/seeking/.cvsignore:
4997         * examples/seeking/Makefile.am:
4998         * examples/seeking/cdparanoia.c:
4999         * examples/seeking/cdplayer.c:
5000         * examples/seeking/chained.c:
5001         * examples/seeking/scrubby.c:
5002         * examples/seeking/seek.c:
5003         * examples/stats/Makefile.am:
5004         * examples/stats/mp2ogg.c:
5005         * examples/switch/.cvsignore:
5006         * examples/switch/Makefile.am:
5007         * examples/switch/switcher.c:
5008         * tests/Makefile.am:
5009         * tests/check/generic/.cvsignore:
5010         * tests/check/pipelines/.cvsignore:
5011         * tests/examples/Makefile.am:
5012         * tests/examples/seek/Makefile.am:
5013           reorganize stuff under tests/
5014
5015 2005-11-30  Edward Hervey  <edward@fluendo.com>
5016
5017         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5018         Go away you stupid GstStaticPadTemplate memleak.
5019
5020 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5021
5022         * gst-libs/gst/net/Makefile.am:
5023         * gst-libs/gst/net/README:
5024         * gst-libs/gst/net/gstnetbuffer.c:
5025         * gst-libs/gst/net/gstnetbuffer.h:
5026           this was moved to "netbuffer"
5027
5028 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5029
5030         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
5031         (gst_video_filter_class_init), (gst_video_filter_init):
5032         * gst-libs/gst/video/gstvideofilter.h:
5033           borgify name to bring in line with other classes
5034
5035 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5036
5037         * gst/audioscale/.cvsignore:
5038         * gst/audioscale/Makefile.am:
5039         * gst/audioscale/README:
5040         * gst/audioscale/audioscale.vcproj:
5041         * gst/audioscale/dtof.c:
5042         * gst/audioscale/dtos.c:
5043         * gst/audioscale/functable.c:
5044         * gst/audioscale/gstaudioscale.c:
5045         * gst/audioscale/gstaudioscale.h:
5046         * gst/audioscale/private.h:
5047         * gst/audioscale/resample.c:
5048         * gst/audioscale/resample.h:
5049         * gst/audioscale/test.c:
5050           remove
5051
5052 2005-11-30  Edward Hervey  <edward@fluendo.com>
5053
5054         * gst-libs/gst/netbuffer/Makefile.am:
5055         really, really tired
5056
5057 2005-11-30  Edward Hervey  <edward@fluendo.com>
5058
5059         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5060         Update for new GstTypeFindFactory _register()
5061
5062 2005-11-30  Edward Hervey  <edward@fluendo.com>
5063
5064         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
5065         Let's not override libgstnet from core for no reason...
5066         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
5067         Ok, maybe not so quick next time.
5068
5069 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5070
5071         * configure.ac:
5072         * gst-libs/gst/Makefile.am:
5073           moved gst-libs/gst/net to netbuffer through CVS surgery
5074           remove old directory
5075           updating build to accomodate
5076           (#322257)
5077
5078 2005-11-29  Andy Wingo  <wingo@pobox.com>
5079
5080         * pkgconfig/gstreamer-plugins-base.pc.in:
5081         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
5082         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
5083         (#322257).
5084
5085 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
5086
5087         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
5088         3rd time's the charm. Correct ref-counting for discarded buffers.
5089
5090 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
5091
5092         * gst/playback/gststreamselector.c:
5093         (gst_stream_selector_class_init),
5094         (gst_stream_selector_set_property),
5095         (gst_stream_selector_get_property),
5096         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
5097         Fix ref-counting
5098
5099 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
5100
5101         * gst/subparse/gstsubparse.c: (feed_textbuf):
5102           Don't access already unref'ed buffer.
5103
5104 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
5105
5106         * gst/playback/gststreamselector.c:
5107         (gst_stream_selector_class_init), (gst_stream_selector_init),
5108         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
5109         (gst_stream_selector_get_property),
5110         (gst_stream_selector_get_linked_pad),
5111         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
5112         * gst/playback/gststreamselector.h:
5113         Add the active-pad property for playbin to use shortly. Ignore buffers
5114         from any other pad, returning GST_FLOW_NOT_LINKED
5115
5116 2005-11-29  Julien MOUTTE  <julien@moutte.net>
5117
5118         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
5119         patch from bug #322704 (Alessandro Decina).
5120
5121 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5122
5123         * gst-libs/gst/audio/Makefile.am:
5124           folded audiofilter into the audio library
5125
5126 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5127
5128         * gst/videoscale/gstvideoscale.h:
5129         * gst/videoscale/gstvideoscale.c:
5130           remove unimplemented scale methods
5131
5132 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
5133
5134         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
5135           Don't leak caps.
5136
5137 2005-11-28  Julien MOUTTE  <julien@moutte.net>
5138
5139         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
5140         (gst_ximagesink_setcaps):
5141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
5142         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
5143         happens (only visible on ximagesink but bug is in xv too) set_caps was
5144         destroying the internal x[v]image used to memcpy non locally alloced
5145         buffers so that it got renewed on next _chain. The issue is that 
5146         _expose will try to put that image as it reffed it in _put.
5147         Using gst_buffer_unref instead of destroy fixes it !
5148
5149 2005-11-28  Edward Hervey  <edward@fluendo.com>
5150
5151         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5152         (try_to_link_1), (queue_filled_cb):
5153         Better use of the queues. Start with a small size queue and only increase
5154         the size of the queues when the other queues are empty.
5155
5156 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5157
5158         * gst-libs/gst/video/Makefile.am:
5159           compile in copied-over videofilter into the video library
5160         * gst-libs/gst/video/videosink.h:
5161           rename the header to gstvideosink.h since it's a base GstObject class
5162         * sys/ximage/ximagesink.h:
5163         * sys/xvimage/xvimagesink.h:
5164           use the new header
5165
5166 2005-11-28  Wim Taymans  <wim@fluendo.com>
5167
5168         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
5169         * gst/playback/gstplaybasebin.h:
5170         Prepare to handle errors betters.
5171
5172         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
5173         Set sinks to PAUSED first before adding and linking them so that
5174         we don't interrupt dataflow.
5175
5176 2005-11-28  Wim Taymans  <wim@fluendo.com>
5177
5178         * gst-libs/gst/audio/TODO:
5179         Updated TODO
5180
5181         * gst-libs/gst/audio/gstaudiosink.c:
5182         (gst_audioringbuffer_open_device),
5183         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5184         (gst_audioringbuffer_release):
5185         Small cleanups.
5186
5187         * gst-libs/gst/audio/gstbaseaudiosink.c:
5188         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
5189         (gst_base_audio_sink_change_state):
5190         Slave to the master clock when going to PLAYING and unslave when
5191         going to PAUSED.
5192
5193         * gst-libs/gst/audio/gstringbuffer.c:
5194         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
5195         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
5196         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
5197         (gst_ring_buffer_clear_all), (wait_segment),
5198         (gst_ring_buffer_commit), (gst_ring_buffer_read),
5199         (gst_ring_buffer_advance):
5200         * gst-libs/gst/audio/gstringbuffer.h:
5201         Add some docs and cleanups.
5202
5203 2005-11-28  Julien MOUTTE  <julien@moutte.net>
5204
5205         * sys/xvimage/xvimagesink.c:
5206         (gst_xvimagesink_navigation_send_event): Fix navigation events
5207         coordinates translation with pixel aspect ratios.
5208
5209 2005-11-28  Julien MOUTTE  <julien@moutte.net>
5210
5211         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
5212         Use calculated video geometry from _setcaps instead of buffer
5213         caps to respect pixel aspect ratio. (fixes #322388)
5214
5215 2005-11-28  Julien MOUTTE  <julien@moutte.net>
5216
5217         * docs/libs/tmpl/gstcolorbalance.sgml:
5218         * docs/libs/tmpl/gstmixer.sgml:
5219         * docs/libs/tmpl/gstxoverlay.sgml:
5220         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
5221         interface.
5222
5223 2005-11-28  Julien MOUTTE  <julien@moutte.net>
5224
5225         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
5226         Refuse to create an XvImage if we can't find the format.
5227
5228 2005-11-28  Edward Hervey  <edward@fluendo.com>
5229
5230         * gst-libs/gst/riff/riff-media.c:
5231         (gst_riff_create_audio_template_caps):
5232         Add ATRAC3 to the list of riff-possible audio caps.
5233         I know we still don't have a plugin for atrac3, but it's saner to output
5234         that than a cryptic mimetype.
5235
5236 2005-11-27  Edward Hervey  <edward@fluendo.com>
5237
5238         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
5239         Don't try to create a zero-sized subbuffer.
5240
5241 2005-11-27  Julien MOUTTE  <julien@moutte.net>
5242
5243         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
5244         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
5245         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
5246         (gst_ximagesink_expose): Fixed a tricky race.
5247         * sys/ximage/ximagesink.h:
5248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
5249         (gst_xvimagesink_expose): Fixed a tricky race.
5250         * sys/xvimage/xvimagesink.h:
5251
5252 2005-11-27  Edward Hervey  <edward@fluendo.com>
5253
5254         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5255         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
5256         Remove unused properties, and add queues between demuxers and decoders
5257         so that a lot more files can preroll properly.
5258
5259 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5260
5261         * gst-libs/gst/net/Makefile.am:
5262         * gst-libs/gst/rtp/Makefile.am:
5263         * gst-libs/gst/tag/Makefile.am:
5264           remove silly include
5265         * gst/tags/Makefile.am:
5266         * gst/tags/gsttagediting.c:
5267         * gst/tags/gsttageditingprivate.h:
5268         * gst/tags/tagedit.vcproj:
5269           remove directory, is as good as empty
5270
5271 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5272
5273         * configure.ac:
5274           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
5275         * gst-libs/Makefile.am:
5276         * gst-libs/gst/audio/Makefile.am:
5277         * gst-libs/gst/interfaces/Makefile.am:
5278         * gst-libs/gst/net/Makefile.am:
5279         * gst-libs/gst/riff/Makefile.am:
5280         * gst-libs/gst/rtp/Makefile.am:
5281         * gst-libs/gst/tag/Makefile.am:
5282         * gst-libs/gst/video/Makefile.am:
5283           and use them
5284
5285 2005-11-27  Julien MOUTTE  <julien@moutte.net>
5286
5287         * docs/libs/tmpl/gstcolorbalance.sgml:
5288         * docs/libs/tmpl/gstmixer.sgml:
5289         * docs/libs/tmpl/gstxoverlay.sgml:
5290         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
5291         * sys/ximage/ximagesink.h:
5292         * sys/xvimage/xvimagesink.h: More and more documentation.
5293
5294 2005-11-26  Julien MOUTTE  <julien@moutte.net>
5295
5296         * docs/libs/gst-plugins-base-libs-docs.sgml:
5297         * docs/libs/gst-plugins-base-libs-sections.txt:
5298         * docs/libs/tmpl/gstcolorbalance.sgml:
5299         * docs/libs/tmpl/gstmixer.sgml:
5300         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
5301         to documentation.
5302
5303 2005-11-26  Julien MOUTTE  <julien@moutte.net>
5304
5305         * docs/plugins/Makefile.am:
5306         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5307         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5308         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
5309
5310 2005-11-26  Julien MOUTTE  <julien@moutte.net>
5311
5312         * docs/plugins/Makefile.am:
5313         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5314         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5315         * docs/plugins/inspect/plugin-adder.xml:
5316         * docs/plugins/inspect/plugin-alsa.xml:
5317         * docs/plugins/inspect/plugin-audioconvert.xml:
5318         * docs/plugins/inspect/plugin-audiorate.xml:
5319         * docs/plugins/inspect/plugin-audioresample.xml:
5320         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5321         * docs/plugins/inspect/plugin-decodebin.xml:
5322         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5323         * docs/plugins/inspect/plugin-gnomevfs.xml:
5324         * docs/plugins/inspect/plugin-ogg.xml:
5325         * docs/plugins/inspect/plugin-playbin.xml:
5326         * docs/plugins/inspect/plugin-subparse.xml:
5327         * docs/plugins/inspect/plugin-tcp.xml:
5328         * docs/plugins/inspect/plugin-theora.xml:
5329         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5330         * docs/plugins/inspect/plugin-video4linux.xml:
5331         * docs/plugins/inspect/plugin-videorate.xml:
5332         * docs/plugins/inspect/plugin-videoscale.xml:
5333         * docs/plugins/inspect/plugin-videotestsrc.xml:
5334         * docs/plugins/inspect/plugin-volume.xml:
5335         * docs/plugins/inspect/plugin-vorbis.xml:
5336         * docs/plugins/inspect/plugin-ximagesink.xml:
5337         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
5338         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
5339
5340 2005-11-26  Edward Hervey  <edward@fluendo.com>
5341
5342         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
5343         Properly return GstFlowReturn from gst_pad_push in chain functions.
5344
5345 2005-11-25  Michael Smith  <msmith@fluendo.com>
5346
5347         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
5348         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
5349         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5350         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
5351           Handle various conditions better when we don't understand a stream.
5352           Removes a heap of CRITICALs on ogg streams containing unknown data.
5353
5354 2005-11-24  Andy Wingo  <wingo@pobox.com>
5355
5356         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
5357         Be threadsafe.
5358
5359 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5360
5361         * configure.ac: back to HEAD
5362
5363 === release 0.9.6 ===
5364
5365 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
5366
5367         * configure.ac:
5368           releasing 0.9.6, "White Eight"
5369
5370 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5371
5372         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
5373         * docs/plugins/inspect/plugin-sine.xml:
5374           remove sinesrc some more
5375
5376 2005-11-23  Wim Taymans  <wim@fluendo.com>
5377
5378         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
5379         If we are reading too slowly, jump forward in the ringbuffer
5380         instead of blocking.
5381
5382 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
5383
5384         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
5385         (gst_visual_chain):
5386         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
5387         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
5388         (gst_videorate_chain):
5389         * gst/videotestsrc/gstvideotestsrc.c:
5390         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
5391         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
5392         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
5393         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
5394         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
5395         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
5396           Updates for API changes
5397
5398 2005-11-23  Wim Taymans  <wim@fluendo.com>
5399
5400         * gst-libs/gst/audio/gstbaseaudiosink.c:
5401         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
5402         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5403         Fix for calibration API change.
5404
5405 2005-11-23  Michael Smith <msmith@fluendo.com>
5406
5407         * gst-libs/gst/audio/multichannel.c:
5408         (gst_audio_get_channel_positions),
5409         (gst_audio_set_channel_positions),
5410         (gst_audio_set_structure_channel_positions_list),
5411         (gst_audio_fixate_channel_positions):
5412           Use gst_value_array_*() functions on value arrays, not
5413           gst_value_list_*().
5414
5415 2005-11-23  Edward Hervey  <edward@fluendo.com>
5416
5417         * autogen.sh:
5418         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
5419         Fixes autogen
5420
5421 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5422
5423         * check/Makefile.am:
5424         * check/elements/videotestsrc.c: (setup_videotestsrc),
5425         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
5426         (main):
5427           add a test for videotestsrc
5428
5429 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5430
5431         * gst/sine/.cvsignore:
5432         * gst/sine/Makefile.am:
5433         * gst/sine/gstsinesrc.c:
5434         * gst/sine/gstsinesrc.h:
5435         * gst/sine/sinesrc.vcproj:
5436           and remove sinesrc from the repository.  Closes #321446
5437
5438 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5439
5440         * configure.ac:
5441         * gst-plugins-base.spec.in:
5442           remove sinesrc from the build
5443
5444 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5445
5446         * check/Makefile.am:
5447         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
5448         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
5449         (main):
5450           add a test for audiotestsrc, testing all waves.  Even seems
5451           leak-free at first glance, nice job Stefan
5452
5453 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
5454
5455         * po/af.po:
5456         * po/az.po:
5457         * po/cs.po:
5458         * po/en_GB.po:
5459         * po/hu.po:
5460         * po/it.po:
5461         * po/nb.po:
5462         * po/nl.po:
5463         * po/or.po:
5464         * po/sq.po:
5465         * po/sr.po:
5466         * po/sv.po:
5467         * po/uk.po:
5468         * po/vi.po:
5469           Translation string updates
5470
5471         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
5472         (gst_v4lsrc_set_caps):
5473         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
5474         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
5475         * sys/v4l/v4lsrc_calls.h:
5476           Improve v4lsrc, by making it work again.
5477
5478 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
5479
5480         * ext/libvisual/visual.c: (gst_visual_chain):
5481           Fix the fps calculations.
5482
5483         * gst/ffmpegcolorspace/avcodec.h:
5484           Move structure element for clarity
5485
5486         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
5487         * gst-libs/gst/interfaces/tunernorm.h:
5488         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
5489         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
5490         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
5491         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
5492         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
5493         (gst_v4lmjpegsrc_getcaps):
5494         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
5495         (gst_v4lsrc_set_caps):
5496         * sys/v4l/gstv4lsrc.h:
5497         * sys/v4l/v4l_calls.c: (gst_v4l_open):
5498         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
5499         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
5500         * sys/v4l/v4lsrc_calls.h:
5501           Fractional framerates...
5502
5503 2005-11-22  Wim Taymans  <wim@fluendo.com>
5504
5505         * gst-libs/gst/audio/gstbaseaudiosink.c:
5506         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
5507         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5508         And we provide a clock by default, of course...
5509
5510 2005-11-22  Wim Taymans  <wim@fluendo.com>
5511
5512         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
5513         This clock can be slaved to a master clock now.
5514
5515         * gst-libs/gst/audio/gstbaseaudiosink.c:
5516         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
5517         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
5518         (gst_base_audio_sink_set_clock),
5519         (gst_base_audio_sink_set_property),
5520         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
5521         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5522         * gst-libs/gst/audio/gstbaseaudiosink.h:
5523         Handle slaving the internal clock to the clock selected in the
5524         pipeline.
5525         Add property to make the basesink not provide a clock.
5526
5527         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5528         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
5529         (gst_base_rtp_depayload_wait):
5530         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5531         We can use the clock in GstElement, no need to store it ourselves.
5532
5533 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5534
5535         * docs/libs/tmpl/gstaudio.sgml:
5536           update
5537         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
5538         (gst_paranoia_endian_get_type):
5539         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
5540         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
5541         * gst/audiotestsrc/gstaudiotestsrc.c:
5542         (gst_audiostestsrc_wave_get_type):
5543         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5544         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5545         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5546         (gst_sync_method_get_type), (gst_unit_type_get_type),
5547         (gst_client_status_get_type), (gst_multifdsink_class_init),
5548         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
5549         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
5550         (gst_multifdsink_get_property):
5551         * gst/tcp/gstmultifdsink.h:
5552         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
5553         * gst/videotestsrc/gstvideotestsrc.c:
5554         (gst_videotestsrc_pattern_get_type):
5555           remove deprecated properties
5556           fix up enums to correctly have short lowercase dashed nicks
5557
5558 2005-11-22  Michael Smith <msmith@fluendo.com>
5559
5560         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
5561         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
5562           Add underscore.
5563
5564 2005-11-22  Michael Smith <msmith@fluendo.com>
5565
5566         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
5567         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
5568           Use utility method for scaling clocktime for fractional framerates.
5569
5570 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
5571
5572         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
5573         (gst_visual_chain):
5574         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5575         * ext/theora/theoradec.c: (theora_handle_type_packet):
5576         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5577         (theora_enc_chain):
5578         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5579         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
5580         * gst-libs/gst/video/video.h:
5581         * gst/ffmpegcolorspace/avcodec.h:
5582         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5583         (gst_ffmpeg_caps_to_pixfmt):
5584         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5585         (gst_ffmpegcsp_set_caps):
5586         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
5587         (gst_videorate_setcaps), (gst_videorate_blank_data),
5588         (gst_videorate_chain):
5589         * gst/videotestsrc/gstvideotestsrc.c:
5590         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
5591         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
5592         (gst_videotestsrc_event), (gst_videotestsrc_create):
5593         * gst/videotestsrc/gstvideotestsrc.h:
5594         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5595         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
5596         (gst_ximagesink_get_times), (gst_ximagesink_init):
5597         * sys/ximage/ximagesink.h:
5598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5599         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
5600         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
5601         * sys/xvimage/xvimagesink.h:
5602           Convert elements to use fractions for their framerate.
5603           V4L elements to come later tonight.
5604
5605 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5606
5607         * gst-libs/gst/audio/audio.c:
5608         * gst-libs/gst/audio/audio.h:
5609           remove some deprecated functions
5610
5611 2005-11-22  Andy Wingo  <wingo@pobox.com>
5612
5613         * Update for gst_tag_setter API changes.
5614
5615 2005-11-22  Andy Wingo  <wingo@pobox.com>
5616
5617         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
5618         (gst_ogg_demux_perform_seek):
5619         * ext/theora/theoradec.c (theora_dec_sink_event):
5620         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
5621         update-funcnames.
5622
5623 2005-11-22  Wim Taymans  <wim@fluendo.com>
5624
5625         * examples/seeking/seek.c: (main):
5626         Give higher priority to bus signals than the gtk events
5627         to fix a race condition in the segment looping.
5628
5629 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
5630
5631         * ext/theora/Makefile.am:
5632         * ext/vorbis/Makefile.am:
5633         * gst-libs/gst/tag/Makefile.am:
5634         * gst-plugins-base.spec.in:
5635           Rename libgsttagedit to libgsttag (#322117).
5636
5637 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
5638
5639         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
5640         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5641           Call gst_x_overlay_prepare_xwindow_id() to give applications
5642           a final chance to set their own xwindow id before the video
5643           sink creates its own window.
5644
5645 2005-11-22  Julien MOUTTE  <julien@moutte.net>
5646
5647         * sys/xvimage/xvimagesink.c:
5648         (gst_xvimagesink_navigation_send_event): Handle navigation
5649         events correcly with borders if applicable.
5650
5651 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
5652
5653         Patch by: Luca Ognibene
5654
5655         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5656         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
5657         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5658         (gst_ffmpegcsp_caps_remove_format_info):
5659         * gst/ffmpegcolorspace/imgconvert.c:
5660         * gst/ffmpegcolorspace/imgconvert_template.h:
5661           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
5662           #318353); use gst_structure_has_name().
5663
5664 2005-11-22  Julien MOUTTE  <julien@moutte.net>
5665
5666         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
5667         (gst_ximagesink_class_init): Add debug macros on functions.
5668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5669         (gst_xvimagesink_xwindow_draw_borders),
5670         (gst_xvimagesink_xvimage_put),
5671         (gst_xvimagesink_xwindow_update_geometry),
5672         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
5673         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
5674         (gst_xvimagesink_xcontext_clear),
5675         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5676         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
5677         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5678         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
5679         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
5680         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5681         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
5682         expose while being PAUSED, out of data flow navigation events, etc..
5683
5684 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5685
5686         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
5687         * gst-libs/gst/audio/audio.h:
5688           fix prototype - wondering why the test worked regardless
5689
5690 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5691
5692         * check/Makefile.am:
5693         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
5694         * gst-libs/gst/audio/audio.h:
5695           add a method that returns a proper GstClockTime
5696
5697 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5698
5699         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
5700         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
5701         * gst-libs/gst/interfaces/xoverlay.h:
5702           Remove everything having to do with the desired size; add 
5703           gst_x_overlay_prepare_xwindow_id() function; remove the
5704           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
5705           post a message on the bus instead (#321816).
5706
5707         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
5708         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
5709         (gst_xvimagesink_xoverlay_init):
5710           Remove desired size stuff (#321816).
5711
5712 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5713
5714         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
5715         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5716         (mpeg_video_type_find), (mpeg_video_stream_type_find):
5717           Terminate vararg functions with NULL instead of 0 to 
5718           make gcc4 happy.
5719
5720 2005-11-21  Andy Wingo  <wingo@pobox.com>
5721
5722         patch by: Sebastien Cote <sebas642@yahoo.ca>
5723         
5724         * gst-libs/gst/rtp/gstrtpbuffer.h: 
5725         * gst-libs/gst/rtp/gstrtpbuffer.c
5726         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
5727
5728 2005-11-21  Andy Wingo  <wingo@pobox.com>
5729
5730         * gst/playback/gstplaybin.c (gen_audio_element) 
5731         (gen_video_element): Use the new MISSING_PLUGIN core error
5732         category. Closes #320060.
5733
5734         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
5735         * gst/videorate/gstvideorate.c (gst_videorate_event):
5736         * ext/theora/theoradec.c (theora_dec_sink_event): 
5737         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
5738         stream lock.
5739
5740         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
5741         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
5742         stream lock changes.
5743
5744 2005-11-21  Wim Taymans  <wim@fluendo.com>
5745
5746         * gst-libs/gst/audio/gstbaseaudiosink.c:
5747         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
5748         (gst_base_audio_sink_provide_clock),
5749         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
5750         (gst_base_audio_sink_change_state):
5751         * gst/audioresample/gstaudioresample.c:
5752         Segment update fix.
5753
5754 2005-11-21  Andy Wingo  <wingo@pobox.com>
5755
5756         * *.h:
5757         * *.c: Ran scripts/update-macros. Oh yes.
5758
5759 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5760
5761         * sys/ximage/Makefile.am:
5762         * sys/ximage/ximage.c:
5763           Rename ximage plugin to ximagesink (#321426) (Don't forget to
5764           remove your old libgstximage.* manually if necessary).
5765
5766 2005-11-21  Michael Smith <msmith@fluendo.com>
5767
5768         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
5769           Minimal fix for bug #320200: set the min/max bitrate in the correct
5770           units. A better fix would be to upgrade to the RATEMANAGE2
5771           interface, rather than using the deprecated interface used here, but
5772           that would require an update in our libvorbis dependency (to 1.1),
5773           which is probably undesirable.
5774
5775 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
5776
5777         * ext/libvisual/visual.c: (get_buffer):
5778         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5779         (gst_base_audio_src_fixate):
5780         * gst/audioconvert/gstaudioconvert.c:
5781         (gst_audio_convert_fixate_caps):
5782         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
5783         * gst/audiotestsrc/gstaudiotestsrc.c:
5784         (gst_audiotestsrc_src_fixate):
5785         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
5786         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
5787         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
5788         * gst/videotestsrc/gstvideotestsrc.c:
5789         (gst_videotestsrc_src_fixate):
5790         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
5791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
5792           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
5793           (#322027)
5794
5795
5796 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5797
5798         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5799         (gst_riff_create_iavs_caps):
5800         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
5801         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5802         (gst_riff_parse_info):
5803         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
5804         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
5805         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5806           Fixes for GST_FOURCC_FORMAT API change.
5807
5808 2005-11-21  Andy Wingo  <wingo@pobox.com>
5809
5810         patch by: Alessandro Dessina <alessandro nnva org>
5811
5812         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
5813         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
5814         (gst_ogg_parse_chain):
5815         * ext/theora/theoraenc.c (theora_set_header_on_caps):
5816         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
5817         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
5818         gst_value_list calls on arrays. Fixes #321962.
5819
5820 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5821
5822         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5823         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
5824         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
5825         * gst/adder/gstadder.c: (gst_adder_init),
5826         (gst_adder_request_new_pad), (gst_adder_collected),
5827         (gst_adder_change_state):
5828           Update for gst_collectpads_foo() to gst_collect_pads_foo()
5829           API change.
5830
5831 2005-11-21  Michael Smith <msmith@fluendo.com>
5832
5833         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
5834         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
5835           Properly handle pad_push return values.
5836
5837 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
5838
5839         * gst-libs/gst/tag/Makefile.am:
5840         * gst-libs/gst/tag/gstvorbistag.c:
5841         (gst_tag_list_to_vorbiscomment_buffer):
5842           Remove obsolete vorbistag element and debug category.
5843
5844         * gst/playback/gstplaybasebin.c: (check_queue):
5845           Don't divide by 0 when queue-threshold is 0.
5846
5847         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
5848           Don't modify an existing pixel-aspect-ratio if we fail to read
5849           a new one.
5850
5851 2005-11-20  Wim Taymans  <wim@fluendo.com>
5852
5853         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
5854         (gst_vorbisenc_push_packet):
5855         GST_PAD_IS_USABLE is gone, use the return value of
5856         the push or pad_alloc_buffer instead.
5857
5858 2005-11-18  Julien MOUTTE  <julien@moutte.net>
5859
5860         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5861         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
5862         (gst_ximagesink_ximage_destroy),
5863         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
5864         (gst_ximagesink_xwindow_new),
5865         (gst_ximagesink_xwindow_update_geometry),
5866         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
5867         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
5868         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
5869         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
5870         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
5871         (gst_ximagesink_navigation_send_event),
5872         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
5873         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
5874         (gst_ximagesink_finalize), (gst_ximagesink_init),
5875         (gst_ximagesink_class_init):
5876         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
5877         This new version brings correct software scaling, non flickering
5878         window while resizing, pixel aspect ratio handling, usage of
5879         hardware buffer pools, out of data flow event thread for 
5880         navigation and handling of expose events even when being PAUSED,
5881         a new property to keep video aspect ratio when resizing, etc...
5882
5883 2005-11-18  Julien MOUTTE  <julien@moutte.net>
5884
5885         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
5886         (gst_videoscale_fixate_caps): Introduce back caps fixate with
5887         handling of PAR.
5888
5889 2005-11-18    <bilboed@dvdsrc.fluendo.com>
5890
5891         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
5892         Unsetting IS_SINK flag from the fakesink, so decodebin
5893         never behaves as a sink.
5894
5895 2005-11-17  Wim Taymans  <wim@fluendo.com>
5896
5897         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5898         (gst_base_audio_src_change_state):
5899         Fix the audiosrc base class again, we did not unflush.
5900
5901 2005-11-17  Julien MOUTTE  <julien@moutte.net>
5902
5903         * examples/seeking/seek.c: (make_dv_pipeline),
5904         (make_vorbis_theora_pipeline), (make_avi_pipeline),
5905         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
5906         to ogg/vorbis/theora pipeline.
5907
5908 2005-11-17  Wim Taymans  <wim@fluendo.com>
5909
5910         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
5911         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
5912         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
5913         Fix EOS on multiple streams.
5914         More debugging.
5915
5916 2005-11-16  Wim Taymans  <wim@fluendo.com>
5917
5918         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
5919         (gst_ogg_demux_perform_seek):
5920         Segment done must include stream time.
5921
5922         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5923         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
5924         (gst_ogg_mux_change_state):
5925         Fix ogg muxer again.
5926
5927 2005-11-16  Wim Taymans  <wim@fluendo.com>
5928
5929         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
5930         Fix compile again.
5931
5932 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5933
5934         * ext/libvisual/visual.c: (gst_visual_init):
5935         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
5936         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
5937         (gst_ogg_parse_chain):
5938         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
5939         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
5940         * ext/theora/theoradec.c: (gst_theora_dec_init):
5941         * ext/theora/theoraenc.c: (gst_theora_enc_init):
5942         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
5943         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
5944         * gst/adder/gstadder.c: (gst_adder_class_init),
5945         (gst_adder_dispose):
5946         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
5947         * gst/subparse/gstsubparse.c: (gst_subparse_init):
5948         * gst/videorate/gstvideorate.c: (gst_videorate_init):
5949           Fix a whole set of pad template leaks
5950
5951 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5952
5953         * check/generic/states.c: (GST_START_TEST):
5954           fix the test so that it only checks for elements that are part of
5955           this source module
5956
5957 2005-11-16  Michael Smith <msmith@fluendo.com>
5958
5959         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
5960         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
5961         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
5962         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
5963         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
5964         (gst_ogg_mux_change_state):
5965           Fix leaking collectpads.
5966
5967 2005-11-16  Edward Hervey  <edward@fluendo.com>
5968
5969         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
5970         (gst_videorate_event), (gst_videorate_chain):
5971         Handle segment seeks
5972
5973 2005-11-16  Wim Taymans  <wim@fluendo.com>
5974
5975         * gst-libs/gst/audio/gstbaseaudiosink.c:
5976         (gst_base_audio_sink_provide_clock),
5977         (gst_base_audio_sink_change_state):
5978         Set ringbuffer to non-flushing when going to PAUSED, set to
5979         flushing again when going to READY.
5980
5981         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
5982         (gst_ring_buffer_stop):
5983         Start in flushing mode by default.
5984         Don't set flushing in the _stop method, let the app call
5985         this explicitly.
5986
5987 2005-11-16  Julien MOUTTE  <julien@moutte.net>
5988
5989         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
5990         * gst-libs/gst/video/videosink.h: Add helper function needed
5991         for video sinks.
5992
5993 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5994
5995         * gst/videoscale/gstvideoscale.c:
5996         (gst_videoscale_handle_src_event):
5997           Don't leak reference to pad parent.
5998
5999 2005-11-16  Wim Taymans  <wim@fluendo.com>
6000
6001         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
6002         Set ringbuffer to flushing when stopping so that we don't
6003         block on wait_segment anymore and livelock.
6004
6005 2005-11-16  Wim Taymans  <wim@fluendo.com>
6006
6007         * examples/seeking/seek.c: (send_event), (do_seek),
6008         (loop_toggle_cb), (segment_done), (main):
6009         Added looping checkbox.
6010
6011 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6012
6013         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
6014         (gst_ogg_demux_init):
6015         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
6016         (gst_vorbis_dec_init):
6017           revert unrefs, they don't pass make check
6018
6019 2005-11-15  Johan Dahlin  <johan@gnome.org>
6020
6021         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
6022         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
6023         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
6024         (gst_vorbis_dec_init):
6025         Fix pad template leaks. 
6026
6027 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6028
6029         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
6030           Make state change function thread safe.
6031
6032 2005-11-15  Edward Hervey  <edward@fluendo.com>
6033
6034         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
6035         (gst_ogg_demux_class_init):
6036         Implement GstElement::send_event, so we can send seek events
6037         in GST_STATE_READY
6038
6039 2005-11-14  Julien MOUTTE  <julien@moutte.net>
6040
6041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
6042         Discovered how to take away flickering while resizing the
6043         window. Please don't put that in ximagesink, refactoring in
6044         progress.
6045
6046 2005-11-14  Michael Smith <msmith@fluendo.com>
6047
6048         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
6049         (gst_multifdsink_render):
6050           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
6051
6052 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6053
6054         * gst/playback/gstplaybin.c: (gen_audio_element):
6055           Use autoaudiosink, it tends to be more widely available than
6056           autoaudiiosink.
6057           
6058 2005-11-14  Andy Wingo  <wingo@pobox.com>
6059
6060         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
6061         as well if it is available. Fixes #316442.
6062
6063 2005-11-14  Michael Smith <msmith@fluendo.com>
6064
6065         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
6066         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
6067         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6068         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
6069         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
6070         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
6071         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
6072         (gst_vorbisenc_change_state):
6073           Fix a small memory leak in vorbisenc.
6074           Fix large memory leaks in oggmux, also fix lots of state change
6075           bugs in oggmux.
6076
6077 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6078
6079         * gst/videotestsrc/gstvideotestsrc.c:
6080         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
6081         (gst_videotestsrc_src_fixate):
6082           move fixation to a fixate function
6083           remove negotiate function, basesrc's is good enough
6084           fixes a bug for check when using the element alone
6085
6086 2005-11-13  Edward Hervey  <edward@fluendo.com>
6087
6088         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
6089         (key_toggle_cb), (main):
6090         Added checkboxes for adding/removing the accurate and key_unit seek
6091         flags.
6092
6093 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6094
6095         * configure.ac: back to HEAD
6096
6097 === release 0.9.5 ===
6098
6099 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
6100
6101         * configure.ac:
6102           releasing 0.9.5, "No No Kia"
6103
6104 2005-11-11  Edward Hervey  <edward@fluendo.com>
6105
6106         * examples/seeking/seek.c: (make_parselaunch_pipeline):
6107         Added parse-launch syntax seeking mode for the seeking example.
6108         This should help stress-test even more cases.
6109         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
6110
6111 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
6112
6113         * sys/xvimage/xvimagesink.c:
6114         (gst_xvimagesink_navigation_send_event):
6115           Check whether peer pad exists before sending navigation events
6116           to it.
6117
6118 2005-11-11  Michael Smith <msmith@fluendo.com>
6119
6120         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
6121         (gst_vorbisenc_buffer_from_packet):
6122         * ext/vorbis/vorbisenc.h:
6123           Set duration on encoded buffers. This allows oggmux's
6124           max_page_delay parameter to actually work.
6125
6126 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
6127
6128         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6129         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
6130         (gst_ffmpegcsp_avpicture_fill):
6131         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6132         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
6133           Make palettes work again (see #132341). Use our own macros
6134           for rounding up.
6135
6136 2005-11-10  Andy Wingo  <wingo@pobox.com>
6137
6138         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
6139         string doober.
6140
6141 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6142
6143         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6144         (gst_ffmpegcsp_transform_caps):
6145           Prefer passthrough in transform_caps
6146
6147 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6148
6149         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6150           check for ALSA errors properly, instead of relying on ALSA's
6151           error strings to serve to the user.
6152
6153 2005-11-10  Wim Taymans  <wim@fluendo.com>
6154
6155         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
6156         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
6157         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
6158         Modernise the seek code.
6159
6160 2005-11-10  Michael Smith <msmith@fluendo.com>
6161         
6162         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
6163         (setup_substreams), (set_active_source):
6164           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
6165           trying to go to NULL if we failed to read a file.
6166
6167 2005-11-10  Wim Taymans  <wim@fluendo.com>
6168
6169         * gst/audiotestsrc/gstaudiotestsrc.c:
6170         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
6171         (gst_audiotestsrc_create):
6172         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6173         (gst_sinesrc_get_times), (gst_sinesrc_create):
6174         * gst/videotestsrc/gstvideotestsrc.c:
6175         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
6176         (gst_videotestsrc_create):
6177         The base class can now sync for us.
6178
6179 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6180
6181         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
6182           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
6183           name=source autoprobe=false autoprobe-fps=false copy-mode=1
6184           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
6185           format=(fourcc)I420" ! xvimagesink
6186
6187 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6188
6189         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6190         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
6191         (gst_sinesrc_newsegment):
6192           Send newsegment event in TIME format, set duration if
6193           num-buffers is set, fix duration querying.
6194
6195 2005-11-10  Michael Smith <msmith@fluendo.com>
6196
6197         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
6198         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6199         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
6200         (gst_ogg_mux_collected):
6201          Fix EOS handling, partially. Now forwarding an EOS event once we have
6202          EOS on all pads works correctly. However, we still don't properly set
6203          EOS on the actual ogg stream pages.
6204
6205 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
6206
6207         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
6208           Set elements to NULL state before disposing of them.
6209
6210 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
6211
6212         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
6213
6214         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6215         (gst_base_rtp_depayload_init),
6216         (gst_base_rtp_depayload_set_gst_timestamp):
6217         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6218           We need to send a newsegment event for each instance, not
6219           just for the first instance of this class (get rid of
6220           static variable in function). (#321011).
6221           
6222 2005-11-08  Michael Smith <msmith@fluendo.com>
6223
6224         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
6225         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
6226         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
6227         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
6228           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
6229           This makes us mux things correctly according to the ogg muxing
6230           rules. Still not handling EOS correctly right now, though.
6231
6232 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
6233
6234         * gst/audioconvert/gstaudioconvert.c:
6235           Fix typo in docs. 
6236
6237 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
6238
6239         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6240         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
6241           Initialise segment_stop to GST_CLOCK_TIME_NONE when
6242           creating a new chain; should fix live streaming. Also
6243           add more debug output and fix a typo.
6244
6245 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
6246
6247         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
6248
6249         * gst/volume/gstvolume.c: (volume_set_caps):
6250           Fix compilation on Solaris with Forte. (#320923)
6251
6252 2005-11-08  Wim Taymans  <wim@fluendo.com>
6253
6254         * gst-libs/gst/audio/gstbaseaudiosink.c:
6255         (gst_base_audio_sink_render):
6256         No need to do a typecheck.
6257
6258 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
6259
6260         * ext/alsa/gstalsa.h:
6261           We register a debug category, so let's use it.
6262
6263 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
6264
6265         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6266         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
6267         Fixed a small problem.
6268
6269 2005-11-04  Wim Taymans  <wim@fluendo.com>
6270
6271         * examples/seeking/Makefile.am:
6272         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
6273         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
6274         (make_playerbin_pipeline), (format_value), (update_scale),
6275         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
6276         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
6277         (print_usage), (main):
6278         Added app for playback speed testing.
6279
6280         * examples/seeking/seek.c: (dynamic_link),
6281         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
6282         (make_mpeg_pipeline), (do_seek), (set_update_scale),
6283         (message_received), (main):
6284         Updated seek example.
6285
6286 2005-11-04  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_thread), (gst_base_rtp_depayload_wait),
6291         (gst_base_rtp_depayload_set_clock):
6292         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6293         Don't sleep on the bench (system clock) when you have a nice 
6294         comfortable bed (Gstreamer clock) to sleep on.
6295
6296 2005-11-03  Wim Taymans  <wim@fluendo.com>
6297
6298         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6299         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
6300         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
6301         Handle the case where a pad_block failed.
6302
6303 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
6304
6305         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
6306
6307         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6308         (gst_base_rtp_depayload_add_to_queue),
6309         (gst_base_rtp_depayload_push),
6310         (gst_base_rtp_depayload_set_gst_timestamp),
6311         (gst_base_rtp_depayload_queue_release):
6312           Fixes some bugs in the depayloader's queuing/de-queueing code.
6313
6314 2005-10-31  Michael Smith <msmith@fluendo.com>
6315
6316         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
6317         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
6318         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
6319           Patch from Alessandro Decina <alessandro@nnva.org>.
6320           Make oggdemux only find the final time in a chain, not per-pad,
6321           since the per-pad information can be very expensive to locate, and
6322           it isn't used anywhere. This makes reading a file containing
6323           OggSkeleton reasonably fast.
6324           Also, make chain finding work when there are logical bitstreams that
6325           can't be decoded. Fixes #319110.
6326
6327 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
6328
6329         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6330         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
6331         (gst_base_rtp_depayload_chain),
6332         (gst_base_rtp_depayload_add_to_queue),
6333         (gst_base_rtp_depayload_push),
6334         (gst_base_rtp_depayload_set_gst_timestamp),
6335         (gst_base_rtp_depayload_queue_release),
6336         (gst_base_rtp_depayload_start_thread),
6337         (gst_base_rtp_depayload_set_property),
6338         (gst_base_rtp_depayload_get_property):
6339         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6340         Some random fixes, to fullfill the desires of thomas.
6341
6342 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
6343
6344         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6345         (gst_base_rtp_depayload_add_to_queue),
6346         (gst_base_rtp_depayload_push):
6347         Fixed the queueing algorithm.
6348
6349 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
6350
6351         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6352         (gst_base_rtp_depayload_push):
6353         A small fix
6354
6355 2005-10-31  Wim Taymans  <wim@fluendo.com>
6356
6357         * gst-libs/gst/audio/gstringbuffer.h:
6358         Don't break ABI.
6359
6360         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6361         (gst_ffmpeg_caps_to_pixfmt):
6362         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6363         (gst_ffmpegcsp_set_caps):
6364         Some more comments.
6365         Handle missing required caps fields better.
6366
6367 2005-10-31  Wim Taymans  <wim@fluendo.com>
6368
6369         * gst-libs/gst/audio/gstbaseaudiosink.c:
6370         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
6371         (gst_base_audio_sink_render):
6372         * gst-libs/gst/audio/gstringbuffer.c:
6373         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
6374         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6375         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
6376         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
6377         (gst_ring_buffer_read):
6378         * gst-libs/gst/audio/gstringbuffer.h:
6379         Add flushing mode to the ringbuffer so that it in all cases does
6380         not try to handle more audio. This makes sure it does not try to
6381         block anymore when flushing and fixes a livelock.
6382
6383 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
6384
6385         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
6386         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
6387         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
6388           Explicitly check for -1 values before doing a conversion
6389           and always map them to -1. (#315545)
6390
6391 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6392
6393         * gst/playback/gstplaybin.c: (gen_video_element):
6394           first try autovideosink, then xvimagesink, then error out
6395         * po/POTFILES.in:
6396           add translatable file
6397         * po/af.po:
6398         * po/az.po:
6399         * po/cs.po:
6400         * po/en_GB.po:
6401         * po/hu.po:
6402         * po/it.po:
6403         * po/nb.po:
6404         * po/nl.po:
6405         * po/or.po:
6406         * po/sq.po:
6407         * po/sr.po:
6408         * po/sv.po:
6409         * po/uk.po:
6410         * po/vi.po:
6411           update translations
6412
6413 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
6414
6415         * gst-libs/gst/rtp/gstbasedepayload.c:
6416         * gst-libs/gst/rtp/gstbasedepayload.h:
6417           Minor cleanups
6418
6419 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
6420
6421         * gst/playback/.cvsignore:
6422         * gst/playback/decodetest.c:
6423         * gst/playback/test3.c:
6424           Port these two tests as well.
6425
6426 2005-10-27  Wim Taymans  <wim@fluendo.com>
6427
6428         * ext/theora/theoradec.c: (theora_dec_src_query),
6429         (theora_dec_sink_event):
6430         * ext/theora/theoraenc.c: (theora_enc_sink_event),
6431         (theora_enc_change_state):
6432         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6433         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
6434         Take proper locks when handling events.
6435
6436 2005-10-27  Wim Taymans  <wim@fluendo.com>
6437
6438         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
6439         (gst_adder_change_state):
6440         Fix timestamps and fix deadlock when stopping the collectpads.
6441
6442 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
6443
6444         * gst-libs/gst/rtp/gstrtpbuffer.h:
6445         Declaring the payload types as strings too so that they can be used
6446         in the padtemplate inialization.
6447
6448 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
6449
6450         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
6451
6452         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6453         (gst_base_rtp_depayload_class_init):
6454         Fixes a small but nasty bug. The derived elements no longer segfaults
6455         on finalization.
6456
6457 2005-10-26  Michael Smith <msmith@fluendo.com>
6458
6459         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
6460           When clearing an audioconvert context, set tmpbufsize to zero, so
6461           we'll allocate it again later if required.
6462           This fixes audioconvert re-negotiating formats, which previously
6463           segfaulted with a NULL destination buffer.
6464
6465 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
6466
6467         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6468         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
6469         (gst_base_rtp_depayload_set_gst_timestamp),
6470         (gst_base_rtp_depayload_queue_release):
6471         Fixed a smalll memleak.
6472
6473 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
6474         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6475         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
6476         (gst_base_rtp_depayload_finalize),
6477         (gst_base_rtp_depayload_setcaps),
6478         (gst_base_rtp_depayload_add_to_queue),
6479         (gst_base_rtp_depayload_push),
6480         (gst_base_rtp_depayload_set_gst_timestamp),
6481         (gst_base_rtp_depayload_queue_release),
6482         (gst_base_rtp_depayload_thread),
6483         (gst_base_rtp_depayload_change_state):
6484         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6485         Changed the C++ comments to C comments
6486
6487 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6488
6489         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
6490         * gst/tcp/gsttcpclientsrc.h:
6491         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
6492         * gst/tcp/gsttcpserversrc.h:
6493           Remove unused 'curoffset' structure member.
6494
6495 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
6496
6497         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6498         (gst_base_rtp_depayload_base_init),
6499         (gst_base_rtp_depayload_finalize):
6500         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6501         * gst-libs/gst/rtp/gstbasertppayload.h:
6502           The pad-template on the sinkpad should be set by the derived classes.
6503           Also added some useful macros.
6504
6505 2005-10-24  Wim Taymans  <wim@fluendo.com>
6506
6507         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6508         Correctly flush decoder samples even if we could not
6509         copy them to an output buffer. Fixes #319618.
6510
6511 2005-10-24  Julien MOUTTE  <julien@moutte.net>
6512
6513         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
6514         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
6515         the caps against our xcontext caps.
6516
6517 2005-10-24  Wim Taymans  <wim@fluendo.com>
6518
6519         * gst-libs/gst/audio/gstbaseaudiosink.c:
6520         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
6521         Remove g_print
6522         Use sync property from baseclass to disable sync.
6523
6524 2005-10-24  Wim Taymans  <wim@fluendo.com>
6525
6526         * gst-libs/gst/audio/gstbaseaudiosink.c:
6527         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
6528         Buffers with no timestamps get aligned with previous buffers or
6529         on underrun, played ASAP.
6530
6531 2005-10-24  Julien MOUTTE  <julien@moutte.net>
6532
6533         * gst-libs/gst/video/video.h:
6534         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6535         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
6536         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
6537         here comes my change on caps for framerate and geometry range.
6538         We are now accepting 1 to MAXINT for width and height, and from
6539         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
6540         to be blended correctly in videomixer.
6541
6542 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6543
6544         * configure.ac:
6545           back to HEAD
6546
6547 === release 0.9.4 ===
6548
6549 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6550
6551         * NEWS:
6552         * RELEASE:
6553         * configure.ac:
6554           releasing 0.9.4, "Velociraptor"
6555
6556 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6557
6558         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
6559         * po/POTFILES.in:
6560           STOPPED -> FAILED
6561
6562 2005-10-21  Wim Taymans  <wim@fluendo.com>
6563
6564         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6565         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
6566         (pad_blocked), (close_pad_link), (new_pad):
6567         Don't try to remove elements twice.
6568
6569 2005-10-21  Wim Taymans  <wim@fluendo.com>
6570
6571         * ext/theora/theoradec.c: (theora_dec_src_query),
6572         (theora_dec_sink_event):
6573         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6574         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
6575         (vorbis_handle_data_packet):
6576         * ext/vorbis/vorbisdec.h:
6577         Fix old naming.
6578
6579         * gst-libs/gst/audio/gstbaseaudiosink.c:
6580         (gst_base_audio_sink_render):
6581         Don't try to sync on buffers without a timestamp.
6582
6583 2005-10-21  Wim Taymans  <wim@fluendo.com>
6584
6585         * ext/theora/theoradec.c: (theora_dec_src_query),
6586         (theora_dec_sink_event):
6587         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6588         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
6589         (vorbis_handle_data_packet):
6590         * ext/vorbis/vorbisdec.h:
6591         Fix old naming.
6592
6593 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
6594
6595         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
6596         (gst_vorbisenc_src_query):
6597           Implement position and duration queries.
6598
6599         * gst/playback/test3.c: (update_scale), (main):
6600           Fix for async state changes and print nicer output.
6601
6602 2005-10-20  Wim Taymans  <wim@fluendo.com>
6603
6604         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6605         (dump_element_stats), (main):
6606         * gst/playback/test6.c: (main):
6607         Fix tests again
6608
6609 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
6610
6611         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
6612         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6613           Don't use functions for position queries when handling
6614           duration queries.
6615
6616 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
6617
6618         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6619         (vorbis_handle_data_packet), (vorbis_dec_chain),
6620         (vorbis_dec_change_state):
6621         * ext/vorbis/vorbisdec.h:
6622           Vorbis streams can be embedded in other container formats
6623           than ogg, container formats where the demuxer might set 
6624           timestamps on encoded vorbis buffers instead of those silly 
6625           granulepos thingies. In short: make vorbisdec handle 
6626           timestamps on incoming buffers as well.
6627
6628 2005-10-20  Wim Taymans  <wim@fluendo.com>
6629
6630         * gst/playback/gstplaybasebin.c: (group_destroy),
6631         (gst_play_base_bin_change_state):
6632         Fix leak.
6633         Handle case where playbasebin is now ASYNC because
6634         decodebin is.
6635
6636 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6637
6638         * gst/audioconvert/Makefile.am:
6639         * gst/audioconvert/bufferframesconvert.c:
6640         * gst/audioconvert/plugin.c: (plugin_init):
6641         * gst/audioconvert/plugin.h:
6642           And bye bye buffer-frames-convert
6643
6644 2005-10-19  Wim Taymans  <wim@fluendo.com>
6645
6646         * check/elements/audioconvert.c:
6647         * docs/libs/tmpl/gstaudio.sgml:
6648         * docs/libs/tmpl/gstcolorbalance.sgml:
6649         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6650         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
6651         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
6652         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
6653         * gst-libs/gst/audio/audio.h:
6654         * gst/audioconvert/audioconvert.h:
6655         * gst/audioconvert/gstaudioconvert.c:
6656         (gst_audio_convert_parse_caps):
6657         * gst/volume/gstvolume.c:
6658         Bye bye buffer-frames.
6659
6660 2005-10-19  Wim Taymans  <wim@fluendo.com>
6661
6662         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
6663         (query_positions_elems), (query_positions_pads), (update_scale),
6664         (do_seek), (set_update_scale), (message_received), (main):
6665         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6666         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
6667         (gst_ogg_demux_loop):
6668         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
6669         * ext/theora/theoradec.c: (theora_dec_src_query),
6670         (theora_dec_sink_event):
6671         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6672         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
6673         * gst/adder/gstadder.c: (gst_adder_query):
6674         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
6675         * gst/playback/test3.c: (update_scale):
6676         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6677         (dump_element_stats), (main):
6678         * gst/playback/test6.c: (main):
6679         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6680         Query API update.
6681
6682 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6683
6684         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6685         (xml_check_first_element), (xml_type_find), (smil_type_find),
6686         (plugin_init):
6687           Add typefinding for SMIL and for generic XML. Based on patch by
6688           Akos Maroy (#308663).
6689
6690 2005-10-18  Wim Taymans  <wim@fluendo.com>
6691
6692         * gst/playback/Makefile.am:
6693         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6694         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
6695         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
6696         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
6697         (gst_decode_bin_change_state):
6698         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6699         (gst_play_bin_send_event_to_sink):
6700         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6701         (dump_element_stats), (main):
6702         * gst/playback/test6.c: (main):
6703         Make playbin async, it'll commit state to paused when all streams
6704         are detected.
6705         Remove ugly hack.
6706         Added test6.c to show async behaviour.
6707
6708 2005-10-18  Wim Taymans  <wim@fluendo.com>
6709
6710         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6711         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
6712         Fix for segment-start/stop API change.
6713
6714 2005-10-18  Wim Taymans  <wim@fluendo.com>
6715
6716         * check/Makefile.am:
6717         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
6718         (main):
6719         Add future test for clock selection.
6720
6721 2005-10-18  Wim Taymans  <wim@fluendo.com>
6722
6723         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
6724         (gst_alsasink_close):
6725         Set handle to NULL.
6726
6727         * gst-libs/gst/audio/gstringbuffer.c:
6728         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
6729         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
6730         (gst_ring_buffer_start), (gst_ring_buffer_pause),
6731         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
6732         (gst_ring_buffer_read):
6733         More debug info.
6734
6735 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
6736
6737         * gst/audiotestsrc/Makefile.am:
6738         * gst/sine/Makefile.am:
6739         * gst/volume/Makefile.am:
6740           fix broken build of controllerized plugins
6741
6742 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6743
6744         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
6745
6746         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6747         (gst_riff_create_video_template_caps):
6748           Add support for Indeo-3 (IV32).
6749
6750 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6751
6752         * configure.ac:
6753           rewrite
6754
6755 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6756
6757         * gst-libs/gst/video/video.c: (gst_video_get_size):
6758         * gst/audiotestsrc/gstaudiotestsrc.c:
6759           doc updates
6760
6761 2005-10-17  Andy Wingo  <wingo@pobox.com>
6762
6763         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
6764         with the collectpads change.
6765         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
6766
6767         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
6768
6769         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
6770
6771         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
6772         alloc_buffer flow return to callers.
6773         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
6774         change. Fix some memleaks in theoraenc.
6775
6776         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
6777         in strange circumstance.
6778
6779 2005-10-17  Julien MOUTTE  <julien@moutte.net>
6780
6781         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6782         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
6783         from caps, let's use the caps...
6784
6785 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6786
6787         * configure.ac:
6788           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
6789
6790 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6791
6792         * gst-libs/gst/interfaces/Makefile.am:
6793           fix silly typo
6794
6795 2005-10-16  Andy Wingo  <wingo@pobox.com>
6796
6797         * gst/playback/gstdecodebin.c
6798         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
6799         function!
6800         (try_to_link_1): Increase kraziness level.
6801
6802 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6803
6804         * configure.ac:
6805           restructure like the core one
6806         * gst-libs/gst/audio/Makefile.am:
6807         * gst-libs/gst/interfaces/Makefile.am:
6808         * gst-libs/gst/net/Makefile.am:
6809         * gst-libs/gst/riff/Makefile.am:
6810         * gst-libs/gst/rtp/Makefile.am:
6811         * gst-libs/gst/tag/Makefile.am:
6812         * gst-libs/gst/video/Makefile.am:
6813           use correct linker flags, now the libs are properly versioned
6814         * check/elements/audioconvert.c: (verify_convert):
6815         * ext/alsa/gstalsaplugin.c:
6816         * ext/cdparanoia/gstcdparanoia.c:
6817         * ext/gnomevfs/gstgnomevfs.c:
6818         * ext/libvisual/visual.c:
6819         * ext/ogg/gstogg.c:
6820         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
6821         * ext/theora/theora.c:
6822         * ext/vorbis/vorbis.c:
6823         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6824         * gst-libs/gst/tag/gsttagediting.c:
6825         * gst-libs/gst/video/video.c:
6826         * gst/adder/gstadder.c:
6827         * gst/audioconvert/plugin.c:
6828         * gst/audiorate/gstaudiorate.c:
6829         * gst/audioresample/gstaudioresample.c:
6830         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6831         * gst/audioscale/gstaudioscale.c:
6832         * gst/audioscale/resample.c:
6833         * gst/audiotestsrc/gstaudiotestsrc.c:
6834         * gst/ffmpegcolorspace/gstffmpeg.c:
6835         * gst/playback/gstdecodebin.c: (close_pad_link):
6836         * gst/playback/gstplaybin.c: (gen_video_element),
6837         (gen_audio_element):
6838         * gst/sine/gstsinesrc.c:
6839         * gst/subparse/gstsubparse.c:
6840         * gst/tags/gsttagediting.c:
6841         * gst/tcp/gsttcpplugin.c:
6842         * gst/typefind/gsttypefindfunctions.c:
6843         * gst/videorate/gstvideorate.c:
6844         * gst/videoscale/gstvideoscale.c:
6845         * gst/videotestsrc/gstvideotestsrc.c:
6846         * gst/volume/gstvolume.c:
6847         * sys/v4l/gstv4l.c:
6848         * sys/ximage/ximage.c:
6849         * sys/xvimage/xvimagesink.c:
6850           fix up defines
6851
6852 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6853
6854         * ext/vorbis/vorbisenc.c:
6855         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
6856         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
6857         (gst_tag_to_vorbis_comments):
6858           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
6859
6860 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
6861
6862         * examples/stats/mp2ogg.c:
6863         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6864           typo fixes
6865
6866 2005-10-13  Michael Smith <msmith@fluendo.com>
6867
6868         * ext/ogg/gstoggmux.c:
6869           Use magic glib macros to define constants as 64 bit, to ensure
6870           appropriate vararg passing.
6871
6872 2005-10-13  Michael Smith <msmith@fluendo.com>
6873
6874         * ext/ogg/gstoggmux.c:
6875         * gst/audioconvert/audioconvert.c: (float):
6876           Don't use LL suffix, as it's not portable, and neither of these
6877           uses required it anyway.
6878
6879 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
6880
6881         * examples/indexing/indexmpeg.c: (main):
6882         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
6883         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
6884         (cdparanoia_convert), (cdparanoia_query):
6885         * ext/cdparanoia/gstcdparanoia.h:
6886         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
6887         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
6888         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
6889         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6890         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
6891         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
6892         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
6893         (gst_multifdsink_render), (gst_multifdsink_start),
6894         (gst_multifdsink_stop):
6895         * gst/tcp/gstmultifdsink.h:
6896         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
6897         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
6898         (gst_tcpclientsink_stop):
6899         * gst/tcp/gsttcpclientsink.h:
6900         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
6901         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
6902         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
6903         * gst/tcp/gsttcpclientsrc.h:
6904         * gst/tcp/gsttcpserversink.h:
6905         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
6906         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
6907         (gst_tcpserversrc_stop):
6908         * gst/tcp/gsttcpserversrc.h:
6909         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
6910         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
6911         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
6912           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
6913           moved bitshift from macro to enum definition
6914
6915 2005-10-12  Wim Taymans  <wim@fluendo.com>
6916
6917         * examples/seeking/Makefile.am:
6918         Oops.
6919
6920 2005-10-12  Wim Taymans  <wim@fluendo.com>
6921
6922         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
6923         (gst_ring_buffer_read), (gst_ring_buffer_clear):
6924         Don't assert on normal stuff.
6925
6926         * gst/playback/gstplaybin.c: (do_playbin_seek):
6927         API fix.
6928
6929 2005-10-12  Wim Taymans  <wim@fluendo.com>
6930
6931         * check/pipelines/simple_launch_lines.c: (run_pipeline):
6932         * examples/seeking/Makefile.am:
6933         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
6934         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
6935         (do_seek), (set_update_scale), (message_received), (main):
6936         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
6937         (gst_ring_buffer_read), (gst_ring_buffer_clear):
6938         Update for _get_state() API change.
6939
6940 2005-10-11  Wim Taymans  <wim@fluendo.com>
6941
6942         * gst-libs/gst/audio/gstbaseaudiosink.c:
6943         (gst_base_audio_sink_render):
6944         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6945         (gst_base_audio_src_create):
6946         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
6947         (gst_ring_buffer_read):
6948         Cleanups.
6949         Commit and read from ringbuffer in samples rather than bytes.
6950
6951 2005-10-11  Wim Taymans  <wim@fluendo.com>
6952
6953         * gst-libs/gst/audio/gstbaseaudiosink.c:
6954         (gst_base_audio_sink_render):
6955         Respect segment rate and accum when scheduling samples.
6956
6957 2005-10-11  Julien MOUTTE  <julien@moutte.net>
6958
6959         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
6960         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
6961         EOS correctly, that needs more work.
6962
6963 2005-10-11  Wim Taymans  <wim@fluendo.com>
6964
6965         * check/generic/states.c: (GST_START_TEST):
6966         remove old property.
6967
6968         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6969         (gst_ogg_demux_perform_seek):
6970         * ext/theora/theoradec.c: (theora_dec_sink_event):
6971         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6972         (vorbis_handle_data_packet):
6973         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6974         (gst_base_rtp_depayload_set_gst_timestamp):
6975         * gst/videorate/gstvideorate.c: (gst_videorate_event):
6976         Update for newsegment API change.
6977
6978 2005-10-11  Michael Smith <msmith@fluendo.com>
6979
6980         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6981         (do_playbin_seek), (gst_play_bin_send_event):
6982           Override send_event differently, so that we can takes bits of
6983           functionality from GstPipeline (special handling for seeks,
6984           including pausing/resuming, and resetting stream time) and still get
6985           the appropriate behaviour of only forwarding event to a single sink,
6986           rather than all of them.
6987           Unfortunately requires a lot of code duplication, but the
6988           alternatives are equally ugly in the end.
6989
6990 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6991
6992         * check/elements/audioconvert.c: (setup_audioconvert),
6993         (cleanup_audioconvert), (get_int_caps), (verify_convert),
6994         (GST_START_TEST), (audioconvert_suite):
6995           clean up tests a little, fix some leaks.
6996
6997 2005-10-10  Wim Taymans  <wim@fluendo.com>
6998
6999         * ext/alsa/gstalsasink.c:
7000         Also allow unsigned int.
7001
7002         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7003         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
7004         Small cleanup
7005
7006 2005-10-10  Wim Taymans  <wim@fluendo.com>
7007
7008         * check/pipelines/simple_launch_lines.c: (run_pipeline):
7009         Small update, use API as stated in design docs.
7010
7011         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
7012         (update_scale), (do_seek), (seek_cb), (set_update_scale),
7013         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
7014         (message_received), (main):
7015         Updated seek example for GOption. Some usability improvements.
7016
7017 2005-10-10  Wim Taymans  <wim@fluendo.com>
7018
7019         * gst/audioconvert/audioconvert.h:
7020         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
7021         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
7022         Alloc temp storage somewhere else where we can do it more
7023         portable.
7024
7025 2005-10-10  Wim Taymans  <wim@fluendo.com>
7026
7027         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
7028         (gst_tcpserversrc_start):
7029         Don't block in accept while doing the state change, move
7030         to poll and make cancellable.
7031
7032 2005-10-09  Philippe Khalaf <burger@speedy.org>
7033
7034         * gst-libs/gst/rtp/rtpbasedepayload.c:
7035         Set timestamp and add queue delay to timestamp
7036         * gst-libs/gst/rtp/rtpbuffer.h:
7037         Set correct payload type for h263
7038
7039 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
7040
7041         * gst/audiotestsrc/gstaudiotestsrc.c:
7042         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
7043         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
7044         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
7045         (gst_audiotestsrc_create_triangle),
7046         (gst_audiotestsrc_create_silence),
7047         (gst_audiotestsrc_create_white_noise),
7048         (gst_audiotestsrc_init_pink_noise),
7049         (gst_audiotestsrc_generate_pink_noise_value),
7050         (gst_audiotestsrc_create_pink_noise),
7051         (gst_audiotestsrc_change_wave):
7052         * gst/audiotestsrc/gstaudiotestsrc.h:
7053           fixed typo, added pink noise
7054
7055 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
7056
7057         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
7058         (plugin_init):
7059           Add wavpack and spc typefind functions from 0.8 branch.
7060
7061 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
7062
7063         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
7064         (ar_type_find), (msdos_type_find), (plugin_init):
7065           Add typefind functions for tar archives, ar archives,
7066           RAR archives, and msdos-executables (dlls, exe, etc.).
7067           Some of those would be wrongly identified as mpeg
7068           streams of some sort before (#315550).
7069
7070 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
7071
7072         * configure.ac:
7073         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7074         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7075         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
7076         * gst/audiotestsrc/Makefile.am:
7077         * gst/audiotestsrc/gstaudiotestsrc.c:
7078         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
7079         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
7080         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
7081         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
7082         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
7083         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
7084         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
7085         (gst_audiotestsrc_create_silence),
7086         (gst_audiotestsrc_create_white_noise),
7087         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
7088         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
7089         (gst_audiotestsrc_start), (plugin_init):
7090         * gst/audiotestsrc/gstaudiotestsrc.h:
7091           add new plugin and element
7092         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
7093           use gobject_class
7094
7095 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
7096
7097         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
7098         (gst_adder_init), (gst_adder_request_new_pad),
7099         (gst_adder_change_state):
7100           Add query function to source pad, so adder reports the correct
7101           time/sample position when queried (#315457); fix state change
7102           function; use GST_DEBUG_FUNCPTR() for pad functions.
7103
7104 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7105
7106         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
7107           Fix leaks in typefind registration
7108           Clean up the gratuitous commenting and whitespacing a little
7109
7110 2005-10-08  Wim Taymans  <wim@fluendo.com>
7111
7112         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
7113         Only actually wait for the thread to be stopped if it's 
7114         running.
7115
7116 2005-10-08  Wim Taymans  <wim@fluendo.com>
7117
7118         * gst-libs/gst/audio/gstbaseaudiosink.c:
7119         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7120         If we receive EOS we can start playback of what we had.
7121
7122 2005-10-08  Wim Taymans  <wim@fluendo.com>
7123
7124         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
7125         (gst_multifdsink_finalize), (multifdsink_hash_remove),
7126         (gst_multifdsink_stop):
7127         Fix crasher when going to NULL multiple times.
7128
7129 2005-10-06  Wim Taymans  <wim@fluendo.com>
7130
7131         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
7132         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
7133         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7134         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
7135         patch from Edgard Lima <edgard.lima@indt.org.br>
7136         Fixed gstbaseaudiosrc adding ring buffer sync to it.
7137
7138 2005-10-06  Wim Taymans  <wim@fluendo.com>
7139
7140         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
7141         Report the FLOW_RETURN as string in the error message.
7142
7143         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
7144         Don't assert when clearing an unnegotiated buffer.
7145
7146 2005-10-04  Michael Smith <msmith@fluendo.com>
7147
7148         * gst/playback/gstplaybasebin.c: (group_destroy),
7149         (gen_preroll_element), (remove_groups), (setup_source):
7150         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
7151         (setup_sinks), (gst_play_bin_send_event),
7152         (gst_play_bin_change_state):
7153           Set state to NULL before removing from bin. Fix refcounting.
7154
7155 2005-10-04  Michael Smith <msmith@fluendo.com>
7156
7157         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
7158           Correct refcounting in send_event() function. Previously was wrong
7159           if the first sink was unable to handle the event.
7160
7161 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7162
7163         * configure.ac:
7164           back to development
7165
7166 === release 0.9.3 ===
7167
7168 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7169
7170         * configure.ac:
7171           Releasing 0.9.3, "De Facto"
7172
7173 2005-10-03  Andy Wingo  <wingo@pobox.com>
7174
7175         * gst/playback/gstdecodebin.c (try_to_link_1)
7176         (remove_element_chain): set element to NULL before removing it.
7177
7178 2005-10-02  Johan Dahlin  <johan@gnome.org>
7179
7180         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
7181         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
7182         MT safe.
7183
7184 2005-10-02  Andy Wingo  <wingo@pobox.com>
7185
7186         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
7187         (gst_ring_buffer_prepare_read): 
7188         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
7189         Demote to LOG.
7190
7191 2005-09-29  Wim Taymans  <wim@fluendo.com>
7192
7193         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
7194         * ext/theora/theoradec.c: (theora_handle_data_packet):
7195         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7196         Propagate error codes from alloc_buffer too.
7197
7198 2005-09-29  Wim Taymans  <wim@fluendo.com>
7199
7200         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
7201         We use fixed caps.
7202
7203         * gst/playback/Makefile.am:
7204         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
7205         (dump_element_stats), (main):
7206         Added example stream introspection code.
7207
7208 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
7209
7210         * gst/adder/gstadder.c: (gst_adder_collected):
7211           fix adder for float elements
7212
7213 2005-09-28  Wim Taymans  <wim@fluendo.com>
7214
7215         * gst-libs/gst/audio/gstbaseaudiosink.c:
7216         (gst_base_audio_sink_class_init),
7217         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
7218         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7219         (gst_base_audio_src_class_init),
7220         (gst_base_audio_src_provide_clock):
7221         get_clock -> provide_clock
7222
7223 2005-09-28  Andy Wingo  <wingo@pobox.com>
7224
7225         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
7226         and unlocking.
7227
7228         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
7229         unlocking.
7230
7231         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
7232         Actually add the pad template.
7233         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
7234
7235         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
7236         I'm at it...
7237
7238         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
7239         from fdsrc. Get caps in create() instead of start() so it can be
7240         interrupted. Interruption somewhat untested.
7241
7242         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
7243         Proper EOS handling.
7244
7245 2005-09-27  Andy Wingo  <wingo@pobox.com>
7246
7247         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
7248
7249         * gst/tcp/gsttcpserversrc.c: Cleaned up.
7250
7251         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
7252
7253         * gst/tcp/gsttcp.h: 
7254         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
7255         out of tcpclientsrc.c. Cancellable.
7256         (gst_tcp_socket_read): Made private, cancellable, with better
7257         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
7258         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
7259         whole buffer, and better diagnostics.
7260         (gst_tcp_gdp_read_caps): Same.
7261
7262         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
7263
7264 2005-09-26  Andy Wingo  <wingo@pobox.com>
7265
7266         * gst/sine/gstsinesrc.h:
7267         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
7268         change the 'sync' property to 'is-live' and implement it halfway,
7269         update for controller api change.
7270
7271         * gst/volume/gstvolume.c (volume_transform_ip): Update for
7272         controller api change.
7273
7274 2005-09-24  Wim Taymans  <wim@fluendo.com>
7275
7276         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
7277         * gst-libs/gst/audio/gstaudiosink.c:
7278         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7279         (gst_audioringbuffer_stop):
7280         * gst-libs/gst/audio/gstbaseaudiosink.c:
7281         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
7282         (gst_base_audio_sink_change_state):
7283         * gst-libs/gst/audio/gstbaseaudiosink.h:
7284         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
7285         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7286         (gst_ring_buffer_commit), (gst_ring_buffer_read):
7287         * gst-libs/gst/audio/gstringbuffer.h:
7288         Fix sync again. Moved sample alignment to basesink.
7289
7290 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7291
7292         * docs/plugins/Makefile.am:
7293         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7294         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7295         * gst/volume/gstvolume.c:
7296           add/fix docs
7297         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
7298         * gst-libs/gst/audio/audio.h:
7299           add conversion macros for frames <-> clocktime
7300
7301 2005-09-23  David Schleef  <ds@schleef.org>
7302
7303         * gst/audioresample/Makefile.am:
7304         * gst/audioresample/debug.h:
7305         * gst/audioresample/gstaudioresample.c:
7306         * gst/audioresample/resample.c: Convert to using gst debugging
7307
7308 2005-09-22  Wim Taymans  <wim@fluendo.com>
7309
7310         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7311         (gst_play_bin_send_event):
7312         Only seek on one sink, the first one that succeeds.
7313
7314 2005-09-22  Michael Smith <msmith@fluendo.com>
7315
7316         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
7317         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
7318         Don't flush encoder state unless we have an initialised encoder.
7319         Clear out encoder state on PAUSED_TO_READY.
7320
7321 2005-09-22  Wim Taymans  <wim@fluendo.com>
7322
7323         * gst-libs/gst/rtp/gstbasertppayload.c:
7324         (gst_basertppayload_class_init), (gst_basertppayload_init),
7325         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7326         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7327         (gst_basertppayload_is_filled), (gst_basertppayload_push),
7328         (gst_basertppayload_set_property),
7329         (gst_basertppayload_get_property),
7330         (gst_basertppayload_change_state):
7331         * gst-libs/gst/rtp/gstbasertppayload.h:
7332         Added max-ptime to control amount of data in the rtp packets.
7333
7334 2005-09-21  Andy Wingo  <wingo@pobox.com>
7335
7336         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
7337         thingies.
7338
7339         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
7340         can be called multiple times, dogs.
7341
7342 2005-09-21  Wim Taymans  <wim@fluendo.com>
7343
7344         * gst-libs/gst/rtp/gstbasertppayload.c:
7345         (gst_basertppayload_class_init), (gst_basertppayload_init),
7346         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7347         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7348         (gst_basertppayload_push), (gst_basertppayload_get_property),
7349         (gst_basertppayload_change_state):
7350         Allow 0 ssrc too.
7351
7352 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
7353
7354         * docs/libs/compiling.sgml:
7355           fixing typos
7356
7357 2005-09-20  Wim Taymans  <wim@fluendo.com>
7358
7359         * gst-libs/gst/rtp/gstbasertppayload.c:
7360         (gst_basertppayload_class_init), (gst_basertppayload_init),
7361         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7362         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7363         (gst_basertppayload_push), (gst_basertppayload_set_property),
7364         (gst_basertppayload_get_property),
7365         (gst_basertppayload_change_state):
7366         * gst-libs/gst/rtp/gstbasertppayload.h:
7367         Added property to configure sequence number offsets.
7368
7369 2005-09-20  Wim Taymans  <wim@fluendo.com>
7370
7371         * gst-libs/gst/rtp/gstbasertppayload.c:
7372         (gst_basertppayload_class_init), (gst_basertppayload_init),
7373         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7374         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7375         (gst_basertppayload_push), (gst_basertppayload_set_property),
7376         (gst_basertppayload_get_property),
7377         (gst_basertppayload_change_state):
7378         * gst-libs/gst/rtp/gstbasertppayload.h:
7379         Make timestamp offset configurable.
7380
7381 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7382
7383         * check/pipelines/simple_launch_lines.c: (run_pipeline):
7384           fix wrong pop/unref
7385
7386 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
7387
7388         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
7389
7390         * gst-libs/gst/interfaces/propertyprobe.c:
7391         (gst_property_probe_probe_property_name),
7392         (gst_property_probe_needs_probe_name),
7393         (gst_property_probe_get_values_name),
7394         (gst_property_probe_probe_and_get_values_name):
7395           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
7396           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
7397
7398 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7399
7400         * check/Makefile.am:
7401           have some tests be disabled for valgrinding
7402         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
7403         (GST_START_TEST):
7404         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
7405           Fix A Leak.  Chain To Parent Finalize.
7406
7407 2005-09-19  Wim Taymans  <wim@fluendo.com>
7408
7409         * examples/seeking/seek.c: (make_wav_pipeline), (main):
7410         Fixed wav pipeline.
7411
7412 2005-09-19  Wim Taymans  <wim@fluendo.com>
7413
7414         * gst-libs/gst/rtp/gstbasertppayload.c:
7415         (gst_basertppayload_class_init), (gst_basertppayload_init),
7416         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7417         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7418         (gst_basertppayload_push), (gst_basertppayload_get_property),
7419         (gst_basertppayload_change_state):
7420         Posting ERROR and WARNING messages is good.
7421
7422 2005-09-19  Wim Taymans  <wim@fluendo.com>
7423
7424         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7425         (gst_base_rtp_depayload_add_to_queue),
7426         (gst_base_rtp_depayload_push),
7427         (gst_base_rtp_depayload_set_gst_timestamp),
7428         (gst_base_rtp_depayload_queue_release):
7429         This one was not supposed to go in.
7430
7431 2005-09-19  Wim Taymans  <wim@fluendo.com>
7432
7433         * check/pipelines/simple_launch_lines.c: (run_pipeline):
7434         Fix for bus API.
7435
7436         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7437         (gst_base_rtp_depayload_chain),
7438         (gst_base_rtp_depayload_add_to_queue),
7439         (gst_base_rtp_depayload_push),
7440         (gst_base_rtp_depayload_set_gst_timestamp),
7441         (gst_base_rtp_depayload_queue_release):
7442         Some cleanups.
7443
7444         * gst-libs/gst/rtp/gstbasertppayload.c:
7445         (gst_basertppayload_class_init), (gst_basertppayload_init),
7446         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
7447         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7448         (gst_basertppayload_get_property),
7449         (gst_basertppayload_change_state):
7450         Added debugging category.
7451
7452 2005-09-18  David Schleef  <ds@schleef.org>
7453
7454         * gst/playback/gstdecodebin.c: free plugin list correctly
7455         * gst/playback/gstplaybin.c: emit warning if autovideosink
7456           and autoaudiosink can't be found (instead of segfaulting)
7457
7458 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7459
7460         * check/elements/audioconvert.c: (GST_START_TEST):
7461           try out 24 bit conversion
7462
7463 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7464
7465         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
7466         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
7467         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
7468         * ext/vorbis/vorbisenc.h:
7469           Fix EOS handling.  Still needs a fix in the ogg muxer to
7470           mark the last page as eos.
7471
7472 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7473
7474         * common/gtk-doc-plugins.mak:
7475         * docs/plugins/Makefile.am:
7476         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7477         * gst/ffmpegcolorspace/Makefile.am:
7478         * gst/ffmpegcolorspace/avcodec.h:
7479         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7480         * gst/tcp/gstmultifdsink.c:
7481           fix up ffmpegcolorspace docs; extract header
7482
7483 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7484
7485         * common/gtk-doc-plugins.mak:
7486         * docs/plugins/Makefile.am:
7487         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7488         * ext/theora/Makefile.am:
7489         * ext/theora/gsttheoraenc.h:
7490         * ext/theora/theoraenc.c:
7491         * ext/vorbis/vorbisenc.c:
7492           pick up signals and args for vorbis; add some docs for vorbis
7493
7494 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7495
7496         * common/gstdoc-scangobj:
7497         * common/gtk-doc-plugins.mak:
7498         * docs/libs/Makefile.am:
7499         * docs/plugins/gst-plugins-base-plugins.args:
7500         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7501         * docs/plugins/gst-plugins-base-plugins.interfaces:
7502         * docs/plugins/gst-plugins-base-plugins.prerequisites:
7503         * docs/plugins/gst-plugins-base-plugins.signals:
7504           only scanobj stuff from our source module.  Not sure yet
7505           if that's correct, given the hierarchy stuff :)
7506
7507 2005-09-15  Wim Taymans  <wim@fluendo.com>
7508
7509         * gst/audioconvert/gstaudioconvert.c:
7510         And enable 24 bits mode as well..
7511
7512 2005-09-15  Wim Taymans  <wim@fluendo.com>
7513
7514         * gst-libs/gst/rtp/Makefile.am:
7515         * gst-libs/gst/rtp/gstbasertppayload.c:
7516         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
7517         (gst_basertppayload_class_init), (gst_basertppayload_init),
7518         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
7519         (gst_basertppayload_chain), (gst_basertppayload_set_options),
7520         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7521         (gst_basertppayload_set_property),
7522         (gst_basertppayload_get_property),
7523         (gst_basertppayload_change_state):
7524         * gst-libs/gst/rtp/gstbasertppayload.h:
7525         Added rtp payloader base class.
7526
7527 2005-09-15  Andy Wingo  <wingo@pobox.com>
7528
7529         * configure.ac (plugindir): Remove the EOL matcher from the
7530         regexp, as it causes me problems. Libtool? Make? Who knows?
7531
7532 2005-09-14  David Schleef  <ds@schleef.org>
7533
7534         * check/generic/states.c: 
7535         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
7536         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
7537           Fixes for changes in registry API.
7538
7539         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
7540           to GST_PLUGIN_LDFLAGS.
7541         * ext/libvisual/visual.c: Make the library shut up.
7542         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
7543         * gst-libs/gst/audio/gstaudiofilter.c: same
7544
7545 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7546
7547         * docs/plugins/Makefile.am:
7548         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7549         * docs/plugins/inspect/plugin-libvisual.xml:
7550         * docs/plugins/tmpl/element-tcpserversink.sgml:
7551         * ext/theora/theoraenc.c:
7552           add libvisual plugin and theoraenc element to docs
7553
7554 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7555
7556         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7557         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7558         * ext/theora/theoraenc.c:
7559           add theoraenc
7560
7561 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
7562
7563         * gst/audioconvert/Makefile.am:
7564           Audioconvert derives from GstBaseTransform and should
7565           link to the library with our base elements to avoid
7566           unresolved symbols. Makes things work with MinGW (#316160)
7567
7568         * gst/playback/test4.c: (main):
7569           Fix MinGW build problem and use g_usleep() instead of 
7570           sleep() (#316162)
7571
7572 2005-09-12  Wim Taymans  <wim@fluendo.com>
7573
7574         * gst/audioconvert/audioconvert.c: (float),
7575         (audio_convert_prepare_context), (audio_convert_convert):
7576         * gst/audioconvert/audioconvert.h:
7577         Cleanups, speedups, simplifications, added back support
7578         for 24 bits.
7579
7580 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7581
7582         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7583         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7584         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7585         * docs/plugins/tmpl/element-tcpserversink.sgml:
7586         * gst/ffmpegcolorspace/gstffmpeg.c:
7587         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7588         * gst/videotestsrc/gstvideotestsrc.c:
7589         * gst/volume/gstvolume.c:
7590           add more elements to the docs
7591
7592 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
7593
7594         * check/Makefile.am:
7595         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
7596         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
7597           Add extra tests for basetransform based components. 
7598           Comment out the test_element_negotiation test until we decide
7599           if it's testing correct behaviour.
7600         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
7601         (gst_visual_chain), (gst_visual_change_state):
7602           Slightly more correct but still bogus timestamping.
7603           Fix state change function.
7604         * gst/audioconvert/gstaudioconvert.c:
7605         (gst_audio_convert_class_init):
7606         * gst/audioresample/gstaudioresample.c:
7607         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7608         (gst_ffmpegcsp_class_init):
7609         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
7610         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
7611         (gst_videoscale_prepare_image):
7612         * gst/volume/gstvolume.c: (gst_volume_class_init),
7613         (volume_transform_ip):
7614           Basetransform updates. Enable passthrough modes.
7615         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7616         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
7617         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7618           Negotiation fix that allows the window to return to the original
7619           size and renegotiate passthrough upstream. Extra debug output.
7620
7621 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7622
7623         * gst/sine/gstsinesrc.c:
7624         * gst/volume/gstvolume.c:
7625           fix up header include
7626
7627 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
7628
7629         * gst-libs/gst/audio/gstbaseaudiosink.c:
7630         (gst_base_audio_sink_render):
7631         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
7632         * gst/volume/gstvolume.c: (gst_volume_class_init),
7633         (volume_transform):
7634           fixing lost sync, some more debugging
7635
7636 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
7637
7638         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7639         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
7640         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
7641         (gst_xvimagesink_check_xshm_calls):
7642           Fix compilation when XShm is not available.
7643
7644 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
7645
7646         * ext/libvisual/visual.c: (gst_visual_dispose),
7647         (gst_visual_getcaps), (gst_visual_src_setcaps),
7648         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
7649         (gst_visual_change_state):
7650           Finish fixing up libvisual plugin so that it runs. 
7651
7652 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
7653
7654         * ext/vorbis/vorbisenc.c:
7655         * gst-libs/gst/tag/gstvorbistag.c:
7656           gsttaginterface.h -> gsttagsetter.h
7657
7658 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
7659
7660         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
7661           added another test that failes for me (test is not active by default)
7662
7663 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7664
7665         * configure.ac:
7666           v4l2 is no longer in gst-plugins-base
7667
7668 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
7669
7670         * configure.ac:
7671           In the output at the end, don't show the first plugin on the same
7672           line as "Core plug-ins, always built:".
7673           Indent the output as for other plugin categories
7674         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
7675           #define that can be used to not use peer buffer_alloc functions for
7676           test purposes.
7677         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7678         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
7679         (gst_ximagesink_show_frame):
7680         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
7681         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
7682         (gst_xvimagesink_show_frame):
7683           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
7684           fails gracefully instead of XError aborting or deadlocking.
7685
7686 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
7687
7688         * ext/libvisual/Makefile.am:
7689           link against gst-base-libs
7690
7691 2005-09-06  David Schleef  <ds@schleef.org>
7692
7693         * configure.ac: Enable libvisual plugin.
7694         * ext/libvisual/Makefile.am:
7695         * ext/libvisual/visual.c: Fixes to make it compile.
7696
7697 === release 0.9.2 ===
7698
7699 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7700
7701         * NEWS:
7702         * RELEASE:
7703         * configure.ac:
7704         * docs/random/ChangeLog-0.8:
7705           releasing 0.9.2, "Spoon"
7706
7707 2005-09-05  Michael Smith <msmith@fluendo.com>
7708
7709         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
7710           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
7711           that in the vorbisenc element.
7712
7713 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7714
7715         * common/gtk-doc-plugins.mak:
7716         * docs/plugins/Makefile.am:
7717           fix distcheck
7718         * gst/audioresample/resample.c:
7719           fix wrong docstring
7720
7721 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7722
7723         * common/gst-xmlinspect.py:
7724         * common/gtk-doc-plugins.mak:
7725           only inspect plugins for this given package
7726           require gst-python 0.9
7727
7728 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7729
7730         * Makefile.am:
7731         * autogen.sh:
7732         * common/gst-xmlinspect.py:
7733         * configure.ac:
7734         * docs/Makefile.am:
7735         * docs/plugins/inspect/plugin-alsa.xml:
7736         * docs/plugins/inspect/plugin-audioresample.xml:
7737         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7738         * docs/plugins/inspect/plugin-ogg.xml:
7739         * docs/plugins/tmpl/element-gnomevfssink.sgml:
7740         * docs/plugins/tmpl/element-multifdsink.sgml:
7741         * docs/plugins/tmpl/element-tcpserversink.sgml:
7742         * docs/plugins/tmpl/element-vorbisenc.sgml:
7743         * gst-plugins-base.spec.in:
7744           various doc-related updates
7745
7746 2005-08-31  Wim Taymans  <wim@fluendo.com>
7747
7748         * gst-libs/gst/audio/gstbaseaudiosink.c:
7749         (gst_base_audio_sink_render):
7750         Resync if the buffer timestamps drift more than a 10th 
7751         of a second.
7752
7753 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
7754
7755         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
7756         (gst_v4lsrc_get_property):
7757           The 'timestamp-offset' property is registered as an int64, so
7758           let's use g_value_{set|get}_int64() in our setter and getter
7759           functions (makes it work and fixes warnings with gst-inspect).
7760
7761 2005-08-30  Wim Taymans  <wim@fluendo.com>
7762
7763         * check/elements/audioconvert.c: (setup_audioconvert):
7764         * check/elements/audioresample.c: (setup_audioresample):
7765         * check/elements/volume.c: (setup_volume):
7766         Fix checks.
7767
7768 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7769
7770         * common/gtk-doc-plugins.mak:
7771         * common/plugins.xsl:
7772         * docs/plugins/Makefile.am:
7773           make module a param
7774
7775 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
7776
7777         * examples/seeking/seek.c: (make_mp3_pipeline),
7778         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
7779         (play_cb), (pause_cb), (stop_cb):
7780           update the example
7781
7782 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
7783
7784         * gst/volume/gstvolume.c: (gst_volume_class_init),
7785         (volume_transform):
7786           do not update controlled params, if buffer has no timestamp
7787
7788 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
7789
7790         * configure.ac:
7791         * gst/sine/Makefile.am:
7792         * gst/volume/Makefile.am:
7793           controllerized elements also need to link against controller-libs ;)
7794
7795 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
7796
7797         * docs/libs/tmpl/gstcolorbalance.sgml:
7798         * docs/libs/tmpl/gstgconf.sgml:
7799         * docs/libs/tmpl/gstmixer.sgml:
7800         * docs/libs/tmpl/gstringbuffer.sgml:
7801         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7802         (gst_sinesrc_create):
7803         * gst/volume/gstvolume.c: (gst_volume_class_init),
7804         (volume_transform):
7805           controllerized two audio plugins
7806
7807 2005-08-29  Andy Wingo  <wingo@pobox.com>
7808
7809         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
7810         (vorbis_handle_data_packet): Fix some int overflow errors.
7811
7812         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
7813         -1.
7814         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
7815         valid.
7816         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
7817         if it's valid. Fixed streaming-mode playback.
7818
7819         * check/elements/volume.c (cleanup_volume): Fix for running
7820         CK_FORK=no.
7821
7822         * check/elements/audioconvert.c: Convert from native endian, not
7823         little endian.
7824
7825 2005-08-29  Michael Smith <msmith@fluendo.com>
7826
7827         * ext/ogg/Makefile.am:
7828         * ext/ogg/gstogg.c: (plugin_init):
7829         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
7830         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
7831         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
7832         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
7833         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
7834         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
7835         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
7836         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
7837         Add an ogg parser element.
7838
7839 2005-08-28  Andy Wingo  <wingo@pobox.com>
7840
7841         * Updates for two-arg init from GST_BOILERPLATE_FULL.
7842
7843 2005-08-26  Wim Taymans  <wim@fluendo.com>
7844
7845         * gst/audioconvert/audioconvert.c: (if), (float),
7846         (audio_convert_get_func_index), (check_default),
7847         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7848         (audio_convert_clean_context), (audio_convert_get_sizes),
7849         (audio_convert_convert):
7850         Cleanups.
7851
7852 2005-08-26  Wim Taymans  <wim@fluendo.com>
7853
7854         * gst/audioconvert/audioconvert.c: (if), (float),
7855         (audio_convert_get_func_index), (check_default),
7856         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7857         (audio_convert_clean_context), (audio_convert_get_sizes),
7858         (audio_convert_convert):
7859         More elegant and working temp buffer selection algo.
7860
7861 2005-08-26  Wim Taymans  <wim@fluendo.com>
7862
7863         * gst/audioconvert/audioconvert.c: (if), (float),
7864         (audio_convert_get_func_index), (check_default),
7865         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7866         (audio_convert_clean_context), (audio_convert_get_sizes),
7867         (get_temp_buffer), (audio_convert_convert):
7868         Use realloc else we lose our original data.
7869
7870 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7871
7872         * gst/audioresample/gstaudioresample.c:
7873           use base class' newsegment to properly timestamp
7874
7875 2005-08-26  Wim Taymans  <wim@fluendo.com>
7876
7877         * gst/audioconvert/audioconvert.c: (if), (float),
7878         (audio_convert_get_func_index), (check_default),
7879         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7880         (audio_convert_clean_context), (audio_convert_get_sizes),
7881         (get_temp_buffer), (audio_convert_convert):
7882         * gst/audioconvert/gstaudioconvert.c:
7883         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
7884         (gst_audio_convert_transform_caps),
7885         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
7886         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
7887         Oops, allocate enough space to perform the channel mix.
7888
7889 2005-08-26  Wim Taymans  <wim@fluendo.com>
7890
7891         * gst/audioconvert/Makefile.am:
7892         * gst/audioconvert/audioconvert.c: (if), (float),
7893         (audio_convert_get_func_index), (check_default),
7894         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7895         (audio_convert_clean_context), (audio_convert_get_sizes),
7896         (get_temp_buffer), (audio_convert_convert):
7897         * gst/audioconvert/audioconvert.h:
7898         * gst/audioconvert/gstaudioconvert.c:
7899         (gst_audio_convert_class_init), (gst_audio_convert_init),
7900         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
7901         (gst_audio_convert_get_unit_size),
7902         (gst_audio_convert_transform_caps),
7903         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
7904         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
7905         * gst/audioconvert/gstaudioconvert.h:
7906         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
7907         (gst_channel_mix_fill_identical),
7908         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
7909         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
7910         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
7911         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
7912         (gst_channel_mix_mix):
7913         * gst/audioconvert/gstchannelmix.h:
7914         Cleanups, librarify a bit, optimize, better negotiation and more.
7915
7916 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
7917
7918         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
7919         Another from MikeS:
7920         During typefinding, don't support negative offsets
7921         (offsets from the end of the stream) in our typefind->peek() function
7922         - nothing embedded in ogg ever needs them. However, we need to recognise
7923         those requests and reject them, otherwise we return invalid pointers.
7924
7925 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
7926
7927         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7928         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
7929         (vorbisdec_finalize), (vorbis_handle_type_packet):
7930           Big shout-out to MikeS for fixing this giant memory leak.
7931           Huzzah!
7932
7933 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7934
7935         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
7936         (audio_convert_get_unit_size):
7937           plug some leaks
7938
7939 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7940
7941         * check/Makefile.am:
7942         * check/elements/audioconvert.c: (setup_audioconvert),
7943         (cleanup_audioconvert), (get_int_caps), (verify_convert),
7944         (GST_START_TEST), (audioconvert_suite), (main):
7945           add a test for audioconvert
7946         * gst/audioresample/gstaudioresample.c:
7947         * gst/audioresample/gstaudioresample.h:
7948           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
7949           note that for buffers of 1/3 sec this means DURATION(c) is 
7950           one nanosecond more than for a and b
7951
7952 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7953
7954         * check/Makefile.am:
7955         * check/elements/audioresample.c: (setup_audioresample),
7956         (cleanup_audioresample), (fail_unless_perfect_stream),
7957         (test_perfect_stream_instance), (GST_START_TEST),
7958           add a check for audioresample
7959         (audioresample_suite), (main):
7960         * check/elements/volume.c: (GST_START_TEST):
7961           remove unused method
7962         * gst/audioresample/gstaudioresample.c:
7963           set correct buffer parameters since we're changing them
7964         * gst/audioresample/resample_ref.c: (resample_scale_ref):
7965           add some debug
7966
7967 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7968
7969         * gst/audioresample/debug.c:
7970         * gst/audioresample/gstaudioresample.c:
7971           add room for extra overlap samples when asked to transform size
7972           protect against possible mem corruption and check for discrepancies
7973           between written size and outbuffer's size so we can warn for
7974           potential problems
7975         * gst/audioresample/resample.c: (resample_init),
7976         (resample_get_output_size_for_input), (resample_get_output_size),
7977         (resample_set_n_channels), (resample_set_format):
7978           set debug level based on RESAMPLE_DEBUG env var
7979           make sure that get_output_size* returns a whole number of
7980           sample_size
7981           set sample_size each time either channel or format is set
7982         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
7983         * gst/audioresample/resample_functable.c:
7984         (resample_scale_functable):
7985         * gst/audioresample/resample_ref.c: (resample_scale_ref):
7986           remove r->sample_size, it's done in resample.c now
7987           add some debugging to the ref implementation
7988           make sure we only give back bytes that are wholes of the sample
7989           size
7990
7991 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
7992         * gst/playback/gstplaybasebin.c: (fill_buffer):
7993         Revert unpopular change for GST_MESSAGE_SRC to GObject.
7994
7995 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
7996
7997         * gst/volume/gstvolume.c:
7998           made set_caps function static
7999
8000 2005-08-24  Wim Taymans  <wim@fluendo.com>
8001
8002         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
8003         (gst_vorbisenc_change_state):
8004         Stop leaking taglists.
8005
8006 2005-08-24  Wim Taymans  <wim@fluendo.com>
8007
8008         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8009         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
8010         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
8011         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
8012         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
8013         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
8014         Parse seeking events better.
8015         Unref static caps.
8016         Generate correct newsegment events, fixes seeking in live oggs.
8017
8018         * ext/theora/theoradec.c: (theora_dec_src_query),
8019         (theora_dec_src_event), (theora_dec_src_getcaps),
8020         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
8021         Use newsegment values to report correct play time.
8022
8023         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8024         (vorbis_dec_src_event), (vorbis_dec_sink_event):
8025         * ext/vorbis/vorbisdec.h:
8026         Parse and use newsegment values to report correct play time.
8027
8028         * gst-libs/gst/audio/gstbaseaudiosink.c:
8029         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
8030         Clear ringbuffer on flush.
8031         Use newsegment values to calculate playback time.
8032
8033         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
8034         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
8035         Basesink does newsegment calculations for us now.
8036
8037 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8038
8039         * check/Makefile.am:
8040         * configure.ac:
8041           add core's plugins to the mix so that playbin works
8042         * check/generic/states.c: (GST_START_TEST):
8043           set a 0 timeout on pipelines, so they don't force the next
8044           state change
8045         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
8046         (gst_play_base_bin_change_state):
8047           remove the crappy error handling and do GST error handling
8048
8049 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8050
8051         * check/Makefile.am:
8052         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
8053           add same test as to core, it bitches out on playbin atm.
8054
8055 2005-08-24  Wim Taymans  <wim@fluendo.com>
8056
8057         * configure.ac:
8058         Remove audioscale.
8059
8060 2005-08-24  Wim Taymans  <wim@fluendo.com>
8061
8062         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
8063         (gst_videoscale_prepare_size), (parse_caps),
8064         (gst_videoscale_set_caps), (gst_videoscale_get_size),
8065         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
8066         (gst_videoscale_transform):
8067         * gst/videoscale/gstvideoscale.h:
8068         Refactor, make use of BaseTranform really well.
8069
8070 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8071
8072         * configure.ac:
8073           compile audioresample
8074         * gst/audioresample/Makefile.am:
8075         * gst/audioresample/buffer.c:
8076         * gst/audioresample/functable.c:
8077         * gst/audioresample/gstaudioresample.c:
8078         * gst/audioresample/gstaudioresample.h:
8079         * gst/audioresample/resample.c:
8080         (resample_get_output_size_for_input):
8081         * gst/audioresample/resample.h:
8082         * gst/audioresample/resample_chunk.c:
8083         * gst/audioresample/resample_functable.c:
8084         * gst/audioresample/resample_ref.c:
8085           port to use basetransform; doesn't work in all cases yet
8086
8087 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8088
8089         * gst/audioconvert/gstaudioconvert.c:
8090         (gst_audio_convert_class_init), (gst_audio_convert_init),
8091         (audio_convert_get_unit_size), (audio_convert_transform_caps),
8092         (audio_convert_fixate_caps), (audio_convert_set_caps),
8093         (audio_convert_transform),
8094         (gst_audio_convert_buffer_to_default_format),
8095         (gst_audio_convert_buffer_from_default_format),
8096         (gst_audio_convert_channels):
8097         * gst/audioconvert/gstchannelmix.c:
8098         * gst/audioconvert/gstchannelmix.h:
8099           port to basetransform
8100         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8101         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
8102         (gst_ffmpegcsp_get_unit_size):
8103         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
8104         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
8105           fix for basetransform changes
8106
8107 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
8108
8109         * check/Makefile.am:
8110           Add CHECK_CFLAGS and LDFLAGS
8111
8112         * gst/playback/gstplaybasebin.c: (fill_buffer):
8113           GST_MESSAGE_SRC became a GObject
8114
8115 2005-08-24  Wim Taymans  <wim@fluendo.com>
8116
8117         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
8118         (gst_ring_buffer_clear_all):
8119         * gst-libs/gst/audio/gstringbuffer.h:
8120         Added function to clear the ringbuffer.
8121
8122 2005-08-24  Andy Wingo  <wingo@pobox.com>
8123
8124         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
8125         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
8126         of _open and _close.
8127
8128         * sys/v4l/gstv4lxoverlay.h:
8129         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
8130         an Xv connection here, instead of all the time. Make Xv only be
8131         loaded if you axe for it. Kindof a workaround for buggy behaviour
8132         of Xv when using remote xservers (XvQueryExtension would block).
8133         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
8134         replace the _open and _close public API. Only start the xv
8135         connection if necessary.
8136         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
8137
8138 2005-08-23  David Schleef  <ds@schleef.org>
8139
8140         * gst/audioresample/Makefile.am: Leet audioresampling code
8141         * gst/audioresample/buffer.c:
8142         * gst/audioresample/buffer.h:
8143         * gst/audioresample/debug.c:
8144         * gst/audioresample/debug.h:
8145         * gst/audioresample/functable.c:
8146         * gst/audioresample/functable.h:
8147         * gst/audioresample/gstaudioresample.c:
8148         * gst/audioresample/gstaudioresample.h:
8149         * gst/audioresample/resample.c:
8150         * gst/audioresample/resample.h:
8151         * gst/audioresample/resample_chunk.c:
8152         * gst/audioresample/resample_functable.c:
8153         * gst/audioresample/resample_ref.c:
8154
8155 2005-08-23  Wim Taymans  <wim@fluendo.com>
8156
8157         * examples/seeking/seek.c: (make_vorbis_pipeline),
8158         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
8159         Small seek updates.
8160
8161 2005-08-23  Andy Wingo  <wingo@pobox.com>
8162
8163         * gst-libs/gst/audio/gstbaseaudiosrc.c
8164         (gst_base_audio_src_fixate): Only fixate endianness if it is
8165         present in the caps.
8166
8167 2005-08-22  Andy Wingo  <wingo@pobox.com>
8168
8169         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
8170         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
8171         device-name property.
8172
8173         * gst-libs/gst/audio/gstaudiosrc.h:
8174         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
8175         close_device in the ring buffer, like gstaudiosink.
8176
8177         * ext/alsa/gstalsamixer.h:
8178         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
8179         macro to implement the interface without much code. Cleanups. 
8180
8181         * ext/alsa/gstalsasrc.h:
8182         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
8183         READY.
8184
8185         * ext/alsa/Makefile.am: Add new files.
8186         * ext/alsa/gstalsamixerelement.c: 
8187         * ext/alsa/gstalsamixerelement.c: Split element code out from
8188         mixer code so that alsasrc can be a mixer too.
8189
8190 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
8191
8192         * check/elements/volume.c: (setup_volume), (cleanup_volume),
8193         (GST_START_TEST):
8194         * check/elements/vorbisdec.c: (setup_vorbisdec),
8195         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
8196         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8197         (vorbis_handle_identification_packet),
8198         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
8199         (vorbis_handle_header_packet), (vorbis_dec_push),
8200         (vorbis_dec_chain):
8201           use the setup/teardown methods to save code.  save code is good.
8202
8203 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8204
8205         * check/Makefile.am:
8206           add ext dir for plugins
8207           add vorbisdec test conditionally
8208         * check/elements/volume.c: (setup_volume), (cleanup_volume),
8209         (GST_START_TEST), (volume_suite):
8210           add a test with wrong caps
8211         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
8212         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
8213           add a vorbisdec test
8214         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
8215         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
8216           clean up debug output
8217         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8218           yay, fix a segfault/security issue in vorbisdec
8219           gst-launch fakesrc ! vorbisdec wasn't happy
8220         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
8221         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
8222         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
8223         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
8224         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
8225         (gst_vorbisenc_set_metadata), (get_constraints_string),
8226         (update_start_message), (gst_vorbisenc_setup),
8227         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
8228         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
8229         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
8230         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
8231         * ext/vorbis/vorbisenc.h:
8232           march in line
8233         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8234         (gst_ffmpegcsp_transform):
8235           have the kow come home
8236         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
8237           debug my func ptr
8238         * gst/volume/gstvolume.c: (volume_set_caps):
8239           add a debug
8240
8241 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8242
8243         * Makefile.am:
8244         * check/.cvsignore:
8245         * check/Makefile.am:
8246         * check/elements/.cvsignore:
8247         * check/elements/volume.c: (chain_func), (event_func),
8248         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
8249         (main):
8250         * configure.ac:
8251           add unit test structure for gst-plugins-base
8252           add a test for volume
8253         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
8254         (gst_volume_set_volume), (gst_volume_get_volume),
8255         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
8256         (volume_funcfind), (volume_process_float), (volume_process_int16),
8257         (volume_set_caps), (volume_transform), (volume_update_mute),
8258         (volume_update_volume), (volume_set_property),
8259         (volume_get_property):
8260           document a little; use basetransform vmethod _set_caps
8261
8262 2005-08-19  Andy Wingo  <wingo@pobox.com>
8263
8264         * ext/alsa/gstalsamixertrack.h:
8265         * ext/alsa/gstalsamixertrack.c:
8266         * ext/alsa/gstalsamixeroptions.h:
8267         * ext/alsa/gstalsamixeroptions.c:
8268         * ext/alsa/gstalsamixer.h:
8269         * ext/alsa/gstalsamixer.c: Port to 0.9.
8270
8271         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
8272         Remove gstalsa.c and alsaclock. No more cruft here.
8273         
8274 2005-08-18  Wim Taymans  <wim@fluendo.com>
8275
8276         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8277         (gst_base_rtp_depayload_chain),
8278         (gst_base_rtp_depayload_add_to_queue),
8279         (gst_base_rtp_depayload_push),
8280         (gst_base_rtp_depayload_queue_release):
8281         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8282         Fix for RTPBuffer changes.
8283
8284         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
8285         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
8286         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
8287         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
8288         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
8289         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
8290         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
8291         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
8292         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
8293         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
8294         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
8295         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
8296         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
8297         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
8298         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
8299         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
8300         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
8301         (gst_rtpbuffer_get_payload):
8302         * gst-libs/gst/rtp/gstrtpbuffer.h:
8303         Don't subclass GstBuffer but add methods and helper functions
8304         to construct and manipulate RTP packets in regular GstBuffers.
8305
8306 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
8307
8308         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
8309           moved statement below switch
8310         * gst/volume/gstvolume.c: (gst_volume_class_init):
8311           added debug ptr
8312
8313 2005-08-16  Wim Taymans  <wim@fluendo.com>
8314
8315         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8316         (gst_base_audio_src_change_state):
8317         Open and close device in READY<->NULL state change.
8318
8319 2005-08-16  Andy Wingo  <wingo@pobox.com>
8320
8321         * examples/seeking/Makefile.am: Don't compile non-compiling
8322         compiled objects with the compiler.
8323
8324         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
8325         elements.
8326
8327 2005-08-12  Philippe Khalaf <burger@speedy.org>
8328         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8329         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8330           Made a thread to release the queue.
8331           Removed timestamp conversion for now.
8332
8333 2005-08-10  Philippe Khalaf <burger@speedy.org>
8334         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8335         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8336           Added rtp timestamp -> gst timestamp conversion.
8337           Fixed several problems with queue.
8338
8339 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
8340
8341         * gst-libs/gst/audio/gstaudioclock.h:
8342         * gst-libs/gst/audio/gstaudiofilter.h:
8343         * gst-libs/gst/audio/gstaudiosink.h:
8344         * gst-libs/gst/audio/gstaudiosrc.h:
8345         * gst-libs/gst/audio/gstbaseaudiosink.h:
8346         * gst-libs/gst/audio/gstbaseaudiosrc.h:
8347         * gst-libs/gst/audio/gstringbuffer.h:
8348         * gst-libs/gst/net/gstnetbuffer.h:
8349         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8350         * gst-libs/gst/rtp/gstrtpbuffer.h:
8351           Add padding (you will need to rebuild gst-plugins-base,
8352           gst-plugins and all applications afterwards!)
8353
8354 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
8355
8356         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
8357         (gst_riff_parse_chunk):
8358           Fix bug in debug message and add some more debug messages.
8359
8360 2005-08-08  Edward Hervey  <edward@fluendo.com>
8361
8362         * gst-libs/gst/riff/riff-media.c:
8363         backported updates since branch
8364
8365 2005-08-08  Andy Wingo  <wingo@pobox.com>
8366
8367         * gst-libs/gst/audio/gstbaseaudiosink.c
8368         (gst_base_audio_sink_change_state): Open the device in NULL->READY
8369         like good elements should. Close on READY->NULL too.
8370
8371         * gst-libs/gst/audio/gstaudiosink.c
8372         (gst_audioringbuffer_open_device,
8373         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
8374         (gst_audioringbuffer_release): Updates for new ring buffer API,
8375         hook into the new audio sink api.
8376
8377         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
8378         (GstAudioSinkClass.close): Just open and close the device -- no
8379         resource allocation or configuration.
8380         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
8381         vmethods, handle device setup and resource allocation.
8382
8383         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
8384         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
8385         base class API.
8386
8387         * gst-libs/gst/audio/gstringbuffer.h
8388         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
8389         New vmethods.
8390
8391         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
8392         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
8393         New API functions. The device should be opened before acquiring
8394         and closed after releasing.
8395
8396 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
8397
8398         * gst-libs/gst/interfaces/mixer.h:
8399           Reset padding to GST_PADDING.
8400
8401 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8402
8403         * gst/playback/gstplaybin.c: (remove_sinks):
8404           Remove visualization from parent explicitely; works around some
8405           apparent refcount issue that I haven't tracked down yet.
8406
8407 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8408
8409         * ext/alsa/gstalsasink.c: (set_hwparams):
8410           Assign debug category, add negotiation debug msgs.
8411
8412 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8413
8414         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
8415           Fix error code for file-not-found to NOT_FOUND.
8416
8417 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8418
8419         * common/gtk-doc-plugins.mak:
8420         * docs/plugins/Makefile.am:
8421         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8422         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8423           renamed to actual element names, so much nicer to look at
8424         * docs/plugins/tmpl/gstmultifdsink.sgml:
8425           remove
8426         * docs/plugins/tmpl/multifdsink.sgml:
8427         * docs/plugins/tmpl/tcpserversink.sgml:
8428           add
8429         * ext/alsa/gstalsa.c:
8430         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
8431         * ext/ogg/gstoggmux.c:
8432         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
8433         * gst/playback/gstdecodebin.c:
8434         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
8435         * gst/tcp/gsttcpserversink.c:
8436           various fixes and documentation additions
8437
8438 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8439
8440         * common/Makefile.am:
8441         * common/gstdoc-scangobj:
8442         * common/gtk-doc-plugins.mak:
8443         * common/gtk-doc.mak:
8444           add a custom scangobj that uses the registry
8445           add a custom gtk-doc-plugins.mak that uses it
8446           some doc build fixes
8447         * configure.ac:
8448         * docs/Makefile.am:
8449         * docs/plugins/Makefile.am:
8450         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8451         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8452         * docs/plugins/gst-plugins-base-plugins.types:
8453         * docs/plugins/tmpl/gstmultifdsink.sgml:
8454           add docs for one element, multifdsink
8455         * gst/adder/gstadder.h:
8456         * gst/volume/gstvolume.h:
8457           don't privatize enum
8458         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
8459         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8460         (gst_sync_method_get_type), (gst_client_status_get_type),
8461         (gst_multifdsink_class_init),
8462         (gst_multifdsink_client_queue_buffer),
8463         (gst_multifdsink_handle_client_write):
8464         * gst/tcp/gstmultifdsink.h:
8465         * gst/tcp/gsttcp.h:
8466         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
8467         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
8468         (gst_tcpclientsink_render):
8469         * gst/tcp/gsttcpclientsink.h:
8470         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
8471         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
8472         (gst_tcpclientsrc_start):
8473         * gst/tcp/gsttcpclientsrc.h:
8474         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
8475         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
8476         * gst/tcp/gsttcpserversrc.h:
8477         * gst/typefind/gsttypefindfunctions.c:
8478           remove superfluous Type stuff
8479
8480 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8481
8482         * gst/playback/gstplaybin.c: (gen_video_element):
8483           Enable videoscale.
8484
8485 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8486
8487         * gst-libs/gst/gconf/gconf.c:
8488         * gst-libs/gst/gconf/gconf.h:
8489           Fix some Andy Problem [tm].
8490
8491 2005-08-04  Andy Wingo  <wingo@pobox.com>
8492
8493         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
8494         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
8495         (gst_ffmpegcsp_get_size): Adapt to API changes.
8496
8497         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
8498         Implement an in-place do-nothing transform.
8499
8500 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8501
8502         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8503         (gst_ximagesink_renegotiate_size):
8504           Do not set new window sizes yet if we prepare a new buffer size
8505           for upstream renegotiation (software scaling) at some point in the
8506           future, because this new size waqs not actually accepted yet. Once
8507           accepted, renegotiation later on will set the new sizes just fine.
8508           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
8509           embedding testcase.
8510
8511 2005-08-03  Andy Wingo  <wingo@pobox.com>
8512
8513         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
8514         (gst_ximagesink_buffer_alloc): 
8515         Protect the height, width, and desired_caps with the pool_lock.
8516         Fixes videotestsrc ! queue ! ximagesink.
8517
8518 2005-08-02  Edward Hervey  <edward@fluendo.com>
8519
8520         * gst/volume/gstvolume.c:
8521         include left from controller cleanup
8522
8523 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
8524         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
8525           Stop collectpads before calling the parent state
8526           change function on PAUSED->READY.
8527
8528 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
8529         * configure.ac:
8530           When testing for X libs, use the X CFlags 
8531         * gst/adder/gstadder.c: (gst_adder_change_state):
8532           Stop the collectpads before calling parent state change function
8533           on PAUSED->READY, otherwise we deadlock deactivating pads.
8534
8535 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
8536
8537         * configure.ac:
8538         * docs/libs/tmpl/gstcolorbalance.sgml:
8539         * docs/libs/tmpl/gstmixer.sgml:
8540         * examples/Makefile.am:
8541         * gst/sine/Makefile.am:
8542         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
8543         (gst_sinesrc_set_property), (plugin_init):
8544         * gst/sine/gstsinesrc.h:
8545         * gst/volume/Makefile.am:
8546         * gst/volume/gstvolume.c: (gst_volume_set_volume),
8547         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
8548         (volume_process_float), (volume_process_int16),
8549         (volume_set_property), (plugin_init):
8550         * gst/volume/gstvolume.h:
8551           deactivate and remove dparams (libgstcontrol)
8552
8553 2005-07-29  Wim Taymans  <wim@fluendo.com>
8554
8555         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
8556         Convert me to BaseTransform!! help..
8557
8558 2005-07-29  Andy Wingo  <wingo@pobox.com>
8559
8560         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
8561         sinks.
8562
8563         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
8564         support of both endiannesses.
8565
8566 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
8567
8568         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8569           Fix confusing debug message (s/event/query/)
8570
8571 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
8572
8573         * gst/videotestsrc/videotestsrc.h:
8574           Use "_stdint.h" instead of <stdint.h>
8575
8576 2005-07-27  Wim Taymans  <wim@fluendo.com>
8577
8578         * ext/vorbis/Makefile.am:
8579         Revert wrong commit.
8580
8581 2005-07-27  Wim Taymans  <wim@fluendo.com>
8582
8583         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
8584         More compilation fixen.
8585
8586 2005-07-27  Wim Taymans  <wim@fluendo.com>
8587
8588         * gst-libs/gst/audio/gstbaseaudiosink.c:
8589         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
8590         (gst_base_audio_sink_create_ringbuffer),
8591         (gst_base_audio_sink_change_state):
8592         Fix compilation.
8593
8594 2005-07-27  Wim Taymans  <wim@fluendo.com>
8595
8596         * examples/seeking/seek.c: (setup_dynamic_link),
8597         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
8598         (query_positions_elems), (query_positions_pads), (do_seek):
8599         Update seek example.
8600
8601         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
8602         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
8603         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
8604         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
8605         (gst_ogg_demux_handle_event),
8606         (gst_ogg_demux_deactivate_current_chain),
8607         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8608         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
8609         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
8610         (gst_ogg_demux_loop):
8611         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8612         * ext/theora/theoradec.c: (theora_dec_src_event),
8613         (theora_dec_src_getcaps), (theora_dec_sink_event),
8614         (theora_dec_push), (theora_dec_chain):
8615         * ext/vorbis/Makefile.am:
8616         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
8617         (vorbis_dec_sink_event), (vorbis_dec_push),
8618         (vorbis_handle_data_packet):
8619         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
8620         (gst_vorbisenc_chain):
8621         * gst/playback/gststreaminfo.c: (cb_probe):
8622         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
8623         * gst/videorate/gstvideorate.c: (gst_videorate_event):
8624         * gst/videoscale/gstvideoscale.c:
8625         (gst_videoscale_handle_src_event):
8626         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
8627         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
8628         (gst_ximagesink_navigation_send_event):
8629         * sys/xvimage/xvimagesink.c:
8630         (gst_xvimagesink_navigation_send_event):
8631         Various event updates and cleanups
8632
8633 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8634
8635         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
8636           Fix segfault for I420/YV12.
8637
8638 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8639
8640         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8641           Report bitrate.
8642
8643 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8644
8645         * gst/playback/gstplaybin.c: (gen_video_element),
8646         (gen_audio_element):
8647           Switch to auto*sink elements as default sinks; add volume element
8648           so that volume control in totem works.
8649
8650 2005-07-21  Wim Taymans  <wim@fluendo.com>
8651
8652         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
8653         * gst/playback/gstplaybin.c: (setup_sinks),
8654         (gst_play_bin_change_state):
8655         Refcount fix and more comments.
8656
8657 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8658
8659         * sys/ximage/Makefile.am:
8660         * sys/ximage/ximage.c: (plugin_init):
8661         * sys/ximage/ximagesink.c:
8662         Prepare for adding ximagesrc, rename of plugin to ximage etc.
8663         
8664
8665 2005-07-21  Wim Taymans  <wim@fluendo.com>
8666
8667         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
8668         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
8669         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
8670         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8671         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
8672         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
8673         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
8674         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
8675         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
8676         Generate correct disconts for live chained oggs.
8677
8678         * gst-libs/gst/audio/gstbaseaudiosink.c:
8679         (gst_base_audio_sink_render),
8680         (gst_base_audio_sink_create_ringbuffer),
8681         (gst_base_audio_sink_change_state):
8682         Handle discont math correctly.
8683
8684         * gst/playback/gstplaybin.c: (add_sink):
8685         Some small debug cleanup.
8686
8687 2005-07-21  Wim Taymans  <wim@fluendo.com>
8688
8689         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
8690         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
8691         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
8692         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8693         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
8694         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
8695         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8696         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
8697         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
8698         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
8699         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
8700         (gst_ogg_demux_change_state), (gst_ogg_print):
8701         Reorganize code to send the right disconts when in streaming
8702         mode.
8703
8704 2005-07-20  Andy Wingo  <wingo@pobox.com>
8705
8706         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
8707         fix (?), fixes a seggie mcfalterson (#310894).
8708
8709 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8710
8711         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
8712         (gst_ogg_mux_set_header_on_caps):
8713         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
8714         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8715         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
8716         * gst-libs/gst/audio/multichannel.c:
8717         (gst_audio_set_channel_positions),
8718         (gst_audio_set_structure_channel_positions_list):
8719         * gst/playback/gstdecodebin.c: (dynamic_create):
8720         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
8721         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8722           Fixes for API changes in core.
8723
8724 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8725
8726         * gst/playback/gstplaybasebin.c: (fill_buffer):
8727           Use _new_custom() so we can set custom message types for buffering
8728           messages.
8729
8730 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8731
8732         * configure.ac:
8733         * gst-libs/gst/Makefile.am:
8734         * gst-libs/gst/gconf/.cvsignore:
8735         * gst-libs/gst/gconf/Makefile.am:
8736         * gst-libs/gst/gconf/test-gconf.c:
8737         * pkgconfig/Makefile.am:
8738         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
8739         * pkgconfig/gstreamer-gconf.pc.in:
8740           Remove gconf stuff, use gconf elements instead from now on.
8741
8742 2005-07-20  Wim Taymans  <wim@fluendo.com>
8743
8744         * gst-libs/gst/audio/TODO:
8745         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
8746         (gst_audio_clock_get_internal_time):
8747         * gst-libs/gst/audio/gstaudioclock.h:
8748         * gst-libs/gst/audio/gstbaseaudiosink.c:
8749         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
8750         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
8751         (gst_base_audio_sink_render),
8752         (gst_base_audio_sink_create_ringbuffer),
8753         (gst_base_audio_sink_change_state):
8754         Make sure the audio clock always returns an increasing value.
8755
8756 2005-07-19  Andy Wingo  <wingo@pobox.com>
8757
8758         * gst/videotestsrc/: Cleanups.
8759
8760 2005-07-19  Wim Taymans  <wim@fluendo.com>
8761
8762         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
8763         Better debugging.
8764
8765 2005-07-19  Wim Taymans  <wim@fluendo.com>
8766
8767         * examples/seeking/seek.c: (make_dv_pipeline),
8768         (make_vorbis_theora_pipeline), (query_rates),
8769         (query_positions_elems), (query_positions_pads), (do_seek):
8770         Make correct DV pipeline.
8771
8772 2005-07-18  Andy Wingo  <wingo@pobox.com>
8773
8774         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
8775         default. Also because it's the only thing that really works. (This
8776         is used in the GConf elements).
8777         Use AS_LIBTOOL_TAGS.
8778
8779 2005-07-18  Wim Taymans  <wim@fluendo.com>
8780
8781         * gst/playback/gstdecodebin.c: (remove_element_chain):
8782         * gst/playback/gstplaybin.c: (add_sink):
8783         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
8784         (gst_stream_info_set_mute):
8785         * gst/playback/gststreamselector.c:
8786         (gst_stream_selector_get_linked_pad),
8787         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
8788         More leak and compile fixes.
8789
8790 2005-07-18  Wim Taymans  <wim@fluendo.com>
8791
8792         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8793         (query_rates), (query_positions_elems), (query_positions_pads),
8794         (do_seek), (seek_cb), (stop_seek):
8795         Updated seek example. 
8796
8797         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
8798         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
8799         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
8800         * gst/playback/gstplaybin.c: (add_sink):
8801         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
8802         (gst_stream_info_set_mute):
8803         Some refcount leak fixes.
8804
8805 2005-07-16  Wim Taymans  <wim@fluendo.com>
8806
8807         * gst-libs/gst/audio/gstbaseaudiosink.c:
8808         (gst_base_audio_sink_render):
8809         Align samples even if we have roundoff errors in the 
8810         timestamp conversion.
8811
8812 2005-07-16  Wim Taymans  <wim@fluendo.com>
8813
8814         * docs/libs/tmpl/gstringbuffer.sgml:
8815         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8816         (query_rates), (query_positions_elems), (query_positions_pads),
8817         (update_scale), (do_seek):
8818         Updated seek example.
8819
8820         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8821         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
8822         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
8823         (gst_ogg_demux_loop):
8824         Push out correct discont values.
8825
8826         * ext/theora/theoradec.c: (theora_dec_src_convert),
8827         (theora_dec_sink_convert), (theora_dec_src_getcaps),
8828         (theora_dec_sink_event), (theora_handle_type_packet),
8829         (theora_handle_header_packet), (theora_dec_push),
8830         (theora_handle_data_packet), (theora_dec_chain),
8831         (theora_dec_change_state):
8832         Better timestamping.
8833
8834         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8835         (vorbis_dec_sink_event), (vorbis_dec_push),
8836         (vorbis_handle_data_packet), (vorbis_dec_chain):
8837         * ext/vorbis/vorbisdec.h:
8838         Better timestamping.
8839
8840         * gst-libs/gst/audio/gstbaseaudiosink.c:
8841         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
8842         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
8843         Handle syncing on timestamps instead of sample offsets. Make
8844         use of DISCONT values as described in design docs.
8845
8846         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8847         (gst_base_audio_src_get_time):
8848         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
8849         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
8850         (gst_ring_buffer_read):
8851         * gst-libs/gst/audio/gstringbuffer.h:
8852         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
8853         (gst_ximagesink_show_frame):
8854         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
8855         Correcly convert buffer timestamp to stream time.
8856
8857 2005-07-16  Wim Taymans  <wim@fluendo.com>
8858
8859         * gst/audioconvert/gstaudioconvert.c:
8860         (gst_audio_convert_get_buffer):
8861         Timestamp buffers correctly.
8862
8863         * gst/playback/gstplaybin.c: (gen_video_element):
8864         Make internal fakesink silent.
8865
8866 2005-07-15  Wim Taymans  <wim@fluendo.com>
8867
8868         * gst/ffmpegcolorspace/Makefile.am:
8869         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8870         (gst_ffmpegcsp_caps_remove_format_info),
8871         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
8872         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
8873         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
8874         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
8875         Ported ffmpegcolorspace to basetransform.
8876
8877         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
8878         * gst/volume/gstvolume.c: (volume_transform):
8879         Ported to new API.
8880
8881 2005-07-14  Wim Taymans  <wim@fluendo.com>
8882
8883         * gst/videotestsrc/Makefile.am:
8884         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
8885         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
8886         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
8887         (gst_videotestsrc_init), (gst_videotestsrc_event),
8888         (gst_videotestsrc_create), (gst_videotestsrc_start),
8889         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
8890         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
8891         (gst_videotestsrc_get_property):
8892         * gst/videotestsrc/gstvideotestsrc.h:
8893         Make videotestsrc a pushsrc.
8894
8895 2005-07-14  Wim Taymans  <wim@fluendo.com>
8896
8897         * gst/tcp/gstfdset.c: (gst_fdset_free):
8898         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
8899         (gst_multifdsink_add), (gst_multifdsink_remove),
8900         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
8901         (gst_multifdsink_remove_client_link),
8902         (gst_multifdsink_client_queue_data),
8903         (gst_multifdsink_client_queue_caps),
8904         (gst_multifdsink_client_queue_buffer),
8905         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
8906         (gst_multifdsink_stop):
8907         * gst/tcp/gstmultifdsink.h:
8908         0.8 backporting.
8909
8910         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
8911         Also draw image when not from a pool.
8912
8913 2005-07-14  Wim Taymans  <wim@fluendo.com>
8914
8915         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
8916         (mute_stream), (silence_stream):
8917         Small debug additions.
8918
8919 2005-07-14  Wim Taymans  <wim@fluendo.com>
8920
8921         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
8922         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
8923         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
8924         Better error recovery, ignore unconnected pads and
8925         non-fatal errors.
8926
8927 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8928
8929         * docs/libs/tmpl/gstaudio.sgml:
8930         * docs/libs/tmpl/gstcolorbalance.sgml:
8931         * docs/libs/tmpl/gstgconf.sgml:
8932         * docs/libs/tmpl/gstmixer.sgml:
8933         * docs/libs/tmpl/gstringbuffer.sgml:
8934         * docs/libs/tmpl/gsttuner.sgml:
8935         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8936         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
8937         (gst_tcpclientsrc_class_init):
8938         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
8939         (gst_tcpserversrc_class_init):
8940         * sys/v4l/gstv4lelement.c:
8941           more autistic cleanliness in functions/names/defines
8942
8943 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8944
8945         * configure.ac:
8946           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
8947           added manually to each Makefile.am so we are sure it goes
8948           *last* and doesn't add -L flags before linking in libs of our
8949           own, like, say, internal .la libs, that then accidentally pick
8950           up the installed copy.
8951         * docs/libs/Makefile.am:
8952         * ext/alsa/Makefile.am:
8953         * ext/cdparanoia/Makefile.am:
8954         * ext/gnomevfs/Makefile.am:
8955         * ext/libvisual/Makefile.am:
8956         * ext/ogg/Makefile.am:
8957         * ext/theora/Makefile.am:
8958         * ext/vorbis/Makefile.am:
8959         * gst-libs/gst/video/Makefile.am:
8960         * gst/adder/Makefile.am:
8961         * gst/audioconvert/Makefile.am:
8962         * gst/audiorate/Makefile.am:
8963         * gst/audioscale/Makefile.am:
8964         * gst/ffmpegcolorspace/Makefile.am:
8965         * gst/playback/Makefile.am:
8966         * gst/sine/Makefile.am:
8967         * gst/subparse/Makefile.am:
8968         * gst/tags/Makefile.am:
8969         * gst/tcp/Makefile.am:
8970         * gst/typefind/Makefile.am:
8971         * gst/videorate/Makefile.am:
8972         * gst/videoscale/Makefile.am:
8973         * gst/videotestsrc/Makefile.am:
8974         * gst/volume/Makefile.am:
8975         * sys/v4l/Makefile.am:
8976         * sys/ximage/Makefile.am:
8977         * sys/xvimage/Makefile.am:
8978           adapt properly to this change. This should make sure that
8979           plugins and libs properly link to the as-yet-uninstalled
8980           copies of stuff like libgstinterfaces and libgstvideo
8981
8982 2005-07-13  Andy Wingo  <wingo@pobox.com>
8983
8984         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
8985         (gst_v4lsrc_fixate): Fixate on format as well.
8986
8987         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
8988         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
8989         buffer points to it.
8990         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
8991         rather just doing X calls ourselves. Also fixes a memleak.
8992
8993 2005-07-12  Andy Wingo  <wingo@pobox.com>
8994
8995         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
8996         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
8997         (gst_v4lsrc_create): Re-add the copy-mode property, default to
8998         TRUE to avoid deadlocks if an element holds on to our buffers.
8999
9000 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9001
9002         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9003         (gst_sinesrc_init), (gst_sinesrc_create),
9004         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
9005         (gst_sinesrc_start):
9006         * gst/sine/gstsinesrc.h:
9007           removing num-buffers property before moving it
9008
9009 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9010
9011         * configure.ac:
9012           use overridable ERROR_CFLAGS
9013         * docs/libs/gst-plugins-base-libs.types:
9014         * docs/libs/tmpl/gstringbuffer.sgml:
9015         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
9016         (gst_alsasink_class_init):
9017         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
9018         (gst_alsasrc_class_init):
9019         * gst-libs/gst/audio/audio.h:
9020         * gst-libs/gst/audio/gstaudioclock.h:
9021         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
9022         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
9023         (gst_audio_filter_link), (gst_audio_filter_init),
9024         (gst_audio_filter_chain), (gst_audio_filter_set_property),
9025         (gst_audio_filter_get_property),
9026         (gst_audio_filter_class_add_pad_templates):
9027         * gst-libs/gst/audio/gstaudiofilter.h:
9028         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9029         (gst_audio_filter_template_get_type),
9030         (gst_audio_filter_template_base_init),
9031         (gst_audio_filter_template_class_init),
9032         (gst_audio_filter_template_init),
9033         (gst_audio_filter_template_set_property),
9034         (gst_audio_filter_template_get_property), (plugin_init),
9035         (gst_audio_filter_template_setup),
9036         (gst_audio_filter_template_filter),
9037         (gst_audio_filter_template_filter_inplace):
9038         * gst-libs/gst/audio/gstaudiosink.c:
9039         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9040         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
9041         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
9042         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
9043         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
9044         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
9045         * gst-libs/gst/audio/gstaudiosink.h:
9046         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
9047         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
9048         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9049         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
9050         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
9051         (gst_audio_src_class_init), (gst_audio_src_init),
9052         (gst_audio_src_create_ringbuffer):
9053         * gst-libs/gst/audio/gstaudiosrc.h:
9054         * gst-libs/gst/audio/gstbaseaudiosink.c:
9055         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
9056         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
9057         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
9058         (gst_base_audio_sink_set_property),
9059         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
9060         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
9061         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
9062         (gst_base_audio_sink_create_ringbuffer),
9063         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
9064         * gst-libs/gst/audio/gstbaseaudiosink.h:
9065         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9066         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
9067         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
9068         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
9069         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
9070         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
9071         (gst_base_audio_src_event), (gst_base_audio_src_create),
9072         (gst_base_audio_src_create_ringbuffer),
9073         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
9074         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9075         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
9076         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
9077         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
9078         (gst_ring_buffer_debug_spec_caps),
9079         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
9080         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
9081         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
9082         (gst_ring_buffer_start), (gst_ring_buffer_pause),
9083         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
9084         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9085         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
9086         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
9087         (gst_ring_buffer_clear):
9088         * gst-libs/gst/audio/gstringbuffer.h:
9089         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
9090         (gst_video_sink_class_init), (gst_video_sink_get_type):
9091         * gst-libs/gst/video/videosink.h:
9092         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
9093         (gst_multifdsink_class_init),
9094         (gst_multifdsink_handle_client_write),
9095         (gst_multifdsink_change_state):
9096         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
9097         (gst_tcpclientsink_setcaps):
9098         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9099         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
9100         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
9101         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
9102         (gst_ximagesink_send_pending_navigation),
9103         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
9104         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
9105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
9106         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
9107         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
9108         (gst_xvimagesink_send_pending_navigation),
9109         (gst_xvimagesink_navigation_send_event),
9110         (gst_xvimagesink_set_xwindow_id),
9111         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
9112         (gst_xvimagesink_get_type):
9113         more macro splitting
9114
9115 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9116
9117         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9118           plug a memleak, allows me to import 1479 albums in one go
9119           in jamboree
9120         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9121         (vorbis_handle_type_packet), (vorbis_dec_chain),
9122         (vorbis_dec_change_state):
9123           fix some format strings
9124
9125 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9126
9127         * docs/libs/tmpl/gstcolorbalance.sgml:
9128         * docs/libs/tmpl/gstmixer.sgml:
9129         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9130         (gst_alsasink_set_property), (gst_alsasink_get_property):
9131         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
9132         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
9133           add device property
9134
9135 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9136
9137         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9138         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
9139         (audiocast_register_listener), (audiocast_thread_run),
9140         (gst_gnomevfssrc_send_additional_headers_callback),
9141         (gst_gnomevfssrc_received_headers_callback),
9142         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
9143         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
9144         (gst_gnomevfssrc_get_size):
9145           add/clean up debugging
9146         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
9147           cleanups
9148
9149 2005-07-07  Andy Wingo  <wingo@pobox.com>
9150
9151         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
9152         framerate. Need to get a handle on when exactly this function is
9153         called, tho.
9154
9155         * sys/v4l/v4lsrc_calls.h:
9156         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
9157         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
9158         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
9159
9160         * sys/v4l/v4l_calls.h: Cast to V4lElement.
9161         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
9162         v4lelements are sources.
9163
9164         * sys/v4l/gstv4lxoverlay.h:
9165         * sys/v4l/gstv4lxoverlay.c:
9166         * sys/v4l/gstv4ltuner.h:
9167         * sys/v4l/gstv4ltuner.c: Header loc fixen.
9168         
9169         * sys/v4l/gstv4lsrc.h:
9170         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
9171         PushSrc/BaseSrc. Removed most sync-related properties, videorate
9172         or something should handle that. Made a live source.
9173
9174         * sys/v4l/gstv4lelement.h:
9175         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
9176         signals. Some cleanups.
9177
9178         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
9179
9180         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
9181         stuff.
9182
9183         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
9184         stuff.
9185
9186         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
9187
9188 2005-07-07  Wim Taymans  <wim@fluendo.com>
9189
9190         * ext/theora/theoradec.c: (theora_get_query_types),
9191         (theora_dec_src_getcaps), (theora_dec_push):
9192         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
9193         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
9194         Remove deprecated/unused query types.
9195
9196 2005-07-06  Wim Taymans  <wim@fluendo.com>
9197
9198         * ext/alsa/Makefile.am:
9199         * ext/alsa/gstalsaplugin.c: (plugin_init):
9200         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9201         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
9202         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
9203         (gst_alsasrc_class_init), (gst_alsasrc_init),
9204         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
9205         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
9206         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
9207         (gst_alsasrc_reset):
9208         * ext/alsa/gstalsasrc.h:
9209         * gst-libs/gst/audio/Makefile.am:
9210         * gst-libs/gst/audio/gstaudiosink.c:
9211         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9212         (gst_audioringbuffer_start):
9213         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
9214         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
9215         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
9216         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
9217         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
9218         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
9219         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
9220         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
9221         * gst-libs/gst/audio/gstaudiosrc.h:
9222         * gst-libs/gst/audio/gstbaseaudiosink.c:
9223         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
9224         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
9225         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
9226         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9227         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
9228         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
9229         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
9230         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
9231         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
9232         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
9233         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
9234         (gst_baseaudiosrc_change_state):
9235         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9236         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
9237         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
9238         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
9239         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
9240         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
9241         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
9242         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
9243         * gst-libs/gst/audio/gstringbuffer.h:
9244         Added audiosource base classes.
9245         Ported alsasrc, still very basic.
9246
9247 2005-07-06  Wim Taymans  <wim@fluendo.com>
9248
9249         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
9250         (theora_dec_push), (theora_handle_data_packet):
9251         Prepare for better timestamp fix later.
9252
9253         * gst/audioconvert/gstaudioconvert.c:
9254         List most accurate caps first
9255
9256         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
9257         Use proper pad task function.
9258
9259         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9260         (gst_xvimagesink_show_frame):
9261         Fix deadlock when alloc failed.
9262
9263 2005-07-05  Andy Wingo  <wingo@pobox.com>
9264
9265         * ext/gnomevfs/gstgnomevfssrc.c:
9266         * gst/sine/gstsinesrc.c:
9267         * gst/tcp/gsttcpserversrc.c:
9268         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
9269
9270         * sys/v4l/: Port from 0.8.
9271
9272         * Many files: Null if we got it....
9273
9274 2005-07-05  Andy Wingo  <wingo@pobox.com>
9275
9276         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
9277         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
9278         Signedness fixes.
9279
9280 2005-07-05  Wim Taymans  <wim@fluendo.com>
9281
9282         * configure.ac:
9283         * gst/tcp/Makefile.am:
9284         * gst/tcp/README:
9285         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
9286         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
9287         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
9288         (is_sync_frame), (gst_multifdsink_handle_client_write),
9289         (gst_multifdsink_render), (gst_multifdsink_start),
9290         (gst_multifdsink_stop), (gst_multifdsink_change_state):
9291         * gst/tcp/gstmultifdsink.h:
9292         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
9293         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
9294         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
9295         * gst/tcp/gsttcp.h:
9296         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
9297         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
9298         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
9299         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
9300         * gst/tcp/gsttcpclientsink.h:
9301         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
9302         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
9303         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
9304         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
9305         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
9306         * gst/tcp/gsttcpclientsrc.h:
9307         * gst/tcp/gsttcpplugin.c: (plugin_init):
9308         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
9309         * gst/tcp/gsttcpserversink.h:
9310         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
9311         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
9312         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
9313         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
9314         (gst_tcpserversrc_stop):
9315         * gst/tcp/gsttcpserversrc.h:
9316         * gst/tcp/gsttcpsink.c:
9317         * gst/tcp/gsttcpsink.h:
9318         * gst/tcp/gsttcpsrc.c:
9319         * gst/tcp/gsttcpsrc.h:
9320         Ported tcp plugins to 0.9. 
9321         
9322
9323 2005-07-05  Andy Wingo  <wingo@pobox.com>
9324
9325         * gst/playback/gstplaybasebin.c (fill_buffer):
9326         message_new_application fixen.
9327
9328         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
9329         Style fix.
9330
9331 2005-07-04  Wim Taymans  <wim@fluendo.com>
9332
9333         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
9334         Set caps on output buffer.
9335
9336 2005-07-04  Andy Wingo  <wingo@pobox.com>
9337
9338         * ext/gnomevfs/gstgnomevfssrc.c
9339         (gst_gnomevfssrc_received_headers_callback) 
9340         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
9341         hopefully.
9342
9343         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
9344         No refcount leakage.
9345
9346         * configure.ac: Enable -Werror.
9347         
9348         * ext/theora/theoradec.c (theora_dec_src_getcaps):
9349         * gst/audioconvert/bufferframesconvert.c
9350         (buffer_frames_convert_fixate):
9351         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
9352         (gst_audio_convert_fixate):
9353         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
9354         (gst_sinesrc_create): Fixate func changes.
9355         
9356         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9357         (gst_ximagesink_buffer_alloc): Unused var.
9358
9359 2005-07-01  Andy Wingo  <wingo@pobox.com>
9360
9361         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
9362         getcaps to do explicit caps. Needs to be done in all decoders,
9363         possibly via a base class.
9364
9365         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
9366
9367         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
9368         caps on the sink pad, just rely on the pad template. Also, setting
9369         ANY caps on a pad is not valid because the caps are not fixed.
9370
9371         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
9372         caps on the buffer, and get the width from the desired_caps if
9373         they're set.
9374         (gst_ximagesink_renegotiate_size): Implement via setting the
9375         desired_caps on the ximagesink.
9376         (gst_ximagesink_setcaps): Only reset the width of the player if it
9377         wasn't already set. Not sure if this is right.
9378         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
9379
9380         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
9381         that the user wants. NULL unless the window has been resized.
9382
9383         * gst/volume/gstvolume.c (volume_transform): Adapt to
9384         basetransform refcount changes.
9385         
9386 2005-07-01  Andy Wingo  <wingo@pobox.com>
9387
9388         * gst/videoscale/gstvideoscale.c:
9389         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
9390         from BaseTransform, implements a transform_caps. Removed dead code
9391         including some PAR stuff that was never reached -- should probably
9392         be added back somehow.
9393
9394 2005-07-01  Andy Wingo  <wingo@pobox.com>
9395
9396         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
9397         come later.
9398
9399 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9400
9401         * configure.ac:
9402         * docs/libs/Makefile.am:
9403         * docs/libs/gst-plugins-libs.types:
9404         * ext/alsa/Makefile.am:
9405         * ext/alsa/gstalsamixer.h:
9406         * ext/alsa/gstalsamixeroptions.h:
9407         * ext/alsa/gstalsamixertrack.h:
9408         * gst-libs/gst/Makefile.am:
9409         * gst-libs/gst/colorbalance/.cvsignore:
9410         * gst-libs/gst/colorbalance/Makefile.am:
9411         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
9412         * gst-libs/gst/colorbalance/colorbalance.c:
9413         * gst-libs/gst/colorbalance/colorbalance.h:
9414         * gst-libs/gst/colorbalance/colorbalance.vcproj:
9415         * gst-libs/gst/colorbalance/colorbalancechannel.c:
9416         * gst-libs/gst/colorbalance/colorbalancechannel.h:
9417         * gst-libs/gst/interfaces/Makefile.am:
9418         * gst-libs/gst/interfaces/colorbalance.c:
9419         (gst_color_balance_class_init):
9420         * gst-libs/gst/interfaces/colorbalance.h:
9421         * gst-libs/gst/interfaces/interfaces-marshal.list:
9422         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
9423         * gst-libs/gst/interfaces/mixer.h:
9424         * gst-libs/gst/interfaces/mixeroptions.h:
9425         * gst-libs/gst/interfaces/navigation.c:
9426         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
9427         * gst-libs/gst/interfaces/tuner.h:
9428         * gst/volume/Makefile.am:
9429         * gst/volume/gstvolume.c:
9430         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
9431         * sys/ximage/Makefile.am:
9432         * sys/ximage/ximagesink.c:
9433         * sys/xvimage/Makefile.am:
9434         * sys/xvimage/xvimagesink.c:
9435           fold in all interfaces into an interfaces dir, preserving CVS
9436           history
9437
9438 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9439
9440         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9441           Fix build after riff changes.
9442
9443 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9444
9445         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9446         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
9447         (gst_riff_create_video_template_caps),
9448         (gst_riff_create_audio_template_caps),
9449         (gst_riff_create_iavs_template_caps):
9450         * gst-libs/gst/riff/riff-media.h:
9451         * gst-libs/gst/riff/riff-read.h:
9452         * gst-libs/gst/riff/riff.c: (gst_riff_init):
9453           Add gst_riff_init() to initialize the debug category, instead
9454           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
9455
9456 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9457
9458         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
9459           Oops, I shouldn't apply hacks.
9460
9461 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9462
9463         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
9464           Remove pad_loop function which doesn't work.
9465
9466 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9467
9468         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
9469           Send EOS when deactivating.
9470         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9471         (check_queue), (queue_threshold_reached), (queue_out_of_data),
9472         (gen_preroll_element), (probe_triggered), (mute_stream),
9473         (silence_stream), (new_decoded_pad), (setup_substreams),
9474         (set_active_source):
9475         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
9476         (remove_sinks), (add_sink):
9477         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
9478           Change for new probe API.
9479
9480 2005-06-29  Wim Taymans  <wim@fluendo.com>
9481
9482         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
9483         * gst-libs/gst/audio/gstbaseaudiosink.c:
9484         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
9485         (gst_baseaudiosink_change_state):
9486         * gst-libs/gst/audio/gstbaseaudiosink.h:
9487         * gst-libs/gst/audio/gstringbuffer.c:
9488         (gst_ringbuffer_set_callback):
9489         Fix compilation error.
9490         Ringbuffer starts out as not running.
9491         Free our clock in dispose.
9492         When releasing the ringbuffer we need to renegotiate so
9493         clear the pad caps.
9494
9495 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9496
9497         * autogen.sh:
9498         * configure.ac:
9499         * docs/Makefile.am:
9500         * docs/libs/Makefile.am:
9501         * docs/libs/gst-plugins-libs-docs.sgml:
9502         * docs/libs/gst-plugins-libs-sections.txt:
9503         * docs/libs/gst-plugins-libs.types:
9504         * docs/libs/tmpl/gstaudio.sgml:
9505         * docs/libs/tmpl/gstcolorbalance.sgml:
9506         * docs/libs/tmpl/gstringbuffer.sgml:
9507         * gst-libs/gst/audio/gstringbuffer.c:
9508         (gst_ringbuffer_set_callback):
9509           reinstate gtk-doc docs for plugin libs
9510
9511 2005-06-28  Wim Taymans  <wim@fluendo.com>
9512
9513         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9514         (gst_ogg_demux_init):
9515         Removed pad loop function.
9516
9517 2005-06-28  Wim Taymans  <wim@fluendo.com>
9518
9519         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
9520         If we're building a chain we are not in an error case
9521         when we queue a buffer.
9522
9523 2005-06-28  Andy Wingo  <wingo@pobox.com>
9524
9525         * *.c: Don't cast to GstObject before reffing/unreffing.
9526
9527 2005-06-27  Andy Wingo  <wingo@pobox.com>
9528
9529         * gst/videotestsrc/gstvideotestsrc.c
9530         (gst_videotestsrc_activate_push): Activation API changes.
9531
9532         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
9533         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
9534         they have refs on the decodebin.
9535
9536         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
9537         parent class.
9538         (gst_ogg_pad_typefind): Don't leak a pad ref.
9539         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
9540         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
9541         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
9542
9543 2005-06-27  Edward Hervey  <edward@fluendo.com>
9544
9545         * ext/theora/theoradec.c: (theora_dec_change_state): 
9546         re-arranged call to parent's state change in order to avoid locks (or
9547         worse).
9548
9549 2005-06-26  Edward Hervey  <edward@fluendo.com>
9550
9551         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9552         2nd argument of 'unknow-type' signal is a GstCaps and not a
9553         GstMiniObject
9554
9555 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
9556         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
9557           Set the worker thread's running flag to TRUE before starting the
9558           thread.
9559         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
9560           Catch a failure to add typefind to the bin.
9561
9562 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9563
9564         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9565         (gst_sinesrc_init), (gst_sinesrc_create),
9566         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
9567         (gst_sinesrc_start):
9568         * gst/sine/gstsinesrc.h:
9569           add num-buffers and timestamp-offset properties
9570         * gst/videotestsrc/gstvideotestsrc.c:
9571         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
9572         (gst_videotestsrc_get_property):
9573           add timestamp-offset property
9574
9575 2005-06-23  Christian Schaller  <uraeus@gnome.org>
9576
9577         * configure.ac: add videorate
9578         * gst-plugins-base.spec.in: add videorate
9579
9580 2005-06-23  Wim Taymans  <wim@fluendo.com>
9581
9582         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
9583         (gst_videorate_getcaps), (gst_videorate_setcaps),
9584         (gst_videorate_event), (gst_videorate_chain):
9585         Fixed videorate, fixating an already fixated caps is not
9586         an error.
9587
9588 2005-06-23  Wim Taymans  <wim@fluendo.com>
9589
9590         * ext/ogg/README:
9591         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
9592         Buffer on caps is not boxed anymore.
9593
9594 2005-06-22  Wim Taymans  <wim@fluendo.com>
9595
9596         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
9597         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
9598         Set buffers on caps as miniobjects and not as boxed.
9599
9600 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9601
9602         * configure.ac:
9603           back to HEAD
9604
9605 === release 0.9.1 ===
9606
9607 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9608
9609         * .cvsignore:
9610         * NEWS:
9611         * README:
9612         * RELEASE:
9613         * configure.ac:
9614         * po/af.po:
9615         * po/az.po:
9616         * po/cs.po:
9617         * po/en_GB.po:
9618         * po/hu.po:
9619         * po/it.po:
9620         * po/nb.po:
9621         * po/nl.po:
9622         * po/or.po:
9623         * po/sq.po:
9624         * po/sr.po:
9625         * po/sv.po:
9626         * po/uk.po:
9627         * po/vi.po:
9628           updates for release
9629
9630 2005-06-09  Andy Wingo  <wingo@pobox.com>
9631
9632         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
9633         
9634 2005-06-09  Andy Wingo  <wingo@pobox.com>
9635
9636         * configure.ac:
9637         * gst-libs/gst/Makefile.am:
9638         * gst-libs/gst/net/Makefile.am:
9639         Add gstnet to build.
9640
9641 2005-06-09  Andy Wingo  <wingo@pobox.com>
9642
9643         * gst-libs/gst/gconf/gconf.c:
9644         * gst/playback/test.c:
9645         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
9646         fixes.
9647
9648         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
9649
9650         * ext/theora/theoraenc.c (theora_enc_chain): 
9651         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
9652
9653         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
9654         RealPad.
9655
9656 2005-06-02  Wim Taymans  <wim@fluendo.com>
9657
9658         * gst-libs/gst/net/Makefile.am:
9659         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
9660         * pkgconfig/gstreamer-libs.pc.in:
9661         Added net stuff, version net lib.
9662
9663 2005-06-02  Wim Taymans  <wim@fluendo.com>
9664
9665         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
9666         (query_rates), (query_positions_elems), (query_positions_pads),
9667         (do_seek):
9668         Updated seek example.
9669
9670 2005-06-02  Andy Wingo  <wingo@pobox.com>
9671
9672         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
9673         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
9674         list.
9675
9676         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
9677         remove the typefind, the bin dispose will do it for us. When it's
9678         removed and unreffed, the signal handler will be disconnected,
9679         too.
9680         (unlinked): It's too difficult to disconnect from unlinked
9681         handlers, as they are on pads not elements. Just punt if the pads
9682         aren't grandkids of the bin.
9683
9684 2005-06-02  Wim Taymans  <wim@fluendo.com>
9685
9686         * ext/ogg/README:
9687         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9688         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
9689         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
9690         * ext/theora/theoradec.c: (theora_dec_src_query),
9691         (theora_handle_data_packet):
9692         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9693         (theora_enc_chain):
9694         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9695         (vorbis_handle_data_packet):
9696         * gst/audioconvert/bufferframesconvert.c:
9697         (buffer_frames_convert_chain):
9698         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9699         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9700         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9701         (gst_ffmpegcsp_chain):
9702         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
9703         (gst_videorate_getcaps), (gst_videorate_setcaps),
9704         (gst_videorate_event), (gst_videorate_chain):
9705         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
9706         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
9707         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9708         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
9709         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9710         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
9711         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
9712         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
9713         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
9714         Cleanups and buffer alloc.
9715
9716 2005-05-31  Wim Taymans  <wim@fluendo.com>
9717
9718         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
9719         Don't try to call the delay method when the device is not
9720         opened.
9721
9722 2005-05-31  Wim Taymans  <wim@fluendo.com>
9723
9724         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
9725         Get actual segment size and buffer size after opening
9726         the device.
9727
9728 2005-05-30  Wim Taymans  <wim@fluendo.com>
9729
9730         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
9731         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
9732         Also FLUSH upstream, makes the loop function exit faster.
9733         
9734         * ext/theora/theoradec.c: (theora_dec_src_query):
9735         Some more debug info in the query.
9736         
9737         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9738         (gst_ximagesink_setcaps):
9739         Release lock on par error, better error reporting.
9740
9741 2005-05-26  Wim Taymans  <wim@fluendo.com>
9742
9743         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9744         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
9745         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
9746         Clear chains in READY
9747         Queue packets until the chain is activated.
9748
9749 2005-05-25  Wim Taymans  <wim@fluendo.com>
9750
9751         * gst-libs/gst/audio/gstaudiosink.c:
9752         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9753         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9754         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9755         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9756         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9757         (gst_audiosink_create_ringbuffer):
9758         * gst-libs/gst/audio/gstbaseaudiosink.c:
9759         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
9760         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
9761         (gst_baseaudiosink_set_property), (build_linear_format),
9762         (debug_spec_caps), (debug_spec_buffer),
9763         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
9764         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
9765         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
9766         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9767         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9768         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9769         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
9770         (gst_ringbuffer_play), (gst_ringbuffer_pause),
9771         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
9772         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
9773         (wait_segment), (gst_ringbuffer_commit),
9774         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
9775         (gst_ringbuffer_clear):
9776         Various small cleanups.
9777
9778         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9779         (gst_audio_convert_change_state):
9780         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
9781         No need to take the locks anymore.
9782
9783 2005-05-25  Wim Taymans  <wim@fluendo.com>
9784
9785         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9786         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
9787         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
9788         (type_found):
9789         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
9790         (group_destroy), (group_commit), (queue_overrun),
9791         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
9792         (mute_stream), (new_decoded_pad), (setup_substreams),
9793         (setup_source), (mute_group_type), (set_active_source),
9794         (gst_play_base_bin_change_state):
9795         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
9796         (gen_video_element), (gen_text_element), (gen_audio_element),
9797         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
9798         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
9799         (gst_stream_info_dispose), (gst_stream_info_set_mute):
9800         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9801         Some playbin cleanups mostly refcounting sloppyness.
9802
9803 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9804
9805         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
9806           Work with streaming input.
9807
9808 2005-05-25  Wim Taymans  <wim@fluendo.com>
9809
9810         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9811         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9812         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9813         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
9814         No need to take the STREAM lock anymore.
9815
9816 2005-05-25  Wim Taymans  <wim@fluendo.com>
9817
9818         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
9819         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
9820         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
9821         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
9822         (gst_ogg_demux_sink_activate):
9823         * ext/theora/theoradec.c: (theora_dec_src_event),
9824         (theora_handle_comment_packet), (theora_dec_chain),
9825         (theora_dec_change_state):
9826         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9827         (vorbis_handle_data_packet), (vorbis_dec_chain),
9828         (vorbis_dec_change_state):
9829         Remove STREAM locks as they are taken in core now.
9830         Never set bogus granulepos on vorbis/theora.
9831         Fix leaks in theoradec tag parsing.
9832
9833 2005-05-25  Wim Taymans  <wim@fluendo.com>
9834
9835         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
9836         Fix memleaks, GST_BUFFER_DATA() is not freed.
9837
9838 2005-05-25  Wim Taymans  <wim@fluendo.com>
9839
9840         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9841         Open non-blocking, set to blocking mode afterwards to avoid
9842         lockups when audio device is busy.
9843
9844 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9845
9846         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
9847           This can't be good.
9848
9849 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9850
9851         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9852         (gst_audio_convert_chain), (gst_audio_convert_link_src),
9853         (gst_audio_convert_setcaps):
9854           Implement instant setup switching.
9855
9856 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9857
9858         * gst/playback/gstplaybasebin.c: (probe_triggered):
9859           Fix missing unlock.
9860         * gst/playback/gstplaybin.c: (add_sink):
9861           First add, then link (otherwise pad link fails).
9862
9863 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9864
9865         * examples/Makefile.am:
9866         fix buildbot (make distcheck)
9867
9868 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9869
9870         * gst/playback/gstplaybin.c: (gen_vis_element):
9871           Remove some wrong code. Doesn't work yet.
9872
9873 2005-05-19  Wim Taymans  <wim@fluendo.com>
9874
9875         * gst-libs/gst/net/Makefile.am:
9876         * gst-libs/gst/net/README:
9877         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
9878         (gst_netbuffer_class_init), (gst_netbuffer_init),
9879         (gst_netbuffer_finalize), (gst_netbuffer_copy),
9880         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
9881         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
9882         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
9883         * gst-libs/gst/net/gstnetbuffer.h:
9884         Added buffer subclass to store extra to/from addresses for
9885         network sources/sinks.
9886
9887 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9888
9889         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
9890           Don't lock an unassigned variable.
9891
9892 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9893
9894         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
9895           Increase buffer for video, decrease buffer for other media types.
9896         * gst/playback/gstplaybin.c: (gen_video_element),
9897         (gen_audio_element):
9898           Change names for debugging purposes.
9899
9900 2005-05-18  Wim Taymans  <wim@fluendo.com>
9901
9902         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9903         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9904         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9905         (gst_ffmpegcsp_chain):
9906         Enable buffer alloc passthrough if the source and dest
9907         formats are the same.
9908
9909 2005-05-17  Wim Taymans  <wim@fluendo.com>
9910
9911         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
9912         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
9913         (gst_ogg_demux_chain_unlocked):
9914         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9915         (gst_audio_convert_caps_remove_format_info),
9916         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
9917         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
9918         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9919         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9920         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
9921         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
9922         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9923         (gst_ffmpegcsp_get_property):
9924         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9925         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
9926         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
9927         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
9928         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
9929         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
9930         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
9931         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
9932         Leak fixes in oggdemux.
9933         Some cleanups in audioconvert.
9934         Make passthrough work along with buffer_alloc etc.
9935         Make buffer_alloc and buffer recycling actually work in
9936         xvimagesink.
9937
9938 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9939
9940         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
9941           make the compiler happy
9942
9943 2005-05-17  Wim Taymans  <wim@fluendo.com>
9944
9945         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9946         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
9947         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
9948         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
9949         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
9950         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
9951         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
9952         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
9953         (gst_xvimagesink_set_xwindow_id):
9954         * sys/xvimage/xvimagesink.h:
9955         Port xvimagesink to new MiniObject.
9956
9957 2005-05-17  Wim Taymans  <wim@fluendo.com>
9958
9959         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
9960         (gst_audiofilter_chain):
9961         * gst-libs/gst/audio/gstaudiosink.c:
9962         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9963         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9964         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9965         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9966         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9967         (gst_audiosink_create_ringbuffer):
9968         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9969         (gst_audio_convert_caps_remove_format_info),
9970         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
9971         (gst_audio_convert_fixate), (gst_audio_convert_channels):
9972         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9973         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9974         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
9975         Fix passthrough in ffmpegcolorspace.
9976         Fix memset in audiosink on wrong memory.
9977
9978 2005-05-16  David Schleef  <ds@schleef.org>
9979
9980         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
9981         to GstMiniObject.
9982
9983 2005-05-16  David Schleef  <ds@schleef.org>
9984
9985         Port from GstData to GstMiniObject.
9986         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9987         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
9988         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
9989         (gst_ogg_mux_collected):
9990         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9991         * ext/theora/theoradec.c: (theora_handle_comment_packet),
9992         (theora_handle_data_packet):
9993         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9994         (theora_set_header_on_caps), (theora_enc_chain):
9995         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9996         (vorbis_handle_comment_packet):
9997         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
9998         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
9999         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
10000         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
10001         * gst/audioconvert/gstaudioconvert.c:
10002         (gst_audio_convert_get_buffer):
10003         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
10004         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
10005         (mute_stream), (silence_stream):
10006         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
10007         * gst/volume/gstvolume.c: (volume_transform):
10008         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10009         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
10010         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
10011         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
10012         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
10013         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
10014         (gst_ximagesink_buffer_alloc):
10015         * sys/ximage/ximagesink.h:
10016
10017 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10018
10019         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10020         (fill_buffer), (check_queue), (queue_threshold_reached),
10021         (queue_out_of_data):
10022         * gst/playback/gstplaybasebin.h:
10023           Post buffer-fullness on the bus.
10024
10025 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10026
10027         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10028         (try_to_link_1):
10029         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10030         (group_commit), (probe_triggered), (setup_source),
10031         (gst_play_base_bin_change_state):
10032         * gst/playback/gstplaybasebin.h:
10033         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10034         (gst_play_bin_init), (remove_sinks), (setup_sinks),
10035         (gst_play_bin_change_state):
10036           Move setup_output_pads into a virtual function, remove
10037           group-switch (no longer needed) and redirect (handled by bus
10038           now) signals.
10039
10040 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10041
10042         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
10043         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
10044         (get_active_group), (get_building_group), (group_destroy),
10045         (group_commit), (check_queue), (queue_overrun),
10046         (queue_threshold_reached), (queue_out_of_data),
10047         (gen_preroll_element), (remove_groups), (unknown_type),
10048         (add_element_stream), (no_more_pads), (probe_triggered),
10049         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
10050         (setup_substreams), (setup_source), (finish_source),
10051         (prepare_output), (muted_group_change_state),
10052         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
10053         (gst_play_base_bin_change_state):
10054         * gst/playback/gstplaybasebin.h:
10055         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10056         (gst_play_bin_init), (gst_play_bin_set_property),
10057         (gen_video_element), (gen_text_element), (gen_audio_element),
10058         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
10059         (gst_play_bin_change_state):
10060         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
10061         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
10062         (stream_info_change_state), (gst_stream_info_set_mute),
10063         (gst_stream_info_get_property):
10064         * gst/playback/gststreaminfo.h:
10065         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
10066         (gst_stream_selector_get_linked_pad),
10067         (gst_stream_selector_getcaps),
10068         (gst_stream_selector_get_linked_pads),
10069         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10070         * gst/playback/gststreamselector.h:
10071           Rough port of playbin. Needs some more work, but is mostly done,
10072           and uses a few locks in important places, which should make stuff
10073           like chain-switches clean. Still uses GST_STATE() in a few places,
10074           which isn't all that good an idea, subtitles/elements disabled
10075           because no elements to test with and thus probably broken, query
10076           and event handling moved to GstBin, internal thread removed
10077           alltogether because the pipeline does that for us now. Can play
10078           Ogg/Vorbis files. Haven't tested anything else yet.
10079
10080 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10081
10082         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
10083           Do no-more-pads (needed for autoplugging).
10084
10085 2005-05-10  Andy Wingo  <wingo@pobox.com>
10086
10087         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
10088         message to the bus with the tags. Still not sent downstream tho.
10089
10090         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
10091         get_parent.
10092         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
10093         avoid refcounting hassles.
10094
10095 2005-05-09  Andy Wingo  <wingo@pobox.com>
10096
10097         * gst/volume/Makefile.am:
10098         * gst/volume/demo.c
10099         * gst/volume/gstvolume.h
10100         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
10101         basetransform. Probably need an audio filter base class.
10102
10103 2005-05-09  Wim Taymans  <wim@fluendo.com>
10104
10105         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
10106         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
10107         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
10108         (gst_vorbisenc_chain):
10109         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10110         (gst_audio_convert_caps_remove_format_info),
10111         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
10112         (gst_audio_convert_fixate), (gst_audio_convert_channels):
10113         Make caps writable before writing to it.
10114         Fix negotiation in audioconvert some more.
10115
10116 2005-05-09  Wim Taymans  <wim@fluendo.com>
10117
10118         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10119         (gst_videorate_getcaps), (gst_videorate_setcaps),
10120         (gst_videorate_event), (gst_videorate_chain):
10121         Better negotiation.
10122
10123 2005-05-09  Wim Taymans  <wim@fluendo.com>
10124
10125         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
10126         (gst_videorate_getcaps), (gst_videorate_setcaps),
10127         (gst_videorate_blank_data), (gst_videorate_init),
10128         (gst_videorate_event), (gst_videorate_chain),
10129         (gst_videorate_change_state):
10130         Port videorate, do a better job at negotiation while we're at
10131         it.
10132
10133 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
10134
10135         * configure.ac:
10136           Disable libvisual
10137
10138         * examples/Makefile.am:
10139         * gst-libs/gst/audio/Makefile.am:
10140         * gst-libs/gst/riff/Makefile.am:
10141         * gst-libs/gst/tag/Makefile.am:
10142         * gst-libs/gst/video/Makefile.am:
10143           Fixups for missing variables.
10144
10145 2005-05-09  Wim Taymans  <wim@fluendo.com>
10146
10147         * examples/seeking/seek.c: (make_theora_pipeline),
10148         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
10149         (query_rates), (query_positions_elems), (query_positions_pads),
10150         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
10151         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
10152         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
10153         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
10154         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
10155         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
10156         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10157         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
10158         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
10159         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10160         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10161         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10162         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
10163         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
10164         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
10165         (theora_dec_src_convert), (theora_dec_sink_convert),
10166         (theora_dec_src_query), (theora_dec_sink_query),
10167         (theora_dec_src_event), (theora_dec_sink_event),
10168         (theora_handle_comment_packet), (theora_handle_type_packet),
10169         (theora_handle_header_packet), (theora_handle_data_packet),
10170         (theora_dec_chain):
10171         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
10172         (vorbis_dec_convert), (vorbis_dec_src_query),
10173         (vorbis_dec_sink_query), (vorbis_dec_src_event),
10174         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
10175         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
10176         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
10177         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
10178         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
10179         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
10180         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10181         (gst_play_bin_query):
10182         * gst/playback/test3.c: (update_scale):
10183         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
10184         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
10185         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10186         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
10187         (gst_videotestsrc_src_query):
10188         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
10189         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
10190         (paint_hline_YUV9):
10191         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
10192         Port to new query API.
10193         Updated seek.
10194         Cleanups in x[v]imagesink
10195
10196 2005-05-09  Andy Wingo  <wingo@pobox.com>
10197
10198         * ext/alsa/gstalsasink.h:
10199         * ext/gnomevfs/gstgnomevfssrc.c:
10200         (gst_gnomevfssrc_get_icy_metadata):
10201         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
10202         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
10203         * ext/theora/theoradec.c (theora_dec_src_query)
10204         (theora_dec_src_event, theora_dec_sink_event)
10205         (theora_handle_comment_packet, theora_handle_data_packet):
10206         * ext/theora/theoraenc.c (theora_enc_chain):
10207         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
10208         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
10209         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
10210         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
10211         (qt_type_find):
10212         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
10213         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
10214         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
10215         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
10216         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
10217         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
10218         (paint_setup_xBGR8888, paint_setup_RGBx8888)
10219         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
10220         (paint_setup_RGB565, paint_setup_xRGB1555):
10221         * gst/videotestsrc/videotestsrc.h:
10222         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
10223         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
10224         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
10225         GCC4 fixes.
10226         
10227         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
10228         gst_pad_query_position. Fixes oggdemux.
10229
10230 2005-05-08  David Schleef  <ds@schleef.org>
10231
10232         * configure.ac: Require liboil.
10233         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
10234         a few more.
10235         * gst/videotestsrc/videotestsrc.c:
10236         * gst/videotestsrc/videotestsrc.h:
10237
10238 2005-05-06  Wim Taymans  <wim@fluendo.com>
10239
10240         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10241         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
10242         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
10243         Well, unreffing a buffer right before pushing it is asking
10244         for trouble..
10245
10246 2005-05-06  Christian Schaller  <uraeus@gnome.org>
10247
10248         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
10249
10250 2005-05-06  Wim Taymans  <wim@fluendo.com>
10251
10252         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10253         (gst_audio_convert_caps_remove_format_info),
10254         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
10255         (gst_audio_convert_fixate), (gst_audio_convert_channels):
10256         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10257         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
10258         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
10259         * gst/sine/Makefile.am:
10260         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
10261         (gst_sinesrc_class_init), (gst_sinesrc_init),
10262         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
10263         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
10264         (gst_sinesrc_update_freq):
10265         * gst/sine/gstsinesrc.h:
10266         * gst/tcp/gstmultifdsink.c:
10267         * sys/xvimage/xvimagesink.c:
10268         Fixed negotiation wrt _peer_get_caps()
10269         Some cleanups.
10270
10271
10272 2005-05-06  Wim Taymans  <wim@fluendo.com>
10273
10274         * gst-libs/gst/audio/gstaudiosink.c:
10275         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10276         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10277         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10278         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10279         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10280         (gst_audiosink_create_ringbuffer):
10281         * gst-libs/gst/audio/gstbaseaudiosink.c:
10282         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
10283         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
10284         (gst_baseaudiosink_set_property), (build_linear_format),
10285         (debug_spec_caps), (debug_spec_buffer),
10286         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
10287         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
10288         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
10289         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10290         * gst-libs/gst/audio/gstbaseaudiosink.h:
10291         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10292         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10293         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
10294         (gst_ringbuffer_play), (gst_ringbuffer_pause),
10295         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
10296         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
10297         (wait_segment), (gst_ringbuffer_commit),
10298         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
10299         (gst_ringbuffer_clear):
10300         * gst-libs/gst/audio/gstringbuffer.h:
10301         Make the base audiosink return an error when there is no
10302         audiobuffer negotiated.
10303
10304 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10305
10306         * ext/Makefile.am:
10307         Disable cdparanoia until someone ports it!
10308
10309 2005-05-06  Wim Taymans  <wim@fluendo.com>
10310
10311         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10312         (gst_ogg_demux_sink_activate):
10313         And revert after wingo's revert.. sigh..
10314
10315 2005-05-05  Andy Wingo  <wingo@pobox.com>
10316
10317         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
10318         GObject.
10319         * configure.ac: Return audiorate and subparse from the ghetto.
10320         Re-enable -Wall -Werror.
10321         * gst/subparse/gstsubparse.c:
10322         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
10323         or chain-based. Cleaned up a bit. Not tested.
10324         
10325 2005-05-05  Christian Schaller <christian@fluendo.com> 
10326
10327         * Makefile.am: remove stuff that is not building
10328         * configure.ac: remove stuff that is not building
10329         * examples/Makefile.am: remove stuff that is not building
10330         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
10331         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
10332         * sys/Makefile.am: remove stuff that is not building
10333         * testsuite/Makefile.am: remove stuff that is not building
10334
10335 2005-05-05  Andy Wingo  <wingo@pobox.com>
10336
10337         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
10338         * gst-libs/gst/tag/gstvorbistag.c:
10339         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
10340         * gst/adder/gstadder.h:
10341         * gst/audioconvert/gstchannelmix.c:
10342         (gst_audio_convert_fill_one_other):
10343         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
10344         (gst_audiorate_init), (gst_audiorate_chain):
10345         * gst/playback/gstplaybasebin.c: (setup_source):
10346         * gst/playback/test3.c: (update_scale):
10347         Some GCC4 fixes
10348         
10349         * po/af.po:
10350         * po/az.po:
10351         * po/cs.po:
10352         * po/en_GB.po:
10353         * po/hu.po:
10354         * po/it.po:
10355         * po/nb.po:
10356         * po/nl.po:
10357         * po/or.po:
10358         * po/sq.po:
10359         * po/sr.po:
10360         * po/sv.po:
10361         * po/uk.po:
10362         * po/vi.po: Foo
10363
10364 2005-05-05  Wim Taymans  <wim@fluendo.com>
10365
10366         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10367         (gst_audio_convert_caps_remove_format_info),
10368         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
10369         (gst_audio_convert_change_state), (gst_audio_convert_channels):
10370         * gst/videotestsrc/gstvideotestsrc.c:
10371         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
10372         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
10373         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
10374         (gst_videotestsrc_init), (gst_videotestsrc_loop):
10375         Don't ignore _push() return values.
10376         Make sure no processing is done when shutting down.
10377         Videotestsrc pad activation fix.
10378
10379 2005-05-05  Wim Taymans  <wim@fluendo.com>
10380
10381         * gst/adder/Makefile.am:
10382         * gst/adder/gstadder.c: (gst_adder_setcaps),
10383         (gst_adder_class_init), (gst_adder_init),
10384         (gst_adder_request_new_pad), (gst_adder_collected),
10385         (gst_adder_change_state):
10386         * gst/adder/gstadder.h:
10387         Ported adder as an example of a mixer element using
10388         collect pads. Needs more negotiation work.
10389
10390 2005-05-05  Wim Taymans  <wim@fluendo.com>
10391
10392         * ext/theora/theoradec.c: (_inc_granulepos),
10393         (theora_dec_src_event), (theora_dec_sink_event),
10394         (theora_handle_comment_packet), (theora_handle_type_packet),
10395         (theora_handle_header_packet), (theora_handle_data_packet),
10396         (theora_dec_chain):
10397         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10398         (gst_theora_enc_init), (theora_enc_sink_setcaps),
10399         (theora_push_buffer), (theora_push_packet),
10400         (theora_enc_sink_event), (theora_enc_chain),
10401         (theora_enc_change_state), (theora_enc_set_property),
10402         (theora_enc_get_property):
10403         Added stream lock to decoder so that we can serialize
10404         the discont event.
10405         More theoraenc porting, recover from errors, do clean
10406         shutdown.
10407
10408 2005-05-05  Wim Taymans  <wim@fluendo.com>
10409
10410         * ext/ogg/Makefile.am:
10411         * ext/ogg/README:
10412         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10413         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
10414         (gst_ogg_print):
10415         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10416         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
10417         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
10418         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
10419         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
10420         (gst_ogg_mux_change_state):
10421         Ported ogg muxer.
10422
10423 2005-05-05  Wim Taymans  <wim@fluendo.com>
10424
10425         * docs/design-audiosinks.txt:
10426         * gst-libs/gst/audio/TODO:
10427         * gst-libs/gst/audio/gstaudiosink.c:
10428         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10429         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10430         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10431         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10432         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10433         (gst_audiosink_create_ringbuffer):
10434         * gst-libs/gst/audio/gstbaseaudiosink.c:
10435         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
10436         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
10437         (gst_baseaudiosink_set_property), (build_linear_format),
10438         (debug_spec_caps), (debug_spec_buffer),
10439         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
10440         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
10441         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
10442         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10443         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10444         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10445         (gst_ringbuffer_release), (gst_ringbuffer_play),
10446         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
10447         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
10448         (gst_ringbuffer_set_sample), (wait_segment),
10449         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
10450         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
10451         More work on the audiosink, mostly debugging and a race in
10452         shutdown.
10453
10454 2005-04-28  Wim Taymans  <wim@fluendo.com>
10455
10456         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10457         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
10458         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
10459         (vorbis_dec_src_query), (vorbis_dec_src_event),
10460         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
10461         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
10462         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
10463         Don't crap out when seeking back to position 0.
10464
10465 2005-04-28  Wim Taymans  <wim@fluendo.com>
10466
10467         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
10468         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
10469         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
10470         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
10471         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
10472         Make audio sink configurable, use alsasink as default.
10473
10474 2005-04-28  Wim Taymans  <wim@fluendo.com>
10475
10476         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10477         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
10478         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
10479         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
10480         (vorbis_dec_change_state):
10481         * ext/vorbis/vorbisdec.h:
10482         Refactor, use STREAM_LOCK.
10483
10484 2005-04-28  Wim Taymans  <wim@fluendo.com>
10485
10486         * ext/theora/theoradec.c: (_inc_granulepos),
10487         (theora_dec_sink_event), (theora_handle_comment_packet),
10488         (theora_handle_type_packet), (theora_handle_header_packet),
10489         (theora_handle_data_packet), (theora_dec_chain),
10490         (theora_dec_change_state):
10491         Refactor a bit, use STREAM_LOCK.
10492
10493 2005-04-28  Wim Taymans  <wim@fluendo.com>
10494
10495         * ext/alsa/Makefile.am:
10496         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
10497         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
10498         (gst_alsa_link), (gst_alsa_close_audio):
10499         * ext/alsa/gstalsaplugin.c: (plugin_init):
10500         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
10501         (gst_alsasink_dispose), (gst_alsasink_base_init),
10502         (gst_alsasink_class_init), (gst_alsasink_init),
10503         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
10504         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
10505         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
10506         (gst_alsasink_reset):
10507         * ext/alsa/gstalsasink.h:
10508         Implement alsasink with simple open/write/close API. 
10509         Make alsa dir build by disabling compilation of code.
10510
10511 2005-04-28  Wim Taymans  <wim@fluendo.com>
10512
10513         * gst-libs/gst/audio/Makefile.am:
10514         * gst-libs/gst/audio/audio.h:
10515         * gst-libs/gst/audio/audioclock.c:
10516         * gst-libs/gst/audio/audioclock.h:
10517         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
10518         (gst_audio_clock_class_init), (gst_audio_clock_init),
10519         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
10520         * gst-libs/gst/audio/gstaudioclock.h:
10521         * gst-libs/gst/audio/gstaudiosink.c:
10522         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10523         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10524         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10525         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10526         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10527         (gst_audiosink_create_ringbuffer):
10528         * gst-libs/gst/audio/gstbaseaudiosink.c:
10529         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
10530         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
10531         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
10532         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
10533         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
10534         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
10535         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
10536         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10537         * gst-libs/gst/audio/gstbaseaudiosink.h:
10538         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10539         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
10540         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10541         (gst_ringbuffer_release), (gst_ringbuffer_play),
10542         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
10543         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
10544         (gst_ringbuffer_set_sample), (wait_segment),
10545         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
10546         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
10547         * gst-libs/gst/audio/gstringbuffer.h:
10548         Make ringbuffer faster and more simple by removing the locks
10549         in the playback thread.
10550         Add sample accurate playback based on buffer sample offsets.
10551         Make the baseaudiosink provide a clock.
10552         Parse caps in the base class.
10553         Correctly handle seeking, flushing and state changes.
10554
10555 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10556
10557         * configure.ac:
10558         * gst/audioconvert/Makefile.am:
10559         * gst/audioscale/Makefile.am:
10560           Fix part of the build.  Come on guys, autogen didn't even work :)
10561
10562 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10563
10564         * configure.ac:
10565         * gst-libs/gst/Makefile.am:
10566         * gst-libs/gst/media-info/.cvsignore:
10567         * gst-libs/gst/media-info/Makefile.am:
10568         * gst-libs/gst/media-info/README:
10569         * gst-libs/gst/media-info/media-info-priv.c:
10570         * gst-libs/gst/media-info/media-info-priv.h:
10571         * gst-libs/gst/media-info/media-info-test.c:
10572         * gst-libs/gst/media-info/media-info.c:
10573         * gst-libs/gst/media-info/media-info.h:
10574         * gst-libs/gst/media-info/media-info.vcproj:
10575         * pkgconfig/Makefile.am:
10576         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
10577         * pkgconfig/gstreamer-media-info.pc.in:
10578           Remove media-info, which is also successed by playbin (see Totem
10579           implementation).
10580
10581 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10582
10583         * configure.ac:
10584         * examples/Makefile.am:
10585         * examples/gstplay/.cvsignore:
10586         * examples/gstplay/Makefile.am:
10587         * examples/gstplay/player.c:
10588         * gst-libs/gst/Makefile.am:
10589         * gst-libs/gst/play/.cvsignore:
10590         * gst-libs/gst/play/Makefile.am:
10591         * gst-libs/gst/play/play.c:
10592         * gst-libs/gst/play/play.h:
10593         * gst-libs/gst/play/play.vcproj:
10594         * pkgconfig/Makefile.am:
10595         * pkgconfig/gstreamer-play-uninstalled.pc.in:
10596         * pkgconfig/gstreamer-play.pc.in:
10597           Remove libgstplay, playbin is now the official successor.
10598
10599 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10600
10601         * configure.ac:
10602         * gst-libs/gst/Makefile.am:
10603         * gst-libs/gst/xwindowlistener/Makefile.am:
10604         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
10605         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
10606           Remove deprecated xwindowlistener (I've moved xwindowlistening
10607           in the v4l/v4l2 plugins over to serverside).
10608
10609 2005-04-25  David Schleef  <ds@schleef.org>
10610
10611         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
10612         to examples/dynparams.  Examples do not belong interspersed with
10613         source code.
10614         * examples/dynparams/demo-dparams.c:
10615         * gst/sine/Makefile.am:
10616         * gst/sine/demo-dparams.c:
10617
10618 2005-04-25  David Schleef  <ds@schleef.org>
10619
10620         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
10621         * gst-libs/gst/audio/Makefile.am:
10622         * gst-libs/gst/riff/Makefile.am:
10623         * gst-libs/gst/tag/Makefile.am:
10624         * gst-libs/gst/video/Makefile.am:
10625         * gst-libs/gst/xwindowlistener/Makefile.am:
10626
10627         Convert to 0.9 API, seems to work:
10628         * sys/ximage/Makefile.am:
10629         * sys/ximage/ximagesink.c:
10630
10631 2005-04-24  David Schleef  <ds@schleef.org>
10632
10633         Link plugins against libraries:
10634         * ext/alsa/Makefile.am:
10635         * gst/tcp/Makefile.am:
10636
10637         Remove asm code that should be in liboil
10638         * gst/videoscale/Makefile.am:
10639         * gst/videoscale/videoscale_x86_asm.s:
10640
10641         gettext wants these checked in:
10642         * po/af.po:
10643         * po/az.po:
10644         * po/cs.po:
10645         * po/en_GB.po:
10646         * po/hu.po:
10647         * po/it.po:
10648         * po/nb.po:
10649         * po/nl.po:
10650         * po/or.po:
10651         * po/sq.po:
10652         * po/sr.po:
10653         * po/sv.po:
10654         * po/uk.po:
10655         * po/vi.po:
10656
10657 2005-04-24  David Schleef  <ds@schleef.org>
10658
10659         Convert gst_main() to g_main_loop_run()
10660         * gst/playback/decodetest.c: (main):
10661         * gst/playback/test2.c: (main):
10662         * gst/playback/test3.c: (main):
10663         * gst/playback/test4.c: (main):
10664
10665         Link plugins against libraries:
10666         * ext/libvisual/Makefile.am:
10667         * sys/xvimage/Makefile.am:
10668
10669 2005-04-24  David Schleef  <ds@schleef.org>
10670
10671         * configure.ac: Remove idct and resample libs
10672         * gst-libs/gst/Makefile.am: same
10673
10674         Remove usage of gst_library_load():
10675         * ext/alsa/gstalsaplugin.c: (plugin_init):
10676         * ext/libvisual/visual.c: (plugin_init):
10677         * ext/ogg/gstogg.c: (plugin_init):
10678         * ext/theora/theora.c: (plugin_init):
10679         * ext/vorbis/vorbis.c: (plugin_init):
10680         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
10681         * gst/audioscale/gstaudioscale.c:
10682         * gst/adder/gstadder.c: (plugin_init):
10683         * gst/audioconvert/plugin.c: (plugin_init):
10684         * sys/ximage/ximagesink.c: (plugin_init):
10685         * sys/xvimage/xvimagesink.c: (plugin_init):
10686         * gst/tcp/gsttcpplugin.c: (plugin_init):
10687
10688         Link plugins against libraries:
10689         * ext/ogg/Makefile.am:
10690         * ext/theora/Makefile.am:
10691         * ext/vorbis/Makefile.am:
10692         * gst/audioconvert/Makefile.am:
10693
10694         Create proper libraries:
10695         * gst-libs/gst/riff/Makefile.am:
10696         * gst-libs/gst/audio/Makefile.am:
10697         * gst-libs/gst/video/Makefile.am:
10698
10699         Move resample library to audioscale plugin directory:
10700         * gst-libs/gst/resample/Makefile.am:
10701         * gst-libs/gst/resample/README:
10702         * gst-libs/gst/resample/dtof.c:
10703         * gst-libs/gst/resample/dtos.c:
10704         * gst-libs/gst/resample/functable.c:
10705         * gst-libs/gst/resample/private.h:
10706         * gst-libs/gst/resample/resample.c:
10707         * gst-libs/gst/resample/resample.h:
10708         * gst-libs/gst/resample/resample.vcproj:
10709         * gst-libs/gst/resample/test.c:
10710         * gst/audioscale/Makefile.am:
10711         * gst/audioscale/README:
10712         * gst/audioscale/dtof.c:
10713         * gst/audioscale/dtos.c:
10714         * gst/audioscale/functable.c:
10715         * gst/audioscale/private.h:
10716         * gst/audioscale/resample.c:
10717         * gst/audioscale/resample.h:
10718         * gst/audioscale/test.c:
10719
10720         Move tagedit library to gst-libs:
10721         * gst-libs/gst/tag/Makefile.am:
10722         * gst-libs/gst/tag/gstid3tag.c:
10723         * gst-libs/gst/tag/gsttagediting.c:
10724         * gst-libs/gst/tag/gsttageditingprivate.h:
10725         * gst-libs/gst/tag/gstvorbistag.c:
10726         * gst/tags/Makefile.am:
10727         * gst/tags/gstid3tag.c:
10728         * gst/tags/gstvorbistag.c:
10729
10730         Fix for core changes:
10731         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10732         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
10733         (gst_sinesrc_getrange):
10734
10735 2005-04-23  David Schleef  <ds@schleef.org>
10736
10737         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
10738         in gst-plugins in a long time, and properly belongs in liboil.
10739         * gst-libs/gst/idct/Makefile.am:
10740         * gst-libs/gst/idct/README:
10741         * gst-libs/gst/idct/dct.h:
10742         * gst-libs/gst/idct/doieee:
10743         * gst-libs/gst/idct/fastintidct.c:
10744         * gst-libs/gst/idct/floatidct.c:
10745         * gst-libs/gst/idct/idct.c:
10746         * gst-libs/gst/idct/idct.h:
10747         * gst-libs/gst/idct/idtc.vcproj:
10748         * gst-libs/gst/idct/ieeetest.c:
10749         * gst-libs/gst/idct/intidct.c:
10750
10751 2005-04-20  Wim Taymans  <wim@fluendo.com>
10752
10753         * docs/design-audiosinks.txt:
10754         * gst-libs/gst/audio/Makefile.am:
10755         * gst-libs/gst/audio/TODO:
10756         * gst-libs/gst/audio/gstaudiosink.c:
10757         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10758         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10759         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
10760         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10761         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10762         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
10763         (gst_audiosink_class_init), (gst_audiosink_init),
10764         (gst_audiosink_create_ringbuffer):
10765         * gst-libs/gst/audio/gstaudiosink.h:
10766         * gst-libs/gst/audio/gstbaseaudiosink.c:
10767         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
10768         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
10769         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
10770         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
10771         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
10772         (gst_baseaudiosink_create_ringbuffer),
10773         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10774         * gst-libs/gst/audio/gstbaseaudiosink.h:
10775         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10776         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
10777         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
10778         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10779         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
10780         (gst_ringbuffer_play), (gst_ringbuffer_pause),
10781         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
10782         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
10783         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
10784         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
10785         * gst-libs/gst/audio/gstringbuffer.h:
10786         An attempt at a set of audio base classes together with some
10787         design docs.
10788
10789 2005-04-20  Wim Taymans  <wim@fluendo.com>
10790
10791         * gst/audioconvert/Makefile.am:
10792         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10793         (gst_audio_convert_caps_remove_format_info),
10794         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
10795         (gst_audio_convert_channels):
10796         Link against audio libs.
10797         Fix audio convert plugin.
10798
10799 2005-04-20  Wim Taymans  <wim@fluendo.com>
10800
10801         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
10802         (gst_ogg_demux_sink_activate):
10803         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10804         (theora_set_header_on_caps), (theora_enc_sink_event),
10805         (theora_enc_chain):
10806         Fix theora encoder.
10807
10808 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10809
10810         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
10811         * gst/playback/gstdecodebin.c: (find_compatibles):
10812           Work with staticpadtemplates in elementfactories.
10813
10814 2005-04-12  Wim Taymans  <wim@fluendo.com>
10815
10816         * gst/playback/README:
10817         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10818         (compare_ranks), (print_feature), (gst_decode_bin_init),
10819         (dynamic_create), (dynamic_free), (find_compatibles),
10820         (mimetype_is_raw), (close_pad_link), (got_redirect),
10821         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
10822         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
10823         (gst_decode_bin_change_state):
10824         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10825         (gst_play_base_bin_init), (group_destroy), (group_commit),
10826         (check_queue), (queue_overrun), (queue_threshold_reached),
10827         (queue_out_of_data), (gen_preroll_element), (unknown_type),
10828         (new_decoded_pad), (setup_subtitle), (gen_source_element),
10829         (got_redirect), (setup_source), (play_base_eos),
10830         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
10831         (gst_play_base_bin_remove_element):
10832         * gst/playback/gstplaybasebin.h:
10833         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10834         (gst_play_bin_init), (gst_play_bin_dispose),
10835         (gst_play_bin_set_property), (gen_video_element),
10836         (gen_text_element), (gen_audio_element), (remove_sinks),
10837         (gst_play_bin_send_event):
10838         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
10839         (stream_info_change_state), (gst_stream_info_set_mute):
10840         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
10841         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
10842         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
10843         (gst_stream_selector_chain):
10844         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
10845         (main):
10846         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
10847         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
10848         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
10849         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
10850         Raw and crude port of decodebin. 
10851         Make playbin compile.
10852
10853 2005-04-06  Wim Taymans  <wim@fluendo.com>
10854
10855         * ext/gnomevfs/Makefile.am:
10856         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
10857         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
10858         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
10859         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
10860         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
10861         (gst_gnomevfssrc_stop):
10862         * ext/ogg/Makefile.am:
10863         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
10864         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
10865         * ext/theora/Makefile.am:
10866         * ext/theora/theoradec.c: (_inc_granulepos),
10867         (theora_dec_sink_event), (theora_dec_chain):
10868         * ext/vorbis/Makefile.am:
10869         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10870         (vorbis_dec_sink_event), (vorbis_dec_chain):
10871         * gst-libs/gst/audio/Makefile.am:
10872         * sys/xvimage/Makefile.am:
10873         Make gnomevfssrc extend the source base class.
10874         Fix linking against libs in various plugins.
10875
10876 2005-04-06  Andy Wingo  <wingo@pobox.com>
10877
10878         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
10879         GST_BASE_LIBS.
10880
10881         * configure.ac: Add check and AC_SUBST for libgstbase.
10882
10883 2005-03-31  Wim Taymans  <wim@fluendo.com>
10884
10885         * examples/seeking/Makefile.am:
10886         * examples/seeking/cdparanoia.c: (main):
10887         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
10888         (play_cb), (pause_cb), (stop_cb), (main):
10889         * examples/seeking/playbin.c:
10890         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
10891         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
10892         (make_sid_pipeline), (make_vorbis_pipeline),
10893         (make_theora_pipeline), (make_vorbis_theora_pipeline),
10894         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
10895         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
10896         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
10897         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
10898         (stop_cb), (main):
10899         * examples/seeking/spider_seek.c:
10900         * examples/seeking/vorbisfile.c:
10901         * ext/gnomevfs/Makefile.am:
10902         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10903         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
10904         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
10905         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
10906         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
10907         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
10908         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
10909         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
10910         * ext/ogg/README:
10911         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
10912         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
10913         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
10914         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
10915         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
10916         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
10917         (gst_ogg_pad_event), (gst_ogg_pad_reset),
10918         (gst_ogg_demux_factory_filter), (compare_ranks),
10919         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
10920         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
10921         (gst_ogg_chain_new), (gst_ogg_chain_free),
10922         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
10923         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
10924         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
10925         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
10926         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
10927         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10928         (gst_ogg_demux_get_prev_page),
10929         (gst_ogg_demux_deactivate_current_chain),
10930         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
10931         (gst_ogg_demux_bisect_forward_serialno),
10932         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10933         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
10934         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
10935         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
10936         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
10937         (gst_ogg_demux_change_state), (gst_ogg_print):
10938         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10939         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
10940         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
10941         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
10942         (gst_ogg_mux_loop):
10943         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10944         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
10945         (theora_dec_src_convert), (theora_dec_sink_convert),
10946         (theora_dec_src_query), (theora_dec_src_event),
10947         (theora_dec_sink_event), (theora_dec_chain),
10948         (theora_dec_change_state):
10949         * ext/theora/theoraenc.c: (gst_theora_enc_init),
10950         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
10951         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
10952         (theora_enc_change_state):
10953         * ext/vorbis/Makefile.am:
10954         * ext/vorbis/oggvorbisenc.c:
10955         * ext/vorbis/oggvorbisenc.h:
10956         * ext/vorbis/vorbis.c: (plugin_init):
10957         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
10958         (vorbis_dec_src_query), (vorbis_dec_src_event),
10959         (vorbis_dec_sink_event), (vorbis_dec_chain),
10960         (vorbis_dec_change_state):
10961         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
10962         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
10963         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
10964         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
10965         (gst_vorbisenc_change_state):
10966         * ext/vorbis/vorbisenc.h:
10967         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
10968         * gst-libs/gst/audio/audioclock.c:
10969         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
10970         (gst_audiofilter_init), (gst_audiofilter_chain):
10971         * gst-libs/gst/audio/testchannels.c: (main):
10972         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
10973         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
10974         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
10975         (gmip_find_track_streaminfo), (gmip_find_track_format):
10976         * gst-libs/gst/media-info/media-info.c:
10977         (gst_media_info_read_idler):
10978         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
10979         (gst_play_get_all_by_interface):
10980         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
10981         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
10982         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10983         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
10984         (gst_riff_parse_info):
10985         * gst-libs/gst/riff/riff-read.h:
10986         * gst-libs/gst/riff/riff.c: (plugin_init):
10987         * gst-libs/gst/video/Makefile.am:
10988         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
10989         (gst_videosink_class_init), (gst_videosink_get_type):
10990         * gst-libs/gst/video/videosink.h:
10991         * gst/audioconvert/bufferframesconvert.c:
10992         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
10993         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
10994         * gst/audioconvert/channelmixtest.c: (main):
10995         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
10996         (gst_audio_convert_chain),
10997         (gst_audio_convert_caps_remove_format_info),
10998         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
10999         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
11000         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
11001         (gst_audio_convert_buffer_to_default_format),
11002         (gst_audio_convert_buffer_from_default_format),
11003         (gst_audio_convert_channels):
11004         * gst/audioconvert/gstchannelmix.h:
11005         * gst/ffmpegcolorspace/avcodec.h:
11006         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11007         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
11008         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
11009         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
11010         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
11011         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
11012         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11013         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
11014         (mpeg_video_type_find), (mpeg_video_stream_type_find),
11015         (dv_type_find):
11016         * gst/videotestsrc/gstvideotestsrc.c:
11017         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
11018         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
11019         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
11020         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
11021         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
11022         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
11023         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
11024         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
11025         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
11026         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
11027         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
11028         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
11029         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
11030         (gst_xvimagesink_navigation_send_event),
11031         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
11032         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
11033         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11034         * sys/xvimage/xvimagesink.h:
11035         Plugin port to 0.9, ogg/theora playback should work in the seek
11036         example now.
11037         Removed old examples.
11038         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
11039         explained in 0.9 TODO doc.
11040
11041
11042 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11043
11044         * autogen.sh:
11045         * configure.ac:
11046         * ext/Makefile.am:
11047         * gst/Makefile.am:
11048         * po/POTFILES.in:
11049         * po/af.po:
11050         * po/az.po:
11051         * po/cs.po:
11052         * po/en_GB.po:
11053         * po/hu.po:
11054         * po/it.po:
11055         * po/nb.po:
11056         * po/nl.po:
11057         * po/or.po:
11058         * po/sq.po:
11059         * po/sr.po:
11060         * po/sv.po:
11061         * po/uk.po:
11062         * po/vi.po:
11063         * sys/Makefile.am:
11064         * testsuite/Makefile.am:
11065           remove a whole bunch of plugins.  This module now contains a set
11066           of free reference plugins/elements as agreed.
11067
11068 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11069
11070         * configure.ac:
11071           hunting season on 0.9 is now OPEN
11072
11073 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11074
11075         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
11076           Kick the hell out of gcc for not warning me about a symbol conflict.
11077
11078 2005-02-22  Luca Ognibene  <luogni@tin.it>
11079
11080         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
11081
11082         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
11083           Don't leak caps string (fixes #168134)
11084
11085         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
11086         (gst_jpegenc_init), (gst_jpegenc_finalize),
11087         (gst_jpegenc_change_state):
11088           Don't leak line buffers and context struct (fixes #168133).
11089
11090 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
11091
11092         * configure.ac:
11093         * ext/dirac/gstdiracdec.cc:
11094         (gst_diracdec_chain):
11095           Since dirac 0.5.0 the framerate in dirac is expressed as a
11096           rational number. Fix build and up requirement to 0.5.0, and
11097           also pass parameters to gst_diracdec_link in the right order
11098           (fixes #167959).
11099
11100 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
11101
11102         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
11103         * ext/faad/gstfaad.h:
11104         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
11105         certain invalid muxed streams, where some packets will contain 
11106         junk after decoder data. Partially fixes #149158.
11107
11108 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
11109         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
11110           Make sure we only write to writable buffers
11111
11112 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
11113
11114         * gst-libs/gst/riff/riff-media.c:
11115         (gst_riff_create_audio_caps_with_data):
11116           Do actually fix invalid RIFF fmt header values for alaw
11117           and mulaw audio instead of just saying so.
11118
11119         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
11120           Give gst_riff_create_audio_caps_with_data() a chance to
11121           fix up broken format header fields before extracting any
11122           parameters from the header. (fixes #167633)
11123
11124 2005-02-19  Martin Holters  <martin.holters@gmx.de>
11125
11126         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
11127
11128         * gst/audioconvert/bufferframesconvert.c:
11129         (buffer_frames_convert_link):
11130           Don't leak othercaps. (fixes #167878)
11131
11132 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
11133
11134         * configure.ac:
11135         * ext/libvisual/visual.c: (gst_visual_srclink),
11136         (gst_visual_change_state):
11137           Support libvisual 0.2.0.
11138
11139 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
11140
11141         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
11142         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
11143           Use same rowstrides for I420 as used everywhere else.
11144
11145 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
11146
11147         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11148           Declare variables at beginning of block and make gcc-2.95 happy
11149           (fixes # 167482, patch by Gergely Nagy).
11150           
11151         * gst/tcp/gsttcpclientsrc.c:
11152         * gst/tcp/gsttcpclientsrc.h:
11153           Move some includes into the header, so that struct sockaddr_in is
11154           defined when it should be defined on FreeBSD as well (fixes
11155           #167483).
11156           
11157         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
11158           Don't pass uninitialised values to setsockopt() here either.
11159
11160 2005-02-17  Luca Ognibene  <luogni at tin dot it>
11161
11162         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
11163
11164         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
11165           Don't pass uninitialised values to setsockopt(). (fixes #167704)
11166
11167 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11168
11169         * gst/playback/gstplaybin.c: (add_sink):
11170           Invert bin_add/link order to workaround deadlock in opt.
11171
11172 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11173
11174         * gst/modplug/gstmodplug.cc:
11175           Add missing break causing position queries to fail.
11176
11177 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11178
11179         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
11180           Granpos can apparently be -1, which screws up calculations...
11181
11182 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
11183
11184         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
11185         (gst_ximagesink_send_pending_navigation),
11186         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
11187         (gst_ximagesink_init):
11188         * sys/ximage/ximagesink.h:
11189         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
11190         (gst_xvimagesink_send_pending_navigation),
11191         (gst_xvimagesink_navigation_send_event),
11192         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
11193         * sys/xvimage/xvimagesink.h:
11194           Use a mutex protected list to marshal navigation
11195           events into the stream thread from whichever thread
11196           sends them.
11197
11198 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
11199
11200         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
11201           Display current position and track length; misc. clean-ups.
11202           
11203         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
11204         (speed_init), (speed_chain):
11205           Add query function, so that the stream length and current position
11206           get adjusted when queried (note that current position queries may
11207           still be wrong if the audio sink returns values based on buffer
11208           timestamps instead of passing on the query).
11209
11210 2005-02-13  Benjamin Otte  <otte@gnome.org>
11211
11212         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
11213         (gst_audio_convert_channels):
11214           create channel conversion matrix when linking
11215         * gst/audioconvert/.cvsignore:
11216         * gst/audioconvert/Makefile.am:
11217         * gst/audioconvert/channelmixtest.c: (main):
11218           add (ugly) test that ensures stereo <=> mono conversion works
11219           correctly
11220
11221 2005-02-13  Benjamin Otte  <otte@gnome.org>
11222
11223         * gst/audioconvert/gstchannelmix.h:
11224           include missing header file
11225         * gst/audioconvert/gstchannelmix.c:
11226         (gst_audio_convert_fill_compatible):
11227           use same sign for both channels when converting to/from compatible
11228           channel. Previously used different signs made the signals cancel
11229           each other out and appear like silence. (fixes #167269)
11230
11231 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
11232
11233         * gst/ffmpegcolorspace/avcodec.h:
11234         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11235         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11236         (gst_ffmpegcsp_avpicture_fill):
11237         * gst/ffmpegcolorspace/imgconvert.c:
11238           Convert to and from YV12 (fixes #156379).
11239
11240 2005-02-12  Julien MOUTTE  <julien@moutte.net>
11241
11242         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11243         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
11244         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
11245         (gst_ximagesink_expose), (gst_ximagesink_set_property),
11246         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
11247         methods from chain and negotiation and vice versa (Fixes #166142).
11248         * sys/ximage/ximagesink.h: Add stream_lock.
11249         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
11250         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
11251         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
11252         (gst_xvimagesink_expose): Check for xcontext before trying to link.
11253
11254 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
11255
11256         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
11257           Don't send "Hey! You gave me a NULL pointer you naughty person" as
11258           error message when we can't open the DVD device (when dvdnav_open()
11259           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
11260           the above). Send something more useful instead (fixes #167117).
11261
11262 2005-02-11  Julien MOUTTE  <julien@moutte.net>
11263
11264         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
11265         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
11266         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
11267         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
11268         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
11269         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
11270         methods from chain and negotiation and vice versa (Fixes #166142).
11271         Fix a possible bug of images in the buffer pool being discarded because
11272         we are looking at the wrong geometry.
11273         * sys/xvimage/xvimagesink.h: Add stream_lock.
11274
11275 2005-02-11  David Schleef  <ds@schleef.org>
11276
11277         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
11278         unsigned int. (fixes #167128)
11279
11280 2005-02-11  David Schleef  <ds@schleef.org>
11281
11282         * gst/librfb/Makefile.am: Testing stuff before committing is
11283           for wimps... and people with fast machines.  Fix stupid
11284           mistake.
11285
11286 2005-02-11  David Schleef  <ds@schleef.org>
11287
11288         * configure.ac: Pull in librfb from my CVS tree, because it is
11289           too small and annoying to be separate.  Move rfbsrc plugin
11290           to gst/.
11291         * ext/Makefile.am:
11292         * ext/librfb/Makefile.am:
11293         * ext/librfb/gstrfbsrc.c:
11294         * gst/librfb/Makefile.am:
11295         * gst/librfb/gstrfbsrc.c:
11296         * gst/librfb/rfb.c:
11297         * gst/librfb/rfb.h:
11298         * gst/librfb/rfbbuffer.c:
11299         * gst/librfb/rfbbuffer.h:
11300         * gst/librfb/rfbbytestream.c:
11301         * gst/librfb/rfbbytestream.h:
11302         * gst/librfb/rfbcontext.h:
11303         * gst/librfb/rfbdecoder.c:
11304         * gst/librfb/rfbdecoder.h:
11305         * gst/librfb/rfbutil.h:
11306
11307 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
11308
11309         * gst/speed/Makefile.am:
11310         * gst/speed/demo-mp3.c: (main):
11311         * gst/speed/filter.func:
11312         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
11313         (speed_class_init), (speed_init), (speed_chain_int16),
11314         (speed_chain_float32), (speed_chain), (speed_set_property),
11315         (speed_get_property), (speed_change_state):
11316         * gst/speed/gstspeed.h:
11317           Fix speed element and make it chain-based (fixes #156467),
11318           and make it handle more than one channel.
11319
11320 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
11321
11322         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
11323         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
11324         (gst_dtsdec_chain), (gst_dtsdec_change_state):
11325         * ext/dts/gstdtsdec.h:
11326           Don't clobber the stack constructing the channels array.
11327           Make the element chain-based. DTS tracks can now be played.
11328           
11329 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
11330
11331         * gst-libs/gst/audio/multichannel.h:
11332         * gst-libs/gst/gconf/gconf.h:
11333         * gst-libs/gst/idct/idct.h:
11334         * gst-libs/gst/media-info/media-info-priv.h:
11335         * gst-libs/gst/play/play.h:
11336         * gst-libs/gst/resample/private.h:
11337         * gst-libs/gst/resample/resample.h:
11338         * gst-libs/gst/riff/riff-ids.h:
11339         * gst-libs/gst/video/video.h:
11340         * gst-libs/gst/video/videosink.h:
11341           Add G_BEGIN_DECLS and G_END_DECLS around headers where
11342           missing, so that they work when included from C++ code.
11343
11344 2005-02-09  David Schleef  <ds@schleef.org>
11345
11346         * testsuite/gst-lint: Check for non-statically scoped
11347           parent_class variables.  This won't be a problem once
11348           plugins are loaded with RTLD_LOCAL.
11349
11350 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11351
11352         * ext/mplex/gstmplexibitstream.cc:
11353           gcc madness.
11354
11355 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11356
11357         * ext/ogg/gstogmparse.c:
11358         * gst/debug/gstnavigationtest.c:
11359           Die, thou faulty symbol pollutors (non-static parent_class).
11360
11361 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11362
11363         * ext/mplex/gstmplexibitstream.cc:
11364           Fix event handling (#165525).
11365
11366 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11367
11368         * ext/mikmod/gstmikmod.c:
11369         * gst/modplug/gstmodplug.cc:
11370           Add missing endianness to template (fixes #165509).
11371
11372 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11373
11374         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
11375           Fix wrong order of reading of optional bytes (#165290).
11376
11377 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11378
11379         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11380           Implement FILLER event awareness.
11381
11382 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11383
11384         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
11385           Fix track calculations (#166208).
11386
11387 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
11388
11389         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11390
11391         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
11392         * ext/libpng/gstpngenc.c:
11393           Fix byte-order, use proper fixed caps. Fixes #164197.
11394
11395 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11396
11397         * configure.ac:
11398           Add dvdlpcmdec 
11399
11400         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
11401         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
11402           Don't push buffers if the src pad isn't negotiated yet.
11403           
11404         * gst/audioconvert/gstaudioconvert.c:
11405         (gst_audio_convert_buffer_to_default_format),
11406         (gst_audio_convert_buffer_from_default_format):
11407           Add support for 24-bit width.
11408
11409         * gst/dvdlpcmdec/.cvsignore:
11410         * gst/dvdlpcmdec/Makefile.am:
11411         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
11412         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
11413         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
11414         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
11415         (plugin_init):
11416         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
11417           New decoder for rearranging DVD LPCM into our audio/x-raw-int
11418           format. Needs support for the channels maps if someone can find 
11419           a DVD LPCM track with > 2 channels.
11420
11421         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
11422         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
11423         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
11424         * gst/mpegstream/gstdvddemux.h:
11425         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
11426         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
11427         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
11428         * gst/mpegstream/gstmpegdemux.h:
11429         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
11430         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
11431         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
11432         (gst_mpeg_parse_handle_src_query),
11433         (gst_mpeg_parse_handle_src_event):
11434           Use audio/x-dvd-lpcm for LPCM output.
11435           Add DTS output.
11436
11437 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
11438
11439         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11440
11441         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
11442         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
11443           Add BGRA handling (#165736).
11444
11445 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
11446
11447         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11448
11449         * gst/law/alaw-decode.c: (alawdec_link):
11450         * gst/law/alaw-encode.c: (alawenc_link):
11451         * gst/law/mulaw-decode.c: (mulawdec_link):
11452         * gst/law/mulaw-encode.c: (mulawenc_link):
11453           Fix caps memleaks (#166600).
11454
11455 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
11456
11457         * ext/tarkin/mem.h:
11458         * ext/tarkin/wavelet.h:
11459         * ext/tarkin/yuv.h:
11460         * gst/ffmpegcolorspace/avcodec.h:
11461           Include "_stdint.h" instead of <stdint.h>. Fixes build on
11462           systems that don't have stdint.h, like Solaris9 (fixes #166631).
11463
11464 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11465
11466         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
11467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
11468         (gst_xvimagesink_change_state):
11469           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
11470           Xv video (and thereby regenerate Xv colourkey) in clear() so
11471           that PLAY -> READY -> PLAY works (fixes #162504).
11472
11473 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11474
11475         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
11476           Switch to list instead of range, since MJPEG-devices really just
11477           support decimations, not any size.
11478
11479 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11480         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
11481         (gst_mpeg2dec_reset), (free_all_buffers),
11482         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
11483         * ext/mpeg2dec/gstmpeg2dec.h:
11484           The libmpeg2 user-allocated buffer management is awkward, 
11485           to say the least. Hopefully this fixes things.
11486
11487 2005-02-04  Andy Wingo  <wingo@pobox.com>
11488
11489         * gst/audioconvert/bufferframesconvert.c
11490         (buffer_frames_convert_fixate): New function, fixates to 256
11491         frames per buffer by default. (Much better than 1.)
11492         (buffer_frames_convert_init): Set the fixate function for both src
11493         and sink pad.
11494         (buffer_frames_convert_link): After success setting nonfixed caps,
11495         get the negotiated caps so we can know how many buffer-frames it
11496         will be. No idea how this worked at all before.
11497
11498 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11499
11500         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
11501         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
11502         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
11503         (handle_sequence), (handle_picture):
11504         * ext/mpeg2dec/gstmpeg2dec.h:
11505           Rearrange buffer tracking and refcounting and refactor
11506           a little for readability. 
11507
11508 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
11509         * sys/v4l/gstv4l.c: (plugin_init):
11510         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
11511         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
11512         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
11513         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
11514         * sys/v4l/gstv4ljpegsrc.h:
11515         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
11516         * sys/v4l/v4l_calls.h:
11517         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
11518         (gst_v4lsrc_get_fps):
11519         * sys/v4l/v4lsrc_calls.h:
11520           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
11521           you jpeg inside rgb frames" driver.
11522           Don't error in the v4lsrc link function, just return 
11523           REFUSED.
11524
11525 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11526
11527         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
11528         (gst_qcamsrc_open):
11529           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
11530
11531 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11532
11533         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
11534           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
11535
11536 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11537
11538         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
11539           Reset negotiated state on PAUSED->READY.
11540
11541 2005-02-02  David Schleef  <ds@schleef.org>
11542
11543         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
11544         whereever possible.  (Fixes #165997)
11545         * examples/capsfilter/capsfilter1.c: (main):
11546         * examples/dynparams/filter.c: (create_ui):
11547         * examples/seeking/cdparanoia.c: (get_track_info), (main):
11548         * examples/seeking/chained.c: (main):
11549         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
11550         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
11551         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
11552         (make_mpeg_pipeline), (make_mpegnt_pipeline):
11553         * examples/seeking/spider_seek.c: (make_spider_pipeline):
11554         * examples/switch/switcher.c: (main):
11555         * ext/dv/demo-play.c: (main):
11556         * ext/faad/gstfaad.c: (gst_faad_change_state):
11557         * ext/mad/gstmad.c: (gst_mad_chain):
11558         * ext/smoothwave/demo-osssrc.c: (main):
11559         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
11560         (gst_gconf_render_bin_from_description),
11561         (gst_gconf_get_default_audio_sink),
11562         (gst_gconf_get_default_video_sink),
11563         (gst_gconf_get_default_audio_src),
11564         (gst_gconf_get_default_video_src),
11565         (gst_gconf_get_default_visualization_element):
11566         * gst/level/demo.c: (main):
11567         * gst/level/plot.c: (main):
11568         * gst/playback/gstplaybin.c: (gen_video_element),
11569         (gen_audio_element):
11570         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
11571         * gst/playondemand/demo-mp3.c: (setup_pipeline):
11572         * gst/sine/demo-dparams.c: (main):
11573         * gst/spectrum/demo-osssrc.c: (main):
11574         * gst/speed/demo-mp3.c: (main):
11575         * gst/volume/demo.c: (main):
11576         * testsuite/embed/embed.c: (main):
11577
11578 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
11579
11580         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
11581         (gst_tcpclientsink_finalize):
11582         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
11583         (gst_tcpclientsrc_finalize):
11584         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11585         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
11586         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
11587         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
11588           Don't leak the hostname when shutting down.
11589           In tcpserversrc, take a copy of the default hostname.
11590
11591 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11592
11593         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
11594           Set caps to systemstream=TRUE.
11595
11596 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11597
11598         * testsuite/Makefile.am:
11599           Fix more OSX buildbots.
11600
11601 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
11602
11603         * ext/mpeg2dec/gstmpeg2dec.c:
11604           Don't send things to NULL PAD_PEERs
11605
11606         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
11607           Copy-on-write the incoming buffer.
11608
11609         * gst/mpegstream/gstdvddemux.h:
11610         * gst/mpegstream/gstmpegclock.h:
11611         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
11612         (normal_seek), (gst_mpeg_demux_handle_src_event):
11613         * gst/mpegstream/gstmpegdemux.h:
11614         * gst/mpegstream/gstmpegpacketize.h:
11615         * gst/mpegstream/gstmpegparse.c:
11616         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
11617         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
11618         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
11619         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
11620         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
11621         * gst/mpegstream/gstmpegparse.h:
11622         * gst/mpegstream/gstrfc2250enc.h:
11623           Various changes to the way time is computed that make seeking and
11624           total time estimation much better here.
11625           Use G_BEGIN/END_DECLS instead of __cplusplus
11626
11627         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
11628           Use gst_buffer_stamp instead of only copying the TIMESTAMP
11629
11630 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11631
11632         * gst/subparse/gstsubparse.c:
11633           Fix OSX buildbot.
11634
11635 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
11636
11637         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
11638         (theora_enc_chain), (theora_enc_change_state):
11639         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11640         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
11641         (gst_vorbisenc_change_state):
11642         * ext/vorbis/vorbisenc.h:
11643           Set granulepos and timestamp correctly for streams not
11644           starting at 0, taking into account the initial delay.
11645
11646 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
11647
11648         * gst/mpegstream/gstdvddemux.c:
11649           Add audio/x-dts to audio pad template caps
11650
11651 2005-01-30  David Schleef  <ds@schleef.org>
11652
11653         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
11654         (create_context), (gst_polypsink_link): Fix silly endianness
11655         bug.  Add some debugging.  Remove float from caps; it doesn't
11656         work.  Attempt to get remote audio working.
11657
11658 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11659
11660         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
11661           Add 3IV2 fourcc.
11662
11663 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11664
11665         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
11666         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
11667         (gst_avi_demux_stream_data):
11668         * gst/avi/gstavidemux.h:
11669           Invert DIB images. Fixes #132341.
11670
11671 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11672
11673         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11674         (gst_ffmpegcsp_chain):
11675           D'oh, reference the palette data, not the palette structure.
11676           Fixes color distortion in #132341.
11677
11678 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11679
11680         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
11681           PAR can be non-fixed when not provided as argument (#162626).
11682
11683 2005-01-29  David Moore  <dcm@acm.org>
11684
11685         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11686
11687         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11688         (gst_qtdemux_loop_header):
11689           Re-apply patch from #142272 that allows non-seekable sources,
11690           re-proposed by Daniel Drake <dsd@gentoo.org>.
11691
11692 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11693
11694         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
11695           Use the src template for creating the src pad (#162330).
11696
11697 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11698
11699         * configure.ac:
11700         * ext/musepack/Makefile.am:
11701         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
11702         (gst_musepackdec_init), (gst_musepackdec_dispose),
11703         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
11704         (gst_musepack_stream_init), (gst_musepackdec_loop),
11705         (gst_musepackdec_change_state):
11706         * ext/musepack/gstmusepackdec.cpp:
11707         * ext/musepack/gstmusepackdec.h:
11708         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
11709         (gst_musepack_reader_read), (gst_musepack_reader_seek),
11710         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
11711         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
11712         * ext/musepack/gstmusepackreader.cpp:
11713         * ext/musepack/gstmusepackreader.h:
11714           Update to 1.1 API (#165446).
11715
11716 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11717
11718         * ext/Makefile.am:
11719           Unbreak buildbot.
11720
11721 2005-01-28  Andy Wingo  <wingo@pobox.com>
11722
11723         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
11724         to reflect a different dubious internet source. Add a reference
11725         and some commentary.
11726
11727 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11728
11729         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
11730         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
11731         * gst/playback/gststreamselector.h:
11732           Be more selective when we're redoing caps negotiation from
11733           within the chain function on a stream change.
11734
11735 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11736
11737         * configure.ac:
11738         * ext/Makefile.am:
11739         * ext/amrnb/Makefile.am:
11740         * ext/amrnb/amrnb.c: (plugin_init):
11741         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
11742         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
11743         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
11744         (gst_amrnbdec_state_change):
11745         * ext/amrnb/amrnbdec.h:
11746         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
11747         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
11748         (gst_amrnbparse_init), (gst_amrnbparse_formats),
11749         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
11750         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
11751         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
11752         * ext/amrnb/amrnbparse.h:
11753           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
11754         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11755           Add AMR-NB/-WB raw formats.
11756         * ext/alsa/gstalsa.c: (gst_alsa_link):
11757           Keep valid time when changing format.
11758         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11759         (qtdemux_parse_trak):
11760           Add some more format-specific options (#140141, #143555, #155163).
11761
11762 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11763
11764         * gst/matroska/matroska-demux.c:
11765         (gst_matroska_demux_parse_blockgroup):
11766           Fix logic error in timing of subtitle stream synchronization.
11767         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11768           Add skip-chunk, which is found in kodak-camera streams.
11769
11770 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11771
11772         * po/LINGUAS:
11773         * po/vi.po:
11774           Adding Vietnamese translation (submitted by Clytie Siddall)
11775
11776 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11777
11778         * gst/playback/gstdecodebin.c: (try_to_link_1):
11779           Use realpad for signal.
11780
11781 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11782
11783         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
11784           Fix category so decodebin picks it up.
11785
11786 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11787
11788         * ext/mad/Makefile.am:
11789         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
11790         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
11791         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
11792         (found_type), (gst_id3demux_bin_change_state):
11793         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
11794         (gst_id3_tag_init), (gst_id3_tag_handle_event),
11795         (gst_id3_tag_src_link), (gst_id3_tag_chain),
11796         (gst_id3_tag_change_state), (plugin_init):
11797         * ext/mad/gstmad.h:
11798           Add id3demuxbin (which is a simple bin consisting of id3demux
11799           and typefind), take over rank from id3demux, remove typefind
11800           code from id3demux. Makes all broken mp3s that I know of work,
11801           and thereby fixes #152688.
11802
11803 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
11804
11805         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11806
11807         * ext/mad/gstmad.c: (gst_mad_src_event):
11808         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
11809           Allow seeks on audio pad, make mad forward those (#164826).
11810         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
11811           Set duration (#165335).
11812
11813 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11814
11815         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
11816         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
11817         (gst_asf_demux_process_ext_content_desc),
11818         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
11819         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
11820         * gst/asfdemux/gstasfdemux.h:
11821           Improve metadata display, e.g. if the metadata comes before the
11822           streams are loaded (which is perfectly valid).
11823
11824 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11825
11826         * tools/gst-launch-ext-m.m:
11827           Fix AVI/ASF pipelines (#165340).
11828
11829 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
11830         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
11831         build failure on amd64
11832
11833 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
11834
11835         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
11836         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
11837           Check environment variables GST_ID3V2_TAG_ENCODING,
11838           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
11839           list of character encodings to force interpretation of non-unicode
11840           strings stored in an ID3v2 tag to a particular encoding. If none
11841           is specified, try to use current locale's encoding, then fall back
11842           to ISO-8859-1 (which will always succeed). (Resolves #149274)
11843         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
11844         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
11845           Check environment variables GST_ID3V1_TAG_ENCODING,
11846           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
11847           list of character encodings to use in case a string encountered
11848           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
11849           specified, try to use the current locale's encoding, then fall
11850           back to ISO-8859-1 (which will always succeed).
11851
11852 2005-01-25  Benjamin Otte  <otte@gnome.org>
11853
11854         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
11855           - on half framerate, compute the rate in advance so the comparisons
11856             don't compare wrong values
11857           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
11858             behaviour
11859           - don't use mad_header_decode anymore, mad_frame_decode does that
11860             automatically
11861           - when getting rid of consumed bytes, reset the stream's skiplen
11862           (fixes #163867)
11863
11864 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
11865
11866         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
11867           Use 1/2 a second for default max_discont, as PES streams from DVB
11868           seem to have larger spacings in the SCR. 
11869           Fix a typo.
11870
11871 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11872
11873         * gst/playback/gstplaybasebin.c: (group_commit):
11874           Notify delayed stream-info availability.
11875
11876 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
11877         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
11878         (gst_a52dec_handle_event), (gst_a52dec_chain):
11879         Add some debug output. Check that a discont has a valid
11880         time associated.
11881         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
11882         (gst_alsa_sink_loop):
11883         Ignore TAG events. A little extra debug for broken timestamps.
11884         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
11885         (dvdnavsrc_change_state):
11886         Ensure we send a discont to engage the link before we send any
11887         other events.
11888         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
11889         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
11890         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
11891         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
11892         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
11893         dvd://title works in totem because typefinding sends a seek that ends
11894         up going back to chapter 1 regardless.
11895         * ext/mpeg2dec/gstmpeg2dec.c:
11896         * ext/mpeg2dec/gstmpeg2dec.h:
11897         Output correct timestamps and handle disconts.
11898         * ext/ogg/gstoggdemux.c: (get_relative):
11899         Small guard against a null dereference.
11900         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
11901         (gst_textoverlay_set_property):
11902         Free memory when done. Don't call gst_event_filler_get_duration on
11903         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
11904         g_warning.
11905         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
11906         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
11907         (gst_sw_srclink), (gst_smoothwave_chain):
11908         Draw solid lines, prettier colours.
11909         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
11910         Add a default palette that'll work for some movies.
11911         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
11912         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
11913         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
11914         * gst/mpegstream/gstdvddemux.h:
11915         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
11916         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
11917         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
11918         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
11919         * gst/mpegstream/gstmpegparse.h:
11920         Use PTM/NAV events when for timestamp adjustment when connected to 
11921         dvdnavsrc. Don't use many discont events where one suffices.
11922         * gst/playback/gstplaybasebin.c: (group_destroy),
11923         (gen_preroll_element), (gst_play_base_bin_add_element):
11924         * gst/playback/gstplaybasebin.h:
11925         Make sure we remove subtitles from the same bin we put them in.
11926         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
11927         (gst_subparse_buffer_format_autodetect),
11928         (gst_subparse_change_state):
11929         Fix some memleaks and invalid accesses.
11930         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
11931         (oggskel_type_find), (cmml_type_find), (plugin_init):
11932         Some typefind functions for Annodex v3.0 files
11933         * gst/wavparse/gstwavparse.h:
11934         GstRiffReadClass is the correct parent class.
11935
11936 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11937
11938         * gst-libs/gst/riff/riff-media.c:
11939         (gst_riff_create_video_caps_with_data):
11940           Add extradata to huffyuv (fixes #165013).
11941         * gst-libs/gst/riff/riff-read.c:
11942         (gst_riff_read_strf_vids_with_data):
11943           Fix extradata extraction if it is in the chunk size.
11944
11945 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
11946
11947         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11948
11949         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
11950         (gst_quarktv_change_state), (gst_quarktv_dispose):
11951           Memory free'ing location fix (#164708).
11952
11953 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11954
11955         * gst/playback/gstplaybasebin.c: (group_commit),
11956         (gen_preroll_element), (probe_triggered), (gen_source_element),
11957         (setup_source), (gst_play_base_bin_change_state),
11958         (gst_play_base_bin_add_element):
11959           Don't block for streams.
11960         * gst/playback/gststreaminfo.c: (stream_info_change_state),
11961         (gst_stream_info_set_mute):
11962           Use gst_pad_set_active_recursive.
11963
11964 2005-01-25  Andy Wingo  <wingo@pobox.com>
11965
11966         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
11967         for #ifndef HAVE_XVIDEO.
11968
11969 2005-01-24  Jeffrey C. Ollie
11970
11971         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
11972
11973         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
11974         * ext/gsm/gstgsmdec.h:
11975         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
11976         * ext/gsm/gstgsmenc.h:
11977         Fix rate to 8kHz as per spec, removes obscure errors when no rate
11978         was given by property. Add proper buffer timestamps and offsets.
11979
11980 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11981
11982         * gst-libs/gst/riff/riff-media.c:
11983         (gst_riff_create_audio_caps_with_data):
11984           Audio can be <8000Hz.
11985
11986 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11987
11988         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11989           Explicit state change to workaround refcount bugs.
11990
11991 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11992
11993         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
11994         (gst_avimux_riff_get_avi_header):
11995           Fix...
11996
11997 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11998
11999         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
12000         (gst_riff_read_element_data):
12001         * gst-libs/gst/riff/riff-read.h:
12002           Add _peek version (req'ed in CDXA).
12003         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
12004         (gst_cdxaparse_loop):
12005           Fix parsing in playbin.
12006         * gst/playback/gstdecodebin.c: (close_pad_link):
12007           Ignore current_ pads, they cause major annoyance.
12008
12009 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12010
12011         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12012           Safety guard.
12013
12014 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12015
12016         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
12017           Fix padding...
12018
12019 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12020
12021         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
12022           Allow for 0-sized buffers. Fixes length query problems in
12023           starwars.mkv from the testsuite.
12024
12025 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
12026
12027         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
12028         (gst_video_box_i420), (gst_video_box_chain):
12029           Fix row strides for I420 (fixes #163159)
12030           
12031 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12032
12033         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
12034           MPEG2 has a useful rate property, so we can actually use that.
12035           For MPEG-1, continue using the bytes/time properties.
12036
12037 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12038
12039         * gst-libs/gst/riff/riff-media.c:
12040         (gst_riff_create_video_caps_with_data),
12041         (gst_riff_create_video_template_caps):
12042           Add intel-h263.
12043
12044 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12045
12046         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
12047           Fail if caps negotiation fails. Should fix #162184, and should
12048           definately be in there regardless of it fixing the actual bug.
12049         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
12050         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
12051         (gst_avimux_riff_get_avix_header),
12052         (gst_avimux_riff_get_video_header),
12053         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
12054         (gst_avimux_start_file), (gst_avimux_handle_event),
12055         (gst_avimux_change_state):
12056         * gst/avi/gstavimux.h:
12057           Refactor structure writing to use GST_WRITE_UINT macros, add
12058           metadata writing support.
12059
12060 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12061
12062         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12063           Elements may already be destroyed when this function is called.
12064
12065 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12066
12067         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
12068         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
12069           More memory leak fixes (#149162).
12070
12071 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12072
12073         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
12074         (gst_qtdemux_add_stream):
12075           Fix two memleaks.
12076
12077 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12078
12079         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
12080           Argh...
12081
12082 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12083
12084         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
12085           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
12086           when fixating to six channels in Totem.
12087
12088 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
12089
12090         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
12091           Fix compile warnings on Solaris 10 buildbot
12092
12093 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
12094
12095         * ext/dvdread/dvdreadsrc.c: (_read):
12096           Don't read beyond the last cell in a chapter (fixes 
12097           invalid memory access)
12098
12099 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
12100
12101         * ext/dvdread/stream_labels.c:
12102         (dvdreadsrc_get_audio_stream_labels):
12103           Use NULL for an empty GList instead of g_list_alloc(); fix 
12104           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
12105           of GString (easier to bulk free later)
12106
12107 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
12108
12109         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12110
12111         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12112         (gst_ffmpeg_pixfmt_to_caps):
12113           Fix BGRA32 caps (#164209).
12114
12115 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
12116
12117         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12118
12119         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12120         (gst_ffmpeg_caps_to_pixfmt):
12121           alpha_mask can be RGBA/ABGR. Fixes #164265.
12122
12123 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
12124
12125         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12126
12127         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
12128         (gst_mpeg2dec_alloc_buffer):
12129         * ext/mpeg2dec/gstmpeg2dec.h:
12130           Crop if decoding size is not the actual image size (#163676).
12131
12132 2005-01-17  Steve Baker  <steve@stevebaker.org>
12133
12134         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12135
12136         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
12137         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
12138           Add libsndfile typefind functions (#163309).
12139
12140 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12141
12142         * tools/gst-launch-ext-m.m:
12143           Add .aac, fix .m1v/.m2v (#163891).
12144
12145 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12146
12147         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
12148           Sanity check, don't wait endlessly since the clock might not
12149           actually run at this point (which is a deadlock). Fixes #164069.
12150
12151 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12152
12153         * gst/playback/gstplaybasebin.c: (probe_triggered):
12154           Of course, only pause if group is done...
12155
12156 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12157
12158         * gst/playback/gstplaybasebin.c: (probe_triggered):
12159           Thread safety.
12160
12161 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
12162
12163         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
12164           Don't return state change success when the parent
12165           failed.
12166
12167 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12168
12169         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
12170           Free events (fix memleak in #162905).
12171
12172 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
12173
12174         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12175
12176         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12177         (gst_ffmpeg_caps_to_pixfmt):
12178           Fix for depth = 15. Fixes #161675.
12179
12180 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12181
12182         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
12183           Set FPS correctly, even for webcams and the like.
12184         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
12185           Don error on setting while capturing.
12186
12187 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12188
12189         * ext/dv/gstdvdec.c:
12190         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
12191         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
12192           I'm a bad boy. using /1001. to force C to do float division
12193           and not integer division (as it did in my last commit)
12194           Thanks to David I. Lehn for pointing this mistake.
12195
12196 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12197
12198         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
12199           Revert Johan??s 1.35->1.36 since it breaks compat.
12200
12201 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12202
12203         * ext/dv/gstdvdec.c:
12204         * ext/libfame/gstlibfame.c:
12205         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
12206         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
12207           replace framerate aproximations by their real value
12208           (24000/1001, 30000/1001, 60000/1001)
12209           Finish fixing bug #164049
12210
12211 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12212
12213         * ext/ogg/gstoggmux.c:
12214           eos/bos debugging
12215         * gst/tcp/gstmultifdsink.c:
12216         * gst/tcp/gstmultifdsink.h:
12217         * gst/tcp/gsttcp.c:
12218         * gst/tcp/gsttcp.h:
12219         * gst/tcp/gsttcpclientsink.c:
12220         * gst/tcp/gsttcpclientsrc.c:
12221         * gst/tcp/gsttcpserversink.c:
12222         * gst/tcp/gsttcpserversrc.c:
12223           improve reusability of elements after state changes and errors
12224           make multifdsink throw away streamheaders when receiving new ones
12225
12226 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12227
12228         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
12229           Fix for if items are already in list...
12230
12231 2005-01-12  Benjamin Otte  <otte@gnome.org>
12232
12233         * gst/adder/gstadder.c: (gst_adder_loop):
12234           fix adder a bit so it doesn't screw up with events as much anymore
12235
12236 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
12237
12238         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
12239         (pixbufscale_scale), (gst_pixbufscale_chain):
12240         * ext/gdk_pixbuf/pixbufscale.h:
12241           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
12242           to ensure rowstrides are calculated the same way as 
12243           ffmpegcolorspace
12244           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
12245           that we pick up duration and offset also.
12246
12247 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12248
12249         * gst/avi/gstavimux.c: (gst_avimux_class_init),
12250         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
12251           Reusability fixes.
12252
12253 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12254
12255         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
12256         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
12257         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
12258         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
12259           Update flags when requested.
12260
12261 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12262
12263         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
12264           Fix dmix.
12265
12266 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12267
12268         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12269         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
12270         (probe_triggered), (new_decoded_pad), (gen_source_element),
12271         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
12272         * gst/playback/gstplaybasebin.h:
12273         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12274         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
12275         (gst_play_bin_change_state):
12276           Implement group-switch signal for use in apps to clear metadata
12277           cache, clean up subtitle, add suburi property instead of # hack,
12278           some error-out fixes.
12279
12280 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12281
12282         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12283           Debug.
12284         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
12285           If we got a state change in the _get handler, don't return success.
12286
12287 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12288
12289         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
12290         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
12291           Make jpegdec quiet on MJPEG decoding
12292         * gst/asfdemux/README:
12293           Fix mimetypes for MJPEG and H263
12294
12295 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12296
12297         * ext/theora/theoradec.c: (theora_dec_chain):
12298           Fix broken code generation by gcc by swapping arguments.
12299         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12300           Fix \n in debug.
12301
12302 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12303
12304         * TODO:
12305           delete this file, it is by far outdated
12306         * ext/alsa/gstalsa.1: remove
12307         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
12308         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
12309         (gst_alsa_get_caps):
12310           Add HW probing for supported sample rates. Fixes #161704
12311
12312 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12313
12314         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
12315           Don't crash, biatch! :).
12316
12317 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12318
12319         * ext/musepack/gstmusepackreader.cpp:
12320         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
12321           Some work on tags - still doesn't work in playbin...
12322         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
12323           Handle events...
12324
12325 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12326
12327         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
12328           Also shove tags on kid pads.
12329
12330 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12331
12332         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
12333           Don't bail on unknown events.
12334         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
12335           Don't crash on events before negotiation.
12336         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
12337           Send tags on pads, too.
12338         * gst/playback/gststreamselector.c:
12339         (gst_stream_selector_request_new_pad):
12340           Forward events on first pad if no input was selected yet.
12341
12342 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12343
12344         * gst/playback/gstplaybasebin.c: (setup_substreams):
12345           Don't disable streamtype if the stream doesn't exist, since
12346           then playing a video after audio will disable both and nothing
12347           will happen. Fixes the testsuite.
12348
12349 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12350
12351         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
12352         (gst_v4l_xoverlay_set_xwindow_id):
12353         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
12354         (gst_v4l2_xoverlay_set_xwindow_id):
12355           Add debug categories, fix overlay disabling.
12356
12357 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12358
12359         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
12360         * ext/alsa/gstalsa.h:
12361           Add HW probing for period_count/size and buffer_size MIX/MAX
12362           Adjust default/user defined value if out of bounds
12363           Should fix bug #162024
12364
12365 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12366
12367         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
12368           Fix warning (#161191).
12369
12370 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12371
12372         * ext/dvdread/stream_labels.c:
12373         (dvdreadsrc_get_audio_stream_labels):
12374           Fix warning (init the good variable in switch default)
12375
12376 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
12377
12378         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12379
12380         * gst/tta/gstttaparse.c: (gst_tta_src_event):
12381           Fix gcc-2.95 compile (#163485).
12382
12383 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12384
12385         * configure.ac:
12386         * ext/flac/gstflacenc.c: (gst_flacenc_init),
12387         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
12388         (gst_flacenc_tell_callback), (gst_flacenc_chain),
12389         (gst_flacenc_change_state):
12390         * ext/flac/gstflacenc.h:
12391           Update for API change in flac-1.1.1. Update requirement in
12392           configure.ac. Fixes #162974.
12393
12394 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12395
12396         * gst/playback/gstplaybasebin.c: (group_destroy):
12397           Remove hack to get rid of assert and get rid of unlinked
12398           signals properly.
12399
12400 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12401
12402         * gst/playback/gstplaybasebin.c: (setup_source):
12403           Set source to NULL so that resources are free'ed. Fixes issues
12404           with playback of CDDA and similar device-accessing things.
12405
12406 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12407
12408         * testsuite/embed/Makefile.am:
12409           test->noinst, fix make test in buildbot.
12410
12411 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12412
12413         * ext/dvdread/stream_labels.c: new file
12414         * ext/dvdread/stream_labels.h: new file
12415         * ext/dvdread/Makefile.am:
12416         * ext/dvdread/dvdreadsrc.c: (_seek_title):
12417           Extract audio stream label from DVD IFO files.
12418           It only dump them on the console for now, still have to
12419           make playbin aware of them.
12420
12421 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12422
12423         * gst/playback/gstplaybasebin.c: (setup_source):
12424           Fix hanging subs.
12425
12426 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12427
12428         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12429         (gen_preroll_element), (remove_groups), (setup_subtitle),
12430         (gen_source_element), (setup_source):
12431         * gst/playback/gstplaybasebin.h:
12432           Multiple .sub files is just a stupid idea... Fix some threading
12433           mistakes. Interestingly, external .sub files cause playbin to
12434           hang, I don't know why... Parsing fixes contributed by Fran??ois
12435           Kooman <fkooman@tuxed.net>.
12436
12437 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12438
12439         * testsuite/embed/Makefile.am:
12440           Fix buildbot.
12441
12442 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
12443
12444         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12445
12446         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12447         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12448         (gst_pngenc_set_property):
12449         * ext/libpng/gstpngenc.h:
12450           Add compression level property (#163323).
12451
12452 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12453
12454         * configure.ac:
12455         * examples/capsfilter/capsfilter1.c: (main):
12456         * examples/seeking/spider_seek.c: (make_spider_pipeline):
12457         * ext/dvdread/Makefile.am:
12458         * ext/dvdread/demo-play:
12459         * ext/dvdread/demo-play.c:
12460         * gconf/gstreamer.schemas.in:
12461         * gst-libs/gst/gconf/gconf.c:
12462         * sys/v4l/TODO:
12463         * testsuite/Makefile.am:
12464         * testsuite/embed/Makefile.am:
12465         * testsuite/embed/embed.c: (cb_expose), (main):
12466           Remove all references to xvideosink, fix examples (#140845).
12467         * gst/playback/gstplaybasebin.c: (group_destroy):
12468           Apparently, disposal does not unlink - so do explicitely.
12469         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
12470           Add debug.
12471
12472 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
12473
12474         * README: fix PKG_CONFIG_PATH instructions, what was there
12475         previously was breaking default search path, not nice. 
12476         Fixes #163358
12477
12478 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12479
12480         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
12481         (gst_audioscale_chain):
12482           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
12483           when resampling - how the ^@$^!@^! is this possible?!?
12484
12485 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12486
12487         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12488           Reset variables on READY.
12489         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
12490         (gst_matroska_mux_loop):
12491           Require data before writing header.
12492
12493 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
12494
12495         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12496
12497         * ext/mad/gstmad.c: (gst_mad_chain):
12498           Don't call mad_stream_sync() directly after recovering sync.
12499           Fixes #151661.
12500
12501 2005-01-09  Martin Eikermann  <meiker@upb.de>
12502
12503         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12504
12505         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
12506         (snapshot_handler), (gst_snapshot_sinkconnect),
12507         (gst_snapshot_chain):
12508           Allocate resources when required, fix recursive signal emission
12509           and fix caps. Fixes #161667.
12510
12511 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
12512
12513         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12514
12515         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
12516         (gst_pngdec_chain):
12517           Handle only 8-bppc (bits-per-pixel-component) images, better
12518           error handling and correct strides. Fixes #163177.
12519         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
12520         (gst_pngenc_chain):
12521           Better error handling. Fixes #163348.
12522
12523 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12524
12525         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
12526         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
12527         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
12528         (dvdnavsrc_uri_handler_init):
12529           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
12530         * gst/playback/gstplaybasebin.c: (gen_source_element):
12531           Add MMS to streaming URIs.
12532
12533 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12534
12535         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
12536         * sys/xvimage/xvimagesink.c:
12537         (gst_xvimagesink_navigation_send_event):
12538           Check for pad availability before sending event.
12539
12540 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12541
12542         * gst-plugins.spec.in:
12543           Add subparse.
12544
12545 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12546
12547         * configure.ac:
12548           Since we use functions from CVS, up requirement.
12549
12550 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12551
12552         * gst/playback/Makefile.am:
12553         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12554         (group_destroy), (group_commit), (group_is_muted),
12555         (gen_preroll_element), (add_stream), (unknown_type),
12556         (probe_triggered), (preroll_unlinked), (mute_stream),
12557         (silence_stream), (new_decoded_pad), (setup_substreams),
12558         (setup_source), (get_active_source), (mute_group_type),
12559         (muted_group_change_state), (set_active_source),
12560         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12561         (play_base_eos), (gst_play_base_bin_change_state):
12562         * gst/playback/gstplaybasebin.h:
12563         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
12564         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
12565         (gst_stream_info_dispose), (stream_info_mute_pad),
12566         (stream_info_change_state), (gst_stream_info_set_mute):
12567         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
12568         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
12569         (gst_stream_selector_init), (gst_stream_selector_dispose),
12570         (gst_stream_selector_get_linked_pad),
12571         (gst_stream_selector_get_caps), (gst_stream_selector_link),
12572         (gst_stream_selector_get_linked_pads),
12573         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12574         * gst/playback/gststreamselector.h:
12575           Adding stream selection support plus required properties for
12576           applications to use this. Fully fixes #100931.
12577
12578 2005-01-08  Benjamin Otte  <otte@gnome.org>
12579
12580         * gst/games/gstpuzzle.c: (nav_event_handler):
12581           - handle nav events differently: forward every event no matter if it
12582             was handled or not.
12583           - translate events
12584           You can now cheat by using navigationtest ! puzzle and moving the
12585           mouse close to the edge of a tile. ;)
12586
12587 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12588
12589         * configure.ac:
12590         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
12591         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
12592         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
12593         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
12594         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
12595         (gst_ogm_parse_plugin_init):
12596         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
12597         (gst_textoverlay_link), (gst_textoverlay_getcaps),
12598         (gst_textoverlay_event), (gst_textoverlay_video_chain),
12599         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
12600         * ext/pango/gsttextoverlay.h:
12601         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12602         (gst_matroska_demux_handle_seek_event),
12603         (gst_matroska_demux_sync_streams),
12604         (gst_matroska_demux_parse_blockgroup),
12605         (gst_matroska_demux_subtitle_caps),
12606         (gst_matroska_demux_plugin_init):
12607         * gst/matroska/matroska-ids.h:
12608         * gst/playback/gstdecodebin.c: (close_pad_link):
12609         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12610         (gen_preroll_element), (remove_groups), (add_stream),
12611         (new_decoded_pad), (setup_subtitles), (gen_source_element),
12612         (setup_source):
12613         * gst/playback/gstplaybasebin.h:
12614         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
12615         * gst/subparse/Makefile.am:
12616         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
12617         (gst_subparse_base_init), (gst_subparse_class_init),
12618         (gst_subparse_init), (gst_subparse_formats),
12619         (gst_subparse_eventmask), (gst_subparse_event),
12620         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
12621         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
12622         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
12623         (parse_mpsub_deinit), (parse_mpsub_init),
12624         (gst_subparse_buffer_format_autodetect),
12625         (gst_subparse_format_autodetect), (gst_subparse_loop),
12626         (gst_subparse_change_state), (gst_subparse_type_find),
12627         (plugin_init):
12628         * gst/subparse/gstsubparse.h:
12629         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
12630         (plugin_init):
12631           Add subtitle support, .sub parser (supports SRT and MPsub),
12632           OGM text support, Matroska UTF-8 text support, deadlock fixes
12633           all over the place, subtitle awareness in decodebin/playbin
12634           and some fixes to textoverlay to handle subtitles in a stream
12635           correctly. Fixes #100931.
12636
12637 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12638
12639         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12640           Check for pad availability before doing a query on it.
12641
12642 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12643
12644         * ext/dv/gstdvdec.c:
12645           really fix bpp24/32 dvdec caps (classic rgba indeed)
12646         * gst/asfdemux/gstasfdemux.c:
12647         (gst_asf_demux_process_ext_content_desc):
12648           don't send text tags if they are empty (bis repetita)
12649
12650 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12651
12652         * ext/dv/gstdvdec.c:
12653          remove unneeded comment from dvdec
12654           (related to DV 4CC codes in AVI files)
12655           moved them in gstreamer/docs/random/mimetypes
12656         * gst/asfdemux/gstasfdemux.c:
12657         (gst_asf_demux_process_ext_content_desc):
12658          don't send text tags if they are empty
12659          fix mem leak on error path
12660         * gst/ffmpegcolorspace/avcodec.h:
12661         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12662         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
12663         (gst_ffmpegcsp_avpicture_fill):
12664         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
12665         * gst/ffmpegcolorspace/imgconvert_template.h:
12666          adds BGR32 and BGRA32 to ffmpegcolorspace
12667           (still bad colors, fixing it on next commit)
12668           helps with dvdec outputing BGR32
12669
12670 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12671
12672         * ext/dv/gstdvdec.c:
12673          Fix audio caps i just broke (missing ',')
12674         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
12675         (gst_matroska_mux_reset):
12676          Fix typo + add FIXME about old "x-gst-metadata" crap
12677
12678 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12679
12680         * ext/dv/demo-play.c: (main):
12681          xvideosink -> xvimagesink
12682         * ext/dv/gstdvdec.c:
12683          change rgb 32/32 caps to 24/32 (no alpha)
12684          change nb of channels to be a list (2 or 4, not 2)
12685          change sample rate to be a list (32, 44.1, 48 kHz) not a range
12686         * gst/asfdemux/gstasfdemux.c:
12687         (gst_asf_demux_process_ext_content_desc):
12688          Add 'date/year' to extracted metadata list
12689
12690 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12691
12692         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12693           The return value of fixate_to does not imply that the requested
12694           value was set, so don't assume.
12695
12696 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
12697
12698         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12699
12700         * ext/libpng/gstpngdec.c:
12701         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
12702         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
12703         * ext/libpng/gstpngenc.h:
12704           Alpha support (encoder; #163161), mime fixage.
12705
12706 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
12707
12708         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12709
12710         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
12711         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
12712         (gst_faac_set_property), (gst_faac_get_property):
12713         * ext/faac/gstfaac.h:
12714           Allow for ADTS output (#153434).
12715
12716 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12717
12718         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
12719           Fix against template (#150576).
12720
12721 2005-01-06  Benjamin Otte  <otte@gnome.org>
12722
12723         * gst/games/gstpuzzle.c: (draw_puzzle):
12724           don't draw a puzzle if either width or height of tiles would be 0.
12725
12726 2005-01-06  Benjamin Otte  <otte@gnome.org>
12727
12728         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
12729         (gst_puzzle_class_init), (gst_puzzle_finalize):
12730           no memleaks, please
12731         (gst_puzzle_create), (gst_puzzle_init),
12732         (gst_puzzle_set_property), (gst_puzzle_setup):
12733           change initialization code around so we don't reshuffle on resize
12734         (draw_puzzle):
12735           fix another stupid typo
12736
12737 2005-01-06  Benjamin Otte  <otte@gnome.org>
12738
12739         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
12740           fix stupid typo that borked copying on YUY2
12741
12742 2005-01-06  Benjamin Otte  <otte@gnome.org>
12743
12744         * gst/games/gstpuzzle.c: (draw_puzzle):
12745           fix edges when image sizes aren't multiples of tile sizes
12746
12747 2005-01-06  Benjamin Otte  <otte@gnome.org>
12748
12749         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
12750           make RGB endianness work correctly
12751         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
12752           refactor and fix race with initial shuffling
12753         (nav_event_handler):
12754           allow using the mouse to puzzle
12755         (draw_puzzle):
12756           insist on tiles having width and height as multiples of 4 to get
12757           clean YUV image handling
12758         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12759         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
12760           s/DEBUG/LOG/ for common messages
12761         (gst_xvimagesink_navigation_send_event):
12762           fix mouse event translation to not include screen PAR
12763         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
12764           fix mouse event translation to actually work
12765
12766 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12767
12768         * gst/asfdemux/gstasfdemux.c:
12769         (gst_asf_demux_process_ext_content_desc):
12770          Extract TrackNumber metadata + clean up code
12771         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
12772          Hope this is the good fix (var used unitialised)
12773
12774 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12775
12776         * ext/faad/gstfaad.c: (gst_faad_chain):
12777           Only increment timestamp if it's valid. Fixes raw AAC streams.
12778
12779 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12780
12781         * configure.ac:
12782         * gst/games/Makefile.am:
12783         * gst/games/gstpuzzle.c:
12784           add a puzzle game with...
12785         * gst/games/gstvideoimage.c:
12786         * gst/games/gstvideoimage.h:
12787           ... full colorspace support (that includes YUV9 and RGB16)) stolen
12788           from videotestsrc and made into something that would be a nice
12789           library for a lot of other plugins.
12790
12791 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12792
12793         * configure.ac:
12794          don't compile faad plugin if a RC of 2.0 is found
12795          Fixes #155346 (and FC1 buildbot)
12796         * gst/asfdemux/gstasfdemux.c:
12797         (gst_asf_demux_process_ext_content_desc):
12798          try to make Solaris compiler happier
12799
12800 2005-01-06  Paul Jack  <pjack@sfaf.org>
12801
12802         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12803
12804         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
12805           Fix segfault (#161667).
12806
12807 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12808
12809         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
12810           Fix framerate reporting.
12811
12812 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12813
12814         * gst-libs/gst/riff/riff-ids.h:
12815         * gst/wavenc/riff.h:
12816          Add AMR (VBR and CBR) ids to riff.h audio codec list
12817         * gst/asfdemux/gstasfdemux.c:
12818         (gst_asf_demux_process_ext_content_desc),
12819         (gst_asf_demux_process_object):
12820           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
12821
12822 2005-01-05  Martin Eikermann  <meiker@upb.de>
12823
12824         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12825
12826         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12827         (gst_dvd_demux_handle_discont):
12828         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
12829         (gst_mpeg_demux_handle_discont):
12830           Recreate pads on new-media (#160730).
12831         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
12832           Send discont even if manager changes timestamps (#161929).
12833
12834 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
12835
12836         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12837
12838         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
12839           Fix invalid memory access (#159211).
12840
12841 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12842
12843         * examples/gstplay/player.c: (main):
12844           Don't iterate.
12845         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
12846           Add visualizations.
12847         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
12848         (gst_a52dec_handle_frame):
12849           Set duration.
12850         * ext/dvdnav/gst-dvd:
12851           Add audioconvert. Fixes #161325.
12852         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
12853           Explicitely case to gint64. Possible valgrind error.
12854         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
12855         (gst_play_tick_callback), (gst_play_change_state),
12856         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
12857         (gst_play_set_location), (gst_play_get_location),
12858         (gst_play_seek_to_time), (gst_play_set_data_src),
12859         (gst_play_set_video_sink), (gst_play_set_audio_sink),
12860         (gst_play_set_visualization), (gst_play_connect_visualization),
12861         (gst_play_get_framerate), (gst_play_get_all_by_interface),
12862         (gst_play_new):
12863           Use playbin. Fixes #139749 and #147744.
12864         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
12865           Add genre tag.
12866         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
12867         (audioscale_get_type), (gst_audioscale_base_init),
12868         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
12869         (gst_audioscale_getcaps), (gst_audioscale_fixate),
12870         (gst_audioscale_link), (gst_audioscale_get_buffer),
12871         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
12872         (gst_audioscale_init), (gst_audioscale_dispose),
12873         (gst_audioscale_chain), (gst_audioscale_set_property),
12874         (gst_audioscale_get_property), (plugin_init):
12875           Indent properly.
12876         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
12877           Fix LPCM.
12878         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
12879         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
12880         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
12881           Add more metadata (fixes #162656).
12882
12883 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12884
12885         * configure.ac:
12886           back to cvs
12887
12888 === release 0.8.7 ===
12889
12890 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12891
12892         * NEWS:
12893         * RELEASE:
12894         * configure.ac:
12895           releasing 0.8.7, "Hyperspace"
12896
12897 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12898
12899         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12900
12901         * gst/playback/gstplaybasebin.c:
12902          Fix for #162924 - free caps after use, not before
12903
12904 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12905
12906         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12907
12908         * gst/playback/gstplaybasebin.c:
12909         * gst/wavparse/gstwavparse.c:
12910           Fix for #154773 - fixes playback of small .wav files
12911
12912 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12913
12914         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12915
12916         * gst/audioscale/gstaudioscale.c:
12917           Fix for #162819 - make audioscale reusable
12918           Fixes playback of more than one file with playbin/totem
12919
12920 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12921
12922         * gst/ffmpegcolorspace/avcodec.h:
12923         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12924         * gst/ffmpegcolorspace/imgconvert.c:
12925           clean up the mess that made me cry and avoid needless duplication
12926
12927 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12928
12929         * gst/ffmpegcolorspace/imgconvert.c:
12930           give some indication of why we're segfaulting
12931
12932 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12933
12934         * configure.ac:
12935           Fix indentation, fix v4l2 plugin detection.
12936         * ext/Makefile.am:
12937           Fix libmms location (Maciej, use diff -u!).
12938         * ext/alsa/gstalsa.c: (gst_alsa_init):
12939           Initialize caps cache to NULL.
12940         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
12941           Only change state on audiosink if it exists.
12942
12943 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
12944
12945         * gst/matroska/matroska-demux.c:
12946         * gst/matroska/matroska-ids.h:
12947         * gst/matroska/matroska-demux.h:
12948         Fix Vorbis streams failing to decode in some files, where cluster_time
12949         isn't 0, because then it doesn't send codec_priv before actual data.
12950         Remove time-based test and replace it with marker set on beginning of
12951         new stream
12952
12953 2004-12-28  David Schleef  <ds@schleef.org>
12954
12955         Merge patch from Ronald fixing problems with streaming
12956         text.
12957         * ext/cairo/gstcairo.c: (plugin_init):
12958         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
12959         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
12960         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
12961         (gst_textoverlay_font_init), (gst_textoverlay_init),
12962         (gst_textoverlay_set_property):
12963         * ext/cairo/gsttextoverlay.h:
12964
12965 2004-12-27  David Schleef  <ds@schleef.org>
12966
12967         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
12968         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
12969         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
12970         (gst_textoverlay_font_init), (gst_textoverlay_init),
12971         (gst_textoverlay_set_property): Improvements to actually
12972         render text as white on black outline on video, including
12973         font selection and horizontal/vertical alignment.  (Ronald's
12974         christmas present)
12975         * ext/cairo/gsttextoverlay.h:
12976
12977 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12978
12979         * ext/ogg/gstogg.c:
12980         * ext/ogg/gstogmparse.c:
12981           fix ogm[audio/video]parse plugin registration
12982           (riff won't load if bytestream is already loaded)
12983
12984 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12985
12986         * gst/audioconvert/gstchannelmix.c:
12987           fix for GLIB < 2.4
12988
12989 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12990
12991         * Makefile.am:
12992         * configure.ac:
12993           disable docs again until it actually passes make distcheck.
12994
12995 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12996
12997         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
12998         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
12999         (plugin_init):
13000           Add 3GP (variables name Q3GP because they can't start with a
13001           number). Add samr audio fourcc (used in .3gp files), decoder
13002           is work in progress. Also do a GST_WARNING instead of ERROR
13003           in case of unknown nodes, to decrease output.
13004
13005 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13006
13007         * Makefile.am:
13008           really fix dist
13009
13010 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13011
13012         * configure.ac:
13013         * ext/speex/gstspeexdec.h:
13014         * ext/speex/gstspeexenc.h:
13015           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
13016           Fix detection code in configure.ac
13017
13018 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13019
13020         * gst/matroska/matroska-demux.c:
13021         (gst_matroska_demux_parse_blockgroup):
13022           Save position, so that queries give proper return values. Don't
13023           know how this could ever have worked before...
13024
13025 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13026
13027         * configure.ac:
13028           Put additional LAME check inside the conditional.  Fixes #152339
13029
13030 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13031
13032         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13033         (gst_avi_demux_stream_scan):
13034           Add some more debug. Fix logic error when setting movi offset
13035           while reading index.
13036
13037 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13038
13039         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13040         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
13041         (gst_avi_demux_process_next_entry):
13042           Add some debugging. Better detection of broken indexes and the
13043           accompanying index recovery. No infinite loops on state changes
13044           when we're still in our loopfunction.
13045
13046 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13047
13048         * configure.ac:
13049           Fix up.
13050
13051 2004-12-22  Archana Shah  <archana.shah@wipro.com>
13052
13053         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13054
13055         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
13056           Normalizing the value before setting
13057         (gst_sunaudiomixer_get_volume):
13058           Normalizing the value after getting. Fixes bug# 161980
13059
13060 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
13061
13062         * Makefile.am: Make sure docs gets disted
13063         * docs/Makefile.am: Make sure all needed files get disted
13064         * gst-plugins.spec.in: latest updates
13065
13066 2004-12-22  Wim Taymans  <wim@fluendo.com>
13067
13068         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
13069         Revert patch 1.38 as clock distribution over schedulers does
13070         not work correcly in the core yet.
13071
13072 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13073
13074         * sys/oss/README: remove this file, which predates my birth
13075           (and which content is by far outdated)
13076
13077 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
13078
13079         * Makefile.am:
13080         * configure.ac:
13081         * docs/Makefile.am:
13082         * docs/libs/Makefile.am:
13083         * docs/libs/gst-plugins-libs-docs.sgml:
13084         * docs/libs/gst-plugins-libs-sections.txt:
13085         * docs/libs/tmpl/gstgconf.sgml:
13086         * docs/upload.mak:
13087         * docs/version.entities.in:
13088           Added boilerplate gtk-doc files for plugin-libs documentation.
13089
13090 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13091
13092         * gst/auparse/gstauparse.c: fix int and float audio caps
13093
13094 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13095
13096         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
13097         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
13098           g_assert() can be a macro, don't use #ifdef inside it.
13099
13100 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
13101
13102         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13103
13104         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
13105         (gst_videorate_init), (gst_videorate_chain),
13106         (gst_videorate_change_state):
13107           Event handling (fixes #159986).
13108
13109 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13110
13111         * gst-libs/gst/riff/riff-media.c:
13112         (gst_riff_create_video_caps_with_data):
13113           Add BLZ0 (Blizzard's version of DivX) fourcc.
13114
13115 2004-12-18  David Schleef  <ds@schleef.org>
13116
13117         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
13118         portability fix.
13119
13120 2004-12-18  David Schleef  <ds@schleef.org>
13121
13122         * gst/tta/ttadec.h: Disable some header code that isn't used
13123         and clearly isn't portable.
13124
13125 2004-12-18  David Schleef  <ds@schleef.org>
13126
13127         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
13128         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
13129         (avcodec_get_pix_fmt), (avpicture_layout),
13130         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
13131         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
13132         Fix code to not use GCC extensions (and c99 extensions that
13133         Forte does not like.)
13134
13135 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13136
13137         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13138
13139         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
13140         (gst_deinterlace_chain):
13141           Rowstride fixes. Fixes #161039.
13142         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
13143         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
13144         (gst_video_crop_getcaps), (gst_video_crop_link),
13145         (gst_video_crop_i420), (gst_video_crop_chain),
13146         (gst_video_crop_change_state):
13147           Rework of negotiation. Actually works now. Fixes #158650.
13148
13149 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13150
13151         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
13152           That was very stupid.
13153
13154 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13155
13156         * gst/matroska/matroska-demux.c:
13157         (gst_matroska_demux_parse_blockgroup):
13158           Fix possible crasher.
13159
13160 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13161
13162         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
13163         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
13164           Lace sizes can be zero.
13165
13166 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13167
13168         * ext/musepack/gstmusepackdec.cpp:
13169           Fetch error return values. Fixes #161624.
13170         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
13171           Really EOS.
13172
13173 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13174
13175         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13176           Work for truncated (unfinished download etc.) files. Fixes #160514.
13177
13178 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13179
13180         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13181           Fix for integer overflow. Makes #156001 not crash. Probably masks
13182           the real bug.
13183
13184 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13185
13186         * gst/ac3parse/gstac3parse.c: (plugin_init):
13187           Parsers never have ranks. Fixes #159651.
13188
13189 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13190
13191         * gst/playback/gstdecodebin.c: (compare_ranks):
13192           make sure the facotries are ordered the same every time even if they
13193           have the same rank by using the name
13194         * gst/playback/gstdecodebin.c: (find_compatibles):
13195           make sure we don't add factories to the list twice
13196
13197 2004-12-16  David Schleef  <ds@schleef.org>
13198
13199         * configure.ac: look for musepack headers as musepack/*.h
13200         (fixes #159847)
13201         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
13202         * ext/musepack/gstmusepackreader.h: same
13203
13204 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13205
13206         * gst-libs/gst/riff/riff-read.c:
13207         (gst_riff_read_strf_auds_with_data):
13208           Read extradata correctly (fixes #155879).
13209
13210 2004-12-16  David Schleef  <ds@schleef.org>
13211
13212         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
13213         audio.  does _not_ attempt or allow conversion unless channels
13214         is 1 or 2.
13215
13216 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
13217
13218         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
13219
13220 2004-12-16  David Schleef  <ds@schleef.org>
13221
13222         * gst/audioscale/gstaudioscale.c: the resample library only
13223         handles 1 or 2 channels.  Change caps to compensate.
13224
13225 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13226
13227         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
13228         (gst_matroska_demux_audio_caps):
13229           Some MPEG-AAC hacks, because else it doesn't work...
13230
13231 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13232
13233         * gst-libs/gst/riff/riff-media.c:
13234         (gst_riff_create_video_caps_with_data),
13235         (gst_riff_create_video_template_caps):
13236           Add h264.
13237
13238 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13239
13240         * gst-libs/gst/audio/Makefile.am:
13241           Try to fix buildbot.
13242
13243 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13244
13245         * gst/tcp/gstmultifdsink.c:
13246           Clean up and uniformize debugging.
13247
13248 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
13249
13250         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13251
13252         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
13253         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
13254         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
13255         (gst_mpeg_demux_change_state):
13256           Reset on ready. Fixes 160276.
13257
13258 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
13259
13260         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13261
13262         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13263         (gst_ffmpegcsp_pad_link):
13264           Fix memleak (#154815).
13265
13266 2004-12-16  James Bowes  <bowes@cs.dal.ca>
13267
13268         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13269
13270         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
13271         (gst_musicbrainz_init), (gst_musicbrainz_chain),
13272         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
13273         * ext/musicbrainz/gsttrm.h:
13274           Add support for using a proxy server when getting a trm id from
13275           the MusicBrainz database (#149613).
13276
13277 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
13278
13279         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13280
13281         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
13282         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13283           Fix memleaks (#157233).
13284
13285 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
13286
13287         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13288
13289         * gst-libs/gst/resample/resample.c: (gst_resample_close):
13290         * gst-libs/gst/resample/resample.h:
13291         * gst/audioscale/gstaudioscale.c:
13292           Fix memleak (#159215).
13293
13294 2004-12-16  Toni Willberg  <toniw@iki.fi>
13295
13296         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13297
13298         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
13299         * sys/oss/oss_probe.c: (main):
13300           Check for mono/stereo support (similar to samplerate probing),
13301           fixes #159433. Also add missing copyright header to oss_probe.c.
13302
13303 2004-12-15  David Schleef  <ds@schleef.org>
13304
13305         * configure.ac: add audioresample and cairo plugins.  Remove
13306         HAVE_MMX stuff, because it's not used.
13307         * ext/Makefile.am: same
13308         * ext/audioresample/Makefile.am: You are not ready for an
13309         audio resampling element based on audioresample.
13310         * ext/audioresample/gstaudioresample.c:
13311         * ext/audioresample/gstaudioresample.h:
13312         * ext/cairo/Makefile.am: You are not ready for overlay elements
13313         based on cairo.  Don't look too closely, these elements kinda
13314         suck right now.
13315         * ext/cairo/gstcairo.c: new
13316         * ext/cairo/gsttextoverlay.c: new
13317         * ext/cairo/gsttextoverlay.h: new
13318         * ext/cairo/gsttimeoverlay.c: new
13319         * ext/cairo/gsttimeoverlay.h: new
13320         * gst-libs/gst/media-info/media-info-priv.h: fix compile
13321         problem with compilers that don't support variadic macros.
13322
13323 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
13324
13325         Reviewed by:  David Schleef  <ds@schleef.org>
13326
13327         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
13328         Bala, registering sunaudiosrc (oops!), and cleaning up code a
13329         bit.  Also ran indent-gst.
13330         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
13331         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
13332         (gst_sunaudiosrc_setparams):
13333
13334 2004-12-14  David Schleef  <ds@schleef.org>
13335
13336         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
13337         output rate to 16000.  Should fix #160235.
13338
13339 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13340
13341         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13342         Add typefinding for mpeg2 pes streams
13343
13344 2004-12-13  David Schleef  <ds@schleef.org>
13345
13346         * configure.ac:  Applied patch from bug #143659, making default
13347         sources and sinks OS-dependent (for Solaris), and added code
13348         for OS/X.
13349         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
13350
13351 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13352
13353         * gst-libs/gst/riff/riff-media.c:
13354           forgot to add h2.64 to avidemux template caps
13355
13356 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13357
13358         * gst/wavenc/riff.h:
13359         * gst-libs/gst/riff/riff-media.c:
13360         * gst-libs/gst/riff/riff-ids.h:
13361         * gst/avi/gstavimux.c
13362         add 4CC code for VideoSoft h264 in AVI (VSSH)
13363           fixes bug #160655
13364         remove s323 from riff, it's quicktime specific :(
13365
13366 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13367
13368         * gst/asfdemux/README
13369         * gst/wavenc/riff.h
13370         * gst-libs/gst/riff/riff-ids.h
13371         * gst-libs/gst/riff/riff-media.c
13372         * gst/qtdemux/qtdemux.c:
13373           add new 4CC codes for h263 related codecs
13374           fixes partially bug #155163
13375
13376 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
13377
13378         * configure.ac: Update polyaudio requirement to 0.7
13379         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
13380
13381 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13382
13383         * gst/interleave/deinterleave.c:
13384         fix my name's spelling! :)
13385
13386 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13387
13388         * AUTHORS ChangeLog
13389         * gst/auparse/gstauparse.c
13390         * gst/interleave/deinterleave.c
13391         * gst/law/:
13392                 alaw-decode.c alaw-encode.c
13393                 mulaw-decode.c mulaw-encode.c
13394         * gst/oneton/gstoneton.c
13395         * sys/osxaudio/:
13396                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
13397         * sys/osxvideo/:
13398                 cocoawindow.h cocoawindow.m
13399                 osxvideosink.h osxvideosink.m
13400
13401         put the same mail address for Zaheer Abbas Merali everywhere
13402
13403 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13404
13405         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
13406           Align by packetsize, and assert that we a packet available before
13407           playing. The first makes webstreams work (they often include
13408           trailing padding data in a packet), the second allows pausing a
13409           ASF stream in totem without getting demux errors afterwards.
13410
13411 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13412
13413         * ext/ogg/gstoggdemux.c: (get_relative):
13414           Check for non-NULL before accessing member (end-of-chain).
13415
13416 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13417
13418         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
13419         (cdparanoia_set_property), (cdparanoia_get_property):
13420         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
13421         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
13422         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
13423         (dvdreadsrc_init), (dvdreadsrc_set_property),
13424         (dvdreadsrc_get_property):
13425         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
13426         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
13427           Synchronize property names where not yet the case. Devices are
13428           now device=X, other versions are deprecated (but still exist).
13429           Also use g_free() unconditionally.
13430         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13431         (setup_source), (gst_play_base_bin_get_property):
13432           Expose source.
13433
13434 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13435
13436         * configure.ac: move GCONF macro outside conditional for the am
13437           conditional. Fixes #160439
13438
13439 2004-12-08  David Schleef  <ds@schleef.org>
13440
13441         * tools/gst-visualise-m.m: Switch to elements that currently
13442         exist.
13443
13444 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13445
13446         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13447           We love wrong commas.
13448
13449 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13450
13451         * gst/matroska/matroska-demux.c:
13452         (gst_matroska_demux_handle_src_query):
13453           Don't set DEFAULT, unsupported - makes length display incorrectly
13454           in some cases.
13455
13456 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
13457
13458         * gst/monoscope/README: remove blurb about files being GPL
13459         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
13460         * gst/monoscope/monoscope.c: Change license to BSD with explanation
13461           monoscope is now effectively LGPL licensed
13462
13463 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
13464
13465         * gst/monoscope/README: Update information to be more correct
13466         * gst/monoscope/convolve.c: Relicense to LGPL
13467         * gst/monoscope/convolve.h: Relicense to LGPL
13468
13469 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
13470
13471         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
13472           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
13473         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
13474           set default_duration for mpeg1 audio
13475
13476 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13477
13478         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
13479         * ext/alsa/gstalsa.h:
13480           refactor big chunks of the core caps negotiation code to make it
13481           a lot faster, because people claim it's really slow
13482           (actually, just cache the getcaps when the device is opened)
13483
13484 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13485
13486         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
13487         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
13488         (gst_a52dec_handle_frame), (gst_a52dec_chain),
13489         (gst_a52dec_change_state), (plugin_init):
13490         * ext/a52dec/gsta52dec.h:
13491           Do something useful with timestamps. Make chain-based (since
13492           there's really no reason to be loopbased).
13493         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13494           Update current_byte/frame correctly.
13495
13496 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13497
13498         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
13499         (gst_ape_demux_stream_init):
13500           Forward tags, too.
13501
13502 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13503
13504         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
13505           Let's make sure we're done typefinding when detecting tags.
13506
13507 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13508
13509         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
13510         (gst_ebml_read_init), (gst_ebml_read_use_event),
13511         (gst_ebml_read_element_id), (gst_ebml_peek_id),
13512         (gst_ebml_read_seek), (gst_ebml_read_skip),
13513         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
13514         (gst_ebml_read_master):
13515         * gst/matroska/ebml-read.h:
13516         * gst/matroska/matroska-demux.c:
13517         (gst_matroska_demux_parse_contents),
13518         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
13519           Disgustingly evil hack for working around INTERRUPT events and
13520           their extremely annoying habit of being a pain in the ass. We
13521           simply peek a cluster before reading any of it.
13522
13523 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13524
13525         * ext/musepack/gstmusepackdec.cpp:
13526           There's also floating point libmusepacks.
13527
13528 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13529
13530         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
13531         (gst_faad_chanpos_to_gst), (gst_faad_chain):
13532           Set DURATION even if source buffer didn't. Also use increasing
13533           timestamps.
13534         * gst-libs/gst/riff/riff-media.c:
13535         (gst_riff_create_audio_caps_with_data):
13536           Block_align can have larger values than 8192.
13537
13538 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13539
13540         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
13541         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
13542         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
13543         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
13544           Fix caps.
13545
13546 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13547
13548         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
13549           Fix logic bug.
13550
13551 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13552
13553         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
13554           Yay, another one.
13555
13556 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13557
13558         * ext/esd/esdsink.c: (gst_esdsink_chain):
13559           Make error actually say something useful (fixes #156798).
13560         * gst-libs/gst/riff/riff-media.c:
13561         (gst_riff_create_video_caps_with_data),
13562         (gst_riff_create_video_template_caps):
13563           Add Intel Video 5.0 fourcc (IV50).
13564
13565 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
13566
13567         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
13568         detection on mono and stereo mp3 files.
13569
13570 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13571
13572         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13573           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
13574           the contained stream).
13575
13576 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13577
13578         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
13579           Oops, remove debug.
13580
13581 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
13582
13583         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13584
13585         * gst/law/alaw-decode.c: (alawdec_getcaps):
13586         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
13587           Prevent warnings when negotiating caps (fixes #159338).
13588
13589 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13590
13591         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13592         (gst_ffmpegcsp_chain):
13593           Remove old leftover that shouldn't be there...
13594
13595 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
13596
13597         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13598
13599         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
13600           Don't forward DISCONT events (fixes #159684).
13601
13602 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13603
13604         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
13605           Unlink manually since sometimes bin disposal (and therefore
13606           pad unlinking) is delayed, which will cause a new media file
13607           to not be able to start playing instantly.
13608
13609 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13610
13611         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
13612           On mute of an unlinked stream, check for pad availability so
13613           we don't crash on unlinked pad.
13614
13615 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13616
13617         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13618         (gst_avi_demux_massage_index):
13619           Fix quite humiliating bug in omitting 0-sized index chunks but
13620           forgetting to count them for timestamps.
13621
13622 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13623
13624         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
13625           Actually leave the loop if we failed to sync. Don't crash.
13626
13627 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13628
13629         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
13630         (gst_dvd_demux_process_private):
13631         * gst/mpegstream/gstdvddemux.h:
13632           Fix crash (#159759). Doesn't work, though. :-(.
13633
13634 2004-11-28  Benjamin Otte  <otte@gnome.org>
13635
13636         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
13637           more overwriting protection due to modifying channels one by one
13638           instead of all at once
13639
13640 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13641
13642         * gst/audioconvert/gstchannelmix.c:
13643         (gst_audio_convert_fill_normalize):
13644           Normalize using absolute values.
13645
13646 2004-11-28  Julien MOUTTE  <julien@moutte.net>
13647
13648         * configure.ac:
13649         * ext/Makefile.am:
13650         * ext/directfb/Makefile.am:
13651         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
13652         (gst_directfbvideosink_get_pixel_format),
13653         (gst_directfbvideosink_get_format_from_fourcc),
13654         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
13655         (gst_directfbvideosink_sink_link),
13656         (gst_directfbvideosink_change_state),
13657         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
13658         (gst_directfbvideosink_buffer_alloc),
13659         (gst_directfbvideosink_interface_supported),
13660         (gst_directfbvideosink_interface_init),
13661         (gst_directfbvideosink_navigation_send_event),
13662         (gst_directfbvideosink_navigation_init),
13663         (gst_directfbvideosink_set_property),
13664         (gst_directfbvideosink_get_property),
13665         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
13666         (gst_directfbvideosink_base_init),
13667         (gst_directfbvideosink_class_init),
13668         (gst_directfbvideosink_get_type), (plugin_init):
13669         * ext/directfb/directfbvideosink.h: Adding a first version of
13670         directfbvideosink.
13671         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
13672         more.
13673
13674 2004-11-28  Benjamin Otte  <otte@gnome.org>
13675
13676         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
13677           walk the samples backwards if out_channels > in_channels so we don't
13678           overwrite data
13679
13680 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13681
13682         * gst/audioconvert/Makefile.am:
13683         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
13684         (gst_audio_convert_link), (gst_audio_convert_change_state),
13685         (gst_audio_convert_channels):
13686         * gst/audioconvert/gstchannelmix.c:
13687         (gst_audio_convert_unset_matrix),
13688         (gst_audio_convert_fill_identical),
13689         (gst_audio_convert_fill_compatible),
13690         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
13691         (gst_audio_convert_fill_others),
13692         (gst_audio_convert_fill_normalize),
13693         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
13694         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
13695         * gst/audioconvert/gstchannelmix.h:
13696           Implement a channel mixer.
13697
13698 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
13699
13700         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
13701         * ext/alsa/gstalsa.h:
13702         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
13703         Make alsasink actually honor gst_element_set_clock and use that
13704         clock instead of its internal one.
13705
13706 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
13707
13708         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
13709         (gst_play_base_bin_change_state): nullify source and decoder when
13710         going from READY to NULL so that we don't try to do weird stuff with
13711         them when going from NULL to READY
13712         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
13713         instead of g_object_unref
13714         (gen_video_element), (gen_audio_element): more refcounting fixes, now
13715         it should be correct
13716         (gst_play_bin_change_state): don't call remove_sinks if we are
13717         currently disposing the object
13718
13719 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13720
13721         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
13722           Don't forget bass if it's there. Else left channel is silent...
13723
13724 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13725
13726         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
13727         (gst_a52dec_change_state):
13728           Don't do sample adjusting anymore, we use float audio now.
13729         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
13730           Don't fixate to non-existing properties.
13731
13732 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13733
13734         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
13735         (gst_a52dec_change_state):
13736           Advertise that we can do surround sound.
13737
13738 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13739
13740         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
13741           Add buffer-frames=0.
13742         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
13743         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
13744         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
13745         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
13746         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
13747         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
13748         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
13749         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
13750         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
13751         * ext/dvdread/dvdreadsrc.h:
13752           Add seeking, querying for bytes, sectors, title, angle and
13753           chapter. Handle multiple chapters. Relicense to LGPL because
13754           Billy agreed on that (thanks Billy!).
13755
13756 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
13757
13758         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
13759         call parent dispose method
13760
13761 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
13762
13763         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
13764         (gst_audio_clock_get_internal_time):
13765         Fix active <-> inactive transitions: ensure time value always
13766         grows and avoid abrupt value changes.
13767
13768 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
13769
13770         * configure.ac:
13771         * gst/tta/Makefile.am:
13772         * gst/tta/crc32.h:
13773         * gst/tta/filters.h:
13774         * gst/tta/gsttta.c:
13775         * gst/tta/gstttadec.c:
13776         * gst/tta/gstttadec.h:
13777         * gst/tta/gstttaparse.c:
13778         * gst/tta/gstttaparse.h:
13779         * gst/tta/ttadec.h:
13780           added TTA parser and decoder
13781
13782 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13783
13784         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13785         (probe_triggered), (check_queue), (buffer_underrun),
13786         (buffer_running), (buffer_overrun), (gen_source_element),
13787         (setup_source):
13788         * gst/playback/gstplaybasebin.h:
13789           Implement buffering. Needs some more work.
13790
13791 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13792
13793         * ext/theora/theoradec.c: (theora_dec_chain):
13794           Fix ilog mask range overflow.
13795
13796 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13797
13798         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
13799           Don't omit the last (which in case of dmix is the only :) )
13800           channel count. Don't set channels if <= 2.
13801
13802 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
13803
13804         * gst/playback/gstplaybin.c: (gen_video_element),
13805         (gen_audio_element): Removed 2 obsolete comments
13806
13807 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13808
13809         * ext/vorbis/oggvorbisenc.c
13810         * ext/vorbis/vorbisenc.c :
13811           change description fields of those plugins to differentiate them
13812           (pitivi show Encoders by description, they had the same one)
13813
13814 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
13815
13816         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13817
13818         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
13819         (gst_play_bin_set_property), (gen_video_element),
13820         (gen_audio_element):
13821           Refcounting fixes for provided audio-/videosinks.
13822
13823 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13824
13825         * gst/playback/gstplaybin.c: (gen_video_element),
13826         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
13827           Don't reference all sinks, but only the video- and audiosinks.
13828           The vis. element should be disposed when we're done with it.
13829           We don't have any reason to keep it around. This fixes warnings
13830           when reusing playbin for playing multiple audio files with
13831           vis. enabled. Also release audio device on pause - idea stolen
13832           from Rhythmbox.
13833
13834 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13835
13836         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
13837         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
13838         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
13839         * ext/alsa/gstalsaplugin.c: (plugin_init):
13840         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
13841         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
13842         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
13843         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
13844         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
13845         (gst_faad_change_state), (plugin_init):
13846         * ext/faad/gstfaad.h:
13847         * ext/vorbis/vorbis.c: (plugin_init):
13848         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13849         * gst-libs/gst/audio/Makefile.am:
13850         * gst-libs/gst/audio/audio.c: (plugin_init):
13851         * gst-libs/gst/audio/multichannel.c:
13852         (gst_audio_check_channel_positions),
13853         (gst_audio_get_channel_positions),
13854         (gst_audio_set_channel_positions),
13855         (gst_audio_set_structure_channel_positions_list),
13856         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
13857         (gst_audio_fixate_channel_positions):
13858         * gst-libs/gst/audio/multichannel.h:
13859         * gst-libs/gst/audio/testchannels.c: (main):
13860         * gst/audioconvert/gstaudioconvert.c:
13861         (gst_audio_convert_class_init), (gst_audio_convert_init),
13862         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
13863         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
13864         (gst_audio_convert_fixate), (gst_audio_convert_channels):
13865         * gst/audioconvert/plugin.c: (plugin_init):
13866           Surround sound support.
13867
13868 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13869
13870         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
13871           Fix position for discont if we're close as well. Nitpicking, but
13872           saves a few milliseconds of extra waiting or skipping.
13873
13874 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13875
13876         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
13877           We sometimes need parsers for playback, so add those too.
13878
13879 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13880
13881         * configure.ac:
13882         * gst/apetag/Makefile.am:
13883         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
13884         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
13885         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
13886         (gst_ape_demux_get_src_query_types),
13887         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
13888         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
13889         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
13890         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
13891         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
13892         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
13893         (gst_ape_demux_change_state):
13894         * gst/apetag/apedemux.h:
13895         * gst/apetag/apetag.c: (plugin_init):
13896         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
13897         (plugin_init):
13898           APE v1/2 tag reader plus typefind function.
13899
13900 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13901
13902         * configure.ac:
13903         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
13904         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
13905           Remove hacks for older core. Require newer core version
13906           accordingly.
13907
13908 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13909
13910         * gst/cdxaparse/Makefile.am:
13911         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
13912         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
13913         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
13914         * gst/cdxaparse/gstcdxaparse.h:
13915         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
13916         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
13917         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
13918         (gst_cdxastrip_get_src_query_types),
13919         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
13920         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
13921         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
13922         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
13923         * gst/cdxaparse/gstcdxastrip.h:
13924           SVCD/VCD header stripping separated from CDXA image parsing.
13925         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13926         (plugin_init):
13927           Add VCD/SVCD header typefinding for VCD/SVCD.
13928         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
13929         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
13930         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
13931         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
13932         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
13933         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
13934         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
13935         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
13936         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
13937         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
13938         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
13939         * sys/vcd/vcdsrc.h:
13940           Fix up, add seeking, querying, URI interface. Works in totem now.
13941
13942 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13943
13944         * configure.ac:
13945           back to CVS
13946
13947 === release 0.8.6 ===
13948
13949 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13950
13951         * NEWS:
13952         * RELEASE:
13953         * configure.ac:
13954         * po/af.po:
13955         * po/az.po:
13956         * po/cs.po:
13957         * po/en_GB.po:
13958         * po/hu.po:
13959         * po/it.po:
13960         * po/nb.po:
13961         * po/nl.po:
13962         * po/or.po:
13963         * po/sq.po:
13964         * po/sr.po:
13965         * po/sv.po:
13966         * po/uk.po:
13967           releasing 0.8.6, "IOU Love"
13968
13969 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13970
13971         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
13972
13973         * gst/playback/gstplaybasebin.c:
13974           Fix unplayable files error handling.  Fixes #158365
13975
13976 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13977
13978         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
13979
13980         * gst/typefind/gsttypefindfunctions.c:
13981           Fix broken mp3 typefinding.  Fixes #158375
13982
13983 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13984
13985         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
13986
13987         * ext/ogg/gstoggdemux.c:
13988           Fix sync on broken files.  Fixes #158976
13989
13990 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13991
13992         patch by: Edward Hervey <bilboed@bilboed.com>
13993
13994         * ext/libpng/gstpngenc.c:
13995           Copy over buffer properties.  Fixes #158832
13996
13997 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13998
13999         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
14000
14001         * ext/dvdread/dvdreadsrc.c:
14002           Fixes invalid reads (#158462)
14003
14004 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14005
14006         * sys/v4l/gstv4lsrc.c:
14007         * sys/v4l/gstv4lsrc.h:
14008         * sys/v4l/v4lsrc_calls.c:
14009           Probe less and cache it.  Fixes #159187.
14010
14011 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14012
14013         * gst/videorate/gstvideorate.c:
14014           Handle all video formats. Fixes #159186.
14015
14016 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
14017         * gst/synaesthesia/gstsynaesthesia.c:
14018         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
14019         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
14020         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
14021         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
14022         (gst_synaesthesia_change_state), (plugin_init):
14023         Fix up synaesthesia to work under different samplerates/ buffer sizes.
14024         Force 320x200 output, as that's the only thing the underlying
14025         synaesthesia implementation supports. Still needs to be made
14026         re-entrant.
14027
14028 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14029
14030         * configure.ac:
14031           Fix mpeg2enc configure check (similar to mplex check below).
14032
14033 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
14034
14035         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14036
14037         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14038           Fix for gcc-2.95 (fixes #158221).
14039
14040 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14041
14042         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
14043           Re-add clock distribution hack (until new core is released).
14044           Fixes #158125.
14045
14046 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
14047         * configure.ac:
14048           fix mplex configure check segfaulting on some systems (bug #140994)
14049
14050 2004-11-13  Benjamin Otte  <otte@gnome.org>
14051
14052         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
14053           add debugging
14054         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14055           do a wait when we enter the loop func with no data available to
14056           write instead of getting into an 100% CPU loop by just returning and
14057           being called again by the scheduler
14058
14059 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
14060
14061         * configure.ac:
14062         * ext/libvisual/visual.c: (gst_visual_get_type),
14063         (libvisual_log_handler), (gst_visual_getcaps),
14064         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
14065         (plugin_init):
14066           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
14067         * ext/smoothwave/Makefile.am:
14068         * ext/smoothwave/demo-osssrc.c: (main):
14069         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
14070         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
14071         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
14072         (plugin_init):
14073         * ext/smoothwave/gstsmoothwave.h:
14074           Make gstsmoothwave a working element in the 20th century.
14075
14076         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
14077           Fix incorrect link function
14078
14079 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14080
14081         * gst/volume/gstvolume.c:
14082           Allow buffer-frames=0.
14083
14084 2004-11-12 Iain <iaingnome@gmail.com>
14085
14086         * configure.ac: Check for polypaudio
14087
14088         * ext/Makefile.am: Build the polyp dir
14089
14090         * ext/polyp: The polypsink sources.
14091
14092 2004-10-30 Iain <iaingnome@gmail.com>
14093
14094         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
14095         caps to reflect the new number of channels.
14096
14097 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14098
14099         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14100           Fix for negotiation order problem. This would show when the
14101           ALSA loopfuction was called before any other function. ALSA
14102           wouldn't do anything because we're not negotiated yet, leading
14103           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
14104
14105 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14106
14107         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14108
14109         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
14110           No warnings (#157986).
14111
14112 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14113
14114         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14115           Prefer apev1/2 and id3v1 (at end of file) over musepack.
14116
14117 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14118
14119         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
14120           Signal no-more-pads (so it works in playbin).
14121
14122 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14123
14124         * ext/musepack/gstmusepackreader.cpp:
14125           Workaround for older core.
14126
14127 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14128
14129         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
14130           Actually test for odd width/height rather than testing whether
14131           a temporary variable that was 0 before we subtracted 1 is now
14132           not equal to zero (which it always is).
14133
14134 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14135
14136         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
14137         Fix compilation if HAVE_XVIDEO is not defined
14138
14139 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14140
14141         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
14142         Fix compilation if HAVE_XVIDEO is not defined
14143
14144 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
14145
14146         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
14147         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
14148         (gst_goom_change_state), (plugin_init):
14149         Use the bytestream adapter so goom doesn't depend on the input
14150         buffer size.
14151         Add a debug category
14152
14153 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14154
14155         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
14156           Only set hardware parameters *after* negotiation. Before
14157           negotiation, it will set ANY and that seems to cause crashes
14158           (see e.g. #151288, #153227).
14159
14160 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14161
14162         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
14163           This seems to be antique leftover. It needs to pass error
14164           checking.
14165         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
14166         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
14167         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
14168         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
14169           Fix GstXOverlay implementation (#151059).
14170
14171 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14172
14173         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
14174           Don't assert (#157853).
14175
14176 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14177
14178         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
14179           Fix bytes/samples confustion.
14180         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
14181           Fix for underrun (#144389).
14182
14183 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14184
14185         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
14186           Disable halfway-seek for pending release (since it needs a new
14187           core release).
14188
14189 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14190
14191         * sys/v4l/gstv4lsrc.c:
14192         * sys/v4l/gstv4lsrc.h:
14193         * sys/v4l/v4lsrc_calls.c:
14194           add autoprobe-fps property so we can separate autoprobing parts
14195
14196 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14197
14198         * sys/v4l/gstv4lsrc.c:
14199         * sys/v4l/v4lsrc_calls.c:
14200         initialise fourcc to catch unset fourcc's, and debug
14201
14202 2004-11-09  Wim Taymans  <wim@fluendo.com>
14203
14204         * gst/playback/README:
14205         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
14206         * gst/playback/gstplaybin.c: (gst_play_bin_init),
14207         (gst_play_bin_dispose), (gst_play_bin_set_property),
14208         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
14209         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
14210         (gst_play_bin_get_formats), (gst_play_bin_convert),
14211         (gst_play_bin_get_query_types), (gst_play_bin_query):
14212         Cleanups and some more documentation.
14213
14214 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
14215
14216         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
14217         (gst_cacasink_init), (gst_cacasink_chain):
14218         * ext/libcaca/gstcacasink.h:
14219         Cacasink inherits from VideoSink, so let that store the clock.
14220
14221 2004-11-09  Wim Taymans  <wim@fluendo.com>
14222
14223         * gst/playback/README:
14224         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
14225         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
14226         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
14227         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
14228         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
14229         (setup_sinks):
14230         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
14231         (gst_stream_info_is_mute), (gst_stream_info_set_property):
14232         * gst/playback/gststreaminfo.h:
14233         Updated README.
14234         Only switch groups if all streams have muted (EOSed).
14235         Send Tags in sync with the stream playback instead of in
14236         the playback/preroll phase.
14237         Some cleanups, free the fakesrc elements.
14238
14239 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14240
14241         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
14242           buffer-frames property was missing
14243         * ext/arts/gst_arts.c:
14244           rate missing from sinkcaps
14245         * ext/audiofile/gstafparse.c:
14246         * ext/audiofile/gstafsink.c:
14247         * ext/audiofile/gstafsrc.c:
14248         * ext/swfdec/gstswfdec.c:
14249           int audio doesn't know buffer-frames
14250         * ext/cdparanoia/gstcdparanoia.c:
14251           int audio doesn't know chunksize either
14252         * ext/nas/nassink.c:
14253           it's endianness, not endianess
14254         * gst-libs/gst/audio/audio.h:
14255           make float standard pad template caps really describe float
14256         * gst/law/mulaw.c: (linear_factory):
14257           signed only, please
14258         * gst/mpegstream/gstdvddemux.c:
14259           widths of 20 are not valid
14260
14261 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14262
14263         Submitted by: Luca Ferretti <elle.uca@infinito.it>
14264
14265         * po/LINGUAS:
14266         * po/it.po:
14267           Add Italian
14268
14269 2004-11-08  Wim Taymans  <wim@fluendo.com>
14270
14271         * gst/playback/README:
14272         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
14273         * gst/playback/gstplaybasebin.c: (probe_triggered),
14274         (gst_play_base_bin_change_state):
14275         Updated README, added more comments for fixmes etc..
14276
14277 2004-11-08  Wim Taymans  <wim@fluendo.com>
14278
14279         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
14280         We can remove this hack now.
14281
14282 2004-11-08  Wim Taymans  <wim@fluendo.com>
14283
14284         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
14285         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
14286         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
14287         Only mix AYUV for maximum quality.
14288
14289 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14290
14291         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
14292         (gst_ogg_demux_push), (gst_ogg_pad_push):
14293           Let's act as if we're synchronized now! :).
14294         * ext/theora/theoradec.c: (theora_dec_chain):
14295           Add some debug.
14296
14297 2004-11-08  Wim Taymans  <wim@fluendo.com>
14298
14299         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14300         (gst_alpha_set_property), (gst_alpha_sink_link),
14301         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
14302         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
14303         (gst_alpha_init_params), (gst_alpha_chain):
14304         Implement alpha functions for AYUV too, this increases
14305         accuracy quite a bit.
14306
14307 2004-11-08  Wim Taymans  <wim@fluendo.com>
14308
14309         * gst/ffmpegcolorspace/avcodec.h:
14310         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14311         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
14312         (gst_ffmpegcsp_avpicture_fill):
14313         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14314         (gst_ffmpegcsp_caps_remove_format_info):
14315         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
14316         (shrink12), (img_get_alpha_info), (deinterlace_line),
14317         (deinterlace_line_inplace):
14318         * gst/ffmpegcolorspace/imgconvert_template.h:
14319         Added AYUV colorspace and handle RGBA a bit more respectful.
14320
14321 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14322
14323         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14324           Actually always send a discont (cornercase when resending the
14325           same serial-tagged chain twice).
14326
14327 2004-11-08  Julien MOUTTE  <julien@moutte.net>
14328
14329         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
14330         (gst_ximagesink_finalize):
14331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14332         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
14333
14334 2004-11-08  Wim Taymans  <wim@fluendo.com>
14335
14336         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
14337         Don't segfault on NULL data.
14338
14339 2004-11-08  Wim Taymans  <wim@fluendo.com>
14340
14341         * gst/playback/gstdecodebin.c: (unlinked):
14342         * gst/playback/gstplay-marshal.list:
14343         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14344         (gst_play_base_bin_init), (group_create), (get_active_group),
14345         (get_building_group), (group_destroy), (group_commit),
14346         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
14347         (add_element_stream), (no_more_pads), (probe_triggered),
14348         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
14349         (state_change), (setup_source), (gst_play_base_bin_get_property),
14350         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
14351         (gst_play_base_bin_link_stream),
14352         (gst_play_base_bin_get_streaminfo):
14353         * gst/playback/gstplaybasebin.h:
14354         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14355         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
14356         Add support for chained ogg files. Prepare for playlist
14357         support. This patch introduces the concept of pad groups, which
14358         together compose one playable media file.
14359
14360 2004-11-07  David Schleef  <ds@schleef.org>
14361
14362         * testsuite/gst-lint: Check for pad templates that aren't statically
14363         scoped.
14364
14365 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14366
14367         * configure.ac:
14368         * ext/Makefile.am:
14369         * ext/musepack/Makefile.am:
14370         * ext/musepack/gstmusepackdec.cpp:
14371         * ext/musepack/gstmusepackdec.h:
14372         * ext/musepack/gstmusepackreader.cpp:
14373         * ext/musepack/gstmusepackreader.h:
14374           Add musepack decoder.
14375         * ext/faad/gstfaad.c: (gst_faad_base_init):
14376           Make pad templates static.
14377         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
14378         (plugin_init):
14379           Add musepack typefinder, make mp3 typefinding work halfway stream,
14380           which doesn't actually work yet because id3demux doesn't implement
14381           _get_length().
14382
14383 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14384
14385         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14386         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
14387           Fix interrupt event handling (#144436).
14388
14389 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14390
14391         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
14392           Hide unused glory.
14393
14394 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14395
14396         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14397
14398         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
14399           Fix weird caps (#157548).
14400
14401 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14402
14403         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14404
14405         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
14406           Add missing NULL terminator (#157543).
14407
14408 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14409
14410         * gst/tcp/gsttcp.h:
14411         * gst/tcp/gsttcpclientsink.c:
14412         * gst/tcp/gsttcpclientsrc.c:
14413         * gst/tcp/gsttcpserversink.c:
14414         * gst/tcp/gsttcpserversrc.c:
14415           ports can go up to 65535.  Move common defines to gsttcp.h
14416
14417 2004-11-05  Wim Taymans  <wim@fluendo.com>
14418
14419         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
14420         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
14421         Added two more colorspaces.
14422
14423 2004-11-05  Wim Taymans  <wim@fluendo.com>
14424
14425         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14426         (gst_ffmpegcsp_avpicture_fill):
14427         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
14428         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
14429         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
14430         More stride fixes.
14431
14432 2004-11-05  Wim Taymans  <wim@fluendo.com>
14433
14434         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
14435         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
14436         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
14437         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
14438         (gst_videomixer_loop):
14439         More stride fixes.
14440
14441 2004-11-05  Benjamin Otte  <otte@gnome.org>
14442
14443         * ext/mad/gstmad.c: (gst_mad_chain):
14444           don't overflow data buffer. Flush not needed sync data when syncing
14445           failed.
14446
14447 2004-11-04  Wim Taymans  <wim@fluendo.com>
14448
14449         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14450         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14451         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
14452         (gst_alpha_init_params), (gst_alpha_chain),
14453         (gst_alpha_change_state):
14454         Updated the chroma keying algorithm with something more
14455         sophisticated.
14456
14457 2004-11-03  Wim Taymans  <wim@fluendo.com>
14458
14459         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
14460         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
14461         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
14462         Fix stride issues. Does not completely work for odd
14463         heights.
14464
14465 2004-11-03  Wim Taymans  <wim@fluendo.com>
14466
14467         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14468         (gst_alpha_chroma_key), (gst_alpha_chain):
14469         Fix stride issues. Does not completely work for odd
14470         heights.
14471
14472 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
14473
14474         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
14475         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
14476         leak fixes
14477
14478 2004-11-03  Wim Taymans  <wim@fluendo.com>
14479
14480         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14481         (gst_ffmpegcsp_avpicture_fill):
14482         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
14483         (avpicture_alloc):
14484         * gst/ffmpegcolorspace/imgconvert_template.h:
14485         Use correct _fill function to get correct strides.
14486
14487 2004-11-02  David Schleef  <ds@schleef.org>
14488
14489         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
14490         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
14491         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
14492         Change all g_print()s to debugging.  Add a bunch of consistency
14493         checks.
14494
14495 2004-11-02  Wim Taymans  <wim@fluendo.com>
14496
14497         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14498         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
14499         (unlinked), (no_more_pads), (close_link):
14500         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14501         (unknown_type), (add_element_stream), (new_decoded_pad),
14502         (removed_decoded_pad), (setup_source):
14503         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
14504         (gst_stream_info_class_init), (gst_stream_info_init),
14505         (gst_stream_info_new), (gst_stream_info_dispose),
14506         (stream_info_mute_pad), (gst_stream_info_set_property),
14507         (gst_stream_info_get_property):
14508         * gst/playback/gststreaminfo.h:
14509         Fix playback of multiple files.
14510         a slightly different approach to handling dynamic pad removals.
14511         This one only looks at pads that we have linked.
14512
14513 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
14514
14515         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
14516         free" warning from libc.
14517
14518 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14519
14520         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14521         (get_unconnected_element), (remove_starting_from), (pad_removed),
14522         (close_link):
14523           Implement support for dynamic pad changing. We listen to "live"
14524           pad removals (i.e. while playing) and re-setup autoplugging
14525           after that. Playbasebin/playbin need some more work for this
14526           to finally work, but decodebin supports (and replugs) chained
14527           ogg now.
14528
14529 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
14530
14531         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
14532         (gst_alsa_finalize):
14533         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
14534         (gst_cdaudio_finalize):
14535         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
14536         (cdparanoia_finalize):
14537         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
14538         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
14539         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
14540         (dvdreadsrc_finalize):
14541         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
14542         (gst_flacdec_finalize):
14543         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
14544         (gst_flacenc_finalize):
14545         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
14546         (gst_gnomevfssink_finalize):
14547         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
14548         (gst_gnomevfssrc_finalize):
14549         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
14550         (gst_fameenc_finalize):
14551         * ext/nas/nassink.c: (gst_nassink_class_init),
14552         (gst_nassink_finalize):
14553         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
14554         (gst_sdlvideosink_class_init):
14555         * ext/sndfile/gstsf.c: (gst_sf_dispose):
14556         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
14557         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
14558         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
14559         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
14560         (gst_x_window_listener_dispose):
14561         * gst/audioscale/gstaudioscale.c:
14562         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
14563         (play_on_demand_finalize):
14564         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
14565         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
14566         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
14567         (cdplayer_finalize):
14568         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
14569         (gst_glimagesink_class_init):
14570         * sys/oss/gstosselement.c: (gst_osselement_class_init),
14571         (gst_osselement_finalize):
14572         * sys/oss/gstosssink.c: (gst_osssink_dispose):
14573         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
14574         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
14575           Fixes a bunch of problems with finalize and dispose functions,
14576           either assumptions that dispose is only called once, or not calling
14577           the parent class dispose/finalize function
14578
14579 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
14580
14581         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
14582           added two api precondition guards
14583           use g_strdup with getenv to fix crash when using ENVVAR
14584
14585 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
14586         * ext/esd/esdsink.c: (gst_esdsink_class_init),
14587         (gst_esdsink_finalize):
14588         Use a finalize function, not dispose, and more importantly,
14589         call the parent class finalize function too
14590
14591 2004-11-01  Johan Dahlin  <johan@gnome.org>
14592
14593         * ext/ogg/gstoggdemux.c:
14594         * gst/tags/gstvorbistag.c:
14595         Plug leaks.
14596
14597 2004-10-31  Benjamin Otte  <otte@gnome.org>
14598
14599         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
14600           lotsa memleaks today. But they're all small...
14601
14602 2004-10-31  Benjamin Otte  <otte@gnome.org>
14603
14604         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14605           another memleak crushed
14606
14607 2004-10-31  Benjamin Otte  <otte@gnome.org>
14608
14609         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
14610           fix memleak
14611
14612 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14613
14614         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14615           Hack to prevent crash when going to READY inside signal handler
14616           while this function is active.
14617
14618 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14619
14620         * gst/ffmpegcolorspace/Makefile.am:
14621         * gst/ffmpegcolorspace/avcodec.h:
14622         * gst/ffmpegcolorspace/common.h:
14623         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
14624         * gst/ffmpegcolorspace/dsputil.h:
14625         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
14626         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14627         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
14628         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
14629         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
14630         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
14631         (gst_ffmpegcsp_avpicture_fill):
14632         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
14633         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14634         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
14635         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
14636         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
14637         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
14638         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14639         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
14640         * gst/ffmpegcolorspace/imgconvert.c:
14641         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
14642         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
14643         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
14644         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
14645         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
14646         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
14647         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
14648         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
14649         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
14650         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
14651         (grow21), (grow22), (grow41), (grow44), (conv411),
14652         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
14653         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
14654         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
14655         (avpicture_free), (is_yuv_planar), (img_convert),
14656         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
14657         (deinterlace_line_inplace), (deinterlace_bottom_field),
14658         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
14659         * gst/ffmpegcolorspace/imgconvert_template.h:
14660         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
14661         * gst/ffmpegcolorspace/mmx.h:
14662         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
14663         (av_fast_realloc), (av_mallocz_static), (av_free_static),
14664         (av_freep), (avcodec_get_context_defaults),
14665         (avcodec_alloc_context), (avcodec_init):
14666           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
14667           handling plus update from ffmpeg CVS. Large clean-up.
14668
14669 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14670
14671         * gst/playback/Makefile.am:
14672           We need the marshallers for decodebin, too.
14673
14674 2004-10-30  David Schleef  <ds@schleef.org>
14675
14676         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
14677           quicktime typefinding work with 64-bit offsets.
14678
14679 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
14680
14681         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
14682           Set EOS on the element when processing an EOS event.
14683         * ext/speex/gstspeexdec.h:
14684         * ext/speex/gstspeexenc.h:
14685           Only keep a const ptr to the mode
14686         * gst-libs/gst/riff/riff-media.c:
14687         (gst_riff_create_audio_caps_with_data),
14688         (gst_riff_create_audio_template_caps):
14689           Allow WMAV3, with up to 6 channels.
14690         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
14691           Don't call gst_pad_set_event_function on a sink pad.
14692         * gst/mpegstream/gstdvddemux.c:
14693         (gst_dvd_demux_get_subpicture_stream),
14694         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
14695           Copy the explicit caps that were set across to the cur_* pads,
14696           instead of trying to use a possibly non-existent negotiated caps.
14697           Reset the type of subpicture pads to UNKNOWN after calling
14698           init_stream, so that the caps get set.
14699
14700 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
14701
14702         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14703
14704         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
14705           Don't touch buffer if it is of size 0 (fixes #151064).
14706
14707 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14708
14709         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
14710           Synchronized discont handling.
14711
14712 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14713
14714         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
14715         (gst_ogg_demux_push):
14716           Make seeking sort-of exact again (fixes #156387).
14717
14718 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14719
14720         * gst/playback/gstplaybasebin.c: (unknown_type),
14721         (add_element_stream), (new_decoded_pad),
14722         (gst_play_base_bin_change_state):
14723         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14724         (gst_stream_info_init), (gst_stream_info_new),
14725         (gst_stream_info_dispose), (gst_stream_info_get_property):
14726         * gst/playback/gststreaminfo.h:
14727           Make caps explicitely available. Makes testing for unsupported
14728           types possible. Improves error reporting.
14729
14730 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14731
14732         * gst/audioconvert/gstaudioconvert.c:
14733         (gst_audio_convert_buffer_to_default_format):
14734           Really don't touch read-only buffers (#156563).
14735
14736 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
14737
14738         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14739
14740         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14741           Fix memleak (#155223).
14742
14743 2004-10-29  Wim Taymans  <wim@fluendo.com>
14744
14745         * gst/tcp/.cvsignore:
14746         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14747         (gst_multifdsink_class_init), (gst_multifdsink_init),
14748         (gst_multifdsink_add), (gst_multifdsink_remove),
14749         (gst_multifdsink_remove_client_link), (is_sync_frame),
14750         (gst_multifdsink_new_client),
14751         (gst_multifdsink_handle_client_write),
14752         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14753         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
14754         (gst_multifdsink_get_property):
14755         * gst/tcp/gstmultifdsink.h:
14756         Added burst on connect sync_method, deprecated sync_clients,
14757         streamlined the sync code some more.
14758
14759 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14760
14761         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
14762         (gst_play_base_bin_change_state):
14763           Improve error reporting.
14764
14765 2004-10-28  Wim Taymans  <wim@fluendo.com>
14766
14767         * gst/tcp/Makefile.am:
14768         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
14769         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
14770         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
14771         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
14772         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14773         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14774         (gst_fdset_wait):
14775         Added more locks around fdset structures. Fixed/reworked
14776         the poll array resizing code.
14777         Added stress test for fdset.
14778
14779 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14780
14781         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
14782         fix build
14783
14784 2004-10-28  Benjamin Otte  <otte@gnome.org>
14785
14786         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
14787           fix link function to always query channels and query width for
14788           floats
14789         * configure.ac:
14790           add equalizer dir
14791         * gst/equalizer/Makefile.am:
14792         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
14793         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
14794         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
14795         (arg_to_scale), (setup_filter),
14796         (gst_iir_equalizer_compute_frequencies),
14797         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
14798         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
14799         (plugin_init):
14800           add an equalizer
14801
14802 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14803
14804         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
14805
14806         * po/LINGUAS:
14807         * po/nb.po:
14808           Added Norwegian Bokmaal translation
14809
14810 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14811
14812         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14813           Don't break on options (fixes #156488).
14814
14815 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14816
14817         * configure.ac:
14818         * ext/cdaudio/Makefile.am:
14819         * sys/Makefile.am:
14820           fix build on older automake
14821
14822 2004-10-26  Wim Taymans  <wim@fluendo.com>
14823
14824         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
14825         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
14826         Allow a little margin when negotiating the framerate.
14827
14828 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
14829
14830         * gst/level/gstlevel.c:
14831           synchonised naming of pads and pad-templates
14832
14833 2004-10-26  Wim Taymans  <wim@fluendo.com>
14834
14835         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
14836         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
14837         (_find_streams_check), (gst_ogg_demux_push):
14838         Fix EOS again. Needs to be done in a better way. We should not
14839         remove the pad if there is no new chained stream.
14840
14841 2004-10-26 Iain <iaingnome@gmail.com>
14842
14843         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
14844         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
14845         of the caps.
14846         * gst/interleave/interleave.c (interleave_class_init): Hook up release
14847         pad.
14848         (interleave_release_pad): Remove the pad.
14849         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
14850         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
14851         the set device.
14852         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
14853         attrs
14854         (gst_xvimagesink_xcontext_clear): Free the xcontext.
14855         (gst_xvimagesink_finalize): Free the par.
14856
14857 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14858
14859         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
14860         (gst_avimux_stop_file):
14861           First calculate the rate, and only then use it. Hdr.rate is a
14862           multiple and not a derivative of hdr.scale. Scale is not the
14863           same as blockalign but is solely related to rate.
14864
14865 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14866
14867         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
14868         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
14869           Implement seeking.
14870
14871 2004-10-25  James Henstridge  <james@jamesh.id.au>
14872
14873         Reviewed by:  David Schleef  <ds@schleef.org>
14874
14875         * examples/gstplay/player.c: (got_stream_length), (main):
14876         * examples/seeking/cdplayer.c: (update_scale):
14877         * examples/seeking/seek.c: (format_value), (update_scale):
14878         * examples/seeking/spider_seek.c: (format_value), (update_scale),
14879         (stop_seek):
14880         Build fixes on AMD64.
14881
14882 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14883
14884         reviewed by: Ronald Bultje <rbultje at gnome dot org>
14885
14886         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
14887         Fix for some v4l cards which hang in v4lsrc
14888
14889 2004-10-25  Wim Taymans  <wim@fluendo.com>
14890
14891         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
14892         (gst_ogg_demux_push), (gst_ogg_chains_clear):
14893         Make sure to remove the pad when a new chain is
14894         encountered. Set some vars to NULL so we don't try
14895         to reference freed memory.
14896
14897 2004-10-25  Wim Taymans  <wim@fluendo.com>
14898
14899         * examples/seeking/Makefile.am:
14900         * examples/seeking/cdplayer.c: (update_scale):
14901         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
14902         * examples/seeking/playbin.c: (make_playerbin_pipeline),
14903         (format_value), (update_scale), (iterate), (start_seek),
14904         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
14905         (print_usage), (main):
14906         Added some more examples, update others.
14907
14908 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14909
14910         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
14911         * ext/speex/gstspeexdec.c: (speex_dec_chain):
14912         * ext/theora/theoradec.c: (theora_dec_chain):
14913         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14914           Add codec-name metadata.
14915
14916 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
14917
14918         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14919
14920         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14921         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14922         * ext/alsa/gstalsamixertrack.h:
14923         * po/POTFILES.in:
14924           ALSA mixer track label internationalization (#154054).
14925
14926 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14927
14928         * ext/theora/theoradec.c: (theora_dec_chain):
14929           Export bitrate as metadata.
14930
14931 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14932
14933         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14934         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14935         * ext/alsa/gstalsamixertrack.h:
14936           Fix names, fix loop.
14937
14938 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14939
14940         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
14941         (speex_dec_convert):
14942           sinkconvert function so oggdemux can get the file length (totem).
14943
14944 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
14945
14946         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14947
14948         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
14949           Don't push incomplete packets.
14950         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
14951           Fix MPEG-4 audio typefinding.
14952
14953 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14954
14955         * sys/v4l/Makefile.am:
14956         * sys/v4l/gstv4l.c: (plugin_init):
14957         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
14958         (gst_v4lelement_init), (gst_v4lelement_dispose),
14959         (gst_v4lelement_change_state):
14960         * sys/v4l/gstv4lelement.h:
14961         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
14962         (gst_v4l_xoverlay_close), (idle_refresh),
14963         (gst_v4l_xoverlay_set_xwindow_id):
14964         * sys/v4l/gstv4lxoverlay.h:
14965         * sys/v4l/v4l-overlay_calls.c:
14966         * sys/v4l/v4l_calls.h:
14967         * sys/v4l2/Makefile.am:
14968         * sys/v4l2/gstv4l2.c: (plugin_init):
14969         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
14970         (gst_v4l2element_init), (gst_v4l2element_dispose),
14971         (gst_v4l2element_change_state):
14972         * sys/v4l2/gstv4l2element.h:
14973         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
14974         (gst_v4l2_xoverlay_close), (idle_refresh),
14975         (gst_v4l2_xoverlay_set_xwindow_id):
14976         * sys/v4l2/gstv4l2xoverlay.h:
14977         * sys/v4l2/v4l2-overlay_calls.c:
14978         * sys/v4l2/v4l2_calls.h:
14979           Remove client-side overlay handling, use the X-server v4l plugin
14980           for that. Nicer overlay, less code. Also make the plugin
14981           compileable without X (but then without overlay, obviously).
14982           Makes xwindowlistener obsolete, should we remove that?
14983
14984 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14985
14986         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
14987         (gst_osssrc_src_query):
14988         * sys/oss/gstosssrc.h:
14989           OK, so people want offset in DEFAULT. This time, actually fix all
14990           cases.
14991         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
14992           Add FPS properly.
14993
14994 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14995
14996         * gst/asfdemux/gstasfmux.c:
14997         * gst/avi/gstavimux.c:
14998           Framerate.
14999
15000 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15001
15002         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
15003           Fix properties (channel, norm, frequency).
15004
15005 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15006
15007         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
15008           Flag typo.
15009         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
15010           No warnings.
15011
15012 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15013
15014         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
15015           Fix hang.
15016
15017 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15018
15019         * sys/v4l2/gstv4l2element.h:
15020           Yet Another Hack (tm) for kernel header borkedness.
15021         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
15022         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
15023         (gst_v4l2src_link), (gst_v4l2src_getcaps),
15024         (gst_v4l2src_change_state):
15025         * sys/v4l2/gstv4l2src.h:
15026         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
15027         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
15028           Fix caps, keep track of state, work.
15029
15030 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15031
15032         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
15033           Quiet.
15034
15035 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15036
15037         * sys/oss/gstosssrc.c: (gst_osssrc_get):
15038           Don't mix bytes and samples.
15039
15040 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15041
15042         * ext/ogg/gstoggmux.c:
15043           Basic pad template which accepts OGM tracks, speex, flac, vorbis
15044           and theora. Any is incorrect.
15045         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
15046           Fix caps.
15047         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
15048         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
15049         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
15050         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
15051         * sys/v4l/gstv4lmjpegsrc.h:
15052         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
15053         (gst_v4lsrc_change_state):
15054         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
15055         (gst_v4lmjpegsrc_capture_stop):
15056           Fix caps. Keep track of internal state. Work.
15057
15058 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15059
15060         * ext/Makefile.am:
15061           Fix the build fixes.
15062
15063 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15064
15065         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15066         (gst_ogg_demux_src_event), (_find_chain_seek),
15067         (gst_ogg_pad_push):
15068           Check for pad availability before using it.
15069         * ext/ogg/gstoggdemux.c: (_find_chain_process):
15070           Fix parsing of chained ogg. Needs more work on the decoder side.
15071
15072 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15073
15074         * gst/spectrum/Makefile.am:
15075         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
15076         (idle_func):
15077           Fix demo and reenable it. Yes, I'm currently playing with audio
15078           analysis tools
15079
15080 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15081
15082         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
15083           We love it if files that start at zero work too...
15084
15085 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15086
15087         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
15088           Handle files with missing EOS headers.
15089
15090 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15091
15092         * gst/tcp/gsttcpserversink.c:
15093         (gst_tcpserversink_handle_server_read),
15094         (gst_tcpserversink_init_send):
15095         Zero some variables first (need for accept not to return EINVAL)
15096
15097 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15098
15099         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15100         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
15101         * ext/theora/theoradec.c: (theora_dec_sink_convert),
15102         (theora_dec_chain):
15103         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
15104         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
15105           Seeking and querying finetune.
15106
15107 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15108
15109         * configure.ac:
15110         * ext/Makefile.am:
15111         * ext/raw1394/Makefile.am:
15112           fix the build
15113
15114 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15115
15116         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
15117           Wrong return.
15118         * gst/playback/Makefile.am:
15119         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15120         * gst/playback/gstplay-marshal.list:
15121         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15122           Fix marshallers.
15123
15124 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15125
15126         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
15127           Silence.
15128
15129 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15130
15131         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15132         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
15133         (gst_ogg_pad_push):
15134           Yay for non-lineair granulepos in theora.
15135
15136 2004-10-18  Wim Taymans  <wim@fluendo.com>
15137
15138         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
15139         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
15140         * ext/dv/gstdvdec.h:
15141         Make sure we renegotiate aspect ratio when the camera switches.
15142
15143 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15144
15145         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15146         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
15147           Start at zero.
15148         * ext/theora/theoradec.c: (theora_dec_chain):
15149           Skip headers. Bad idea for chained ogg, but fixes seeking.
15150
15151 2004-10-18  Wim Taymans  <wim@fluendo.com>
15152
15153         * configure.ac:
15154         I swear, this is the last time I touch this.
15155
15156 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15157
15158         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15159         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
15160         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
15161           Faster seeking.
15162         * ext/theora/theoradec.c: (theora_dec_sink_convert):
15163           Time-to-default conversion.
15164         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
15165           Don't error on unknown packets, just skip. We should probably
15166           read them if we want to support chained ogg.
15167
15168 2004-10-18  Wim Taymans  <wim@fluendo.com>
15169
15170         * configure.ac:
15171         Added cdaudio to wrong list.
15172
15173 2004-10-18  Wim Taymans  <wim@fluendo.com>
15174
15175         * configure.ac:
15176         Revive cdaudio.
15177
15178 2004-10-18  Wim Taymans  <wim@fluendo.com>
15179
15180         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
15181         (gst_dvdec_video_link), (gst_dvdec_push):
15182         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
15183         (gst_smokeenc_resync), (gst_smokeenc_chain):
15184         Fix mimetype on smoke encoder.
15185         Add aspect ratio to dvdec. Not sure if these
15186         values are correct though....
15187
15188 2004-10-18  Wim Taymans  <wim@fluendo.com>
15189
15190         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
15191         Fix vorbis property descriptions and ranges.
15192
15193 2004-10-18  Wim Taymans  <wim@fluendo.com>
15194
15195         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
15196         Really do nothing when no data is available.
15197         Go to the playing state when the stream is not seekable
15198         instead of failing.
15199
15200 2004-10-18  Wim Taymans  <wim@fluendo.com>
15201
15202         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
15203         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
15204         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
15205         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
15206         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
15207         Added uri handler for cd://
15208         Port to new API.
15209
15210 2004-10-18  Wim Taymans  <wim@fluendo.com>
15211
15212         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15213         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
15214         (try_to_link_1), (no_more_pads), (close_link), (type_found):
15215         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
15216         (remove_prerolls), (unknown_type), (add_element_stream),
15217         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
15218         (gst_play_base_bin_remove_element),
15219         (gst_play_base_bin_link_stream):
15220         * gst/playback/gstplaybin.c: (gen_video_element),
15221         (gen_vis_element), (remove_sinks), (setup_sinks):
15222         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
15223         (gst_stream_info_get_type), (gst_stream_info_class_init),
15224         (gst_stream_info_init), (gst_stream_info_new),
15225         (gst_stream_info_dispose), (stream_info_mute_pad),
15226         (gst_stream_info_set_property), (gst_stream_info_get_property):
15227         * gst/playback/gststreaminfo.h:
15228         Add sink padtemplate to decodebin.
15229         Added some more comments.
15230         Make queue size configurable in playbasebin.
15231         Added possibility to use elements as sinks (ex cdaudio).
15232
15233 2004-10-15  Wim Taymans  <wim@fluendo.com>
15234
15235         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
15236         (gst_speexenc_chain):
15237         Fix speex timestamps so that it gets muxed properly.
15238
15239 2004-10-15  Wim Taymans  <wim@fluendo.com>
15240
15241         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
15242         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
15243         (gst_dv1394src_init), (gst_dv1394src_dispose),
15244         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
15245         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
15246         (gst_dv1394src_event), (gst_dv1394src_get_formats),
15247         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
15248         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
15249         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
15250         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
15251         * ext/raw1394/gstdv1394src.h:
15252         Added conversion/query functions.
15253         Update buffer timestamps,
15254         Added signals.
15255         Added uri dv:// so it might play from the firewire in playbin.
15256         Fix a possible leak.
15257         Added debugging.
15258
15259 2004-10-15  Wim Taymans  <wim@fluendo.com>
15260
15261         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
15262         (gst_dv1394src_init), (gst_dv1394src_set_property),
15263         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
15264         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
15265         * ext/raw1394/gstdv1394src.h:
15266         Added AV/C VTR control support needed for some cameras.
15267         Added automatic port detection.
15268         Added properties for selecting the channel.
15269         The configure.ac script is not yet updated to reflect the
15270         new libavc1394 and librom1394 dependencies.
15271
15272 2004-10-15  Wim Taymans  <wim@fluendo.com>
15273
15274         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15275         (qtdemux_parse), (gst_qtdemux_handle_esds):
15276         An esds box is not a container.
15277         Fix parsing of mp4v boxes.
15278         Do not try to renegotiate fps for each frame. Need to
15279         find a better method. This should fix mp4 playback.
15280
15281 2004-10-14  David Schleef  <ds@schleef.org>
15282
15283         * configure.ac: update for swfdec-0.3 and liboil-0.2
15284         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
15285         * ext/swfdec/gstswfdec.h: same
15286         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
15287         * gst/videotestsrc/videotestsrc.c: same
15288
15289 2004-10-14  Wim Taymans  <wim@fluendo.com>
15290
15291         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15292         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
15293         (is_sync_frame), (gst_multifdsink_new_client),
15294         (gst_multifdsink_handle_client_write),
15295         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15296         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
15297         Turn warnings into info.
15298         Don't allow a state change in the streaming thread.
15299
15300 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15301
15302         * ext/vorbis/oggvorbisenc.c:
15303         * ext/vorbis/vorbisdec.c:
15304           fix template sample rate
15305
15306 2004-10-13  Wim Taymans  <wim@fluendo.com>
15307
15308         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
15309         Decoding the header first fixes some problems in resyncing
15310         in more mp3s.
15311
15312 2004-10-12  Wim Taymans  <wim@fluendo.com>
15313
15314         * gst/playback/gstplaybin.c: (gen_video_element),
15315         (gen_vis_element), (remove_sinks), (setup_sinks):
15316         Added vis plugin support, need to configure the vis
15317         element to activate it.
15318
15319 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15320
15321         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
15322         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15323           Some debug.
15324         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15325         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
15326         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
15327         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
15328         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
15329         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
15330         * gst/avi/gstavidemux.h:
15331           Support for openDML-2.0 indx/ix## chunks. Support for broken index
15332           recovery (where, if part of the index is broken, we will still read
15333           the rest of the index and recover the broken part by stream
15334           scanning). More broken media support. EOS workarounds. General AVI
15335           braindamage headache recovery. Aspirin included.
15336
15337 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15338
15339         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
15340         (cdparanoia_event), (cdparanoia_query):
15341           Get rid of hideous lead-in.
15342
15343 2004-10-11  Wim Taymans  <wim@fluendo.com>
15344
15345         * gst/playback/gstplaybasebin.c: (setup_source):
15346         Wrong var used to get g_list_next.
15347
15348 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15349
15350         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
15351         (cdparanoia_get), (cdparanoia_open):
15352           Report discid as metadata, add duration.
15353
15354 2004-10-11  Wim Taymans  <wim@fluendo.com>
15355
15356         * gst/playback/gstplaybasebin.c: (setup_source):
15357         Cleanup the previous pipeline a little earlier for the
15358         case that a source element provides raw data.
15359
15360 2004-10-11  Benjamin Otte  <otte@gnome.org>
15361
15362         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15363           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
15364           consuming the last 128 bytes, even though it was valid mp3 data.
15365
15366 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15367
15368         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
15369         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
15370         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
15371         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
15372
15373 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15374
15375         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
15376         Fix for webcams that support only specific width or height
15377
15378 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
15379
15380         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15381
15382         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15383           Fix wrong discont event setup (fixes #154967).
15384
15385 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
15386
15387         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15388
15389         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15390           Error out on invalid data (fixes #154807).
15391
15392 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
15393
15394         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15395
15396         * ext/dvdread/dvdreadsrc.c: (_read):
15397           Make titles > 0 work again (fixes #154834).
15398
15399 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15400
15401         * gst-libs/gst/riff/riff-media.c:
15402         (gst_riff_create_video_template_caps):
15403           WMV3 missing in template caps.
15404
15405 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15406
15407         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15408           OK, so the original code was too strict. It makes random AVI files
15409           hang for seconds upon opening, which is unacceptable and is far
15410           beyond the original goal of getting multiple chunks for one-chunk
15411           sounc stream files. So now do just that.
15412
15413 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15414
15415         * gst/playback/gstplaybasebin.c: (setup_source),
15416         (gst_play_base_bin_change_state):
15417           Actually clean up streaminfo if output fails. This would trigger
15418           if, for example, there was no CD in the drive. No preroll, so
15419           a streaminfo structure is created, but the subsequent state change
15420           of the thread fails.
15421         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
15422           Don't change state if parent failed.
15423
15424 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15425
15426         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15427         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
15428         (gen_video_element), (remove_sinks):
15429           Add small bits of code for screenshot handling.
15430
15431 2004-10-08  Wim Taymans  <wim@fluendo.com>
15432
15433         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
15434         (gen_video_element), (gen_audio_element), (setup_sinks):
15435         Don't assume the user provided sinks are named "sink"...
15436
15437 2004-10-08  Wim Taymans  <wim@fluendo.com>
15438
15439         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
15440         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
15441         (gst_play_base_bin_link_stream):
15442         Do not try to autoplug sources that generate raw streams like
15443         cdparanoia.
15444         disconnect the preroll overrun signal when we don't need it anymore.
15445
15446 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
15447
15448         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
15449         Added reworked patch from #154903 from milosz derezynski (deadchip).
15450
15451 2004-10-08  Wim Taymans  <wim@fluendo.com>
15452
15453         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
15454         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
15455         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
15456         (cdparanoia_convert), (cdparanoia_uri_get_type),
15457         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
15458         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
15459         * ext/cdparanoia/gstcdparanoia.h:
15460         This adds the cdda://<tracknum> uri.
15461
15462 2004-10-08  Wim Taymans  <wim@fluendo.com>
15463
15464         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15465         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
15466         (try_to_link_1), (no_more_pads), (close_link), (type_found):
15467         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15468         (unknown_type), (gst_play_base_bin_remove_element),
15469         (gst_play_base_bin_link_stream):
15470         * gst/playback/gstplaybasebin.h:
15471         * gst/playback/gstplaybin.c: (gst_play_bin_init),
15472         (gst_play_bin_set_property), (gen_video_element),
15473         (gen_audio_element), (setup_sinks):
15474         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
15475         (gst_stream_info_get_type), (gst_stream_info_class_init),
15476         (gst_stream_info_init), (gst_stream_info_new),
15477         (gst_stream_info_dispose), (stream_info_mute_pad),
15478         (gst_stream_info_set_property), (gst_stream_info_get_property):
15479         * gst/playback/gststreaminfo.h:
15480         Reuse the audio and video bins.
15481         Some internal cleanups in the stream selection code.
15482
15483 2004-10-08  Julien MOUTTE  <julien@moutte.net>
15484
15485         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15486         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
15487         * sys/ximage/ximagesink.h:
15488         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15489         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
15490         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
15491         not coming from those elements. Moreover these elements should not keep
15492         the xid they have been given when in NULL state.
15493
15494 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15495
15496         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15497         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
15498         * sys/ximage/ximagesink.h:
15499         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15500         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
15501         * sys/xvimage/xvimagesink.h:
15502           Actually only create a new toplevel window if we're not gonna
15503           embed it right after.
15504
15505 2004-10-07  Wim Taymans  <wim@fluendo.com>
15506
15507         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
15508         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
15509         * gst/playback/gstplaybin.c: (setup_sinks):
15510         Implement muting/unmuting of streams, mute streams that are not
15511         used.
15512
15513 2004-10-07  Wim Taymans  <wim@fluendo.com>
15514
15515         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
15516         (plugin_init):
15517         Added lame audio/x-ac3 typefind function.
15518
15519 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15520
15521         * configure.ac:
15522           bump nano to cvs
15523
15524 === release 0.8.5 ===
15525
15526 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15527
15528         * NEWS:
15529         * RELEASE:
15530         * configure.ac:
15531           releasing 0.8.5, "Take You On"
15532
15533 2004-10-06  Wim Taymans  <wim@fluendo.com>
15534
15535         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15536         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15537         (no_more_pads), (close_link), (type_found):
15538         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
15539         * gst/playback/gstplaybin.c: (gen_video_element):
15540         Do not signal the no_more_pads after the first pad when
15541         we are plugging a non dynamic element with multiple
15542         output pads (like swfdec, dvdec, ...).
15543
15544 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15545
15546         * configure.ac:
15547           bump for prerelease
15548
15549 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15550
15551         * gst/wavparse/gstwavparse.c:
15552           add ATRAC3 to STATIC CAPS to fix a warning
15553
15554         * gst/matroska/ebml-read.c:
15555         * gst-libs/gst/riff/riff-read.c:
15556           fix typos
15557
15558 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15559
15560         * gst-libs/gst/riff/riff-media.c:
15561           generate caps for ATRAC3 audio streams
15562
15563         * gst/realmedia/rmdemux.c:
15564           generate caps for ATRAC3 audio streams
15565
15566 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15567
15568         * gst/wavparse/Makefile.am
15569         * gst/wavparse/riff.h
15570         * gst/wavparse/wavparse.vcproj
15571           riff.h removal (unused and duplication with riff-ids.h)
15572
15573 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15574
15575         * gst/wavparse/gstwavparse.h
15576           remove duplicated defines for audio codec codes
15577
15578         * gst-libs/gst/riff/riff-ids.h
15579         * gst/wavenc/riff.h:
15580           add "4CC" code for ATRAC3 audio streams
15581           add "4CC" code for ITU_G721_ADPCM (unused for now)
15582
15583 2004-10-06  Wim Taymans  <wim@fluendo.com>
15584
15585         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
15586         Actually _do_ negotiation. Pass gdouble as arg instead
15587         of guint64 for the framerate.
15588
15589 2004-10-06  Wim Taymans  <wim@fluendo.com>
15590
15591         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15592         (find_compatibles), (close_pad_link), (try_to_link_1),
15593         (no_more_pads), (close_link), (type_found):
15594         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
15595         * gst/playback/gstplaybin.c: (gen_video_element),
15596         (gen_audio_element):
15597         Set state on newly added element to READY so that negotiation
15598         can happen ASAP.
15599         Addes some more debug info.
15600         Do not try to plug pads with multiple caps structures or ANY
15601         because it is too dangerous since we do not do dynamic
15602         replugging.
15603
15604 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15605
15606         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
15607
15608         * po/LINGUAS:
15609         * po/or.po:
15610           add Oriya translation
15611
15612 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15613
15614         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15615           Prevent overwrite of size member. Makes audio sound crappy.
15616
15617 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15618
15619         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15620         Add rmvb to the list of known RealMedia extensions
15621
15622 2004-10-05  Wim Taymans  <wim@fluendo.com>
15623
15624         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
15625         (mngdec_openstream), (mngdec_closestream),
15626         (mngdec_handle_sink_event), (mngdec_readdata),
15627         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
15628         (mngdec_getcanvasline), (mngdec_refresh),
15629         (gst_mngdec_change_state):
15630         Set the framerate correctly.
15631
15632 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15633
15634         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15635           There was something wrong with the index massaging.
15636
15637 2004-10-04  Wim Taymans  <wim@fluendo.com>
15638
15639         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
15640         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
15641         (gst_smokedec_chain):
15642         * ext/jpeg/gstsmokedec.h:
15643         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
15644         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
15645         * ext/jpeg/gstsmokeenc.h:
15646         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
15647         (smokecodec_decode_new), (smokecodec_info_free),
15648         (smokecodec_set_quality), (smokecodec_get_quality),
15649         (smokecodec_set_threshold), (smokecodec_get_threshold),
15650         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
15651         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
15652         (smokecodec_encode), (smokecodec_parse_id),
15653         (smokecodec_parse_header), (smokecodec_decode):
15654         * ext/jpeg/smokecodec.h:
15655         * ext/jpeg/smokeformat.h:
15656         Updated smoke, new bitstream, allows embedding in ogg.
15657
15658 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15659
15660         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
15661           Fix seeking in some files. All this code is no longer needed (and
15662           actually breaks stuff) because we now synchronize the full index
15663           right when reading the header.
15664
15665 2004-10-04  Wim Taymans  <wim@fluendo.com>
15666
15667         * configure.ac:
15668         configure update for libmng.
15669
15670 2004-10-04  Wim Taymans  <wim@fluendo.com>
15671
15672         * ext/libmng/Makefile.am:
15673         * ext/libmng/gstmng.c: (plugin_init):
15674         * ext/libmng/gstmng.h:
15675         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
15676         (gst_mngdec_base_init), (gst_mngdec_class_init),
15677         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
15678         (gst_mngdec_loop), (gst_mngdec_get_property),
15679         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
15680         (mngdec_closestream), (mngdec_handle_sink_event),
15681         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
15682         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
15683         (gst_mngdec_change_state):
15684         * ext/libmng/gstmngdec.h:
15685         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
15686         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
15687         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
15688         (gst_mngenc_chain), (gst_mngenc_get_property),
15689         (gst_mngenc_set_property):
15690         * ext/libmng/gstmngenc.h:
15691         Added basic MNG decoder. Needs more work. The encoder does
15692         not work yet.
15693
15694 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15695
15696         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
15697         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
15698         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
15699           Don't hang on length=0 chunks. Some negotiation fixes. Signal
15700           no-more-pads.
15701
15702 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15703
15704         * configure.ac:
15705           you need at least 1.0.4 of speex
15706
15707 2004-10-04 Iain <iaingnome@gmail.com>
15708
15709         * ext/speex/gstspeexdec.h: Revert the includes changes.
15710
15711         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
15712
15713 2004-09-30 Iain <iaingnome@gmail.com>
15714
15715         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
15716         found during init or set as a property instead of hardcoding /dev/audio
15717
15718 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15719
15720         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
15721         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
15722         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
15723         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
15724         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
15725         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
15726         (gst_rmdemux_dump_data):
15727           Use debug category, fix EOS handling. filesrc ! rmdemux now
15728           works.
15729
15730 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15731
15732         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15733         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
15734         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
15735           Improve allocation, cutting and sorting of the index. How takes a
15736           few seconds instead of minutes.
15737
15738 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
15739
15740         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
15741           fixed compilation
15742
15743 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15744
15745         * gst-libs/gst/riff/riff-media.c:
15746         (gst_riff_create_video_caps_with_data),
15747         (gst_riff_create_video_template_caps):
15748           Add wing commander format mimetype/fourccs.
15749         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15750           Don't crash if some value is 0.
15751
15752 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15753
15754         * gst-libs/gst/riff/riff-media.c:
15755         (gst_riff_create_video_caps_with_data),
15756         (gst_riff_create_video_template_caps):
15757           Add DIB fourcc (raw, palettized 8-bit RGB).
15758         * gst-libs/gst/riff/riff-read.c:
15759         (gst_riff_read_strf_vids_with_data):
15760           Oops, fix strf_data reading bug.
15761         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
15762           Use a non-NULL tag.
15763         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
15764           Time for hacks. Sorry Dave. At least one quicktime movie (a
15765           trailer) that I've encountered contains multiple video tracks.
15766           One of those is the actual video track, the other are one-frame
15767           tracks (images). Unfortunately, the number of frames according
15768           to the trak header is 1 for each, so that doesn't help. So
15769           instead, I look at the duration and discard tracks with a
15770           duration shorter than 20% of the length of the stream. Better
15771           than nothing.
15772
15773 2004-10-01  Christian Schaller <christian@fluendo.com>
15774
15775         * ext/ivorbis/vorbis.c:
15776           Patch from Phil Blundell (Bug 152341)
15777
15778 2004-10-01  Wim Taymans  <wim@fluendo.com>
15779
15780         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
15781         (speex_dec_get_formats), (speex_dec_convert),
15782         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
15783         (speex_dec_chain), (gst_speexdec_get_property),
15784         (gst_speexdec_set_property):
15785         Small cleanups.
15786
15787 2004-10-01  Wim Taymans  <wim@fluendo.com>
15788
15789         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
15790         (gst_wavparse_stream_init), (gst_wavparse_fmt),
15791         (gst_wavparse_other), (gst_wavparse_loop),
15792         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15793         (gst_wavparse_srcpad_event):
15794         * gst/wavparse/gstwavparse.h:
15795         Added some more debugging info.
15796         Fix the case where the length of the file is 0.
15797         Make sure we seek to sample borders.
15798
15799 2004-10-01  Wim Taymans  <wim@fluendo.com>
15800
15801         * gst/playback/README:
15802         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
15803         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
15804         (try_to_link_1), (no_more_pads), (close_link), (type_found):
15805         Add some debug info to decodebin, update README
15806
15807 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15808
15809         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
15810           Don't use g_print(); use GST_DEBUG().
15811
15812 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15813
15814         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15815         (gst_ogg_mux_queue_pads):
15816           Handle EOS properly.
15817
15818 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
15819
15820         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15821
15822         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
15823         (gst_faad_chain), (gst_faad_change_state):
15824         * ext/faad/gstfaad.h:
15825           Allow playback of raw (unframed) MPEG AAC files (#148993).
15826
15827 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
15828
15829         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15830
15831         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15832           Throw error if we didn't recognize the stream. Fixes #152289.
15833
15834 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15835
15836         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
15837           Fix negotiation.
15838
15839 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
15840
15841         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15842
15843         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15844           Fix memleak.
15845
15846 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
15847
15848         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15849
15850         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
15851           Solve #152805.
15852         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
15853           Solve 152806.
15854
15855 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15856
15857         * gst-libs/gst/riff/riff-media.c:
15858         (gst_riff_create_video_caps_with_data),
15859         (gst_riff_create_audio_caps_with_data):
15860           Add codec_data handling (like asfdemux used to do).
15861         * gst/asfdemux/gstasf.c: (plugin_init):
15862         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
15863         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
15864           Use riff-media for caps creation instead of our own (mostly
15865           broken) copy of its functions.
15866
15867 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15868
15869         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
15870           Don't actually error out if we get another return value than
15871           -EINVAL. Opposite to what I first thought, drivers have random
15872           return values for this, although -EINVAL is the expected return
15873           value. Since this is not fatal, we shouldn't use
15874           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
15875
15876 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15877
15878         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
15879         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
15880         (dvdreadsrc_get_property), (_open), (_seek), (_read),
15881         (dvdreadsrc_get), (dvdreadsrc_open_file),
15882         (dvdreadsrc_change_state):
15883           Fix. Don't do one big huge loop around the whole DVD, that will
15884           cache all data and thus eat sizeof(dvd) (several GB) before we
15885           see something.
15886         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15887           Actually NULL'ify event after using it.
15888         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
15889         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
15890         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
15891         (gst_ebml_read_seek), (gst_ebml_read_skip):
15892           Handle events.
15893         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
15894         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
15895         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
15896           Fix timing (this will probably break if I seek using menus, but
15897           I didn't get there yet). VOBs and normal DVDs should now work.
15898           Add a mpeg2-only pad with high rank so this get autoplugged for
15899           MPEG-2 movies.
15900         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
15901         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
15902         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
15903         (gst_mpeg_demux_get_audio_stream),
15904         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
15905         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
15906           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
15907           MPEG-1 but use dvddemux for MPEG-2.
15908         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
15909         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
15910         (gst_mpeg_parse_parse_packhead):
15911           Timing. Only add pad template if it exists. Add sink template from
15912           class and not from ourselves. This means we will always use the
15913           correct sink template even if it is not the one defined in this
15914           file.
15915
15916 2004-09-29  Wim Taymans  <wim@fluendo.com>
15917
15918         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
15919         (gst_mpeg_demux_parse_pes):
15920         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
15921         Fix playback of mpeg again, timestamps where screwed up by
15922         patch 1.61.
15923
15924 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15925
15926         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
15927           Only return true if we actually filled something in. Prevents
15928           player applications from showing a random length for flac files.
15929         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
15930         (gst_riff_read_use_event), (gst_riff_read_handle_event),
15931         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
15932         (gst_riff_read_strf_vids_with_data),
15933         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
15934           OK, ok, so I implemented event handling. Apparently it's normal
15935           that we receive random events at random points without asking
15936           for it.
15937         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15938         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
15939         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
15940         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
15941         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
15942         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15943         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15944         * gst/avi/gstavidemux.h:
15945           Implement non-lineair chunk handling and subchunk processing.
15946           The first solves playback of AVI files where the audio and video
15947           data of individual buffers that we read are not synchronized.
15948           This should not happen according to the wonderful AVI specs, but
15949           of course it does happen in reality. It is also a prerequisite for
15950           the second. Subchunk processing allows us to cut chunks in small
15951           pieces and process each of these pieces separately. This is
15952           required because I've seen several AVI files with incredibly large
15953           audio chunks, even some files with only one audio chunk for the
15954           whole file. This allows for proper playback including seeking.
15955           This patch is supposed to fix all AVI A/V sync issues.
15956         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
15957         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
15958           Work.
15959         * gst/modplug/gstmodplug.cc:
15960           Proper return value setting for the query() function.
15961         * gst/playback/gstplaybasebin.c: (setup_source):
15962           Being in non-playing state (after, e.g., EOS) is not necessarily
15963           a bad thing. Allow for that. This fixes playback of short files.
15964           They don't actually playback fully now, because the clock already
15965           runs. This means that small files (<500kB) with a small length
15966           (<2sec) will still not or barely play. Other files, such as mod
15967           or flx, will work correctly, however.
15968
15969 2004-09-28  Wim Taymans  <wim@fluendo.com>
15970
15971         * ext/speex/gstspeex.c: (plugin_init):
15972         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
15973         (gst_speex_dec_class_init), (speex_dec_get_formats),
15974         (speex_get_event_masks), (speex_get_query_types),
15975         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
15976         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
15977         (gst_speexdec_get_property), (gst_speexdec_set_property),
15978         (speex_dec_change_state):
15979         * ext/speex/gstspeexdec.h:
15980         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
15981         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
15982         (gst_speexenc_base_init), (gst_speexenc_class_init),
15983         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
15984         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
15985         (gst_speexenc_src_query), (gst_speexenc_init),
15986         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
15987         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
15988         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
15989         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
15990         (gst_speexenc_chain), (gst_speexenc_get_property),
15991         (gst_speexenc_set_property), (gst_speexenc_change_state):
15992         * ext/speex/gstspeexenc.h:
15993         Rewrote speex encoder, make sure it can be embedded in ogg.
15994         Implemented speex decoder.
15995
15996 2004-09-28  Christian Schaller <christian@fluendo.com>
15997
15998         * configure.ac:
15999         Remove kioslave plugin. Markey is brewing a new working one
16000         * ext/Makefile.am: Remove kioslave plugin
16001         * ext/kio: remove
16002         * gst-plugins.spec.in: remove kio plugin from spec
16003
16004 2004-09-27  Wim Taymans  <wim@fluendo.com>
16005
16006         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16007         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
16008         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
16009         (gst_multifdsink_new_client),
16010         (gst_multifdsink_handle_client_write),
16011         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16012         (gst_multifdsink_handle_clients):
16013         * gst/tcp/gstmultifdsink.h:
16014         Make syncing to keyframes actually work for new clients and lagging
16015         clients.
16016
16017 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16018
16019         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
16020         (gst_navigationtest_handle_src_event), (draw_box_planar411),
16021         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
16022         * gst/debug/gstnavigationtest.h:
16023           make navigationtest display button-press and button-release events
16024
16025 2004-09-26 Iain <iaingnome@gmail.com>
16026
16027         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
16028         the channels have received a new media event.
16029         (interleave_buffered_loop): Compresses a new media event on all
16030         channels into one.
16031
16032 2004-09-26 Iain <iaingnome@gmail.com>
16033
16034         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
16035         call the sinkpad's default event handler and not the srcpads. He also
16036         says this is confusing :)
16037         (gst_wavenc_stop_file): Company says that seek events only go upstream
16038         we should send a discontinuous downstream instead.
16039
16040 2004-09-25  Christian Schaller <christian@fluendo.com>
16041
16042         * Update SPEC file to be usable in conjunction with Fedora Core,
16043           Fedora.us and freshrpms packages
16044         * Fix typo in multifilesrc test Makefile
16045
16046 2004-09-24  Wim Taymans  <wim@fluendo.com>
16047
16048         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
16049         Only signal the no_more_pads signal when we have
16050         added the stream to our list.
16051
16052 2004-09-24  Wim Taymans  <wim@fluendo.com>
16053
16054         * gst/playback/gstplaybasebin.c: (remove_prerolls),
16055         (new_decoded_pad):
16056         * gst/playback/gstplaybasebin.h:
16057         * gst/playback/gstplaybin.c: (setup_sinks):
16058         Don't try to preroll or decode more than one audio/video
16059         track.
16060
16061 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16062
16063         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16064           Throw error if we failed to find a suitable output. This should
16065           throw an error if we successfully set up a pipeline (e.g. because
16066           we recognized a media file) but found no decodable streams in it
16067           (e.g. because it contains only media stream types for which we
16068           have no decoders, or because it's not a media type).
16069
16070 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16071
16072         * ext/dirac/Makefile.am:
16073         * ext/dirac/gstdirac.cc:
16074         * ext/dirac/gstdiracdec.cc:
16075         * ext/dirac/gstdiracdec.h:
16076           Do something. Don't actually know if this works because I don't
16077           have a demuxer yet.
16078         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
16079           Add channels=1 to caps returned from _getcaps().
16080         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
16081         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
16082         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
16083         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16084         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
16085         (gst_ogm_parse_change_state):
16086           Separate between audio/video so ogmaudioparse actually uses the
16087           audio pad templates. Both audio and video work now, including
16088           autoplugging. Also use sometimes-srcpad hack.
16089         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
16090           Handle events better. Don't hang on infinite loops.
16091         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
16092         (gst_avi_demux_init), (gst_avi_demux_reset),
16093         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
16094         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
16095         (gst_avi_demux_change_state):
16096         * gst/avi/gstavidemux.h:
16097           Improve A/V sync. Still not perfect.
16098         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
16099         (gst_ebml_read_skip):
16100           Handle events better.
16101         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16102         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
16103         (qtdemux_audio_caps):
16104           Add IMA4. Improve event handling. Save offset after a seek when
16105           the headers are at the end of the file so that we don't end up in
16106           an infinite loop.
16107         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16108           Add low-priority typefind support for files with no length.
16109
16110 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16111
16112         * testsuite/multifilesink/Makefile.am:
16113         fix typo
16114
16115 2004-09-22  Julien MOUTTE  <julien@moutte.net>
16116
16117         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
16118         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
16119         mistakes from thaytan's patches.
16120
16121 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
16122
16123         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
16124           For completeness, XSync in the destroy function as xvimage does.
16125
16126 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
16127
16128         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
16129            Correct caps negotiation
16130         * gst/volume/gstvolume.c: (volume_chain_float),
16131         (volume_chain_int16):
16132            Modify debug output to be little more informative
16133         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
16134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16135         (gst_xvimagesink_xvimage_destroy):
16136           Add XSync calls after detaching from the shared memory segment to
16137           avoid a crash.
16138
16139 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16140
16141         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
16142         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
16143         * ext/vorbis/vorbis.c: (plugin_init):
16144         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16145         (gst_vorbisenc_chain):
16146         * ext/vorbis/vorbisenc.h:
16147         remove explicit newmedia support from oggmux and vorbisenc
16148         add debug category to vorbisenc
16149         * gst/multifilesink/gstmultifilesink.c:
16150         (gst_multifilesink_class_init), (gst_multifilesink_init),
16151         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
16152         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
16153         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
16154         (plugin_init):
16155         * gst/multifilesink/gstmultifilesink.h:
16156         add support for streamheader in multifilesink
16157
16158 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16159
16160         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
16161         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
16162         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
16163           Prevent infinite loops. More correct error reporting.
16164         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16165           Error out if negotiation fails.
16166         * gst/playback/gstplaybasebin.c: (setup_source),
16167         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
16168         (gst_play_base_bin_found_tag):
16169           Error/tag forwarding. Pre-roll fixes for source errors on state
16170           changes (e.g. "file does not exist") to prevent hangs.
16171
16172 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16173
16174         * testsuite/multifilesink/Makefile.am:
16175         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
16176         (gst_newmedia_class_init), (gst_newmedia_init),
16177         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16178         (newfile_signal), (test_signal), (main):
16179         * testsuite/multifilesink/multifilesrc_test.c: (main):
16180         * testsuite/multifilesink/oggtheora_test.c:
16181         (gst_newmedia_base_init), (gst_newmedia_class_init),
16182         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
16183         (test_format), (newfile_signal), (test_signal), (main):
16184         * testsuite/multifilesink/oggvorbis_test.c:
16185         (gst_newmedia_base_init), (gst_newmedia_class_init),
16186         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
16187         (test_format), (newfile_signal), (test_signal), (main):
16188         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
16189         (gst_newmedia_class_init), (gst_newmedia_init),
16190         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16191         (newfile_signal), (test_signal), (main):
16192         New media tests
16193
16194 2004-09-20  Christian Schaller <christian@fluendo.com>
16195
16196         * Fix mikmod license to LGPL as they have relicensed
16197         * Move Dirac and Effectv into LGPL section of README_license
16198
16199 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16200
16201         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
16202         (gst_mad_change_state):
16203           Allow for mp3 rate/channels changes. However, only very
16204           conservatively. Reason that we *have* to enable this is smiply
16205           because the mad find_sync() function is not good enough, it will
16206           regularly sync on random data as valid frames and therefore make
16207           us provide random caps as *final* caps of the stream. The best fix
16208           I could think of is to simply require several of the same stream
16209           changes in a row before we change caps.
16210           The actual testcase that works now is #
16211         * ext/ogg/Makefile.am:
16212         * ext/ogg/gstogg.c: (plugin_init):
16213         * ext/ogg/gstogmparse.c:
16214           OGM support (video only for now; I need an audio sample file).
16215         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
16216         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
16217         (gst_asf_demux_add_video_stream):
16218           WMV extradata.
16219         * gst/playback/gstplaybasebin.c: (unknown_type):
16220           Don't error out on single unknown-types after all. It's wrong.
16221           If we found type of video and audio but not of a subtitle stream,
16222           it will still error out (which is unwanted). Will find a better fix
16223           later on.
16224         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
16225         (ogmaudio_type_find), (plugin_init):
16226           OGM support.
16227
16228 2004-09-20  Johan Dahlin  <johan@gnome.org>
16229
16230         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
16231         after setting caps.
16232
16233 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16234
16235         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
16236         * gst/wavenc/gstwavenc.h:
16237         Added newmedia support to wavenc
16238
16239 2004-09-17  Wim Taymans  <wim@fluendo.com>
16240
16241         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
16242         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
16243         (gst_fdset_fd_can_write), (gst_fdset_wait):
16244         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
16245         (gst_multifdsink_init), (gst_multifdsink_add),
16246         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
16247         (gst_multifdsink_remove_client_link),
16248         (gst_multifdsink_client_queue_buffer),
16249         (gst_multifdsink_handle_client_write),
16250         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
16251         (gst_multifdsink_close), (gst_multifdsink_change_state):
16252         * gst/tcp/gstmultifdsink.h:
16253         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16254         (gst_tcpserversink_removed):
16255         Small cleanups in fdset.c
16256         Use a hastable to map fd to the client structure for faster
16257         lookup in _remove and get_stats.
16258         Added virtual function to close the fds.
16259         Handle clients even when the select/poll call was unblocked because
16260         of a command.
16261         Implement syncing to keyframe in the recovery procedure.
16262
16263 2004-09-16 Iain <iaingnome@gmail.com>
16264
16265         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
16266         try caps.
16267
16268 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16269
16270         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
16271           Caps are only set if the type of the stream is unknown, but this
16272           is initialized in ->init_stream(), so set to UNKNOWN after calling
16273           ->init_stream() so that capsnego starts.
16274
16275 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16276
16277         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16278         (gst_avi_demux_stream_data):
16279           Just hardcode for raw audio then. AVI audio sucks.
16280
16281 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
16282
16283         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
16284         * gst/matroska/matroska-mux.c: (audiosink_templ),
16285         (gst_matroska_mux_audio_pad_link):
16286         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
16287         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
16288
16289 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16290
16291         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16292         (gst_avi_demux_stream_data):
16293           Try to fix a/v sync issues.
16294
16295 2004-09-15  David Schleef  <ds@schleef.org>
16296
16297         * configure.ac: remove NASM check, since we don't use it.  Update
16298         dirac check to 0.4
16299         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
16300         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16301         Initialized variables.
16302         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16303         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
16304         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
16305         SVQ3 format
16306
16307 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16308
16309         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16310         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
16311         * gst/avi/gstavidemux.h:
16312           Fix for compressed audio (mp3) timestamp generation. How did this
16313           ever work?
16314
16315 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16316
16317         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
16318           Volume is a double not a float.
16319
16320 2004-09-15  Wim Taymans  <wim@fluendo.com>
16321
16322         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
16323         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
16324         Don't close the fd in multifdsink as we didn't open it in the
16325         first place. Some cleanups.
16326
16327 2004-09-15  Wim Taymans  <wim@fluendo.com>
16328
16329         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16330         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16331         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16332         Fix the case where the muxer would mark pages as delta
16333         frames when they are not (vorbis only ogg).
16334
16335 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16336
16337         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
16338         (gst_play_base_bin_change_state):
16339           Handle the case where we failed to setup a clear pipeline. This
16340           will throw an error (or EOS, another nice case) and if you don't
16341           catch that, the app will wait for the signal forever (and thus
16342           hang).
16343
16344 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16345
16346         * ext/gnomevfs/gstgnomevfssink.c:
16347         (gst_gnomevfssink_uri_get_protocols):
16348         * ext/gnomevfs/gstgnomevfssrc.c:
16349         (gst_gnomevfssrc_uri_get_protocols):
16350         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
16351         * ext/gnomevfs/gstgnomevfsuri.h:
16352           Use _uri_new() instead of _open(), so it doesn't take as long and
16353           Christophe's computer won't hang.
16354         * gst/playback/gstplaybasebin.c: (unknown_type):
16355           Throw error on unknown media type, so apps actually display it.
16356
16357 2004-09-14  Brian Cameron  <brian.cameron@sun.com
16358
16359         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
16360           this script to work on Solaris since bash shell handles echo
16361           differenly than bash.
16362
16363 2004-09-17  Wim Taymans  <wim@fluendo.com>
16364
16365         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
16366         (setup_source), (gst_play_base_bin_set_property),
16367         (gst_play_base_bin_add_element):
16368         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
16369         Some more work on making sure seeking pauses the pipeline and
16370         that changing the uri actually does something.
16371
16372 2004-09-17  Wim Taymans  <wim@fluendo.com>
16373
16374         * gst/tcp/gstfdset.c: (gst_fdset_wait):
16375         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
16376         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
16377         (gst_tcpserversink_close):
16378         Be a bit more paranoid when freeing memory.
16379
16380 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16381
16382         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
16383         (qtdemux_parse_trak):
16384           Don't crash by dividing by zero (see sample movie in #126922).
16385
16386 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16387
16388         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
16389           Don't touch non-existing data (fixes crash on file in #140147).
16390
16391 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16392
16393         * gst/playback/gstplaybasebin.c:
16394         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
16395           Handle double disposals, and proper change of URIs.
16396
16397 2004-09-13  Martin Eikermann <meiker@upb.de>
16398
16399         * gst/mpegstream/gstmpegparse.c:
16400           fix synchronistation for streams recorded from digital PCR
16401           fixes bug #119376
16402
16403 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16404
16405         * ext/gnomevfs/Makefile.am:
16406         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16407         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
16408         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
16409         (gst_gnomevfssink_uri_get_type),
16410         (gst_gnomevfssink_uri_get_protocols),
16411         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
16412         (gst_gnomevfssink_uri_handler_init),
16413         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
16414         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
16415         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
16416         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
16417         (gst_gnomevfssrc_uri_get_type),
16418         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
16419         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
16420         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
16421         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
16422         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
16423         * ext/gnomevfs/gstgnomevfsuri.h:
16424           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
16425           of fake URIs to see which this version of Gnome-VFS likes, and
16426           uses that for the Gst-URI interface. Makes playbin support http://
16427           streams. Also fix up some stupid behaviour in gnomevfssrc.
16428
16429 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16430
16431         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16432         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16433         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16434         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16435           Update mixer (to sync with other sessions) if we try to obtain
16436           a new value. This makes alsamixer work accross applications.
16437         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
16438           Only call sync functions if we're running, else alsalib asserts.
16439         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
16440           Sometimes fails to compile. Possibly a gcc bug.
16441         * gst/playback/gstplaybin.c: (gen_video_element),
16442         (gen_audio_element):
16443           Add a reference to an application-provided object, because we lose
16444           this same reference if we add it to the bin. If we don't do this,
16445           we can only use this object once and thus crash if we go from
16446           ready to playing, back to ready and back to playing again.
16447           Also add an audioscale element because several cheap soundcards -
16448           like mine - don't support all samplerates.
16449         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
16450         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
16451           Fix wrong order or PAR calls. Makes automatically obtained PAR
16452           from the X server atually being used.
16453
16454 2004-09-12  David Schleef  <ds@schleef.org>
16455
16456         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
16457         #151887, #152102, #152247.
16458         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
16459         * examples/seeking/cdparanoia.c: same
16460         * examples/seeking/cdplayer.c: same
16461         * examples/seeking/seek.c: same
16462         * examples/seeking/spider_seek.c: same
16463         * examples/seeking/vorbisfile.c: same
16464         * examples/stats/mp2ogg.c: same
16465         * ext/esd/esdsink.c: (gst_esdsink_class_init),
16466         (gst_esdsink_dispose): Dispose of element properly.
16467         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
16468         fixes.
16469         * ext/nas/nassink.c: (gst_nassink_class_init),
16470         (gst_nassink_dispose): Dispose of element correctly.
16471         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
16472         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16473         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
16474         Fix 64-bit warning.
16475         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16476         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
16477         Fix 64-bit warning.
16478
16479 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
16480
16481         * configure.ac : change speex detection as 1.1.6 now uses
16482           .pc/pkg-config and they changed their headers location.
16483
16484 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
16485
16486         * gst/matroska/matroska-mux.h:
16487         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
16488         (gst_matroska_mux_start), (gst_matroska_mux_finish),
16489         (gst_matroska_mux_write_data):
16490           Write multiple blocks/frames per cluster.
16491                 Write meta-seek information (seek heads).
16492
16493 2004-09-09  Scott Wheeler <wheeler@kde.org>
16494
16495         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
16496         (gst_play_bin_set_property), (gst_play_bin_get_property),
16497         (gen_audio_element), (gen_audio_element):
16498           Add a volume element / property to the pipeline.
16499
16500 2004-09-07  Wim Taymans  <wim@fluendo.com>
16501
16502         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
16503         Copy timestamps from the master pad to the output buffers.
16504
16505 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16506
16507         * ext/raw1394/gstdv1394src.c:
16508           throw errors when applicable
16509
16510 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
16511
16512         * gst/matroska/ebml-ids.h:
16513         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
16514         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
16515         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
16516           automatically convert unix time <-> ebml time when reading/writing
16517           a date, use gst_ebml_write_uint to write CUETIME,
16518           not gst_ebml_write_date.
16519         * gst/matroska/matroska-ids.h:
16520         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
16521         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
16522         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
16523         (gst_matroska_mux_write_data):
16524           Write track and segment UIDs, write muxing date, write
16525           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
16526           Create cues for audio only files.
16527
16528 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16529
16530         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
16531         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
16532           Re-commit ALSA switches.
16533         * gst/adder/gstadder.c: (gst_adder_loop):
16534           64-bit fix (#151416).
16535         * gst/debug/progressreport.c: (gst_progressreport_report):
16536           64-bit fix (#151419).
16537         * gst/matroska/matroska-demux.c:
16538         (gst_matroska_demux_parse_contents):
16539           64-bit fix (#151420).
16540         * gst/playback/test3.c: (update_scale):
16541           64-bit fix (#151421).
16542
16543 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16544
16545         * configure.ac:
16546           bump nano to cvs
16547
16548 === release 0.8.4 ===
16549
16550 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16551
16552         * configure.ac: releasing 0.8.4, "Alias"
16553
16554 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16555
16556         * ext/theora/Makefile.am:
16557           fix makefile.  Fixes #151462.
16558
16559 2004-08-30  Wim Taymans  <wim@fluendo.com>
16560
16561         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
16562         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16563         (gst_multifdsink_remove_client_link),
16564         (gst_multifdsink_client_queue_buffer),
16565         (gst_multifdsink_handle_client_write):
16566         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
16567         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
16568         Fix some memory leaks.
16569
16570 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16571
16572         Patch by: David Schleef
16573
16574         * configure.ac:
16575         * sys/Makefile.am:
16576           rename our detection macro for V4L2.  Fixes #151236.
16577
16578 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16579
16580         Patch by: David Schleef
16581
16582         * configure.ac:
16583           check to define LAMEPRESET.  Fixes #151232.
16584
16585 2004-08-27  David Schleef  <ds@schleef.org>
16586
16587         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
16588         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
16589         (gst_glimagesink_fixate):  Move local variable declarations to
16590         make gcc-2.95 happy.
16591
16592 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16593
16594         * configure.ac:
16595           bump nano for prerelease
16596
16597 2004-08-27  David Schleef  <ds@schleef.org>
16598
16599         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
16600         * sys/sunaudio/gstsunaudiosrc.c:
16601         * sys/sunaudio/gstsunaudiosrc.h:
16602
16603 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
16604
16605         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
16606         handle EOS correctly
16607         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
16608         * gst/matroska/matroska-mux.h:
16609         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
16610         VFW compatibility mode
16611
16612 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16613
16614         patch by: Zaheer Abbas Merali
16615
16616         * ext/ogg/gstoggmux.c:
16617         * ext/vorbis/vorbisenc.c:
16618         * ext/vorbis/vorbisenc.h:
16619           handle NEWMEDIA
16620
16621 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
16622
16623         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
16624         fix byte order reversion on little endian machines.
16625         * gst/matroska/matroska-mux.c: (audiosink_templ),
16626         (gst_matroska_mux_audio_pad_link):
16627         add TTA codec to the list of supported codecs.
16628         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
16629         (gst_matroska_mux_start), (gst_matroska_mux_finish),
16630         (gst_matroska_mux_write_data):
16631         * gst/matroska/matroska-mux.h:
16632         write segment duration correctly, write muxing app string, fixes bugs
16633         #140897 and #140898.
16634         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
16635         wait for all pads to be negotiated before starting to mux.
16636
16637 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16638
16639         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
16640         * ext/lame/gstlame.h:
16641         Added new media support to lame
16642
16643 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
16644
16645         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
16646         send vorbis headers at the beginning of a stream, fixes bug #141554.
16647         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
16648         bug #148950.
16649         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16650         (gst_matroska_demux_plugin_init):
16651         * gst/matroska/matroska-ids.h:
16652         enable demuxing of TTA audio streams, fixes bug #148951.
16653         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
16654         enable typefinding for TTA audio files, fixes bug #148711.
16655         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
16656         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
16657         fixes playback of packed bitstream and xvid with bframes, bug #135407.
16658
16659 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
16660
16661         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
16662         (gst_riff_read_element_data), (gst_riff_read_seek),
16663         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
16664         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
16665         <teuf@gnome.org>
16666
16667 2004-08-23 Iain <iaingnome@gmail.com>
16668
16669         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
16670         tags. They appear to be handled differently to normal.
16671         (tag_list_to_id3_tag_foreach): Ditto.
16672
16673 2004-08-22  Wim Taymans  <wim@fluendo.com>
16674
16675         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16676         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16677         Make sure we never send -1 granulepos.
16678
16679 2004-08-20  Wim Taymans  <wim@fluendo.com>
16680
16681         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16682         (gst_ogg_mux_loop):
16683         I will accept bitchslappings with non sharp objects.
16684
16685 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16686
16687         * configure.ac:
16688         Clean up the test for lame presets
16689
16690 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16691
16692         * configure.ac:
16693         * ext/lame/Makefile.am:
16694         * ext/lame/gstlame.c: (gst_lame_class_init),
16695         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
16696         Only enable lame presets if version of lame has presets in API
16697
16698 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
16699         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
16700         * gst/udp/gstudpsrc.h:
16701           Don't call gst_pad_push in a get function. Fixes #150449
16702
16703 2004-08-18  Wim Taymans  <wim@fluendo.com>
16704
16705         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
16706         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
16707         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
16708         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16709         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16710         (gst_fdset_wait):
16711         * gst/tcp/gstfdset.h:
16712         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16713         (gst_multifdsink_client_queue_buffer),
16714         (gst_multifdsink_handle_client_write):
16715         * gst/tcp/gstmultifdsink.h:
16716         Some extra checks in gstfdset.
16717         Only use send() when the fd is a socket. Don't try to
16718         read from write only fds.
16719
16720 2004-08-18  Wim Taymans  <wim@fluendo.com>
16721
16722         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
16723         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
16724         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16725         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16726         (gst_fdset_wait):
16727         Add more locking and bounds checking.
16728
16729 2004-08-18  Wim Taymans  <wim@fluendo.com>
16730
16731         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
16732         Realloc test fdset in the lock and right before starting
16733         the poll call. Bump the limit to 4096.
16734
16735 2004-08-17  David Schleef  <ds@schleef.org>
16736
16737         * sys/sunaudio/Makefile.am:
16738         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
16739         of rates and channels.  Make debugging less obnoxious.
16740
16741         Patch from Balamurali Viswanathan implementing a mixer for
16742         Sun audio.  (bug #144091):
16743         * sys/sunaudio/gstsunelement.c:
16744         * sys/sunaudio/gstsunelement.h:
16745         * sys/sunaudio/gstsunmixer.c:
16746         * sys/sunaudio/gstsunmixer.h:
16747
16748 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16749
16750         * gst/audioscale/gstaudioscale.c:
16751         * gst/audioscale/gstaudioscale.h:
16752         made audioscale resample from any sample rate to any sample rate
16753
16754 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16755
16756         * ext/libpng/gstpngdec.c:
16757           error out on unsupported types
16758
16759 2004-08-17  Iain <iaingnome@gmail.com>
16760
16761         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
16762         mid_side and loose_mid_side properties if its a stereo stream.
16763
16764 2004-08-17  Wim Taymans  <wim@fluendo.com>
16765
16766         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16767         (theora_get_formats), (theora_dec_src_convert),
16768         (theora_dec_sink_convert), (theora_dec_src_query),
16769         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
16770         Add a debug line.
16771
16772 2004-08-17  Wim Taymans  <wim@fluendo.com>
16773
16774         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
16775         (gst_ogg_pad_push):
16776         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
16777         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
16778         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
16779         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16780         Mark delta units in the muxer.
16781         Try to decode the packet after an out-of-sync error from
16782         libogg.
16783
16784 2004-08-17  Wim Taymans  <wim@fluendo.com>
16785
16786         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16787         (gst_multifdsink_init), (gst_multifdsink_add),
16788         (gst_multifdsink_client_queue_buffer),
16789         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
16790         * gst/tcp/gstmultifdsink.h:
16791         Added option to send a keyframe to clients as the first buffer.
16792         Make timeout property writable.
16793
16794 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16795
16796         patch by: Wim Taymans
16797
16798         * gst/tcp/gstfdset.c:
16799         * gst/tcp/gstmultifdsink.c:
16800           fix index comparison, should include 0
16801
16802 2004-08-16  Wim Taymans  <wim@fluendo.com>
16803
16804         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
16805         (gst_fdset_add_fd), (gst_fdset_remove_fd),
16806         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16807         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16808         (gst_fdset_wait):
16809           copy when reallocing for poll so the select arguments don't get
16810           changed during the call
16811
16812 2004-08-16  Wim Taymans  <wim@fluendo.com>
16813
16814         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
16815         (gst_theora_enc_class_init), (theora_enc_sink_link),
16816         (theora_buffer_from_packet), (theora_enc_chain):
16817         Fix bug where buffers were not marked as keyframes
16818         correctly.
16819
16820 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16821
16822         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
16823         (gst_lame_preset_get_type), (gst_lame_class_init):
16824         describe the enum values for vbr mode and presets more verbosely
16825
16826 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16827
16828         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
16829         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
16830         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
16831         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
16832         * ext/lame/gstlame.h:
16833         add preset property to lame so it can use lame presets
16834
16835 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16836
16837         * ext/lame/gstlame.c: (gst_lame_get_property):
16838         whoops forgot break, thanks teuf
16839
16840 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16841
16842         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
16843         (gst_lame_class_init), (gst_lame_src_getcaps),
16844         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
16845         (gst_lame_get_property), (gst_lame_setup):
16846         * ext/lame/gstlame.h:
16847         fix lame's broken vbr stuff, allow it to resample if need be, and also
16848         make xing header optional
16849
16850 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16851
16852         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
16853         added getcaps function so samplerate doesnt get fixated to silly values
16854
16855 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16856
16857         * ext/lame/gstlame.c: (gst_lame_src_link):
16858         revert previous fix
16859
16860 2004-08-12  Johan Dahlin  <johan@gnome.org>
16861
16862         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
16863         checks. Doesn't matter what state we are in. Interfaces are a
16864         compile time thing, not runtime. It also broke the python bindings.
16865
16866 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16867
16868         * ext/lame/gstlame.c: (gst_lame_src_link):
16869         made source pad link function check if sinkpad is ok..fixes the problem
16870         where core fixates the output rate of lame stupidly
16871
16872 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16873
16874         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
16875         * sys/v4l/v4l_calls.c:
16876         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
16877           fix fixate function to handle nonsimple caps.
16878           remove bogus check in _link
16879           cleanups
16880
16881 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16882
16883         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
16884         set default compression ratio parameter to 0.0 so bitrate parameter
16885         works :)
16886
16887 2004-08-11  David Schleef  <ds@schleef.org>
16888
16889         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
16890
16891 2004-08-11  David Schleef  <ds@schleef.org>
16892
16893         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
16894         before.
16895
16896 2004-08-11  David Schleef  <ds@schleef.org>
16897
16898         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
16899
16900 2004-08-11  David Schleef  <ds@schleef.org>
16901
16902         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
16903           license field
16904         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
16905         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
16906           LGPL.
16907         * gst/auparse/gstauparse.c: Fix plugin license field.
16908         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
16909         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
16910         * gst/rtp/gstrtp.c: Fix plugin license field.
16911
16912 2004-08-11  Wim Taymans  <wim@fluendo.com>
16913
16914         * gst/tcp/Makefile.am:
16915         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
16916         (ensure_size), (gst_fdset_new), (gst_fdset_free),
16917         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
16918         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
16919         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
16920         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
16921         (gst_fdset_fd_can_write), (gst_fdset_wait):
16922         * gst/tcp/gstfdset.h:
16923         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
16924         (gst_multifdsink_class_init), (gst_multifdsink_init),
16925         (gst_multifdsink_add), (gst_multifdsink_remove),
16926         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16927         (gst_multifdsink_remove_client_link),
16928         (gst_multifdsink_handle_client_read),
16929         (gst_multifdsink_client_queue_data),
16930         (gst_multifdsink_client_queue_caps),
16931         (gst_multifdsink_client_queue_buffer),
16932         (gst_multifdsink_handle_client_write),
16933         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16934         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
16935         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
16936         (gst_multifdsink_close):
16937         * gst/tcp/gstmultifdsink.h:
16938         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16939         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
16940         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
16941         (gst_tcpserversink_close):
16942         * gst/tcp/gsttcpserversink.h:
16943         Abstracted away the select call, implemented poll (yes we ran into
16944         the 1024 limit in production).
16945
16946 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16947
16948         * gst/tcp/gsttcp.c:
16949         * gst/tcp/gsttcpplugin.c:
16950           improve debuggging, remove assert
16951
16952 2004-08-10  Wim Taymans  <wim@fluendo.com>
16953
16954         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
16955         (gst_client_status_get_type), (gst_multifdsink_class_init),
16956         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
16957         (gst_multifdsink_handle_client_read),
16958         (gst_multifdsink_handle_client_write),
16959         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16960         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
16961         (gst_multifdsink_get_property):
16962         * gst/tcp/gstmultifdsink.h:
16963         * gst/tcp/gsttcp-marshal.list:
16964         Starting to prepare for specifying buffer time in other units
16965         than buffers. Expose remove reason in signal.
16966
16967 2004-08-10  Wim Taymans  <wim@fluendo.com>
16968
16969         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16970         (gst_multifdsink_remove), (gst_multifdsink_clear),
16971         (gst_multifdsink_remove_client_link),
16972         (gst_multifdsink_handle_client_read),
16973         (gst_multifdsink_client_queue_data),
16974         (gst_multifdsink_client_queue_buffer),
16975         (gst_multifdsink_handle_client_write),
16976         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
16977         (gst_multifdsink_chain), (gst_multifdsink_close):
16978         * gst/tcp/gstmultifdsink.h:
16979         Added more debugging info. Changed the way clients are
16980         removed from the lists. Fixed a bug where a bad file descriptor
16981         could cause many clients to be removed.
16982
16983 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16984
16985         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
16986           allow all pixel-aspect-ratios, not just 1:1
16987
16988 2004-08-09  David Schleef  <ds@schleef.org>
16989
16990         * sys/glsink/ARB_multitexture.h:  Remove old files.
16991         * sys/glsink/EXT_paletted_texture.h:
16992         * sys/glsink/NV_register_combiners.h:
16993         * sys/glsink/gstgl_nvimage.c:
16994         * sys/glsink/gstgl_pdrimage.c:
16995         * sys/glsink/gstgl_rgbimage.c:
16996         * sys/glsink/gstglsink.c:
16997         * sys/glsink/gstglsink.h:
16998         * sys/glsink/gstglxwindow.c:
16999         * sys/glsink/regcomb_yuvrgb.c:
17000
17001 2004-08-09  David Schleef  <ds@schleef.org>
17002
17003         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
17004         GL sink plugin.  (Bug #147302)
17005
17006         * configure.ac: Test for OpenGL
17007         * sys/Makefile.am: Use test for OpenGL
17008         * sys/glsink/Makefile.am:
17009         * sys/glsink/glimagesink.c: rewrite
17010         * sys/glsink/glimagesink.h: rewrite
17011
17012 2004-08-09  David Schleef  <ds@schleef.org>
17013
17014         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
17015         sane framerates.
17016         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
17017         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
17018         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
17019
17020 2004-08-09  Wim Taymans  <wim@fluendo.com>
17021
17022         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17023         (gst_multifdsink_add), (gst_multifdsink_get_stats),
17024         (gst_multifdsink_client_remove),
17025         (gst_multifdsink_handle_client_read),
17026         (gst_multifdsink_handle_client_write),
17027         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
17028         Do a bit more logging, make the client_read code more robust.
17029
17030 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17031
17032         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
17033         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
17034         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
17035         (gst_jpegdec_init), (gst_jpegdec_chain):
17036         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
17037         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
17038           cleanups, debugging fixes and memleak plugging
17039
17040 2004-08-09  Wim Taymans  <wim@fluendo.com>
17041
17042         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
17043         (theora_get_formats), (theora_dec_src_convert),
17044         (theora_dec_sink_convert), (theora_dec_src_query),
17045         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
17046         (theora_dec_change_state):
17047         Don't crash on missing header packets.
17048
17049 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17050
17051         * po/LINGUAS:
17052         * po/sq.po:
17053           Added Albanian translation (Laurent Dhima)
17054         * po/cs.po:
17055           updated
17056
17057 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17058
17059         * ext/lame/gstlame.c:
17060           fix/add debugging
17061
17062 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17063
17064         * sys/ximage/ximagesink.c:
17065         * sys/xvimage/xvimagesink.c:
17066           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
17067
17068 2004-08-06  Wim Taymans  <wim@fluendo.com>
17069
17070         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17071         (gst_multifdsink_add), (gst_multifdsink_get_stats),
17072         (gst_multifdsink_client_remove),
17073         (gst_multifdsink_handle_client_read),
17074         (gst_multifdsink_handle_client_write),
17075         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
17076         Make sure we don't try to read more from a client that what
17077         ioctl says us or we deadlock.
17078
17079 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17080
17081         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
17082         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
17083         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
17084           decouple running_time and n_frames so it can handle changing
17085           framerate while running
17086
17087 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17088
17089         * po/nl.po:
17090         * po/sv.po:
17091           updated translations
17092
17093 2004-08-04  Benjamin Otte  <otte@gnome.org>
17094
17095         * gst/videotestsrc/gstvideotestsrc.c:
17096         (gst_videotestsrc_get_capslist), (generate_capslist),
17097         (plugin_init):
17098           generate the list of supported caps at startup and reuse it instead
17099           of always generating it
17100
17101 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17102
17103         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
17104           whoops, last checkin broke normal build
17105
17106 2004-08-03  Benjamin Otte  <otte@gnome.org>
17107
17108         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
17109         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
17110         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
17111         (gst_alsa_mixer_get_option):
17112         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
17113         (dvdnavsrc_print_event):
17114         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
17115         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
17116         (gst_ogg_mux_pad_unlink):
17117         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
17118         (gst_multipart_mux_pad_unlink):
17119         * gst/videofilter/gstvideobalance.c:
17120         (gst_videobalance_colorbalance_set_value):
17121         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
17122         (gst_videomixer_pad_unlink):
17123         * po/uk.po:
17124         * sys/oss/gstossmixer.c:
17125         * sys/v4l/gstv4lcolorbalance.c:
17126         * sys/v4l/gstv4ltuner.c:
17127         * sys/v4l/v4lsrc_calls.c:
17128         * sys/v4l2/gstv4l2colorbalance.c:
17129         * sys/v4l2/gstv4l2tuner.c:
17130           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
17131
17132 2004-08-03  Benjamin Otte  <otte@gnome.org>
17133
17134         * examples/dynparams/filter.c: (ui_control_create):
17135         * examples/gstplay/player.c: (print_tag):
17136         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
17137         * ext/gdk_pixbuf/gstgdkanimation.c:
17138         (gst_gdk_animation_iter_may_advance):
17139         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
17140         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
17141         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
17142         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
17143         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
17144         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
17145         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
17146         * gst/sine/demo-dparams.c: (main):
17147         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
17148         * testsuite/alsa/formats.c: (create_pipeline):
17149         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
17150           fixes for G_DISABLE_ASSERT and friends
17151         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
17152         (mp3_type_frame_length_from_header), (mp3_type_find),
17153         (plugin_init):
17154           require mp3 typefinding to have at least MIN_HEADERS valid headers
17155           add typefinding for AAC adts files
17156
17157 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
17158
17159         * sys/ximage/ximagesink.c:
17160         (gst_ximagesink_calculate_pixel_aspect_ratio):
17161         * sys/xvimage/xvimagesink.c:
17162         (gst_xvimagesink_calculate_pixel_aspect_ratio):
17163         Make sure we calculate pixel-aspect-ratio using floating point maths
17164
17165 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17166
17167         * po/uk.po:
17168           updated translation
17169
17170 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17171
17172         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
17173         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
17174           add debugging for display PAR calculation
17175
17176 2004-08-02  David Schleef  <ds@schleef.org>
17177
17178         * configure.ac: Fix mikmod CFLAGS.
17179
17180 2004-07-27  Benjamin Otte  <otte@gnome.org>
17181
17182         * gst/audioscale/gstaudioscale.c:
17183         - fix templates to only support S16, it's the only format that works
17184         - make caps nego code use try_set_caps_nonfixed and fixation instead
17185         of try_set_caps twice, which is not nice for autopluggers
17186         - change rank to secondary, so autopluggers can pick it up after
17187         audioconvert
17188
17189 2004-08-02  Iain <iain@prettypeople.org>
17190
17191         * gst/interleave/interleave.c (interleave_init),
17192         (interleave_request_new_pad),
17193         (interleave_pad_removed),
17194         (interleave_buffered_loop): Use the real pad count, not the artificial
17195         one.
17196
17197 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17198
17199         * configure.ac: bump nano back to development
17200
17201 === release 0.8.3 ===
17202
17203 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17204
17205         * configure.ac: releasing 0.8.3, "Water"
17206
17207 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17208
17209         * sys/xvimage/xvimagesink.c:
17210         (gst_xvimagesink_calculate_pixel_aspect_ratio),
17211         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
17212         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
17213         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
17214         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
17215         * sys/xvimage/xvimagesink.h:
17216           apply similar PAR fixes as to ximagesink
17217
17218 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17219
17220         patch from: Benjamin Otte
17221
17222         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
17223           add link function to lame.  Fixes #148986.
17224
17225 2004-08-02  Johan Dahlin  <johan@gnome.org>
17226
17227         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
17228         fix debugging log
17229
17230 2004-07-30  David Schleef  <ds@schleef.org>
17231
17232         * gst/videomixer/Makefile.am: Fix things that should have been
17233         fixed in the last checkin.
17234
17235 2004-07-30  David Schleef  <ds@schleef.org>
17236
17237         * gst/multipart/Makefile.am: Fix things that should have been
17238         fixed in the last checkin.
17239
17240 2004-07-30  David Schleef  <ds@schleef.org>
17241
17242         * testsuite/multifilesink/Makefile.am: Fix unused variable.
17243
17244 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17245
17246         * configure.ac:
17247           bump nano for prerelease
17248         * po/af.po:
17249         * po/az.po:
17250         * po/cs.po:
17251         * po/en_GB.po:
17252         * po/hu.po:
17253         * po/nl.po:
17254         * po/sr.po:
17255         * po/sv.po:
17256         * po/uk.po:
17257           updates
17258
17259 2004-07-30  Wim Taymans  <wim@fluendo.com>
17260
17261         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17262         (gst_multifdsink_add), (gst_multifdsink_remove),
17263         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
17264         (gst_multifdsink_client_remove),
17265         (gst_multifdsink_handle_client_write),
17266         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
17267         * gst/tcp/gstmultifdsink.h:
17268         Recover from a select with a bad file descriptor by removing
17269         the client.
17270
17271 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17272
17273         * configure.ac:
17274           fix requirement of core
17275         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
17276         (gst_play_pipeline_setup):
17277           don't use colorspace element.  do use hermescolorspace element.
17278           make macro to get a colorspace element.
17279           mark strings for translation.
17280         * po/POTFILES.in:
17281           add play.c
17282         * po/af.po:
17283         * po/az.po:
17284         * po/cs.po:
17285         * po/en_GB.po:
17286         * po/hu.po:
17287         * po/nl.po:
17288         * po/sr.po:
17289         * po/sv.po:
17290         * po/uk.po:
17291           update translations
17292
17293 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17294
17295         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17296         fix default for newmedia flag
17297
17298 2004-07-30  Wim Taymans  <wim@fluendo.com>
17299
17300         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
17301         (gst_theora_dec_init), (theora_get_formats),
17302         (theora_dec_src_convert), (theora_dec_sink_convert),
17303         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
17304         (theora_dec_chain), (theora_dec_set_property),
17305         (theora_dec_get_property):
17306         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
17307         (gst_theora_enc_class_init), (gst_theora_enc_init),
17308         (theora_enc_sink_link), (theora_enc_chain),
17309         (theora_enc_set_property), (theora_enc_get_property):
17310         Added cropping option to theora decoder.
17311         Added border option to theora encoder.
17312
17313 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17314
17315         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17316         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17317         (gst_pngenc_set_property):
17318         * ext/libpng/gstpngenc.h:
17319         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
17320
17321 2004-07-30  Wim Taymans  <wim@fluendo.com>
17322
17323         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17324         (theora_enc_sink_link), (theora_enc_chain),
17325         (theora_enc_set_property), (theora_enc_get_property):
17326         Fix encoding of non-multiple-of-16 video.
17327
17328 2004-07-29  David Schleef  <ds@schleef.org>
17329
17330         * configure.ac: make test for audiofile more strict
17331
17332 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17333
17334         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17335           give different names to typefind functions
17336
17337 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17338
17339         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17340         (gst_ximagesink_calculate_pixel_aspect_ratio),
17341         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
17342         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
17343         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
17344         (gst_ximagesink_get_property), (gst_ximagesink_init):
17345         * sys/ximage/ximagesink.h:
17346           allocate PAR's dynamically.
17347           use autodetected PAR if no object-set PAR is given.
17348           add workaround for directfb's X not setting physical size.
17349           fix to xvimagesink will follow tomorrow.
17350
17351 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17352
17353         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
17354         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
17355         (gst_shout2send_get_type), (gst_shout2send_set_clock),
17356         (gst_shout2send_class_init), (gst_shout2send_init),
17357         (set_shout_metadata), (gst_shout2send_set_metadata),
17358         (gst_shout2send_chain), (gst_shout2send_set_property),
17359         (gst_shout2send_get_property), (gst_shout2send_connect),
17360         (gst_shout2send_change_state):
17361         * ext/shout2/gstshout2.h:
17362         - fix for sending mp3 audio to icecast2 server, if pad link function not
17363         called before PAUSED state
17364         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
17365         - added tagging support for mp3 audio broadcasted
17366         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17367         debug info
17368
17369 2004-07-28  Wim Taymans  <wim@fluendo.com>
17370
17371         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
17372         (gst_ogg_demux_push):
17373         Return query failure when we don't know the length of
17374         an ogg stream insteda of returning TRUE with a bogus value.
17375
17376 2004-07-28  Wim Taymans  <wim@fluendo.com>
17377
17378         * ext/theora/theoradec.c: (theora_get_formats),
17379         (theora_dec_src_convert), (theora_dec_sink_convert),
17380         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
17381         (theora_dec_chain):
17382         Don't screw up the 1 Chroma for 1 luma sample situation when we
17383         have an odd offset/width by adding a black border in those cases.
17384
17385 2004-07-28  Wim Taymans  <wim@fluendo.com>
17386
17387         * ext/theora/theoradec.c: (theora_get_formats),
17388         (theora_dec_src_convert), (theora_dec_sink_convert),
17389         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
17390         (theora_dec_chain):
17391         * ext/theora/theoraenc.c: (theora_enc_sink_link):
17392         Added first attempt at cropping of the image as required by the
17393         theora spec. We need more properties in the caps (offset_x,
17394         offset_y,stride) to implement this correctly.
17395
17396 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
17397
17398         * ext/dvdnav/README:
17399           Update the README to use dvddemux
17400         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
17401           Ensure getcaps returns a subset of the template caps
17402         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
17403         (gst_mpeg2subt_init):
17404           Ensure getcaps returns a subset of the template caps
17405         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17406         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
17407         (gst_dvd_demux_get_subpicture_stream),
17408         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
17409         * gst/mpegstream/gstdvddemux.h:
17410           Set the explicit caps on the current_video pad before pushing
17411           anything
17412         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
17413         (gst_mpeg_demux_get_audio_stream):
17414           Free caps used to gst_pad_set_explicit_caps, which takes a const
17415           GstCaps *
17416
17417 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17418
17419         * configure.ac: update GStreamer requirement to 0.8.4 because of
17420           GstFraction.
17421
17422 2004-07-28  Wim Taymans  <wim@fluendo.com>
17423
17424         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
17425         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
17426         Add the pad to the element after setting up the caps. This
17427         makes it a lot easier to autoplug.
17428
17429 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
17430
17431         * gst/median/gstmedian.c:
17432         * gst/mpeg2subt/gstmpeg2subt.c:
17433         * gst/mpegaudioparse/gstmpegaudioparse.c:
17434         * gst/mpegstream/gstdvddemux.c:
17435         * gst/mpegstream/gstmpegdemux.c:
17436         * gst/mpegstream/gstmpegpacketize.c:
17437         * gst/rtjpeg/gstrtjpeg.c:
17438         * gst/rtjpeg/gstrtjpegdec.c:
17439         * gst/rtjpeg/gstrtjpegenc.c:
17440         * gst/sine/gstsinesrc.c:
17441         * gst/smooth/gstsmooth.c:
17442         * gst/smpte/gstsmpte.c:
17443         * gst/smpte/gstsmpte.h:
17444         * gst/stereo/gststereo.c:
17445         * gst/videofilter/gstgamma.c:
17446         * gst/videofilter/gstvideobalance.c:
17447         * gst/videofilter/gstvideofilter.c:
17448         * gst/videofilter/gstvideoflip.c:
17449         * gst/videoscale/gstvideoscale.c:
17450         * gst/videoscale/videoscale.c:
17451         * gst/videotestsrc/gstvideotestsrc.c:
17452         * gst/videotestsrc/videotestsrc.c:
17453         * gst/wavenc/gstwavenc.c:
17454         * gst/wavparse/gstwavparse.c:
17455           fix local includes and 64 bits constants
17456
17457 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
17458
17459         * win32/gst.sln:
17460         * gst-libs/gst/*/*.vcproj:
17461         * gst/*/*.vcproj:
17462           more working plugins
17463
17464 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17465
17466         * testsuite/alsa/Makefile.am:
17467         * testsuite/alsa/srcstate.c:
17468         add test for alsasrc changing state
17469
17470 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17471
17472         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
17473         (gst_silence_get):
17474         * gst/silence/gstsilence.h:
17475         fix silence generation for 16bit raw audio
17476
17477 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17478
17479         * gst/matroska/matroska-demux.c:
17480         (gst_matroska_demux_parse_metadata),
17481         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
17482         * gst/mpegaudio/common.c:
17483         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
17484         (gst_videoscale_getcaps), (gst_videoscale_link),
17485         (gst_videoscale_src_fixate), (gst_videoscale_init),
17486         (gst_videoscale_finalize):
17487         * gst/videoscale/gstvideoscale.h:
17488         * gst/videotestsrc/gstvideotestsrc.c:
17489         (gst_videotestsrc_get_capslist):
17490         * gst/wavenc/gstwavenc.c:
17491         * sys/oss/gstossmixer.c: (fill_labels):
17492         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17493         (gst_ximagesink_handle_xevents),
17494         (gst_ximagesink_calculate_pixel_aspect_ratio),
17495         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
17496         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
17497         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
17498         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
17499         (gst_ximagesink_init), (gst_ximagesink_class_init):
17500         * sys/ximage/ximagesink.h:
17501         * sys/xvimage/xvimagesink.c:
17502         (gst_xvimagesink_calculate_pixel_aspect_ratio),
17503         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
17504         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
17505         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
17506         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
17507         * sys/xvimage/xvimagesink.h:
17508           first batch of pixel aspect ratio commits.
17509
17510 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17511
17512         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17513         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
17514         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
17515           handle stride, needs work if we want to move stride handling
17516           upstream, but works correctly for our purposes.
17517
17518 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17519
17520         * gst/videoscale/README:
17521           add testing examples
17522         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
17523         (gst_videoscale_chain):
17524         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17525         (gst_videoscale_get_size):
17526           add get_size function that handles stride like videotestsrc.
17527           fixes conversion for YUV formats for as much as I can test them.
17528
17529 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17530
17531         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17532         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17533         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17534         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
17535         (gst_xvimagesink_xvimage_put):
17536           further cleanups, logging, error handling and synchronizing
17537
17538 2004-07-27  Wim Taymans  <wim@fluendo.com>
17539
17540         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17541         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
17542         (gst_videomixer_pad_set_property),
17543         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
17544         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
17545         (gst_videomixer_class_init), (gst_videomixer_init),
17546         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
17547         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
17548         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
17549         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
17550         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
17551         (gst_videomixer_loop), (plugin_init):
17552         Be a nicer negotiation citizen and provide a getcaps function on
17553         the srcpad. This also fixes a crash when resizing.
17554
17555 2004-07-27  Julien MOUTTE  <julien@moutte.net>
17556
17557         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17558         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
17559
17560 2004-07-27  Wim Taymans  <wim@fluendo.com>
17561
17562         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
17563         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17564         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17565         (gst_pngenc_set_property):
17566         * ext/libpng/gstpngenc.h:
17567         Added snapshot property to pngenc.
17568         removed g_print from pngdec
17569
17570 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
17571
17572         * gst/ac3parse/ac3parse.vcproj
17573         * gst/adder/adder.vcproj
17574         * gst/alpha/alpha.vcproj
17575         * gst/alpha/alphacolor.vcproj
17576         * gst/asfdemux/asf.vcproj
17577         * gst/audioconvert/audioconvert.vcproj
17578         * gst/audiorate/audiorate.vcproj
17579         * gst/audioscale/audioscale.vcproj
17580         * gst/auparse/auparse.vcproj
17581         * gst/avi/avi.vcproj
17582         * gst/cdxaparse/cdxaparse.vcproj
17583         * gst/chart/chart.vcproj
17584         * gst/colorspace/colorspace.vcproj
17585         * gst/cutter/cutter.vcproj
17586         * gst/debug/debug.vcproj
17587         * gst/debug/efence.vcproj
17588         * gst/debug/navigationtest.vcproj
17589         * gst/deinterlace/deinterlace.vcproj
17590         * gst/effectv/effectv.vcproj
17591         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
17592         * gst/filter/filter.vcproj
17593         * gst/flx/flxdec.vcproj
17594         * gst/goom/goom.vcproj
17595         * gst/interleave/interleave.vcproj
17596         * gst/law/alaw.vcproj
17597         * gst/law/mulaw.vcproj
17598         * gst/matroska/matroska.vcproj
17599         * gst/median/median.vcproj
17600         * gst/mixmatrix/mixmatrix.vcproj
17601         * gst/mpeg1sys/mpeg1systemencode.vcproj
17602         * gst/mpeg1videoparse/mp1videoparse.vcproj
17603         * gst/mpeg2sub/mpeg2subt.vcproj
17604         * gst/mpegaudio/mpegaudio.vcproj
17605         * gst/mpegaudioparse/mpegaudioparse.vcproj
17606         * gst/mpegstream/mpegstream.vcproj
17607         * gst/multifilesink/multifilesink.vcproj
17608         * gst/multipart/multipart.vcproj
17609         * gst/oneton/oneton.vcproj
17610         * gst/overlay/overlay.vcproj
17611         * gst/passthrough/passthrough.vcproj
17612         * gst/qtdemux/qtdemux.vcproj
17613         * gst/realmedia/rmdemux.vcproj
17614         * gst/rtjpeg/rtjpeg.vcproj
17615         * gst/rtp/rtp.vcproj
17616         * gst/silence/silence.vcproj
17617         * gst/sine/sinesrc.vcproj
17618         * gst/smooth/smooth.vcproj
17619         * gst/smpte/smpte.vcproj
17620         * gst/spectrum/spectrum.vcproj
17621         * gst/speed/speed.vcproj
17622         * gst/stereo/stereo.vcproj
17623         * gst/switch/switch.vcproj
17624         * gst/tags/tagedit.vcproj
17625         * gst/tcp/tcp.vcproj
17626         * gst/typefind/typefindfunctions.vcproj
17627         * gst/udp/udp.vcproj
17628         * gst/videobox/videobox.vcproj
17629         * gst/videocrop/videocrop.vcproj
17630         * gst/videodrop/videodrop.vcproj
17631         * gst/videofilter/gamma.vcproj
17632         * gst/videofilter/videobalance.vcproj
17633         * gst/videofilter/videofilter.vcproj
17634         * gst/videofilter/videoflip.vcproj
17635         * gst/videoflip/videoflip.vcproj
17636         * gst/videomixer/videomixer.vcproj
17637         * gst/videorate/videorate.vcproj
17638         * gst/videoscale/videoscale.vcproj
17639         * gst/videotestsrc/videotestsrc.vcproj
17640         * gst/virtualdub/virtualdub.vcproj
17641         * gst/volenv/volenv.vcproj
17642         * gst/volume/volume.vcproj
17643         * gst/wavenc/wavenc.vcproj
17644         * gst/wavparse/wavparse.vcproj
17645         * gst/y4m/y4menc.vcproj
17646         * gst-libs/gst/audio/audio.vcproj
17647         * gst-libs/gst/audio/audiofilter.vcproj
17648         * gst-libs/gst/colorbalance/colorbalance.vcproj
17649         * gst-libs/gst/idct/idtc.vcproj
17650         * gst-libs/gst/media-info/media-info.vcproj
17651         * gst-libs/gst/mixer/mixer.vcproj
17652         * gst-libs/gst/navigation/navigation.vcproj
17653         * gst-libs/gst/play/play.vcproj
17654         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
17655         * gst-libs/gst/resample/resample.vcproj
17656         * gst-libs/gst/riff/riff.vcproj
17657         * gst-libs/gst/tuner/tuner.vcproj
17658         * gst-libs/gst/video/video.vcproj
17659         * gst-libs/gst/xoverlay/xoverlay.vcproj
17660           avoid problems with math.h, fix release dependancy
17661           rename GStreamer-0.8.lib to libgstreamer.lib
17662
17663 2004-07-27  Julien MOUTTE  <julien@moutte.net>
17664
17665         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
17666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
17667         the atom is not available we have to unlock the mutex. Fixes #148023
17668
17669 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17670
17671         * gst-libs/gst/media-info/media-info.h:
17672           issue for a vararg macro with MSVC
17673
17674 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17675
17676         * gst/effectv/effectv.vcproj
17677         * gst-libs/gst/idct/idct.vcproj:
17678         * gst-libs/gst/media-info/media-info.vcproj:
17679         * gst-libs/gst/navigation/navigation.vcproj:
17680         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
17681         * gst-libs/gst/video/video.vcproj:
17682         * gst-libs/gst/xoverlay/xoverlay.vcproj:
17683           fixes for build problems
17684
17685 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17686
17687         * gst-libs/gst/audio/audio.def:
17688         * gst-libs/gst/audio/riff.def:
17689           add some definitions needed by plugins
17690
17691 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17692
17693         * gst/asfdemux/gstasfmux.c
17694           Fix some 64 bits constants to be glib friendly
17695
17696 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17697
17698         * gst/ac3parse/gstac3parse.c
17699         * gst/audioscale/gstaudioscale.c
17700         * gst/auparse/gstauparse.c
17701         * gst/colorspace/gstcolorspace.c
17702         * gst/colorspace/yuv2rgb.h
17703           local include fixes
17704
17705 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17706
17707         * win32/gst.sln
17708           add more plugins to the build
17709
17710 2004-07-26  Julien MOUTTE  <julien@moutte.net>
17711
17712         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17713         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
17714
17715 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17716
17717         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
17718         (gst_level_set_property), (gst_level_get_property),
17719         (gst_level_base_init), (gst_level_class_init):
17720           add debugging categories.  cleanups.
17721
17722 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17723
17724         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17725         (gst_videoscale_planar411), (gst_videoscale_planar400),
17726         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
17727         (gst_videoscale_scale_nearest_str1),
17728         (gst_videoscale_scale_nearest_str2),
17729         (gst_videoscale_scale_nearest_str4),
17730         (gst_videoscale_scale_nearest_16bit),
17731         (gst_videoscale_scale_nearest_24bit):
17732           fixed stride issues
17733           tested with 320x240 -> 321, 322, 324 x240
17734           tested with YV12, I420, YUY2, UYVY
17735           fixed packed422rev (don't think it could have worked before)
17736           by testing with UYVY
17737
17738 2004-07-26  Benjamin Otte  <otte@gnome.org>
17739
17740         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
17741         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
17742         (plugin_init):
17743           add debugging category, add error checks like checking return values
17744           of setup calls, make sure it still works after
17745           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
17746
17747 2004-07-26  Wim Taymans  <wim@fluendo.com>
17748
17749         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
17750         (gst_mpeg_demux_get_audio_stream),
17751         (gst_mpeg_demux_process_private):
17752         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
17753         Check for error codes from the negotiation functions. Make sure
17754         we really set the pad caps when a new pad is created.
17755
17756 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17757
17758         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17759         (gst_ffmpeg_caps_to_pix_fmt):
17760         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
17761         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17762         (gst_ffmpegcolorspace_pad_link):
17763           don't make function do two things at the same time without reason.
17764
17765 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17766
17767         * gst/ac3parse/ac3parse.vcproj
17768         * gst/adder/adder.vcproj
17769         * gst/alpha/alpha.vcproj
17770         * gst/alpha/alphacolor.vcproj
17771         * gst/asfdemux/asf.vcproj
17772         * gst/audioconvert/audioconvert.vcproj
17773         * gst/audiorate/audiorate.vcproj
17774         * gst/audioscale/audioscale.vcproj
17775         * gst/auparse/auparse.vcproj
17776         * gst/avi/avi.vcproj
17777         * gst/cdxaparse/cdxaparse.vcproj
17778         * gst/chart/chart.vcproj
17779         * gst/colorspace/colorspace.vcproj
17780         * gst/cutter/cutter.vcproj
17781         * gst/debug/debug.vcproj
17782         * gst/debug/efence.vcproj
17783         * gst/debug/navigationtest.vcproj
17784         * gst/deinterlace/deinterlace.vcproj
17785         * gst/effectv/effectv.vcproj
17786         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
17787         * gst/filter/filter.vcproj
17788         * gst/flx/flxdec.vcproj
17789         * gst/goom/goom.vcproj
17790         * gst/interleave/interleave.vcproj
17791         * gst/law/alaw.vcproj
17792         * gst/law/mulaw.vcproj
17793         * gst/matroska/matroska.vcproj
17794         * gst/median/median.vcproj
17795         * gst/mixmatrix/mixmatrix.vcproj
17796         * gst/mpeg1sys/mpeg1systemencode.vcproj
17797         * gst/mpeg1videoparse/mp1videoparse.vcproj
17798         * gst/mpeg2sub/mpeg2subt.vcproj
17799         * gst/mpegaudio/mpegaudio.vcproj
17800         * gst/mpegaudioparse/mpegaudioparse.vcproj
17801         * gst/mpegstream/mpegstream.vcproj
17802         * gst/multifilesink/multifilesink.vcproj
17803         * gst/multipart/multipart.vcproj
17804         * gst/oneton/oneton.vcproj
17805         * gst/overlay/overlay.vcproj
17806         * gst/passthrough/passthrough.vcproj
17807         * gst/qtdemux/qtdemux.vcproj
17808         * gst/realmedia/rmdemux.vcproj
17809         * gst/rtjpeg/rtjpeg.vcproj
17810         * gst/rtp/rtp.vcproj
17811         * gst/silence/silence.vcproj
17812         * gst/sine/sinesrc.vcproj
17813         * gst/smooth/smooth.vcproj
17814         * gst/smpte/smpte.vcproj
17815         * gst/spectrum/spectrum.vcproj
17816         * gst/speed/speed.vcproj
17817         * gst/stereo/stereo.vcproj
17818         * gst/switch/switch.vcproj
17819         * gst/tags/tagedit.vcproj
17820         * gst/tcp/tcp.vcproj
17821         * gst/typefind/typefindfunctions.vcproj
17822         * gst/udp/udp.vcproj
17823         * gst/videobox/videobox.vcproj
17824         * gst/videocrop/videocrop.vcproj
17825         * gst/videodrop/videodrop.vcproj
17826         * gst/videofilter/gamma.vcproj
17827         * gst/videofilter/videobalance.vcproj
17828         * gst/videofilter/videofilter.vcproj
17829         * gst/videofilter/videoflip.vcproj
17830         * gst/videoflip/videoflip.vcproj
17831         * gst/videomixer/videomixer.vcproj
17832         * gst/videorate/videorate.vcproj
17833         * gst/videoscale/videoscale.vcproj
17834         * gst/videotestsrc/videotestsrc.vcproj
17835         * gst/virtualdub/virtualdub.vcproj
17836         * gst/volenv/volenv.vcproj
17837         * gst/volume/volume.vcproj
17838         * gst/wavenc/wavenc.vcproj
17839         * gst/wavparse/wavparse.vcproj
17840         * gst/y4m/y4menc.vcproj
17841           more plugins supported under windows
17842
17843 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17844
17845         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17846         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
17847         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
17848         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17849         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
17850           Add debugging statements.  Use the sizes as returned by the
17851           *CreateImage calls.
17852
17853 2004-07-26  Johan Dahlin  <johan@gnome.org>
17854
17855         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
17856         the pad is negotiated.
17857
17858         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
17859
17860 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17861
17862         * gst-libs/gst/colorbalance/colorbalance.vcproj:
17863         * gst-libs/gst/idct/idct.vcproj:
17864         * gst-libs/gst/media-info/media-info.vcproj:
17865         * gst-libs/gst/mixer/mixer.vcproj:
17866         * gst-libs/gst/navigation/navigation.vcproj:
17867         * gst-libs/gst/play/play.vcproj:
17868         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
17869         * gst-libs/gst/resample/resample.vcproj:
17870         * gst-libs/gst/tuner/tuner.vcproj:
17871         * gst-libs/gst/video/video.vcproj:
17872         * gst-libs/gst/xoverlay/xoverlay.vcproj:
17873           more plugins supported under windows
17874
17875 2004-07-25 Iain <iain@prettypeople.org>
17876
17877         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
17878         pad now rather than when the pad is created because state changes wipe
17879         explicit caps (fixes #148043).
17880
17881 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
17882
17883         reviewed by Benjamin Otte  <otte@gnome.org>
17884
17885         * ext/mad/gstmad.c:
17886           fix mad plugin crashing on Sun (fixes #148289)
17887
17888 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17889
17890         * gst/avi/avi.def:
17891         * gst/avi/avi.vcproj:
17892         * gst/matroska/matroska.def:
17893         * gst/matroska/matroska.vcproj:
17894           remove unused .def files
17895
17896 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17897
17898         * gst-libs/gst/audio/gstaudiofilter.c:
17899           Clean the local include
17900
17901 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17902
17903         * win32/gst.sln:
17904         * gst-libs/gst/audio/audio.def:
17905         * gst-libs/gst/audio/audio.vcproj:
17906         * gst-libs/gst/audio/audiofilter.vcproj:
17907         * gst-libs/gst/audio/riff.def:
17908         * gst-libs/gst/audio/riff.vcproj:
17909         * gst-libs/gst/gst-libs.def:
17910         * gst-libs/gst/gst-libs.vcproj:
17911         * gst/avi/avi.vcproj:
17912         * gst/avi/avi.vcproj:
17913           Copy the files where needed after building, cleaner projects
17914
17915 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17916
17917         * gst/matroska/ebml-write.c:
17918           Fix some 64 bits constants to be glib friendly
17919
17920 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
17921
17922         * win32/gst.sln:
17923         * gst-libs/gst/gst-libs.def:
17924         * gst-libs/gst/gst-libs.vcproj:
17925         * gst/matroska/matroska.def:
17926         * gst/matroska/matroska.vcproj:
17927           Add the preliminary canvas to build plugins on Win32
17928
17929 2004-07-23  Benjamin Otte  <otte@gnome.org>
17930
17931         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17932           don't enfore negotiation from source side, it breaks
17933           sinesrc ! audioconvert ! osssink
17934
17935 2004-07-22  David Schleef  <ds@schleef.org>
17936
17937         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
17938         for ELF files, since they can easily be recognized as audio/mpeg.
17939         (bug #147441)
17940
17941 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17942
17943         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17944         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
17945         (gst_videoscale_scale_nearest_24bit),
17946         (gst_videoscale_scale_nearest_16bit):
17947           fix 16bit and 24bit for stride (24bit might need testing)
17948           don't pretend we do more than one algorithm
17949
17950 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17951
17952         * configure.ac:
17953         * gst/Makefile.am:
17954         * gst/multifilesink/Makefile.am:
17955         * gst/multifilesink/gstmultifilesink.c:
17956         (gst_multifilesink_get_formats),
17957         (gst_multifilesink_get_query_types), (_do_init),
17958         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
17959         (gst_multifilesink_init), (gst_multifilesink_dispose),
17960         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
17961         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
17962         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
17963         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
17964         (gst_multifilesink_chain), (gst_multifilesink_change_state),
17965         (gst_multifilesink_uri_get_type),
17966         (gst_multifilesink_uri_get_protocols),
17967         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
17968         (gst_multifilesink_uri_handler_init), (plugin_init):
17969         * gst/multifilesink/gstmultifilesink.h:
17970         * testsuite/Makefile.am:
17971         * testsuite/multifilesink/Makefile.am:
17972         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
17973         (gst_newmedia_class_init), (gst_newmedia_init),
17974         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
17975         (newfile_signal), (test_signal), (main):
17976         multifilesink plugin for creating new files every time a new media
17977         discontinuity event occurs
17978
17979 2004-07-22  Wim Taymans  <wim@fluendo.com>
17980
17981         * gst/alpha/Makefile.am:
17982         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
17983         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
17984         (gst_alpha_color_init), (gst_alpha_color_set_property),
17985         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
17986         (transform), (gst_alpha_color_chain),
17987         (gst_alpha_color_change_state), (plugin_init):
17988         Stupid plugin to to RGBA to AYUV conversion because none of
17989         the colorspace plugins can handle that yet.
17990
17991 2004-07-22  Wim Taymans  <wim@fluendo.com>
17992
17993         * examples/seeking/seek.c: (update_scale), (main):
17994         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17995         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
17996         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
17997         (gst_decode_bin_init), (gst_decode_bin_dispose),
17998         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17999         (no_more_pads), (close_link), (type_found),
18000         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18001         (plugin_init):
18002         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18003         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18004         (gst_play_base_bin_dispose), (queue_overrun),
18005         (gen_preroll_element), (remove_prerolls), (unknown_type),
18006         (no_more_pads), (new_stream), (setup_source),
18007         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
18008         (play_base_eos), (gst_play_base_bin_change_state),
18009         (gst_play_base_bin_add_element),
18010         (gst_play_base_bin_remove_element),
18011         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18012         (gst_play_base_bin_unlink_stream),
18013         (gst_play_base_bin_get_streaminfo):
18014         * gst/playback/gstplaybin.c: (gen_video_element),
18015         (gen_audio_element):
18016         * gst/playback/gststreaminfo.h:
18017         More playback updates, attempt to fix things after the state change
18018         breakage.
18019
18020 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18021
18022         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
18023         (gst_videoscale_scale_nearest_16bit):
18024           comment algorithm
18025
18026 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18027
18028         * gst/videotestsrc/gstvideotestsrc.c:
18029         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
18030         (gst_videotestsrc_init), (gst_videotestsrc_get),
18031         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
18032         (gst_videotestsrc_get_property):
18033         * gst/videotestsrc/gstvideotestsrc.h:
18034         * gst/videotestsrc/videotestsrc.c:
18035         * gst/videotestsrc/videotestsrc.h:
18036           cleanup and commenting
18037
18038 2004-07-21  Wim Taymans  <wim@fluendo.com>
18039
18040         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
18041         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
18042         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
18043         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
18044         (_find_chain_get_unknown_part), (_find_streams_check),
18045         (gst_ogg_demux_push), (gst_ogg_pad_push):
18046         * ext/theora/theoradec.c: (theora_get_formats),
18047         (theora_dec_src_convert), (theora_dec_sink_convert),
18048         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18049         (theora_dec_chain):
18050         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
18051         (vorbis_dec_convert), (vorbis_dec_src_query),
18052         (vorbis_dec_src_event), (vorbis_dec_event):
18053         More seeking fixes, oggdemux now supports seeking to time and
18054         uses the downstream element to convert granulepos to time.
18055         Seeking in theora-only ogg files now works.
18056
18057 2004-07-21  Wim Taymans  <wim@fluendo.com>
18058
18059         * ext/theora/theoradec.c: (gst_theora_dec_init),
18060         (theora_get_formats), (theora_get_event_masks),
18061         (theora_get_query_types), (theora_dec_src_convert),
18062         (theora_dec_sink_convert), (theora_dec_src_query),
18063         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
18064         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
18065         (vorbis_get_event_masks), (vorbis_get_query_types),
18066         (gst_vorbis_dec_init), (vorbis_dec_convert),
18067         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
18068         Added query/convert/formats functions to vorbis and theora decoders
18069         so that the outside world can use them too. Fixed seeking on an
18070         ogg/theora/vorbis file by disabling the seeking seeking on the
18071         theora srcpad.
18072
18073 2004-07-21  Julien MOUTTE  <julien@moutte.net>
18074
18075         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18076         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
18077         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
18078         images creation for both elements. We don't create the image on caps
18079         nego or renego, we just destroy the internal one if present if it does
18080         not match the needs. The chain function takes care of creating a new
18081         image when needed.
18082         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18083         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
18084         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
18085         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
18086         the image format information. The buffer pool checks for the context
18087         image format and discard images with different formats.
18088         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
18089
18090 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18091
18092         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18093         (gst_ffmpegcolorspace_chain):
18094           no point in doing any chaining if the pad we want to push from
18095           isn't usable.
18096
18097 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18098
18099         * gst-libs/gst/riff/riff-media.c:
18100         (gst_riff_create_audio_caps_with_data):
18101           Fix double end-to-native symbol conversion (#148021).
18102
18103 2004-07-20  David Schleef  <ds@schleef.org>
18104
18105         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
18106         Don't use an Atom that doesn't exist.
18107
18108 2004-07-20  Wim Taymans  <wim@fluendo.com>
18109
18110         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18111         (gst_multifdsink_add), (gst_multifdsink_get_stats),
18112         (gst_multifdsink_client_remove),
18113         (gst_multifdsink_handle_client_write),
18114         (gst_multifdsink_queue_buffer):
18115         * gst/tcp/gstmultifdsink.h:
18116         More multifdsink stats. Avoid deadlock by releasing locks
18117         before sending out a signal.
18118
18119 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18120
18121         * po/LINGUAS:
18122         * po/hu.po:
18123           added Hungarian translation (Laszlo Dvornik)
18124
18125 2004-07-20  Wim Taymans  <wim@fluendo.com>
18126
18127         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18128         (gst_multifdsink_add), (gst_multifdsink_client_remove),
18129         (gst_multifdsink_handle_client_write),
18130         (gst_multifdsink_queue_buffer):
18131         * gst/tcp/gsttcp-marshal.list:
18132         Fixed the stupid marshal definition.
18133
18134 2004-07-20  Wim Taymans  <wim@fluendo.com>
18135
18136         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18137         (gst_multifdsink_init), (gst_multifdsink_add),
18138         (gst_multifdsink_client_remove),
18139         (gst_multifdsink_handle_client_write),
18140         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
18141         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
18142         (gst_multifdsink_init_send):
18143         * gst/tcp/gstmultifdsink.h:
18144         Added more stats, added timeout for a client, fixed some typos
18145         and added some comments.
18146
18147 2004-07-20  Wim Taymans  <wim@fluendo.com>
18148
18149         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18150         (gst_multifdsink_add), (gst_multifdsink_get_stats),
18151         (gst_multifdsink_client_remove),
18152         (gst_multifdsink_handle_client_write):
18153         * gst/tcp/gstmultifdsink.h:
18154         * gst/tcp/gsttcp-marshal.list:
18155         Added get_stats method that returns a GValueArray of
18156         stats values.
18157
18158 2004-07-19  Benjamin Otte  <otte@gnome.org>
18159
18160         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
18161           make sure longname, description and author are valid UTF-8
18162
18163 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18164
18165         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
18166         (gst_ximagesink_set_property):
18167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
18168         (gst_xvimagesink_set_property):
18169           make sure SYNCHRONOUS is respected after getting the X context
18170
18171 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18172
18173         * gst/matroska/matroska-demux.c:
18174         (gst_matroska_demux_handle_src_event),
18175         (gst_matroska_demux_parse_blockgroup):
18176         * gst/matroska/matroska-ids.h:
18177           add BlockReference tag and ignore it to clear out log.
18178           ignore NAVIGATION events to clear out log.
18179
18180 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18181
18182         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
18183         (gst_matroska_demux_add_stream):
18184         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
18185           add debug categories
18186
18187 2004-07-16  Wim Taymans  <wim@fluendo.com>
18188
18189         * ext/libpng/Makefile.am:
18190         * ext/libpng/gstpng.c: (plugin_init):
18191         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
18192         (gst_pngdec_get_type), (gst_pngdec_base_init),
18193         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
18194         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
18195         * ext/libpng/gstpngdec.h:
18196         Added png decoder.
18197
18198 2004-07-16  Julien MOUTTE  <julien@moutte.net>
18199
18200         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
18201         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
18202         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
18203         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
18204         (gst_ximagesink_buffer_alloc):
18205         * sys/ximage/ximagesink.h:
18206         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
18207         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
18208         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18209         (gst_xvimagesink_buffer_alloc):
18210         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
18211         again. Using internal data pointer of the x(v)image to store image's
18212         data to be coherent with the buffer alloc mechanism. Investigated the
18213         image destruction code to be sure that everything gets freed correctly.
18214
18215 2004-07-16  Wim Taymans  <wim@fluendo.com>
18216
18217         * gst-libs/gst/riff/riff-read.c:
18218         (gst_riff_read_strf_vids_with_data),
18219         (gst_riff_read_strf_auds_with_data):
18220         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18221         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
18222         Make sure we don't create 0 sized subbuffers in riff-read.
18223         Signal the no more pads signal after reading the avi header.
18224
18225 2004-07-16  Wim Taymans  <wim@fluendo.com>
18226
18227         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18228         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
18229         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
18230         (gst_decode_bin_init), (gst_decode_bin_dispose),
18231         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18232         (no_more_pads), (close_link), (type_found),
18233         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18234         (gst_decode_bin_change_state), (plugin_init):
18235         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18236         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18237         (gst_play_base_bin_dispose), (queue_overrun),
18238         (gen_preroll_element), (remove_prerolls), (unknown_type),
18239         (no_more_pads), (new_stream), (setup_source),
18240         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
18241         (play_base_eos), (gst_play_base_bin_change_state),
18242         (gst_play_base_bin_add_element),
18243         (gst_play_base_bin_remove_element),
18244         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18245         (gst_play_base_bin_unlink_stream),
18246         (gst_play_base_bin_get_streaminfo):
18247         * gst/playback/gstplaybasebin.h:
18248         Better error recovery. Added configurable preroll queue size. Faster
18249         detection of no-more-pads.
18250
18251 2004-07-16  Wim Taymans  <wim@fluendo.com>
18252
18253         * gst-libs/gst/video/video.h:
18254         Added 32 bits RGBA. Not sure if we should use another mime-type
18255         for alpha rgb. Currently the presence of the alpha_mask property
18256         signals an alpha channel.
18257
18258 2004-07-16  Wim Taymans  <wim@fluendo.com>
18259
18260         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
18261         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18262         FPS seems to be 0.0 to MAX everywhere else.
18263
18264 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18265
18266         * gst-libs/gst/riff/riff-media.c:
18267         (gst_riff_create_video_caps_with_data):
18268           mp42/mp43 (no caps) exist too.
18269         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
18270           Set pixel_width/height; we've got them in-caps.
18271         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18272         * gst/wavparse/gstwavparse.c: (plugin_init):
18273           Both are valid primary.
18274         * sys/oss/gstossmixer.c:
18275           Remove i18n hack and enable translations.
18276
18277 2004-07-15  Benjamin Otte  <otte@gnome.org>
18278
18279         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
18280         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
18281           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
18282
18283 2004-07-15  Benjamin Otte  <otte@gnome.org>
18284
18285         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18286         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
18287         (gst_alsa_close_audio):
18288           disable some of the debugging code for now. Writing debugging to a
18289           buffer is broken in current alsalib releases.
18290
18291 2004-07-12  Benjamin Otte  <otte@gnome.org>
18292
18293         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
18294           use bufferpools
18295
18296 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18297
18298         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
18299         (theora_dec_src_query), (theora_dec_event):
18300         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
18301           add debugging categories.  Remove \n's.
18302
18303 2004-07-13  Johan Dahlin  <johan@gnome.org>
18304
18305         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
18306         (gst_play_bin_get_property): Impl.
18307
18308 2004-07-13  Wim Taymans  <wim@fluendo.com>
18309
18310         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
18311         When trying to find the stream length, seek back N pages
18312         instead of just one, where N is the number of streams in
18313         the current chain.
18314
18315 2004-07-13  Wim Taymans  <wim@fluendo.com>
18316
18317         * gst-libs/gst/riff/riff-media.c:
18318         (gst_riff_create_audio_caps_with_data),
18319         (gst_riff_create_audio_caps),
18320         (gst_riff_create_audio_template_caps):
18321         * gst-libs/gst/riff/riff-media.h:
18322         * gst-libs/gst/riff/riff-read.c:
18323         (gst_riff_read_strf_vids_with_data),
18324         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
18325         * gst-libs/gst/riff/riff-read.h:
18326         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18327         (gst_avi_demux_add_stream):
18328         Set codec_data on caps for avidemuxer.
18329
18330 2004-07-12  David Schleef  <ds@schleef.org>
18331
18332         * configure.ac: Fix test for Objective C
18333
18334 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
18335         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
18336         (gst_gdk_pixbuf_chain):
18337           Add svg and pcx to template caps, and ensure that getcaps returns a
18338           subset of the template caps.
18339           Copy each row manually for output, as gdkpixbuf may pad the
18340           rowstride to a 32-bit word boundary.
18341
18342 2004-07-12  Wim Taymans  <wim@fluendo.com>
18343
18344         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
18345         (gst_riff_create_video_template_caps):
18346         Fix the template caps to include some more media types.
18347
18348 2004-07-12  Wim Taymans  <wim@fluendo.com>
18349
18350         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18351         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18352         (compare_ranks), (print_feature), (gst_decode_bin_init),
18353         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
18354         (try_to_link_1), (new_pad), (close_link), (type_found),
18355         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18356         (gst_decode_bin_change_state), (plugin_init):
18357         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18358         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18359         (gst_play_base_bin_dispose), (queue_overrun),
18360         (gen_preroll_element), (remove_prerolls), (no_more_pads),
18361         (new_stream), (setup_source), (gst_play_base_bin_set_property),
18362         (gst_play_base_bin_get_property), (play_base_eos),
18363         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18364         (gst_play_base_bin_remove_element),
18365         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18366         (gst_play_base_bin_unlink_stream),
18367         (gst_play_base_bin_get_streaminfo):
18368         * gst/playback/gstplaybasebin.h:
18369         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18370         (gst_play_bin_class_init), (gst_play_bin_init),
18371         (gst_play_bin_dispose), (gst_play_bin_set_property),
18372         (gst_play_bin_get_property), (gen_video_element),
18373         (gen_audio_element), (remove_sinks), (setup_sinks),
18374         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
18375         (gst_play_bin_send_event), (gst_play_bin_get_formats),
18376         (gst_play_bin_convert), (gst_play_bin_get_query_types),
18377         (gst_play_bin_query), (plugin_init):
18378         * gst/playback/test4.c: (main):
18379         More fixes on reusing of the element.
18380
18381 2004-07-11  Benjamin Otte  <otte@gnome.org>
18382
18383         * ext/mad/gstmad.c: (normal_seek):
18384           allow seeking for other methods than just SET
18385
18386 2004-07-11  Andy Wingo  <wingo@pobox.com>
18387
18388         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
18389         float, "any" caps -> buffer_frames=[0,MAX].
18390
18391         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
18392         doesn't intersect our caps with the template any more. Do it
18393         ourselves.
18394         (interleave_buffered_loop): Use g_newa instead of malloc/free.
18395
18396 2004-07-09  Wim Taymans  <wim@fluendo.com>
18397
18398         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18399         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18400         (compare_ranks), (print_feature), (gst_decode_bin_init),
18401         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
18402         (try_to_link_1), (new_pad), (close_link), (type_found),
18403         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18404         (gst_decode_bin_change_state), (plugin_init):
18405         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18406         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18407         (gst_play_base_bin_dispose), (queue_overrun),
18408         (gen_preroll_element), (remove_prerolls), (no_more_pads),
18409         (new_stream), (setup_source), (gst_play_base_bin_set_property),
18410         (gst_play_base_bin_get_property), (play_base_eos),
18411         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18412         (gst_play_base_bin_remove_element),
18413         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18414         (gst_play_base_bin_unlink_stream),
18415         (gst_play_base_bin_get_streaminfo):
18416         * gst/playback/gstplaybasebin.h:
18417         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18418         (gst_play_bin_class_init), (gst_play_bin_init),
18419         (gst_play_bin_dispose), (gst_play_bin_set_property),
18420         (gst_play_bin_get_property), (gen_video_element),
18421         (gen_audio_element), (remove_sinks), (setup_sinks),
18422         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
18423         (gst_play_bin_send_event), (gst_play_bin_get_formats),
18424         (gst_play_bin_convert), (gst_play_bin_get_query_types),
18425         (gst_play_bin_query), (plugin_init):
18426         * gst/playback/test4.c: (main):
18427         Work on object reuse and seeking.
18428
18429 2004-07-09  Wim Taymans  <wim@fluendo.com>
18430
18431         * examples/seeking/seek.c: (iterate):
18432         Don't consume all CPU in the idle loop.
18433
18434 2004-07-09  Wim Taymans  <wim@fluendo.com>
18435
18436         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
18437         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
18438         Add pad to element *after* setting the pad functions so that
18439         the scheduler can use the correct ones.
18440
18441 2004-07-09  Wim Taymans  <wim@fluendo.com>
18442
18443         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
18444         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
18445         Sync to keyframe after seek
18446
18447 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18448
18449         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18450         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18451         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
18452         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
18453         * ext/libvisual/visual.c: (gst_visual_change_state):
18454         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
18455         * ext/theora/theoradec.c: (theora_dec_change_state):
18456         * ext/theora/theoraenc.c: (theora_enc_change_state):
18457         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
18458         * gst-libs/gst/navigation/navigation.c:
18459         * gst/adder/gstadder.c: (gst_adder_change_state):
18460         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18461         (gst_audio_convert_get_buffer):
18462         * gst/multipart/multipartdemux.c:
18463         (gst_multipart_demux_change_state):
18464         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
18465         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18466         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
18467         * gst/videoscale/gstvideoscale.c:
18468         (gst_videoscale_handle_src_event):
18469         * gst/volume/gstvolume.c: (volume_chain_int16):
18470           don't assert in state change, this should be done by the base
18471           GstElement class.
18472           various debugging fixes.
18473
18474 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18475
18476         * configure.ac:
18477         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18478         (gst_play_dispose), (gst_play_set_location),
18479         (gst_play_set_data_src), (gst_play_set_video_sink),
18480         (gst_play_set_audio_sink), (gst_play_set_visualization),
18481         (gst_play_connect_visualization), (gst_play_get_sink_element),
18482         (gst_play_get_all_by_interface):
18483         * gst-libs/gst/play/play.h:
18484           add new method to get elements implementing an interface.
18485           add various error logging
18486
18487 2004-07-08  Wim Taymans  <wim@fluendo.com>
18488
18489         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
18490         (make_mpeg_pipeline), (make_mpegnt_pipeline),
18491         (make_playerbin_pipeline), (query_durations_elems),
18492         (query_durations_pads), (query_positions_elems),
18493         (query_positions_pads), (update_scale), (iterate), (stop_seek),
18494         (main):
18495         Added playbin seeking example.
18496
18497 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18498
18499         * gst-libs/gst/play/play.c: (gst_play_set_location),
18500         (gst_play_set_data_src), (gst_play_set_video_sink),
18501         (gst_play_set_audio_sink), (gst_play_set_visualization),
18502         (gst_play_connect_visualization), (gst_play_get_framerate):
18503           use a macro to look up elements from hash table
18504
18505 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18506
18507         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18508         (gst_play_get_length_callback), (gst_play_set_location),
18509         (gst_play_seek_to_time), (gst_play_set_data_src),
18510         (gst_play_set_video_sink), (gst_play_set_audio_sink),
18511         (gst_play_set_visualization), (gst_play_connect_visualization),
18512         (gst_play_get_sink_element):
18513         - add debugging info
18514         - fix looking up sink elements by iterating over complete caps
18515         - put everything except for source and autoplugger in a complete bin
18516
18517 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18518
18519         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
18520         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
18521         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
18522         (gst_alsa_sink_write), (gst_alsa_sink_loop):
18523         * ext/alsa/gstalsasink.h:
18524         - add debugging info
18525         - clean up schizophrenia of data/buffer/event
18526         - fix double event unref error
18527
18528 2004-07-08  Wim Taymans  <wim@fluendo.com>
18529
18530         * gst/playback/Makefile.am:
18531         Add headers to noinst
18532
18533 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18534
18535         * tools/gst-launch-ext-m.m:
18536         * tools/gst-launch-ext.1.in:
18537           convert to the third millenium
18538
18539 2004-07-07  David Schleef  <ds@schleef.org>
18540
18541         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
18542
18543 2004-07-07  Wim Taymans  <wim@fluendo.com>
18544
18545         * gst/playback/Makefile.am:
18546         * gst/playback/README:
18547         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18548         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18549         (compare_ranks), (print_feature), (gst_decode_bin_init),
18550         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
18551         (try_to_link_1), (new_pad), (close_link), (type_found),
18552         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18553         (plugin_init):
18554         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18555         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18556         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
18557         (gen_preroll_element), (no_more_pads), (new_stream),
18558         (setup_source), (gst_play_base_bin_set_property),
18559         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
18560         (gst_play_base_bin_add_element),
18561         (gst_play_base_bin_remove_element),
18562         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18563         (gst_play_base_bin_unlink_stream),
18564         (gst_play_base_bin_get_streaminfo):
18565         * gst/playback/gstplaybasebin.h:
18566         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18567         (gst_play_bin_class_init), (gst_play_bin_init),
18568         (gst_play_bin_dispose), (gst_play_bin_set_property),
18569         (gst_play_bin_get_property), (gen_video_element),
18570         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
18571         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18572         (gst_play_bin_get_formats), (gst_play_bin_convert),
18573         (gst_play_bin_get_query_types), (gst_play_bin_query),
18574         (plugin_init):
18575         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
18576         (gst_stream_info_get_type), (gst_stream_info_class_init),
18577         (gst_stream_info_init), (gst_stream_info_new),
18578         (gst_stream_info_dispose), (gst_stream_info_set_property),
18579         (gst_stream_info_get_property):
18580         * gst/playback/gststreaminfo.h:
18581         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
18582         (main):
18583         * gst/playback/test2.c: (main):
18584         * gst/playback/test3.c: (update_scale), (main):
18585         More playbin fixes. Added README. Do better element filtering.
18586         Added base class to preroll media. Added test apps.
18587
18588 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18589
18590         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
18591         * ext/mpeg2dec/gstmpeg2dec.h:
18592           various debugging improvements.  Reset stream to next picture
18593           instead of sequence header, otherwise seeks cannot work.
18594
18595 2004-07-07  Wim Taymans  <wim@fluendo.com>
18596
18597         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
18598         (gst_video_box_class_init), (gst_video_box_set_property),
18599         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
18600         Use pad_alloc where possible.
18601
18602 2004-07-07  Wim Taymans  <wim@fluendo.com>
18603
18604         * sys/oss/gstosselement.c: (gst_osselement_reset),
18605         (gst_osselement_parse_caps):
18606         * sys/oss/gstosselement.h:
18607         * sys/oss/gstosssrc.c: (gst_osssrc_get):
18608         Fix offset on osssrc.
18609
18610 2004-07-07  Wim Taymans  <wim@fluendo.com>
18611
18612         * ext/theora/theora.c: (plugin_init):
18613         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
18614         (theora_dec_src_query), (theora_dec_chain):
18615         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18616         (theora_enc_sink_link), (theora_buffer_from_packet),
18617         (theora_push_packet), (theora_enc_chain):
18618         Fix theora granulepos calculation.
18619         Fix overflow in duration/position calculation.
18620         Bump rank to PRIMARY for theoradec.
18621         Use granulepos of last packet to calculate position.
18622         Set keyframe flag on buffers when needed.
18623
18624 2004-07-06  David Schleef  <ds@schleef.org>
18625
18626         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
18627         serious?  (Fixed, obviously.)
18628
18629 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18630
18631         * po/LINGUAS:
18632         * po/cs.po:
18633           added Czech translation (Miloslav Trmac)
18634
18635 2004-07-05  Wim Taymans  <wim@fluendo.com>
18636
18637         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18638         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18639         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
18640         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18641         (close_link), (type_found), (gst_decode_bin_set_property),
18642         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
18643         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
18644         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
18645         (gst_decode_bin_query), (plugin_init):
18646         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18647         (gst_play_bin_class_init), (gst_play_bin_init),
18648         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
18649         (get_video_element), (new_pad), (setup_source),
18650         (gst_play_bin_set_property), (gst_play_bin_get_property),
18651         (gst_play_bin_change_state), (gst_play_bin_add_element),
18652         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
18653         (gst_play_bin_send_event), (gst_play_bin_get_formats),
18654         (gst_play_bin_convert), (gst_play_bin_get_query_types),
18655         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
18656         * gst/playback/test.c: (main):
18657         More fixes, cleaned up playbin, make it use decodebin. Added
18658         threaded property to playbin.
18659
18660 2004-07-05  Wim Taymans  <wim@fluendo.com>
18661
18662         * configure.ac:
18663         * gst/playback/Makefile.am:
18664         * gst/playback/decodetest.c: (main):
18665         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18666         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18667         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
18668         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18669         (close_link), (type_found), (gst_decode_bin_set_property),
18670         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
18671         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
18672         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
18673         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
18674         (plugin_init):
18675         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18676         (gst_play_bin_class_init), (gst_play_bin_init),
18677         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
18678         (collect_sink_pads), (find_compatibles), (close_pad_link),
18679         (try_to_link_1), (new_pad), (close_link), (type_found),
18680         (setup_source), (gst_play_bin_set_property),
18681         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
18682         (compare_ranks), (gst_play_bin_collect_factories),
18683         (gst_play_bin_change_state), (gst_play_bin_add_element),
18684         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
18685         (gst_play_bin_send_event), (gst_play_bin_get_formats),
18686         (gst_play_bin_convert), (gst_play_bin_get_query_types),
18687         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
18688         * gst/playback/test.c: (main):
18689         Added some playback helper elements and some test apps, very alpha
18690         still.
18691
18692 2004-07-04  Benjamin Otte  <otte@gnome.org>
18693
18694         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
18695           only restart audio when we indeed have an xrun to fix repeated
18696           xruns. Fix suggested by Giuliano Pochini.
18697
18698 2004-07-03  David Schleef  <ds@schleef.org>
18699
18700         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
18701         call to gst_debug_log() if debugging is disabled (bug #145118)
18702
18703 2004-07-03  Benjamin Otte  <otte@gnome.org>
18704
18705         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
18706           use our own functions for restarting the alsa device.
18707         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18708           I should apply patches myself - use MIN for the third argument, not
18709           the second, this fixes seeking
18710
18711 2004-07-02  David Schleef  <ds@schleef.org>
18712
18713         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
18714         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
18715         do with the logic.
18716
18717 2004-07-02  David Schleef  <ds@schleef.org>
18718
18719         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
18720         output buffers.  Fix logic mistake.  (bug #144866)
18721
18722 2004-07-02  David Schleef  <ds@schleef.org>
18723
18724         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
18725         on X.  (bug #144753)
18726
18727 2004-07-02  David Schleef  <ds@schleef.org>
18728
18729         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
18730         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
18731         (bug #144624)
18732         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
18733         (gst_osselement_rate_probe_check): Add another workaround for
18734         buggy drivers (bug #145336)
18735
18736 2004-07-02  David Schleef  <ds@schleef.org>
18737
18738         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
18739         Most systems don't have MSG_NOSIGNAL.
18740
18741 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18742
18743         * Makefile.am:
18744         * gst-libs/gst/colorbalance/Makefile.am:
18745         * gst-libs/gst/mixer/Makefile.am:
18746         * gst-libs/gst/play/Makefile.am:
18747         * gst-libs/gst/tuner/Makefile.am:
18748           (hopefully) fix both install and dist and make error message useful.
18749           needs testing across automakes.
18750
18751 2004-07-02  Benjamin Otte  <otte@gnome.org>
18752
18753         * ext/ogg/gstogg.c: (plugin_init):
18754           we require bytestream now
18755         * ext/ogg/gstoggdemux.c:
18756           huge diff to implement chain setup in a fast and generic way. This
18757           improves tag reading and startup of huge files (read: Theora videos)
18758           quite a bit. It probably contains bugs, too, so please test.
18759           Seeking is not improved to the fast method.
18760
18761 2004-06-29  Wim Taymans  <wim@fluendo.com>
18762
18763         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18764         * ext/ogg/gstoggmux.c:
18765         Fix memleak in oggdemux when running unconnected pads.
18766         doc update in mux, start working on keyframe mode.
18767
18768 2004-06-29  Benjamin Otte  <otte@gnome.org>
18769
18770         * sys/oss/gstosssink.c:
18771         * sys/oss/gstosssrc.c:
18772           advertise correct template caps - we indeed do non-native endianness
18773           and 8bit audio has no endianness
18774         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
18775         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
18776           avoid (wrong) duplications in getcaps function and return
18777           template caps
18778
18779 2004-06-29  Wim Taymans  <wim@fluendo.com>
18780
18781         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18782         (gst_multifdsink_class_init), (gst_multifdsink_add),
18783         (gst_multifdsink_remove), (gst_multifdsink_clear),
18784         (gst_multifdsink_client_remove),
18785         (gst_multifdsink_handle_client_read),
18786         (gst_multifdsink_client_queue_data),
18787         (gst_multifdsink_client_queue_caps),
18788         (gst_multifdsink_client_queue_buffer),
18789         (gst_multifdsink_handle_client_write),
18790         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18791         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18792         (gst_multifdsink_init_send), (gst_multifdsink_close):
18793         Fix wrong GList iteration that could crash the server when
18794         more then 2 clients disconnect at the same time. Read all the
18795         pending commands in one batch to recover from command storms under
18796         very heavy load.
18797
18798 2004-06-28  Wim Taymans  <wim@fluendo.com>
18799
18800         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
18801         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
18802         (gst_videomixer_pad_set_property),
18803         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
18804         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
18805         (gst_videomixer_class_init), (gst_videomixer_init),
18806         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
18807         (pad_zorder_compare), (gst_videomixer_sort_pads),
18808         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18809         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18810         (gst_videomixer_update_queues), (gst_videomixer_loop),
18811         (plugin_init):
18812         Avoid divide by zero, choose masterpad as the pad with the highest
18813         framerate.
18814
18815 2004-06-27  Julien Moutte  <julien@moutte.net>
18816
18817         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
18818         (gst_ximagesink_xwindow_new):
18819         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
18820         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
18821         function directly. We might want to call it from somewhere else one day.
18822
18823 2004-06-27  Julien Moutte  <julien@moutte.net>
18824
18825         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
18826         (gst_ximagesink_xwindow_new):
18827         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
18828         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
18829         window decorations.
18830
18831 2004-06-27  Wim Taymans  <wim@fluendo.com>
18832
18833         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
18834         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18835         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
18836         (gst_dvdec_set_property), (gst_dvdec_get_property):
18837         * ext/dv/gstdvdec.h:
18838         Implement drop_factor property to lower the framerate with
18839         a factor.
18840
18841 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18842
18843         * gst-libs/gst/colorbalance/Makefile.am:
18844         * gst-libs/gst/mixer/Makefile.am:
18845         * gst-libs/gst/play/Makefile.am:
18846         * gst-libs/gst/tuner/Makefile.am:
18847           unbreak Company's fix that didn't install the -enum.h files
18848
18849 2004-06-27  Wim Taymans  <wim@fluendo.com>
18850
18851         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
18852         (gst_dvdec_change_state):
18853         * ext/dv/gstdvdec.h:
18854         Fix timestamp, duration and offset of the buffers.
18855
18856 2004-06-27  Wim Taymans  <wim@fluendo.com>
18857
18858         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18859         (gst_multifdsink_class_init), (gst_multifdsink_add),
18860         (gst_multifdsink_remove), (gst_multifdsink_clear),
18861         (gst_multifdsink_client_remove),
18862         (gst_multifdsink_handle_client_read),
18863         (gst_multifdsink_client_queue_data),
18864         (gst_multifdsink_client_queue_caps),
18865         (gst_multifdsink_client_queue_buffer),
18866         (gst_multifdsink_handle_client_write),
18867         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18868         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18869         (gst_multifdsink_init_send), (gst_multifdsink_close):
18870         * gst/tcp/gstmultifdsink.h:
18871         * gst/tcp/gsttcpserversink.c:
18872         (gst_tcpserversink_handle_server_read),
18873         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
18874         More multifdsink fixes, more recovery policy fixes.
18875         Removed stupid g_print
18876
18877 2004-06-26  Wim Taymans  <wim@fluendo.com>
18878
18879         * gst/tcp/Makefile.am:
18880         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18881         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
18882         (gst_multifdsink_class_init), (gst_multifdsink_init),
18883         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
18884         (gst_multifdsink_handle_client_read),
18885         (gst_multifdsink_client_queue_data),
18886         (gst_multifdsink_client_queue_caps),
18887         (gst_multifdsink_client_queue_buffer),
18888         (gst_multifdsink_handle_client_write),
18889         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18890         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18891         (gst_multifdsink_chain), (gst_multifdsink_set_property),
18892         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
18893         (gst_multifdsink_close), (gst_multifdsink_change_state):
18894         * gst/tcp/gstmultifdsink.h:
18895         * gst/tcp/gsttcpplugin.c: (plugin_init):
18896         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
18897         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
18898         (gst_tcpserversink_handle_server_read),
18899         (gst_tcpserversink_handle_select),
18900         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
18901         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
18902         * gst/tcp/gsttcpserversink.h:
18903         Added multifdsink, made tcpserversink a subclass of fdsink, removed
18904         one of the locks, added recovery policy to multifdsink.
18905
18906 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18907
18908         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
18909           fix decision for when getting frames with same timestamp
18910         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
18911         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
18912         (gst_v4lsrc_get_property):
18913         * sys/v4l/gstv4lsrc.h:
18914           add latency offset property
18915
18916 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18917
18918         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
18919         (plugin_init):
18920           fix debugging. add category.
18921
18922 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18923
18924         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
18925           fix wrong offsets
18926
18927 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18928
18929         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
18930         (gst_alsa_src_get_time), (gst_alsa_src_loop),
18931         (gst_alsa_src_change_state):
18932           return a time that is in sync with the element's processing
18933
18934 2004-06-25  Wim Taymans  <wim@fluendo.com>
18935
18936         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
18937         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
18938         (gst_tcpserversink_client_remove),
18939         (gst_tcpserversink_handle_client_read),
18940         (gst_tcpserversink_client_queue_data),
18941         (gst_tcpserversink_client_queue_caps),
18942         (gst_tcpserversink_client_queue_buffer),
18943         (gst_tcpserversink_handle_client_write),
18944         (gst_tcpserversink_queue_buffer),
18945         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
18946         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
18947         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
18948         (gst_tcpserversink_close):
18949         * gst/tcp/gsttcpserversink.h:
18950         Serversink rewrite. Really do non blocking writes to clients and
18951         maintain an internal queue to handle slower clients while not
18952         disturbing fast clients.
18953
18954 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18955
18956         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
18957           better debug, don't override OFFSET and OFFSET_END
18958
18959 2004-06-25  Iain <iain@prettypeople.org>
18960
18961         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
18962         name=source for the wavparse pipeline.
18963
18964 2004-06-24  Johan Dahlin  <johan@gnome.org>
18965
18966         * ext/theora/theoraenc.c (theora_enc_chain): Call
18967         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
18968         streamheader caps are set correctly.
18969
18970 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18971
18972         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
18973         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
18974           respect minimum bitrate; same could be done for max bitrate
18975
18976 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18977
18978         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
18979         (gst_vorbisenc_setup):
18980           fix sample rate range
18981
18982 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18983
18984         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
18985         (gst_oggvorbisenc_setup):
18986         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
18987         (gst_vorbisenc_setup):
18988           resolve ambiguities in code and description
18989
18990 2004-06-24  Wim Taymans  <wim@fluendo.com>
18991
18992         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
18993         * ext/alsa/gstalsa.h:
18994         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
18995         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
18996         Use alsa trigger_tstamp to get the timestamp of the first
18997         sample in the buffer for more precise sync. Some cleanups.
18998
18999 2004-06-24  Wim Taymans  <wim@fluendo.com>
19000
19001         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
19002         (gst_audiorate_init), (gst_audiorate_chain),
19003         (gst_audiorate_set_property), (gst_audiorate_get_property):
19004         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
19005         (gst_videorate_chain):
19006         Added some logging, fixed an overflow bug in videorate.
19007
19008 2004-06-24  Benjamin Otte  <otte@gnome.org>
19009
19010         * ext/kio/Makefile.am:
19011           fix for builddir != srcdir and distcheck
19012
19013 2004-06-24  Benjamin Otte  <otte@gnome.org>
19014
19015         * gst-libs/gst/colorbalance/Makefile.am:
19016         * gst-libs/gst/mixer/Makefile.am:
19017         * gst-libs/gst/play/Makefile.am:
19018         * gst-libs/gst/tuner/Makefile.am:
19019         * gst/tcp/Makefile.am:
19020         * sys/dxr3/Makefile.am:
19021           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
19022           tarball.
19023           Also add all *.list files that were missing.
19024         * Makefile.am:
19025           add a distcheck hook to ensure the above doesn't happen again.
19026
19027 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
19028
19029         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
19030
19031 2004-06-23  Colin Walters  <walters@redhat.com>
19032
19033         * m4/Makefile.am: Distribute gst-fionread.m4.
19034
19035 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19036
19037         * configure.ac: back to dev
19038
19039 2004-06-23  Wim Taymans  <wim@fluendo.com>
19040
19041         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
19042         (gst_alsa_xrun_recovery):
19043         * ext/alsa/gstalsa.h:
19044         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19045         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
19046         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
19047         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
19048         (gst_alsa_src_loop):
19049         Add clock to alsasrc. Take new capture timestamp when
19050         restarting after an overrun. Split up some functions between
19051         alsasrc and alsasink.
19052
19053 === release 0.8.2 ===
19054
19055 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19056
19057         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
19058         (gst_alsa_change_state), (gst_alsa_update_avail),
19059         (gst_alsa_xrun_recovery):
19060         * ext/alsa/gstalsa.h:
19061         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19062           merge back changes from release
19063
19064 2004-06-23  Wim Taymans  <wim@fluendo.com>
19065
19066         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
19067         (gst_audiorate_init), (gst_audiorate_chain),
19068         (gst_audiorate_set_property), (gst_audiorate_get_property):
19069         Implement sample dropping and notify
19070
19071 2004-06-22  Wim Taymans  <wim@fluendo.com>
19072
19073         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19074         (theora_enc_sink_link), (theora_buffer_from_packet),
19075         (theora_push_packet), (theora_enc_chain):
19076         Some cleanups, make sure the timestamps are correct.
19077
19078 2004-06-22  Wim Taymans  <wim@fluendo.com>
19079
19080         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
19081         (gst_alsa_change_state), (gst_alsa_update_avail),
19082         (gst_alsa_xrun_recovery):
19083         * ext/alsa/gstalsa.h:
19084         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19085         Cleanups, take queued samples into account when reporting
19086         the time.
19087
19088 2004-06-22  Wim Taymans  <wim@fluendo.com>
19089
19090         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
19091         (gst_videorate_init):
19092         Initialize the property as well.
19093
19094 2004-06-22  Wim Taymans  <wim@fluendo.com>
19095
19096         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
19097         (gst_videorate_init), (gst_videorate_chain),
19098         (gst_videorate_set_property), (gst_videorate_get_property):
19099         Add property to make videorate silent.
19100         Add property to prefer new frames over old ones.
19101
19102 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19103
19104         * sys/osxvideo/Makefile.am:
19105         Workaround so that the osxvideo .so file gets linked with the
19106         Cocoa, OpenGL and QuickTime frameworks
19107
19108 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19109
19110         * sys/osxaudio/Makefile.am:
19111         Workaround so that the osxaudio .so file gets linked with the
19112         CoreAudio framework
19113
19114 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19115
19116         * configure.ac:
19117         Whoops, my fault...fixed build issues
19118
19119 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19120
19121         * configure.ac:
19122         Add objective-c support if running in Darwin/Mac OS X
19123         * sys/Makefile.am:
19124         * sys/osxvideo:
19125         * sys/osxvideo/Makefile.am:
19126         * sys/osxvideo/osxvideosink.h:
19127         * sys/osxvideo/osxvideosink.m:
19128         * sys/osxvideo/cocoawindow.h:
19129         * sys/osxvideo/cocoawindow.m:
19130         Add osxvideosink, a cocoa-based osx video sink
19131
19132
19133 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
19134         * ext/dvdnav/gst-dvd:
19135         Grab the gconf key from the right spot
19136         * gst/debug/gstnavseek.c: (gst_navseek_init),
19137         (gst_navseek_segseek), (gst_navseek_handle_src_event),
19138         (gst_navseek_chain):
19139         * gst/debug/gstnavseek.h:
19140           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
19141           and loop parameters of a segment seek.
19142         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
19143         (gst_videotestsrc_get_event_masks),
19144         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
19145         * gst/videotestsrc/gstvideotestsrc.h:
19146           Add seeking support to videotestsrc
19147           Initialise the timestamp_offset variable.
19148
19149 2004-06-18  Wim Taymans  <wim@fluendo.com>
19150
19151         * ext/sidplay/gstsiddec.cc:
19152         Fix negotiation and set correct end offset.
19153
19154 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19155
19156         * configure.ac: branch and prerelease
19157
19158 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19159
19160         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
19161         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
19162         (gst_tcpclientsrc_init_receive):
19163         * gst/tcp/gsttcpclientsrc.h:
19164           read caps when connecting to server for GDP so we set them correctly
19165
19166 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19167
19168         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19169           notify drops and duplicates
19170         * gst/videoscale/videoscale.c: (videoscale_get_structure):
19171           no good reason to limit ourselves to 100x100
19172
19173 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19174
19175         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
19176         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19177         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
19178         (gst_v4lsrc_get_property):
19179         * sys/v4l/gstv4lsrc.h:
19180         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
19181         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
19182         (gst_v4l_set_audio):
19183         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
19184         (gst_v4lsrc_try_capture):
19185         * sys/v4l/v4lsrc_calls.h:
19186           change try_palette to more general try_capture
19187           add autoprobe option so we can turn off autoprobing
19188           various fixes
19189
19190 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19191
19192         * configure.ac:
19193           add videorate
19194         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
19195         (gst_ximagesink_class_init):
19196         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
19197         (gst_xvimagesink_class_init):
19198           run them as finalize, not dispose, since dispose can be invoked
19199           multiple times
19200
19201 2004-06-17  Wim Taymans  <wim@fluendo.com>
19202
19203         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
19204         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
19205         * ext/alsa/gstalsa.h:
19206         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
19207         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
19208         (gst_alsa_src_change_state):
19209         * ext/alsa/gstalsasrc.h:
19210         Make the xrun code timestamp and offset the buffers correctly.
19211         moved the clock to the base class, use alsa methods to get time.
19212         Do correct timestamping on outgoing buffers.
19213
19214 2004-06-17  Wim Taymans  <wim@fluendo.com>
19215
19216         * gst/audiorate/Makefile.am:
19217         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
19218         (gst_audiorate_base_init), (gst_audiorate_class_init),
19219         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
19220         (gst_audiorate_set_property), (gst_audiorate_get_property),
19221         (gst_audiorate_change_state), (plugin_init):
19222         Added an audiorate converter that fills in gaps.
19223
19224 2004-06-17  Johan Dahlin  <johan@gnome.org>
19225
19226         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
19227
19228 2004-06-16  Wim Taymans  <wim@fluendo.com>
19229
19230         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
19231         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
19232         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
19233         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
19234         (gst_v4lsrc_get_property):
19235         * sys/v4l/gstv4lsrc.h:
19236         Added a copy mode to v4lsrc where it will output a copied version
19237         of its internal hardware buffer.
19238         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
19239         can't | them.
19240
19241 2004-06-16  Wim Taymans  <wim@fluendo.com>
19242
19243         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19244         Timestamp fixes.
19245
19246 2004-06-16  Wim Taymans  <wim@fluendo.com>
19247
19248         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
19249         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
19250         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
19251         (gst_v4lsrc_get_property):
19252         * sys/v4l/gstv4lsrc.h:
19253         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19254         Added a sync mode enum property to control v4lsrc timestamp method
19255         Removed the use-fixed-fps property and moved functionality in
19256         the enum.
19257         Don't error on an error value from v4l-conf, it might not always
19258         be a real error.
19259
19260 2004-06-16  Wim Taymans  <wim@fluendo.com>
19261
19262         * gst/videorate/Makefile.am:
19263         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
19264         (gst_videorate_base_init), (gst_videorate_class_init),
19265         (gst_videorate_getcaps), (gst_videorate_link),
19266         (gst_videorate_init), (gst_videorate_chain),
19267         (gst_videorate_set_property), (gst_videorate_get_property),
19268         (gst_videorate_change_state), (plugin_init):
19269         Added a video timestamp corrector.
19270
19271 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19272
19273         fixed a potential leak with previous commit
19274
19275         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
19276
19277 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19278
19279         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
19280         Added missing refcount, fixes bug #144425
19281         Cheers Tim for finding the bug
19282
19283 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19284
19285         * sys/v4l/gstv4l.c: (plugin_init):
19286         * sys/v4l/gstv4lcolorbalance.c:
19287         * sys/v4l/gstv4lcolorbalance.h:
19288         * sys/v4l/gstv4lelement.c:
19289         * sys/v4l/gstv4lelement.h:
19290         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
19291         * sys/v4l/gstv4lmjpegsink.h:
19292         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
19293         * sys/v4l/gstv4lmjpegsrc.h:
19294         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
19295         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
19296         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
19297         * sys/v4l/gstv4lsrc.h:
19298         * sys/v4l/gstv4ltuner.c:
19299         * sys/v4l/gstv4ltuner.h:
19300         * sys/v4l/gstv4lxoverlay.c:
19301         * sys/v4l/gstv4lxoverlay.h:
19302         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
19303         (gst_v4l_set_window), (gst_v4l_enable_overlay):
19304         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
19305         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
19306         (gst_v4l_set_audio):
19307         * sys/v4l/v4l_calls.h:
19308         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19309         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
19310         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
19311         (gst_v4lmjpegsink_playback_init),
19312         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
19313         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
19314         (gst_v4lmjpegsink_playback_stop),
19315         (gst_v4lmjpegsink_playback_deinit):
19316         * sys/v4l/v4lmjpegsink_calls.h:
19317         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
19318         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
19319         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
19320         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
19321         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
19322         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
19323         * sys/v4l/v4lmjpegsrc_calls.h:
19324         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19325         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
19326         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
19327         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
19328         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
19329         (gst_v4lsrc_try_palette):
19330         * sys/v4l/v4lsrc_calls.h:
19331           bunch of paranoia cleanups
19332
19333 2004-06-14  David Schleef  <ds@schleef.org>
19334
19335         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
19336         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
19337         Send discont events and change timestamps appropriately when
19338         we get a seek event.  (bug #144240)
19339         * ext/cdparanoia/gstcdparanoia.h:
19340
19341 2004-06-14  Benjamin Otte  <otte@gnome.org>
19342
19343         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
19344           snd_pcm_hw_params_set_rate  since the latter fails for no good
19345           reason on some setups.
19346
19347 2004-06-14  David Schleef  <ds@schleef.org>
19348
19349         * gst/volume/demo.c: (value_changed_callback): exp10() is not
19350         standard.  Thank you for playing.
19351
19352 2004-06-14  Wim Taymans  <wim@fluendo.com>
19353
19354         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
19355         Patch 1.3 broke the ordering of the colorspace info and
19356         made the plugin basically work by coincidence, reordered
19357         the info.
19358
19359 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19360
19361         * ext/lame/gstlame.c:
19362         * ext/mad/gstmad.c:
19363           sync caps.  Make sure mad can only output a list of rates, not
19364           a full range.  In the future, have three caps lists for each of the
19365           mpeg versions.  Change mpegversion to a double as well.
19366
19367 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19368
19369         * gst/volume/.cvsignore:
19370         * gst/volume/Makefile.am:
19371         * gst/volume/demo.c: (value_changed_callback), (idler),
19372         (setup_gui), (main):
19373           added small demo app
19374
19375 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
19376         * ext/esd/esdsink.c: (gst_esdsink_change_state):
19377         * ext/esd/esdsink.h:
19378         Close the esd connection on pause, because esd will just wait -
19379         blocking all other esd clients indefinitely.
19380
19381 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
19382
19383         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
19384           previous commit with GST_DEBUG
19385
19386 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19387
19388         * configure.ac:
19389           add a header check for a dvdread header in dvdnav.  Fixes #133002
19390
19391 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19392
19393         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
19394         * gst/tcp/gsttcpclientsink.h:
19395         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
19396         * gst/tcp/gsttcpclientsrc.h:
19397         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
19398         (gst_tcpserversink_handle_server_read),
19399         (gst_tcpserversink_init_send):
19400         * gst/tcp/gsttcpserversink.h:
19401         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
19402         * gst/tcp/gsttcpserversrc.h:
19403         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
19404         version of IP)
19405
19406 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19407
19408         * configure.ac:
19409         Added ogg library so that OSX detects libtheora properly
19410
19411 2004-06-11  Wim Taymans  <wim@fluendo.com>
19412
19413         * ext/theora/theoradec.c: (theora_dec_chain),
19414         (theora_dec_change_state):
19415         Don't try to decode frames before we received a keyframe.
19416
19417 2004-06-11  Wim Taymans  <wim@fluendo.com>
19418
19419         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
19420         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
19421         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19422         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
19423         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
19424         Added property to set the maximum delay of a page.
19425
19426 2004-06-10  Wim Taymans  <wim@fluendo.com>
19427
19428         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
19429         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
19430         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19431         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
19432         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
19433         Added max-delay property to control the maximum amount
19434         of data to put in one page.
19435
19436 2004-06-10  Wim Taymans  <wim@fluendo.com>
19437
19438         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19439         (gst_theora_enc_init), (theora_enc_sink_link),
19440         (theora_buffer_from_packet), (theora_enc_set_property),
19441         (theora_enc_get_property):
19442         Set duration on encoded buffer, added some more properties
19443
19444 2004-06-10  Wim Taymans  <wim@fluendo.com>
19445
19446         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19447         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19448         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
19449         * ext/theora/theoraenc.c: (theora_enc_chain):
19450         Fix refcounting bugs
19451
19452 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19453
19454         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
19455         (gst_asf_demux_loop), (gst_asf_demux_process_file),
19456         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
19457         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
19458         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
19459         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
19460         (gst_asf_demux_change_state):
19461         * gst/asfdemux/gstasfdemux.h:
19462           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
19463           feels like. I think we should set a new requirement for demuxers
19464           from now on to implement sane loop functions, data loops, query
19465           and seek functions before first commit into CVS. And this commit
19466           fixes all of the above.
19467
19468 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
19469
19470         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
19471           vorbis comments are properly encoded in UTF-8 before adding them
19472           to a GstTagList
19473
19474 2004-06-09  Benjamin Otte  <otte@gnome.org>
19475
19476         * ext/alsa/gstalsa.c: (add_channels):
19477           handle min <= max correctly
19478         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
19479         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
19480           add fixation functions so we fixate correctly. No preferring of alaw
19481           anymore because it's the first structure.
19482         * ext/alsa/gstalsa.h:
19483         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
19484         (gst_alsa_hw_params_dump):
19485           add functions to ease debugging in alsalib
19486         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
19487         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
19488         (gst_alsa_start_audio):
19489           only specify hw params if we really setup a format (fixes #134007 -
19490           or at least works around it)
19491
19492 2004-06-09  Wim Taymans  <wim@fluendo.com>
19493
19494         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19495         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
19496         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
19497         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
19498         (gst_ogg_mux_loop):
19499         Use stream caps to setup the initial pages in the ogg stream.
19500         Correctly set the streamheader caps on the srcpad.
19501
19502 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19503
19504         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
19505         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
19506         (gst_v4lsrc_getcaps):
19507         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
19508         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
19509           add querying of fps lists for webcams.  Negotiating to a framerate
19510           now works.
19511
19512 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19513
19514         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19515         (theora_push_buffer), (theora_push_packet),
19516         (theora_set_header_on_caps), (theora_enc_chain):
19517           mark buffers and put on streamheader, raw theora streaming
19518           now works too, whee
19519
19520 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19521
19522         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
19523         (gst_tcp_gdp_read_caps):
19524           do a looping read for caps and GDP headers too
19525
19526 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19527
19528         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19529         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
19530           return EOS instead of NULL in _get
19531
19532 2004-06-08  Wim Taymans  <wim@fluendo.com>
19533
19534         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
19535         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
19536         (gst_tcp_gdp_write_caps):
19537         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19538         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
19539         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
19540         Memory leak fixes
19541
19542 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19543
19544         * ext/vorbis/Makefile.am:
19545         * ext/vorbis/vorbis.c: (plugin_init):
19546         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
19547         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
19548         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
19549         (vorbis_parse_change_state):
19550         * ext/vorbis/vorbisparse.h:
19551           adding a vorbisparse element that marks the buffers, streaming
19552           raw vorbis using GDP now works, whee
19553
19554 2004-06-08  Wim Taymans  <wim@fluendo.com>
19555
19556         * ext/jpeg/Makefile.am:
19557         * ext/jpeg/README:
19558         * ext/jpeg/gstjpeg.c: (plugin_init):
19559         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
19560         (gst_smokedec_base_init), (gst_smokedec_class_init),
19561         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
19562         * ext/jpeg/gstsmokedec.h:
19563         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
19564         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
19565         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
19566         (gst_smokeenc_resync), (gst_smokeenc_chain),
19567         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
19568         * ext/jpeg/gstsmokeenc.h:
19569         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
19570         (smokecodec_flush_destination), (smokecodec_term_destination),
19571         (smokecodec_init_source), (smokecodec_fill_input_buffer),
19572         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
19573         (smokecodec_term_source), (smokecodec_encode_new),
19574         (smokecodec_decode_new), (smokecodec_info_free),
19575         (smokecodec_set_quality), (smokecodec_get_quality),
19576         (smokecodec_set_threshold), (smokecodec_get_threshold),
19577         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
19578         (find_best_size), (abs_diff), (put), (smokecodec_encode),
19579         (smokecodec_parse_header), (smokecodec_decode):
19580         * ext/jpeg/smokecodec.h:
19581         Added a new simple jpeg based codec
19582
19583 2004-06-08  Wim Taymans  <wim@fluendo.com>
19584
19585         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19586         (gst_multipart_mux_loop):
19587         Fix memory leak
19588
19589 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19590
19591         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19592         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
19593         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
19594         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
19595         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
19596         * gst/tcp/gsttcpserversink.h:
19597           take streamheader into account
19598
19599 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19600
19601         * gst/level/Makefile.am:
19602         * gst/level/gstlevel.c: (gst_level_class_init):
19603           clean up marshal generation
19604
19605 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19606
19607         * gst/tcp/Makefile.am:
19608         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
19609         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
19610         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
19611         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
19612         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
19613         (gst_tcpclientsrc_get_property):
19614         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
19615         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
19616         (gst_tcpserversink_handle_client_read),
19617         (gst_tcpserversink_handle_client_write),
19618         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
19619         * gst/tcp/gsttcpserversink.h:
19620           add signals client-added and client-removed
19621         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
19622         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
19623         (gst_tcpserversrc_get_property):
19624         uniformized, change default protocol to NONE
19625         * gst/tcp/gsttcp-marshal.list: added
19626 2004-06-07  Benjamin Otte  <otte@gnome.org>
19627
19628         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19629           handle discont events if they happen before caps nego
19630
19631 2004-06-07  Wim Taymans  <wim@fluendo.com>
19632
19633         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19634         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19635         (gst_multipart_demux_plugin_init):
19636         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19637         (gst_multipart_mux_init), (gst_multipart_mux_loop),
19638         (gst_multipart_mux_change_state):
19639         Small updates, fix a memleak
19640
19641 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19642
19643         * configure.ac: OSS portability
19644         * ext/arts/gst_arts.c: idem
19645         * sys/oss/gstosselement.c: idem
19646         * sys/oss/gstossmixer.c: idem
19647         * sys/oss/gstosssink.c: idem
19648         * sys/oss/gstosssrc.c: idem
19649         * sys/oss/oss_probe.c: idem
19650           - check for soundcard.h in different places for some BSD
19651
19652 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
19653
19654         * AUTHORS:
19655         Add me to the authors file
19656         * configure.ac:
19657         Increase the libdv requirement to >= version 0.100
19658         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
19659         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
19660         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
19661         * ext/dv/gstdvdec.h:
19662         Add support for the new_media flag when sending DISCONT events
19663         Make the querying work when video pad is not linked
19664
19665 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
19666
19667         reviewed by Benjamin Otte  <otte@gnome.org>
19668
19669         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
19670           create a NULL-initialized array of pads, so we don't think they
19671           exist already. (fixes #143130)
19672
19673 2004-06-07  Benjamin Otte  <otte@gnome.org>
19674
19675         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
19676         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
19677         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
19678           don't use // coments
19679
19680 2004-06-07  Benjamin Otte  <otte@gnome.org>
19681
19682         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
19683           cast to GstClockTime to get higher granularity
19684         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19685           use gst_element_set_time_delay to get the exact time
19686         * ext/mad/gstmad.c: (gst_mad_chain):
19687           use the negotiated rate instead of the current frame's rate which
19688           might be wrong because of bit errors. This avoids emitting totally
19689           bogus timestamps and screwing sync.
19690         (fixes #143454)
19691
19692 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
19693
19694         reviewed by Benjamin Otte  <otte@gnome.org>
19695
19696         * gst/adder/gstadder.c: (gst_adder_loop):
19697           properly error out when no negotiation has happened yet. (fixes
19698           #143032)
19699
19700 2004-06-06  Benjamin Otte  <otte@gnome.org>
19701
19702         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19703           forward correctly transformed offset in discont events. Based on
19704           patch by Arwed v. Merkatz. (fixes #142851)
19705
19706 2004-06-06  David Schleef  <ds@schleef.org>
19707
19708         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
19709         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
19710         problems on several systems.
19711
19712 2004-06-06  Benjamin Otte  <otte@gnome.org>
19713
19714         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
19715           use explicit caps on the srcpad
19716         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19717           properly error out if caps couldn't be set (fixes #142764)
19718
19719 2004-06-06  Benjamin Otte  <otte@gnome.org>
19720
19721         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
19722         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
19723         (gst_alsa_start_audio):
19724           - don't call set_periods_integer anymore, it breaks the
19725           configuration randomly
19726           - call snd_pcm_hw_params_set_access directly instead of using masks
19727           - don't fail if the sw_params can't be set, just use the default
19728           params and hope it works. Alsalib has weird issues when you touch
19729           sw_params and does no proper error reporting about what failed.
19730         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
19731         (gst_alsa_close_audio):
19732           make our alsa debugging go via gst debugging and not conditionally
19733           defined
19734         * ext/alsa/gstalsa.h:
19735           add ALSA_DEBUG_FLUSH macro
19736         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
19737         (plugin_init):
19738           wrap alsa errors to be printed via the gst debugging system and not
19739           spammed to stderr
19740
19741 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19742
19743         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
19744         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
19745         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
19746         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
19747         (qtdemux_parse_trak):
19748         * gst/qtdemux/qtdemux.h:
19749           Bitch. Also known as seeking, querying & co.
19750         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
19751         (gst_osssink_change_state):
19752         * sys/oss/gstosssink.h:
19753           Resyncing is for weenies, this hack is no longer needed and was
19754           broken anyway (since it - unintendedly - always leaves resync to
19755           TRUE).
19756
19757 2004-06-05  Andrew Turner <zxombie@hotpop.com>
19758
19759         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
19760         * gst/tcp/gsttcpclientsrc.h: idem
19761           - define MSG_NOSIGNAL if not done
19762           - include unistd.h for off_t
19763           (fixes #143749)
19764
19765 2004-06-05  Benjamin Otte  <otte@gnome.org>
19766
19767         * configure.ac:
19768         * ext/kio/Makefile.am:
19769           check for qt's moc preprocessor explicitly and use it
19770
19771 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19772
19773         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
19774           don't get a signal for EPIPE on socket writes
19775           (somebody check if this works on other platforms)
19776
19777 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19778
19779         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
19780         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19781           check error condition on available samples correctly
19782
19783 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19784
19785         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
19786           avoid a segfault
19787         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
19788         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
19789         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
19790         (gst_tcpserversrc_gdp_read_header):
19791          use ssize_t over size_t since the former is signed and thus the
19792          check for error codes can work
19793
19794 2004-06-02  Wim Taymans  <wim@fluendo.com>
19795
19796         reviewed by: Johan
19797
19798         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19799         (gst_multipart_mux_loop):
19800         Oops
19801
19802 2004-06-02  Wim Taymans  <wim@fluendo.com>
19803
19804         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19805         (gst_multipart_mux_init), (gst_multipart_mux_loop),
19806         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
19807         (gst_multipart_mux_change_state):
19808         Added configurable boundary specifier, added the value as a
19809         caps field as well.
19810
19811 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19812
19813         * gst/tcp/gsttcp.c:
19814         * gst/tcp/gsttcpclientsrc.c:
19815         * gst/tcp/gsttcpclientsrc.h:
19816         * gst/tcp/gsttcpserversrc.c:
19817           - portability fix, to compile on OSX
19818             (fixes #143146)
19819
19820         * sys/osxaudio/gstosxaudioelement.c:
19821         * sys/osxaudio/gstosxaudiosink.c:
19822         * sys/osxaudio/gstosxaudiosrc.c:
19823           - compilation warnings on OSX
19824             (fixes #143153)
19825
19826 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19827
19828         * ext/vorbis/vorbisdec.c : sign warning fixes
19829
19830         * gst-libs/gst/mixer/mixertrack.c :
19831           do no use defines which are glib 2.4 specific
19832
19833 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
19834
19835         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
19836           buffer since libflac doesn't expect it (reports a sync error when
19837           it encounters that)
19838
19839
19840 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
19841
19842         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
19843         * gst-libs/gst/mixer/mixertrack.c:
19844         (gst_mixer_track_get_property), (get_mixer_track_init),
19845         (get_mixer_track_get_property): Added property accessors
19846         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
19847         * gst-libs/gst/mixer/mixeroptions.c:
19848         (gst_mixer_options_get_values): Added
19849         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
19850         * gst-libs/gst/mixer/mixer.c: Fixed comment
19851
19852
19853 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19854
19855         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
19856           improve error messages on open
19857
19858
19859 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19860
19861         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19862           check if v4l-conf is in path
19863
19864 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19865
19866         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
19867           change assert to a more readable error message
19868
19869 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19870
19871         * gst-libs/gst/tuner/tunerchannel.h:
19872           - add a freq_multiplicator field to make the conversion
19873             between internal frequency unit and Hz
19874         * sys/v4l/gstv4lelement.c:
19875         * sys/v4l2/gstv4l2element.c:
19876           - change default video device to /dev/video0
19877         * sys/v4l/v4l_calls.c:
19878         * sys/v4l2/v4l2_calls.c:
19879           - we only expose frequency to the user in Hz instead of
19880             bastard v4lX unit (either 62.5kHz or 62.5Hz)
19881
19882 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
19883         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19884           Initialise b_o_s and e_o_s variables
19885         * gst-libs/gst/riff/riff-media.c:
19886         (gst_riff_create_video_caps_with_data):
19887           Add some unusual fourcc's from mplayer avi's
19888         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
19889           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
19890           autoplugging.
19891
19892 2004-05-28  Wim Taymans  <wim@fluendo.com>
19893
19894         * configure.ac:
19895         * gst/alpha/Makefile.am:
19896         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19897         (gst_alpha_get_type), (gst_alpha_base_init),
19898         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19899         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
19900         (gst_alpha_chroma_key), (gst_alpha_chain),
19901         (gst_alpha_change_state), (plugin_init):
19902         A plugin to add an alpha channel to I420 video. Can optionally do
19903         chroma keying.
19904         * gst/multipart/Makefile.am:
19905         * gst/multipart/multipart.c: (plugin_init):
19906         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19907         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19908         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
19909         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19910         (gst_multipart_demux_change_state),
19911         (gst_multipart_demux_plugin_init):
19912         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
19913         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
19914         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
19915         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
19916         (gst_multipart_mux_pad_unlink),
19917         (gst_multipart_mux_request_new_pad),
19918         (gst_multipart_mux_handle_src_event),
19919         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
19920         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
19921         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
19922         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
19923         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
19924         send multipart jpeg images to a browser.
19925         * gst/videobox/Makefile.am:
19926         * gst/videobox/README:
19927         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
19928         (gst_video_box_get_type), (gst_video_box_base_init),
19929         (gst_video_box_class_init), (gst_video_box_init),
19930         (gst_video_box_set_property), (gst_video_box_get_property),
19931         (gst_video_box_sink_link), (gst_video_box_i420),
19932         (gst_video_box_ayuv), (gst_video_box_chain),
19933         (gst_video_box_change_state), (plugin_init):
19934         Crops or adds borders around an image. can do alpha channel
19935         borders as well.
19936         * gst/videomixer/Makefile.am:
19937         * gst/videomixer/README:
19938         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
19939         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
19940         (gst_videomixer_pad_get_sink_event_masks),
19941         (gst_videomixer_pad_get_property),
19942         (gst_videomixer_pad_set_property),
19943         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
19944         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
19945         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
19946         (gst_videomixer_base_init), (gst_videomixer_class_init),
19947         (gst_videomixer_init), (gst_videomixer_request_new_pad),
19948         (gst_videomixer_handle_src_event),
19949         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
19950         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
19951         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
19952         (gst_videomixer_loop), (gst_videomixer_get_property),
19953         (gst_videomixer_set_property), (gst_videomixer_change_state),
19954         (plugin_init):
19955         Generic video mixer plugin, can handle multiple inputs all with
19956         different framerates and video sizes. Is fully alpha channel
19957         aware.
19958
19959 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19960
19961         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19962           Select first track as master track. Not sure how else to handle
19963           that...
19964         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
19965           Discard discont events. Should fix #142962.
19966
19967 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19968
19969         * ext/alsa/Makefile.am:
19970         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
19971         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
19972         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
19973         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
19974         (gst_alsa_mixer_get_option):
19975         * ext/alsa/gstalsamixer.h:
19976         * ext/alsa/gstalsamixeroptions.c:
19977         (gst_alsa_mixer_options_get_type),
19978         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
19979         (gst_alsa_mixer_options_new):
19980         * ext/alsa/gstalsamixeroptions.h:
19981         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19982         * ext/alsa/gstalsamixertrack.h:
19983           Add enumerations (as GstMixerOptions). Make correct distinction
19984           between input/output tracks. Add capture/playback private flag.
19985           Use flag to decide on whether to set capture or playback volumes
19986           or switches. Use playback and record switches.
19987         * gst-libs/gst/mixer/Makefile.am:
19988         * gst-libs/gst/mixer/mixer-marshal.list:
19989         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
19990         (gst_mixer_set_option), (gst_mixer_get_option),
19991         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
19992         (gst_mixer_volume_changed), (gst_mixer_option_changed):
19993         * gst-libs/gst/mixer/mixer.h:
19994         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
19995         (gst_mixer_options_class_init), (gst_mixer_options_init),
19996         (gst_mixer_options_dispose):
19997         * gst-libs/gst/mixer/mixeroptions.h:
19998           Add GstMixerOptions.
19999         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
20000           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
20001           broken device detection on computers with multiple OSS sound
20002           cards.
20003
20004 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20005
20006         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
20007           fixate nicely even when the peer is not negotiating
20008
20009 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20010
20011         * gst/audioconvert/gstaudioconvert.c:
20012         (gst_audio_convert_parse_caps):
20013           make sure we don't allow depth > width
20014         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
20015           fixate endianness to G_BYTE_ORDER as default
20016         * gst/audioscale/gstaudioscale.c:
20017           we don't handle another endianness as host-endianness
20018
20019 2004-05-25  David Schleef  <ds@schleef.org>
20020
20021         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
20022
20023 2004-05-24  Benjamin Otte  <otte@gnome.org>
20024
20025         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
20026         (gst_oggvorbisenc_setup):
20027           properly fail when we can't setup the vorbis encoder due to
20028           unsupported settings
20029         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
20030         (gst_vorbisenc_setup):
20031           same
20032         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20033           fix case where warnings occured when one pad was unlinked while the
20034           other's link function was called
20035
20036 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20037
20038         * gst/tcp/Makefile.am:
20039           use GST_ENABLE_NEW
20040
20041 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20042
20043         * gst-libs/gst/resample/private.h:
20044           don't use optimizations that are #if 0'ed
20045
20046 2004-05-24  Wim Taymans  <wim@fluendo.com>
20047
20048         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20049         Fix potential division by zero error and hopefully get
20050         the position query right to get correct timestamps on avi
20051         audio.
20052
20053 2004-05-24  Wim Taymans  <wim@fluendo.com>
20054
20055         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
20056         (gst_videoscale_scale_nearest_str2),
20057         (gst_videoscale_scale_nearest_str4),
20058         (gst_videoscale_scale_nearest_32bit),
20059         (gst_videoscale_scale_nearest_24bit),
20060         (gst_videoscale_scale_nearest_16bit):
20061         Fix the scaling algorithm and avoid a buffer overflow.
20062         removed the while loop in the scaling function as it
20063         was used for point sampling only.
20064
20065 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20066
20067         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
20068         (gst_id3_tag_class_init), (gst_id3_tag_init),
20069         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
20070         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
20071         (gst_id3_tag_send_tag_event):
20072           lots of fixes to make id3mux work and id3demux work correctly
20073
20074 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20075
20076         * ext/Makefile.am:
20077           add rules to build shout2send (was removed by accident
20078           when this module was no more marked experimental/broken)
20079
20080 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20081
20082         * ext/shout2/gstshout2.c:
20083         * ext/shout2/gstshout2.h:
20084           adding a "connection problem" signal to shout2send
20085           (fixes #142954)
20086
20087 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20088
20089         * ext/kio/kioreceiver.cpp:
20090         * ext/kio/kioreceiver.h:
20091           fix sign comparison issues
20092
20093 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20094
20095         * gst/cdxaparse/gstcdxaparse.c:
20096         * gst/cdxaparse/gstcdxaparse.h:
20097           some renaming
20098           add some checks/sanity
20099           prepare for seek addition
20100
20101         * sys/sunaudio/gstsunaudio.c:
20102           remove exported dupe init function
20103
20104 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
20105
20106         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
20107         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
20108           Fix format conversion and position querying.
20109         * gst/debug/progressreport.c: (gst_progressreport_report):
20110           Don't output a bogus total value that we didn't query.
20111         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
20112           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
20113           only a blank window after xine has been used.
20114
20115 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20116
20117         * m4/as-arts.m4:
20118           sync with upstream version to fix test on FC2
20119           readd with -ko to preserve Id header
20120
20121 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20122
20123         * configure.ac:
20124           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
20125         * gst/tcp/gsttcpclientsrc.c: idem
20126         * gst/tcp/gsttcpserversink.c: idem
20127         * gst/tcp/gsttcpserversrc.c: idem
20128         * m4/gst-fionread.m4: idem
20129
20130         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
20131
20132         * configure.ac: enable speex plugin for speex 1.1.5+
20133         * ext/speex/gstspeexenc.c: fix cast warning
20134
20135         * ext/esd/README: fix typo
20136
20137 2004-05-20  David Schleef  <ds@schleef.org>
20138
20139         * configure.ac: Minor cosmetic change to convince the buildbot to
20140         reautogen.
20141         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
20142         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
20143         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
20144         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
20145         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
20146         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
20147         More hacking.  Plays audio now.
20148
20149 2004-05-20  David Schleef  <ds@schleef.org>
20150
20151         * configure.ac:
20152         * sys/Makefile.am:
20153
20154 2004-05-20  David Schleef  <ds@schleef.org>
20155
20156         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
20157         * sys/osxaudio/gstosxaudio.c:
20158         * sys/osxaudio/gstosxaudioelement.c:
20159         * sys/osxaudio/gstosxaudioelement.h:
20160         * sys/osxaudio/gstosxaudiosink.c:
20161         * sys/osxaudio/gstosxaudiosink.h:
20162         * sys/osxaudio/gstosxaudiosrc.c:
20163         * sys/osxaudio/gstosxaudiosrc.h:
20164
20165 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20166
20167         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
20168         (gst_vorbisenc_chain):
20169           put the codec headers on the caps as streamheader as well as
20170           pushing them out
20171
20172 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20173
20174         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
20175         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
20176         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
20177         split up push_packet into two functions
20178
20179 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20180
20181         * gst/tcp/.cvsignore:
20182           ignore enums
20183         * gst/tcp/Makefile.am:
20184         * gst/tcp/README:
20185         * gst/tcp/gsttcp.c:
20186         * gst/tcp/gsttcp.h:
20187         * gst/tcp/gsttcpclientsink.c:
20188         * gst/tcp/gsttcpclientsink.h:
20189         * gst/tcp/gsttcpclientsrc.c:
20190         * gst/tcp/gsttcpclientsrc.h:
20191         * gst/tcp/gsttcpplugin.c:
20192         * gst/tcp/gsttcpserversink.c:
20193         * gst/tcp/gsttcpserversink.h:
20194         * gst/tcp/gsttcpserversrc.c:
20195         * gst/tcp/gsttcpserversrc.h:
20196           add new tcp elements
20197
20198 2004-05-19  Wim Taymans  <wim@fluendo.com>
20199
20200         * gst/law/mulaw-conversion.c: (mulaw_encode):
20201         Fix overflow bug in ulaw encoding.
20202
20203 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20204
20205         * ext/mad/gstmad.c: (gst_mad_handle_event):
20206           don't unref the event twice
20207
20208 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20209
20210         * configure.ac:
20211           remove -Wno-sign-compare
20212
20213 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20214
20215         * configure.ac:
20216           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
20217           if you want to work against glib 2.2 and 2.4
20218
20219 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20220
20221         * gst/tcp/Makefile.am:
20222         * gst/tcp/gsttcp.c:
20223         * gst/tcp/gsttcp.h:
20224         * gst/tcp/gsttcpsink.h:
20225         * gst/tcp/gsttcpsrc.h:
20226           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
20227
20228 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20229
20230         * gst/debug/tests.c: (md5_get_value):
20231           fix segfault on gst-inspect
20232
20233 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20234
20235         * gst/debug/testplugin.c:
20236         * gst/debug/tests.c:
20237         * gst/debug/tests.h:
20238           add new extensible and configurable testing element. Current tests
20239           include buffer count, stream length, timestamp/duration matching and
20240           md5.
20241         * gst/debug/Makefile.am:
20242         * gst/debug/gstdebug.c: (plugin_init):
20243           add infrastructure for new element
20244
20245 2004-05-19  Johan Dahlin  <johan@gnome.org>
20246
20247         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
20248         ending of the array. Fixes gst-inspect segfault on ppc.
20249
20250 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20251
20252         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
20253
20254         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
20255
20256 2004-05-18  David Schleef  <ds@schleef.org>
20257
20258         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
20259         warnings (bugs, actually) noticed by gcc but not forte.
20260
20261 2004-05-18  David Schleef  <ds@schleef.org>
20262
20263         * sys/sunaudio/Makefile.am:
20264         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
20265
20266 2004-05-18  David Schleef  <ds@schleef.org>
20267
20268         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20269         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
20270         to allow qtdemux to use non-seekable streams. (bug #142272)
20271
20272 2004-05-18  David Schleef  <ds@schleef.org>
20273
20274         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
20275         (gst_resample_sinc_ft_float): Remove use of static temporary
20276         buffer.  This code was obviously not supposed to last long, but
20277         it's stuck in our ABI, so it required a little hack to make it
20278         ABI-compatible.  Fixes #142585.
20279         * gst-libs/gst/resample/resample.h: same.
20280
20281 2004-05-18  David Schleef  <ds@schleef.org>
20282
20283         * configure.ac: Add sunaudio
20284         * examples/Makefile.am: make gstplay depend on gconf
20285         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
20286         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
20287         (convert_table_lookup), (img_convert): remove c99-isms
20288         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
20289           unsigned, to fix a warning on Solaris
20290         * gst/mpeg1sys/systems.c: bcopy->memcpy
20291         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
20292         * sys/Makefile.am: Add sunaudio
20293
20294 2004-05-18  Wim Taymans  <wim@fluendo.com>
20295
20296         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
20297         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20298         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
20299         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
20300         (gst_ogg_mux_loop):
20301         Fix an ugly memleak where the muxer didn't flush enough ogg
20302         pages. This also resulted in badly muxed ogg files.
20303
20304 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20305
20306         * gst/asfdemux/asfheaders.c :
20307         * gst/asfdemux/asfheaders.h :
20308         * gst/asfdemux/gstasfdemux.c :
20309           - fix ASF_OBJ_PADDING guid
20310           - add 3 new object guids (language list, metadata,
20311             extended stream properties)
20312           - add a function to parse extended header objects
20313
20314 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20315
20316         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20317           remove leftover debugging g_print
20318
20319 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20320
20321         * ext/mad/gstmad.c: (gst_mad_handle_event):
20322           Fix for when the first format in a discont event is not a
20323           byte-based one. Should fix #137710.
20324
20325 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20326
20327         * m4/a52.m4 : fix compilation with -Wall -Werror
20328         * m4/libfame.m4 : idem
20329         * m4/libmikmod.m4 : idem
20330
20331 2004-05-17  Benjamin Otte  <otte@gnome.org>
20332
20333         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20334           signal the new tags before giving up the reference
20335
20336 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20337
20338         * ext/shout2/gstshout2.c:
20339           use application/ogg instead of application/x-ogg (patch by Patrick
20340           Guimond, fixes #142432)
20341         * sys/oss/gstosselement.c: (gst_osselement_reset),
20342         (gst_osselement_sync_parms):
20343           don't set fragment size unless specified (fixes #142493)
20344
20345 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20346
20347         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
20348           fixes #142664
20349
20350 2004-05-17  Benjamin Otte  <otte@gnome.org>
20351
20352         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20353           compute offsets correctly for internal buffers so timestamps are set
20354           correctly when we can't seek. Also handle cases where there are no
20355           offsets. (based on a patch by David Moore, fixes #142507)
20356
20357 2004-05-17  Benjamin Otte  <otte@gnome.org>
20358
20359         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20360           use correct variable when determining amount of data to skip so we
20361           don't skip into the void and segfault
20362
20363 2004-05-16  Benjamin Otte  <otte@gnome.org>
20364
20365         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
20366           Hi, I'm a memleak
20367
20368 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20369
20370         * gst/asfdemux/gstasfdemux.c:
20371           - fix a mem leak and always propagate tags
20372           - add WMV3 to known video codecs (but no decoder yet)
20373           - replace "surplus data" at end of audio header for what
20374             it is : codec specific data
20375           - fix a typo
20376
20377 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
20378
20379         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
20380
20381         * gst-libs/gst/audio/audioclock.c:
20382           Fix wrong return type (#142205).
20383
20384 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20385
20386         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
20387           Ignore CRCs by default (fixes #142566).
20388
20389 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20390
20391         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
20392         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
20393         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
20394         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
20395         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20396         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
20397           Fix for cases where we fail to attach to a mixer.
20398
20399 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20400
20401         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20402           Don't touch events after not owning them anymore.
20403         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
20404         (gst_wavparse_fmt), (gst_wavparse_other),
20405         (gst_wavparse_handle_seek), (gst_wavparse_loop),
20406         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20407         (gst_wavparse_srcpad_event):
20408         * gst/wavparse/gstwavparse.h:
20409           Add seeking, fix querying.
20410
20411 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20412
20413         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20414           - process comments even if they don't end with \0\0
20415             g_convert would ignore them if present and works well without them
20416
20417 2004-05-16  Benjamin Otte  <otte@gnome.org>
20418
20419         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
20420           simplify caps
20421
20422 2004-05-16  Benjamin Otte  <otte@gnome.org>
20423
20424         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20425           don't write to memory we might not write to - g_convert does that
20426           for us anyway (fixes #142613)
20427         (gst_asf_demux_audio_caps):
20428           comment out gst_util_dump_mem
20429
20430 2004-05-16  Benjamin Otte  <otte@gnome.org>
20431
20432         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20433           compute correct expected timestamps after seek (broken since
20434           last commit)
20435         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
20436           rename element and debugging category to gdkpixbufscale
20437
20438 2004-05-16  Benjamin Otte  <otte@gnome.org>
20439
20440         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20441           add error checking to snd_pcm_delay and remove duplicate call to
20442           snd_pcm_delay that caused issues (see inline code comments)
20443         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
20444           make more readable and fix return value when snd_pcm_delay fails
20445         (fixes #142586)
20446
20447 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
20448         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
20449         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
20450         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
20451         (gst_pixbufscale_link), (gst_pixbufscale_init),
20452         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
20453         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
20454         (gst_pixbufscale_get_property), (pixbufscale_init):
20455         * ext/gdk_pixbuf/pixbufscale.h:
20456         Add these files I forgot earlier
20457
20458 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
20459         * ext/gdk_pixbuf/Makefile.am:
20460         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
20461         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20462         Add new pixbufscale element to scale RGB video
20463         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
20464         and HYPER interpolation correctly.
20465         * ext/theora/theoraenc.c: (theora_enc_chain),
20466         Discard buffer and return if explicit caps could not be set
20467         (theora_enc_get_property):
20468         Make _get return kbps for the bitrate consistent with
20469         the _set function.
20470
20471
20472 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20473
20474         * ext/libvisual/visual.c: (gst_visual_chain):
20475           add missing visual_audio_analyze
20476
20477 2004-05-14  David Schleef  <ds@schleef.org>
20478
20479         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
20480         is killed while we're playing.
20481         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
20482         gst_element_no_more_pads().
20483
20484 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20485
20486         * gst-libs/gst/riff/riff-read.c :
20487           - fix INFO tag extraction in RIFF/AVI files
20488             because gst_event_unref (event) also freed taglist
20489           - avoid a mem leak
20490
20491 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20492
20493         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
20494         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
20495
20496         * gst/auparse/gstauparse.c :
20497           - add code (commented for now) to support audio/x-adpcm on src pad
20498             (we have no decoder for those layout yet)
20499
20500         * gst/cdxaparse/gstcdxaparse.c :
20501         * gst/cdxaparse/gstcdxaparse.h :
20502           - partial rewrite using RiffRead (ripped iain's wavparse code)
20503
20504         * gst/rtp/gstrtpL16enc.c : typo
20505         * gst/rtp/gstrtpgsmenc.c : typo
20506
20507 2004-05-13  Benjamin Otte  <otte@gnome.org>
20508
20509         * configure.ac:
20510           check for exact version of libvisual, it's not supposed to be
20511           API/ABI stable yet
20512
20513 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20514
20515         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
20516           signal no-more-pads
20517
20518 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
20519
20520         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
20521         Report which format was used for GST_FORMAT_DEFAULT
20522         * gst/debug/Makefile.am:
20523         * gst/debug/gstdebug.c: (plugin_init):
20524         * gst/debug/progressreport.c: (gst_progressreport_base_init),
20525         (gst_progressreport_class_init), (gst_progressreport_init),
20526         (gst_progressreport_report), (gst_progressreport_set_property),
20527         (gst_progressreport_get_property), (gst_progressreport_chain),
20528         (gst_progressreport_plugin_init):
20529         Add progressreport element for testing.
20530
20531 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20532
20533         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
20534         * sys/v4l/gstv4lsrc.h:
20535         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
20536         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
20537         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
20538         (gst_v4lsrc_grab_frame):
20539           add more debugging
20540           send a discont at start
20541
20542 2004-05-12  Colin Walters  <walters@redhat.com>
20543
20544         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
20545         inflooping if we can't find a chunk.  Or in other words, don't blow
20546         chunks if we don't have a chunk to blow.
20547
20548 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
20549         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
20550         Remove old debug output
20551         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
20552         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
20553         (gst_dvdec_set_property), (gst_dvdec_get_property):
20554         Change the quality setting to an enum, so it works from gst-launch
20555         Don't renegotiate a non-linked pad. Allows audio only decoding.
20556         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
20557         (gst_deinterlace_link), (gst_deinterlace_init):
20558         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20559         (gst_videodrop_link):
20560         Some caps negotiation fixes
20561
20562 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20563
20564         * ext/tarkin/gsttarkin.c :
20565           - Change RANK from NONE to PRIMARY
20566         * ext/gdk_pixbuf/gstgdkpixbuf.c :
20567           - Change RANK from NONE to MARGINAL
20568         * ext/divx/gstdivxenc.c :
20569           - Change RANK from PRIMARY to NONE (encoder/spider issue)
20570
20571 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20572
20573         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
20574         (gst_vorbisenc_push_packet):
20575           copy a function that was added between 1.0 and 1.0.1 until we
20576           depend on worthwhile features of post-1.0
20577
20578 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20579
20580         * configure.ac:
20581           enable shout2 by default
20582         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
20583         (gst_shout2send_base_init), (gst_shout2send_init),
20584         (gst_shout2send_connect), (gst_shout2send_change_state):
20585         * ext/shout2/gstshout2.h:
20586           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
20587           #142262)
20588         * ext/theora/theora.c: (plugin_init):
20589           don't set rank on encoders
20590
20591 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
20592
20593         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
20594           Use codec_data property instead of flag1 and flag2 for wma
20595
20596 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20597
20598         * gst/cdxaparse/gstcdxaparse.c :
20599           - Add mpegversion to CAPS to make it link
20600           - Rank is as GST_RANK_SECONDARY instead of NONE
20601         * gst/auparse/gstauparse.c :
20602           - Document all audio encoding we can encounter from Solaris 9
20603             headers and libsndfile information.
20604           - Increase max. rate from 48000 to 192000 (to match other elements)
20605           - Don't try to play junk data between header and samples
20606
20607 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20608
20609         * ext/libvisual/visual.c: (gst_visual_getcaps):
20610           use the right caps depending on endianness (I hope)
20611         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
20612           use GST_RANK_NONE for all non-decoding elements or spider gets
20613           mighty confused
20614
20615 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20616
20617         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20618           Fix some odd cases and fix BE metadata parsing of unicode16 text.
20619
20620 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20621
20622         * gst/switch/gstswitch.c: (gst_switch_release_pad),
20623         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
20624         (gst_switch_loop), (gst_switch_get_type):
20625           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
20626           HEADERS. Had to be said.
20627
20628 2004-05-10  David Schleef  <ds@schleef.org>
20629
20630         * configure.ac: Add prototype Dirac support.
20631         * ext/Makefile.am:
20632         * ext/dirac/Makefile.am:
20633         * ext/dirac/gstdirac.cc:
20634         * ext/dirac/gstdiracdec.cc:
20635
20636 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20637
20638         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20639         (gst_auparse_init), (gst_auparse_chain),
20640         (gst_auparse_change_state):
20641           Hack around spider. Remove me some day please.
20642
20643 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20644
20645         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20646           Fix for some uninitialized variables in previous patch, also
20647           makes it work. Fixes #142286 while we're at it.
20648
20649 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20650
20651         * gst/auparse/gstauparse.c:
20652                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
20653                 only unsupported formats are ADPCM/CCITT G.72x
20654                 reviewed by Ronald
20655         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
20656
20657 2004-05-10  Wim Taymans  <wim@fluendo.com>
20658
20659         * ext/vorbis/Makefile.am:
20660         * ext/vorbis/README:
20661         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
20662         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
20663         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
20664         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
20665         (gst_oggvorbisenc_convert_sink),
20666         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
20667         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
20668         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
20669         (get_constraints_string), (update_start_message),
20670         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
20671         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
20672         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
20673         * ext/vorbis/oggvorbisenc.h:
20674         * ext/vorbis/vorbis.c: (plugin_init):
20675         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
20676         (raw_caps_factory), (gst_vorbisenc_class_init),
20677         (gst_vorbisenc_init), (gst_vorbisenc_setup),
20678         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
20679         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
20680         * ext/vorbis/vorbisenc.h:
20681         Added a raw vorbis encoder to be used with the oggmuxer.
20682         We still need the old encoder for some gnome applications,
20683         read the README to find out how that works.
20684         The raw encoder is called "rawvorbisenc" until 0.9.
20685
20686 2004-05-10  Wim Taymans  <wim@fluendo.com>
20687
20688         * ext/ogg/gstogg.c: (plugin_init):
20689         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
20690         (gst_ogg_print):
20691         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
20692         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
20693         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
20694         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
20695         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
20696         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
20697         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
20698         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
20699         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
20700         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
20701         Added an ogg muxer.
20702         Small typo fixes in the demuxer.
20703
20704 2004-05-10  Wim Taymans  <wim@fluendo.com>
20705
20706         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20707         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
20708         (theora_enc_change_state), (theora_enc_set_property),
20709         (theora_enc_get_property):
20710         Mark the last packet with an EOS flag which is not really needed
20711         in gstreamer.
20712         Do some better video framerate initialisation.
20713         Update the buffer timestamp.
20714
20715 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
20716
20717         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
20718         Return the result of the parent state change call
20719
20720 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20721
20722         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
20723         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
20724         * gst/law/alaw-encode.c : (idem)
20725         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
20726         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
20727         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
20728
20729 2004-05-09  Benjamin Otte  <otte@gnome.org>
20730
20731         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
20732           don't use a fixed buffer size when writing variable length data to
20733           it. Fixes memory corruption and makes alsasrc work
20734
20735 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20736
20737         * ext/gnomevfs/gstgnomevfssink.c:
20738         (_gst_boolean_allow_overwrite_accumulator),
20739         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
20740           Run glib's default signal handler (??) in RUN_CLEANUP rather than
20741           RUN_LAST, and don't use that to set the accumulator value because
20742           then it's always FALSE.
20743
20744 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20745
20746         * gst-libs/gst/riff/riff-media.c:
20747         (gst_riff_create_video_caps_with_data),
20748         (gst_riff_create_audio_caps),
20749         (gst_riff_create_audio_template_caps):
20750         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
20751           Fix for unaligned RIFF files (i.e. where all the chunks together
20752           in a LIST chunk are not of the same size as the size given in
20753           the LIST chunk header). Fixes several odd WAVE files. Also fix
20754           ADPCM (block_align property) in audio, so that wavparse based
20755           on this works now as it used to stand-alone.
20756
20757 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
20758
20759         reviewed by Benjamin Otte  <otte@gnome.org>
20760
20761         * ext/a52dec/gsta52dec.c:
20762         * ext/divx/gstdivxdec.c:
20763         * ext/divx/gstdivxenc.c:
20764         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
20765         * ext/faac/gstfaac.c: (gst_faac_base_init):
20766         * ext/faad/gstfaad.c: (gst_faad_base_init):
20767         * ext/ivorbis/vorbisfile.c:
20768         * ext/lame/gstlame.c:
20769         * ext/libfame/gstlibfame.c:
20770         * ext/mpeg2enc/gstmpeg2enc.cc:
20771         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
20772         * ext/sidplay/gstsiddec.cc:
20773         * ext/speex/gstspeexdec.c:
20774         * ext/speex/gstspeexenc.c:
20775         * ext/xvid/gstxviddec.c:
20776         * ext/xvid/gstxvidenc.c:
20777           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
20778           (fixes #142193)
20779
20780 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20781
20782         * ext/alsa/gstalsa.c: (device_list),
20783         (gst_alsa_class_probe_devices):
20784         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
20785           Fix alsa oddness in mixer after the combination of using mixer
20786           in source/sink elements and using hw:x,y instead of just hw:x.
20787
20788 2004-05-09  Benjamin Otte  <otte@gnome.org>
20789
20790         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
20791         (gst_wavparse_create_sourcepad):
20792           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
20793           sourcepads
20794
20795 2004-05-09  Benjamin Otte  <otte@gnome.org>
20796
20797         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20798           allow discont events before caps nego
20799
20800 2004-05-08  Benjamin Otte  <otte@gnome.org>
20801
20802         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
20803           don't leak events
20804
20805 2004-05-08  Benjamin Otte  <otte@gnome.org>
20806
20807         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
20808         (gst_level_change_state), (gst_level_init):
20809         * gst/level/gstlevel.h:
20810           figure out if we're initialized directly instead of keeping a
20811           variable that's wrong in 90% of cases
20812           don't initialize pads and then leak them and use a new unitialized
20813           pad. (fixes #142084)
20814           these were bugs so n00bish I didn't find them for an hour :/
20815
20816 2004-05-08 Iain <iain@prettypeople.org>
20817
20818         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
20819         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
20820         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
20821         return the length that was read.
20822         (gst_riff_read_strf_auds): Allow fmt tags as well.
20823
20824 2004-05-07  David Schleef  <ds@schleef.org>
20825
20826         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
20827         signed char assumption in faad.h.
20828
20829 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20830
20831         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
20832           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
20833
20834 2004-05-07  Colin Walters  <walters@redhat.com>
20835
20836         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
20837         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
20838         function.
20839         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
20840         Add dispose function.
20841
20842 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
20843         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
20844           Fix caps nego and pad templates. RGB mode caps should
20845           work now.
20846         * ext/dvdnav/gst-dvd:
20847           Move mpeg2dec inside the thread because otherwise the
20848           queue rejects cap changes mid-stream
20849         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
20850         (gst_mpeg2dec_flush_decoder):
20851           For mpeg2dec > 0.4.0, call the flush function instead of
20852           manually extracting all in-flight frames.
20853         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
20854         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
20855           Change mime type video/dv go video/x-dv to match the
20856           rest of gst-plugins
20857
20858 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20859
20860         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20861         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
20862         (gst_alsa_sink_class_init):
20863         * ext/alsa/gstalsasink.h:
20864         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
20865         (gst_alsa_src_class_init):
20866         * ext/alsa/gstalsasrc.h:
20867           Make alsasink/src a subclass of alsamixer so that mixer stuff
20868           shows up in gst-rec. Needs some finetuning.
20869
20870 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20871
20872         * ext/lame/gstlame.c: (gst_lame_chain):
20873           simplify
20874         * ext/mad/gstmad.c: (gst_mad_handle_event):
20875           fix event leak
20876         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
20877           be able to detect mp3 files < 4096 bytes
20878
20879 2004-05-06  Wim Taymans  <wim@fluendo.com>
20880
20881         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20882         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
20883         (theora_enc_set_property), (theora_enc_get_property):
20884         Also encode the first frame, cleanup some code.
20885
20886 2004-05-06  Wim Taymans  <wim@fluendo.com>
20887
20888         * ext/mpeg2enc/gstmpeg2enc.cc:
20889         Forward events first before deciding that negotiation was
20890         not performed.
20891
20892 2004-05-06  Wim Taymans  <wim@fluendo.com>
20893
20894         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
20895         First process the events before deciding that negotiation
20896         was not performed.
20897
20898 2004-05-06  Wim Taymans  <wim@fluendo.com>
20899
20900         * ext/theora/Makefile.am:
20901         * ext/theora/theora.c: (plugin_init):
20902         * ext/theora/theoradec.c: (theora_dec_change_state):
20903         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
20904         (gst_theora_enc_class_init), (gst_theora_enc_init),
20905         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
20906         (theora_enc_chain), (theora_enc_change_state),
20907         (theora_enc_set_property), (theora_enc_get_property):
20908         Added a theora encoder, grouped the encoder and decoder into the
20909         same plugin.
20910
20911 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20912
20913         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
20914         (gst_jpegenc_chain):
20915         fix DURATION on outgoing buffers
20916         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
20917         debug using time formats
20918         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20920         (gst_xvimagesink_sink_link):
20921         windows with width/height 0 generate X errors, so don't allow them
20922
20923 2004-05-05  Wim Taymans  <wim@fluendo.com>
20924
20925         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
20926         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
20927         (gst_mpeg2dec_negotiate_format):
20928         * ext/mpeg2dec/gstmpeg2dec.h:
20929           removed the static pad template so that we can add the
20930           more accurate framerate value to the caps.
20931
20932
20933 2004-05-04  Benjamin Otte  <otte@gnome.org>
20934
20935         * configure.ac:
20936           check for kdemacros.h, too (should fix #141821)
20937         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
20938           don't crash if no header was sent, but nicely error out (fixes part
20939           of #141554)
20940
20941 2004-05-04  Wim Taymans  <wim@fluendo.com>
20942
20943         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
20944         parent dispose function to avoid segfault on destroy.
20945
20946 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20947
20948         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20949         (plugin_init):
20950         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20951         (gst_xvimagesink_sink_link):
20952         clean up debugging caps
20953         also recreate xvimage when format has changed
20954
20955 2004-05-04  Benjamin Otte  <otte@gnome.org>
20956
20957         * ext/libvisual/Makefile.am:
20958         * ext/libvisual/visual.c: (gst_visual_class_init),
20959         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
20960         (gst_visual_srclink), (gst_visual_chain),
20961         (gst_visual_change_state), (plugin_init):
20962           use a GstAdapter to correctly adapt buffer sizes - allows using a
20963           framerate
20964
20965 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20966
20967         * sys/v4l/gstv4lelement.h:
20968         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
20969         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
20970         (gst_v4lsrc_buffer_free):
20971         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
20972         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
20973         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
20974         (gst_v4lsrc_requeue_frame):
20975         move some debugging categories around
20976         query for fps index and set accordingly if found
20977
20978 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20979
20980         * ext/lame/gstlame.c:
20981         correct defaults that lame_init puts out of range
20982
20983 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20984
20985         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
20986         (gst_divxenc_class_init):
20987         fix range since -1 is the default
20988         * gst/mpeg1sys/gstmpeg1systemencode.c:
20989         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
20990         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
20991         (gst_rtjpegdec_chain):
20992         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
20993         (gst_rtjpegenc_chain):
20994         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
20995         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
20996         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
20997         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
20998         * sys/v4l/gstv4lsrc.c:
20999         * sys/v4l/v4l_calls.c: (gst_v4l_open):
21000         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
21001         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
21002         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
21003         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
21004           remove gst_info calls
21005
21006 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21007
21008         * Makefile.am:
21009         * po/af.po:
21010         * po/az.po:
21011         * po/en_GB.po:
21012         * po/nl.po:
21013         * po/sr.po:
21014         * po/sv.po:
21015           Updated translations
21016
21017 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21018
21019         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
21020           refactor/comment code
21021
21022 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21023
21024         * gst/asfdemux/Makefile.am:
21025         * gst/asfdemux/asfheaders.c:
21026         * gst/asfdemux/asfheaders.h:
21027         * gst/asfdemux/gstasf.c: (plugin_init):
21028         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
21029         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
21030         (gst_asf_demux_setup_pad):
21031         * gst/asfdemux/gstasfdemux.h:
21032         * gst/asfdemux/gstasfmux.c:
21033         * gst/asfdemux/gstasfmux.h:
21034           Add tagging support to demuxer, split out registration in its own
21035           file instead of in demux (hacky), and prevent having some tables
21036           in our memory multiple times (in asfheaders.h).
21037
21038 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21039
21040         * gst/matroska/matroska-demux.c:
21041         (gst_matroska_demux_parse_metadata):
21042         * gst/matroska/matroska-ids.h:
21043           Basic tag reading support.
21044
21045 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21046
21047         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21048           Really detect ac-3 audio.
21049         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
21050           really detect matroska files (off-by-1).
21051
21052 2004-04-30  David Schleef  <ds@schleef.org>
21053
21054         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21055         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
21056         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
21057         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
21058         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
21059         hackage -- parse a lot more atoms, extract a few tags.  One might even
21060         mistake this for tag support.  Maybe it is.
21061         * gst/qtdemux/qtdemux.h:
21062
21063 2004-04-30  Colin Walters  <walters@verbum.org>
21064
21065         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
21066
21067 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21068
21069         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21070         (gst_ffmpegcolorspace_getcaps):
21071           remove broken nego fix
21072
21073 2004-04-30  Benjamin Otte  <otte@gnome.org>
21074
21075         * configure.ac:
21076         * ext/Makefile.am:
21077         * ext/libvisual/Makefile.am:
21078         * ext/libvisual/visual.c:
21079           add initial support for libvisual (http://libvisual.sourceforge.net)
21080           libvisual is still quite alpha, so expect crashes in there :)
21081
21082 2004-04-29  David Schleef  <ds@schleef.org>
21083
21084         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
21085         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
21086         up qtdemux to make it spit out codec_data.  Do _not_ look at this
21087         code; you will no longer respect me.
21088
21089 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21090
21091         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
21092         * ext/alsa/gstalsa.h :
21093         change alsa pcm device discovery to find more than 1 device
21094         per card. code review by Ronald.
21095
21096 2004-04-29  David Schleef  <ds@schleef.org>
21097
21098         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
21099         Add a check for a driver bug on FreeBSD.  (bug #140565)
21100
21101 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
21102
21103         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
21104         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
21105         (gst_jpegenc_getcaps):
21106           move format setting to inner loop
21107         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21108         (gst_ffmpegcolorspace_getcaps):
21109           use GST_PAD_CAPS if available so that we use already negotiated
21110           caps
21111         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21112         (qtdemux_parse_moov), (qtdemux_parse):
21113           extra debugging
21114         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
21115         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
21116           move hardcoded path to DEFINE
21117
21118 2004-04-28  David Schleef  <ds@schleef.org>
21119
21120         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
21121         (bug #140064)
21122
21123 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21124
21125         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
21126           Don't probe for playback device if we're a source element. Fixes
21127           #139658.
21128
21129 2004-04-29  Benjamin Otte  <otte@gnome.org>
21130
21131         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
21132         (gst_id3_tag_chain):
21133           rewrite buffer offset
21134
21135 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21136
21137         * configure.ac:
21138         * ext/Makefile.am:
21139         * ext/dts/Makefile.am:
21140         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
21141         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
21142         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
21143         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
21144         (gst_dtsdec_loop), (gst_dtsdec_change_state),
21145         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
21146         (plugin_init):
21147         * ext/dts/gstdtsdec.h:
21148           New DTS decoder.
21149         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
21150         (gst_faad_srcconnect):
21151           Add ESDS atom handling (.m4a).
21152
21153 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21154
21155         * ext/divx/gstdivxdec.c: (plugin_init):
21156           Remove comment that makes no sense.
21157         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
21158           Fix for obvious typo that resulted in warnings during gst-register.
21159         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
21160         (gst_xviddec_sink_link):
21161           Fix caps negotiation a bit better.
21162         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
21163           We call this 'codec_data', not 'esds'.
21164
21165 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21166
21167         * gst/monoscope/gstmonoscope.c:
21168           make sure we only provide 256x128
21169         * gst/monoscope/monoscope.c: (monoscope_init):
21170           assert size of 256x128
21171
21172 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21173
21174         * Makefile.am:
21175         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
21176         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
21177           fixate to max width and height of device
21178
21179 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21180
21181         * Makefile.am:
21182         * sys/v4l/gstv4l.c:
21183         * sys/v4l/gstv4lsrc.c:
21184         * sys/v4l/v4l_calls.c:
21185         * sys/v4l/v4lsrc_calls.c:
21186           fix for qc-usb driver which fakes having more than one buffer
21187           by handing the same buffer twice, which confused GStreamer's/v4lsrc
21188           buffer_free override
21189           add debugging
21190
21191 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21192
21193         * Makefile.am:
21194         * gst/videotestsrc/gstvideotestsrc.c:
21195         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
21196         (gst_videotestsrc_init), (gst_videotestsrc_get),
21197         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
21198         * gst/videotestsrc/gstvideotestsrc.h:
21199           add num-buffers property
21200
21201         2004-04-26  Benjamin Otte  <otte@gnome.org>
21202
21203         * ext/mad/gstid3tag.c: (plugin_init):
21204           set id3mux rank to NONE so it doesn't confuse spider
21205           require audio/mpeg,mpegversion=1 in id3mux
21206
21207 2004-04-26  Benjamin Otte  <otte@gnome.org>
21208
21209         * configure.ac:
21210           detect faad correctly as non-working if it's indeed non-working
21211
21212 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21213
21214         * Makefile.am:
21215         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
21216         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
21217         fix _getcaps so it only negotiates to its supported format
21218
21219 2004-04-25  Benjamin Otte  <otte@gnome.org>
21220
21221         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
21222           fix memleak
21223
21224 2004-04-23  Benjamin Otte  <otte@gnome.org>
21225
21226         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
21227           audio/x-raw-int with height rules! not. Now it's depth.
21228
21229 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21230
21231         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
21232         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
21233         (gst_wavparse_loop):
21234           Missing variable initialization. Add handling of DVI ADPCM. Fix
21235           mis-parsing of LIST chunks. This works around a bug where we mis-
21236           parse non-aligning LIST chunks (so LIST chunks where the contents
21237           don't align with the actual LIST size). The correct fix is to use
21238           rifflib, I'm not going to fix wavparse - too much work. All this
21239           fixes #104878.
21240
21241 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21242
21243         reviewed by Benjamin Otte  <otte@gnome.org>
21244
21245         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
21246           fix shoutcast not working (fixes #140844)
21247
21248 2004-04-22  Benjamin Otte  <otte@gnome.org>
21249
21250         * ext/hermes/gsthermescolorspace.c:
21251         (gst_hermes_colorspace_caps_remove_format_info):
21252         * gst/colorspace/gstcolorspace.c:
21253         (gst_colorspace_caps_remove_format_info):
21254         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21255         (gst_ffmpegcolorspace_caps_remove_format_info):
21256           s/gst_caps_simplify/gst_caps_do_simplify/
21257
21258 2004-04-22  Benjamin Otte  <otte@gnome.org>
21259
21260         * gst-libs/gst/riff/riff-media.c:
21261         (gst_riff_create_video_caps_with_data):
21262           mpegversion is an int
21263         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
21264           don't try to create pad templates with NULL caps, use any caps
21265           instead.
21266
21267 2004-04-20  David Schleef  <ds@schleef.org>
21268
21269         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
21270         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
21271         (bug #140384)
21272
21273 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
21274
21275         reviewed by David Schleef
21276
21277         * ext/mad/gstid3tag.c: Add stdlib.h
21278         * gst/rtp/gstrtpgsmenc.c: same
21279         * gst/tags/gstid3tag.c: same
21280         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
21281         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
21282         GST_DISABLE_LOADSAVE use.
21283         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
21284         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
21285         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
21286         atol(3)).
21287         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
21288         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
21289         strtoul(3)).
21290         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
21291         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
21292         $(ID3_CFLAGS).
21293         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
21294         $(LIBFAME_CFLAGS).
21295
21296 2004-04-20  David Schleef  <ds@schleef.org>
21297
21298         * gst/realmedia/rmdemux.c:  This was supposed to part of the
21299         last checkin.  Same idea.
21300
21301 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
21302
21303         reviewed by David Schleef
21304
21305         * configure.ac: bump required gstreamer version to 0.8.1.1
21306         because of following changes [--ds]
21307
21308         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
21309         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
21310         (gst_riff_read_header):  Use GST_READ_UINT*
21311         macros to access possibly unaligned memory.
21312
21313         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
21314         (mp3_type_find):  Use GST_READ_UINT*
21315         macros to access possibly unaligned memory.
21316         (mp3_type_find, mpeg1_parse_header, qt_type_find)
21317         (speex_type_find): Likewise
21318
21319         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
21320
21321         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
21322         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
21323         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
21324         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
21325         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
21326         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
21327         macros to access possibly unaligned memory.
21328
21329         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
21330         Likewise.
21331
21332         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
21333         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
21334
21335         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21336         Likewise.
21337
21338         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
21339         (gst_mpeg2subt_chain_subtitle): Likewise.
21340
21341         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
21342         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
21343         Likewise.
21344
21345         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
21346         Likewise.
21347
21348         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
21349         Likewise.
21350
21351         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
21352         Likewise.
21353
21354 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21355
21356         * configure.ac:
21357           update required version of GStreamer because of GST_TIME_FORMAT
21358
21359 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21360
21361         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
21362           remove leftover g_print
21363         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21364           don't try setting only a subset of the caps. We don't want to kill
21365           autoplugging on purpose
21366
21367 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21368
21369         * sys/ximage/ximagesink.c: (plugin_init):
21370         * sys/xvimage/xvimagesink.c: (plugin_init):
21371           add debugging categories
21372
21373 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21374
21375         * po/en_GB.po:
21376         * po/LINGUAS:
21377           Adding en_GB translation (Gareth Owen)
21378
21379 2004-04-20  David Schleef  <ds@schleef.org>
21380
21381         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21382         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
21383         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
21384         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
21385         A number of new features and hacks to extract the esds atom and
21386         put it into the caps.  (bug #137724)
21387
21388 2004-04-19  David Schleef  <ds@schleef.org>
21389
21390         * gconf/Makefile.am: Fix for non-GNU make
21391         * gst-libs/gst/Makefile.am: Change directory order to handle
21392         GstPlay linking with gstinterfaces
21393         * gst-libs/gst/audio/make_filter: make use of tr portable
21394         * gst-libs/gst/play/Makefile.am: Add intended \
21395         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
21396         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
21397         function prototype instead of void *.
21398         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
21399         macro.
21400         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21401         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
21402         * gst/videofilter/make_filter: make use of tr portable
21403         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
21404
21405 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21406
21407         * po/LINGUAS:
21408         * po/uk.po:
21409           Added Ukrainian translation (Maxim V. Dziumanenko)
21410
21411 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21412
21413         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
21414         (gst_gsmdec_link), (gst_gsmdec_chain):
21415           Fix capsnego, simplify chain function slightly.
21416         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21417           Add GSM.
21418
21419 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21420
21421         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21422         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
21423         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
21424           Hack to make wavparse work with spider (always -> sometimes pad).
21425           Fixes #135862 && #140411.
21426
21427 2004-04-18  Benjamin Otte  <otte@gnome.org>
21428
21429         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
21430         (gst_osselement_rate_probe_check),
21431         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
21432           get rid of \n in debug output
21433
21434 2004-04-17  Iain <iain@prettypeople.org>
21435
21436         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
21437         not just EOS.
21438
21439 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21440
21441         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
21442         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
21443         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
21444         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
21445         (gst_id3_tag_src_link), (gst_id3_tag_chain),
21446         (gst_id3_tag_change_state), (plugin_init):
21447           deprecate id3tag element and replace with id3demux/id3mux.
21448           great side effect: this ugly file is now even uglier, yay!
21449         * ext/mad/gstmad.h:
21450           remove non-available function
21451           update for new get_type
21452
21453 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21454
21455         * configure.ac:
21456           require mpeg2dec >= 0.4.0
21457
21458 2004-04-17  Benjamin Otte  <otte@gnome.org>
21459
21460         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
21461         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
21462         (gst_xvimagesink_set_xwindow_id):
21463           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
21464           assorted cleanup fixes.
21465
21466 2004-04-16  David Schleef  <ds@schleef.org>
21467
21468         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
21469         * sys/xvimage/xvimagesink.h: same
21470
21471 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21472
21473         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
21474           Fix GST_ELEMENT_ERROR with (NULL)
21475
21476 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21477
21478         * gst-libs/gst/riff/riff-media.c:
21479         (gst_riff_create_video_caps_with_data):
21480           Add div[3456] as fourccs for DivX 3 (fixes #140137).
21481
21482 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21483
21484         * gst-libs/gst/riff/riff-media.c:
21485         (gst_riff_create_video_caps_with_data),
21486         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
21487         (gst_riff_create_video_template_caps),
21488         (gst_riff_create_audio_template_caps):
21489         * gst-libs/gst/riff/riff-media.h:
21490         * gst-libs/gst/riff/riff-read.c:
21491         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
21492         * gst-libs/gst/riff/riff-read.h:
21493         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21494           Add MS RLE support. I added some functions to read out strf chunks
21495           into strf chunks and the data behind it. This is usually color
21496           palettes (as in RLE, but also in 8-bit RGB). Also use those during
21497           caps creation. Lastly, add ADPCM (similar to wavparse - which
21498           should eventually be rifflib based).
21499         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
21500         (gst_matroska_demux_init), (gst_matroska_demux_reset):
21501         * gst/matroska/matroska-demux.h:
21502           Remove placeholders for some prehistoric tagging system. Didn't add
21503           support for any tag system really anyway.
21504         * gst/qtdemux/qtdemux.c:
21505           Add support for audio/x-m4a (MPEG-4) through spider.
21506         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21507         (gst_wavparse_loop):
21508           ADPCM support (#135862). Increase max. buffer size because we
21509           cannot split buffers for ADPCM (screws references) and I've seen
21510           files with 2048 byte chunks. 4096 seems safe for now.
21511
21512 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21513
21514         * configure.ac: bump nano to 1
21515
21516 === release 0.8.1 ===
21517
21518 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21519
21520         * configure.ac: releasing 0.8.1, "Comforting Sounds"
21521
21522 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21523
21524         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
21525           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
21526           Fixes #140058
21527
21528 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21529
21530         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
21531           lower rank of dvddemux so that it's not used for mpeg playback.
21532
21533 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21534
21535         * configure.ac:
21536           save libs correctly when checking mad
21537
21538 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21539
21540         * ext/mad/gstid3tag.c: (plugin_init):
21541           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
21542
21543 2004-04-13  David Schleef  <ds@schleef.org>
21544
21545         * common/m4/gst-feature.m4: Call -config scripts with
21546         --plugin-libs if it is supported.
21547         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
21548         JPEG images are image/jpeg.
21549         * gst/debug/Makefile.am:
21550         * gst/debug/negotiation.c: (gst_negotiation_class_init),
21551         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
21552         (gst_negotiation_update_caps), (gst_negotiation_get_property),
21553         (gst_negotiation_plugin_init): Add a property that acts like
21554         filter caps.
21555         * testsuite/gst-lint:  Move license checking to be a standard
21556         test.
21557
21558 2004-04-13  David Schleef  <ds@schleef.org>
21559
21560         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
21561         patch from Sebastien Cote (bug #139958)
21562
21563 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21564
21565         * examples/gstplay/Makefile.am:
21566         * examples/gstplay/player.c: (main):
21567           make the commandline player example use gconf settings
21568
21569 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21570
21571         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
21572         (gst_cacasink_sinkconnect), (gst_cacasink_init),
21573         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
21574           init/end library during state transition, not object
21575           creation/disposal.  get rid of custom dispose handler.
21576
21577
21578 2004-04-12  Christian Schaller <Uraeus@gnome.org>
21579
21580         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
21581         be a symlink
21582
21583 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21584
21585         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
21586           Handle JUNK chunks inside data section. Prevents warnings.
21587
21588 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21589
21590         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21591         (gst_riff_create_video_template_caps):
21592           Add MS video v1.
21593         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21594         (gst_avi_demux_stream_data):
21595           Add support for "rec-list" chunks.
21596
21597 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21598
21599         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
21600           Fix another codecname mismatch.
21601
21602 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21603
21604         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
21605           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
21606           so that MJPEG plays back.
21607
21608 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21609
21610         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21611         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
21612         * gst/mpeg1videoparse/gstmp1videoparse.h:
21613           Fix for some slight mis-cuts in buffer parsing, and for some
21614           potential overflows or faults-causers. Adds disconts. Also fixes
21615           #139105 while we're at it.
21616
21617 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21618
21619         * configure.ac:
21620         * sys/v4l2/gstv4l2element.h:
21621           Workaround for missing struct v4l2_buffer declaration in Suse 9
21622           and Mandrake 10 linux/videodev2.h header file (#135919).
21623
21624 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21625
21626         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
21627           Bail out if no filename was given.
21628
21629 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21630
21631         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
21632         (gst_v4l2_fourcc_from_structure):
21633           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
21634           Y41B somewhere).
21635
21636 2004-04-09  Benjamin Otte  <otte@gnome.org>
21637
21638         * ext/gnomevfs/gstgnomevfssink.c:
21639         (_gst_boolean_allow_overwrite_accumulator),
21640         (gst_gnomevfssink_class_init):
21641           fix erase signal - if any handler returns false the file will not be
21642           overwritten. If no handler is connected, the file will not be
21643           overwritten either.
21644           renamed signal to "allow-overwrite"
21645         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
21646           free string when adding it to ID3 failed
21647         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21648           unref event when done
21649         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
21650           free caps
21651         * gst/typefind/gsttypefindfunctions.c:
21652         (mpeg_video_stream_type_find):
21653           fix invalid read
21654
21655 2004-04-08  David Schleef  <ds@schleef.org>
21656
21657         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21658         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
21659
21660 2004-04-08  David Schleef  <ds@schleef.org>
21661
21662         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
21663         we don't support (bug #139532)
21664
21665 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
21666
21667         * ext/mad/gstmad.c: (gst_mad_handle_event),
21668         (gst_mad_check_caps_reset), (gst_mad_chain),
21669         (gst_mad_change_state):
21670           only set explicit caps if they haven't been set before for
21671           this stream.  MPEG-audio sample rate/channels aren't allowed
21672           to change in-stream.
21673           Fixes #139382
21674
21675 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21676
21677         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
21678         (_gst_boolean_did_something_accumulator),
21679         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
21680         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
21681         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
21682         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
21683         (gst_gnomevfssink_change_state):
21684           Fix erase signal. Don't erase by default. Remove handoff signal.
21685           Remove erase property. Don't segfault. General cleanup.
21686
21687 2004-04-07  Benjamin Otte  <otte@gnome.org>
21688
21689         * gst-libs/gst/gconf/test-gconf.c: (main):
21690           add missing gst_init
21691
21692 2004-04-07  Benjamin Otte  <otte@gnome.org>
21693
21694         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
21695           free the mutexes, too
21696
21697 2004-04-07  Benjamin Otte  <otte@gnome.org>
21698
21699         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
21700           actually free the URI string
21701         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
21702           compute offset correctly when passing discont events
21703         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21704           don't leak discont events
21705         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
21706           add some missing breaks so caps aren't copied randomly
21707         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
21708           if we realloc memory, we better use it
21709
21710 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21711
21712         * ext/mad/gstmad.c: (normal_seek):
21713           fix GST_FORMAT_TIME usage
21714
21715 2004-04-05  David Schleef  <ds@schleef.org>
21716
21717         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
21718         a deprecated function (hack!)
21719
21720 2004-04-05  Benjamin Otte  <otte@gnome.org>
21721
21722         * ext/esd/esdmon.c: (gst_esdmon_get):
21723           fix nonterminated vararg and memleak
21724
21725 2004-04-05  Benjamin Otte  <otte@gnome.org>
21726
21727         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
21728         (gst_ladspa_init), (gst_ladspa_force_src_caps),
21729         (gst_ladspa_set_property), (gst_ladspa_get_property),
21730         (gst_ladspa_instantiate), (gst_ladspa_activate),
21731         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
21732           clean up debugging
21733
21734 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
21735
21736         reviewed by Benjamin Otte  <otte@gnome.org>
21737
21738         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
21739           check for broken LADSPA parameters (fixes #138635)
21740
21741 2004-04-05  Benjamin Otte  <otte@gnome.org>
21742
21743         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
21744           advertise buffer-frames correctly on sinkpads
21745
21746 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21747
21748         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
21749         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
21750         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
21751         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
21752         (gst_mad_check_caps_reset), (gst_mad_chain):
21753         add more debugging, only reset caps when we're not in error state
21754
21755 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21756
21757         * ext/mad/gstmad.c: add debugging category, comment + cleanups
21758
21759 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
21760
21761         reviewed by Benjamin Otte  <otte@gnome.org>
21762
21763         * configure.ac:
21764           fix == in test(1) operator
21765
21766 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
21767
21768         reviewed by Benjamin Otte  <otte@gnome.org>
21769
21770         * configure.ac:
21771           fix --export-symblos-regex to a working regex.
21772
21773 2004-04-04  Benjamin Otte  <otte@gnome.org>
21774
21775         * sys/oss/.cvsignore:
21776           add for oss_probe
21777
21778 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
21779
21780         reviewed by Benjamin Otte  <otte@gnome.org>
21781
21782         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21783           add missing 'new_media' argument (fixes #138168)
21784         * gst/matroska/matroska-demux.c:
21785         (gst_matroska_demux_handle_seek_event):
21786           add vararg terminator (fixes #138169)
21787
21788 2004-04-02  David Schleef  <ds@schleef.org>
21789
21790         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
21791         disted (bug #138914)
21792
21793 2004-04-01  Benjamin Otte  <otte@gnome.org>
21794
21795         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
21796         (gst_alsa_close_audio):
21797           handle case better where a soundcard can't pause
21798         * ext/ogg/gstoggdemux.c:
21799           don't crash when we get events but don't have pads yet
21800
21801 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21802
21803         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
21804           throw an error if we couldn't probe any caps.
21805
21806 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
21807
21808         * ext/dvdnav/gst-dvd:
21809         Add a really simple sample DVD player
21810
21811 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
21812
21813         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
21814         (gst_a52dec_push), (gst_a52dec_handle_event),
21815         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
21816         (gst_a52dec_change_state):
21817         * ext/a52dec/gsta52dec.h:
21818           Use a debug category, Output timestamps correctly
21819           Emit tag info, Handle events, tell liba52dec about cpu
21820           capabilities so it can use MMX etc.
21821         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
21822           Fix a crasher accessing invalid memory
21823         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
21824         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
21825         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
21826         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
21827         (dvdnavsrc_query):
21828           Some support for byte-format seeking.
21829           Small fixes for still frames and menu button overlays
21830         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
21831         (gst_mpeg2dec_alloc_buffer):
21832           Use a debug category. Adjust the report level of several items to
21833           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
21834           so it doesn't lose the GstBuffer pointer
21835         * gst/debug/Makefile.am:
21836         * gst/debug/gstdebug.c: (plugin_init):
21837         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
21838         (gst_navseek_base_init), (gst_navseek_class_init),
21839         (gst_navseek_init), (gst_navseek_seek),
21840         (gst_navseek_handle_src_event), (gst_navseek_set_property),
21841         (gst_navseek_get_property), (gst_navseek_chain),
21842         (gst_navseek_plugin_init):
21843         * gst/debug/gstnavseek.h:
21844           Add the navseek debug element for seeking back and forth in a
21845           video stream using arrow keys.
21846         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
21847         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
21848         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
21849         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
21850         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
21851         (gst_mpeg2subt_parse_header), (gst_get_nibble),
21852         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
21853         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
21854         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
21855         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
21856         * gst/mpeg2sub/gstmpeg2subt.h:
21857           Pretty much a complete rewrite. Now a loopbased element. May still
21858           require work to properly synchronise subtitle buffers.
21859         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
21860         (gst_dvd_demux_send_subbuffer):
21861         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
21862           Don't attempt to create subbuffers of size 0
21863           Reduce a couple of error outputs to warnings.
21864         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
21865         (gst_y4mencode_chain):
21866         Output the y4m frame header correctly.
21867
21868 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21869
21870         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
21871           throw errors instead of allowing SIGFPE
21872
21873 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21874
21875         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
21876         (gst_gconf_render_bin_from_key):
21877           leak plugging and style fixing
21878
21879 2004-03-31  David Schleef  <ds@schleef.org>
21880
21881         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
21882         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
21883         (bug #138225)
21884         * gst/debug/Makefile.am:
21885         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
21886         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
21887         plugin.
21888         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
21889         (gst_negotiation_base_init), (gst_negotiation_class_init),
21890         (gst_negotiation_init), (gst_negotiation_getcaps),
21891         (gst_negotiation_pad_link), (gst_negotiation_chain),
21892         (gst_negotiation_set_property), (gst_negotiation_get_property),
21893         (gst_negotiation_plugin_init):  New element to talk about random
21894         negotiation things happening in a pipeline.
21895
21896 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21897
21898         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
21899           fix integer addition with help of Stefan Kost
21900
21901 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21902
21903         * po/nl.po: updated Dutch translation (Elros Cyriatan)
21904
21905 2004-03-30  David Schleef  <ds@schleef.org>
21906
21907         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
21908         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
21909         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
21910         (bug #137504)
21911         * ext/mpeg2dec/gstmpeg2dec.h:
21912
21913 2004-03-30  David Schleef  <ds@schleef.org>
21914
21915         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
21916
21917 2004-03-30  David Schleef  <ds@schleef.org>
21918
21919         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
21920         Michael Petullo) to handle .mov
21921
21922 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21923
21924         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
21925         (gst_osselement_rate_check_rate):
21926           probe caps correctly for sound cards that only support one format
21927
21928 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21929
21930         * ext/kio/kiosrc.cpp: (process_events):
21931           update handling event processing if inside KDE - untested
21932
21933 2004-03-29  David Schleef  <ds@schleef.org>
21934
21935         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
21936         by 2 to not interfere with other colorspaces.
21937         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
21938         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
21939         one to not interfere with ffmpeg_colorspace.
21940
21941 2004-03-29  David Schleef  <ds@schleef.org>
21942
21943         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
21944         aren't in the caps.
21945         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
21946         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
21947
21948 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21949
21950         * gst-libs/gst/riff/riff-media.c:
21951           fail on error, don't try to set stuff on NULL caps
21952
21953 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21954
21955         * configure.ac:
21956         * ext/Makefile.am:
21957         * ext/kio/Makefile.am:
21958         * ext/kio/kioreceiver.cpp:
21959         * ext/kio/kioreceiver.h:
21960         * ext/kio/kiosrc.cpp:
21961         * ext/kio/kiosrc.h:
21962           add experimental kiosrc plugin
21963         * ext/alsa/gstalsaplugin.c: (plugin_init):
21964           initialize debugging category only when we're sure registering the
21965           plugins worked.
21966
21967 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
21968
21969         * examples/gstplay/player.c: (main):
21970         * gst-libs/gst/play/play.c: (gst_play_class_init),
21971         (gst_play_set_location), (gst_play_set_data_src),
21972         (gst_play_set_video_sink), (gst_play_set_audio_sink),
21973         (gst_play_set_visualization), (gst_play_connect_visualization):
21974           check return values of element_set_state and return FALSE where
21975           failed
21976
21977 2004-03-29  Benjamin Otte  <otte@gnome.org>
21978
21979         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21980           try harder to check if an event is really a discont
21981
21982 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
21983
21984         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
21985         * po/az.po:
21986
21987 2004-03-28  Benjamin Otte  <otte@gnome.org>
21988
21989         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
21990         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21991         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
21992           get rid of non-standard "..." ranges in case statements.
21993
21994 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
21995
21996         * gst/mpegstream/gstmpegdemux.c:
21997         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
21998         specific functionality split to the new dvddemux element.
21999         * gst/mpegstream/gstdvddemux.c:
22000         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
22001         streams, derived from mpegdemux.
22002         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
22003         up. SCR based timestamp rewriting can be turned off (will probably
22004         completely disappear soon).
22005         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
22006         hacking. General cleanup. All printf statements replaced by
22007         debugging messages. Almost complete libdvdnav support.
22008         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
22009         by events. New properties for audio and subpicture languages.
22010         (dvdnavsrc_update_highlight): Now uses events.
22011         (dvdnavsrc_user_op): Cleaned up.
22012         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
22013         based). Lots of cleanup, and propper support for most libdvdnav
22014         events.
22015         (dvdnavsrc_make_dvd_event): New function.
22016         (dvdnavsrc_make_dvd_nav_packet_event): New function.
22017         (dvdnavsrc_make_clut_change_event): New function.
22018
22019 2004-03-26  Benjamin Otte  <otte@gnome.org>
22020
22021         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
22022           fix bug where typefinding would claim it's theora whenever less then
22023           7 bytes of data were available
22024
22025 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22026
22027         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
22028         (gst_alawdec_base_init), (gst_alawdec_class_init),
22029         (gst_alawdec_init), (gst_alawdec_chain):
22030         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
22031         (gst_alawenc_base_init), (gst_alawenc_class_init),
22032         (gst_alawenc_init), (gst_alawenc_chain):
22033         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
22034         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
22035         (gst_mulawdec_init), (gst_mulawdec_chain):
22036         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
22037         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
22038         (gst_mulawenc_init), (gst_mulawenc_chain):
22039           Fix capsnego in all four, remove the unused property functions and
22040           simplify the chain functions slightly. I guess we could use macros
22041           or something similar for those, since the code is so similar, but
22042           I'm currently too lazy...
22043
22044 2004-03-24  David Schleef  <ds@schleef.org>
22045
22046         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
22047         (gst_osselement_close_audio), (gst_osselement_probe_caps),
22048         (gst_osselement_get_format_structure),
22049         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
22050         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
22051         (gst_osselement_rate_int_compare): Add code to handle rate probing
22052         (bug #120883)
22053         * sys/oss/gstosselement.h: same
22054         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
22055         Use rate probing provided by osselement.
22056         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
22057
22058 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22059
22060         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
22061         (gst_xvidenc_get_property):
22062           ulong/int mess-up.
22063
22064 2004-03-24  David Schleef  <ds@schleef.org>
22065
22066         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
22067         (gst_speexdec_init):
22068         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
22069         (gst_speexenc_init):  Create the pad template correctly (from
22070         the static pad template, not a NULL pointer.)
22071
22072 2004-03-25  Benjamin Otte  <otte@gnome.org>
22073
22074         * gst/debug/Makefile.am:
22075         * gst/debug/breakmydata.c:
22076           add element that quasi-randomly changes bytes in the stream.
22077           Intended use is robustness checking of demuxers and decoders in
22078           media tests.
22079
22080 2004-03-24  Benjamin Otte  <otte@gnome.org>
22081
22082         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22083         (gst_alsa_probe_hw_params):
22084         * ext/alsa/gstalsa.h:
22085           debugging output fixes
22086
22087 2004-03-24  Benjamin Otte  <otte@gnome.org>
22088
22089         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
22090           don't g_return_if_fail if element is PLAYING, fail silently as every
22091           other element.
22092         * gst/effectv/gstquark.c: (gst_quarktv_chain):
22093           only fix needed for cast lvalue issues in gst-plugins
22094         * gst/volenv/gstvolenv.c: (gst_volenv_init):
22095           add proxy_getcaps
22096
22097 2004-03-24  Benjamin Otte  <otte@gnome.org>
22098
22099         * gst/level/gstlevel.c: (gst_level_init):
22100           add proxying getcaps function, so level doesn't advertise impossible
22101           caps
22102
22103 2004-03-24  David Schleef  <ds@schleef.org>
22104
22105         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
22106         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
22107         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
22108         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
22109         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
22110         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
22111         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
22112         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
22113         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
22114         messages.  Divide the chunk size by the compression ratio
22115         (needed for MACE audio)
22116
22117 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22118
22119         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
22120           Fix buffer overflow read error.
22121
22122 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22123
22124         * ext/alsa/gstalsa.h:
22125           Remove unused entry.
22126         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
22127           Add cinepak.
22128         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
22129         (gst_videodrop_link), (gst_videodrop_chain):
22130           Fix, sort of. Was horribly broken with new capsnego. Bah...
22131
22132 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
22133
22134         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
22135         (plugin_init):
22136         Add a monkeysaudio typefind function
22137
22138 2004-03-23  Johan Dahlin  <johan@gnome.org>
22139
22140         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
22141         (gst_play_video_fixate): Check so the structure has the field
22142         before trying to fixate them, this makes it possible to have
22143         fakesinks for video and audio output without printing errors on
22144         the output console.
22145
22146 2004-03-22  David Schleef  <ds@schleef.org>
22147
22148         * sys/oss/Makefile.am:
22149         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
22150         (check_rate), (add_rate):  Rate probing test app.
22151
22152 2004-03-21  Benjamin Otte  <otte@gnome.org>
22153
22154         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
22155         (_fixate_caps_to_int), (gst_audio_convert_fixate):
22156           add a fixation function that pretty much does the right thing (fixes
22157           #137556)
22158
22159 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
22160
22161         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
22162
22163 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
22164
22165         reviewed by: Benjamin Otte  <otte@gnome.org>
22166
22167         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22168           terminate gst_event_new_discontinuous correctly (fixes parts of
22169           #137711)
22170
22171 2004-03-19  David Schleef  <ds@schleef.org>
22172
22173         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
22174         since it doesn't depend on X, and it's part of our ABI.
22175
22176 2004-03-19  Iain <iain@prettypeople.org>
22177
22178         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
22179         is_int in the structure, not the local variable.
22180
22181 2004-03-19  David Schleef  <ds@schleef.org>
22182
22183         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
22184         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
22185         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
22186         Improvements in caps negotiation.
22187
22188 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22189
22190         * po/LINGUAS:
22191         * po/af.po:
22192           adding Afrikaans (Petri Jooste)
22193
22194 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22195
22196         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22197         (gst_ffmpegcolorspace_chain):
22198         throw error instead of g_critical (#137588)
22199
22200 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22201
22202         * Makefile.am:
22203         * configure.ac:
22204           dist common and m4 correctly
22205         * po/sv.po:
22206
22207 2004-03-17  David Schleef  <ds@schleef.org>
22208
22209         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
22210         (bug #137348)
22211
22212 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22213
22214         * po/LINGUAS:
22215         * po/sv.po:
22216           adding Swedish translation (Christian Rose)
22217
22218 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22219
22220         * Makefile.am: use release.mak
22221
22222 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22223
22224         * common/ChangeLog:
22225         * common/gst-autogen.sh:
22226           add some explanation about the version detection
22227         * configure.ac:
22228           fix X check
22229
22230 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22231
22232         * configure.ac: bump nano to 1
22233
22234 === release 0.8.0 ===
22235
22236 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22237
22238         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
22239
22240 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22241
22242         * configure.ac:
22243           update libtool version
22244         * gst-libs/gst/media-info/Makefile.am:
22245           actually use libtool version
22246
22247 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22248
22249         * configure.ac: fix speex detection to work with 1.0 but not 1.1
22250
22251 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22252
22253         * configure.ac:
22254         * gst-plugins.spec.in:
22255         * pkgconfig/Makefile.am:
22256         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
22257         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22258         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22259         * pkgconfig/gstreamer-libs.pc.in:
22260         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
22261         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22262         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
22263         * pkgconfig/gstreamer-plugins.pc.in:
22264           remove @VERSION@ from some of the pc files since core and plugins
22265           are decoupled.
22266           created gstreamer-plugins.pc as it's a better name, but keeping
22267           -libs around for now to get fixes upstream done first.
22268
22269 2004-03-15  Julien MOUTTE <julien@moutte.net>
22270
22271         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
22272         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
22273         * gst-libs/gst/play/play.h:
22274
22275 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22276
22277         * *.c, *.cc: don't mix tabs and spaces
22278
22279 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22280
22281         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
22282           use the new ffmpegcolorspace
22283         * gst-plugins.spec.in:
22284           package new colorspace and media-info
22285         * configure.ac:
22286         * pkgconfig/Makefile.am:
22287           fix some more disting issues
22288         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
22289         * pkgconfig/gstreamer-media-info.pc.in:
22290           generate media-info pc files
22291
22292 2004-03-15  Johan Dahlin  <johan@gnome.org>
22293
22294         * *.h: Revert indenting
22295
22296 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22297
22298         * configure.ac:
22299           adding ffmpegcolorspace element
22300         * gst/ffmpegcolorspace/Makefile.am:
22301         * gst/ffmpegcolorspace/avcodec.h:
22302         * gst/ffmpegcolorspace/common.h:
22303         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
22304         * gst/ffmpegcolorspace/dsputil.h:
22305         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
22306         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22307         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
22308         (gst_ffmpeg_caps_to_pix_fmt):
22309         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22310         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22311         (gst_ffmpegcolorspace_caps_remove_format_info),
22312         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
22313         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
22314         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
22315         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
22316         (gst_ffmpegcolorspace_set_property),
22317         (gst_ffmpegcolorspace_get_property),
22318         (gst_ffmpegcolorspace_register):
22319         * gst/ffmpegcolorspace/imgconvert.c:
22320         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
22321         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
22322         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
22323         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
22324         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
22325         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
22326         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
22327         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
22328         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
22329         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
22330         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
22331         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
22332         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
22333         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
22334         (img_get_alpha_info), (deinterlace_line),
22335         (deinterlace_line_inplace), (deinterlace_bottom_field),
22336         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
22337         * gst/ffmpegcolorspace/imgconvert_template.h:
22338         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
22339         * gst/ffmpegcolorspace/mmx.h:
22340         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
22341           adding ffmpegcolorspace element supplied by Ronald after cleaning
22342           up and pulling in the right bits of upstream source.
22343           I'm sure a better C/compiler wizard could do some cleaning up (for
22344           example use GLIB's malloc stuff), but as a first pass this
22345           works very well
22346
22347 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22348
22349         * ext/alsa/gstalsa.h:
22350           I assume Ronald forgot to commit the change to have cardname
22351           as a struct member.  Expect some public spanking at the next
22352           opportunity.
22353
22354 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22355
22356         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
22357         (gst_alsa_open_audio), (gst_alsa_close_audio):
22358         * ext/alsa/gstalsa.c:
22359           Don't open the device if we're a mixer (= padless).
22360         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
22361         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
22362         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
22363           Open mixer during state change rather than during object
22364           initialization. Also, get a device name. Currently in a somewhat
22365           hackish fashion, but I didn't really find something better.
22366
22367 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22368
22369         * *.c, *.h: run gst-indent
22370
22371 2004-03-14  Benjamin Otte  <otte@gnome.org>
22372
22373         * gst/modplug/gstmodplug.cc:
22374         * gst/modplug/gstmodplug.h:
22375           set correct timestamps on outgoing buffers
22376
22377 2004-03-14  Benjamin Otte  <otte@gnome.org>
22378
22379         * gst/modplug/gstmodplug.cc:
22380           handle events - don't do crap when a discont arrives that's not
22381           necessary
22382           This allows correct loading and playback of mods in Rhythmbox
22383
22384 2004-03-14  Benjamin Otte  <otte@gnome.org>
22385
22386         * configure.ac:
22387         * gst-libs/gst/gconf/Makefile.am:
22388         * pkgconfig/Makefile.am:
22389           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
22390           they get rebuilt properly
22391         * configure.ac:
22392           when checking for vorbis, try pkgconfig first.
22393         * gst/modplug/gstmodplug.cc:
22394           add fixate function
22395
22396 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22397
22398         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
22399           Fix for obvious mistake, where we first shift the offset and then
22400           read a samplesize element assuming the old offset. Note that this
22401           part still has something weird, i.e. my movies containing those
22402           don't actually play well, but at least there's something that looks
22403           like sound now.
22404
22405 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
22406         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
22407         (plugin_init):
22408         Add a typefind function for speex format
22409
22410 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22411
22412         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
22413         (gst_asf_demux_setup_pad):
22414           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
22415           instead of 0. Reason is simple: some elements have a fps range
22416           of 1-max instead of 0-max. So now ASF video actually works.
22417
22418 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
22419
22420         * po/LINGUAS:
22421         * po/sr.po:
22422           adding serbian as a language
22423
22424 2004-03-13  Benjamin Otte  <otte@gnome.org>
22425
22426         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22427           return taglist correctly from _get function, don't gst_pad_push it.
22428           (fixes #137042)
22429
22430 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
22431         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
22432
22433 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22434
22435         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
22436         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
22437         (gst_alsa_mixer_track_new):
22438         * ext/alsa/gstalsamixertrack.h:
22439           Fix ancient leftovers... MixerTrack is a GObject.
22440
22441 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22442
22443         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
22444         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
22445           Don't block during probing...
22446
22447 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22448
22449         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
22450         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
22451         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
22452         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
22453         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
22454         (gst_alsa_open_audio), (gst_alsa_close_audio):
22455         * ext/alsa/gstalsa.h:
22456           Add propertyprobe interface implementation, add some device-name
22457           property, all this so that it looks good in gnome-volume-control.
22458
22459 2004-03-12  David Schleef  <ds@schleef.org>
22460
22461         * configure.ac: the Hermes library controls hermescolorspace, not
22462         colorspace.
22463         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
22464         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
22465         not /* */
22466         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
22467         * ext/sdl/sdlvideosink.h: ditto.
22468         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
22469
22470 2004-03-12  Benjamin Otte  <otte@gnome.org>
22471
22472         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
22473         (gst_x_overlay_got_xwindow_id):
22474         * gst-libs/gst/xoverlay/xoverlay.h:
22475           replace XID with unsigned long to get rid of the xlibs dependency in
22476           XOverlay (fixes #137004)
22477
22478 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
22479         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
22480         (gst_agingtv_setup):
22481         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
22482         (gst_dicetv_base_init), (gst_dicetv_class_init),
22483         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
22484         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
22485         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
22486         (gst_edgetv_setup), (gst_edgetv_rgb32):
22487         * gst/effectv/gsteffectv.c:
22488         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
22489         (gst_quarktv_set_property):
22490         * gst/effectv/gstrev.c: (gst_revtv_get_type),
22491         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
22492         (gst_revtv_setup), (gst_revtv_rgb32):
22493         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
22494         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
22495         (gst_shagadelictv_init), (gst_shagadelictv_setup),
22496         (gst_shagadelictv_rgb32):
22497         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
22498         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
22499         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
22500         * gst/effectv/gstwarp.c:
22501         Port everything that can be ported to videofilter and fix up the caps.
22502         Can someone with a big-endian machine please check these?
22503
22504 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22505
22506         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
22507         (gst_osssink_chain), (gst_osssink_change_state):
22508           Latest fixes for A/V sync, audio playback and such. This is about
22509           all... MPEG playback issues are mostly related to the async build-
22510           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
22511
22512 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
22513
22514         patch from: Stephane Loeuillet
22515
22516         * configure.ac:
22517           use pkg-config for some libraries, falling back to the old .m4 way
22518           (fixes #131270)
22519         * m4/libdv.m4:
22520           removed
22521
22522 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
22523
22524         * configure.ac:
22525         * tools/Makefile.am:
22526         * tools/Makefile.in:
22527         * tools/gst-launch-ext-m.m:
22528         * tools/gst-launch-ext.1.in:
22529         * tools/gst-visualise-m.m:
22530         * tools/gst-visualise.1:
22531         * tools/gst-visualise.1.in:
22532           reorganizing generation of script tools
22533
22534 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22535
22536         * ext/divx/gstdivxdec.c:
22537           Downgrade priority. We prefer ffdec_mpeg4.
22538         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
22539         (gst_faad_chain), (gst_faad_change_state):
22540           Fix capsnego. Doesn't work for some sounds because we don't have
22541           a 5:1 to stereo element.
22542         * ext/xvid/gstxvid.c: (plugin_init):
22543           Add priority.
22544         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
22545         (gst_osssink_change_state):
22546           Add discont handling.
22547
22548 2004-03-09  Colin Walters  <walters@verbum.org>
22549
22550         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
22551         conversion.
22552
22553 2004-03-09  Benjamin Otte  <otte@gnome.org>
22554
22555         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
22556           the signals take 2 arguments
22557
22558 2004-03-09  David Schleef  <ds@schleef.org>
22559
22560         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
22561         (gst_alsa_fixate): Add fixate function.  (bug #136686)
22562         * ext/alsa/gstalsa.h:
22563         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
22564
22565 2004-03-09  Benjamin Otte  <otte@gnome.org>
22566
22567         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
22568         (gst_mikmod_change_state):
22569         * ext/mikmod/gstmikmod.h:
22570           make mikmod's loop function not loop infinitely and call
22571           gst_element_yield anymore
22572         * gst/modplug/gstmodplug.cc:
22573           fix pad negotiation (fixes #136590)
22574
22575 2004-03-09  David Schleef  <ds@schleef.org>
22576
22577         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
22578         doesn't conflict with the internal colorspace plugin.
22579         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
22580         satisfy the crappy-ass shell shipped by a certain vendor.
22581         * gst/videofilter/make_filter: same (bug #135299)
22582
22583 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22584
22585         * configure.ac: bump nano to 1
22586
22587 === release 0.7.6 ===
22588
22589 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22590
22591         * configure.in: releasing 0.7.6, "There"
22592
22593 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22594
22595         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22596         * pkgconfig/gstreamer-play.pc.in:
22597           synchronize the two
22598
22599 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22600
22601         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
22602         (cdparanoia_open), (cdparanoia_event):
22603           fix/add error handling
22604         * po/POTFILES.in:
22605           add cdparanoia source
22606         * tools/Makefile.am:
22607           make scripts executable
22608
22609 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22610
22611         * configure.ac:
22612         * ext/vorbis/Makefile.am:
22613         * sys/Makefile.am:
22614           remove id3types, vorbisfile and xvideosink from the build (#133783)
22615
22616 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22617
22618         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22619           Fix metadata read crash (#136537).
22620
22621 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22622
22623         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
22624         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
22625           adding mime types, fixing the one-stop function
22626
22627 2004-03-08  Christian Schaller <Uraeus@gnome.org>
22628
22629         * ext/nas/nassink.c and /ext/nas/nassink.h:
22630         More NAS love from Arwed von Merkatz
22631         So lets all sing 'Can you feel the NAS tonight'
22632
22633 2004-03-08  Christian Schaller <Uraeus@gnome.org>
22634
22635         * tools/gst-launch-ext.in:
22636         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
22637
22638 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22639
22640         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
22641         (gst_mpeg2dec_init):
22642         remove the user_data pad for now, because it is being used in
22643         fixating causing MPEG playback to fixate on 1000 Hz for playback.
22644         If someone knows how to fix this properly, please do.
22645
22646 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22647
22648         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
22649         (gst_osssink_get_time):
22650         add a warning, IMO this won't get triggered anymore, remove later
22651
22652 2004-03-07  David Schleef  <ds@schleef.org>
22653
22654         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
22655         format (bug #136470)
22656
22657 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
22658
22659         * gst-libs/Makefile.am:
22660         * gst-libs/gst/media-info/Makefile.am:
22661         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
22662         (error_callback), (gst_media_info_error_create),
22663         (gst_media_info_error_element), (gmip_init), (gmip_reset),
22664         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
22665         * gst-libs/gst/media-info/media-info-priv.h:
22666         * gst-libs/gst/media-info/media-info-test.c: (main):
22667         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
22668         (gst_media_info_class_init), (gst_media_info_instance_init),
22669         (gst_media_info_set_source), (gst_media_info_read_with_idler),
22670         (gst_media_info_read_idler), (gst_media_info_read):
22671         * gst-libs/gst/media-info/media-info.h:
22672         fixed, should work now
22673
22674 2004-03-07  Christian Schaller <Uraeus@gnome.org>
22675
22676         * ext/nas/nassink.c:
22677         A bunch of NAS fixes from Arwed von Merkatz
22678
22679 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22680
22681         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
22682         (qtdemux_parse_trak):
22683           Fix crash (j might be greater than n_samples, in which case we're
22684           writing outside the allocated space for the array) and memleak.
22685
22686 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22687
22688         * sys/oss/gstosssink.c: (gst_osssink_chain):
22689           And another caller that couldn't handle delay < 0 (unsigned
22690           integer overflow). Video now continues playing on an audio
22691           buffer underrun, and the clock continues working. Audio still
22692           stalls.
22693
22694 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22695
22696         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
22697         (gst_osssink_get_time):
22698           get_delay() may return values lower than 0. In those cases, we
22699           should not actually cast to *unsigned* int64, that will break
22700           stuff horribly. In my case, it screwed up A/V sync in movies
22701           in totem rather badly.
22702
22703 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22704
22705         * ext/faac/gstfaac.c: (gst_faac_chain):
22706         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22707         * ext/libpng/gstpngenc.c: (user_write_data):
22708         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22709         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
22710         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
22711         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
22712         Fix several misuse of gst_buffer_merge (it doesn't take ownership
22713         of any buffer), should fix some leaks. I hope I didn't unref buffers
22714         that shouldn't be...
22715
22716 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22717
22718         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
22719         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
22720         (error_callback), (gmi_reset), (gmi_seek_to_track),
22721         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
22722         (gmip_find_type_post), (gmip_find_stream_post),
22723         (gmip_find_track_streaminfo_post):
22724         * gst-libs/gst/media-info/media-info-priv.h:
22725         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
22726         (info_print), (main):
22727         * gst-libs/gst/media-info/media-info.c:
22728         (gst_media_info_error_create), (gst_media_info_error_element),
22729         (gst_media_info_instance_init), (gst_media_info_get_property),
22730         (gst_media_info_new), (gst_media_info_set_source),
22731         (gst_media_info_read_idler), (gst_media_info_read):
22732         * gst-libs/gst/media-info/media-info.h:
22733           first pass at making this work again.  This seems to work on
22734           tagged ogg/vorbis and mp3 files.
22735
22736 2004-03-06  Benjamin Otte  <otte@gnome.org>
22737
22738         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22739           fix huge leak: gst_buffer_merge doesn't unref the first argument
22740           itself.
22741
22742 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22743
22744         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
22745           report layer/mode/emphasis
22746
22747 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22748
22749         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
22750
22751 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22752
22753         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
22754           signal serial
22755
22756 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22757
22758         * ext/vorbis/vorbis.c: (plugin_init):
22759         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22760         (gst_vorbis_dec_init), (vorbis_dec_event):
22761         add debug category
22762         make vorbisdec handle _BYTE and _TIME queries
22763
22764 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22765
22766         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
22767           from the xing header
22768
22769 2004-03-06  Benjamin Otte  <otte@gnome.org>
22770
22771         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
22772         (gst_audio_convert_link), (gst_audio_convert_change_state),
22773         (gst_audio_convert_buffer_from_default_format):
22774           do conversions from/to float correctly, fix some caps nego errors,
22775           export correct supported caps in template and getcaps, use correct
22776           caps in try_set_caps functions
22777
22778 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22779
22780         For some reason, I only committed a ChangeLog entry yesterday and
22781         not the corresponding code...
22782         * ext/mad/gstmad.c: Fix detection of Xing headers
22783         * gst/tags/gstid3tag.c: Changes to support TLEN tags
22784
22785 2004-03-06  Benjamin Otte  <otte@gnome.org>
22786
22787         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
22788         (gst_ogg_demux_src_query):
22789           make sure to handle the case where there's no current chain
22790           gracefully.
22791
22792 2004-03-05  David Schleef  <ds@schleef.org>
22793
22794         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
22795         Add fixate function. (bug #131128)
22796         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
22797         (gst_sdlvideosink_fixate):  Add fixate function.
22798         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22799         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
22800         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
22801         Fix missing break that was causing ulaw to be interpreted as
22802         raw int.
22803
22804 2004-03-05  David Schleef  <ds@schleef.org>
22805
22806         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
22807         Fix code that ignores return value of gst_buffer_merge().
22808         (bug #114560)
22809         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
22810         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
22811         * testsuite/gst-lint:  Check for above.
22812
22813 2004-03-05  David Schleef  <ds@schleef.org>
22814
22815         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
22816         caps and throw an element error.  (bug #136334)
22817
22818 2004-03-05  David Schleef  <ds@schleef.org>
22819
22820         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
22821         (gst_faad_chain): Fix negotiation.
22822         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
22823         key and button events.
22824         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
22825         dung heap of code.
22826         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
22827         depends on gconf
22828         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
22829         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22830         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
22831         function to encourage better negotiation, particularly between
22832         audioconvert and osssink.
22833         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22834         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
22835         more important.
22836         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
22837         typefinding.
22838         * gst/vbidec/vbiscreen.c:  Add glib header
22839         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
22840
22841 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
22842
22843         * ext/mad/gstmad.c: Fix detection of Xing headers
22844         * gst/tags/gstid3tag.c: Changes to support TLEN tags
22845
22846 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22847
22848         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22849         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
22850           debug updates
22851
22852 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22853
22854         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22855         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
22856         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
22857         files, and report the parsed length as a GST_TAG_DURATION tag.
22858         * gst/tags/gstid3tag.c: support TLEN (duration) tag
22859
22860 2004-03-05  Benjamin Otte  <otte@gnome.org>
22861
22862         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
22863           convert channels correctly. convert correctly to unsigned.
22864
22865 2004-03-05  Julien MOUTTE <julien@moutte.net>
22866
22867         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
22868         we have a window before clearing it.
22869
22870 2004-03-05  Julien MOUTTE <julien@moutte.net>
22871
22872         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
22873         have a window before clearing it.
22874
22875 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22876
22877         * gconf/gstreamer.schemas.in:
22878         * gst-libs/gst/gconf/Makefile.am:
22879           version installation path the same way as for 0.6
22880         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22881         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22882         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22883           remove comment that was fixed
22884
22885 2004-03-05  David Schleef  <ds@schleef.org>
22886
22887         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
22888         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
22889         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
22890         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
22891         Add prototype code for handling seeking and querying.
22892
22893 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22894
22895         * examples/gstplay/player.c: (main):
22896           Initialize variables to NULL. Prevents a segfault because the
22897           (uninitialized) variable is not NULL, resulting in a crash on
22898           trying to reach error->message.
22899
22900 2004-03-05  Benjamin Otte  <otte@gnome.org>
22901
22902         * gst/audioconvert/gstaudioconvert.c:
22903         (gst_audio_convert_buffer_to_default_format):
22904         make float=>int conversion work correctly even in cornercases.
22905
22906 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
22907
22908         * debian/README.Debian:
22909         * debian/build-deps:
22910         * debian/changelog:
22911         * debian/control:
22912         * debian/control.in:
22913         * debian/copyright:
22914         * debian/gstreamer-a52dec.files:
22915         * debian/gstreamer-aa.files:
22916         * debian/gstreamer-alsa.files:
22917         * debian/gstreamer-alsa.manpages:
22918         * debian/gstreamer-arts.files:
22919         * debian/gstreamer-artsd.files:
22920         * debian/gstreamer-audiofile.files:
22921         * debian/gstreamer-avifile.files:
22922         * debian/gstreamer-cdparanoia.files:
22923         * debian/gstreamer-colorspace.files:
22924         * debian/gstreamer-doc.files:
22925         * debian/gstreamer-dv.files:
22926         * debian/gstreamer-dvd.files:
22927         * debian/gstreamer-esd.files:
22928         * debian/gstreamer-festival.files:
22929         * debian/gstreamer-flac.files:
22930         * debian/gstreamer-gconf.conffiles:
22931         * debian/gstreamer-gconf.files:
22932         * debian/gstreamer-gconf.postinst:
22933         * debian/gstreamer-gnomevfs.files:
22934         * debian/gstreamer-gsm.files:
22935         * debian/gstreamer-http.files:
22936         * debian/gstreamer-jack.files:
22937         * debian/gstreamer-jpeg.files:
22938         * debian/gstreamer-mad.files:
22939         * debian/gstreamer-mikmod.files:
22940         * debian/gstreamer-misc.files:
22941         * debian/gstreamer-mpeg2dec.files:
22942         * debian/gstreamer-oss.files:
22943         * debian/gstreamer-plugin-apps.files:
22944         * debian/gstreamer-plugin-apps.manpages:
22945         * debian/gstreamer-plugin-libs-dev.files:
22946         * debian/gstreamer-plugin-libs.files:
22947         * debian/gstreamer-plugin-template.postinst:
22948         * debian/gstreamer-plugin-template.postrm:
22949         * debian/gstreamer-sdl.files:
22950         * debian/gstreamer-sid.files:
22951         * debian/gstreamer-vorbis.files:
22952         * debian/gstreamer-x.files:
22953         * debian/mk.control:
22954         * debian/rules:
22955         Debian package info not maintained here.
22956
22957 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22958
22959         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
22960         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
22961         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
22962         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
22963         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
22964         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
22965         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
22966         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
22967         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
22968         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
22969         * gst-libs/gst/colorbalance/colorbalance.c:
22970         (gst_color_balance_class_init):
22971         * gst-libs/gst/colorbalance/colorbalancechannel.c:
22972         (gst_color_balance_channel_class_init):
22973         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
22974         * gst-libs/gst/play/play.c: (gst_play_class_init):
22975         * gst-libs/gst/propertyprobe/propertyprobe.c:
22976         (gst_property_probe_iface_init):
22977         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
22978         * gst-libs/gst/tuner/tunerchannel.c:
22979         (gst_tuner_channel_class_init):
22980         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
22981         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
22982         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
22983         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
22984         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
22985         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
22986         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
22987         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
22988         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
22989           fix signals to use - instead of _
22990         * ext/libcaca/gstcacasink.h:
22991         * ext/sdl/sdlvideosink.h:
22992           fix header rename
22993
22994 2004-03-04  David Schleef  <ds@schleef.org>
22995
22996         * testsuite/gst-lint:  Add a check for bad signal names.
22997
22998 2004-03-04  <kost@imn.htwk-leipzig.de>
22999
23000         reviewed by David Schleef
23001
23002         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
23003         modified the alpha channel and caused a warning. (bug #136192)
23004
23005 2004-04-03  Christian Schaller <Uraeus@gnome.org>
23006
23007         * gst-plugins.spec.in:
23008         Change names of plugins to actually be correct. Try to keep things
23009         alphabetical to avoid getting beat up by Thomas
23010
23011 2004-03-03  Julien MOUTTE <julien@moutte.net>
23012
23013         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
23014         Using ximagesink as a default if no gconf key found. We should
23015         probably consider using alsasink instead of osssink for the audio
23016         part.
23017
23018 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23019
23020         * configure.ac:
23021           fix --with-plugins, don't think it ever worked before
23022         * gst-plugins.spec.in:
23023           even more updates
23024
23025 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23026
23027         * ext/sdl/sdlvideosink.h:
23028         * sys/ximage/ximagesink.h:
23029         * sys/xvideo/xvideosink.h:
23030         * sys/xvimage/xvimagesink.h:
23031           Fix for move of gstvideosink.h -> videosink.h.
23032
23033 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23034
23035         * gst-libs/gst/xwindowlistener/Makefile.am:
23036           this is a plugin library, not a library
23037
23038 2004-03-01  David Schleef  <ds@schleef.org>
23039
23040         * AUTHORS:  Added some names.  Add yourself if you're still
23041         missing.
23042
23043 2004-03-01  David Schleef  <ds@schleef.org>
23044
23045         * MAINTAINERS: Add
23046
23047 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
23048
23049         * gst-plugins.spec.in: clean up spec file
23050
23051 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
23052
23053         * gst-libs/gst/video/Makefile.am:
23054         * gst-libs/gst/video/gstvideosink.c:
23055         * gst-libs/gst/video/gstvideosink.h:
23056           rename gstvideosink.h to videosink.h to match other headers
23057         * gst/mixmatrix/Makefile.am:
23058           fix plugin filename
23059         * gst/tags/Makefile.am: fix plugin filename
23060
23061 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
23062
23063         * gst/tags/Makefile.am: fix plugin filename
23064
23065 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
23066
23067         * examples/gstplay/player.c: (got_time_tick), (main):
23068           add error handler
23069           display time_tick more readably
23070         * gst/mixmatrix/Makefile.am:
23071           fix plugin file name
23072
23073 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
23074
23075         * sys/oss/gstosselement.c: (gst_osselement_probe),
23076         (device_combination_append), (gst_osselement_class_probe_devices):
23077         * sys/oss/gstosselement.h:
23078           Reworked enumeration of oss dsps and mixers so that gst-mixer works
23079           on my system using alsa oss emulation, fixes bug #135597
23080
23081 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23082
23083         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
23084         (gst_videodrop_chain), (gst_videodrop_change_state):
23085         * gst/videodrop/gstvideodrop.h:
23086           Work based on timestamp of input data, not based on the expected
23087           framerate from the input. The consequence is that this element now
23088           not only scales framerates, but also functions as a framerate
23089           corrector or framerate stabilizer/constantizer.
23090
23091 2004-02-27  David Schleef  <ds@schleef.org>
23092
23093         patches from jmmv@menta.net (Julio M. Merino Vidal)
23094
23095         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
23096         GST_ELEMENT_ERROR call (bug #135634)
23097         * gst/interleave/interleave.c: (interleave_buffered_loop),
23098         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
23099         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
23100         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
23101         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
23102         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
23103         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
23104         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
23105         Fix GST_ELEMENT_ERROR call.
23106         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
23107         GST_ELEMENT_ERROR call.
23108
23109 2004-02-27  Benjamin Otte  <otte@gnome.org>
23110
23111         * gst-libs/gst/audio/audio.h:
23112           add macro to make sure header isn't included twice
23113         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
23114           don't use gst_buffer_free
23115         * gst/playondemand/filter.func:
23116           don't use gst_data_free. Free data only once.
23117
23118 2004-02-26  David Schleef  <ds@schleef.org>
23119
23120         * gst-libs/gst/colorbalance/Makefile.am:
23121         * gst-libs/gst/mixer/Makefile.am:
23122         * gst-libs/gst/tuner/Makefile.am:
23123         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
23124         should not be disted, -marshal.h files should not be installed,
23125         and -enum.h files _should_ be installed.  Fix to make this the
23126         case.
23127
23128 === release 0.7.5 ===
23129
23130 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23131
23132         * configure.ac: release 0.7.5, "Under The Sea"
23133
23134 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23135
23136         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
23137         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
23138         * gst/videoscale/gstvideoscale.c:
23139         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
23140           assorted debug/warning fixes
23141
23142 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23143
23144         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
23145         (gst_videoscale_init), (gst_videoscale_chain),
23146         (gst_videoscale_set_property), (plugin_init):
23147         * gst/videoscale/gstvideoscale.h:
23148         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23149         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
23150         (gst_videoscale_planar400), (gst_videoscale_packed422),
23151         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
23152         (gst_videoscale_24bit), (gst_videoscale_16bit),
23153         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
23154         (gst_videoscale_scale_plane_slow),
23155         (gst_videoscale_scale_point_sample),
23156         (gst_videoscale_scale_nearest),
23157         (gst_videoscale_scale_nearest_str2),
23158         (gst_videoscale_scale_nearest_str4),
23159         (gst_videoscale_scale_nearest_32bit),
23160         (gst_videoscale_scale_nearest_24bit),
23161         (gst_videoscale_scale_nearest_16bit):
23162         add debugging category and use it properly
23163         fix use of GST_PTR_FORMAT
23164
23165 2004-02-25  Andy Wingo  <wingo@pobox.com>
23166
23167         * gst/interleave/interleave.c (interleave_buffered_loop): Always
23168         push only when channel->buffer is NULL. Prevents segfaults doing
23169         the state change after a nonlocal exit, like a scheme exception.
23170
23171         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
23172         Handle the case where the intersected caps is empty.
23173
23174 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23175
23176         * gst/law/mulaw-decode.c: (mulawdec_link):
23177         * gst/law/mulaw.c: (plugin_init):
23178           fix mulawdec so it actually works again
23179
23180 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
23181
23182         reviewed by: David Schleef  <ds@schleef.org>
23183
23184         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
23185         (gst_gamma_init), (gst_gamma_set_property),
23186         (gst_gamma_get_property), (gst_gamma_calculate_tables),
23187         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
23188         for RGB, with separate r g and b correction factors. (#131167)
23189
23190 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23191
23192         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23193           only signal tags for bitrate if they're > 0 (#134894)
23194
23195 2004-02-24  David Schleef  <ds@schleef.org>
23196
23197         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
23198         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
23199         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
23200         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
23201         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
23202         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
23203         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
23204         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
23205         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
23206         category.  Attempt to fix timestamp calculation.
23207
23208 2004-02-24  Johan Dahlin  <johan@gnome.org>
23209
23210         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
23211
23212 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23213
23214         * configure.ac:
23215         * gconf/Makefile.am:
23216         * gconf/gstreamer.schemas:
23217         * gst-libs/gst/gconf/Makefile.am:
23218         * gst-libs/gst/gconf/gconf.c:
23219           version gconf schemas and install locations
23220
23221 2004-02-23  Benjamin Otte  <otte@gnome.org>
23222
23223         * ext/xine/xineinput.c: (gst_xine_input_dispose):
23224         (gst_xine_input_subclass_init):
23225           call parent dispose.
23226           change pad template for CD reader correctly
23227         * ext/xine/Makefile.am:
23228         * ext/xine/gstxine.h:
23229         * ext/xine/xine.c: (plugin_init):
23230         * ext/xine/xineaudiosink.c:
23231           wrap audio sinks, too
23232         * gst-libs/gst/resample/private.h:
23233         * gst-libs/gst/resample/resample.c: (gst_resample_init),
23234         (gst_resample_reinit), (gst_resample_scale),
23235         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
23236         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
23237         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
23238         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
23239         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
23240         * gst-libs/gst/resample/resample.h:
23241         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
23242         (gst_audioscale_class_init), (gst_audioscale_link),
23243         (gst_audioscale_get_buffer), (gst_audioscale_init),
23244         (gst_audioscale_chain), (gst_audioscale_set_property),
23245         (gst_audioscale_get_property):
23246         * gst/audioscale/gstaudioscale.h:
23247           s/resample_*/gst_resample_*/i to not clobber namespaces
23248
23249 2004-02-23  Julien MOUTTE  <julien@moutte.net>
23250
23251         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23252         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23253         (gst_riff_create_video_template_caps),
23254         (gst_riff_create_audio_template_caps),
23255         (gst_riff_create_iavs_template_caps):
23256         * gst-libs/gst/riff/riff-media.h:
23257         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23258         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
23259         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
23260         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
23261         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
23262         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
23263         (gst_matroska_demux_plugin_init): First batch implementing audio and
23264         video codec tags in demuxers.
23265
23266 2004-02-22  Benjamin Otte  <otte@gnome.org>
23267
23268         * ext/xine/Makefile.am:
23269         * ext/xine/gstxine.h:
23270         * ext/xine/xine.c: (plugin_init):
23271         * ext/xine/xineinput.c:
23272           add input plugin wrapper. Playback from files, http, mms and cdda
23273           works.
23274         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
23275           remove leftover G_GNUC_UNUSED
23276         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
23277         (gst_asf_demux_identify_guid):
23278           improve debugging output
23279
23280 2004-02-22  Benjamin Otte  <otte@gnome.org>
23281
23282         reported by: Padraig O'Briain <padraig.obriain@sun.com>
23283
23284         * autogen.sh:
23285           replace test -e with test -x for mkinstalldirs to be more portable.
23286           (fixes #134816)
23287
23288 2004-02-22  Benjamin Otte  <otte@gnome.org>
23289
23290         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
23291
23292         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
23293           set rank to PRIMARY
23294         * gst/volume/gstvolume.c: (plugin_init):
23295           set rank to NONE
23296         fixes #134960
23297
23298 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
23299
23300         reviewed by Benjamin Otte  <otte@gnome.org>
23301
23302         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
23303           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
23304
23305 2004-02-22  Benjamin Otte  <otte@gnome.org>
23306
23307         * configure.ac:
23308           export [_]*{gst,Gst,GST}.* symbols from plugins
23309
23310 2004-02-22  Christophe Fergeau <teuf@gnome.org>
23311
23312         reviewed by: Benjamin Otte  <otte@gnome.org>
23313
23314         * ext/lame/gstlame.c: (add_one_tag):
23315         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
23316         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
23317         (gst_vorbisenc_metadata_set1):
23318         * gst/tags/gstid3tag.c:
23319         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
23320           apply fixes from bugs #135042 (lame can't write tags) and #133817
23321           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
23322
23323 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
23324
23325         * configure.ac: Export only gst_plugin_desc from plugins.
23326          Note that this change only makes any effect with Linux using libtool
23327          1.5.2 or higher. Otherwise it is silently ignored, but it would build
23328          fine. And don't try to have several versions of libtool in different
23329          directories.
23330
23331 2004-02-20  Andy Wingo  <wingo@pobox.com>
23332
23333         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
23334         interleave respectively.
23335
23336         * gst/interleave/deinterleave.c: New plugin: deinterleave
23337         (replaces on oneton).
23338         * gst/interleave/interleave.c: New plugin: interleave.
23339         * gst/interleave/plugin.h: Support file.
23340         * gst/interleave/plugin.c: Support file.
23341
23342         * configure.ac: Remove intfloat and oneton, add interleave.
23343
23344         * ext/sndfile/gstsf.c: Handle events better.
23345
23346         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
23347         and float2int operation. int2float has scheduling problems as
23348         noted in in2float_chain.
23349
23350 2004-02-20  Benjamin Otte  <otte@gnome.org>
23351
23352         * ext/xine/Makefile.am:
23353         * ext/xine/gstxine.h:
23354         * ext/xine/xine.c:
23355         * ext/xine/xineaudiodec.c:
23356         * ext/xine/xinecaps.c:
23357           add first version of xine plugin wrapper. Currently only wraps the
23358           QDM2 win32 DLL, and even that only in proof-of-concept quality.
23359         * configure.ac:
23360         * ext/Makefile.am:
23361           add xine plugin wrapper, disabled by default. Use --enable-xine to
23362           build. Note that it'll segfault on gst-register if you don't remove
23363           the goom and tvtime post plugins from xine.
23364         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
23365         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
23366           add extradata parsing for QDM2.
23367           change around debugging prints.
23368
23369 2004-02-19  Benjamin Otte  <otte@gnome.org>
23370
23371         * ext/lame/gstlame.c: (gst_lame_chain):
23372         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23373           use gst_tag_list_insert when you want to insert tags
23374
23375 2004-02-18  David Schleef  <ds@schleef.org>
23376
23377         * configure.ac:  Move massink to gst-rotten
23378         * ext/Makefile.am:
23379         * ext/mas/Makefile.am:
23380         * ext/mas/massink.c:
23381         * ext/mas/massink.h:
23382
23383 2004-02-18  David Schleef  <ds@schleef.org>
23384
23385         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
23386         typefinding, since it seems to be worse than nothing.
23387         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
23388         atom to recognize .mp4 and .m4a files as video/quicktime.
23389
23390 2004-02-18  David Schleef  <ds@schleef.org>
23391
23392         * gst/sine/demo-dparams.c: (quit_live),
23393         (dynparm_log_value_changed), (dynparm_value_changed), (main):
23394         Use double dparams, not float.
23395         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23396         (gst_sinesrc_init): Change sync default to FALSE, since multiple
23397         sync'd elements don't really work correctly.
23398         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
23399         (volume_update_volume), (volume_get_property):  Change dparam
23400         to double.
23401
23402 2004-02-18  Julien MOUTTE  <julien@moutte.net>
23403
23404         * sys/ximage/ximagesink.c:
23405         (gst_ximagesink_xwindow_update_geometry),
23406         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
23407         (gst_ximagesink_change_state), (gst_ximagesink_expose),
23408         (gst_ximagesink_init): Rework the way software video scaling works. So
23409         now we check on each chain call if the video frames are feeling the
23410         window. If not we try to renegotiate caps. On failure we memorize that
23411         and we won't try again for that PLAYING sessions.
23412         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
23413         failure.
23414         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
23415         synchronous flag.
23416
23417 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23418
23419         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
23420           break up _link so we can give a better debug message for errors
23421
23422 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23423
23424         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
23425           set up debug category
23426
23427 2004-02-18  Julien MOUTTE <julien@moutte.net>
23428
23429         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23430         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
23431         the way renegotiation work. The event handling function is not taking
23432         care of external windows and renegotiate method check for pad flags
23433         NEGOTIATING. Should fix : #133209
23434
23435 2004-02-17  Julien MOUTTE  <julien@moutte.net>
23436
23437         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
23438         pad is negotiating before trying renegotiation.
23439
23440 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23441
23442         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
23443           pass on all possible mime types as typefind hints
23444
23445 2004-02-17  Julien MOUTTE <julien@moutte.net>
23446
23447         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
23448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
23449         possible SHM leak if we crash. All other apps using XShm are doing
23450         that.
23451
23452 2004-02-17  Julien MOUTTE  <julien@moutte.net>
23453
23454         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23455         (gst_ximagesink_expose): Renegotiate size on expose.
23456         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
23457         size on expose.
23458
23459 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23460
23461         * testsuite/alsa/sinesrc.c:
23462           cosmetic fix to fix compile issue with gcc 2.95.4
23463
23464 2004-02-16  Julien MOUTTE <julien@moutte.net>
23465
23466         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23467         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
23468         failed opening the audio device.
23469         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23470         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
23471         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
23472         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
23473         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
23474         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
23475         (gst_ximagesink_change_state), (gst_ximagesink_chain),
23476         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
23477         Removing some useless g_return_if_fail like wingo suggested.
23478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23479         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
23480         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
23481         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
23482         (gst_xvimagesink_update_colorbalance),
23483         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
23484         (gst_xvimagesink_xcontext_clear),
23485         (gst_xvimagesink_get_fourcc_from_caps),
23486         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
23487         (gst_xvimagesink_set_xwindow_id),
23488         (gst_xvimagesink_colorbalance_list_channels),
23489         (gst_xvimagesink_colorbalance_set_value),
23490         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
23491         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
23492
23493 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
23494
23495         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23496           throw error when not negotiated instead of asserting
23497
23498 2004-02-15  Julien MOUTTE  <julien@moutte.net>
23499
23500         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
23501         correct data refcounting.
23502
23503 2004-02-15  Julien MOUTTE  <julien@moutte.net>
23504
23505         * gst/switch/gstswitch.c: (gst_switch_change_state),
23506         (gst_switch_class_init): Cleaning the sinkpads correctly on state
23507         change, mostly the EOS flag.
23508
23509 2004-02-15  Julien MOUTTE  <julien@moutte.net>
23510
23511         * examples/gstplay/player.c: (got_eos), (main): Adding some
23512         output for debugging.
23513         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
23514         timeouts if we go to any state different from PLAYING.
23515         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
23516         more EOS bugs in riff lib.
23517
23518 2004-02-14  Julien MOUTTE  <julien@moutte.net>
23519
23520         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
23521         visualization until i find a way to fix switch correctly.
23522         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
23523         EOS arrives.
23524         * gst/switch/gstswitch.c: (gst_switch_release_pad),
23525         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
23526         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
23527         Reworked switch to get a more correct behaviour with events and refing
23528         of data stored in sinkpads.
23529         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
23530         we don't pull from a pad in EOS.
23531
23532 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23533
23534         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23535           remove v1 tag even if we can't read it (makes sure we don't detect
23536           it again)
23537
23538 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23539
23540         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
23541         (gst_alsa_xrun_recovery):
23542         * ext/alsa/gstalsa.h:
23543           try xrun recovery when wait failed. Make xrun recovery function
23544           return TRUE/FALSE to indicate success. (might fix #134354)
23545
23546 2004-02-13  David Schleef  <ds@schleef.org>
23547
23548         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
23549         (dynparm_value_changed), (main): Convert from float to double.
23550         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
23551
23552 2004-02-13  David Schleef  <ds@schleef.org>
23553
23554         * gst/silence/gstsilence.c: (gst_silence_class_init),
23555         (gst_silence_set_clock), (gst_silence_get),
23556         (gst_silence_set_property), (gst_silence_get_property):
23557         * gst/silence/gstsilence.h: Add sync property.
23558         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23559         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
23560         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
23561         * gst/sine/gstsinesrc.h: Add sync property.
23562
23563 2004-02-13  David Schleef  <ds@schleef.org>
23564
23565         * gst/intfloat/gstint2float.c: (conv_f32_s16),
23566         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
23567
23568 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23569
23570         * configure.ac:
23571         * ext/Makefile.am:
23572         * gst-libs/ext/Makefile.am:
23573           move ffmpeg plugin to gst-ffmpeg module
23574
23575 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23576
23577         * configure.ac: use GST_ARCH to detect architecture
23578
23579 2004-02-12  Julien MOUTTE  <julien@moutte.net>
23580
23581         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
23582
23583 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23584
23585         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23586           classify LADSPA plugins based on number of src/sink pads
23587           (#133663, Stefan Kost)
23588         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
23589           fix dparams registration
23590           (#133528, Stefan Kost)
23591         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
23592           fix use of isprint and use g_ascii_isprint instead
23593           (#133316, Stefan Kost)
23594
23595 2004-02-11  David Schleef  <ds@schleef.org>
23596
23597         Convert a few inner loops to use liboil.  This is currently
23598         optional, and is only enabled if liboil is present (duh!).
23599         * configure.ac: Check for liboil-0.1
23600         * gst/intfloat/Makefile.am:
23601         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
23602         (gst_int2float_chain_gint16):
23603         * gst/videofilter/Makefile.am:
23604         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
23605         (tablelookup_u8), (gst_videobalance_planar411):
23606         * gst/videotestsrc/Makefile.am:
23607         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
23608         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
23609         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
23610         (paint_hline_RGB565), (paint_hline_xRGB1555):
23611
23612 2004-02-11  David Schleef  <ds@schleef.org>
23613
23614         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
23615         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
23616         (gst_colorspace_getcaps), (gst_colorspace_link),
23617         (gst_colorspace_base_init), (gst_colorspace_init),
23618         (gst_colorspace_chain), (gst_colorspace_change_state),
23619         (plugin_init): Merge Ronald's patch (bug #117897) and update
23620         for new caps and negotiation.  Seems to work, although it
23621         shows off bugs in lcs.
23622
23623 2004-02-11  David Schleef  <ds@schleef.org>
23624
23625         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
23626         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
23627
23628 2004-02-11  David Schleef  <ds@schleef.org>
23629
23630         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
23631         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
23632         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
23633         Add server and port properties
23634
23635 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23636
23637         * m4/a52.m4:
23638         * m4/aalib.m4:
23639         * m4/as-ffmpeg.m4:
23640         * m4/as-liblame.m4:
23641         * m4/as-slurp-ffmpeg.m4:
23642         * m4/check-libheader.m4:
23643         * m4/esd.m4:
23644         * m4/freetype2.m4:
23645         * m4/gconf-2.m4:
23646         * m4/glib.m4:
23647         * m4/gst-alsa.m4:
23648         * m4/gst-artsc.m4:
23649         * m4/gst-ivorbis.m4:
23650         * m4/gst-matroska.m4:
23651         * m4/gst-sdl.m4:
23652         * m4/gst-shout2.m4:
23653         * m4/gst-sid.m4:
23654         * m4/gtk.m4:
23655         * m4/libdv.m4:
23656         * m4/libfame.m4:
23657         * m4/libmikmod.m4:
23658         * m4/ogg.m4:
23659         * m4/vorbis.m4:
23660           fix underquotedness of macros (#133800)
23661         * m4/as-avifile.m4:
23662         * m4/xmms.m4:
23663           removed because no longer used
23664
23665 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23666
23667         * configure.ac:
23668           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
23669           by autopoint (fixes #132996)
23670
23671 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23672
23673         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
23674         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
23675         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
23676         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
23677           fix memleaks
23678
23679 2004-02-11  David Schleef  <ds@schleef.org>
23680
23681         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23682         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
23683         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
23684         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
23685         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
23686         (gst_jpegenc_class_init), (gst_jpegenc_init),
23687         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
23688         (gst_jpegenc_chain), (gst_jpegenc_set_property),
23689         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
23690         * ext/jpeg/gstjpegenc.h: Fix negotiation.
23691
23692 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23693
23694         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
23695         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
23696         * ext/mikmod/gstmikmod.h:
23697           fix caps negotiation in mikmod
23698         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
23699           output debug information
23700
23701 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23702
23703         * gst-libs/gst/colorbalance/Makefile.am:
23704         * gst-libs/gst/navigation/Makefile.am:
23705         * gst-libs/gst/xoverlay/Makefile.am:
23706           remove unused GST_OPT_CFLAGS from Makefiles
23707           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
23708
23709 2004-02-07  David Schleef  <ds@schleef.org>
23710
23711         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
23712         push events to pads that haven't been created (#133508)
23713
23714 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
23715
23716         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
23717         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
23718         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23719         (gst_dvdec_loop), (gst_dvdec_change_state):
23720         Second attempt at committing a working dvdec element.
23721
23722 2004-02-06  David Schleef  <ds@schleef.org>
23723
23724         Build fixes for OS X: (see #129600)
23725         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
23726         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
23727         (gst_riff_read_strf_iavs):
23728         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
23729         (gst_avi_demux_stream_odml):
23730         * gst/playondemand/Makefile.am:
23731         * gst/rtp/rtp-packet.c:
23732
23733 2004-02-05  David Schleef  <ds@schleef.org>
23734
23735         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
23736         last change, because it Just Doesn't Compile.
23737
23738 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23739
23740         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23741           skip undecodable id3v2 tag instead of keeping it
23742
23743 2004-02-05  David Schleef  <ds@schleef.org>
23744
23745         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
23746         Unref leaked buffer.  (Noticed by Ronald)
23747
23748 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
23749
23750         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23751         Sync requires with other checks.  >= vs =.
23752
23753 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
23754
23755         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
23756         (gst_dvdec_video_link), (gst_dvdec_loop):
23757         * ext/dv/gstdvdec.h:
23758           rework the caps negotiation so that dvdec works again instead
23759           of just segfaulting.
23760
23761 === release 0.7.4 ===
23762
23763 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23764
23765         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
23766         * configure.ac: changed for release
23767
23768 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23769
23770         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
23771         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23772         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23773         * pkgconfig/gstreamer-play-uninstalled.pc.in:
23774           reworked patch by David Lehn to fix libdir and includedir for
23775           uninstalled libraries
23776           removed play and gconf from gstreamer-libs since they have their
23777           own pkgconfig files
23778
23779 2004-02-04  David Schleef  <ds@schleef.org>
23780
23781         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
23782         memleak.
23783
23784 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23785
23786         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23787           use correct GST_TAG_ENCODER tag
23788
23789 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23790
23791         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23792           be sure to stop the clock when going to paused
23793         * sys/oss/gstosssink.c: (gst_osssink_change_state):
23794           reset number of transmitted when going to ready.
23795         fixes #132935
23796
23797 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
23798
23799         reviewed by Benjamin Otte
23800
23801         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
23802           extract track count (fixes #133410)
23803
23804 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23805
23806         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
23807           that should be !=, not == (fixes #132519)
23808
23809 2004-02-04  David Schleef  <ds@schleef.org>
23810
23811         Make sure set_explicit_caps() is called before adding pad.
23812         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23813         * gst/id3/gstid3types.c: (gst_id3types_loop):
23814         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
23815         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23816
23817 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23818
23819         * configure.ac:
23820           bump nano to 2, first prerelease
23821           put back AM_PROG_LIBTOOL
23822
23823 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23824
23825         * testsuite/alsa/Makefile.am:
23826           these are user test apps, not automatic testsuite tests
23827
23828 2004-02-04  David Schleef  <ds@schleef.org>
23829
23830         Convert GST_DEBUG_CAPS() to GST_DEBUG():
23831         * gst/mpeg1videoparse/gstmp1videoparse.c:
23832         (mp1videoparse_parse_seq):
23833         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23834         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23835         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
23836         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
23837         (gst_xvideosink_getcaps):
23838         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23839         * testsuite/gst-lint: more tests
23840
23841 2004-02-04  David Schleef  <ds@schleef.org>
23842
23843         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
23844         with the code that they would expand to.
23845         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
23846         (gst_flacdec_get_src_query_types),
23847         (gst_flacdec_get_src_event_masks):
23848         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
23849         (gst_gnomevfssrc_get_query_types),
23850         (gst_gnomevfssrc_get_event_mask):
23851
23852 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23853
23854         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23855         (gst_sinesrc_dispose):
23856           fix memleak by properly disposing sinesrc
23857
23858 2004-02-04  Julien MOUTTE  <julien@moutte.net>
23859
23860         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
23861         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
23862         an overlay to redraw the image because it has been exposed.
23863         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
23864         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
23865         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
23866         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
23867         interface
23868         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
23869         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
23870         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
23871         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
23872         interface
23873
23874 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23875
23876         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
23877           more memleak fixage
23878
23879 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23880
23881         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
23882         * gst/typefind/gsttypefindfunctions.c:
23883           fix memleaks shown by gst-typefind
23884
23885 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23886
23887         * common/glib-gen.mak:
23888           add hack rule to touch .Plo files
23889         * gst-libs/gst/colorbalance/Makefile.am:
23890         * gst-libs/gst/mixer/Makefile.am:
23891         * gst-libs/gst/play/Makefile.am:
23892         * gst-libs/gst/tuner/Makefile.am:
23893           remove glib_root variable
23894
23895 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23896
23897         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
23898           set explicit caps before adding the element, so the autopluggers can
23899           plug correctly.
23900         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
23901         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
23902         (mpeg_video_type_find), (mpeg_video_stream_type_find),
23903         (dv_type_find):
23904           fix memleaks in typefind functions. gst_type_find_suggest takes a const
23905           argument.
23906
23907 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23908
23909         * gst-libs/gst/colorbalance/Makefile.am:
23910         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23911         * gst-libs/gst/colorbalance/colorbalance.c:
23912         * gst-libs/gst/colorbalance/colorbalance.h:
23913         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
23914         * gst-libs/gst/mixer/Makefile.am:
23915         * gst-libs/gst/mixer/mixer-marshal.list:
23916         * gst-libs/gst/mixer/mixer.c:
23917         * gst-libs/gst/mixer/mixer.h:
23918         * gst-libs/gst/mixer/mixermarshal.list:
23919         * gst-libs/gst/play/Makefile.am:
23920         * gst-libs/gst/play/play.h:
23921         * gst-libs/gst/tuner/Makefile.am:
23922         * gst-libs/gst/tuner/tuner-marshal.list:
23923         * gst-libs/gst/tuner/tuner.c:
23924         * gst-libs/gst/tuner/tuner.h:
23925         * gst-libs/gst/tuner/tunermarshal.list:
23926           use new glib-gen.mak snippet to clean up Makefile.am
23927           fix various bugs in Makefile.am's
23928
23929 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23930
23931         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
23932           handle chain parsing correctly in the multichain case
23933         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
23934         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
23935         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23936         (theora_dec_chain):
23937           handle events and queries correctly
23938
23939 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
23940
23941         * .cvsignore:
23942         Ignore generated file _stdint.h.
23943
23944 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
23945
23946         * gst-libs/gst/colorbalance/Makefile.am:
23947         * gst-libs/gst/colorbalance/colorbalance.h:
23948         * gst-libs/gst/mixer/Makefile.am:
23949         * gst-libs/gst/mixer/mixer.h:
23950         * gst-libs/gst/play/Makefile.am:
23951         * gst-libs/gst/play/play.h:
23952         * gst-libs/gst/tuner/Makefile.am:
23953         * gst-libs/gst/tuner/tuner.h:
23954         Generate enum type code with glib-mkenums.
23955         * gst-libs/gst/colorbalance/.cvsignore:
23956         * gst-libs/gst/mixer/.cvsignore:
23957         * gst-libs/gst/play/.cvsignore:
23958         * gst-libs/gst/tuner/.cvsignore:
23959         Ignore generated files.
23960
23961 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
23962
23963         * gst-libs/gst/audio/.cvsignore:
23964         Ignore generated file.
23965         * gst-libs/gst/audio/Makefile.am:
23966         Do not install example filter.
23967
23968 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
23969
23970         * examples/switch/.cvsignore:
23971         Ignore generated file.
23972
23973 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23974
23975         * common/m4/ax_create_stdint_h.m4:
23976         * configure.ac:
23977           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
23978           _stdint.h.
23979         * Makefile.am:
23980           remove generated _stdint.h in DISTCLEANFILES
23981         * ext/a52dec/gsta52dec.c:
23982           include _stdint.h for a52dec. (should fix #133064)
23983
23984 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
23985
23986         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
23987         (gst_tag_to_vorbis_comments):
23988         Add replaygain support to vorbistag
23989
23990 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
23991         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
23992         (gst_ffmpeg_caps_to_extradata):
23993           Fix SVQ3 caps flag properties
23994           Use glib macro for bytes swap
23995
23996 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23997
23998         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
23999         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
24000         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24001         * ext/sndfile/gstsf.c: (plugin_init):
24002         * gst/avi/gstavi.c: (plugin_init):
24003         * sys/dxr3/dxr3init.c: (plugin_init):
24004         * sys/oss/gstossaudio.c: (plugin_init):
24005         * sys/v4l/gstv4l.c: (plugin_init):
24006         * sys/v4l2/gstv4l2.c: (plugin_init):
24007           remove textdomain calls
24008         * po/nl.po:
24009           update Dutch translation
24010
24011 2004-02-02  Julien MOUTTE  <julien@moutte.net>
24012
24013         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
24014         (gst_play_set_audio_sink): Moving volume in the audio thread for
24015         instantaneous volume change. Maybe i will add another volume in front
24016         of visualization later, not sure yet though.
24017
24018 2004-02-02  Julien MOUTTE  <julien@moutte.net>
24019
24020         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24021         (gst_ximagesink_handle_xevents): Better X events handling, only take
24022         the latest events for configure and motion.
24023         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
24024
24025 2004-02-02  Jon Trowbridge  <trow@gnu.org>
24026
24027         reviewed by: David Schleef  <ds@schleef.org>
24028
24029         Fix memory leaks:
24030         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
24031         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
24032
24033 2004-02-02  David Schleef  <ds@schleef.org>
24034
24035         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
24036         of lines.
24037         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
24038         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
24039         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
24040         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
24041         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
24042         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
24043         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
24044         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
24045         (gst_float2_2_int_link):
24046         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
24047         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
24048         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
24049         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
24050         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
24051         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
24052         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
24053         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
24054         * testsuite/gst-lint: Add tests for bzero and ;;
24055
24056 2004-02-02  David Schleef  <ds@schleef.org>
24057
24058         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
24059
24060 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24061
24062         * ext/aalib/gstaasink.c: (gst_aasink_open):
24063         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
24064         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24065         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24066         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
24067         (gst_afsink_close_file):
24068         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
24069         (gst_afsrc_close_file):
24070         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
24071         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
24072         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
24073         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
24074         * ext/esd/esdmon.c: (gst_esdmon_get):
24075         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
24076         * ext/faac/gstfaac.c: (gst_faac_chain):
24077         * ext/faad/gstfaad.c: (gst_faad_chain):
24078         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
24079         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
24080         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
24081         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
24082         (gst_flacdec_loop):
24083         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
24084         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
24085         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
24086         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
24087         (gst_gnomevfssink_close_file):
24088         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24089         (gst_gnomevfssrc_open_file):
24090         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
24091         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
24092         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
24093         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
24094         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
24095         * ext/mad/gstmad.c: (gst_mad_chain):
24096         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
24097         * ext/mpeg2dec/gstmpeg2dec.c:
24098         * ext/mpeg2enc/gstmpeg2enc.cc:
24099         * ext/mplex/gstmplex.cc:
24100         * ext/mplex/gstmplexibitstream.cc:
24101         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
24102         (gst_ogg_demux_push):
24103         * ext/raw1394/gstdv1394src.c:
24104         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
24105         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
24106         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
24107         (gst_sf_loop):
24108         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
24109         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
24110         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
24111         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
24112         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24113         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
24114         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
24115         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
24116         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24117         (gst_riff_read_element_data), (gst_riff_read_seek),
24118         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
24119         * gst/adder/gstadder.c: (gst_adder_loop):
24120         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
24121         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
24122         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
24123         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
24124         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
24125         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
24126         * gst/goom/gstgoom.c: (gst_goom_chain):
24127         * gst/id3/gstid3types.c: (gst_id3types_loop):
24128         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
24129         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
24130         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
24131         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
24132         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
24133         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
24134         (gst_ebml_read_float), (gst_ebml_read_header):
24135         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
24136         (gst_matroska_demux_parse_blockgroup):
24137         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
24138         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
24139         * gst/oneton/gstoneton.c: (gst_oneton_chain):
24140         * gst/silence/gstsilence.c: (gst_silence_get):
24141         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24142         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
24143         * gst/speed/gstspeed.c: (speed_loop):
24144         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
24145         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24146         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
24147         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
24148         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
24149         (gst_wavparse_loop):
24150         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
24151         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
24152         (dxr3audiosink_close):
24153         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
24154         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
24155         (dxr3videosink_close), (dxr3videosink_write_data):
24156         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
24157         * sys/oss/gstosssink.c: (gst_osssink_chain):
24158         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24159         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
24160         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
24161         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
24162         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24163         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24164         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
24165         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
24166         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
24167         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
24168         (gst_v4l_set_audio):
24169         * sys/v4l/v4l_calls.h:
24170         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24171         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
24172         (gst_v4lmjpegsink_playback_init),
24173         (gst_v4lmjpegsink_playback_start):
24174         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
24175         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24176         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
24177         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
24178         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
24179         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
24180         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
24181         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
24182         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
24183         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
24184         (gst_v4l2_get_output), (gst_v4l2_set_output),
24185         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
24186         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
24187         (gst_v4l2_set_attribute):
24188         * sys/v4l2/v4l2_calls.h:
24189         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
24190         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
24191         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
24192         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
24193         (gst_v4l2src_capture_stop):
24194         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
24195         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
24196         (gst_ximagesink_chain):
24197         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
24198         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
24199         (gst_xvideosink_xwindow_new):
24200         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24201         (gst_xvimagesink_chain):
24202
24203 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24204
24205         * gst/volume/gstvolume.c: (gst_volume_set_volume),
24206         (gst_volume_get_volume), (volume_class_init), (volume_init),
24207         (volume_chain_int16), (volume_update_volume):
24208         * gst/volume/gstvolume.h:
24209           make code more readable by removing magic numbers
24210           make mixer interface export 0-100 range
24211           make it internally map to 0.0-1.0 range so users don't distort
24212           output by putting the sliders at full volume
24213
24214 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24215
24216         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
24217         (gst_play_state_change), (gst_play_seek_to_time):
24218         block the tick callback for 0.5 secs after doing a seek
24219
24220 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24221
24222         * gst-libs/gst/play/play.c: (gst_play_new):
24223           check for GError
24224
24225 2004-02-01  Julien MOUTTE  <julien@moutte.net>
24226
24227         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
24228         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
24229         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
24230         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
24231         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
24232         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
24233
24234 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24235
24236         * configure.ac:
24237         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
24238           check for a function added in vorbis 1.1
24239
24240 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24241
24242         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24243         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
24244           really start/stop clock only on PLAYING <=> PAUSED
24245         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24246           remove \n from debugging lines
24247         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
24248           make it work when seeking does not
24249         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
24250           reset on DISCONT
24251
24252 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24253
24254         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
24255           start clock on PAUSED=>PLAYING, not later
24256         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24257           extract correct time for different discont formats
24258         (gst_alsa_sink_get_time):
24259           don't segfault when no format is negotiated yet, just return 0
24260         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
24261         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
24262         (gst_ogg_pad_push):
24263           handle flush and discont events correctly
24264         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
24265           handle discont events correctly
24266
24267 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24268
24269         * gst-libs/gst/play/play.c: (gst_play_error_quark),
24270         (gst_play_error_create), (gst_play_error_plugin),
24271         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
24272         * gst-libs/gst/play/play.h:
24273           add error handling during creation
24274         * examples/gstplay/player.c: (main):
24275           use new gst_play_new
24276
24277
24278 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24279
24280         * ext/theora/theoradec.c: (theora_dec_chain):
24281           make comments work
24282         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24283         (vorbis_dec_src_event), (vorbis_dec_chain):
24284           add encoder tag, fix tag reading to be more error tolerant, change
24285           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
24286           gst_pad_event_default.
24287         * gst/tags/gstvorbistag.c:
24288         (gst_tag_list_from_vorbiscomment_buffer):
24289           undefine function specific define at end of function
24290
24291 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
24292
24293         * ext/flac/gstflac.c: (plugin_init):
24294         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
24295         * ext/flac/gstflacdec.h:
24296         * ext/flac/gstflacenc.h:
24297           Fix typos
24298
24299 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
24300
24301         * examples/gstplay/player.c: s/gstplay.h/play.h/
24302
24303 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24304
24305         * gst-libs/gst/play/Makefile.am:
24306         * gst-libs/gst/play/gstplay.c:
24307         * gst-libs/gst/play/gstplay.h:
24308         * gst-libs/gst/play/play.c:
24309           more surgery, operation complete
24310
24311 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24312
24313         * gst-libs/gst/play/play.old.c:
24314         * gst-libs/gst/play/play.old.h:
24315           after CVS surgery by moving, remove
24316         * gst-libs/gst/play/playpipelines.c:
24317           remove
24318
24319         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
24320           add negotiation error
24321
24322 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24323
24324         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
24325         (gst_ogg_demux_push):
24326           add some seeking debug info
24327           send a flush when seeking
24328
24329 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24330
24331         * configure.ac:
24332           use AC_C_INLINE
24333         * configure.ac:
24334         * ext/Makefile.am:
24335         * ext/theora/Makefile.am:
24336         * ext/theora/theoradec.c:
24337           add theora video decoder. Does just do simple decoding for now and
24338           has been tested against Theora cvs only. It only works when theora
24339           is compiled with --enable-static.
24340         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
24341           always reset packetno on DISCONT
24342
24343 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24344
24345         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
24346           Fix audio.
24347
24348 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24349
24350         * gst/mpegaudioparse/gstmpegaudioparse.c:
24351         (mp3_type_frame_length_from_header):
24352           Fix header parsing - stolen from ffmpeg (thank you! :) ).
24353
24354 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24355
24356         * ext/esd/esdsink.c: (gst_esdsink_init):
24357           Since we have static pad template caps, we don't need to negotiate;
24358           either the core errors out or we know the format.
24359
24360 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24361
24362         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24363         (gst_riff_read_seek):
24364         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
24365         (gst_ebml_read_seek):
24366           Fix event handling.
24367
24368 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24369
24370         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
24371           removee video/x-theora from vp3 decoder, it doesn't handle raw
24372           theora streams
24373         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
24374           fix bug with finalizing element that never went to PAUSED
24375         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
24376           length and position queries were swapped
24377         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24378         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
24379         (vorbis_dec_src_event):
24380           implement querying time and bytes
24381
24382 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24383
24384         * just about every source file:
24385           gst_element_error -> GST_ELEMENT_ERROR
24386
24387 2004-01-29  Julien MOUTTE  <julien@moutte.net>
24388
24389         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
24390         emiting FLUSH and even before DISCONT.
24391         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
24392         get the best instant seeking as possible yay!
24393
24394 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24395
24396         * gst/mpeg1videoparse/gstmp1videoparse.c:
24397         (gst_mp1videoparse_real_chain):
24398           Committed wrong version last week... Grr... Didn't notice until now.
24399
24400 2004-01-29  Julien MOUTTE <julien@moutte.net>
24401
24402         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
24403         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
24404         have_xwindow_id signal in xwindow_create.
24405
24406 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24407
24408         * ext/ogg/gstoggdemux.c:
24409           lots of changes - mainly support for chained bitstreams, seeking,
24410           querying and bugfixes of course
24411         * ext/vorbis/Makefile.am:
24412         * ext/vorbis/vorbisdec.c:
24413         * ext/vorbis/vorbisdec.h:
24414           add vorbisdec raw vorbis decoder
24415         * ext/vorbis/vorbis.c: (plugin_init):
24416           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
24417         * gst/intfloat/Makefile.am:
24418         * gst/intfloat/float22int.c:
24419         * gst/intfloat/float22int.h:
24420         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
24421           add float2intnew plugin. It converts multichannel interleaved float to
24422           multichannel interleaved int. The name should probably be changed.
24423         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
24424         (plugin_init):
24425           add typefinding for raw theora video so oggdemux can detect it.
24426
24427 2004-01-28  Julien MOUTTE  <julien@moutte.net>
24428
24429         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
24430         sink element first.
24431         * gst/videoscale/gstvideoscale.c:
24432         (gst_videoscale_handle_src_event): Fixing src event handler.
24433
24434 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24435
24436         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24437         (gst_v4lsrc_open), (gst_v4lsrc_close),
24438         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
24439         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
24440         * sys/v4l/gstv4lsrc.h:
24441         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
24442         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
24443           Implement resizing... Hack. But that's why v4l is b0rked...
24444
24445 2004-01-28  Julien MOUTTE <julien@moutte.net>
24446
24447         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24448         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24449         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
24450         (gst_ximagesink_xwindow_destroy):
24451         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24452         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
24453         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
24454         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
24455         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
24456         correctly cleaning the image created to check xshm calls on succes,
24457         added a lot of XSync calls in X11 functions, and fixed a segfault when
24458         no image format was defined before negotiation happened.
24459
24460 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24461
24462         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
24463           use gst_element_get_time to get correct time
24464
24465 2004-01-28  Julien MOUTTE  <julien@moutte.net>
24466
24467         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
24468         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
24469         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
24470         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
24471         (gst_xvimagesink_check_xshm_calls),
24472         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
24473         X plugins are now able to detect that XShm calls will fail even if the
24474         server claims that it has XShm support (remote displays most of the
24475         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
24476         so that we use non XShm functions. This feature is almost useless for
24477         xvimagesink as Xv is not supported on remote displays anyway, but
24478         it might happen than even on the local display XShm calls fail.
24479
24480 2004-01-27  David Schleef  <ds@schleef.org>
24481
24482         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
24483         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
24484         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
24485         changed esdsink to only use 44100,16,2, since esd sucks at rate
24486         conversion and esdsink has had difficulty negotiating.
24487
24488 2004-01-27  Julien MOUTTE <julien@moutte.net>
24489
24490         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
24491         (gst_play_seek_to_time): Fixing the way to get current position.
24492
24493 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24494
24495         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
24496           use gst_element_get_time to get correct time
24497
24498 2004-01-27  Julien MOUTTE <julien@moutte.net>
24499
24500         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
24501         fix ever... Inverting 2 lines of code make spider autoplug correctly
24502         tagged mp3 !
24503
24504 2004-01-27  David Schleef  <ds@schleef.org>
24505
24506         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24507         Use gst_pad_try_set_caps_nonfixed().
24508
24509 2004-01-27  David Schleef  <ds@schleef.org>
24510
24511         * gst/ac3parse/gstac3parse.c: update to checklist 5
24512         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
24513         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
24514         * gst/audioscale/gstaudioscale.c: same
24515         * gst/auparse/gstauparse.c: same
24516         * gst/avi/gstavidemux.c: same
24517
24518 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24519
24520         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
24521           stop processing after EOS
24522
24523 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24524
24525         * gst/asfdemux/asfheaders.h:
24526         * gst/asfdemux/gstasfdemux.c:
24527         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
24528         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
24529         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
24530           lot's of fixes to make data extraction simpler and get the code
24531           architecture and compiler independant. Add debugging category
24532         * gst/goom/gstgoom.c: (gst_goom_change_state):
24533           reset channel count on PAUSED=>READY, not READY=>PAUSED
24534
24535 2004-01-26  Colin Walters  <walters@verbum.org>
24536
24537         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
24538         code to pull a bigger buffer in iradio mode.  This as a side effect
24539         makes typefinding work.
24540
24541 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
24542
24543         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
24544         Fix SVQ3 decoding on PPC
24545
24546 2004-01-26  Julien MOUTTE <julien@moutte.net>
24547
24548         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
24549         that one managed to stay there... Fixed.
24550
24551 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
24552
24553         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
24554         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
24555         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
24556         (qtdemux_video_caps):
24557         * gst/qtdemux/qtdemux.h:
24558         Add SVQ3 specific flags to qtdemux and ffmpeg
24559
24560 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24561
24562         * gst-libs/gst/audio/audio.h:
24563           remove buffer-frames from audio caps
24564         * gst/audioconvert/gstaudioconvert.c:
24565           fix plugin to really work.
24566
24567 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24568
24569         * gst-libs/gst/mixer/mixer.c:
24570         * gst-libs/gst/propertyprobe/propertyprobe.c:
24571         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
24572         (gst_tuner_find_channel_by_name):
24573         * gst-libs/gst/tuner/tuner.h:
24574           Add gtk-doc style comments. Also fix a function name.
24575
24576 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24577
24578         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
24579         (gst_divxdec_negotiate):
24580           Fix for new capsnego - also fixes gst-player with divxdec.
24581
24582 2004-01-25  Julien MOUTTE  <julien@moutte.net>
24583
24584         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
24585         (gst_play_identity_handoff), (gst_play_set_location),
24586         (gst_play_set_visualization), (gst_play_connect_visualization): Another
24587         try in visualization implementation. Still have an issue with switch
24588         blocking when pulling from video_queue and only audio comes out of
24589         spider.
24590         * gst/switch/gstswitch.c: (gst_switch_release_pad),
24591         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
24592         release method. And check if the pad is usable before pulling.
24593
24594 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24595
24596         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
24597         (gst_videobalance_init),
24598         (gst_videobalance_colorbalance_list_channels),
24599         (gst_videobalance_colorbalance_set_value),
24600         (gst_videobalance_colorbalance_get_value),
24601         (gst_videobalance_update_properties),
24602         (gst_videobalance_update_tables_planar411),
24603         (gst_videobalance_planar411):
24604         * gst/videofilter/gstvideobalance.h:
24605           Implement lookup-tables. +/- 10x faster.
24606
24607 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24608
24609         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
24610         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
24611           The index reading was broken. The rest worked fine, but the whole
24612           goal of my rewrite was to make avidemux readable, and this was
24613           not at all readable. Please use typed variables.
24614
24615 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24616
24617         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
24618           Additional pad usability check.
24619         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
24620         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
24621         (gst_mp1videoparse_real_chain):
24622           Fix MPEG video stream parsing. The original plugin had several
24623           issues, including not timestamping streams where the source was
24624           not timestamped (this happens with PTS values in mpeg system
24625           streams, but MPEG video is also a valid stream on its own so
24626           that needs timestamps too). We use the display time code for that
24627           for now. Also, if one incoming buffer contains multiple valid
24628           frames, we push them all on correctly now, including proper EOS
24629           handling. Lastly, several potential segfaults were fixed, and we
24630           properly sync on new sequence/gop headers to include them in next,
24631           not previous frames (since they're header for the next frame, not
24632           the previous). Also see #119206.
24633         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
24634         (bpf_from_header):
24635           Move caps setting so we only do it after finding several valid
24636           MPEG-1 fraes sequentially, not right after the first one (which
24637           might be coincidental).
24638         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
24639         (mpeg_video_type_find), (mpeg_video_stream_type_find),
24640         (plugin_init):
24641           Add unsynced MPEG video stream typefinding, and change some
24642           probability values so we detect streams rightly. The idea is as
24643           follows: I can have an unsynced system stream which contains
24644           video. In the current code, I would randomly get a type for either
24645           system or video stream type found, because the probabilities are
24646           being calculated rather randomly. I now use fixed values, so we
24647           always prefer system stream if that was found (and that is how it
24648           should be). If no system stream was found, we can still identity                the stream as video-only.
24649
24650 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24651
24652         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
24653         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
24654           don't write to buffer. Extract data without the need of
24655           __attribute__ ((packed))
24656
24657 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24658
24659         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
24660         (mpeg1_sys_type_find):
24661           Fix MPEG-1 stream typefinding.
24662
24663 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24664
24665         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
24666           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
24667
24668 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24669
24670         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
24671         * ext/esd/gstesd.c: (plugin_init):
24672           private debugging, better error reporting
24673
24674 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24675
24676         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
24677         (gst_riff_read_init), (gst_riff_read_change_state):
24678         * gst-libs/gst/riff/riff-read.h:
24679           Remove stuff fromold metadata system.
24680
24681 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24682
24683         * ext/ogg/gstoggdemux.c:
24684           Fix wrong file comment.
24685         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
24686         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
24687           Add metadata reading properly.
24688
24689 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24690
24691         * ext/Makefile.am:
24692           Fix nas DIST_SUBDIRS
24693           Uraeus:
24694           Fix bug where make distcheck doesn't get run on adding stuff to
24695           the build.
24696
24697 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24698
24699         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
24700         * ext/divx/gstdivxdec.h:
24701           Fix divx3 ("msmpeg4") playback using divxdec.
24702
24703 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24704
24705         * gst/typefind/gsttypefindfunctions.c:
24706         (mp3_type_frame_length_from_header): fix bug in length computation
24707         (mp3_type_find): improve debugging output
24708
24709 2004-01-23  Julien MOUTTE  <julien@moutte.net>
24710
24711         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
24712         (gst_play_set_location), (gst_play_seek_to_time),
24713         (gst_play_set_audio_sink), (gst_play_set_visualization),
24714         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
24715         the pipeline from scratch. Visualization is back and switch went out as
24716         i realized it was not possible to use the way i wanted.
24717         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
24718         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
24719         clearing in state change from READY to NULL. So that one can clean the
24720         X ressources keeping the element.
24721         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24722         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
24723         (gst_xvimagesink_colorbalance_set_value),
24724         (gst_xvimagesink_colorbalance_get_value),
24725         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
24726         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
24727         change from READY to NULL and fixed some stupid bugs in colorbalance
24728         get/set values. Also added the following feature : when nobody tries to
24729         set some values to the colorbalance levels before the xcontext is
24730         grabbed, then when creating channels list from Xv attributes we set the
24731         internal values to the Xv defaults. This way we handle buggy Xv drivers
24732         that set default hue values far from the middle of the range (Thanks
24733         to Jon Trowbridge for pointing that issue).
24734         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
24735         colorbalance levels have been set before xcontext is grabbed.
24736
24737 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24738
24739         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24740           Fix the ossmixer case where we shouldn't open /dev/dsp* because
24741           it might block operations (which is bad for a mixer).
24742
24743 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
24744
24745         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
24746         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
24747         (gmip_find_type_pre):
24748         * gst-libs/gst/media-info/media-info-priv.h:
24749         * gst-libs/gst/media-info/media-info.c:
24750         (gst_media_info_instance_init), (gst_media_info_read_idler):
24751         add fakesink to get caps on decoder src pad again
24752         fix callback prototype to match new have_type signal signature
24753
24754 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
24755
24756         * gst/adder/gstadder.c: (gst_adder_link):
24757           fix non-compile and cut-n-paste code
24758
24759 2004-01-21  David Schleef  <ds@schleef.org>
24760
24761         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
24762         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
24763         (gst_swfdec_init), (gst_swfdec_change_state):
24764         * ext/swfdec/gstswfdec.h:
24765         Fix negotiation.
24766         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
24767         (gst_adder_request_new_pad): Fix negotiation.
24768         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
24769         Add a fixate function.
24770         * gst/intfloat/gstfloat2int.c:
24771         * gst/intfloat/gstfloat2int.h:
24772         * gst/intfloat/gstint2float.c:
24773         * gst/intfloat/gstint2float.h:
24774         Completely rewrite the negotiation.  Doesn't quite work yet,
24775         due to some buffer-frames problem.
24776
24777 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24778
24779         * ext/gnomevfs/gstgnomevfssrc.c:
24780         * sys/v4l2/v4l2_calls.h:
24781           fix includes for distcheck
24782
24783 2004-01-21  Christian Schaller <uraeus@gnome.org>
24784
24785         * ext/nas/
24786         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
24787         based on earlier patch from Laurent Vivier
24788
24789 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
24790
24791         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
24792         Fix wma caps property
24793         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24794         Fix typo (flags1 and flags2)
24795
24796 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24797
24798         * gst-libs/gst/media-info/media-info-priv.c:
24799         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
24800         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
24801         (gmip_find_stream), (gmip_find_track_metadata),
24802         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
24803         (gmip_find_track_format):
24804         * gst-libs/gst/media-info/media-info-priv.h:
24805         * gst-libs/gst/media-info/media-info-test.c: (main):
24806         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
24807         (gst_media_info_read_idler), (gst_media_info_read):
24808         * gst-libs/gst/media-info/media-info.h:
24809           register debugging category and use it for debugging
24810
24811 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24812
24813         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
24814         (gst_vorbisfile_new_link):
24815           signal streaminfo through tags
24816
24817 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24818
24819         * ext/mplex/gstmplex.cc:
24820         * ext/mplex/gstmplexibitstream.cc:
24821           g++ doesn't like NULL in our i18n/error macros, should be
24822           either (NULL) or ("").
24823
24824 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24825
24826         * sys/dxr3/dxr3audiosink.c:
24827         * sys/dxr3/dxr3init.c:
24828         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
24829         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
24830           Fix more error error error errors (missing includes here).
24831
24832 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24833
24834         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24835           fix thomas' error errors.
24836
24837 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24838
24839         * ext/mpeg2enc/gstmpeg2enc.cc:
24840           fix error errors.
24841
24842 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24843
24844         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
24845         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
24846           Fix for new error system.
24847
24848 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24849
24850         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
24851           fix for new error reporting
24852
24853 2004-01-20  David Schleef  <ds@schleef.org>
24854
24855         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24856         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
24857         (gst_ximagesink_set_xwindow_id): Change to using a framerate
24858         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
24859         and neither is 100+, most likely.
24860         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
24861         (gst_xvimagesink_getcaps): same
24862
24863 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24864
24865         * configure.ac:
24866           Up version requirement to 2.0.3 (not yet released) to avoid symbol
24867           clashes with ffmpeg.
24868
24869 2004-01-20  Julien MOUTTE  <julien@moutte.net>
24870
24871         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
24872         (gst_switch_init): Fixed switch element : proxying link and setting
24873         caps from src to sink on request.
24874
24875 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24876
24877         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24878         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
24879         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
24880         fix element_error
24881
24882 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24883
24884         * sys/v4l/v4l_calls.h:
24885         * sys/v4l2/v4l2_calls.h:
24886           element_error fixes
24887
24888 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24889
24890         * gst-libs/gst/gst-i18n-plugin.h:
24891           add locale.h
24892           remove config.h inclusion
24893
24894 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24895
24896         * autogen.sh:
24897           adding autopoint invocation
24898         * Makefile.am:
24899         * configure.ac:
24900         * gst-libs/gst/gettext.h:
24901           adding gettext bits
24902         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
24903         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
24904         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24905         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
24906         (gst_gnomevfssink_close_file):
24907         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
24908         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
24909         * gst-libs/gst/gst-i18n-plugin.h:
24910         * gst/avi/gstavi.c: (plugin_init):
24911         * sys/dxr3/dxr3init.c: (plugin_init):
24912         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
24913         * sys/oss/gstossaudio.c: (plugin_init):
24914         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
24915         * sys/v4l/gstv4l.c: (plugin_init):
24916         * sys/v4l/v4l_calls.c: (gst_v4l_open):
24917         * sys/v4l2/gstv4l2.c: (plugin_init):
24918         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
24919         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
24920         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
24921         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
24922         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
24923         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
24924           make sure locale and translation domain are set
24925           fix translated strings
24926         * po/.cvsignore:
24927         * po/LINGUAS:
24928         * po/Makevars:
24929         * po/POTFILES.in:
24930         * po/nl.po:
24931           put translation files into place
24932         * sys/xvideo/imagetest.c: (main):
24933         * ext/dv/demo-play.c: (main):
24934           fix unnecessary translations
24935
24936 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24937
24938         * ext/sndfile/gstsf.c:
24939         * gst/avi/gstavimux.c:
24940         * ext/audiofile/gstafsink.c:
24941         * ext/audiofile/gstafsrc.c:
24942         * ext/gnomevfs/gstgnomevfssink.c:
24943         * ext/gnomevfs/gstgnomevfssrc.c:
24944         * sys/oss/gstosselement.c:
24945         * sys/v4l/v4l_calls.h:
24946           fix i18n include
24947
24948 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24949
24950         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
24951         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
24952         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
24953         (gst_v4l2_get_output), (gst_v4l2_set_output),
24954         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
24955         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
24956         (gst_v4l2_set_attribute):
24957         update to new error handling
24958
24959 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24960
24961         * ext/sidplay/gstsiddec.cc:
24962         * gst/modplug/gstmodplug.cc:
24963           parenthese NULL because C++ seems angry about it
24964
24965 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24966
24967         * gst-libs/gst/gst-i18n-plugin.h:
24968           add skeleton i18n stuff, but needs to be further implemented
24969
24970 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24971
24972         * examples/gstplay/player.c: (main):
24973         * ext/aalib/gstaasink.c: (gst_aasink_open):
24974         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
24975         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24976         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24977         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
24978         (gst_afsink_close_file):
24979         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
24980         (gst_afsrc_close_file):
24981         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
24982         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
24983         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
24984         * ext/esd/esdmon.c: (gst_esdmon_get):
24985         * ext/esd/esdsink.c: (gst_esdsink_chain):
24986         * ext/faac/gstfaac.c: (gst_faac_chain):
24987         * ext/faad/gstfaad.c: (gst_faad_chain):
24988         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
24989         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
24990         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
24991         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
24992         (gst_flacdec_loop):
24993         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
24994         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
24995         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
24996         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
24997         (gst_gnomevfssink_close_file):
24998         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24999         (gst_gnomevfssrc_open_file):
25000         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
25001         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
25002         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
25003         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25004         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
25005         * ext/mad/gstmad.c: (gst_mad_chain):
25006         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
25007         * ext/mpeg2dec/gstmpeg2dec.c:
25008         * ext/mpeg2enc/gstmpeg2enc.cc:
25009         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
25010         * ext/mplex/gstmplex.cc:
25011         * ext/mplex/gstmplexibitstream.cc:
25012         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
25013         (gst_ogg_demux_push), (gst_ogg_pad_push):
25014         * ext/raw1394/gstdv1394src.c:
25015         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
25016         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
25017         * ext/sidplay/gstsiddec.cc:
25018         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
25019         (gst_sf_loop):
25020         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
25021         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
25022         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
25023         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
25024         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
25025         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
25026         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
25027         * gst-libs/gst/Makefile.am:
25028         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
25029         (gst_riff_read_element_data), (gst_riff_read_seek),
25030         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
25031         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
25032         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
25033         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
25034         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
25035         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
25036         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
25037         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
25038         * gst/goom/gstgoom.c: (gst_goom_chain):
25039         * gst/id3/gstid3types.c: (gst_id3types_loop):
25040         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
25041         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
25042         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
25043         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
25044         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
25045         (gst_ebml_read_float), (gst_ebml_read_header):
25046         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
25047         (gst_matroska_demux_parse_blockgroup):
25048         * gst/modplug/gstmodplug.cc:
25049         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
25050         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
25051         * gst/oneton/gstoneton.c: (gst_oneton_chain):
25052         * gst/silence/gstsilence.c: (gst_silence_get):
25053         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
25054         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
25055         * gst/speed/gstspeed.c: (speed_loop):
25056         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25057         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25058         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
25059         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25060         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
25061         (gst_wavparse_loop):
25062         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
25063         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
25064         (dxr3audiosink_close):
25065         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
25066         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
25067         (dxr3videosink_close), (dxr3videosink_write_data):
25068         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
25069         * sys/oss/gstosselement.h:
25070         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
25071         (gst_osssink_chain):
25072         * sys/oss/gstosssrc.c: (gst_osssrc_get):
25073         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
25074         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
25075         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
25076         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
25077         (gst_v4l_enable_overlay):
25078         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
25079         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
25080         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
25081         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
25082         (gst_v4l_set_audio):
25083         * sys/v4l/v4l_calls.h:
25084         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
25085         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
25086         (gst_v4lmjpegsink_playback_init),
25087         (gst_v4lmjpegsink_playback_start):
25088         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
25089         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
25090         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
25091         (gst_v4lmjpegsrc_requeue_frame):
25092         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25093         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
25094         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
25095         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
25096         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
25097         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
25098         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
25099         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
25100         (gst_v4l2src_capture_stop):
25101         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
25102         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
25103         (gst_ximagesink_chain):
25104         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
25105         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
25106         (gst_xvideosink_xwindow_new):
25107         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25108         (gst_xvimagesink_chain):
25109         use new error signal, function and categories
25110
25111 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
25112
25113         * configure.ac:
25114         * ext/Makefile.am:
25115         * ext/musicbrainz/gsttrm.c:
25116         * ext/musicbrainz/gsttrm.h:
25117         * ext/musicbrainz/Makefile.am:
25118         Add a trm plugin
25119
25120 2004-01-18  Julien MOUTTE  <julien@moutte.net>
25121
25122         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
25123         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
25124         synchronous property for debugging.
25125         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
25126         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25127         (gst_xvimagesink_set_property): Moving a pointer declaration to a
25128         smaller block, fixing indent.
25129
25130 2004-01-16  David Schleef  <ds@schleef.org>
25131
25132         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
25133         property affects the video stream.
25134         * sys/xvimage/xvimagesink.c:
25135         * sys/xvimage/xvimagesink.h:
25136         Add synchronous property for debugging.  Should probably be
25137         disabled in non-CVS builds.  Make sure that the Xv attribute
25138         exists before we set it (crash!).  Fix a silly float bug that
25139         caused colorbalance to just not work.
25140
25141 2004-01-17  Christian Schaller <Uraeus@gnome.org>
25142
25143         * tools/gst-launch-ext.in - update for new plugins
25144
25145 2004-01-16  David Schleef  <ds@schleef.org>
25146
25147         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
25148         already-freed caps.
25149
25150 2994-01-16  Christian Schaller <Uraeus@gnome.org>
25151
25152         * Update spec for new colorspace plugin and libcaca plugin
25153         * Fix compilation of libcaca plugin (clock -> id)
25154
25155 2004-01-16  Julien MOUTTE <julien@moutte.net>
25156
25157         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
25158         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
25159         (gst_xvimagesink_set_xwindow_id),
25160         (gst_xvimagesink_colorbalance_set_value),
25161         (gst_xvimagesink_colorbalance_get_value),
25162         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25163         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
25164         correct colorbalance properties. They can now be set when the element
25165         is still in NULL state. The values will be committed to the Xv Port
25166         when xcontext is initialized.
25167         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
25168         brightness int values in the GstXvImagesink structure.
25169
25170 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25171
25172         * gst-libs/gst/Makefile.am:
25173           restructure so having local patches works easier.
25174
25175 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25176
25177         * ext/mpeg2enc/Makefile.am:
25178         * ext/mpeg2enc/gstmpeg2enc.cc:
25179         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
25180           Bugfix with respect to EOS handling.
25181
25182 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25183
25184         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
25185           Link with right caps (else, it segfaults).
25186         * ext/mplex/gstmplexjob.cc:
25187           Fix for slight API change in 1.6.1.93 release of mjpegtools.
25188
25189 2004-01-15  David Schleef  <ds@schleef.org>
25190
25191         * gst-libs/gst/audio/Makefile.am:
25192         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
25193         from the template.
25194         * gst-libs/gst/audio/gstaudiofilter.c:
25195         * gst-libs/gst/audio/gstaudiofilter.h:
25196         Add bytes_per_sample and size and n_samples calculation.
25197         * gst-libs/gst/audio/gstaudiofilterexample.c:
25198         Remove, now autogenerated.
25199         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
25200         Moved from gstaudiofilterexample, object name changed, code added
25201         so that it actually works.
25202         * gst-libs/gst/audio/make_filter:
25203         Script to build an audiofilter subclass from the template.
25204         * gst/colorspace/Makefile.am:
25205         * gst/colorspace/yuv2yuv.c:
25206         Remove file, since it's GPL, and we don't use it.
25207
25208 2004-01-15  Julien MOUTTE  <julien@moutte.net>
25209
25210         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25211         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
25212         them use the buffer free function to test how the buffer was allocated.
25213
25214 2004-01-15  David Schleef  <ds@schleef.org>
25215
25216         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
25217         that handles osssink fallback.
25218         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25219         (gst_audio_convert_getcaps):
25220         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
25221         Add audio/x-qdm2 for QDM2 audio.
25222         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
25223         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
25224         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
25225         Decrease minimum size to 16x16.
25226         * gst/wavparse/gstwavparse.c:
25227         Convert disabled pad template caps to new caps.
25228         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25230         (gst_xvimagesink_chain): Throw element error when display cannot
25231         be opened.  Increase minimum framerate to 1.0.  Check the data
25232         free function on a buffer to make sure it is the type we expect
25233         before manipulating it.
25234
25235 2004-01-15  Julien MOUTTE <julien@moutte.net>
25236
25237         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
25238         (gst_videobalance_colorbalance_set_value): Implement passthru if
25239         settings are in the middle.
25240         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
25241
25242 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25243
25244         * gst/videofilter/Makefile.am:
25245         * gst/volume/Makefile.am:
25246           Since we use videofilter symbols, link to it.
25247
25248 2004-01-15  Julien MOUTTE <julien@moutte.net>
25249
25250         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
25251         mixer interface type to HARDWARE.
25252         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
25253         type to SOFTWARE.
25254         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
25255         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
25256         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
25257         (gst_volume_interface_init), (gst_volume_list_tracks),
25258         (gst_volume_set_volume), (gst_volume_get_volume),
25259         (gst_volume_set_mute), (gst_volume_mixer_init),
25260         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
25261         (volume_init): Implementing mixer interface.
25262         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
25263         * sys/oss/gstosselement.c: (gst_osselement_get_type),
25264         (gst_osselement_change_state): Removing some trailing commas in
25265         structures.
25266         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
25267         interface type to HARDWARE.
25268         * sys/v4l/gstv4lcolorbalance.c:
25269         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
25270         type to HARDWARE.
25271         * sys/v4l2/gstv4l2colorbalance.c:
25272         (gst_v4l2_color_balance_interface_init): Setting colorbalance
25273         interface type to HARDWARE.
25274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
25275         same code than ximagesink for event handling.
25276
25277 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25278
25279         * ext/snapshot/Makefile.am:
25280         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
25281         (gst_snapshot_chain):
25282         * ext/snapshot/gstsnapshot.h:
25283           This has to be a joke... Snapshot should be connected to a tee,
25284           colorspace element before it and EOS after that, where the other
25285           src of the tee receives normal data.
25286           The current way is *wrong*.
25287
25288 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25289
25290         * ext/hermes/gsthermescolorspace.c:
25291           Fix another compile error. Same as below.
25292
25293 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25294
25295         * gst/colorspace/gstcolorspace.c:
25296         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
25297         (gst_colorspace_i420_to_yv12):
25298           Fix compiling... Didn't test if it actually works.
25299
25300 2004-01-15  David Schleef  <ds@schleef.org>
25301
25302         * configure.ac:
25303         * gst/colorspace/Makefile.am:
25304         * gst/colorspace/gstcolorspace.c:
25305         * gst/colorspace/gstcolorspace.h:
25306         * gst/colorspace/yuv2rgb.c:
25307         * gst/colorspace/yuv2rgb.h:
25308         Duplicate the ext/hermes colorspace plugin, and remove Hermes
25309         code and GPL code.  Fix for new caps negotiation.  Rewrite
25310         much of the format handling code, and some of the conversion
25311         code.  Basically, rewrote almost everything.  This element
25312         handles I420, YV12 to RGB conversions.
25313         * ext/hermes/Makefile.am:
25314         * ext/hermes/gsthermescolorspace.c:
25315         Rename colorspace to hermescolorspace.  Fix negotiation issues.
25316         Remove non-Hermes related code.  This element handles lots of
25317         RGB to RGB conversions, but no YUV.
25318         * ext/hermes/gstcolorspace.c:
25319         * ext/hermes/gstcolorspace.h:
25320         * ext/hermes/rgb2yuv.c:
25321         * ext/hermes/yuv2rgb.c:
25322         * ext/hermes/yuv2rgb.h:
25323         * ext/hermes/yuv2rgb_mmx16.s:
25324         * ext/hermes/yuv2yuv.c:
25325         * ext/hermes/yuv2yuv.h:
25326         Remove old code.
25327
25328 2004-01-14  Colin Walters  <walters@verbum.org>
25329
25330         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
25331         they've already been.
25332
25333 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25334
25335         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
25336           assume tag mode when pad is not connected
25337
25338 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25339
25340         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25341           Don't update the time of the clock
25342         (gst_alsa_sink_loop):
25343           sync to the clock given to alsasink, not the own clock
25344         * sys/oss/gstosssink.c: (gst_osssink_chain):
25345           sync to the clock
25346         (gst_osssink_change_state):
25347           activate the clock
25348         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25349         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
25350           remove bogus code that made DISCONT events unhandled
25351         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
25352           explicitly case to double in _set_simple. (fixes 2nd warning in bug
25353           #131502)
25354         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
25355         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
25356         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
25357           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
25358           2nd warning in bug #131502)
25359
25360 2004-01-14  Julien MOUTTE  <julien@moutte.net>
25361
25362         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
25363         (gst_videobalance_colorbalance_set_value),
25364         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
25365         for colorbalance interface implementation.
25366         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
25367         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
25368         (gst_ximagesink_dispose), (gst_ximagesink_init),
25369         (gst_ximagesink_class_init): Adding DISPLAY property.
25370         * sys/ximage/ximagesink.h: Adding display_name to store display.
25371         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25372         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25373         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
25374         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
25375         properties (they still need polishing though for gst-launch use : no
25376         xcontext yet, i ll do that tomorrow).
25377         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
25378
25379 2004-01-14  Julien MOUTTE  <julien@moutte.net>
25380
25381         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
25382         (gst_play_set_location), (gst_play_set_visualization): Preparing
25383         switch integration, adding videobalance in the pipeline.
25384
25385 2004-01-14  Julien MOUTTE <julien@moutte.net>
25386
25387         * gst-libs/gst/colorbalance/colorbalance.c:
25388         (gst_color_balance_class_init): Adding a default type.
25389         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
25390         the type.
25391         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
25392         (gst_videobalance_dispose), (gst_videobalance_class_init),
25393         (gst_videobalance_init), (gst_videobalance_interface_supported),
25394         (gst_videobalance_interface_init),
25395         (gst_videobalance_colorbalance_list_channels),
25396         (gst_videobalance_colorbalance_set_value),
25397         (gst_videobalance_colorbalance_get_value),
25398         (gst_videobalance_colorbalance_init): Implementing colorbalance
25399         interface.
25400         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
25401         list.
25402         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
25403         bug which was triggering a BadAccess X error when setting an overlay
25404         before pad was really negotiated.
25405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
25406         Using the colorbalance type macro.
25407
25408 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25409
25410         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
25411         (gst_flacenc_chain):
25412           handle tags correctly
25413         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25414           extract ID3v1 tags correctly
25415
25416 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25417
25418         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
25419         (plugin_init):
25420           Improve matroska typefinding for odd-typed headers...
25421
25422 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25423
25424         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
25425           Fix for using incremental number on padnames.
25426
25427 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25428
25429         * ext/divx/gstdivxdec.c:
25430         * ext/divx/gstdivxenc.c:
25431           Set category to divx4linux instead of divx (too generic).
25432         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25433         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25434         (gst_wavparse_loop), (gst_wavparse_change_state):
25435         * gst/wavparse/gstwavparse.h:
25436           fix parsing of WAV files with non-standard fmt-tag size and fix
25437           skipping of unrecognized chunks... Someone please fix this thing
25438           to use rifflib so all this is automated.
25439         * sys/v4l/Makefile.am:
25440         * sys/v4l2/Makefile.am:
25441           Add X_CFLAGS because we depend on X (for overlay).
25442
25443 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
25444
25445         * ext/mpeg2dec/gstmpeg2dec.c:
25446           Don't issue a timestamp unless we tagged the frame
25447           with a PTS.
25448
25449 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25450
25451         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
25452           Query the audio element to get the time, not the clock. We're
25453           interested in the element's time here.
25454
25455 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25456
25457         * ext/aalib/gstaasink.c: (gst_aasink_chain):
25458         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25459         * ext/esd/esdsink.c: (gst_esdsink_chain):
25460         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
25461         * ext/mas/massink.c: (gst_massink_chain):
25462         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
25463         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
25464         (gst_matroska_demux_parse_metadata):
25465         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
25466         (gst_mpeg_parse_release_locks):
25467         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
25468         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
25469         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25470         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
25471         (gst_osssink_change_state):
25472         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
25473         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25474         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
25475         (gst_xvideosink_release_locks):
25476         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
25477           use element time.
25478         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
25479         (gst_alsa_clock_stop):
25480         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
25481         (gst_audio_clock_get_internal_time):
25482           simplify for use with new clocking code.
25483         * testsuite/alsa/Makefile.am:
25484         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
25485           fix testsuite for new caps system
25486
25487 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25488
25489         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
25490         * ext/flac/gstflacenc.c: (add_one_tag):
25491           length is already host endian, no need to convert. Fixes playback of
25492           tagged files on PPC. (bug #128384)
25493
25494 2004-01-13  Julien MOUTTE <julien@moutte.net>
25495
25496         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
25497         colorbalance interface stating if it is hardware based or software
25498         based.
25499         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
25500         Removing a trailing comma.
25501         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25502         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
25503         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
25504         the documentation seems to be wrong on the -1000 to 1000 interval.
25505
25506 2004-01-12  David Schleef  <ds@schleef.org>
25507
25508         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
25509         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
25510         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
25511         Fix negotiation.  Add a bufferalloc function for the sink pad,
25512         and generally clean up some of the code.
25513
25514 2004-01-12  Julien MOUTTE <julien@moutte.net>
25515
25516         * gst-libs/gst/colorbalance/colorbalancechannel.c:
25517         (gst_color_balance_channel_dispose): Adding safety check in dispose
25518         method.
25519         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25520         (gst_xvimagesink_xcontext_clear),
25521         (gst_xvimagesink_interface_supported),
25522         (gst_xvimagesink_colorbalance_list_channels),
25523         (gst_xvimagesink_colorbalance_set_value),
25524         (gst_xvimagesink_colorbalance_get_value),
25525         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
25526         Adding colorbalance interface support to set XV parameters such as
25527         HUE, BRIGHTNESS, CONTRAST, SATURATION.
25528         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
25529         interface.
25530
25531 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25532
25533         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
25534         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
25535         (gst_audio_convert_init), (gst_audio_convert_set_property),
25536         (gst_audio_convert_get_property), (gst_audio_convert_chain),
25537         (gst_audio_convert_link),
25538         (gst_audio_convert_buffer_to_default_format),
25539         (gst_audio_convert_buffer_from_default_format), (plugin_init):
25540           - implement _getcaps and use it
25541           - improve linking
25542           - remove float caps since no float conversion is actually done
25543           - remove properties and arguments that were to be used for rate
25544             conversion
25545
25546 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25547
25548         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
25549         (gst_audio_structure_set_int):
25550         * gst-libs/gst/audio/audio.h:
25551           add helper functions for _getcaps matching the standard audio
25552           templates
25553
25554 2004-01-12  David Schleef  <ds@schleef.org>
25555
25556         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25557         Test that pad is negotiated before getting its caps.
25558
25559 2004-01-12  Julien MOUTTE <julien@moutte.net>
25560
25561         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
25562         analyzing the pads of an element the bin is mostly in READY state so
25563         no caps were negotiated. This helper function needs to work with
25564         _get_caps directly then. I was not freeing them though, added that to
25565         fix the mem leak.
25566
25567 2004-01-12  Julien MOUTTE <julien@moutte.net>
25568
25569         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25570         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
25571         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
25572         than the free_func.
25573
25574 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25575
25576         * sys/oss/gstossaudio.c: (plugin_init):
25577         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25578         * sys/oss/gstosselement.h:
25579           make an oss debugging category
25580           make failure more descriptive
25581
25582 2004-01-11  David Schleef  <ds@schleef.org>
25583
25584         * ext/ffmpeg/gstffmpeg.c:
25585         * ext/ffmpeg/gstffmpegcodecmap.c:
25586         * ext/ffmpeg/gstffmpegdec.c:
25587         * ext/ffmpeg/gstffmpegenc.c:
25588         * ext/ffmpeg/gstffmpegprotocol.c:
25589         * ext/gdk_pixbuf/gstgdkanimation.c:
25590         * ext/jpeg/gstjpeg.c:
25591         * ext/libpng/gstpng.c:
25592         * ext/mpeg2dec/perftest.c:
25593         * ext/speex/gstspeex.c:
25594         * gst-libs/gst/resample/dtos.c:
25595         * gst/intfloat/gstintfloatconvert.c:
25596         * gst/oneton/gstoneton.c:
25597         * gst/rtjpeg/RTjpeg.c:
25598         * gst/rtp/gstrtp.c:
25599         * sys/dxr3/dxr3init.c:
25600         * sys/glsink/gstgl_nvimage.c:
25601         * sys/glsink/gstgl_pdrimage.c:
25602         * sys/glsink/gstglsink.c:
25603         * testsuite/gst-lint:
25604         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
25605
25606 2004-01-11  David Schleef  <ds@schleef.org>
25607
25608         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
25609         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
25610         * ext/gdk_pixbuf/gstgdkanimation.c:
25611         (gst_gdk_animation_iter_create_pixbuf):
25612         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
25613         (gst_gdk_pixbuf_chain):
25614         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25615         * ext/jack/gstjack.c: (gst_jack_change_state):
25616         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
25617         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
25618         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
25619         * gst/videofilter/gstvideofilter.c:
25620         (gst_videofilter_set_output_size):
25621         Remove all usage of gst_pad_get_caps(), and replace it with
25622         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
25623
25624 2004-01-11  David Schleef  <ds@schleef.org>
25625
25626         * configure.ac:
25627         * ext/Makefile.am: Fixes to make ext/libcaca compile.
25628         * ext/divx/gstdivxdec.c:
25629         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
25630         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
25631         handle images that span multiple buffers.  Now work with both
25632         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
25633         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25634         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
25635         video/video.h changes
25636         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
25637         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
25638         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
25639         of GstData free function.
25640         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
25641         same.
25642
25643 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25644
25645         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
25646         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
25647         (gst_v4l2element_get_property):
25648         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
25649           add norm, channel and frequency properties.
25650         * sys/v4l2/gstv4l2tuner.c:
25651           fixes for tuner interface changes
25652         * sys/v4l2/gstv4l2element.h:
25653         * sys/v4l2/gstv4l2src.c:
25654         * sys/v4l2/gstv4l2src.h:
25655         * sys/v4l2/v4l2src_calls.c:
25656         * sys/v4l2/v4l2src_calls.h:
25657           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
25658
25659 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25660
25661         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
25662         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
25663         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
25664         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
25665         * gst-libs/gst/tuner/tuner.h:
25666           GObjects aren't const.
25667           Add find_by_name functions.
25668           Add checks to _changed functions.
25669         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
25670         (gst_v4l_tuner_get_norm):
25671           Fixes for above.
25672
25673 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25674
25675         * gst-libs/gst/video/video.h:
25676           Fix caps template names to be understandable.
25677           Prefix everything with GST_VIDEO.
25678         * ext/aalib/gstaasink.c:
25679         * ext/divx/gstdivxdec.c:
25680         * ext/divx/gstdivxenc.c:
25681         * ext/gdk_pixbuf/gstgdkpixbuf.c:
25682         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
25683         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
25684         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
25685         * ext/libcaca/gstcacasink.c:
25686         * ext/libpng/gstpngenc.c: (raw_caps_factory):
25687         * ext/snapshot/gstsnapshot.c:
25688         * ext/swfdec/gstswfdec.c:
25689         * ext/xvid/gstxviddec.c:
25690         * ext/xvid/gstxvidenc.c:
25691         * gst/chart/gstchart.c:
25692         * gst/deinterlace/gstdeinterlace.c:
25693         * gst/effectv/gsteffectv.c:
25694         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
25695         * gst/goom/gstgoom.c:
25696         * gst/median/gstmedian.c:
25697         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
25698         (gst_monoscope_srcconnect), (gst_monoscope_chain):
25699         * gst/overlay/gstoverlay.c:
25700         * gst/smooth/gstsmooth.c:
25701         * gst/smpte/gstsmpte.c:
25702         * gst/synaesthesia/gstsynaesthesia.c:
25703         * gst/videocrop/gstvideocrop.c:
25704         * gst/videodrop/gstvideodrop.c:
25705         * gst/y4m/gsty4mencode.c:
25706         * sys/qcam/gstqcamsrc.c:
25707         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
25708           Make them work with new video.h file.
25709         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25710         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
25711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25712         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
25713           Make it work with new buffer allocation system.
25714
25715 2004-01-11  Julien MOUTTE  <julien@moutte.net>
25716
25717         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
25718         pad_alloc_buffer implementation to use ->srcpad
25719         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
25720         pad_alloc_buffer implementation to use ->srcpad
25721         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
25722         pad_alloc_buffer implementation to use ->srcpad
25723         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25724         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
25725         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
25726         a reference to everything we need.
25727         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
25728         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25729         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25730         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
25731         a reference to everything we need.
25732         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
25733
25734 2004-01-11  David Schleef  <ds@schleef.org>
25735
25736         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
25737         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
25738         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
25739         structure members.
25740         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
25741         value during a resize/renegotiation.
25742         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
25743         gst_pad_alloc_buffer();
25744         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
25745         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
25746         structure members.
25747         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
25748         Fix for rename of buffer private structure members.
25749         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25750         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
25751         Fix for rename of buffer private structure members.
25752         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25753         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
25754         Fix for rename of buffer private structure members.
25755
25756 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
25757
25758         reviewed by: David Schleef <ds@schleef.org>
25759
25760         * gst/videofilter/Makefile.am:
25761         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
25762         from the patch by ds to fit in with recent make_filter changes.
25763
25764 2004-01-11  Julien MOUTTE  <julien@moutte.net>
25765
25766         * configure.ac: Adding examples/switch/Makefile
25767         * examples/Makefile.am: Adding examples/switch
25768         * examples/switch/Makefile.am: Adding switcher example.
25769         * examples/switch/switcher.c: (got_eos), (idle_iterate),
25770         (switch_timer), (main): Adding an example demonstrating switch usage
25771         with 2 videotestsrc showing different patterns.
25772         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
25773         (gst_switch_init): Fixing switch with the new caps system.
25774
25775 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25776
25777         * gst-libs/gst/video/video.h:
25778           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
25779           They should probably be like
25780           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
25781
25782 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25783
25784         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25785         (qtdemux_parse_trak):
25786           fix audio chunk size/timestamp calculation
25787
25788 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25789
25790         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
25791           fix SVQ3 caps
25792
25793 2004-01-11  Steve Baker  <steve@stevebaker.org>
25794
25795         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
25796         (gst_agingtv_base_init), (gst_agingtv_class_init),
25797         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
25798         (gst_agingtv_set_property), (gst_agingtv_get_property):
25799         Port agingTV to videofilter
25800
25801 2004-01-09  Julien MOUTTE <julien@moutte.net>
25802
25803         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
25804         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25805
25806 2004-01-09  Julien MOUTTE <julien@moutte.net>
25807
25808         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
25809         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25810         * gst-libs/gst/xoverlay/xoverlay.c:
25811         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
25812         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
25813         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25814         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25815         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25816         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25817         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
25818         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
25819         the bufferalloc_function to replace bufferpools, fixing the XOverlay
25820         interface implementation to handle xid being 0 and fix some bugs
25821         triggered by Benjamin's testcase.
25822         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25823         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25824         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
25825         the bufferalloc_function to replace bufferpools, fixing the XOverlay
25826         interface implementation to handle xid being 0 and fix some bugs
25827         triggered by Benjamin's testcase.
25828
25829 2004-01-09  David Schleef  <ds@schleef.org>
25830
25831         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
25832         mouse pointer events.  It works.
25833
25834 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25835
25836         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
25837           Use explicit caps - fix capsnego.
25838         * ext/xvid/gstxviddec.c:
25839         * ext/xvid/gstxvidenc.c:
25840           Remove macro-inside-macro which caused compile errors.
25841         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
25842           Error out if it's not a RIFF file. Else we error out without
25843           gst_element_error() which is not good...
25844
25845 2004-01-08  David Schleef  <ds@schleef.org>
25846
25847         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
25848         Fix pad_link function to handle formats that ffmpeg returns
25849         as multiple caps structures.
25850         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
25851         Only complain if source buffer is _smaller_ than expected.
25852         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
25853         (gst_videoscale_handle_src_event): Resize navigation events
25854         when passing them upstream.
25855         * gst/videotestsrc/gstvideotestsrc.c:
25856         * gst/videotestsrc/gstvideotestsrc.h:
25857         * gst/videotestsrc/videotestsrc.c:
25858         * gst/videotestsrc/videotestsrc.h:
25859         Rewrite many of the buffer painting functions to handle odd
25860         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
25861         been verified to work with my video card.
25862         * testsuite/gst-lint:  Add check for elements calling
25863         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
25864
25865 2004-01-08  David Schleef  <ds@schleef.org>
25866
25867         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25868         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
25869
25870 2004-01-08  Julien MOUTTE  <julien@moutte.net>
25871
25872         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
25873         configure event is not emiting the desired size signal. That fixes
25874         aspect ratio issues with gst-player.
25875
25876 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25877
25878         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
25879           Fix capsnego.
25880
25881 2004-01-08  Julien MOUTTE  <julien@moutte.net>
25882
25883         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
25884         public method to fire size signal.
25885
25886 2004-01-07  Julien MOUTTE  <julien@moutte.net>
25887
25888         * examples/gstplay/Makefile.am: Adding the interface library.
25889         * gst-libs/gst/play/Makefile.am: Adding the interface library.
25890         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
25891         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
25892         GST_IS_X_OVERLAY before signal connect.
25893         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
25894         Removing the have_video_size signal.
25895         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
25896         and associated public method.
25897         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
25898         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
25899         signal.
25900         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
25901         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
25902         signal.
25903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
25904         Using XOverlay public method to fire size signal.
25905
25906 2004-01-07  David Schleef  <ds@schleef.org>
25907
25908         * gst/videofilter/Makefile.am:
25909         * gst/videofilter/gstvideotemplate.c:
25910         * gst/videofilter/make_filter:
25911         Create gstvideoexample.c in a srcdir!=builddir friendly way.
25912         Convert make_filter to /bin/sh script.
25913
25914 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
25915
25916         * gst/modplug/gstmodplug.cc: fix element description
25917
25918 2004-01-07  Julien MOUTTE  <julien@moutte.net>
25919
25920         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
25921         (got_video_size): Adding some new lines in g_print calls.
25922         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25923         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
25924         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
25925         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
25926         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
25927         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
25928         Complete code review, reverting some stuff i disagree with, adding
25929         some fixes : time synchronization on invalid timestamps, renegotiation
25930         of private window.
25931         * sys/ximage/ximagesink.h:
25932         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
25933         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
25934         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
25935         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
25936         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
25937         (gst_xvimagesink_buffer_new),
25938         (gst_xvimagesink_navigation_send_event),
25939         (gst_xvimagesink_set_xwindow_id),
25940         (gst_xvimagesink_get_desired_size),
25941         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
25942         stuff i disagree with, adding some fixes : Renegotiation of private
25943         window, implementing get_desired_size.
25944
25945 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25946
25947         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
25948         (gst_afsink_handle_event):
25949         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
25950         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
25951         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
25952         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
25953         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
25954           Fix for instantiate-test (see core). Also remove dead code from
25955           jpegenc (which still needs fixing, but that's lower on my TODO
25956           list...).
25957         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
25958           Never return NULL as caps.
25959
25960 2004-01-07  David Schleef  <ds@schleef.org>
25961
25962         * configure.ac:
25963         * ext/Makefile.am:
25964         * ext/librfb/Makefile.am:
25965         * ext/librfb/gstrfbsrc.c:
25966         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
25967         is the protocol used by VNC.
25968
25969 2004-01-07  David Schleef  <ds@schleef.org>
25970
25971         * gst/videofilter/gstvideotemplate.c:
25972         * gst/videofilter/gstvideotemplate.h:
25973         * gst/videofilter/make_filter:
25974         Merge videotemplate header into source file.
25975         * gst/effectv/Makefile.am:
25976         * gst/effectv/gsteffectv.c: (plugin_init):
25977         * gst/effectv/gstwarp.c:
25978         Make warpTV a subclass of videofilter.
25979
25980 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25981
25982         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
25983           Add guard against invalid utf-8 conversions in mad. Just in case.
25984
25985 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25986
25987         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
25988           Fix for bug shown by poisoning
25989
25990 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25991
25992         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
25993         (gst_v4lmjpegsrc_buffer_free):
25994         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
25995         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
25996         (gst_v4lsrc_buffer_free):
25997           Fix for removed bufferpools.
25998
25999 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
26000
26001         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
26002         Fix caps negotiation.
26003
26004         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
26005         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
26006         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26007         (dvdnavsrc_event):
26008         * ext/mpeg2dec/gstmpeg2dec.c:
26009         * gst-libs/gst/navigation/navigation.c:
26010         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
26011         * gst-libs/gst/navigation/navigation.h:
26012         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
26013         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
26014         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
26015         Super-simple first version of mouse and keyboard events. Clicking
26016         on a DVD menu now works, although it may not take you where you
26017         expected.
26018
26019         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
26020         * gst/videotestsrc/gstvideotestsrc.c:
26021         (gst_videotestsrc_src_fixate):
26022         These fixate functions were broken - they never actually
26023         fixated :)
26024
26025 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26026
26027         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
26028         (gst_icecastsend_init):
26029           fix for new caps system.
26030         * gst-libs/gst/mixer/mixertrack.h:
26031         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
26032           Add 'master track' flag (for tools like ACME that only want to
26033           change the main volume).
26034
26035 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
26036
26037         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
26038         (gst_xvid_csp_to_caps):
26039         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
26040         * ext/xvid/gstxvidenc.c:
26041         ifdef out ARGB type when it isn't available
26042         in xvidcore 1.0.0beta2
26043
26044 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26045
26046         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
26047           When we have received a new SCR right in the first buffer after
26048           a seek (so in the same cycle that handles the discont), we should
26049           handle the buffer instead of unreffing it, else we lose data.
26050
26051 2004-01-06  Iain <iain@prettypeople.org>
26052
26053         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
26054           buffer-frames caps too.
26055
26056         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
26057           caps that we need, don't destroy them all and rebuild them. And when
26058           creating src pads, use the src pad template rather than the sink...
26059
26060 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26061
26062         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
26063           Add pad to element *after* setting functions such as event handler.
26064           Without this, the scheduler (opt) will link pads, set the event
26065           handler from the default event function (dispatcher in gstpad.c)
26066           and *after* that, we will set our own event function, which will
26067           thus never be used (and thus mpegdemux doesn't handle events).
26068
26069 2004-01-04  David Schleef  <ds@schleef.org>
26070
26071         Fix the fixate functions to handle new prototype:
26072         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
26073         * gst/videotestsrc/gstvideotestsrc.c:
26074         (gst_videotestsrc_src_fixate):
26075         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
26076         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
26077         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
26078
26079 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26080
26081         * sys/ximage/ximagesink.h:
26082         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26083         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
26084         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
26085         (gst_ximagesink_xoverlay_init):
26086           assorted fixes to make (re)embedding work
26087         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
26088         (gst_ximagesink_get_desired_size):
26089           implement desired size additions to XOverlay
26090
26091 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26092
26093         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
26094         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
26095         (gst_x_overlay_got_desired_size):
26096         * gst-libs/gst/xoverlay/xoverlay.h:
26097           Add optional "desired size" signal and querying.
26098
26099 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26100
26101         * gst/matroska/matroska-demux.c:
26102         (gst_matroska_demux_parse_blockgroup):
26103           Fix EBML-laced block parsing. Diffs are relative to previous
26104           lace, not the first lace. Thanks to Mosu from the Matroska
26105           team for detecting this.
26106         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26107         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
26108         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
26109         (gst_wavparse_change_state):
26110         * gst/wavparse/gstwavparse.h:
26111           Quickfix for capsnego.
26112
26113 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26114
26115         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
26116           Fix indenting, fix pad creation.
26117
26118 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26119
26120         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
26121         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
26122         (gst_xviddec_sink_link):
26123           Implement src_getcaps() so proper size caps is negotiated.
26124
26125 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26126
26127         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
26128           Finish flac decoder on EOS. See #116178.
26129
26130 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26131
26132         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
26133         (gst_matroska_demux_add_stream):
26134         * gst/matroska/matroska-ids.h:
26135           Add getcaps() function to fix capsnego...
26136
26137 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26138
26139         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26140         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26141         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26142           Fix more integer overflows. Again, see #126967.
26143
26144 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26145
26146         * ext/mpeg2dec/gstmpeg2dec.c:
26147           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
26148           #130416.
26149
26150 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26151
26152         * configure.ac:
26153         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
26154         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
26155         * ext/xvid/gstxvid.h:
26156         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
26157         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
26158         (gst_xviddec_src_link), (gst_xviddec_sink_link),
26159         (gst_xviddec_change_state):
26160         * ext/xvid/gstxviddec.h:
26161         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
26162         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
26163         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
26164         (gst_xvidenc_link), (gst_xvidenc_set_property),
26165         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
26166         * ext/xvid/gstxvidenc.h:
26167           Update xvid plugin to latest xvid (1.0.0-beta3) API.
26168
26169 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26170
26171         * gst/rtp/rtp-packet.c:
26172           Add sys/types.h include, since OS X doesn't define in_addr_t
26173           in netinet/in.h, like it does on Linux (see #129600).
26174
26175 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
26176
26177         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
26178
26179         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
26180           Correct logic of dispose function (see #129306).
26181
26182 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26183
26184         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
26185         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
26186         (gst_mpeg_parse_init):
26187         * gst/mpegstream/gstmpegparse.h:
26188           Remove clock (which was never provided, i.e. dead code), and
26189           also fix integer overflows at high PTS values (see #126967).
26190
26191 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26192
26193         * ext/flac/gstflacdec.c:
26194         * ext/libpng/gstpngenc.h:
26195         * ext/mikmod/gstmikmod.h:
26196           OS X fixes (see #126628).
26197
26198 2004-01-02  David Schleef  <ds@schleef.org>
26199
26200         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
26201         (gst_alsa_src_base_init): Remove bogus "src" request pad.
26202         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
26203         (gst_mpeg_parse_class_init): Move pad template registration
26204         to class_init, since the derived class (mpegdemux) doesn't
26205         want them.
26206
26207 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26208
26209         * sys/ximage/Makefile.am:
26210         * sys/xvideo/Makefile.am:
26211         * sys/xvimage/Makefile.am:
26212           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
26213           after installation (see #127664).
26214
26215 2004-01-02  David Schleef  <ds@schleef.org>
26216
26217         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
26218         (gst_ffmpegenc_connect):  Negotiation fixes.
26219         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
26220         Remove inappropriate gst_caps_free().
26221         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
26222         Reenable Ronald's internal resize code, since the core handles
26223         it correctly now.
26224
26225 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26226
26227         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
26228         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
26229         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
26230           Fix pad template stuff.
26231
26232 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26233
26234         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
26235         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
26236           fix signed integer reading/writing.
26237
26238 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26239
26240         * ext/alsa/README:
26241           Remove outdated document
26242
26243 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
26244
26245         * gst/cutter/gstcutter.c: (gst_cutter_init):
26246           src pad was being created twice - oops.
26247
26248 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26249
26250         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
26251           Comment out internal resize. It doesn't handle the resulting
26252           XEvent internally, does another try_set_caps() which leads to
26253           a really nice loop.
26254           Real fix will come when Julien and Dave are awake. ;).
26255
26256 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26257
26258         * ext/mpeg2enc/gstmpeg2enc.cc:
26259           fix const/nonconst compile issue.
26260
26261 2004-01-02  David Schleef  <ds@schleef.org>
26262
26263         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
26264         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
26265         Add fixate function and a check for bad formats.
26266
26267 2004-01-01  David Schleef  <ds@schleef.org>
26268
26269         Negotiation fixes:
26270         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
26271         (gst_audiofilter_init):
26272         * gst/debug/efence.c: (gst_efence_init):
26273         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
26274         (gst_deinterlace_init):
26275         * gst/volume/gstvolume.c: (volume_connect):
26276
26277 2004-01-01  David Schleef  <ds@schleef.org>
26278
26279         Convert elements to use gst_pad_use_explicit_caps() where
26280         appropriate:
26281         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
26282         * ext/audiofile/gstafparse.c: (gst_afparse_init),
26283         (gst_afparse_open_file):
26284         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
26285         (gst_afsrc_open_file):
26286         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
26287         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
26288         (gst_ffmpegdec_chain):
26289         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
26290         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
26291         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
26292         (gst_gdk_pixbuf_chain):
26293         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
26294         (gst_jpegdec_chain):
26295         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
26296         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
26297         (gst_mikmod_negotiate):
26298         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26299         (gst_mpeg2dec_negotiate_format):
26300         * ext/mpeg2enc/gstmpeg2enc.cc:
26301         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26302         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
26303         (gst_speexdec_sinkconnect):
26304         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
26305         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
26306         (gst_vorbisfile_new_link):
26307         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
26308         (gst_ac3parse_chain):
26309         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
26310         (gst_asf_demux_setup_pad):
26311         * gst/auparse/gstauparse.c: (gst_auparse_init),
26312         (gst_auparse_chain):
26313         * gst/id3/gstid3types.c: (gst_id3types_loop):
26314         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
26315         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26316         (mp1videoparse_parse_seq):
26317         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
26318         (bpf_from_header):
26319         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26320         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
26321         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26322         (gst_mpeg_parse_send_data):
26323         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26324         (gst_qtdemux_add_stream):
26325         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
26326         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26327         (gst_wavparse_parse_fmt):
26328
26329 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26330
26331         * configure.ac:
26332           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
26333           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
26334           it therefore uses the wrong include paths. Too bad... Note
26335           that 1.6.1.93 is not release yet. ;).
26336           Also add a check for mplex, which is now using the lib'ified
26337           mplex from mjpegtools, too.
26338         * ext/ffmpeg/gstffmpegcodecmap.c:
26339           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
26340           issues. I don't think ffmpeg handles 3ivx correctly, so this
26341           probably won't work. But it won't hurt either.
26342         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
26343         (gst_ffmpegdec_chain):
26344         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
26345         (gst_ffmpegenc_chain_audio):
26346           Fix memleak in audio encoding. Close codec if open fails, this
26347           calls the cleanup routines so we can re-use the context.
26348         * ext/mpeg2enc/gstmpeg2enc.cc:
26349           Fix pad template names/types, fix memory issue with getcaps().
26350         * ext/mpeg2enc/gstmpeg2encoder.cc:
26351         * ext/mpeg2enc/gstmpeg2encoder.hh:
26352           Fix compile issue with new caps system (const thingy).
26353         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
26354         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
26355           We read a first frame right on initing, so that we have a caps
26356           when we init the output. This caps is cached in padprivate and
26357           read as first frame.
26358         * ext/mplex/Makefile.am:
26359         * ext/mplex/gstmplex.cc:
26360         * ext/mplex/gstmplex.h:
26361         * ext/mplex/gstmplex.hh:
26362         * ext/mplex/gstmplexibitstream.cc:
26363         * ext/mplex/gstmplexibitstream.hh:
26364         * ext/mplex/gstmplexjob.cc:
26365         * ext/mplex/gstmplexjob.hh:
26366         * ext/mplex/gstmplexoutputstream.cc:
26367         * ext/mplex/gstmplexoutputstream.hh:
26368           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
26369           had issues, didn't do capsnego, supported only a subset of the
26370           mplex features and required a mplex fork in our local CVS. Plus
26371           that it worked agaist a very old mplex version. Rewriting was
26372           faster than updating it.
26373         * gst-libs/ext/Makefile.am:
26374         * gst-libs/ext/mplex/INSTRUCT:
26375         * gst-libs/ext/mplex/Makefile.am:
26376         * gst-libs/ext/mplex/README:
26377         * gst-libs/ext/mplex/TODO:
26378         * gst-libs/ext/mplex/ac3strm_in.cc:
26379         * gst-libs/ext/mplex/audiostrm.hh:
26380         * gst-libs/ext/mplex/audiostrm_out.cc:
26381         * gst-libs/ext/mplex/aunit.hh:
26382         * gst-libs/ext/mplex/bits.cc:
26383         * gst-libs/ext/mplex/bits.hh:
26384         * gst-libs/ext/mplex/buffer.cc:
26385         * gst-libs/ext/mplex/buffer.hh:
26386         * gst-libs/ext/mplex/fastintfns.h:
26387         * gst-libs/ext/mplex/format_codes.h:
26388         * gst-libs/ext/mplex/inputstrm.cc:
26389         * gst-libs/ext/mplex/inputstrm.hh:
26390         * gst-libs/ext/mplex/lpcmstrm_in.cc:
26391         * gst-libs/ext/mplex/mjpeg_logging.cc:
26392         * gst-libs/ext/mplex/mjpeg_logging.h:
26393         * gst-libs/ext/mplex/mjpeg_types.h:
26394         * gst-libs/ext/mplex/mpastrm_in.cc:
26395         * gst-libs/ext/mplex/mpegconsts.cc:
26396         * gst-libs/ext/mplex/mpegconsts.h:
26397         * gst-libs/ext/mplex/mplexconsts.hh:
26398         * gst-libs/ext/mplex/multplex.cc:
26399         * gst-libs/ext/mplex/outputstream.hh:
26400         * gst-libs/ext/mplex/padstrm.cc:
26401         * gst-libs/ext/mplex/padstrm.hh:
26402         * gst-libs/ext/mplex/stillsstream.cc:
26403         * gst-libs/ext/mplex/stillsstream.hh:
26404         * gst-libs/ext/mplex/systems.cc:
26405         * gst-libs/ext/mplex/systems.hh:
26406         * gst-libs/ext/mplex/vector.cc:
26407         * gst-libs/ext/mplex/vector.hh:
26408         * gst-libs/ext/mplex/videostrm.hh:
26409         * gst-libs/ext/mplex/videostrm_in.cc:
26410         * gst-libs/ext/mplex/videostrm_out.cc:
26411         * gst-libs/ext/mplex/yuv4mpeg.cc:
26412         * gst-libs/ext/mplex/yuv4mpeg.h:
26413         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
26414         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
26415           We don't fork mjpegtools' mplex in our CVS anymore.
26416         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
26417         (gst_avi_demux_add_stream):
26418         * gst/avi/gstavidemux.h:
26419           Add getcaps() function for proper caps nego. This makes some
26420           parts of AVI playback/reading work.
26421         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
26422           Resize window on new capsnego. This is probably wrong, but
26423           I'm still committing it because with current capsnego, the
26424           first successfull capsnego is auto-fixated, therefore rounded
26425           down to the lowest values in the caps. this results in a 16x16
26426           XWindow that is not reized when real capsnego finishes.
26427           Dave, I see more cases of this, do you know a proper solution?
26428         * tools/gst-launch-ext.in:
26429           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
26430
26431 2003-12-31  David Schleef  <ds@schleef.org>
26432
26433         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
26434         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
26435           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
26436
26437 2003-12-30  David Schleef  <ds@schleef.org>
26438
26439         * ext/ffmpeg/gstffmpegcolorspace.c:
26440         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
26441         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
26442         (gst_ffmpegcsp_chain): Negotiation fixes
26443         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
26444         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
26445         (gst_audio_convert_link), (gst_audio_convert_channels):
26446         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
26447         (gst_audioscale_link), (gst_audioscale_get_buffer),
26448         (gst_audioscale_chain): Negotiation fixes
26449         * gst/audioscale/gstaudioscale.h:
26450         * gst/videofilter/gstvideofilter.c:
26451         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
26452         (gst_videofilter_link), (gst_videofilter_init),
26453         (gst_videofilter_set_output_size), (gst_videofilter_setup),
26454         (gst_videofilter_find_format_by_structure):
26455         * gst/videofilter/gstvideofilter.h: Negotiation fixes
26456         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
26457         (gst_videoscale_link):
26458         * gst/videoscale/videoscale.c: (videoscale_get_structure),
26459         (videoscale_find_by_structure), (gst_videoscale_setup):
26460         * gst/videoscale/videoscale.h: Negotiation fixes
26461         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
26462         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
26463         function, restrict resizing to a multiple of 4 (hack until
26464         everyone supports odd sizes correctly).
26465
26466 2003-12-29  Colin Walters  <walters@verbum.org>
26467
26468         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
26469         signed.
26470
26471 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
26472
26473         * ext/sndfile/gstsf.c: (gst_sf_loop):
26474           Fix warning about discarding const qualifier
26475
26476 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
26477
26478         * gst/cutter/gstcutter.c:
26479         * gst/videoscale/gstvideoscale.c:
26480         * gst/volenv/gstvolenv.c:
26481         * gst-libs/gst/audio/audio.c:
26482         * gst-libs/gst/video/video.c:
26483           Fix warnings
26484
26485 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26486
26487         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
26488           Don't send ALSA debugging to stderr.
26489         * ext/alsa/gstalsa.h:
26490           Use GST_WARNING instead of g_warning when ALSA functions fail.
26491
26492 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26493
26494         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
26495           Free XVAdapterInfo correctly.
26496
26497 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26498
26499         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26500         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
26501           Make id3tag use correct caps nego.
26502
26503 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
26504
26505         * ext/ivorbis/vorbis.c:
26506         * ext/ivorbis/vorbisenc.h:
26507         * ext/ivorbis/vorbisfile.c:
26508           Modify so that it uses the new caps things
26509
26510 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26511
26512         * testsuite/spider/spider1.c: (main):
26513         * testsuite/spider/spider2.c: (main):
26514         * testsuite/spider/spider3.c: (main):
26515           Make tests compile again. They probably don't work.
26516
26517 2003-12-24  Colin Walters  <walters@verbum.org>
26518
26519         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
26520         we can't fixate the caps anymore.
26521
26522 2003-12-23  David Schleef  <ds@schleef.org>
26523
26524         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
26525         * sys/oss/gstosssink.c: (gst_osssink_init),
26526         (gst_osssink_sink_fixate): Add fixate function.
26527
26528 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26529
26530         * ext/ffmpeg/gstffmpegcodecmap.c:
26531         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
26532         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
26533         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
26534         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
26535         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
26536         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
26537         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
26538           fix typo in RGB masks, and move back to "old" colorspace
26539           capsnego code until whoever wrote this new crap has actually
26540           tested it so that it works.
26541           And yes, this works, keep it that way please.
26542
26543 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26544
26545         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
26546         (gst_divxdec_init), (gst_divxdec_negotiate):
26547         * ext/divx/gstdivxdec.h:
26548         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
26549         (gst_divxenc_init):
26550         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
26551         (gst_faac_sinkconnect), (gst_faac_srcconnect):
26552         * ext/mpeg2enc/gstmpeg2enc.cc:
26553         * ext/mpeg2enc/gstmpeg2encoder.cc:
26554         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
26555         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
26556         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
26557         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
26558         (dxr3spusink_init):
26559         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
26560         (dxr3videosink_init):
26561           Fix caps breakage after Dave's caps branch merge.
26562
26563 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26564
26565         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26566           Fix for 24bpp display.
26567
26568 2003-12-23  Colin Walters  <walters@verbum.org>
26569
26570         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
26571         a GnomeVFSHandle directly.
26572
26573 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26574
26575         * gst/volume/Makefile.am:
26576         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
26577         (volume_base_init), (volume_init):
26578           Reenable volume element and fix to work with new caps stuff.
26579           Rhythmbox needs this.
26580
26581 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26582
26583         * gst/qtdemux/qtdemux.c: (plugin_init):
26584           qtdemux requires bytestream
26585
26586 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26587
26588         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
26589           Fix remaining caps handling errors due to CAPS merge.
26590
26591 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26592
26593         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
26594         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
26595         (gst_faad_srcconnect):
26596           Port to new caps system.
26597
26598 2003-12-21  Julien MOUTTE  <julien@moutte.net>
26599
26600         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
26601         (got_video_size), (main): using g_print instead of g_message.
26602         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
26603         signal which was not emitted because of "switch" element added to the
26604         bin but not connected. (Removing from the bin temporarily)
26605
26606 2003-12-21  Julien MOUTTE  <julien@moutte.net>
26607
26608         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
26609         find X development files. I don't understand the previous tests and
26610         they fail on my debian/ppc unstable. This one works.
26611         * examples/gstplay/player.c: (main): Set the pipeline to READY before
26612         exiting.
26613         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
26614         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26615         (gst_play_set_visualization): Add some safety checks in set_ methods
26616         and state_change. This was throwing some ugly CRITICAL messages when
26617         pipeline was getting disposed and casts were failing.
26618
26619 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26620
26621         * configure.ac:
26622           Improve mpeg2enc detection. This is for distributions that do
26623           ship mjpegtools, but without mpeg2enc. Also does object check
26624           for might there ever be ABI incompatibility.
26625         * ext/mpeg2enc/gstmpeg2enc.cc:
26626           Add Andrew as second maintainer (he's helping me), and also add
26627           an error if no caps was set. This happens if I pull before capsnego
26628           and that's something I should solve sometime else.
26629         * gst/matroska/matroska-demux.c:
26630         (gst_matroska_demux_parse_blockgroup):
26631           Fix time parsing.
26632         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
26633         (gst_matroska_mux_track_header):
26634           Add caps to templates.
26635         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
26636           Add mpegversion=1 to prevent confusion with MPEG/AAC.
26637         * gst/mpegstream/gstmpegdemux.c:
26638           Remove layer since it causes warnings about unfixed caps.
26639         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
26640           Fix obvious typo (we error out if caps were set, we should of
26641           course error out if *no* caps were set).
26642         * sys/oss/gstosselement.c: (gst_osselement_convert):
26643           Fix format conversion, we confused bits/bytes.
26644         * sys/oss/gstosselement.h:
26645           Improve documentation for 'bps'.
26646         * sys/v4l/TODO:
26647           Remove stuff about plugins that need removing - this was done
26648           ages ago.
26649         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
26650         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
26651         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
26652         (gst_v4lsrc_src_query):
26653         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
26654         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
26655           Add get_query_types(), get_formats() and query() functions.
26656
26657 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
26658
26659         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
26660           * moved CVS to freedesktop.org