790c1e7ca9c04883f3d0bfb47d2065d2db531513
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
2
3         * win32/common/libgstvideo.def:
4           export gst_video_calculate_display_ratio
5         * win32/vs6/libgstvideoscale.dsp:
6           add link to libgstvideo-0.10.lib
7
8 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9
10         * gst/playback/gstplaybasebin.c: (gen_source_element):
11           Throw a more comprehensible error for rtsp:// URIs (rather
12           than erroring out with a negotiation error later on) until
13           we fix playbin to handle rtspsrc etc.
14
15 2006-05-30  Wim Taymans  <wim@fluendo.com>
16
17         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
18         (gst_text_overlay_text_event):
19         Added some FIXMEs.
20
21 2006-05-30  Wim Taymans  <wim@fluendo.com>
22
23         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
24         (gst_adder_request_new_pad), (gst_adder_release_pad):
25         * gst/adder/gstadder.h:
26         Implement release_request_pad.
27         Make padcounter atomic.
28
29         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
30         Added check for release_pad in adder.
31
32 2006-05-30  Wim Taymans  <wim@fluendo.com>
33
34         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
35         Fix build again.
36
37 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38
39         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
40         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
41         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
42         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
43         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
44         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
45         (gst_ogg_demux_bisect_forward_serialno),
46         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
47         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
48           add more debugging
49           clean up printf formats for granulepos and serialno
50
51 2006-05-30  Michael Smith  <msmith@fluendo.com>
52
53         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
54         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
55         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
56         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
57         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
58         * ext/vorbis/vorbisenc.h:
59           Multi-channel caps negotiation, so we can do proper multichannel
60           vorbis encoding, negotiated through audioconvert.
61
62 2006-05-30  Wim Taymans  <wim@fluendo.com>
63
64         * tests/check/elements/adder.c: (test_event_message_received),
65         (test_play_twice_message_received), (GST_START_TEST),
66         (adder_suite):
67         Added check to show that #339935 is fixed with ongoing
68         adder and collectpads fixes.
69
70 2006-05-29  Wim Taymans  <wim@fluendo.com>
71
72         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
73         Don't leak pad name.
74
75 2006-05-29  Wim Taymans  <wim@fluendo.com>
76
77         * gst/adder/gstadder.c: (gst_adder_query_duration),
78         (forward_event_func), (forward_event), (gst_adder_src_event):
79         Fix adder seeking.
80         Make query/seeking code threadsafe.
81
82         * tests/check/Makefile.am:
83         * tests/check/elements/adder.c: (test_event_message_received),
84         (GST_START_TEST), (test_play_twice_message_received):
85         Fix adder test case.
86
87 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
88
89         Patch by: Young-Ho Cha  <ganadist at chollian net>
90
91         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
92         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
93         (set_encoding_element), (decodebin_element_added_cb),
94         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
95         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
96         * gst/playback/gstplaybasebin.h:
97           Add 'subtitle-encoding' property to playbin, so applications can
98           force a subtitle encoding for non-UTF8 subtitles (#342268).
99
100         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
101         (gst_sub_parse_set_property):
102           Rename recently-added 'encoding' property to 'subtitle-encoding'
103           (so it can be proxied by playbin/decodebin in a generic way
104           with less danger of false positives).
105
106 2006-05-29  Michael Smith  <msmith@fluendo.com>
107
108         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
109         (append_with_other_format), (set_structure_widths),
110         (gst_audio_convert_transform_caps):
111           Patch from #341562: give more specific audio caps in get_caps, so
112           that basetransform  can make better decisions on what caps to
113           negotiate.
114
115 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
116
117         * tests/check/elements/volume.c:
118         make it compile again
119
120 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
121
122         * tests/check/elements/volume.c: (volume_suite):
123         disable test until #343196 gets resolved
124
125 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
126
127         * gst/adder/gstadder.c: (gst_adder_get_type):
128         Make it easier to copy&paste
129         
130         * gst/volume/Makefile.am:
131         * gst/volume/gstvolume.c: (volume_update_real_volume),
132         (gst_volume_set_volume), (gst_volume_set_mute),
133         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
134         (volume_transform_ip), (volume_update_mute),
135         (volume_update_volume):
136         * gst/volume/gstvolume.h:
137         Add own debug category, move duplicate code to helper function, fix
138         property texts, add more comments and prepare ffor liboil-goodness
139         
140         * tests/check/Makefile.am:
141         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
142         add test for mute and passtrough case, be a bit more verbose to track
143         failure
144         
145         * tests/check/generic/states.c: (GST_START_TEST):
146         catch elements that fail to instantiate
147
148 2006-05-28  Edward Hervey  <edward@fluendo.com>
149
150         * tests/check/pipelines/simple-launch-lines.c:
151         * tests/check/pipelines/theoraenc.c:
152         * tests/check/pipelines/vorbisenc.c:
153         Comment out tests using parse_launch() if core was built without
154         parsing capabilities.
155
156 2006-05-27  Edward Hervey  <edward@fluendo.com>
157
158         * tests/check/Makefile.am:
159         Extra bonus points for whoever explains to ensonic that you are meant
160         to test unit tests thoroughly before commiting them, especially if
161         you know it's going to break.
162         De-activated element/adder tests.
163
164 2006-05-27  Edward Hervey  <edward@fluendo.com>
165
166         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
167         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
168         Marking caps conversion issues as GST_WARNING is way too verbose,
169         Moving them to GST_LOG.
170
171 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
172
173         * README:
174           Replace current README (containing the release notes from
175           some 0.9.x version) with a proper README taken from the core.
176
177 2006-05-26  Wim Taymans  <wim@fluendo.com>
178
179         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
180         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
181         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
182         (vorbis_dec_change_state):
183         Small cleanups.
184         Add some FIXMEs
185         Clip output samples to segment boundaries.
186
187 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
188
189         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
190         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
191         Improve the errors produced on bad output, including some human
192         readable description strings.
193         Handle the (theoretical for ximagesink) case where the XServer 
194         has a different idea about the size required for a particular 
195         frame and gives us too small a memory allocation.
196
197 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
198
199         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
200         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
201         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
202         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
203         Improve the errors produced on bad output, including some human 
204         readable description strings.
205         Handle RGB Xv formats properly by transforming them into our 
206         big-endian caps description.
207         Use gst_caps_truncate to ensure that we never try and choose a
208         non-fixed caps in buffer_alloc.
209         Handle the case where the XServer has a different idea about the size
210         required for a particular frame and gives us too small a memory
211         allocation.
212         Use -1 to indicate 'no image format', because 0 is a valid XServer
213         image format number.
214         Put RGB Xv formats at the end of the caps, so that we always prefer
215         YUV format frames.
216         Iterate the available Xv Encodings to determine the maximum width and
217         height, and then return that in our caps.
218         (Closes #315312, #337544)
219
220 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
221
222         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
223         When there is only one unfinished pad and it receives an event that
224         doesn't match our requirements, we need to set alldone=FALSE so that
225         the fakesink is not removed yet.
226
227 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
228
229         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
230           Use gst_type_find_helper_for_buffer() to find the type
231           of stream from the first packet.
232
233         * configure.ac:
234           Bump requirements to core CVS (needed for vorbis
235           typefinding to work).
236
237 2006-05-24  Edward Hervey  <edward@fluendo.com>
238
239         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
240         Added the 'prfl' atom type which MQV (no, it's not a typo) files contain.
241         Else they play perfectly fine with qtdemux.
242
243 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
244
245         * ext/theora/theoradec.c:
246         * ext/theora/theoraenc.c:
247         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
248         * gst/audiorate/gstaudiorate.c:
249           make more debug catagories static
250         
251         * tests/check/Makefile.am:
252         * tests/check/elements/adder.c: (message_received),
253         (test_event_message_received), (GST_START_TEST),
254         (test_play_twice_message_received), (adder_suite):
255           added test case for using element twice, extra bonus points for anyone
256           who can make these test run reliably
257
258 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
259
260         * ext/theora/theoradec.c: (theora_dec_chain):
261           Make work with time-stamped input buffers that do not
262           have a granulepos in BUFFER_OFFSET_END (like theora
263           buffers coming from matroskademux). Fixes #342448.
264
265 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
266
267         Patch by: Peter Kjellerstedt  <pkj at axis com>
268
269         * gst/tcp/Makefile.am:
270           fdstresstest doesn't need Gtk+, fix compilation if 
271           gtk is not available (#342566).
272
273 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
274          
275         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
276                 80 line columns
277                 Removed redundant floor()
278
279 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
280
281         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
282           On second thought, just skip JUNK chunks automatically, so
283           the caller doesn't have to handle this. Fixes #342345.
284           Also, return GST_FLOW_UNEXPECTED if we get a short read,
285           not GST_FLOW_ERROR.
286
287 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
288
289         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
290           Don't bail out on JUNK chunks with a size of 0 (would try to
291           pull_range 0 bytes before, which sources don't like too much).
292           See #342345.
293
294 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
295
296         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
297         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
298         Use the gstutil scaling function to preserve 64 bits while calculating
299         output width and height from the display-aspect-ratio. (A continuation
300         of #341542)
301
302 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
303
304         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
305         (gst_xvimagesink_buffer_alloc):
306         * sys/xvimage/xvimagesink.h:
307         When performing buffer allocations, remember the caps and image format
308         we return so that if the same caps are asked for next time we can
309         return them immediately without doing any caps intersections.
310
311 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
312          
313         * gst-libs/gst/rtp/README:
314           Some new documentation
315         * gst-libs/gst/rtp/gstrtpbuffer.h:       
316                 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children         
317         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
318         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
319                 New RTP audio base payloader class. Supports frame or sample based codecs.
320                 Not enabled in Makefile.am until approved.
321
322 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
323
324         * tests/check/elements/alsa.c: (test_device_property_probe):
325           Fix test case: don't try to free NULL GValueArray when there
326           are no devices.
327
328 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
329
330         * tests/check/Makefile.am:
331         * tests/check/elements/alsa.c: (test_device_property_probe),
332         (alsa_suite), (main):
333           Add simple test that runs a device property probe on alsasrc,
334           alsasink and alsamixer. Disable valgrind check for now (too
335           many leaks in libasound, and valgrind ignored my suppressions
336           additions).
337
338 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
339
340         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
341         (gst_alsa_device_property_probe_probe_property),
342         (gst_alsa_device_property_probe_needs_probe),
343         (gst_alsa_device_property_probe_get_values),
344         (gst_alsa_type_add_device_property_probe_interface):
345         * ext/alsa/gstalsadeviceprobe.h:
346         * ext/alsa/gstalsamixerelement.c:
347         (gst_alsa_mixer_element_init_interfaces):
348         * ext/alsa/gstalsamixerelement.h:
349           Clean up and simplify alsa device probing. Make it actually work
350           for multiple classes. Don't cache results any longer.
351
352         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
353         (gst_alsasink_init):
354         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
355         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
356         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
357           Make alsasink and alsasrc implement the GstPropertyProbe interface
358           for device probing (#342181).
359       Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
360
361 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
362
363         * gst/subparse/samiparse.c: (handle_start_font):
364           Don't ignore return value of strtol (++compiler_happiness).
365
366 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
367
368         Patch by: Young-Ho Cha  <ganadist chollian net>
369
370         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
371         (gst_sub_parse_class_init), (gst_sub_parse_init),
372         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
373         (convert_encoding):
374         * gst/subparse/gstsubparse.h:
375           Add 'encoding' property (#341681).
376
377         * gst/subparse/samiparse.c: (characters_sami):
378           Output is pango markup, so we need to escape text
379           between tags (#342143).
380
381 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
382
383         * gst-libs/gst/audio/multichannel.c:
384         (gst_audio_check_channel_positions):
385           It's okay to have caps with channels=1 and a channel position
386           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
387           (deinterleavers might want to keep the position in the caps,
388           so that they can be re-interleaved again properly later).
389           Leave check for unexpected 2-channel layouts intact for now.
390
391 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
392
393         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
394         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
395         basesrc can do its job correctly.
396
397 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
398
399         * ext/alsa/Makefile.am:
400         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
401         (gst_alsa_detect_formats), (get_channel_free_structure),
402         (caps_add_channel_configuration), (gst_alsa_detect_channels),
403         (gst_alsa_probe_supported_formats):
404         * ext/alsa/gstalsa.h:
405         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
406           Refactor and improve caps probing code: probe signedness
407           when we probe the supported formats/widths; set endianness
408           to the one we actually probed for (ie. cpu endianness).
409           
410         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
411         (gst_alsasrc_close):
412         * ext/alsa/gstalsasrc.h:
413           Implement caps probing for alsasrc.
414
415 2006-05-15  Wim Taymans  <wim@fluendo.com>
416
417         * ext/theora/theoradec.c: (gst_theora_dec_reset),
418         (theora_dec_src_query), (theora_dec_src_event),
419         (theora_dec_sink_event), (theora_handle_comment_packet),
420         (theora_handle_data_packet), (theora_dec_change_state):
421         Cleanups, add some G_LIKELY.
422         Use segment helpers instead of our own wrong code.
423         Clear queued buffers on seek and READY.
424
425         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
426         (vorbis_dec_convert), (vorbis_dec_src_query),
427         (vorbis_dec_src_event), (vorbis_dec_sink_event),
428         (vorbis_handle_comment_packet), (vorbis_dec_push),
429         (vorbis_handle_data_packet), (vorbis_dec_chain),
430         (vorbis_dec_change_state):
431         * ext/vorbis/vorbisdec.h:
432         Remove old useless packetno variable.
433         Do position query properly.
434         Add some G_LIKELY.
435         Do cleanup of queued buffers in new helper function
436         and use it.
437
438 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
439
440         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
441           Query supported sample rates. Fixes #341732.
442
443 2006-05-15  Julien MOUTTE  <julien@moutte.net>
444
445         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
446         (gst_decode_bin_change_state): Make decodebin reusable
447         when going from PAUSE_TO_READY and then back to PAUSED.
448         Fixes #331678.
449
450 2006-05-15  Wim Taymans  <wim@fluendo.com>
451
452         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
453         (vorbis_dec_convert), (vorbis_dec_src_query),
454         (vorbis_dec_sink_query), (vorbis_dec_src_event),
455         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
456         (vorbis_dec_clean_queued), (vorbis_dec_push),
457         (vorbis_handle_data_packet), (vorbis_dec_change_state):
458         Cleanups. Use refcounting and DEBUG_OBJECT.
459         Reset segment on flush, use code methods instead of our
460         own wrong version.
461         Fix potential memleak.
462
463 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
464
465         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
466         (gst_alsasink_init):
467         * ext/alsa/gstalsasink.h:
468           Don't leak allocated snd_output_t structure if there's
469           more than one alsasink instance at a time (#341873).
470           Also fix GObject macros in header file.
471           
472 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
473
474         * gst/subparse/gstsubparse.c:
475         (gst_sub_parse_data_format_autodetect):
476           Don't use libxml functions in the typefinding code.
477
478 2006-05-15  Wim Taymans  <wim@fluendo.com>
479
480         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
481         Fix seeking performance in the case where a non-header 
482         packet has a 0 granulepos (busted theora case). 
483         Fixes #341719
484
485 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
486
487         * gst/subparse/gstsubparse.c:
488         (gst_sub_parse_data_format_autodetect):
489           Improve SAMI typefinding: handle case where there are
490           whitespaces or newlines in front of the first <SAMI>
491           tag (#169936).
492
493 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
494
495         * configure.ac:
496           Build video4linux plugin even if there's no XVIDEO, just
497           without implementing the GstXOverlay interface (#334002).
498          
499 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
500
501         * configure.ac:
502         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
503         (plugin_init):
504           Add tentative support for libvisual-0.4 (#336881).
505
506 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
507
508         Patch by: Young-Ho Cha <ganadist at chollian net>
509
510         * gst/subparse/samiparse.c: (handle_start_font):
511           Need to map "silver" colour explicitly (#169936).
512
513 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
514
515         Patch by: Young-Ho Cha  <ganadist at chollian net>
516
517         * gst/subparse/Makefile.am:
518         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
519         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
520         (gst_sub_parse_format_autodetect), (feed_textbuf),
521         (gst_subparse_type_find), (plugin_init):
522         * gst/subparse/gstsubparse.h:
523         * gst/subparse/samiparse.c:
524         * gst/subparse/samiparse.h:
525           Add support for SAMI subtitles (#169936).
526
527 2006-05-14  Michael Smith  <msmith@fluendo.com>
528
529         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
530           Fix #341696: crash when mixing L+R+C to mono or stereo.
531         * tests/check/Makefile.am:
532         * tests/check/elements/audioconvert.c: (set_channel_positions),
533         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
534         (audioconvert_suite):
535           Add test for the above, including some generic framework bits for
536           testing multichannel things.
537
538 === release 0.10.7 ===
539
540 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
541
542         * configure.ac:
543           releasing 0.10.7, "Leave the gun"
544
545 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
546
547         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
548         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
549         Fix the build.
550
551 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
552
553         * docs/libs/gst-plugins-base-libs-docs.sgml:
554         * docs/libs/gst-plugins-base-libs-sections.txt:
555         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
556         * gst-libs/gst/video/video.h:
557         * gst/videoscale/Makefile.am:
558         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
559         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
560         * tests/check/Makefile.am:
561         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
562         (main):
563           Fix integer overflow problem with pixel-aspect-ratio calculations
564           in videoscale and xvimagesink (#341542)
565
566 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
567
568         * gst-libs/gst/tag/gstid3tag.c:
569           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
570
571 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
572
573         * win32/MANIFEST:
574           update win32 files listing
575
576 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
577
578         patch by: Sjoerd Simons (sjoerd@luon.net)
579
580         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
581         (group_create), (group_destroy), (add_stream),
582         (gst_play_base_bin_get_property),
583         (gst_play_base_bin_get_streaminfo_value_array):
584         * gst/playback/gstplaybasebin.h:
585           API: GstPlayBaseBin::stream-info-value-array property
586           use a more bindings-friendly way of exposing streaminfo
587           using a GValueArray.  Tested in ipython.
588           Closes #341114
589
590 2006-05-11  Wim Taymans  <wim@fluendo.com>
591
592         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
593         (queue_underrun_cb), (queue_filled_cb):
594         Also catch queue underruns but don't do anything yet.
595         Refactor and comment queue enlarging code a bit.
596
597         * gst/playback/gstplaybasebin.c: (queue_overrun),
598         (queue_threshold_reached), (queue_out_of_data),
599         (gen_preroll_element):
600         If a queue over/underruns check that we don't create nasty
601         deadlocks when the min-threshold is not reached but the
602         max-bytes is. In those cases disable max-bytes when we
603         know that the queue is fed timed data.
604         Add more comments.
605
606 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
607
608         * gst/playback/gstplaybin.c: (gen_audio_element):
609           Make playbin automatically plug an 'audioresample'
610           element before the audio sink as well. This solves
611           problems with sinks that only accept a very specific
612           sample rate, like esdsink (e.g. #340379).
613
614 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
615
616         * gst/playback/gstplaybasebin.c: (gen_source_element):
617           Make http sources send special headers so that we receive
618           icecast metadata if the http stream is an icecast stream
619           (otherwise the server will just ignore them). This also
620           means that from now on users will need the 'icydemux'
621           element from gst-plugins-good installed if they want to
622           listen to icecast radio streams. (#341432, #333657).
623
624 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
625
626         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
627         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
628           remove stupid example from docs - it should come with a simple
629           C program instead.
630           Clean up/fix docs
631         * tests/check/elements/multifdsink.c: (wait_bytes_served),
632         (fail_if_can_read), (GST_START_TEST),
633         (gst_multifdsink_create_streamheader), (multifdsink_suite):
634           add a test for changing streamheader which exposes a bug in
635           multifdsink
636
637 2006-05-11  Michael Smith  <msmith@fluendo.com>
638
639         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
640         (gst_gnome_vfs_src_received_headers_callback):
641         * ext/gnomevfs/gstgnomevfssrc.h:
642           Don't set icy-caps unless we have a sane interval value. Move
643           interval to a local variable; we never use it outside this function.
644
645 2006-05-11  Wim Taymans  <wim@fluendo.com>
646
647         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
648         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
649         Register special buffer types along with the objects so
650         that they are not registered at runtime from N different
651         streaming threads since they are not threadsafe.
652
653 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
654
655         * tests/check/elements/multifdsink.c: (wait_bytes_served),
656         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
657           add two more tests, one doing streamheader
658
659 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
660
661         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
662           clean up the bufqueue when shutting down
663         * tests/check/Makefile.am:
664         * tests/check/elements/multifdsink.c: (setup_multifdsink),
665         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
666         (main):
667           add a test for the leak that was just fixed
668
669 2006-05-10  Wim Taymans  <wim@fluendo.com>
670
671         * gst/adder/gstadder.c: (gst_adder_setcaps),
672         (gst_adder_query_duration), (gst_adder_query), (forward_event),
673         (gst_adder_src_event), (gst_adder_sink_event),
674         (gst_adder_class_init), (gst_adder_finalize),
675         (gst_adder_request_new_pad), (gst_adder_collected):
676         * gst/adder/gstadder.h:
677         Updated some docs. Added comments and FIXMEs all over the place.
678         Improve debugging info.
679         Fix leak on finalize by not calling the parent.
680         Implement duration query.
681         Make event forwarding threadsafe.
682         Correctly send NEWSEGMENT at start and after flush.
683         Handle EOS correctly.
684         Post error when not negotiated.
685
686         * tests/check/elements/adder.c: (GST_START_TEST):
687         Added FIXME in the test.
688
689 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
690
691         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
692         (gst_text_overlay_halign_get_type),
693         (gst_text_overlay_wrap_mode_get_type):
694         * ext/theora/theoradec.c: (theora_handle_type_packet),
695         (theora_handle_data_packet):
696         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
697         (theora_enc_sink_setcaps), (theora_enc_chain):
698         * gst-libs/gst/cdda/gstcddabasesrc.c:
699         (gst_cdda_base_src_mode_get_type):
700         * gst/audiotestsrc/gstaudiotestsrc.c:
701         (gst_audiostestsrc_wave_get_type):
702         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
703         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
704         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
705         (gst_sync_method_get_type), (gst_unit_type_get_type),
706         (gst_client_status_get_type):
707         * gst/videoscale/gstvideoscale.c:
708         (gst_video_scale_method_get_type):
709         * gst/videotestsrc/gstvideotestsrc.c:
710         (gst_video_test_src_pattern_get_type):
711         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
712         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
713         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
714         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
715         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
716         (paint_setup_RGB565), (paint_setup_xRGB1555):
717           Const-ify GEnumValue and GFlagsValue arrays. Use
718           GST_ROUND_UP_* macros instead of home-made ones.
719
720 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
721
722         * configure.ac:
723           Require core CVS for the new newsegment stuff.
724
725 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
726
727         Patch by: Sjoerd Simons  <sjoerd at luon net>
728
729         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
730           Register nick for enum value (#341160).
731
732 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
733
734         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
735         (plugin_init):
736          backout typefind patch #340375
737          
738         * tests/check/elements/adder.c: (message_received),
739         (GST_START_TEST), (adder_suite):
740           redo, signal-handling of test
741
742 2006-05-09  Wim Taymans  <wim@fluendo.com>
743
744         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
745         (gst_adder_collected):
746         * gst/adder/gstadder.h:
747         Remove bogus segment merging and forwarding, we don't
748         care about timestamps anyway and we just produce a
749         continuous stream. 
750         Also create a nice NEWSEGMENT event when we start.
751         Use _scale_int some more.
752
753 2006-05-09  Edward Hervey  <edward@fluendo.com>
754
755         * tests/icles/stress-xoverlay.c:
756         Fix if core was built without parsing support.
757
758 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
759
760         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
761           Add SEDG (Samsung MPEG-4) fourcc.
762
763 2006-05-09  Edward Hervey  <edward@fluendo.com>
764
765         * tests/icles/stress-xoverlay.c:
766         * tests/examples/volume/volume.c:
767         Fix if core was built without parsing support.
768
769         * tests/examples/seek/seek.c:
770         Disable the parse_launch example if core was built without parsing
771         support.
772
773 2006-05-08  Edward Hervey  <edward@fluendo.com>
774
775         * autogen.sh: (CONFIGURE_DEF_OPT): 
776         libtoolize on Darwin/MacOSX is called glibtoolize
777
778 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
779
780         * tests/check/Makefile.am:
781         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
782           Disable the adder test, until the build-slaves posses the kindness to 
783           either like it or to give valid reason for not doing so 
784
785 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
786
787         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
788         (adder_suite):
789           Shuffle NULL state change around and raise timeout more
790
791 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
792
793         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
794         (mp4_type_find), (plugin_init):
795           Add typefind to distinguish between "audio/x-m4a" and new type
796           "video/mp4". Fixes #340375
797
798         * tests/check/elements/adder.c: (adder_suite):
799           Raise timeout to make buildbot happy
800
801 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
802
803         * gst/adder/gstadder.c: (gst_adder_sink_event),
804         (gst_adder_request_new_pad), (gst_adder_change_state):
805         * gst/adder/gstadder.h:
806         * tests/check/Makefile.am:
807         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
808         (adder_suite), (main):
809           Add sink-event handling to adder. It tries to merge incomming
810           newsegment-events. Added test to check if segment_done is comming
811           through. Fixes #340060
812
813 2006-05-05  Andy Wingo  <wingo@pobox.com>
814
815         * ext/theora/theoraparse.c (gst_theora_parse_init)
816         (theora_parse_src_convert, theora_parse_src_query):
817         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
818         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
819         query functions on the source pads of the theora and vorbis parse
820         elements. Fixes position querying when doing a remux.
821
822 2006-05-05  Michael Smith  <msmith@fluendo.com>
823
824         * ext/theora/theoraparse.c: (parse_granulepos),
825         (theora_parse_drain_queue_prematurely),
826         (theora_parse_queue_buffer), (theora_parse_sink_event):
827           Fix flushing.
828           Fix invalid granulepos outputs when starting with a non-keyframe.
829
830 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
831
832         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
833         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
834         Rearrange MPEG system stream detection, fixing some memleaks in the
835         process.
836         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
837         they clean up their data correctly.
838         Remove unused ogganx caps and move the 'is_annodex' check to inside
839         the 'is_ogg' if statement.
840
841 2006-05-05  Wim Taymans  <wim@fluendo.com>
842
843         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
844         Properly remove ghostpads. Fixes #340392
845
846 2006-05-04  David Schleef  <ds@schleef.org>
847
848         * gst/typefind/gsttypefindfunctions.c:
849
850 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
851
852         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
853         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
854
855         When typefinding an MP3 in push-based mode, don't penalise the
856         probability down to 74% when we found 5 valid frames just because we
857         can't peek the end of the file.
858
859         Make the probability for detecting MPEG Transport Streams based on the
860         number of sequential headers we successfully detected.
861
862 2006-05-03  Wim Taymans  <wim@fluendo.com>
863
864         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
865         (vorbis_dec_push), (vorbis_dec_chain):
866         Still produce an error when we receive an empty packet.
867
868 2006-05-03  Wim Taymans  <wim@fluendo.com>
869
870         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
871         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
872         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
873         Mark buffers with DISCONT after seek and after activating new
874         chains.
875
876         * ext/theora/gsttheoradec.h:
877         * ext/theora/theoradec.c: (gst_theora_dec_reset),
878         (theora_get_query_types), (theora_dec_sink_event),
879         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
880         (theora_dec_change_state):
881         Fix frame counter.
882         Detect and mark DISCONT buffers.
883
884         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
885         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
886         (vorbis_dec_change_state):
887         * ext/vorbis/vorbisdec.h:
888         Use GstSegment.
889         Detect and mark DISCONT buffers.
890         Don't crash on 0 sized buffers.
891
892 2006-05-03  Wim Taymans  <wim@fluendo.com>
893
894         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
895         (volume_transform_ip):
896         Increase "volume" property to 10.0. Fixes #340369.
897         Set the process function to NULL when capsnego fails so that
898         we properly error out.
899
900 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
901
902         * gst/playback/gstplaybin.c: (add_sink):
903         * gst/playback/test.c: (main):
904         * gst/playback/test5.c: (dump_element_stats):
905         * gst/playback/test6.c: (main):
906           free cpas using gst_caps_unref, don't leak caps-strings
907
908 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
909
910         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
911         (plugin_init):
912           Refine musepack typefinding a bit. Return MAXIMUM
913           probability when we detect stream version 7 to make
914           sure the mpeg audio typefinder doesn't trump us.
915
916 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
917
918         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
919           Protect against unexpected NULL strf_data buffer.
920
921 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
922
923         * tests/check/elements/audioconvert.c: (verify_convert),
924         (GST_START_TEST):
925           interpret the out[] buffer in the order the bytes are actually
926           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
927           Other tests should use BYTE_ORDER since the array is filled in
928           with actual values
929
930 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
931
932         * tests/check/elements/audioconvert.c: (verify_convert),
933         (GST_START_TEST):
934           when a test fails, give an indication of which it is
935
936 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
937
938         * gst-libs/gst/cdda/gstcddabasesrc.c:
939           compile fix; strtol() needs <stdlib.h>
940
941 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
942
943         * ext/alsa/gstalsamixerelement.c:
944         * ext/alsa/gstalsasrc.c:
945         * ext/cdparanoia/gstcdparanoiasrc.c:
946         * ext/gnomevfs/gstgnomevfssink.c:
947         * ext/gnomevfs/gstgnomevfssrc.c:
948         * ext/ogg/gstoggdemux.c:
949         * ext/ogg/gstoggmux.c:
950         * ext/ogg/gstoggparse.c:
951         * ext/ogg/gstogmparse.c:
952         * ext/pango/gstclockoverlay.c:
953         * ext/pango/gsttextoverlay.c:
954         * ext/pango/gsttextrender.c:
955         * ext/pango/gsttimeoverlay.c:
956         * ext/theora/theoradec.c:
957         * ext/theora/theoraenc.c:
958         * ext/vorbis/vorbisdec.c:
959         * ext/vorbis/vorbisenc.c:
960         * gst-libs/gst/audio/gstaudiofilter.c:
961         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
962         * gst/audioconvert/gstaudioconvert.c:
963         * gst/audiorate/gstaudiorate.c:
964         * gst/audioresample/gstaudioresample.c:
965         * gst/audiotestsrc/gstaudiotestsrc.c:
966         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
967         * gst/playback/gstdecodebin.c:
968         * gst/playback/gstplaybin.c:
969         * gst/playback/gststreamselector.c:
970         * gst/subparse/gstsubparse.c:
971         * gst/tcp/gstmultifdsink.c:
972         * gst/tcp/gsttcpclientsink.c:
973         * gst/tcp/gsttcpclientsrc.c:
974         * gst/tcp/gsttcpserversink.c:
975         * gst/tcp/gsttcpserversrc.c:
976         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
977         * gst/videorate/gstvideorate.c:
978         * gst/videoscale/gstvideoscale.c:
979         * gst/videotestsrc/gstvideotestsrc.c:
980         * gst/volume/gstvolume.c:
981         * sys/v4l/gstv4ljpegsrc.c:
982         * sys/v4l/gstv4lmjpegsink.c:
983         * sys/v4l/gstv4lmjpegsrc.c:
984         * sys/v4l/gstv4lsrc.c:
985         * sys/ximage/ximagesink.c:
986         * sys/xvimage/xvimagesink.c:
987         * tests/check/libs/cddabasesrc.c:
988           make GstElementDetails const
989
990 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
991
992         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
993         (gst_adder_init):
994           send events from src-pad to all sink-pads fixes #338657
995
996 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
997
998         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
999         (alsasink_parse_spec):
1000           query width capabilities from alsa, fixes #338919
1001
1002 2006-04-28  Wim Taymans  <wim@fluendo.com>
1003
1004         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
1005         (gst_multi_fd_sink_remove_client_link):
1006         * gst/tcp/gstmultifdsink.h:
1007         Fix race condition in multifdsink that can lead to spurious 
1008         duplicate clients. this patch adds a new signal that is fired when
1009         multifdsink has removed all references to the fd.
1010         Fixes #339574.
1011         Updated documentation.
1012         API: client-fd-removed signal added
1013
1014 2006-04-28  Michael Smith  <msmith@fluendo.com>
1015
1016         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
1017           When asking g_value_array_new to prealloc elements, we may as well
1018           ask for the right number of elements.
1019
1020 2006-04-28  Wim Taymans  <wim@fluendo.com>
1021
1022         * gst-libs/gst/audio/gstbaseaudiosink.c:
1023         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
1024         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1025         patch to make timestamp checking more tollerant to rounding 
1026         errors given that real discontinuities are to be marked on
1027         buffers. Fixes some asf files and #338778.
1028         Also avoid some crashers when we receive an event in the 
1029         NULL state.
1030
1031 2006-04-28  Michael Smith  <msmith@fluendo.com>
1032
1033         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
1034         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
1035         (gst_gnome_vfs_src_get_property),
1036         (gst_gnome_vfs_src_send_additional_headers_callback),
1037         (gst_gnome_vfs_src_received_headers_callback),
1038         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
1039         (gst_gnome_vfs_src_stop):
1040         * ext/gnomevfs/gstgnomevfssrc.h:
1041           Remove ICY handling (mostly) from gnomevfssrc, in favour of
1042           proper shared support within icydemux.
1043
1044 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1045
1046         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1047         (gst_video_rate_swap_prev), (gst_video_rate_chain):
1048           fix up docs
1049           fix a leak when no caps negotiated
1050           fix counting of input frames
1051         * tests/check/elements/.cvsignore:
1052         * tests/check/elements/videorate.c: (assert_videorate_stats),
1053         (GST_START_TEST), (videorate_suite):
1054           add tests for these
1055
1056 2006-04-28  Wim Taymans  <wim@fluendo.com>
1057
1058         * gst-libs/gst/audio/gstringbuffer.c:
1059         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
1060         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
1061         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1062         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
1063         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
1064         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1065         (gst_ring_buffer_commit), (gst_ring_buffer_read),
1066         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
1067         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
1068         Check arguments passed to public functions instead of
1069         crashing.
1070
1071 2006-04-28  Wim Taymans  <wim@fluendo.com>
1072
1073         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
1074         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
1075         GstBaseAudioSrc must be live or it does not work.
1076
1077         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
1078         Don't set live to TRUE as this is the default in the parentclass.
1079
1080 2006-04-28  Wim Taymans  <wim@fluendo.com>
1081
1082         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
1083         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
1084         Videoscale doesn't pass on pixel-aspect ratio. Handle all
1085         fixation cases better. Fixes #338991
1086
1087 2006-04-28  Wim Taymans  <wim@fluendo.com>
1088
1089         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
1090         Handle 0/1 framerate correctly Fixes #331901.
1091
1092 2006-04-28  Wim Taymans  <wim@fluendo.com>
1093
1094         * tests/check/elements/audioconvert.c: (get_float_caps),
1095         (GST_START_TEST), (audioconvert_suite):
1096         Added check for correct clipping when doing float samples
1097         in audioconvert.
1098
1099 2006-04-28  Wim Taymans  <wim@fluendo.com>
1100
1101         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
1102         (gst_video_rate_chain):
1103         Print more debugging info.
1104
1105 2006-04-28  Wim Taymans  <wim@fluendo.com>
1106
1107         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
1108         (resample_set_state_from_caps):
1109         Add support for other formats audioresample can handle such as
1110         32 bits in and float and 64 bits float. Fixes #301759
1111
1112 2006-04-28  Wim Taymans  <wim@fluendo.com>
1113
1114         * gst/audioconvert/audioconvert.c: (float):
1115         correctly clip float samples > 1.0. Fixes #338718
1116
1117 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
1118
1119         Patch by: Young-Ho Cha  <ganadist at chollian net>
1120
1121         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1122         (gst_text_overlay_render_text):
1123           Don't strip newlines from the text. Also, center lines
1124           within multi-line paragraphs (#339405).
1125
1126 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
1127
1128         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
1129           Fix wavpack typefinding to work in more cases (don't peek
1130           for chunks of multiple hundred kBs at once, but process
1131           things step-by-step in smaller units). Fixes #339786.
1132
1133 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1134
1135         * configure.ac:
1136           back to HEAD
1137
1138 === release 0.10.6 ===
1139
1140 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
1141
1142         * configure.ac:
1143           releasing 0.10.6, "Chao"
1144
1145 2006-04-26  David Schleef  <ds@schleef.org>
1146
1147         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
1148           Fixes #338897.
1149
1150 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1151
1152         * configure.ac:
1153         * win32/common/config.h:
1154           new prerelease
1155
1156 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1157
1158         patch by: Wim Taymans
1159
1160         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1161         (gst_ogg_demux_perform_seek):
1162           make sure correct newsegments are sent, so that the decoder
1163           and the demuxer agree on timestamps.  Fixes playback of a lot
1164           of Ogg files that do not start from 0.  Fixes #339833.
1165
1166 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1167
1168         Patch by: Edward Hervey  <edward@fluendo.com>
1169
1170         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
1171         * tests/check/Makefile.am:
1172         * tests/check/elements/videorate.c: (assert_videorate_stats),
1173         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
1174         (videorate_suite), (main):
1175           Fix an infinite loop if frames are passed in with wrongly ordered
1176           timestamps.  Fixes #339013.
1177
1178 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1179
1180         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
1181
1182         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1183           fix typefinding on some ISO files.  Fixes #339212.
1184
1185 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1186
1187         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
1188
1189         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1190           add another H264 fourcc.  Fixes #339047.
1191
1192 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1193
1194         Patch by: Jan Schmidt
1195
1196         * gst/playback/gststreamselector.c:
1197         (gst_stream_selector_bufferalloc):
1198           Restore old StreamSelector behaviour.
1199           Fixes #338419.
1200
1201 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1202
1203         * configure.ac:
1204         * win32/common/config.h:
1205           prerelease
1206
1207 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
1208
1209         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
1210
1211         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1212         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
1213           Fix some memory leaks: on finalize, free buffers left in the queue
1214           before destroying the queue; in _push(), unref rtp_buf even if
1215           the process vfunc returned a NULL buffer as output buffer (#337548);
1216           demote some recuring debug messages to LOG level.
1217
1218 2006-04-11  Wim Taymans  <wim@fluendo.com>
1219
1220         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1221         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1222         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
1223         (gst_ogg_demux_loop):
1224         More cleanups.
1225         Respect segment stop when emiting EOS or SEGMENT_DONE.
1226         Fixes (#337945).
1227
1228 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
1229
1230         * gst/playback/gststreamselector.c:
1231         (gst_stream_selector_get_property):
1232           Don't leak pad name.
1233
1234 2006-04-10  Michael Smith  <msmith@fluendo.com>
1235
1236         * tests/check/Makefile.am:
1237         * tests/check/gst-plugins-base.supp:
1238           Suppress an old libtheora bug (fixed in more recent versions), so 
1239           that FC4 buildslaves can pass.
1240
1241 2006-04-10  Wim Taymans  <wim@fluendo.com>
1242
1243         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1244         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
1245         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
1246         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
1247         (gst_ogg_demux_loop):
1248         Don't leak events.
1249         Remember what error we got when finding chains, if we
1250         were shutdown, that would not be an error.
1251
1252 2006-04-10  Wim Taymans  <wim@fluendo.com>
1253
1254         * gst-libs/gst/audio/gstbaseaudiosink.c:
1255         (gst_base_audio_sink_event):
1256         Starting the ringbuffer when we did not acquire it can cause
1257         a deadlock, is pointless and causes nasty things for
1258         subclasses. 
1259         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
1260
1261 2006-04-10  Wim Taymans  <wim@fluendo.com>
1262
1263         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1264         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
1265         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1266         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
1267         (gst_ogg_demux_deactivate_current_chain),
1268         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
1269         (gst_ogg_demux_bisect_forward_serialno),
1270         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
1271         Add some more debugging.
1272
1273 2006-04-10  Wim Taymans  <wim@fluendo.com>
1274
1275         * ext/theora/theoradec.c: (theora_dec_src_event),
1276         (theora_handle_data_packet):
1277         Some more debug info.
1278
1279         * tests/examples/seek/seek.c: (start_seek), (main):
1280         Print element messages too.
1281
1282 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
1283
1284         * gst/audioresample/debug.h:
1285           replace debug macros with variable number of parameters
1286           by a simple alias to gstreamer standard debug macros 
1287          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
1288           supported by MSVC 6.0 and 7.1)
1289         * gst/audioresample/resample.h:
1290           define M_PI and rint for WIN32
1291         * win32/common/libgstaudio.def:
1292         * win32/common/libgstriff.def:
1293         * win32/common/libgsttag.def:
1294         * win32/common/libgstvideo.def:
1295           add new exported functions
1296         * win32/vs6:
1297           update project files
1298
1299 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
1300
1301         * ext/alsa/gstalsamixeroptions.c:
1302         (gst_alsa_mixer_options_class_init):
1303         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
1304         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
1305         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
1306         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
1307         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
1308         * gst-libs/gst/audio/gstaudiofilter.c:
1309         (gst_audio_filter_class_init):
1310         * gst-libs/gst/audio/gstaudiosink.c:
1311         (gst_audioringbuffer_class_init):
1312         * gst-libs/gst/audio/gstaudiosrc.c:
1313         (gst_audioringbuffer_class_init):
1314         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
1315         * gst-libs/gst/interfaces/colorbalancechannel.c:
1316         (gst_color_balance_channel_class_init):
1317         * gst-libs/gst/interfaces/mixeroptions.c:
1318         (gst_mixer_options_class_init):
1319         * gst-libs/gst/interfaces/mixertrack.c:
1320         (gst_mixer_track_class_init):
1321         * gst-libs/gst/interfaces/tunerchannel.c:
1322         (gst_tuner_channel_class_init):
1323         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
1324         * gst-libs/gst/netbuffer/gstnetbuffer.c:
1325         (gst_netbuffer_class_init):
1326         * gst-libs/gst/rtp/gstbasertppayload.c:
1327         (gst_basertppayload_class_init):
1328         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
1329         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
1330         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
1331         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
1332         * gst/playback/gststreamselector.c:
1333         (gst_stream_selector_class_init):
1334         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
1335         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
1336         * sys/v4l/gstv4lcolorbalance.c:
1337         (gst_v4l_color_balance_channel_class_init):
1338         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
1339         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
1340         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
1341         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
1342         (gst_v4l_tuner_norm_class_init):
1343         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
1344         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1345         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
1346         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
1347
1348 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
1349
1350         * ext/pango/gsttextrender.h:
1351         * gst-libs/gst/audio/gstaudiosink.h:
1352         * gst-libs/gst/audio/gstaudiosrc.h:
1353         * gst-libs/gst/audio/gstbaseaudiosink.h:
1354         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1355         * gst-libs/gst/audio/gstringbuffer.h:
1356         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1357         * gst-libs/gst/rtp/gstbasertppayload.h:
1358         * gst-libs/gst/video/gstvideofilter.h:
1359         * gst-libs/gst/video/gstvideosink.h:
1360         * gst/playback/gstplaybasebin.h:
1361         * gst/tcp/gstmultifdsink.h:
1362         * sys/v4l/gstv4lelement.h:
1363         Fix broken GObject macros
1364
1365 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
1366
1367         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
1368         More debug to trace why my USB headset is not working with gst
1369
1370 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
1371
1372         * gst/playback/gstplaybasebin.c: (group_destroy):
1373         Clean up our group elements properly in the case where it never 
1374         got committed - it still got added unconditionally to the bin.
1375
1376 2006-04-07  Wim Taymans  <wim@fluendo.com>
1377
1378         * ext/theora/theoradec.c: (theora_dec_sink_event),
1379         (theora_handle_data_packet), (theora_dec_chain):
1380         Unref unhandled events.
1381         Protect against empty buffers.
1382         Perform QoS on running time.
1383
1384 2006-04-07  Michael Smith  <msmith@fluendo.com>
1385
1386         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
1387         (gst_vorbis_enc_chain):
1388           Remove leaks from vorbisenc.
1389           Mostly minor changes, the only significant one is that now the
1390           buffers we set as 'streamheader' on the caps are copies of the
1391           original buffers, to avoid circular refcounting problems.
1392
1393 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
1394
1395         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
1396           Don't remove our mute-probe if someone else already did so.
1397           Don't set a 2nd one if there is already one pending on the pad.
1398
1399         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1400         (do_playbin_seek):
1401           When a seek fails, ensure that playbin is still set back to playing.
1402           
1403         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
1404         (mpeg_ts_type_find), (plugin_init):
1405           Add a typefind function for mpeg-ts streams. (Closes: #336617)
1406
1407 2006-04-06  Andy Wingo  <wingo@pobox.com>
1408
1409         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
1410         (gst_video_rate_init): Caps-related parameters should not be reset
1411         by a flush -- move their inits to the instance init function.
1412         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
1413         is not OK, just return the result.
1414
1415         * gst/audiotestsrc/gstaudiotestsrc.c
1416         (gst_audio_test_src_class_init)
1417         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
1418         broken by Stefan's commit on 24 March.
1419
1420         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
1421         buffers being pushed out. Fixes oggmux ! multifdsink.
1422
1423 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
1424
1425         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
1426         (gst_vorbis_dec_init), (vorbis_dec_finalize):
1427         * ext/vorbis/vorbisdec.h:
1428         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
1429         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
1430         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
1431         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
1432         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
1433         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
1434         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
1435         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
1436         (gst_vorbis_enc_buffer_from_packet),
1437         (gst_vorbis_enc_buffer_from_header_packet),
1438         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
1439         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
1440         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
1441         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
1442         (gst_vorbis_enc_change_state):
1443         * ext/vorbis/vorbisenc.h:
1444           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
1445           vorbisenc adhere to the official nomenclature; use boilerplate
1446           macro.
1447
1448 2006-04-04  Andy Wingo  <wingo@pobox.com>
1449
1450         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
1451         Whoops, fix bug introduced. Bad hacker!
1452         
1453         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
1454         Properly handle the case where you get EOS before any buffers are
1455         received. Use gst_buffer_make_metadata_writable where appropriate.
1456
1457         * ext/theora/theoradec.c (theora_handle_data_packet): This value
1458         is often negative -- make it signed so as not to wrap around.
1459         Fixes segfaults introduced on 9 March.
1460
1461 2006-04-03  Wim Taymans  <wim@fluendo.com>
1462
1463         * ext/theora/gsttheoradec.h:
1464         * ext/theora/theoradec.c: (theora_dec_src_event):
1465         Don't try to store a gdouble in a gboolean.
1466         Small cleanups.
1467
1468 2006-04-03  Michael Smith  <msmith@fluendo.com>
1469
1470         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
1471           Oggmux sucks.
1472           Make it suck slightly less by writing out the final page.
1473           Still can't encode a vorbis-in-ogg file correctly, though.
1474
1475 2006-04-03  Andy Wingo  <wingo@pobox.com>
1476
1477         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
1478         a g_print.
1479
1480         * ext/theora/theora.c (plugin_init): Register theoraparse.
1481
1482         * ext/theora/gsttheoraparse.h: 
1483         * ext/theora/theoraparse.c: New files implementing a theora
1484         parser. Now we can properly remux ogg/theora+vorbis, yay.
1485
1486         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
1487
1488 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1489
1490         * gst/audiotestsrc/gstaudiotestsrc.c:
1491           Fixed the sample pipeline (see #323798)
1492
1493 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1494
1495         * configure.ac:
1496         * win32/common/config.h:
1497         * win32/common/config.h.in:
1498           use AS_VERSION and AS_NANO
1499           more cleanups
1500
1501 2006-03-31  Andy Wingo  <wingo@pobox.com>
1502
1503         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
1504         uninitialized variable return that would happen.
1505         
1506         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
1507         uninitialized variable return that would never happen.
1508
1509         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
1510         (vorbis_parse_sink_event): Add an event function to flush our
1511         state on a seek, and to drain buffers on a premature EOS.
1512         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
1513         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
1514         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
1515         (vorbis_parse_drain_queue): Queue up buffers until we can set
1516         their timestamps and granulepos values.
1517
1518         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
1519         and keep track of data needed for deriving granulepos and
1520         timestamps for buffers.
1521
1522 2006-03-29  Wim Taymans  <wim@fluendo.com>
1523
1524         Patch by: j^ <j at bootlab dot org>
1525
1526         * ext/alsa/gstalsamixerelement.c:
1527         (gst_alsa_mixer_element_class_init):
1528         * ext/alsa/gstalsasink.c:
1529         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
1530         * ext/ogg/gstoggdemux.c:
1531         * ext/ogg/gstoggmux.c:
1532         * ext/ogg/gstoggparse.c:
1533         * ext/pango/gstclockoverlay.c:
1534         * ext/pango/gsttextoverlay.c:
1535         * ext/pango/gsttextrender.c:
1536         * ext/pango/gsttimeoverlay.c:
1537         * ext/theora/theoradec.c:
1538         * ext/theora/theoraenc.c:
1539         * ext/vorbis/vorbisdec.c:
1540         * ext/vorbis/vorbisenc.c:
1541         * gst/audioconvert/gstaudioconvert.c:
1542         * gst/subparse/gstsubparse.c:
1543         * gst/tcp/gstmultifdsink.c:
1544         * gst/tcp/gsttcpclientsink.c:
1545         * gst/tcp/gsttcpclientsrc.c:
1546         * gst/tcp/gsttcpserversink.c:
1547         * gst/tcp/gsttcpserversrc.c:
1548           better/unified long descriptions
1549           Fixes #336477
1550
1551 2006-03-29  Wim Taymans  <wim@fluendo.com>
1552
1553         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
1554         (stop_seek):
1555         Don't let double and triple clicks mess up our state.
1556
1557 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
1558
1559         * gst/playback/gstplaybin.c: (gen_video_element),
1560         (gen_text_element), (gen_audio_element), (gen_vis_element):
1561           Error out gracefully when we can't create any of the usual
1562           conversion elements for some reason. Also, don't try to
1563           create an audioscale (sic) element that's not used anyway.
1564
1565 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
1566
1567         * gst/playback/gstplaybasebin.c: (setup_source):
1568           Don't post RESOURCE_NOT_FOUND error when we can't find a source
1569           element for a particular protocol, that's confusing for users.
1570           Instead, post a RESOURCE_FAILED error, so that our own error
1571           message is actually shown in totem etc. (#336303).
1572
1573 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
1574
1575         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1576
1577         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
1578         (gst_gnome_vfs_src_get_icy_metadata):
1579           Fix some minor memory leaks (#336194).
1580
1581 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
1582
1583         * ext/gnomevfs/gstgnomevfs.c:
1584         (gst_gnome_vfs_location_to_uri_string):
1585         * ext/gnomevfs/gstgnomevfs.h:
1586         * ext/gnomevfs/gstgnomevfssink.c:
1587         (gst_gnome_vfs_sink_set_property):
1588         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
1589           Make gnomevfssink accept filenames as well as URIs for the
1590           "location" property, just like gnomevfssrc does (and
1591           filesrc/filesink do) (#336190).
1592
1593 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
1594
1595         * tests/check/generic/clock-selection.c: (GST_START_TEST):
1596           set to NULL before unreffing, fixes a valgrind leak.
1597           Why was this not triggering the error that an object needs to
1598           be NULL before unreffing ?
1599         * win32/common/config.h:
1600           update
1601
1602 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
1603
1604         * gst/subparse/gstsubparse.c: (convert_encoding),
1605         (gst_sub_parse_change_state):
1606         * gst/subparse/gstsubparse.h:
1607           Text subtitle files may or may not be UTF-8. If it's not, we
1608           don't really want to see '?' characters in place of non-ASCII
1609           characters like accented characters. So let's assume the input
1610           is UTF-8 until we come across text that is clearly not. If it's
1611           not UTF-8, we don't really know what it is, so try the following:
1612           (a) see whether the GST_SUBTITLE_ENCODING environment variable
1613           is set; if not, check (b) if the current locale encoding is
1614           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
1615           the current locale encoding is UTF-8 and the environment variable
1616           was not set to any particular encoding. Not perfect, but better
1617           than nothing (and better than before, I think) (fixes #172848).
1618
1619 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
1620
1621         * configure.ac:
1622           update core requirement to 0.10.4.1 because of async_playback
1623           vmethod on GstBaseSink
1624
1625 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
1626
1627         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1628         * gst/adder/gstadder.c: (gst_adder_init):
1629         use DEBUG_FUNCPTR for collectpads
1630
1631 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
1632
1633         * docs/plugins/Makefile.am:
1634         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1635         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1636         * ext/cdparanoia/gstcdparanoiasrc.c:
1637         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
1638         (gst_gnome_vfs_sink_class_init):
1639         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
1640         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
1641         * ext/ogg/gstoggmux.c:
1642         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
1643         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
1644         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
1645         * ext/pango/gsttextoverlay.c:
1646         * ext/pango/gsttextrender.c:
1647         * ext/theora/theoradec.c:
1648         * ext/theora/theoraenc.c:
1649         * ext/vorbis/vorbisdec.c:
1650         * ext/vorbis/vorbisenc.c:
1651         * gst-libs/gst/audio/gstaudiofilter.c:
1652         (gst_audio_filter_base_init):
1653         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1654         (gst_audio_filter_template_base_init):
1655         * gst/adder/gstadder.c: (gst_adder_get_type):
1656         * gst/adder/gstadder.h:
1657         * gst/audioconvert/gstaudioconvert.c:
1658         * gst/audiotestsrc/gstaudiotestsrc.c:
1659         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
1660         (gst_audio_test_src_create):
1661         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1662         * gst/playback/gstdecodebin.c:
1663         * gst/playback/gstplaybin.c:
1664         * gst/playback/gststreamselector.c:
1665         (gst_stream_selector_base_init):
1666         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
1667         * gst/volume/gstvolume.c:
1668         * sys/v4l/gstv4lmjpegsink.c:
1669         * sys/v4l/gstv4lmjpegsrc.c:
1670         * tests/check/libs/cddabasesrc.c:
1671         * tests/old/examples/gob/gst-identity2.gob:
1672           Add docs for adder, use GST_ELEMENT_DETAILS macro,
1673           define GstElementDetails at the top
1674
1675 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
1676
1677         * win32/common/libgstinterfaces.def:
1678         Add a lot of export functions for gst-python
1679         * win32/vs6/libgstinterfaces.dsp:
1680         Add a missing include folder in the project configuration
1681         
1682 2006-03-23  Wim Taymans  <wim@fluendo.com>
1683
1684         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1685         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
1686         (gst_base_audio_src_change_state):
1687         Fix audio sources, forgot to make the ringbuffer
1688         startable...
1689
1690 2006-03-23  Wim Taymans  <wim@fluendo.com>
1691
1692         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1693         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
1694         (gst_base_audio_src_change_state):
1695         unparent instead of unref the ringbuffer.
1696
1697 2006-03-23  Wim Taymans  <wim@fluendo.com>
1698
1699         * gst-libs/gst/audio/gstbaseaudiosink.c:
1700         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
1701         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
1702         Implement new async_play vmethod to start slaving and allow
1703         playback start in case of async PLAY state changes. 
1704
1705         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
1706         Enable QoS with new method in base class.
1707
1708 2006-03-23  Wim Taymans  <wim@fluendo.com>
1709
1710         Patch by: Julien MOUTTE <julien at moutte dot net>
1711
1712         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
1713         (gst_video_test_src_do_seek), (gst_video_test_src_create):
1714         Partially handle 0 framerate, only EOS after the first frame
1715         is missing.
1716
1717 2006-03-23  Wim Taymans  <wim@fluendo.com>
1718
1719         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
1720
1721         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1722         (gst_riff_create_video_template_caps):
1723         * gst/ffmpegcolorspace/avcodec.h:
1724         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1725         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1726         (gst_ffmpegcsp_avpicture_fill):
1727         * gst/ffmpegcolorspace/imgconvert.c:
1728         Patch for support of YVU9 AVI files (#334822)
1729
1730 2006-03-22  Edward Hervey  <edward@fluendo.com>
1731
1732         * docs/design/design-decodebin.txt:
1733         Added design document for new decodebin
1734         (Target Caps): text/x-pango-markup is also a default target caps.
1735
1736 2006-03-22  Wim Taymans  <wim@fluendo.com>
1737
1738         * gst-libs/gst/audio/gstbaseaudiosink.c:
1739         (gst_base_audio_sink_dispose):
1740         Since we _parent the ringbuffer, we also need to
1741         _unparent instead of a plain _unref.
1742
1743 2006-03-22  Wim Taymans  <wim@fluendo.com>
1744
1745         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
1746         (stop_seek), (scrub_toggle_cb), (main):
1747         Add scrub checkbox.
1748
1749 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
1750
1751         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
1752         (gst_ogg_parse_chain):
1753           Fix very inefficient usage of linked lists (#335365).
1754
1755 2006-03-21  Edward Hervey  <edward@fluendo.com>
1756
1757         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
1758         * gst/playback/gstplaybin.c: (handoff):
1759         * gst/playback/gststreamselector.c:
1760         (gst_stream_selector_set_property):
1761         gcc 4.1 unreferenced pointer fixes.
1762         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1763         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1764         gst_buffer_ref() now takes a GstBuffer*.
1765
1766 2006-03-20  Julien MOUTTE  <julien@moutte.net>
1767
1768         * sys/xvimage/xvimagesink.c:
1769         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
1770         by Jan Schmidt.
1771
1772 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
1773
1774         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
1775         (id3v1_type_find), (apetag_type_find), (plugin_init):
1776           Can't do tag preferences via probability, as tags would then
1777           lose against types that are recognised with MAXIMUM probability
1778           (like .wav); so let all tag typefinders return MAXIMUM themselves
1779           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
1780           that we can prefer APE to ID3v1 (fixes #335028).
1781           
1782 2006-03-17  Wim Taymans  <wim@fluendo.com>
1783
1784         * gst-libs/gst/audio/gstbaseaudiosink.c:
1785         (gst_base_audio_sink_change_state):
1786         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
1787         (gst_ring_buffer_may_start):
1788         * gst-libs/gst/audio/gstringbuffer.h:
1789         Only start playback if we are playing.
1790         should fix #330748.
1791
1792 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
1793
1794         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
1795         * win32/common/config.h:
1796           Revert accidental commits to these files.
1797
1798 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
1799
1800         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
1801
1802         * tests/Makefile.am:
1803           Don't try to build tests in tests/icles if we
1804           don't have X (#323852)
1805
1806 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
1807
1808         * gst-libs/gst/tag/gstid3tag.c:
1809           Add TXXX frame identifiers for replaygain stuff as used
1810           by some taggers (see #323721).
1811
1812 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
1813
1814         * gst/playback/gststreamselector.c:
1815         (gst_stream_selector_set_property),
1816         (gst_stream_selector_bufferalloc):
1817           Preserve the existing buggy streamselector behaviour by performing
1818           a fallback buffer allocation when downstream isn't linked yet.
1819           This should really be fixed in playbin by blocking pads until it's
1820           linked them.
1821           Also, use gst_pad_alloc_buffer instead of
1822           gst_pad_alloc_buffer_and_set.
1823
1824 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
1825
1826         * gst-libs/gst/tag/gstid3tag.c:
1827           Don't crash on unknown ID3v2 TXXX frames.
1828           
1829 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
1830
1831         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
1832           Chain up to the parent finalize method.
1833           Add 32-bit sample size to the template caps.
1834
1835         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1836         (gst_riff_create_video_template_caps):
1837           Add the fourcc that the VMWare codec uses.
1838           
1839         * gst/playback/gststreamselector.c:
1840         (gst_stream_selector_set_property),
1841         (gst_stream_selector_bufferalloc),
1842         (gst_stream_selector_request_new_pad):
1843           For the active pad, forward buffer-alloc requests, otherwise
1844           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
1845           having to memcpy every frame when used by playbin.
1846
1847         * gst/tcp/gstmultifdsink.c:
1848         (gst_multi_fd_sink_handle_client_write):
1849           Get negotiated caps from the sink pad, rather than the sink
1850           pad's peer.
1851
1852 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
1853
1854         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1855         
1856         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
1857           Don't forget to set src->callbacks_pushed to FALSE again when
1858           popping them, otherwise re-activation in a different mode won't
1859           work (#334620).
1860
1861 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
1862
1863         Patch by: Sebastien Moutte  <sebastien moutte net>
1864
1865         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
1866         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
1867         (gst_ffmpeg_smpfmt_to_caps):
1868           Replace __VA_ARGS__ caps creation macros with varargs functions.
1869           Makes things compile on MSVC (#320765), looks nicer, and we can
1870           tell the compiler to check for the NULL terminator.
1871
1872 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
1873
1874         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
1875
1876         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1877           Make sure the buffer we copy into is really always big
1878           enough, this time for real (#333488).
1879           
1880 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
1881
1882         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1883           Add support for 24bpp DIB (#305279).
1884
1885 2006-03-14  Wim Taymans  <wim@fluendo.com>
1886
1887         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
1888         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
1889         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
1890         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
1891         (gst_video_scale_init), (gst_video_scale_src_event):
1892         Re-enable QoS after the release.
1893         Rework videoscale to use the base class src_event handler.
1894
1895 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
1896
1897         * configure.ac:
1898           back to CVS.
1899
1900 === release 0.10.5 ===
1901
1902 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
1903
1904         * configure.ac:
1905           releasing 0.10.5, "Net"
1906
1907 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
1908
1909         * docs/plugins/Makefile.am:
1910           Part of previous cdparanoiasrc docs fixes, forgot to commit.
1911           
1912 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
1913
1914         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1915         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1916         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1917           Add cdparanoiasrc to docs.
1918
1919         * gst-libs/gst/cdda/gstcddabasesrc.c:
1920           More GstCddaBaseSrc docs.
1921
1922 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
1923
1924         * docs/libs/gst-plugins-base-libs-sections.txt:
1925         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
1926         * gst-libs/gst/tag/tag.h:
1927           API: libgsttag: new method gst_tag_from_id3_user_tag().
1928
1929 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
1930
1931         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1932           NULL-terminate array of mpeg4 video file extensions.
1933           Fixes crash on PPC (#334226).
1934
1935 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
1936
1937         * ext/gnomevfs/gstgnomevfssrc.c:
1938         (gst_gnome_vfs_src_check_get_range):
1939           gnome_vfs_uri_is_local() alone is not a good indicator
1940           whether we can operate in pull-mode with a specific URI,
1941           as it returns FALSE for file:// URIs that point to an
1942           NFS-mounted path. Be more conservative here: whitelist
1943           local files, blacklist http URIs and use the old
1944           mechanism for anything else (fixes #334216).
1945
1946 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1947
1948         * configure.ac:
1949           back to trunk
1950
1951 === release 0.10.4 ===
1952
1953 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
1954
1955         * configure.ac:
1956           releasing 0.10.4, "Power"
1957
1958 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
1959
1960         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
1961         Disable max-lateness by setting it to -1 for now, so that 
1962         we can bed QoS stuff in thoroughly between now and the next
1963         release.
1964
1965 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
1966
1967         Patch by: Fabrizio Gennari
1968
1969         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1970           Make sure we don't read beyond the palette buffer in case of
1971           broken or manipulated files (#333488)
1972
1973 2006-03-10  Edward Hervey  <edward@fluendo.com>
1974
1975         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1976         Fix for variable not initialized.
1977
1978 2006-03-09  Wim Taymans  <wim@fluendo.com>
1979
1980         * ext/libvisual/visual.c: (gst_visual_get_type),
1981         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
1982         (gst_visual_chain):
1983         Small cleanups.
1984
1985         * ext/theora/gsttheoradec.h:
1986         * ext/theora/theoradec.c: (gst_theora_dec_init),
1987         (gst_theora_dec_reset), (_theora_granule_time),
1988         (theora_dec_src_convert), (theora_dec_sink_convert),
1989         (theora_dec_src_query), (theora_dec_src_event),
1990         (theora_dec_sink_event), (theora_handle_comment_packet),
1991         (theora_handle_header_packet), (theora_dec_push),
1992         (theora_handle_data_packet), (theora_dec_chain),
1993         (theora_dec_change_state):
1994         Add simple QoS.
1995
1996 2006-03-09  Wim Taymans  <wim@fluendo.com>
1997
1998         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
1999         (audiocast_register_listener), (gst_gnome_vfs_src_start):
2000         Some cleanups.
2001
2002 2006-03-09  Wim Taymans  <wim@fluendo.com>
2003
2004         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
2005         Don't try to activate NULL chains.
2006
2007 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2008
2009         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2010           Fix invalid memory access to region before peek'd data (#332964).
2011
2012 2006-03-09  Wim Taymans  <wim@fluendo.com>
2013
2014         Patch by: Christophe Fergeau
2015
2016         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
2017         * ext/pango/gsttextrender.c: (gst_text_render_init):
2018         * gst/adder/gstadder.c: (gst_adder_init):
2019         Don't leak padtemplates, closes #333510.
2020
2021 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2022
2023         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
2024           Fix invalid memory access: make sure string passed to
2025           regexec() is NUL-termianted.
2026
2027 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2028
2029         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2030         (mp3_type_find):
2031           Refactor mpeg/audio typefinding to make it more maintainable
2032           and easier to fine-tune. Make probing into middle of the file
2033           work properly (fixes #333900, also see #152688).
2034
2035 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2036
2037         * gst/typefind/gsttypefindfunctions.c:
2038         (utf8_type_find_have_valid_utf8_at_offset):
2039           Remove part from previous commit that was bogus:
2040           g_utf8_validate() does in fact not accept embedded
2041           zeroes, so we don't need to check for those (thanks
2042           to Mike for the hint).
2043
2044 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
2045
2046         * gst/typefind/gsttypefindfunctions.c:
2047         (utf8_type_find_count_embedded_zeroes),
2048         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
2049           Make plain/text typefinder more conservative: firstly, check
2050           for embedded zeroes, which are perfectly valid UTF-8 characters,
2051           but also a fairly good sign that something is not a plain text
2052           file; secondly, probe into the middle of the file if possible.
2053           If we can't probe into the middle, limit the probability value
2054           to be returned to TYPE_FIND_POSSIBLE (see #333900).
2055
2056 2006-03-08  Michael Smith  <msmith@fluendo.com>
2057
2058         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2059           Make typefind function name for mpeg4 video unique.
2060
2061 2006-03-08  Wim Taymans  <wim@fluendo.com>
2062
2063         * ext/libvisual/visual.c: (gst_visual_init),
2064         (gst_visual_clear_actors), (gst_visual_dispose),
2065         (gst_visual_reset), (gst_visual_src_setcaps),
2066         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
2067         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
2068         (gst_visual_chain), (gst_visual_change_state):
2069         Cleanups, post nice errors.
2070         Handle sink and src events.
2071         Implement simple QoS.
2072
2073         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
2074         Use new basesink methods to configure max-lateness.
2075         Small doc update.
2076
2077         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2078         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
2079         Debug statement cleanups.
2080
2081         * gst/volume/gstvolume.c: (gst_volume_class_init):
2082         Simple cleanup.
2083
2084 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
2085
2086         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
2087         (gst_text_overlay_init), (gst_text_overlay_set_property),
2088         (gst_text_overlay_get_property):
2089           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
2090           as string type properties, but mark them deprecated. Add
2091           'halignment' and 'valignment' properties that use enums
2092           instead of strings.
2093
2094 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
2095
2096         Patch by: Fabrizio Gennari
2097
2098         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2099           Allow palettes with less than 256 colours in AVI files
2100           (#333488)
2101
2102 2006-03-07  Julien MOUTTE  <julien@moutte.net>
2103
2104         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
2105         (gst_text_overlay_video_event): Fix wrong EOS handling on text
2106         pad. We were releasing the queued text buffer when we should keep
2107         it until video pad gets EOS or discard the text buffer because it's
2108         too old. That was eating the last subtitle buffer. Add some more
2109         debug.
2110
2111 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2112
2113         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
2114         (gst_text_overlay_video_chain):
2115           Fix invalid memory access (we can't access a buffer after it's been
2116           pushed downstream without taking a reference); fix memory leak (if
2117           there's no text to render, bail out before allocating stuff).
2118
2119 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2120
2121         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2122         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
2123         * ext/pango/gsttextoverlay.h:
2124           If input is plain text, escape it before passing it to
2125           pango_layout_set_markup().
2126
2127 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2128
2129         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
2130           Don't ignore flow return from gst_pad_push().
2131
2132 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2133
2134         Patch by: Fabrizio Gennari
2135
2136         * ext/libvisual/visual.c: (gst_visual_getcaps),
2137         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
2138         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
2139         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
2140         (gst_vorbisenc_convert_sink):
2141         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
2142         (gst_audio_duration_from_pad_buffer):
2143         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
2144         (gst_audio_filter_chain):
2145         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2146         (gst_base_rtp_depayload_setcaps):
2147         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
2148         (gst_video_get_size):
2149         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
2150           Don't leak references returned by gst_pad_get_parent()
2151           (#333663)
2152
2153 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
2154
2155         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
2156           change location param details
2157         * gst/volume/gstvolume.c: (plugin_init):
2158           correct plugin description
2159
2160 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
2161
2162         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
2163         (gst_gnome_vfs_src_check_get_range):
2164           Override GstBaseSrc::check_get_range() in order to avoid opening
2165           the resource just to check whether we can operate in pull-mode or
2166           not - we can predict that pretty well from the URI alone. Should
2167           fix problems with last.fm (#331690). (Requires latest core CVS).
2168
2169 2006-03-06  Wim Taymans  <wim@fluendo.com>
2170
2171         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
2172         (gst_video_sink_class_init):
2173         Throw away frames that are later than 20 ms.
2174
2175 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
2176
2177         Patch by: Fabrizio Gennari
2178
2179         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2180           Set depth on WMA caps (#333545)
2181
2182 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2183
2184         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
2185         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
2186           put Theora BOS pages before others.  This hardcodes
2187           the Ogg/Theora I profile, but hey.
2188
2189 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2190
2191         * ext/ogg/README:
2192           updated with some examples
2193         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
2194         (granulepos_add), (theora_buffer_from_packet):
2195         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
2196         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
2197         (gst_vorbisenc_chain):
2198           implement strategy from ext/ogg/README
2199         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
2200         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
2201         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
2202         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
2203           Fix muxer so that oggz-validate is happy with all streams;
2204           except for no eos mark, and the BOS page ordering
2205         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
2206         (check_buffer_granulepos):
2207         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
2208           update tests to check for OFFSET being set as requested
2209           fixed type of granulepos, it's not a ClockTime
2210
2211 2006-03-05  Julien MOUTTE  <julien@moutte.net>
2212
2213         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2214         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
2215         Check that the xvimage we are creating has a correct size
2216         before returning it. (#314897)
2217
2218 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
2219
2220         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2221           Give id3 and ape tag typefinders a rank slightly higher
2222           than PRIMARY to ensure they're always run before any of
2223           the other typefinders (in particular wav and mp3) (#324186).
2224
2225 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
2226
2227         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2228           Add support for '3IVD' fourcc (#333403).
2229
2230 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
2231
2232         * configure.ac:
2233           Bump requirements to GStreamer CVS for the new error enum.
2234
2235         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
2236           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
2237           space left on the device (fixes #333352).
2238
2239 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
2240
2241         * win32/vs6:
2242           add a project file for libgstvolume
2243           update the workspace
2244
2245 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2246
2247         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
2248         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
2249         (GST_START_TEST):
2250           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
2251           Set IN_CAPS on header buffers
2252
2253 2006-03-02  Wim Taymans  <wim@fluendo.com>
2254
2255         * docs/plugins/Makefile.am:
2256         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2257         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2258         Add audioresample to docs.
2259
2260         * gst/audioconvert/gstaudioconvert.c:
2261         Add revision date.
2262
2263         * gst/audioresample/gstaudioresample.c:
2264         (gst_audioresample_base_init), (gst_audioresample_class_init),
2265         (gst_audioresample_init), (gst_audioresample_dispose),
2266         (audioresample_get_unit_size), (audioresample_transform_caps),
2267         (resample_set_state_from_caps), (audioresample_transform_size),
2268         (audioresample_set_caps), (audioresample_event),
2269         (audioresample_do_output), (audioresample_transform),
2270         (audioresample_pushthrough), (gst_audioresample_set_property),
2271         (gst_audioresample_get_property), (plugin_init):
2272         * gst/audioresample/gstaudioresample.h:
2273         Added docs.
2274         Small code cleanups.
2275
2276 2006-03-02  Wim Taymans  <wim@fluendo.com>
2277
2278         * docs/plugins/Makefile.am:
2279         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2280         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2281         Added videoscale to docs.
2282
2283         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2284         (gst_video_rate_swap_prev), (gst_video_rate_event),
2285         (gst_video_rate_chain):
2286         Fix typo in docs.
2287
2288         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
2289         (gst_video_scale_init), (gst_video_scale_prepare_size),
2290         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
2291         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
2292         * gst/videoscale/gstvideoscale.h:
2293         Added docs, examples.
2294         Some code cleanups.
2295         Post errors instead of g_warning.
2296
2297 2006-03-02  Wim Taymans  <wim@fluendo.com>
2298
2299         * docs/libs/gst-plugins-base-libs-docs.sgml:
2300         * docs/libs/gst-plugins-base-libs-sections.txt:
2301         * docs/libs/gst-plugins-base-libs.types:
2302         * docs/plugins/Makefile.am:
2303         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2304         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2305         Added some more docs to libs and plugins.
2306
2307         * gst-libs/gst/audio/gstringbuffer.c:
2308         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
2309         * gst-libs/gst/audio/gstringbuffer.h:
2310         Document ringbuffer some more.
2311
2312         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
2313         (gst_video_rate_setcaps), (gst_video_rate_reset),
2314         (gst_video_rate_init), (gst_video_rate_flush_prev),
2315         (gst_video_rate_swap_prev), (gst_video_rate_event),
2316         (gst_video_rate_chain), (gst_video_rate_change_state):
2317         * gst/videorate/gstvideorate.h:
2318         Fix videorate to use segments.
2319         Make it work with 0/1 framerates (closes #331903)
2320         Handle EOS correctly.
2321         Added docs.
2322
2323 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
2324
2325         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
2326         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
2327         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
2328           In state change function, first chain up to parent class,
2329           then handle downwards state change stuff. Remove some
2330           commented out cruft from 0.8 code.
2331
2332 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
2333
2334         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
2335         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
2336         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
2337         (gst_ogm_parse_chain):
2338           Don't remove/re-add source pad if the new caps are the same as
2339           the old caps anyway (#333042). When removing source pad, don't
2340           unref it afterwards - we didn't ref it when adding. Sprinkle some
2341           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
2342           after using gst_pad_get_parent(). Return downstream flow return
2343           value in chain function.
2344
2345 2006-03-02  Wim Taymans  <wim@fluendo.com>
2346
2347         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2348         * docs/plugins/gst-plugins-base-plugins.args:
2349         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2350         * docs/plugins/gst-plugins-base-plugins.interfaces:
2351         * docs/plugins/gst-plugins-base-plugins.signals:
2352         Fix hierarchy, added some more elements to the docs.
2353
2354         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2355         (gst_ffmpegcsp_get_type):
2356         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
2357         Fix docs for ffmpegcolorspace.
2358
2359 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
2360
2361         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
2362         (apetag_type_find), (ape_type_find), (plugin_init):
2363           Some typefinding fine-tuning:
2364           - rank ID3/APE tags in order of preference via probabilities, so that
2365             ID3v2 > APEv2 > APEv1 > ID3v1.
2366           - three or four bytes don't really justify MAXIMUM probability,
2367             change those to 'very likely' (musepack and monkeysaudio).
2368
2369 2006-03-01  Wim Taymans  <wim@fluendo.com>
2370
2371         * docs/plugins/Makefile.am:
2372         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2373         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2374         * ext/alsa/gstalsamixer.c:
2375         * ext/alsa/gstalsamixer.h:
2376         * ext/alsa/gstalsamixerelement.c:
2377         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
2378         * ext/alsa/gstalsamixerelement.h:
2379         * ext/alsa/gstalsasink.c:
2380         * ext/alsa/gstalsasink.h:
2381         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
2382         (gst_alsasrc_init):
2383         * ext/alsa/gstalsasrc.h:
2384         Added alsa docs.
2385         Small code cleanups.
2386
2387 2006-03-01  Wim Taymans  <wim@fluendo.com>
2388
2389         * ext/theora/Makefile.am:
2390         Dist new header too,
2391
2392 2006-03-01  Wim Taymans  <wim@fluendo.com>
2393
2394         * docs/plugins/Makefile.am:
2395         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2396         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2397         * ext/gnomevfs/gstgnomevfssink.h:
2398         * ext/gnomevfs/gstgnomevfssrc.h:
2399         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2400         * ext/vorbis/vorbisdec.h:
2401         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
2402         * ext/vorbis/vorbisenc.h:
2403         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
2404         (vorbis_parse_chain), (vorbis_parse_change_state):
2405         * ext/vorbis/vorbisparse.h:
2406         * gst/audioconvert/gstaudioconvert.h:
2407         * gst/tcp/gsttcpserversink.h:
2408         * gst/videotestsrc/gstvideotestsrc.c:
2409         * gst/videotestsrc/gstvideotestsrc.h:
2410         * gst/volume/gstvolume.c:
2411         * gst/volume/gstvolume.h:
2412         Fix some more docs.
2413         Added docs for vorbisdec and vorbisparse.
2414         Fix vorbisparse.
2415
2416 2006-03-01  Wim Taymans  <wim@fluendo.com>
2417
2418         * docs/plugins/Makefile.am:
2419         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2420         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2421         * ext/pango/gstclockoverlay.h:
2422         * ext/pango/gsttextoverlay.h:
2423         * ext/pango/gsttextrender.h:
2424         * ext/pango/gsttimeoverlay.h:
2425         * ext/theora/gsttheoradec.h:
2426         * ext/theora/gsttheoraenc.h:
2427         * ext/theora/theoradec.c:
2428         * ext/theora/theoraenc.c:
2429         * gst/audioconvert/gstaudioconvert.h:
2430         * gst/audiotestsrc/gstaudiotestsrc.h:
2431         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
2432         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
2433         * gst/tcp/gstmultifdsink.h:
2434         Updated/added documentation.
2435
2436         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
2437         (gst_text_overlay_halign_get_type),
2438         (gst_text_overlay_wrap_mode_get_type),
2439         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
2440         (gst_text_overlay_init), (gst_text_overlay_set_property),
2441         (gst_text_overlay_get_property):
2442         Fix up properties to be enums instead of string to make bindings,
2443         introspection and automatic GUI creation possible.
2444         Add getters for the properties.
2445
2446 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
2447
2448         * gst/audiotestsrc/gstaudiotestsrc.c:
2449           added defines of M_PI and M_PI_2
2450         * gst/ffmpegcolorspace/avcodec.h:
2451           removed #include "stdint.h" for win32 as _stdint.h is 
2452           autogenerated to win32/common
2453         * win32/common/libgstaudio.def:
2454         * win32/common/libgsttag.def:
2455           added some exports
2456         * win32/vs6:
2457           some project files bugs corrected
2458         * win32/vs7:
2459           project files are reset to the default vs7 configuration 
2460           (they link to msvcr71.dll using default optimizations)
2461           
2462 2006-02-28  Wim Taymans  <wim@fluendo.com>
2463
2464         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
2465         Fix some docs.
2466
2467 2006-02-28  Edward Hervey  <edward@fluendo.com>
2468
2469         * ext/alsa/gstalsasrc.c:
2470         Set proper class on the ElementDetails:
2471         Source/Audio instead of Src/Audio/
2472
2473 2006-02-28  Edward Hervey  <edward@fluendo.com>
2474
2475         * gst/videoscale/vs_scanline.c:
2476         (vs_scanline_resample_nearest_RGBA):
2477         Revert optimization in videoscale. It should go in liboil and have
2478         an appropriate liboil function.
2479
2480 2006-02-28  Wim Taymans  <wim@fluendo.com>
2481
2482         * gst-libs/gst/audio/gstbaseaudiosink.c:
2483         (gst_base_audio_sink_provide_clock):
2484         Don't try to provide a clock in the NULL state.
2485
2486 2006-02-28  Wim Taymans  <wim@fluendo.com>
2487
2488         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
2489         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
2490         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2491         (gst_ogg_demux_deactivate_current_chain),
2492         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
2493         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
2494         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
2495         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
2496         Use GstSegment infrastructure to remove duplicated code
2497         and handle more seek cases correctly.
2498
2499 2006-02-28  Wim Taymans  <wim@fluendo.com>
2500
2501         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2502         (gst_ffmpegcsp_transform):
2503         Don't ignore return code from ffmpeg convert function.
2504
2505         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
2506         Split out some long statements to ease debugging.
2507
2508 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
2509
2510         * ext/libvisual/visual.c: (gst_visual_init),
2511         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
2512         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
2513         being able to renegotiate the size. Instead, use the negotiation
2514         algorithm from the goom plugin to pick an initial output caps. 
2515
2516         Also, allow theoretical libvisual plugins that might support non-GL 
2517         output even if they also do GL.
2518
2519 2006-02-26  Julien MOUTTE  <julien@moutte.net>
2520
2521         * ext/libvisual/visual.c: (gst_visual_init),
2522         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
2523         (plugin_init): Load only non GL plugins. Fix some memleaks and 
2524         possible negotiation issues.
2525
2526 2006-02-25  Julien MOUTTE  <julien@moutte.net>
2527
2528         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
2529
2530 2006-02-24  Michael Smith  <msmith@fluendo.com>
2531
2532         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
2533         (cmml_type_find), (plugin_init):
2534           Fix CMML type find function to not require a specific minor version
2535           of the CMML header.
2536
2537           Add an MPEG4 video elementary stream typefind function.
2538
2539 2006-02-04  Michael Smith  <msmith@fluendo.com>
2540
2541         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2542         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
2543         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2544         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
2545         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
2546         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
2547           Annodex support in ogg demuxer. Doesn't do very much without the
2548           other annodex patches (to come).
2549
2550 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2551
2552         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
2553
2554         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2555           Pick up palette for MS video v1 (#327028)
2556
2557 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2558
2559         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2560         (gst_ffmpegcsp_caps_remove_format_info),
2561         (gst_ffmpegcsp_get_unit_size):
2562           The 'palette_data' field from incoming RGB caps shouldn't be
2563           proxied on outgoing YUV caps; also, restrict unit size
2564           adjustment in case of paletted data only to the unit that
2565           actually has a palette. Fixes #330711.
2566
2567 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2568
2569         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2570         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
2571         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
2572         (gst_ffmpegcsp_get_unit_size):
2573           Plug some memory leaks.
2574
2575 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2576
2577         * sys/ximage/Makefile.am:
2578         * sys/xvimage/Makefile.am:
2579           Add some _CFLAGS and _LIBS that seem to be missing
2580           and/or required for Cygwin (see #317048).
2581
2582 2006-02-22  Wim Taymans  <wim@fluendo.com>
2583
2584         * ext/alsa/gstalsasrc.c:
2585         Fix description as pointed out by caugier.
2586
2587 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
2588
2589         Reviewed by : Edward Hervey  <edward@fluendo.com>
2590
2591         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
2592         (qt_type_find):
2593         Better 3gp typefinding (#331526).
2594
2595 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
2596
2597         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
2598           Don't send EOS event here, the base class will send one for us.
2599
2600         * gst/playback/gstplaybasebin.c: (prepare_output):
2601           Subpictures without video stream aren't allowed either.
2602         
2603         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
2604           Fix debug statement copy'n'paste-o.
2605
2606 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
2607
2608         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
2609           Fix issues with mixer keeping state when muting/unmuting
2610           and when changing the volume whilst muted (see #331763
2611           and #331765).
2612
2613 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
2614
2615         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
2616         (parse_subrip), (gst_sub_parse_format_autodetect):
2617           Set right caps given that we send escaped text. Also,
2618           honour <i></i>, <b></b> and <u></u> markers that can be found
2619           in .srt files (fixes #310202).
2620
2621 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
2622
2623         * gst-libs/gst/audio/mixerutils.c:
2624         (element_factory_rank_compare_func):
2625           Make order in which elements are tried more determinable.
2626
2627 2006-02-20  Julien MOUTTE  <julien@moutte.net>
2628
2629         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2630         (remove_element_chain), (cleanup_decodebin),
2631         (gst_decode_bin_change_state): Make decodebin reusable by
2632         fixing remove_element_chain first and then introduce a
2633         cleaner in state change to ->NULL. (Closes #331678)
2634
2635 2006-02-19  Wim Taymans  <wim@fluendo.com>
2636
2637         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
2638         use 0666 mask when creating files so umask gets applied
2639         correctly. Fixes #331295.
2640
2641 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
2642
2643         * gst/subparse/Makefile.am:
2644         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
2645         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
2646         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
2647         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
2648         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
2649         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
2650         * gst/subparse/gstssaparse.h:
2651         * gst/subparse/gstsubparse.c: (plugin_init):
2652           Add very basic parser for SSA subtitle streams (as often
2653           found in matroska files).
2654
2655 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
2656
2657         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
2658           That should be text/x-pango-markup, not text/x-pango-layout.
2659
2660 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2661
2662         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
2663         Polishing.
2664
2665 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2666
2667         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2668         (gst_text_overlay_finalize), (gst_text_overlay_init),
2669         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2670         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2671         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
2672         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
2673         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
2674         Fix state change deadlock.
2675
2676 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2677
2678         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2679         (gst_text_overlay_finalize), (gst_text_overlay_init),
2680         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2681         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2682         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
2683         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
2684         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
2685         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
2686         and subtitles files.
2687
2688 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2689
2690         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
2691         should be considered as raw.
2692
2693 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2694
2695         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
2696         (cb_probe):
2697         * gst/playback/gststreaminfo.h: Introduce language informations.
2698
2699 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
2700
2701         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2702         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
2703         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2704         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2705         Set shared memory segments to be deleted as soon as we have attached,
2706         that way they get cleaned up automatically if we crash.
2707
2708 2006-02-18  Julien MOUTTE  <julien@moutte.net>
2709
2710         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
2711         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
2712         functions are called with lock held.
2713
2714 2006-02-18  Julien MOUTTE  <julien@moutte.net>
2715
2716         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2717         (gst_text_overlay_finalize), (gst_text_overlay_init),
2718         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2719         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2720         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
2721         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
2722         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2723         (gst_text_overlay_change_state): Refactoring of textoverlay
2724         without collectpads. This now supports sparse subtitles coming
2725         from a demuxer instead of a sub file. Seeking is still broken 
2726         though. Need to discuss with wtay some more on how to handle
2727         seeking correctly.
2728         * ext/pango/gsttextoverlay.h:
2729         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
2730         subtitles coming from the demuxer.
2731
2732 2006-02-17  Wim Taymans  <wim@fluendo.com>
2733
2734         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
2735         (gst_vorbisenc_convert_sink):
2736         Use some more scaling functions.
2737
2738 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
2739
2740         * ext/cdparanoia/gstcdparanoiasrc.c:
2741         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
2742         (gst_cd_paranoia_paranoia_callback),
2743         (gst_cd_paranoia_src_signal_is_being_watched),
2744         (gst_cd_paranoia_src_read_sector):
2745         * ext/cdparanoia/gstcdparanoiasrc.h:
2746           Add back 'transport-error' and 'uncorrected-error' signals and
2747           make them actually be fired when bad stuff happens (#319340).
2748
2749 2006-02-17  Wim Taymans  <wim@fluendo.com>
2750
2751         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
2752         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
2753         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
2754         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
2755         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
2756         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
2757         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
2758         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
2759         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
2760         (gst_ring_buffer_clear):
2761         Small cleanups.
2762         Added some G_LIKELY.
2763
2764 2006-02-17  Wim Taymans  <wim@fluendo.com>
2765
2766         * gst-libs/gst/audio/TODO:
2767         Update TODO
2768
2769         * gst-libs/gst/audio/gstbaseaudiosink.c:
2770         (gst_base_audio_sink_get_offset):
2771         When trying to play samples ASAP and we don't have a
2772         previous sample, try to play at position 0 instead of
2773         an invalid position.
2774
2775 2006-02-17  Wim Taymans  <wim@fluendo.com>
2776
2777         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
2778         (gst_alsasink_reset):
2779         Also release lock when we get an error in _reset();
2780         fix an error message.
2781
2782 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2783
2784         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
2785         (gst_alsasink_init), (get_channel_free_structure),
2786         (caps_add_channel_configuration), (gst_alsasink_getcaps),
2787         (gst_alsasink_close):
2788         * ext/alsa/gstalsasink.h:
2789           Add support for more than 2 channels (#326720).
2790
2791 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2792
2793         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2794           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
2795           with 4 or 6 channels, assume a default channel layout to make things
2796           work (not sure there's anything else we can do in those cases).
2797
2798 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2799
2800         * gst-libs/gst/audio/multichannel.c:
2801           Minor docs fix.
2802
2803         * gst-libs/gst/riff/Makefile.am:
2804         * gst-libs/gst/riff/riff-ids.h:
2805         * gst-libs/gst/riff/riff-media.c:
2806         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
2807           Add support for WAVEFORMATEX, eg. PCM audio with more than two
2808           channels and a channel layout map.
2809           
2810 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
2811
2812         Reviewed by Edward Hervey  <edward@fluendo.com>
2813
2814         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
2815         C-level optimization of the RGBA nearest neighbour function.
2816         Eventually this might end up in liboil with vectorized versions.
2817
2818 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2819
2820         * gst-libs/gst/audio/multichannel.c:
2821         (gst_audio_get_channel_positions):
2822           When we have more than 2 channels, but no channel layout is
2823           specified in the caps, return some default channel layout
2824           to the caller and warn about about a possibly buggy element
2825           (could be buggy filtercaps as well of course) (#317038).
2826
2827 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
2828
2829         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2830           Add gst-libs/gst/cdda to list of lib search paths.
2831
2832 2006-02-15  Andy Wingo  <wingo@pobox.com>
2833
2834         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
2835         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
2836         to the Lord Jesus that I do not have to touch the ogg muxer ever
2837         again.
2838
2839 2006-02-15  Edward Hervey  <edward@fluendo.com>
2840
2841         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
2842         quicktime movie files can also contain 'uuid' atoms.
2843
2844 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
2845
2846         * gst/audioconvert/plugin.c: (plugin_init):
2847           Register the GstAudioChannelPosition enum type with the type
2848           system in the plugin_init function, so that it is known before
2849           any element actually makes use of multi-channel stuff. This is
2850           required for example if one wants to be able to deserialise/use
2851           a caps string with channel positions before any pipeline has
2852           been setup and started, like with gst-launch.
2853
2854 2006-02-14  Wim Taymans  <wim@fluendo.com>
2855
2856         * gst-libs/gst/audio/gstringbuffer.c:
2857         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
2858         (gst_ring_buffer_samples_done), (wait_segment),
2859         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
2860         Add some compiler G_(UN_)LIKELY help.
2861         SIGNAL the ringbuffer waiters when going to PAUSED as well to
2862         make sure they can exit their functions. Should fix #330748
2863
2864 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2865
2866         * Makefile.am:
2867         * configure.ac:
2868         * win32/MANIFEST:
2869         * win32/common/_stdint.h:
2870           Windows does not have long long; copy the generated _stdint.h
2871         * win32/common/interfaces-enumtypes.c:
2872         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
2873         (gst_mixer_track_flags_get_type),
2874         (gst_tuner_channel_flags_get_type):
2875         * win32/common/multichannel-enumtypes.c:
2876         (gst_audio_channel_position_get_type):
2877           update
2878
2879 2006-02-13  Wim Taymans  <wim@fluendo.com>
2880
2881         * gst-libs/gst/audio/gstbaseaudiosink.c:
2882         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
2883         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2884         Always sync on first sample we receive when starting.
2885
2886 2006-02-13  Wim Taymans  <wim@fluendo.com>
2887
2888         * gst/playback/gstplaybin.c: (gen_vis_element):
2889         Update vis bin docs.
2890         Move queue after tee so we don't queue video buffers but
2891         audio samples instead. Fixes problems where the video queue
2892         is filled and the audio queue empty.
2893
2894 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
2895
2896         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2897           No need to push an EOS event here, GstBaseSrc will do that for us
2898           when we return FLOW_UNEXPECTED.
2899           
2900 2006-02-12  Wim Taymans  <wim@fluendo.com>
2901
2902         * gst-libs/gst/audio/gstbaseaudiosink.c:
2903         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
2904         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
2905         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2906         Use scale functions when possible.
2907         Fix error messages.
2908         Free clockid when after waiting for EOS.
2909         Use G_(UN_)LIKLY when it makes sense.
2910         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
2911
2912 2006-02-12  Edward Hervey  <edward@fluendo.com>
2913
2914         * gst/playback/gstplaybasebin.c: (prepare_output): 
2915         Remove stray semi-colon (fixes #330888).
2916
2917 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
2918
2919         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
2920         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
2921         Fix up the XShm call testing so that we catch errors, and don't
2922         cause new ones by attempting to detach from a segment we failed
2923         to attach to. Fixes #312439.
2924
2925 2006-02-10  Edward Hervey  <edward@fluendo.com>
2926
2927         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2928         Added flv file typefind (video/x-flv).
2929
2930 2006-02-10  Edward Hervey  <edward@fluendo.com>
2931
2932         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2933         (gst_riff_create_video_template_caps):
2934         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
2935         Also added the caps to the default set of riff video caps.
2936
2937 2006-02-09  Andy Wingo  <wingo@pobox.com>
2938
2939         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
2940         time and the end time of the last packet in the page.
2941         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
2942         on the pages in our queue, set the duration as well. Reflow a
2943         debug statement.
2944         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
2945         Fixes bad muxing order.
2946
2947 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2948
2949         * gst-libs/gst/rtp/gstbasertppayload.c:
2950         (gst_basertppayload_setcaps), (gst_basertppayload_push):
2951           update seqnum before setting it on the packet; this makes sure
2952           that the timestamp and seqnum properties match after pushing
2953           a buffer
2954
2955 2006-02-09  Andy Wingo  <wingo@pobox.com>
2956
2957         * gst-libs/gst/audio/gstringbuffer.c
2958         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
2959         overflow after 13.5 hours of recording. Kapow!
2960
2961         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
2962         the buffer size -- we don't care about underrun/overrun reporting
2963         right now, just need to return a useful value.
2964
2965 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
2966
2967         * configure.ac:
2968           Back to CVS
2969
2970 === release 0.10.3 ===
2971
2972 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
2973
2974         * configure.ac:
2975           releasing 0.10.3, "Under Pressure"
2976
2977 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
2978
2979         * configure.ac:
2980         Drat. Bump libtool version number for new API.
2981         Prelease 0.10.2.3 (of 0.10.3)
2982
2983 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
2984
2985         * configure.ac:
2986         * win32/common/config.h:
2987         0.10.2.2 prerelease (of 0.10.3).
2988
2989 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
2990
2991         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
2992           Revert Andy's newsegment change pending a more correct
2993           fix.
2994
2995 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2996
2997         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
2998         (qt_type_find), (plugin_init):
2999           detect more files as 3gp
3000           group and reorder the iso file formats
3001
3002 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3003
3004         * ext/vorbis/vorbis.c: (plugin_init):
3005           Register musicbrainz tags, so apps don't have to.
3006
3007 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3008
3009         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
3010         (gst_tag_to_vorbis_tag):
3011           Make sure we called gst_tag_register_musicbrainz_tags()
3012           before possibly mapping a vorbiscomment string from/to a
3013           musicbrainz tag.
3014
3015 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3016
3017         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
3018           In case we can't find the required number of consecutive
3019           mpeg audio frames to positively identify an MPEG audio
3020           stream, check if there's at least a valid mpeg audio
3021           frame right at offset 0 and if so suggest mpeg/audio
3022           caps with a very low probability (#153004).
3023
3024 2006-02-07  Andy Wingo  <wingo@pobox.com>
3025
3026         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
3027         a TIME segment if we get timestamped buffers. Requires recent
3028         fixes in core to work properly.
3029
3030 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3031
3032         * gst/playback/gstplaybasebin.c: (prepare_output):
3033           Don't print the URI as part of the error message, it
3034           makes error dialogs look rather ugly, especially if
3035           the URI is very long or has characters in it that
3036           need escaping.
3037
3038 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3039
3040         * gst/playback/gstplaybasebin.c: (prepare_output):
3041           Error out if we have only text or subtitles, but nothing
3042           else. Also error out if we have subtitles but no video
3043           stream.
3044
3045 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3046
3047         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
3048           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
3049           Post an error message on the bus when we encounter an
3050           error, which will hopefully be more meaningful than the
3051           'Internal Flow Error' message users get to see if we
3052           just return GST_FLOW_ERROR.
3053
3054 2006-02-07  Andy Wingo  <wingo@pobox.com>
3055
3056         * configure.ac (GST_MAJORMINOR): Update core version req to
3057         0.10.2.2, for the collectpads API addition (#330244).
3058
3059 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
3060
3061         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3062           Return FALSE from plugin_init() when GnomeVFS can't
3063           be initialised for some reason (#328423).
3064
3065 2006-02-06  Julien MOUTTE  <julien@moutte.net>
3066
3067         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
3068         Stick to seeking theory until i find the bug.
3069         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
3070
3071 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
3072
3073         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3074         (theora_enc_finalize), (theora_enc_sink_setcaps),
3075         (theora_set_header_on_caps), (theora_enc_chain),
3076         (theora_enc_change_state):
3077         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3078           Make theoraenc and the tests leak free. Like, really.
3079
3080 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
3081
3082         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3083         (theora_enc_finalize), (theora_enc_sink_setcaps):
3084           Add a finalize method to ensure we clean up state even if
3085           someone omitted the state change back to NULL.
3086
3087         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
3088         (gst_vorbisenc_chain):
3089           Free some more leaked bits.
3090
3091         * tests/check/pipelines/theoraenc.c: (start_pipeline),
3092         (stop_pipeline):
3093           Wait for state changes to happen if they're ASYNC.
3094
3095           This ought to teach those fancy pants buildbots a lesson.
3096
3097 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
3098
3099         * gst-libs/gst/tag/gstid3tag.c:
3100           Add mapping for ID3 International Standard Recording Code
3101           tag "TSRC"
3102
3103 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
3104
3105         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
3106           Don't leak tag names.
3107
3108 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3109
3110         * docs/libs/gst-plugins-base-libs-docs.sgml:
3111         * docs/libs/gst-plugins-base-libs-sections.txt:
3112         * gst-libs/gst/tag/gstid3tag.c:
3113         * gst-libs/gst/tag/gstvorbistag.c:
3114         * gst-libs/gst/tag/tags.c:
3115           Split libgsttag docs into multiple sections.
3116
3117 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3118
3119         * docs/libs/Makefile.am:
3120         * docs/libs/gst-plugins-base-libs-docs.sgml:
3121         * docs/libs/gst-plugins-base-libs-sections.txt:
3122         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
3123         * gst-libs/gst/tag/gstvorbistag.c:
3124         * gst-libs/gst/tag/tag.h:
3125         * gst-libs/gst/tag/tags.c:
3126           Add libgsttag to the docs.
3127
3128 2006-02-05  Julien MOUTTE  <julien@moutte.net>
3129
3130         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
3131         (gst_text_overlay_init), (gst_text_overlay_src_event),
3132         (gst_text_overlay_collected): Fix clockoverlay.
3133
3134 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3135
3136         * docs/libs/compiling.sgml:
3137           Fix typo: it's pkg-config, not pkg-gconfig
3138
3139         * docs/libs/gst-plugins-base-libs-docs.sgml:
3140         * docs/libs/gst-plugins-base-libs-sections.txt:
3141         * docs/libs/tmpl/gstgconf.sgml:
3142           There is no libgstgconf in 0.10, remove it
3143           from the docs.
3144
3145 2006-02-05  Julien MOUTTE  <julien@moutte.net>
3146
3147         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
3148         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
3149         (gst_text_overlay_src_event), (gst_text_overlay_collected):
3150         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
3151         (gst_sub_parse_class_init), (gst_sub_parse_init),
3152         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
3153         (parse_mpsub), (parser_state_init), (handle_buffer),
3154         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
3155         * gst/subparse/gstsubparse.h: Introduce seeking code.
3156
3157 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3158
3159         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3160           Add comment about LANGUAGE tag inconsistency (we want
3161           ISO-639-1, but extract three-letter identifiers?)
3162
3163         * po/POTFILES.in:
3164           Add two translatable files.
3165
3166 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3167
3168         * gst-libs/gst/tag/Makefile.am:
3169         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3170         * gst-libs/gst/tag/tag.h:
3171         * gst-libs/gst/tag/tags.c:
3172         (gst_tag_register_musicbrainz_tags_internal),
3173         (gst_tag_register_musicbrainz_tags):
3174           Forward-port some tags stuff from the 0.8 branch. This is
3175           mostly the addition of musicbrainz tags and their mapping
3176           to vorbistags, and a vorbistag mapping of the language tag.
3177
3178 2006-02-05  Julien MOUTTE  <julien@moutte.net>
3179
3180         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
3181         refactoring.
3182
3183 2006-02-04  David Schleef  <ds@schleef.org>
3184
3185         * ext/ogg/gstoggmux.c:
3186         * gst/typefind/gsttypefindfunctions.c:
3187           Add Dirac typefinding and add dirac format to oggmux.
3188
3189 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3190
3191         * gst/playback/gstdecodebin.c: (try_to_link_1):
3192           Don't put essential function call into
3193           g_return_*() macro, otherwise it'll all be
3194           replaced by NOOPs when compiling with
3195           G_DISABLE_CHECKS defined.
3196
3197 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
3198
3199         * ext/ogg/gstoggdemux.c:
3200         * ext/ogg/gstoggparse.c:
3201         * gst/tcp/gsttcpserversink.c:
3202         * sys/v4l/v4lsrc_calls.c:
3203         * sys/v4l/v4lsrc_calls.h:
3204         Just make it compile with --disable-gst-debug.
3205
3206 2006-02-03  Wim Taymans  <wim@fluendo.com>
3207
3208         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
3209         (gst_alsasink_class_init), (gst_alsasink_init),
3210         (gst_alsasink_write), (gst_alsasink_reset):
3211         * ext/alsa/gstalsasink.h:
3212         Add lock to protect alsa calls.
3213         Implement reset to flush samples ASAP, does not work
3214         with dmix though.
3215
3216 2006-02-02  Wim Taymans  <wim@fluendo.com>
3217
3218         * gst-libs/gst/audio/gstbaseaudiosink.c:
3219         (gst_base_audio_sink_provide_clock):
3220         Ugh.. getting late I guess...
3221
3222 2006-02-02  Wim Taymans  <wim@fluendo.com>
3223
3224         * gst-libs/gst/audio/gstbaseaudiosink.c:
3225         (gst_base_audio_sink_provide_clock),
3226         (gst_base_audio_sink_set_property),
3227         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
3228         Don't try to provide a clock when we are not negotiated since
3229         we might not be able to make it run.
3230
3231 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3232
3233         * gst/playback/gstdecodebin.c: (try_to_link_1):
3234           Unlinking two source pads is ... hard.
3235
3236 2006-02-02  Wim Taymans  <wim@fluendo.com>
3237
3238         * gst-libs/gst/audio/TODO:
3239         Updated.
3240
3241         * gst-libs/gst/audio/gstbaseaudiosink.c:
3242         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
3243         On EOS, wait till the last sample is played before posting EOS.
3244
3245 2006-02-01  Philippe Kalaf <burger at speedy dot org>
3246
3247         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3248           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
3249           setting queue_delay to zero. Also avoid thread being started if
3250           queue_delay is zero.
3251
3252 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3253
3254         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
3255           Make test work again by connecting fakesinks to each decoded pad,
3256           which makes the pipeline wait until each fakesink has a buffer
3257           queued before going to PAUSED state. At that point we know the
3258           decodebin pads are negotiated.
3259
3260 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3261
3262         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
3263         (gst_cdda_base_src_handle_event):
3264         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
3265           Pass unhandled queries to the parent class's query function.
3266
3267 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3268
3269         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
3270         (gst_ogg_pad_src_query):
3271         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
3272         * ext/theora/theoradec.c: (theora_dec_src_query),
3273         (theora_dec_sink_query):
3274         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3275         (vorbis_dec_sink_query):
3276         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
3277         (gst_vorbisenc_sink_query):
3278         * gst/adder/gstadder.c: (gst_adder_query):
3279           Pass unhandled queries upstream instead of just
3280           dropping them (#326447). Also, fix supported
3281           query types list for some elements.
3282
3283 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3284
3285         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
3286         (paris_type_find), (ilbc_type_find), (plugin_init):
3287           Fix typefinding for audio/x-au, audio/x-paris and
3288           audio/iLBC-sh. We cannot use the START_WITH macros
3289           here, because there can only be one typefind factory
3290           with the same name (caps), so the second one would
3291           replace the first one and the first one would never
3292           be called when doing typefinding (see #161712).
3293           
3294
3295 2006-01-31  Wim Taymans  <wim@fluendo.com>
3296
3297         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
3298         (vorbis_handle_header_packet), (vorbis_dec_push),
3299         (vorbis_handle_data_packet):
3300         Use scale_int when we can, add some more scaling.
3301         Check packettype before parsing it.
3302
3303 2006-01-31  Wim Taymans  <wim@fluendo.com>
3304
3305         * ext/theora/theoradec.c: (_theora_granule_time),
3306         (theora_dec_src_convert), (theora_dec_sink_convert):
3307         Call right _scale functions.
3308         Use parameter instead of some other random value.
3309
3310 2006-01-31  Wim Taymans  <wim@fluendo.com>
3311
3312         * ext/theora/theoradec.c: (_theora_granule_frame),
3313         (_theora_granule_time), (_inc_granulepos),
3314         (theora_dec_src_convert), (theora_dec_sink_convert),
3315         (theora_handle_type_packet), (theora_handle_data_packet),
3316         (theora_dec_chain):
3317         Use higher precision timestamps calculation.
3318         Convert some other conversions to _scale.
3319
3320 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
3321
3322         * gst/audiotestsrc/gstaudiotestsrc.c:
3323         (gst_audio_test_src_create_sine_table), (plugin_init):
3324         * gst/volume/gstvolume.c: (plugin_init):
3325           initialize gst_controller before using
3326
3327 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
3328
3329         * tests/check/pipelines/theoraenc.c:
3330         * tests/check/pipelines/vorbisenc.c:
3331         Define constant using G_GINT64_CONSTANT to avoid errors when
3332         passing it around - otherwise it gets truncated to 32 bits.
3333
3334         Fixes failing tests.
3335
3336 2006-01-31  Andy Wingo  <wingo@pobox.com>
3337
3338         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
3339         caps being set doesn't have a framerate value. Basically a stopgap
3340         measure.
3341
3342         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
3343         technically correct enough to put into core though.
3344         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
3345         DURATION. Fixes theoraenc ! oggmux.
3346
3347         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
3348         fraction, not double.
3349
3350 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
3351
3352         * win32/vs7:
3353         add vs7 project files created by Sergey Scobich
3354
3355 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
3356
3357         * win32/vs8:
3358         add vs8 project files created by Sergey Scobich
3359         
3360 2006-01-30  Andy Wingo  <wingo@pobox.com>
3361
3362         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
3363         timestamp + duration, not just timestamp -- ogg pages should be
3364         ordered by stop time. Necessary fix given the change in vorbis
3365         timestamps.
3366
3367         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
3368         (gst_theora_enc_init): Pull the granule shift out of the encoder.
3369         (granulepos_add): New function, handles the messiness of adjusting
3370         granulepos values.
3371         (theora_buffer_from_packet):
3372         (theora_enc_chain):
3373         (theora_enc_sink_event): Use granulepos_add, not +.
3374
3375         * tests/check/pipelines/theoraenc.c
3376         (check_buffer_granulepos_from_starttime): Just check the frame
3377         count, not the actual granulepos -- we can't dictate to the
3378         encoder when it should be placing keyframes.
3379
3380 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3381
3382         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3383           SERVICE_NOT_AVAILABLE happens for example when you're trying to
3384           play an http:// stream from a server that's not serving
3385
3386 2006-01-30  Andy Wingo  <wingo@pobox.com>
3387
3388         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
3389         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
3390         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
3391         available.
3392
3393         * ext/theora/gsttheoraenc.h:
3394         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
3395         although theoraenc was timestamping correctly. Added handling of
3396         streams that start with nonzero timestamps.
3397
3398         * tests/check/Makefile.am:
3399         * tests/check/pipelines/theoraenc.c: New file, basically does same
3400         tests as vorbisenc.
3401
3402         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
3403
3404 2006-01-30  Wim Taymans  <wim@fluendo.com>
3405
3406         * gst-libs/gst/audio/gstaudiosink.c:
3407         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
3408         (gst_audioringbuffer_pause):
3409         Implement pause that does not wait for completion.
3410
3411         * gst-libs/gst/audio/gstbaseaudiosink.c:
3412         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3413         Don't drop buffers when going to PAUSED but perform preroll on
3414         remaining samples now that core base class supports this.
3415
3416         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
3417         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
3418         (gst_ring_buffer_commit):
3419         Pause should not signal waiters.
3420         Implement return value of _commit correctly.
3421
3422 2006-01-30  Andy Wingo  <wingo@pobox.com>
3423
3424         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
3425
3426         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
3427         updated to timestamp from the first sample, not the last.
3428         (gst_vorbisenc_buffer_from_header_packet): New function, takes
3429         special care of granulepos and timestamp for header packets.
3430         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
3431         when the first buffer has a nonzero timestamp.
3432
3433         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
3434         (GstVorbisEnc.subgranule_offset): New members. Take care of the
3435         case when the first audio buffer we get has a nonzero timestamp.
3436         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
3437         properly timestamp vorbis buffers with the time of the first
3438         sample, not the last.
3439         
3440         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
3441         vorbis_granule_time_copy -- now it takes the granule/subgranule
3442         offset into account.
3443
3444         * tests/check/pipelines/vorbisenc.c: New test for correctness of
3445         timestamps, durations, and granulepos on buffers produced by
3446         vorbisenc.
3447
3448 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
3449
3450         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3451         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
3452           Patch from Eric Jonas to support conversions to/from UYVY 
3453           (Fixes: #324626)
3454
3455 2006-01-30  Julien MOUTTE  <julien@moutte.net>
3456
3457         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
3458         (setup_subtitle), (setup_source), (set_active_source):
3459         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
3460         (gen_text_element), (gen_audio_element), (gen_vis_element),
3461         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
3462
3463 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
3464
3465         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
3466         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
3467                 use gst_guint64_to_gdouble to be compliant with vs6
3468         * gst/playback/gstdecodebin.c: (try_to_link_1)
3469         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
3470                 use G_GINT64_CONSTANT for int64 constants
3471         * win32/common/libgstinterfaces.def:
3472                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
3473         * win32/vs6:
3474                 update and add new project files
3475                 
3476 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3477
3478         * Makefile.am:
3479         * win32/MANIFEST:
3480         * win32/common/interfaces-enumtypes.c:
3481         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
3482         (gst_mixer_track_flags_get_type),
3483         (gst_tuner_channel_flags_get_type):
3484         * win32/common/interfaces-enumtypes.h:
3485         * win32/common/multichannel-enumtypes.c:
3486         (gst_audio_channel_position_get_type):
3487         * win32/common/multichannel-enumtypes.h:
3488           add a win32-update rule like in core, and copy over enumtypes files
3489
3490 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3491
3492         * win32/MANIFEST:
3493         * win32/common/config.h:
3494         * win32/common/config.h.in:
3495           add config files just like in core
3496
3497 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
3498
3499         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
3500           Make gcc-4.1 happy (part of #327357).
3501
3502 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3503
3504         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
3505         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
3506         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
3507         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
3508         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
3509         (gst_alsasrc_unprepare), (gst_alsasrc_read):
3510           Update all error messages.  All of them should either use
3511           the default translated message, or actually provide a
3512           translatable string.
3513           Make the string for channel count problems meaningful.
3514
3515 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3516
3517         * sys/v4l/v4l_calls.c: (gst_v4l_open):
3518           check for and throw RESOURCE_BUSY
3519
3520 2006-01-27  David Schleef  <ds@schleef.org>
3521
3522         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
3523           checked in this change -- it requires liboil features not
3524           in 0.3.6.  Revert parts.
3525
3526 2006-01-27  David Schleef  <ds@schleef.org>
3527
3528         * REQUIREMENTS:
3529         * configure.ac: update liboil requirement to 0.3.6
3530         * gst/videoscale/Makefile.am:
3531         * gst/videoscale/vs_scanline.c: liboilify
3532
3533 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
3534
3535         * ext/libvisual/visual.c: (get_buffer):
3536           When pad_alloc returns a GstFlowReturn other
3537           than GST_FLOW_OK, make sure it is passed upstream.
3538
3539 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
3540
3541         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
3542         (gst_alsasink_class_init):
3543           Free the device name string.
3544
3545         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
3546         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
3547         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
3548           Don't remove a pad from the collectpads structure until it
3549           is released - it's a request pad, and may receive data again
3550           if the element gets moved back to PLAYING state.
3551
3552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3553           Ensure we turn on double buffering on the Xv port, and
3554           set the colour key to something dark and mysterious that
3555           isn't black.
3556
3557 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3558
3559         * ext/alsa/gstalsaplugin.c: (plugin_init):
3560         * ext/cdparanoia/gstcdparanoiasrc.c:
3561         (gst_cd_paranoia_src_base_init), (plugin_init):
3562         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3563         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
3564           - a library should not call setlocale. see "Libraries" node in
3565             gettext manual
3566           - make sure all plugins that use translation do bindtextdomain
3567             to point to the localedir
3568         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
3569         (setup_sinks), (plugin_init):
3570           all this, and check for NULL when creating sinks
3571
3572 2006-01-27  Julien MOUTTE  <julien@moutte.net>
3573
3574         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
3575         (plugin_init): Make typefinding of subtitles work again.
3576
3577 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
3578
3579         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
3580         (mp3_type_frame_length_from_header), (mp3_type_find),
3581         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
3582         (plugin_init):
3583           Backport a bunch of typefinding fixes from the 0.8 branch.
3584           Also, improve wavpack typefinding: if we can't peek the
3585           entire wavpack block, try to parse the bits we can get and
3586           see if we find what we're looking for in those.
3587
3588 2006-01-26  Julien MOUTTE  <julien@moutte.net>
3589
3590         * sys/ximage/ximagesink.c:
3591         (gst_ximagesink_calculate_pixel_aspect_ratio):
3592         * sys/xvimage/xvimagesink.c:
3593         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
3594         more cases of pixel aspect ratio.
3595
3596 2006-01-26  Edward Hervey  <edward@fluendo.com>
3597
3598         * gst/playback/gstdecodebin.c: (pad_probe):
3599         Also consider the flush-start and tag events as unblockers
3600         for the pad probes.
3601
3602 2006-01-26  Julien MOUTTE  <julien@moutte.net>
3603
3604         * gst/playback/gstplaybin.c: (gst_play_bin_init),
3605         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
3606         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
3607         On the fly visualisation switch, works disabling, enabling as
3608         well but it won't be able to enable vis in a playbin that was
3609         created with no visualisation.
3610
3611 2006-01-25  Wim Taymans  <wim@fluendo.com>
3612
3613         * gst-libs/gst/audio/gstbaseaudiosink.c:
3614         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3615         Undo previous commit that returned WRONG_STATE sooner, it breaks 
3616         resume after pause.
3617
3618 2006-01-25  Wim Taymans  <wim@fluendo.com>
3619
3620         * gst-libs/gst/audio/gstbaseaudiosink.c:
3621         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
3622         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
3623         Improve debugging.
3624         Post error when caps cannot be parsed.
3625         Resync on discontinuity in the stream.
3626         Clip samples to segment boundaries.
3627         return WRONG_STATE sooner when we are flushing.
3628
3629         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
3630         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
3631         Make audiosrc operate in TIME.
3632         Set TIMESTAMP and DURATION on buffers.
3633
3634 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
3635
3636         * tests/examples/seek/seek.c: (main):
3637           Output tag messages as well.
3638
3639 2006-01-23  Edward Hervey  <edward@fluendo.com>
3640
3641         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3642         (free_pad_probes), (remove_fakesink), (pad_probe),
3643         (close_pad_link), (gst_decode_bin_change_state):
3644         Replace GstPadBlockCallback with pad probes that detect
3645         first buffer AND eos before removing fakesink.
3646         Fixes hang with demuxers doing EOS while pre-rolling.
3647         Solves #328279
3648
3649 2006-01-23  Andy Wingo  <wingo@pobox.com>
3650
3651         * ext/alsa/gstalsasink.c:
3652         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3653         (gst_base_rtp_depayload_setcaps),
3654         (gst_base_rtp_depayload_add_to_queue),
3655         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
3656         
3657         Patch by: Jens Granseuer <jensgr at gmx dot net>
3658
3659 2006-01-22  Julien MOUTTE  <julien@moutte.net>
3660
3661         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
3662         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3663         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
3664         frames. We might get a frame destroyed after changing state to
3665         NULL, adding a safety check on xcontext.
3666
3667 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3668
3669         * gst-libs/gst/interfaces/xoverlay.c:
3670           Fix prepare-xwindow-id code example in the docs - we need to
3671           ignore all messages that aren't element messages as well.
3672           
3673 2006-01-21  Julien MOUTTE  <julien@moutte.net>
3674
3675         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
3676           I think one day i'll completely undestand how caps negotiation
3677           is supposed to work. This refactoring handles buffer_alloc
3678           called with caps we can't handle. We definitely don't want a
3679           set_caps with those caps, so we define and allocate a buffer
3680           we would like to receive.
3681
3682 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3683
3684         * gst/playback/gstplaybasebin.c: (setup_source):
3685           Free iterator when done.
3686
3687 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
3688
3689         * gst-libs/gst/audio/gstbaseaudiosink.c:
3690         (gst_base_audio_sink_render):
3691           Fix playback of non-synchronised streams by assuming a rate
3692           of 1.0 instead of a random one.
3693
3694           Makes this work again:
3695
3696           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
3697           endianness=(int)4321, signed=(boolean)true, width=(int)16,
3698           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
3699           audioresample ! alsasink
3700
3701 === release 0.10.2 ===
3702
3703 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
3704
3705         * configure.ac:
3706           releasing 0.10.2, "Then the devil is six"
3707
3708 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
3709
3710         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3711         * gst/playback/gststreamselector.c:
3712         (gst_stream_selector_set_property):
3713           Comment out broken code that connects to the state-changed signal.
3714           At this point, changing current stream selection is broken, but 
3715           stuff like gst-launch playbin current-audio=1 works and filters
3716           to the chosen stream.
3717
3718 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3719
3720         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3721           Fix #327216 (null dereference in vorbisdec)
3722
3723 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
3724
3725         * ext/theora/theoradec.c: (theora_handle_comment_packet):
3726           Post taglist actually on bus instead of just freeing it
3727           (fixes #327114 and totem bug #327080).
3728
3729         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3730           Use gst_element_found_tags_for_pad(), so that the tags
3731           are sent downstream as an event as well.
3732
3733 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3734
3735         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3736         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
3737         (gst_ximagesink_buffer_alloc):
3738         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
3739         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
3740         (gst_xvimagesink_buffer_alloc):
3741           move all regularly occurring messages to GST_LOG level
3742           add some more object logs
3743
3744 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3745
3746         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3747           fix a silly segfault
3748
3749 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
3750
3751         * docs/libs/gst-plugins-base-libs-docs.sgml:
3752         * docs/libs/gst-plugins-base-libs-sections.txt:
3753         * gst-libs/gst/audio/mixerutils.c:
3754         * gst-libs/gst/audio/mixerutils.h:
3755           Add docs for mixerutils stuff.
3756
3757 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
3758
3759         * gst/playback/gstplaybasebin.c: (setup_source):
3760           Fix playback for sources that emit raw audio or
3761           raw video streams (e.g.: cd audio sources) (#325984).
3762
3763 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3764
3765         * gst-libs/gst/audio/mixerutils.c:
3766         (gst_audio_mixer_filter_do_filter):
3767           actually save the element we create
3768
3769 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3770
3771         * gst-libs/gst/cdda/gstcddabasesrc.c:
3772         (gst_cdda_base_src_handle_track_seek):
3773           No need to post a tag message on the bus when seeking
3774           within the same track, only post it when the current
3775           track changes.
3776
3777 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
3778
3779         * gst/playback/gstplaybasebin.c: (group_destroy),
3780         (probe_triggered), (new_decoded_pad), (mute_group_type),
3781         (set_active_source):
3782         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3783         * gst/playback/gststreamselector.c:
3784         (gst_stream_selector_base_init),
3785         (gst_stream_selector_set_property),
3786         (gst_stream_selector_request_new_pad):
3787           Reenable stream selection. These mechanisms need a complete overhaul
3788           in the face of 0.8->0.10 changes though.
3789
3790 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
3791
3792         * ext/ogg/gstoggdemux.c:
3793           Change the pad template to src_%d to match the pads that 
3794           are created from it. decodebin needs this information in order
3795           to decide that oggdemux is capable of producing multiple pads
3796           (and hence needs queues inserted).
3797
3798         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
3799         (gst_ogg_mux_collected):
3800           Make debug output more useful by using GST_PTR_FORMAT.
3801
3802 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3803
3804         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3805
3806         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3807           Set depth and width for alaw/mulaw (fixes #326601).
3808
3809 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3810
3811         * tests/icles/Makefile.am:
3812           don't build the tests if we don't have the libs
3813
3814 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
3815
3816         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
3817         (gst_cd_paranoia_paranoia_callback):
3818           Don't try to free NULL pointers.
3819
3820 2006-01-10  Edward Hervey  <edward@fluendo.com>
3821
3822         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
3823         (gst_audio_rate_change_state), (plugin_init):
3824         Add debugging category.
3825         Fix type issues.
3826         Add case for incoming buffers without valid offset/offset_end.
3827
3828 2006-01-10  Michael Smith  <msmith@fluendo.com>
3829
3830         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
3831           Don't leak GCond in audio sources.
3832
3833 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
3834
3835         * gst/playback/gstplaybin.c: (gen_audio_element):
3836           Don't leak an autoaudiosink/alsasink when we generate
3837           a new audio element. (old code, I guess)
3838
3839 2006-01-10  Michael Smith  <msmith@fluendo.com>
3840
3841         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
3842           Support float audio in audiorate.
3843           Use width rather than depth for selecting sample width.
3844
3845 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
3846
3847         * gst/videotestsrc/videotestsrc.h:
3848           Use GLib types here (that way we don't have to include the
3849           generated _stdint.h header, which makes life easier for win32
3850           folks that don't use autotools for the build) (#325990, patch
3851           by: Sergey Scobich).
3852
3853 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
3854
3855         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
3856         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
3857         (gst_ring_buffer_pause), (wait_segment):
3858         * gst-libs/gst/audio/gstringbuffer.h:
3859           Name (private) union, makes Forte compiler happy (this time
3860           for real) (#324900).
3861
3862 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3863
3864         * gst-libs/gst/audio/Makefile.am:
3865           Link against libgstinterfaces, needed for mixer
3866           and property probe stuff.
3867
3868 2006-01-09  Edward Hervey  <edward@fluendo.com>
3869
3870         * gst-libs/gst/Makefile.am:
3871
3872 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3873
3874         * gst-libs/gst/audio/Makefile.am:
3875         * gst-libs/gst/audio/mixerutils.c:
3876         (gst_audio_mixer_filter_do_filter),
3877         (gst_audio_mixer_filter_check_element),
3878         (gst_audio_mixer_filter_probe_feature),
3879         (element_factory_rank_compare_func),
3880         (gst_audio_default_registry_mixer_filter):
3881         * gst-libs/gst/audio/mixerutils.h:
3882           Add gst_audio_default_registry_mixer_filter() utility
3883           function.
3884
3885 2006-01-03  Michael Smith  <msmith@fluendo.com>
3886
3887         * gst/audioresample/resample.h:
3888           As before, but for o_buf
3889
3890 2006-01-03  Michael Smith  <msmith@fluendo.com>
3891
3892         * gst/audioresample/resample.h:
3893           Declare struct _ResampleState.buffer as unsigned char *, not void *,
3894           since we do arithmetic on it.
3895
3896 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
3897
3898         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
3899         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
3900         (gst_ring_buffer_pause), (wait_segment):
3901         * gst-libs/gst/audio/gstringbuffer.h:
3902           Sun's Forte compiler doesn't seem to like anonymous structs,
3903           so use same setup as in GstBaseSrc (fixes #324900).
3904
3905 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
3906
3907         * configure.ac:
3908         * gst/volume/Makefile.am:
3909         * gst/volume/demo.c:
3910           move old example to tests/examples/volume/volune.c
3911         * tests/examples/Makefile.am:
3912         * tests/examples/seek/seek.c: (main):
3913           change window-close event from "delete-event" to "destroy"
3914         * tests/examples/volume/Makefile.am:
3915         * tests/examples/volume/volume.c: (value_changed_callback),
3916         (setup_gui), (message_received), (eos_message_received), (main):
3917           fix event handling and bus usage
3918
3919 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
3920
3921         * gst/audiotestsrc/gstaudiotestsrc.c:
3922         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
3923         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
3924         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
3925         (gst_audio_test_src_create_square),
3926         (gst_audio_test_src_create_saw),
3927         (gst_audio_test_src_create_triangle),
3928         (gst_audio_test_src_create_silence),
3929         (gst_audio_test_src_create_white_noise),
3930         (gst_audio_test_src_create_pink_noise),
3931         (gst_audio_test_src_init_sine_table),
3932         (gst_audio_test_src_create_sine_table),
3933         (gst_audio_test_src_change_wave),
3934         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
3935         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
3936         * gst/audiotestsrc/gstaudiotestsrc.h:
3937           update to basesrc changes, implement segmented seeking and eos
3938           handling, add a 'sine-tab' waveform for performance critical playback
3939
3940 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
3941
3942         * po/POTFILES.in:
3943           ... and this time the other modified file that I missed last time.
3944
3945 2005-12-29  Michael Smith  <msmith@fluendo.com>
3946
3947         * gst/playback/gstdecodebin.c: (new_pad):
3948           Fix non-C89 variable declaration not at the start of a block. Should
3949           help some compilers.
3950
3951 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
3952
3953         * tests/check/Makefile.am:
3954           And now fix 'make distcheck' (builddir != srcdir)
3955
3956 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
3957
3958         * configure.ac:
3959         * ext/cdparanoia/Makefile.am:
3960         * ext/cdparanoia/gstcdparanoia.c:
3961         * ext/cdparanoia/gstcdparanoia.h:
3962         * ext/cdparanoia/gstcdparanoiasrc.c:
3963         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
3964         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
3965         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
3966         (gst_cd_paranoia_paranoia_callback),
3967         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
3968         (gst_cd_paranoia_src_set_property),
3969         (gst_cd_paranoia_src_get_property), (plugin_init):
3970         * ext/cdparanoia/gstcdparanoiasrc.h:
3971           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
3972           plugin again (there are still fixes required to playbin to make
3973           cdda:// uris work there).
3974
3975 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
3976
3977         * tests/check/Makefile.am:
3978           Fix test case compilation.
3979
3980 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
3981
3982         * gst-libs/gst/cdda/gstcddabasesrc.c:
3983         (gst_cdda_base_src_update_duration),
3984         (gst_cdda_base_src_calculate_cddb_id):
3985           An integer is not a string. Fix access to uninitialised variable.
3986
3987         * tests/check/Makefile.am:
3988           Add cddabasesrc unit test; also actually enable the vorbis test.
3989
3990         * tests/check/generic/states.c:
3991           Blacklist new cd audio elements as well.
3992
3993         * tests/check/libs/cddabasesrc.c:
3994           Unit test for GstCddaBaseSrc (discid calculation mostly).
3995
3996 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
3997
3998         * docs/libs/Makefile.am:
3999         * docs/libs/gst-plugins-base-libs-docs.sgml:
4000         * docs/libs/gst-plugins-base-libs-sections.txt:
4001         * docs/libs/gst-plugins-base-libs.types:
4002           Add docs for libgstcdda/GstCddaBaseSrc.
4003
4004         * gst-libs/gst/interfaces/mixertrack.h:
4005           Do one struct member per line with a semicolon at the end, that way
4006           even gtk-doc might parse it without complaining.
4007
4008 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
4009
4010         * configure.ac:
4011         * gst-libs/gst/Makefile.am:
4012         * gst-libs/gst/cdda/Makefile.am:
4013         * gst-libs/gst/cdda/base64.c:
4014         * gst-libs/gst/cdda/base64.h:
4015         * gst-libs/gst/cdda/gstcddabasesrc.c:
4016         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
4017         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
4018         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
4019         (gst_cdda_base_src_get_property),
4020         (gst_cdda_base_src_get_track_from_sector),
4021         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
4022         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
4023         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
4024         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
4025         (gst_cdda_base_src_uri_get_protocols),
4026         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
4027         (gst_cdda_base_src_uri_handler_init),
4028         (gst_cdda_base_src_setup_interfaces),
4029         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
4030         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
4031         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
4032         (gst_cdda_base_src_add_tags),
4033         (gst_cdda_base_src_add_index_associations),
4034         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
4035         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
4036         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
4037         (gst_cdda_base_src_create):
4038         * gst-libs/gst/cdda/gstcddabasesrc.h:
4039         * gst-libs/gst/cdda/sha1.c:
4040         * gst-libs/gst/cdda/sha1.h:
4041           Add new libgstcdda with GstCddaBaseSrc class.
4042
4043 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
4044
4045         * ext/gnomevfs/gstgnomevfssink.h:
4046           Use GstBaseSinkClass as parent_class member for class struct, not
4047           GstBaseSink.
4048
4049 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
4050
4051         Patch by: Michael Benes
4052
4053         * gst/videotestsrc/gstvideotestsrc.c:
4054         (gst_video_test_src_class_init), (gst_video_test_src_start):
4055           Add start method to reset running time and number of frames sent
4056           when starting up (fixes #324696)
4057
4058 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
4059
4060         * docs/plugins/Makefile.am:
4061         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4062         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4063         * docs/plugins/gst-plugins-base-plugins.args:
4064         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4065         * docs/plugins/gst-plugins-base-plugins.signals:
4066           Add docs stuff for gnomevfssrc and gnomevfssink.
4067
4068         * ext/gnomevfs/gstgnomevfssrc.c:
4069           Fix example pipeline in gtk-doc blurb.
4070
4071 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
4072
4073         * ext/gnomevfs/Makefile.am:
4074         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
4075         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
4076         (gst_gnome_vfs_handle_get_type), (plugin_init):
4077         * ext/gnomevfs/gstgnomevfs.h:
4078         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
4079         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
4080         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
4081         (gst_gnome_vfs_sink_set_property),
4082         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
4083         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
4084         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
4085         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
4086         (gst_gnome_vfs_sink_uri_get_type),
4087         (gst_gnome_vfs_sink_uri_get_protocols),
4088         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
4089         (gst_gnome_vfs_sink_uri_handler_init):
4090         * ext/gnomevfs/gstgnomevfssink.h:
4091           Port gnomevfssink; add gtk-doc blurb.
4092
4093         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
4094         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
4095         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
4096         (gst_gnome_vfs_src_uri_get_type),
4097         (gst_gnome_vfs_src_uri_get_protocols),
4098         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
4099         (gst_gnome_vfs_src_uri_handler_init),
4100         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
4101         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
4102         (gst_gnome_vfs_src_send_additional_headers_callback),
4103         (gst_gnome_vfs_src_received_headers_callback),
4104         (gst_gnome_vfs_src_push_callbacks),
4105         (gst_gnome_vfs_src_pop_callbacks),
4106         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
4107         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
4108         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
4109         * ext/gnomevfs/gstgnomevfssrc.h:
4110           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
4111           file; add gtk-doc blurb with example pipelines.
4112
4113 === release 0.10.1 ===
4114
4115 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
4116
4117         * configure.ac:
4118           releasing 0.10.1, "Dobro Dedek"
4119
4120 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
4121
4122         * gst/typefind/gsttypefindfunctions.c:
4123         iLBC30 and iLBC20 added to typefind.
4124
4125 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4126
4127         * gst-libs/gst/audio/gstbaseaudiosink.c:
4128         (gst_base_audio_sink_class_init):
4129         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4130         (gst_base_audio_src_class_init):
4131           update strings, values are in microseconds
4132           change the default sink buffer time to something that is smaller
4133           (to help software volume mixing have a slightly lower delay) but
4134           still be acceptable on Wim's laptop
4135
4136 2005-12-20  Edward Hervey  <edward@fluendo.com>
4137
4138         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
4139         Made a quack, forgot to add DUCK to the riff video template.
4140
4141 2005-12-19  Edward Hervey  <edward@fluendo.com>
4142
4143         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
4144         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
4145         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4146         (gst_ogm_parse_chain):
4147         Make sure pads are initialized correctly.
4148         * gst-libs/gst/riff/riff-ids.h:
4149         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4150         (gst_riff_create_video_template_caps):
4151         Add a whole bunch of FOURCC <=> MimeType.
4152         Extend the riff video pad template to support the newly added fourcc.
4153
4154 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
4155
4156         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
4157         (gst_ogg_demux_activate_chain):
4158           Extra debug output when activating/deactivating chains.
4159
4160         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
4161         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
4162         (unlinked):
4163           Remove a queue from our list when it becomes unlinked.
4164           Don't add queues to elements in class 'Demux' if they
4165           can only produce one pad 
4166
4167 2005-12-18  Julien MOUTTE  <julien@moutte.net>
4168
4169         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
4170         (gst_video_sink_get_type): Add a debug category.
4171
4172 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
4173
4174         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4175         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
4176           Handle downstream newsegment by sending our own newsegment before the
4177           next buffer to be released. (#323900)
4178
4179 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
4180
4181         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4182         (gst_base_rtp_depayload_set_gst_timestamp):
4183           add queue delay to new segment as well (as opposed to just the first
4184           buffer). (bug #322347)
4185
4186 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
4187
4188         * ext/libvisual/visual.c: (make_valid_name):
4189           change some char* into char[]
4190         * gst/audiotestsrc/gstaudiotestsrc.c:
4191         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
4192         (gst_audio_test_src_create):
4193         * gst/audiotestsrc/gstaudiotestsrc.h:
4194           prepare to handle EOS and SEGMENT_DONE
4195
4196 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4197
4198         * tests/check/generic/states.c: (GST_START_TEST):
4199           Blacklist cdparanoia element in state test.
4200
4201 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4202
4203           Patch by: Benjamin Pineau
4204
4205         * gst/tcp/gsttcp.c:
4206         * gst/tcp/gsttcpclientsink.c:
4207         * gst/tcp/gsttcpserversink.c:
4208         * gst/tcp/gsttcpserversrc.c:
4209           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
4210
4211 2005-12-15  Michael Smith  <msmith@fluendo.com>
4212
4213         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
4214         (gst_video_rate_chain):
4215           Fix timestamping for videorate when the first buffer it sees has a
4216           non-zero timestamp. Fix some misleading debug output.
4217
4218 2005-12-15  Michael Smith  <msmith@fluendo.com>
4219
4220         * gst/audioresample/gstaudioresample.c:
4221           Don't leak all input buffers to audioresample.
4222
4223 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
4224
4225         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
4226           Don't operate on empty text buffers. Strip newlines and
4227           tabs only from the end of the text, but leave them intact
4228           in the middle. Fix typo in gtk-doc description.
4229
4230 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
4231
4232         * gst/playback/gstplaybasebin.c:
4233         * gst/playback/gstplaybin.c: (handoff):
4234           Make sure the video frame buffer we return to apps via the
4235           "frame" property always has caps set on it. Modify
4236           _gst_gvalue_set_object() macro to handle NULL objects
4237           gracefully too.
4238
4239 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
4240
4241         * gst/audiotestsrc/gstaudiotestsrc.c:
4242         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
4243         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
4244         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
4245         (gst_audio_test_src_create):
4246         * gst/audiotestsrc/gstaudiotestsrc.h:
4247         Adjust to some recent api changes and add wtays new cool seeking
4248         capabillities
4249
4250 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
4251
4252         * ext/alsa/Makefile.am:
4253         * ext/alsa/gstalsadeviceprobe.c:
4254         * ext/alsa/gstalsadeviceprobe.h:
4255           Helper functions to add device probing via the GstPropertyProbe
4256           interface to a class.
4257
4258         * ext/alsa/gstalsamixer.h:
4259           Comment out GST_ALSA_MIXER, it returns a struct that's not
4260           used.
4261
4262         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4263           Add some debug info. 
4264
4265         * ext/alsa/gstalsamixerelement.c:
4266         (gst_alsa_mixer_element_interface_supported),
4267         (gst_implements_interface_init),
4268         (gst_alsa_mixer_element_init_interfaces),
4269         (gst_alsa_mixer_element_class_init),
4270         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
4271         (gst_alsa_mixer_element_set_property),
4272         (gst_alsa_mixer_element_get_property),
4273         (gst_alsa_mixer_element_change_state):
4274         * ext/alsa/gstalsamixerelement.h:
4275           Add 'device' and 'device-name' properties. Add GstPropertyProbe
4276           for device handling (gnome-volume-control will need that).
4277
4278 2005-12-12  Christian Schaller  <uraeus@gnome.org>
4279
4280         * ext/Makefile.am: fix cdparanoia entry
4281         * gst-plugins-base.spec.in: add cdparanoia
4282
4283 2005-12-12  Michael Smith  <msmith@fluendo.com>
4284
4285         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
4286           Use the correct function to free list of typefind factories.
4287
4288 2005-12-12  Wim Taymans  <wim@fluendo.com>
4289
4290         * gst/videotestsrc/gstvideotestsrc.c:
4291         (gst_video_test_src_class_init), (gst_video_test_src_init),
4292         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
4293         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
4294         (gst_video_test_src_create):
4295         * gst/videotestsrc/gstvideotestsrc.h:
4296         Implement seeking in videotestsrc.
4297         Small cleanups.
4298
4299 2005-12-12  Wim Taymans  <wim@fluendo.com>
4300
4301         * ext/cdparanoia/Makefile.am:
4302         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
4303         (gst_paranoia_endian_get_type), (_do_init),
4304         (cdparanoia_class_init), (cdparanoia_init),
4305         (cdparanoia_set_property), (cdparanoia_get_property),
4306         (cdparanoia_do_seek), (cdparanoia_is_seekable),
4307         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
4308         (cdparanoia_convert), (cdparanoia_get_query_types),
4309         (cdparanoia_query), (cdparanoia_set_index),
4310         (cdparanoia_uri_set_uri):
4311         * ext/cdparanoia/gstcdparanoia.h:
4312         Partially ported cdparanoia now that basesrc can support a
4313         plugin like this..
4314
4315 2005-12-12  Wim Taymans  <wim@fluendo.com>
4316
4317         * tests/examples/seek/scrubby.c: (main):
4318         Set higher priority for bus events so they don't get reordered with
4319         gtk gui events.
4320
4321         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
4322         (flush_toggle_cb), (main):
4323         Added checkbox to disable flushing seeks. 
4324         Disable scrubbing when doing non flushing seeks.
4325
4326 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
4327
4328         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
4329         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
4330         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
4331         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
4332           Implement some sort of event handling that doesn't rely on
4333           g_return_if_fail; make sure we always push the last chunk of an 
4334           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
4335           state change function; remove some old cruft. Seeking is still
4336           rather unlikely to work though.
4337
4338         * tools/.cvsignore:
4339           Ignore more.
4340
4341 2005-12-11  Julien MOUTTE  <julien@moutte.net>
4342
4343         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
4344         Fixed a leak of the current image reference when cleaning up.
4345         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
4346
4347 2005-12-09  Michael Smith  <msmith@fluendo.com>
4348
4349         * tools/Makefile.am:
4350         * tools/gst-launch-ext-m.m:
4351           Remove gst-launch-ext. It doesn't work, and is no longer
4352           particularly useful.
4353
4354 2005-12-08  Luca Ognibene  <luogni@tin.it>
4355
4356         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
4357           don't pass random values to ogmparse convert function.
4358           Make seeking possible in the exile1.ogm file.
4359
4360 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
4361
4362         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4363         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4364           Work around refcount problem with g_value_set_object() that occur
4365           if the core has been compiled against GLib-2.6 (g_value_set_object()
4366           will only g_object_ref() the element, but the caller will
4367           gst_object_unref() it and bad things will happen due to the way
4368           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
4369           totem for people on FC4 using Thomas's 0.10 RPMs.
4370           
4371 2005-12-07  Edward Hervey  <edward@fluendo.com>
4372
4373         Time to welcome ogm to 0.10 :)
4374         
4375         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
4376         (gst_ogg_pad_typefind):
4377         Oggdemux can now properly typefind elements with dynamic pads.
4378         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4379         Properly set caps on src pad, and set caps on outgoing buffers.
4380
4381 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4382
4383         * ext/alsa/gstalsamixer.h:
4384         * ext/alsa/gstalsamixerelement.h:
4385         * ext/alsa/gstalsamixeroptions.h:
4386         * ext/alsa/gstalsamixertrack.h:
4387         * ext/alsa/gstalsasink.c:
4388         * ext/alsa/gstalsasink.h:
4389         * ext/alsa/gstalsasrc.c:
4390         * ext/alsa/gstalsasrc.h:
4391         * ext/cdparanoia/gstcdparanoia.h:
4392         * ext/gnomevfs/gstgnomevfsuri.h:
4393         * ext/ogg/gstoggdemux.c:
4394         * ext/ogg/gstoggmux.c:
4395         * ext/pango/gsttextoverlay.h:
4396         * ext/theora/theoradec.c:
4397         * ext/theora/theoraenc.c:
4398         * ext/vorbis/vorbisdec.h:
4399         * ext/vorbis/vorbisenc.c:
4400         * ext/vorbis/vorbisenc.h:
4401         * ext/vorbis/vorbisparse.h:
4402         * gst-libs/gst/audio/gstaudioclock.h:
4403         * gst-libs/gst/audio/gstaudiosink.c:
4404         * gst-libs/gst/audio/gstaudiosink.h:
4405         * gst-libs/gst/audio/gstaudiosrc.c:
4406         * gst-libs/gst/audio/gstaudiosrc.h:
4407         * gst-libs/gst/audio/gstbaseaudiosink.c:
4408         * gst-libs/gst/audio/gstbaseaudiosink.h:
4409         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4410         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4411         * gst-libs/gst/audio/gstringbuffer.h:
4412         * gst-libs/gst/audio/multichannel.h:
4413         * gst-libs/gst/floatcast/floatcast.h:
4414         * gst-libs/gst/interfaces/colorbalance.c:
4415         * gst-libs/gst/interfaces/colorbalance.h:
4416         * gst-libs/gst/interfaces/colorbalancechannel.h:
4417         * gst-libs/gst/interfaces/mixer.h:
4418         * gst-libs/gst/interfaces/mixeroptions.h:
4419         * gst-libs/gst/interfaces/mixertrack.h:
4420         * gst-libs/gst/interfaces/navigation.h:
4421         * gst-libs/gst/interfaces/propertyprobe.h:
4422         * gst-libs/gst/interfaces/tuner.h:
4423         * gst-libs/gst/interfaces/tunerchannel.h:
4424         * gst-libs/gst/interfaces/tunernorm.h:
4425         * gst-libs/gst/interfaces/xoverlay.h:
4426         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4427         * gst-libs/gst/riff/riff-ids.h:
4428         * gst-libs/gst/riff/riff-media.h:
4429         * gst-libs/gst/riff/riff-read.h:
4430         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4431         * gst-libs/gst/rtp/gstbasertppayload.c:
4432         * gst-libs/gst/rtp/gstbasertppayload.h:
4433         * gst-libs/gst/rtp/gstrtpbuffer.c:
4434         * gst-libs/gst/rtp/gstrtpbuffer.h:
4435         * gst-libs/gst/tag/gsttageditingprivate.h:
4436         * gst-libs/gst/tag/gstvorbistag.c:
4437         (gst_tag_list_from_vorbiscomment_buffer):
4438         * gst-libs/gst/tag/tag.h:
4439         * gst-libs/gst/video/video.h:
4440         * gst/adder/gstadder.c:
4441         * gst/adder/gstadder.h:
4442         * gst/audioconvert/audioconvert.c:
4443         * gst/audioconvert/audioconvert.h:
4444         * gst/audioconvert/gstaudioconvert.c:
4445         * gst/audioconvert/gstchannelmix.c:
4446         * gst/audioconvert/gstchannelmix.h:
4447         * gst/audiorate/gstaudiorate.c:
4448         * gst/audioresample/buffer.h:
4449         * gst/audioresample/functable.h:
4450         * gst/audioresample/gstaudioresample.c:
4451         * gst/audioresample/resample.h:
4452         * gst/ffmpegcolorspace/avcodec.h:
4453         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4454         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
4455         * gst/ffmpegcolorspace/imgconvert.c:
4456         * gst/ffmpegcolorspace/imgconvert_template.h:
4457         * gst/playback/gstdecodebin.c:
4458         * gst/playback/gstplaybasebin.h:
4459         * gst/playback/gstplaybin.c:
4460         * gst/playback/gststreaminfo.h:
4461         * gst/tcp/gstfdset.c:
4462         * gst/tcp/gstfdset.h:
4463         * gst/tcp/gstmultifdsink.c:
4464         * gst/tcp/gstmultifdsink.h:
4465         * gst/tcp/gsttcp.h:
4466         * gst/tcp/gsttcpclientsrc.c:
4467         * gst/tcp/gsttcpclientsrc.h:
4468         * gst/tcp/gsttcpplugin.h:
4469         * gst/tcp/gsttcpserversink.c:
4470         * gst/tcp/gsttcpserversrc.c:
4471         * gst/typefind/gsttypefindfunctions.c:
4472         * gst/videorate/gstvideorate.c:
4473         * gst/videotestsrc/gstvideotestsrc.h:
4474         * gst/videotestsrc/videotestsrc.h:
4475         * sys/v4l/gstv4lcolorbalance.h:
4476         * sys/v4l/gstv4ltuner.h:
4477         * sys/v4l/gstv4lxoverlay.h:
4478         * sys/v4l/v4l_calls.h:
4479         * sys/v4l/videodev_mjpeg.h:
4480         * tests/check/elements/audioconvert.c:
4481         * tests/check/elements/audioresample.c:
4482         * tests/check/elements/audiotestsrc.c:
4483         * tests/check/elements/videotestsrc.c:
4484         * tests/check/elements/volume.c:
4485         * tests/examples/seek/scrubby.c:
4486         * tests/examples/seek/seek.c:
4487           expand tabs
4488
4489 === release 0.10.0 ===
4490
4491 2005-12-05   <thomas (at) apestaart (dot) org>
4492
4493         * configure.ac:
4494           releasing 0.10.0, "Mont-d'or"
4495
4496 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
4497
4498         * tests/examples/seek/Makefile.am:
4499         Build fix for when gtk is not available.
4500
4501 2005-12-05  Andy Wingo  <wingo@pobox.com>
4502
4503         * ext/libvisual/visual.c: (get_buffer):
4504         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
4505         * ext/pango/gsttextrender.c: (gst_text_render_chain):
4506         * ext/theora/theoradec.c: (theora_handle_data_packet):
4507         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4508         (theora_enc_chain):
4509         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4510         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
4511         Update for alloc_buffer changes.
4512
4513 2005-12-05  Andy Wingo  <wingo@pobox.com>
4514
4515         patch by: Kai Vehmanen <kv2004 eca cx>
4516         
4517         * gst-libs/gst/rtp/gstbasertpdepayload.c
4518         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
4519
4520 2005-12-04  Andy Wingo  <wingo@pobox.com>
4521
4522         patch by: Sebastien Cote <sebas642 yahoo ca>
4523         
4524         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
4525         Fixes #319172.
4526
4527 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
4528
4529         * docs/plugins/Makefile.am:
4530         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4531         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4532         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4533         * ext/pango/gstclockoverlay.c:
4534         * ext/pango/gsttextoverlay.c: 
4535         * ext/pango/gsttextrender.c:
4536         * ext/pango/gsttimeoverlay.c:
4537           Add gtk-doc blurbs to pango elements.
4538
4539 2005-12-02  Wim Taymans  <wim@fluendo.com>
4540
4541         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
4542         * gst/audioresample/buffer.h:
4543         * gst/audioresample/gstaudioresample.c:
4544         * gst/audioresample/gstaudioresample.h:
4545         * gst/audioresample/resample.c: (resample_input_flush),
4546         (resample_input_pushthrough), (resample_input_eos),
4547         (resample_get_output_size_for_input),
4548         (resample_get_input_size_for_output), (resample_get_output_size),
4549         (resample_get_output_data):
4550         * gst/audioresample/resample.h:
4551         * gst/audioresample/resample_ref.c: (resample_scale_ref):
4552         Fix audioresample, seek torture, new segments, reverse negotiation
4553         etc.. work fine.
4554
4555 2005-12-02  Wim Taymans  <wim@fluendo.com>
4556
4557         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4558         Small cleanups.
4559
4560 2005-12-02  Wim Taymans  <wim@fluendo.com>
4561
4562         * gst/audioconvert/gstaudioconvert.c:
4563         (gst_audio_convert_transform):
4564         Post errors.
4565
4566 === release 0.9.7 ===
4567
4568 2005-12-01   <thomas (at) apestaart (dot) org>
4569
4570         * configure.ac:
4571           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
4572
4573 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4574
4575         * Makefile.am:
4576         * po/hu.po:
4577         * win32/MANIFEST:
4578         * win32/gst.sln:
4579           add win32 MANIFEST file
4580           do something to the hungarian translation
4581
4582 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
4583
4584         * ext/Makefile.am:
4585           Add $(PANGO_DIR) to SUBDIRS
4586
4587         * ext/pango/gstclockoverlay.c:
4588         * ext/pango/gsttimeoverlay.c:
4589           Fix and improve element descriptions.
4590
4591 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4592
4593         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4594         * docs/plugins/inspect/plugin-libvisual.xml:
4595         * docs/plugins/inspect/plugin-pango.xml:
4596           add pango plugin to docs
4597
4598 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4599
4600         * configure.ac:
4601         * ext/Makefile.am:
4602           moved pango to base
4603
4604 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4605
4606         * configure.ac:
4607         * tests/Makefile.am:
4608         * tests/icles/.cvsignore:
4609         * tests/icles/Makefile.am:
4610         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
4611         (close_display), (resize_window), (move_window), (create_window),
4612         (terminate_playback), (pause_playback), (start_playback), (main):
4613           add stress test for xoverlay from Julien
4614
4615 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4616
4617         * docs/libs/tmpl/gstcolorbalance.sgml:
4618         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4619         * gst-libs/gst/rtp/gstbasertppayload.c:
4620         * gst-libs/gst/rtp/gstrtpbuffer.c:
4621         * gst-libs/gst/rtp/gstrtpbuffer.h:
4622           Do burger's rename for rtp payloaders and depayloaders
4623
4624 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4625
4626         * win32/:
4627           add Visual Studio 6 build files
4628
4629 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4630
4631         * docs/libs/gst-plugins-base-libs-docs.sgml:
4632         * docs/libs/gst-plugins-base-libs-sections.txt:
4633         * docs/libs/tmpl/gstaudio.sgml:
4634         * docs/libs/tmpl/gstringbuffer.sgml:
4635         * gst-libs/gst/interfaces/xoverlay.c:
4636         * gst-libs/gst/video/gstvideofilter.c:
4637         * gst-libs/gst/video/gstvideosink.c:
4638           update documentation
4639
4640 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4641
4642         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
4643         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
4644         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
4645         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
4646         (gst_multi_fd_sink_get_stats),
4647         (gst_multi_fd_sink_remove_client_link),
4648         (gst_multi_fd_sink_handle_client_read),
4649         (gst_multi_fd_sink_client_queue_data),
4650         (gst_multi_fd_sink_client_queue_caps),
4651         (gst_multi_fd_sink_client_queue_buffer),
4652         (gst_multi_fd_sink_new_client),
4653         (gst_multi_fd_sink_handle_client_write),
4654         (gst_multi_fd_sink_recover_client),
4655         (gst_multi_fd_sink_queue_buffer),
4656         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
4657         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
4658         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
4659         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
4660         * gst/tcp/gstmultifdsink.h:
4661         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
4662         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
4663         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
4664         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4665         (gst_tcp_client_sink_set_property),
4666         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
4667         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
4668         * gst/tcp/gsttcpclientsink.h:
4669         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
4670         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
4671         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
4672         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
4673         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
4674         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4675         * gst/tcp/gsttcpclientsrc.h:
4676         * gst/tcp/gsttcpplugin.c: (plugin_init):
4677         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
4678         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
4679         (gst_tcp_server_sink_finalize),
4680         (gst_tcp_server_sink_handle_server_read),
4681         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
4682         (gst_tcp_server_sink_set_property),
4683         (gst_tcp_server_sink_get_property),
4684         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4685         * gst/tcp/gsttcpserversink.h:
4686         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
4687         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
4688         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
4689         (gst_tcp_server_src_set_property),
4690         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
4691         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4692         * gst/tcp/gsttcpserversrc.h:
4693           more borgifying
4694
4695 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4696
4697         * docs/plugins/Makefile.am:
4698         * docs/plugins/gst-plugins-base-plugins.args:
4699         * docs/plugins/inspect/plugin-libvisual.xml:
4700         * gst/audioconvert/plugin.h:
4701         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
4702         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
4703         (gst_audio_rate_setcaps), (gst_audio_rate_init),
4704         (gst_audio_rate_chain), (gst_audio_rate_set_property),
4705         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
4706         (plugin_init):
4707         * gst/audiotestsrc/gstaudiotestsrc.c:
4708         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
4709         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
4710         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
4711         (gst_audio_test_src_get_query_types),
4712         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
4713         (gst_audio_test_src_create_square),
4714         (gst_audio_test_src_create_saw),
4715         (gst_audio_test_src_create_triangle),
4716         (gst_audio_test_src_create_silence),
4717         (gst_audio_test_src_create_white_noise),
4718         (gst_audio_test_src_init_pink_noise),
4719         (gst_audio_test_src_generate_pink_noise_value),
4720         (gst_audio_test_src_create_pink_noise),
4721         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
4722         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
4723         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
4724         (plugin_init):
4725         * gst/audiotestsrc/gstaudiotestsrc.h:
4726         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
4727         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
4728         (gst_sub_parse_init), (gst_sub_parse_formats),
4729         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
4730         (convert_encoding), (get_next_line),
4731         (gst_sub_parse_data_format_autodetect),
4732         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
4733         (gst_sub_parse_loop), (gst_sub_parse_chain),
4734         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
4735         (plugin_init):
4736         * gst/subparse/gstsubparse.h:
4737         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
4738         (gst_video_rate_base_init), (gst_video_rate_class_init),
4739         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
4740         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
4741         (gst_video_rate_init), (gst_video_rate_event),
4742         (gst_video_rate_chain), (gst_video_rate_set_property),
4743         (gst_video_rate_get_property), (gst_video_rate_change_state),
4744         (plugin_init):
4745         * gst/videoscale/gstvideoscale.c:
4746         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
4747         (gst_video_scale_src_template_factory),
4748         (gst_video_scale_sink_template_factory),
4749         (gst_video_scale_get_type), (gst_video_scale_base_init),
4750         (gst_video_scale_class_init), (gst_video_scale_init),
4751         (gst_video_scale_set_property), (gst_video_scale_get_property),
4752         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
4753         (gst_video_scale_prepare_size), (parse_caps),
4754         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
4755         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
4756         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
4757         (plugin_init):
4758         * gst/videoscale/gstvideoscale.h:
4759         * gst/videotestsrc/gstvideotestsrc.c:
4760         (gst_video_test_src_pattern_get_type),
4761         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
4762         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
4763         (gst_video_test_src_set_pattern),
4764         (gst_video_test_src_set_property),
4765         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
4766         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
4767         (gst_video_test_src_event), (gst_video_test_src_get_times),
4768         (gst_video_test_src_create), (plugin_init):
4769         * gst/videotestsrc/gstvideotestsrc.h:
4770         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
4771         (gst_video_test_src_smpte), (gst_video_test_src_snow),
4772         (gst_video_test_src_black):
4773         * gst/videotestsrc/videotestsrc.h:
4774           borgify further
4775           clean up docs a little
4776
4777 2005-11-30  Wim Taymans  <wim@fluendo.com>
4778
4779         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4780         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
4781         (gst_basertppayload_event), (gst_basertppayload_push),
4782         (gst_basertppayload_change_state):
4783         * gst-libs/gst/rtp/gstbasertppayload.h:
4784         closed #320644.
4785
4786 2005-11-30  Julien MOUTTE  <julien@moutte.net>
4787
4788         * docs/libs/gst-plugins-base-libs-docs.sgml:
4789         * docs/libs/gst-plugins-base-libs-sections.txt:
4790         * gst-libs/gst/video/gstvideofilter.c:
4791         * gst-libs/gst/video/gstvideosink.c:
4792         * gst-libs/gst/video/gstvideosink.h: Adding docs.
4793
4794 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4795
4796         * LICENSE:
4797           move
4798         * po/af.po:
4799         * po/az.po:
4800         * po/cs.po:
4801         * po/en_GB.po:
4802         * po/hu.po:
4803         * po/it.po:
4804         * po/nb.po:
4805         * po/nl.po:
4806         * po/or.po:
4807         * po/sq.po:
4808         * po/sr.po:
4809         * po/sv.po:
4810         * po/uk.po:
4811         * po/vi.po:
4812         * Makefile.am:
4813           update
4814         * scripts/autoplugins.sh:
4815           remove
4816
4817 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4818
4819         * Makefile.am:
4820         * configure.ac:
4821         * examples/Makefile.am:
4822         * examples/capsfilter/Makefile.am:
4823         * examples/capsfilter/capsfilter1.c:
4824         * examples/gob/Makefile.am:
4825         * examples/gob/gst-identity2.gob:
4826         * examples/indexing/.cvsignore:
4827         * examples/indexing/Makefile.am:
4828         * examples/indexing/indexmpeg.c:
4829         * examples/seeking/.cvsignore:
4830         * examples/seeking/Makefile.am:
4831         * examples/seeking/cdparanoia.c:
4832         * examples/seeking/cdplayer.c:
4833         * examples/seeking/chained.c:
4834         * examples/seeking/scrubby.c:
4835         * examples/seeking/seek.c:
4836         * examples/stats/Makefile.am:
4837         * examples/stats/mp2ogg.c:
4838         * examples/switch/.cvsignore:
4839         * examples/switch/Makefile.am:
4840         * examples/switch/switcher.c:
4841         * tests/Makefile.am:
4842         * tests/check/generic/.cvsignore:
4843         * tests/check/pipelines/.cvsignore:
4844         * tests/examples/Makefile.am:
4845         * tests/examples/seek/Makefile.am:
4846           reorganize stuff under tests/
4847
4848 2005-11-30  Edward Hervey  <edward@fluendo.com>
4849
4850         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4851         Go away you stupid GstStaticPadTemplate memleak.
4852
4853 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4854
4855         * gst-libs/gst/net/Makefile.am:
4856         * gst-libs/gst/net/README:
4857         * gst-libs/gst/net/gstnetbuffer.c:
4858         * gst-libs/gst/net/gstnetbuffer.h:
4859           this was moved to "netbuffer"
4860
4861 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4862
4863         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
4864         (gst_video_filter_class_init), (gst_video_filter_init):
4865         * gst-libs/gst/video/gstvideofilter.h:
4866           borgify name to bring in line with other classes
4867
4868 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4869
4870         * gst/audioscale/.cvsignore:
4871         * gst/audioscale/Makefile.am:
4872         * gst/audioscale/README:
4873         * gst/audioscale/audioscale.vcproj:
4874         * gst/audioscale/dtof.c:
4875         * gst/audioscale/dtos.c:
4876         * gst/audioscale/functable.c:
4877         * gst/audioscale/gstaudioscale.c:
4878         * gst/audioscale/gstaudioscale.h:
4879         * gst/audioscale/private.h:
4880         * gst/audioscale/resample.c:
4881         * gst/audioscale/resample.h:
4882         * gst/audioscale/test.c:
4883           remove
4884
4885 2005-11-30  Edward Hervey  <edward@fluendo.com>
4886
4887         * gst-libs/gst/netbuffer/Makefile.am:
4888         really, really tired
4889
4890 2005-11-30  Edward Hervey  <edward@fluendo.com>
4891
4892         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4893         Update for new GstTypeFindFactory _register()
4894
4895 2005-11-30  Edward Hervey  <edward@fluendo.com>
4896
4897         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
4898         Let's not override libgstnet from core for no reason...
4899         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
4900         Ok, maybe not so quick next time.
4901
4902 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4903
4904         * configure.ac:
4905         * gst-libs/gst/Makefile.am:
4906           moved gst-libs/gst/net to netbuffer through CVS surgery
4907           remove old directory
4908           updating build to accomodate
4909           (#322257)
4910
4911 2005-11-29  Andy Wingo  <wingo@pobox.com>
4912
4913         * pkgconfig/gstreamer-plugins-base.pc.in:
4914         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
4915         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
4916         (#322257).
4917
4918 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
4919
4920         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
4921         3rd time's the charm. Correct ref-counting for discarded buffers.
4922
4923 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
4924
4925         * gst/playback/gststreamselector.c:
4926         (gst_stream_selector_class_init),
4927         (gst_stream_selector_set_property),
4928         (gst_stream_selector_get_property),
4929         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
4930         Fix ref-counting
4931
4932 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
4933
4934         * gst/subparse/gstsubparse.c: (feed_textbuf):
4935           Don't access already unref'ed buffer.
4936
4937 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
4938
4939         * gst/playback/gststreamselector.c:
4940         (gst_stream_selector_class_init), (gst_stream_selector_init),
4941         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
4942         (gst_stream_selector_get_property),
4943         (gst_stream_selector_get_linked_pad),
4944         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
4945         * gst/playback/gststreamselector.h:
4946         Add the active-pad property for playbin to use shortly. Ignore buffers
4947         from any other pad, returning GST_FLOW_NOT_LINKED
4948
4949 2005-11-29  Julien MOUTTE  <julien@moutte.net>
4950
4951         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
4952         patch from bug #322704 (Alessandro Decina).
4953
4954 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4955
4956         * gst-libs/gst/audio/Makefile.am:
4957           folded audiofilter into the audio library
4958
4959 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4960
4961         * gst/videoscale/gstvideoscale.h:
4962         * gst/videoscale/gstvideoscale.c:
4963           remove unimplemented scale methods
4964
4965 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
4966
4967         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
4968           Don't leak caps.
4969
4970 2005-11-28  Julien MOUTTE  <julien@moutte.net>
4971
4972         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
4973         (gst_ximagesink_setcaps):
4974         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
4975         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
4976         happens (only visible on ximagesink but bug is in xv too) set_caps was
4977         destroying the internal x[v]image used to memcpy non locally alloced
4978         buffers so that it got renewed on next _chain. The issue is that 
4979         _expose will try to put that image as it reffed it in _put.
4980         Using gst_buffer_unref instead of destroy fixes it !
4981
4982 2005-11-28  Edward Hervey  <edward@fluendo.com>
4983
4984         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4985         (try_to_link_1), (queue_filled_cb):
4986         Better use of the queues. Start with a small size queue and only increase
4987         the size of the queues when the other queues are empty.
4988
4989 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4990
4991         * gst-libs/gst/video/Makefile.am:
4992           compile in copied-over videofilter into the video library
4993         * gst-libs/gst/video/videosink.h:
4994           rename the header to gstvideosink.h since it's a base GstObject class
4995         * sys/ximage/ximagesink.h:
4996         * sys/xvimage/xvimagesink.h:
4997           use the new header
4998
4999 2005-11-28  Wim Taymans  <wim@fluendo.com>
5000
5001         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
5002         * gst/playback/gstplaybasebin.h:
5003         Prepare to handle errors betters.
5004
5005         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
5006         Set sinks to PAUSED first before adding and linking them so that
5007         we don't interrupt dataflow.
5008
5009 2005-11-28  Wim Taymans  <wim@fluendo.com>
5010
5011         * gst-libs/gst/audio/TODO:
5012         Updated TODO
5013
5014         * gst-libs/gst/audio/gstaudiosink.c:
5015         (gst_audioringbuffer_open_device),
5016         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5017         (gst_audioringbuffer_release):
5018         Small cleanups.
5019
5020         * gst-libs/gst/audio/gstbaseaudiosink.c:
5021         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
5022         (gst_base_audio_sink_change_state):
5023         Slave to the master clock when going to PLAYING and unslave when
5024         going to PAUSED.
5025
5026         * gst-libs/gst/audio/gstringbuffer.c:
5027         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
5028         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
5029         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
5030         (gst_ring_buffer_clear_all), (wait_segment),
5031         (gst_ring_buffer_commit), (gst_ring_buffer_read),
5032         (gst_ring_buffer_advance):
5033         * gst-libs/gst/audio/gstringbuffer.h:
5034         Add some docs and cleanups.
5035
5036 2005-11-28  Julien MOUTTE  <julien@moutte.net>
5037
5038         * sys/xvimage/xvimagesink.c:
5039         (gst_xvimagesink_navigation_send_event): Fix navigation events
5040         coordinates translation with pixel aspect ratios.
5041
5042 2005-11-28  Julien MOUTTE  <julien@moutte.net>
5043
5044         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
5045         Use calculated video geometry from _setcaps instead of buffer
5046         caps to respect pixel aspect ratio. (fixes #322388)
5047
5048 2005-11-28  Julien MOUTTE  <julien@moutte.net>
5049
5050         * docs/libs/tmpl/gstcolorbalance.sgml:
5051         * docs/libs/tmpl/gstmixer.sgml:
5052         * docs/libs/tmpl/gstxoverlay.sgml:
5053         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
5054         interface.
5055
5056 2005-11-28  Julien MOUTTE  <julien@moutte.net>
5057
5058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
5059         Refuse to create an XvImage if we can't find the format.
5060
5061 2005-11-28  Edward Hervey  <edward@fluendo.com>
5062
5063         * gst-libs/gst/riff/riff-media.c:
5064         (gst_riff_create_audio_template_caps):
5065         Add ATRAC3 to the list of riff-possible audio caps.
5066         I know we still don't have a plugin for atrac3, but it's saner to output
5067         that than a cryptic mimetype.
5068
5069 2005-11-27  Edward Hervey  <edward@fluendo.com>
5070
5071         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
5072         Don't try to create a zero-sized subbuffer.
5073
5074 2005-11-27  Julien MOUTTE  <julien@moutte.net>
5075
5076         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
5077         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
5078         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
5079         (gst_ximagesink_expose): Fixed a tricky race.
5080         * sys/ximage/ximagesink.h:
5081         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
5082         (gst_xvimagesink_expose): Fixed a tricky race.
5083         * sys/xvimage/xvimagesink.h:
5084
5085 2005-11-27  Edward Hervey  <edward@fluendo.com>
5086
5087         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5088         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
5089         Remove unused properties, and add queues between demuxers and decoders
5090         so that a lot more files can preroll properly.
5091
5092 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5093
5094         * gst-libs/gst/net/Makefile.am:
5095         * gst-libs/gst/rtp/Makefile.am:
5096         * gst-libs/gst/tag/Makefile.am:
5097           remove silly include
5098         * gst/tags/Makefile.am:
5099         * gst/tags/gsttagediting.c:
5100         * gst/tags/gsttageditingprivate.h:
5101         * gst/tags/tagedit.vcproj:
5102           remove directory, is as good as empty
5103
5104 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5105
5106         * configure.ac:
5107           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
5108         * gst-libs/Makefile.am:
5109         * gst-libs/gst/audio/Makefile.am:
5110         * gst-libs/gst/interfaces/Makefile.am:
5111         * gst-libs/gst/net/Makefile.am:
5112         * gst-libs/gst/riff/Makefile.am:
5113         * gst-libs/gst/rtp/Makefile.am:
5114         * gst-libs/gst/tag/Makefile.am:
5115         * gst-libs/gst/video/Makefile.am:
5116           and use them
5117
5118 2005-11-27  Julien MOUTTE  <julien@moutte.net>
5119
5120         * docs/libs/tmpl/gstcolorbalance.sgml:
5121         * docs/libs/tmpl/gstmixer.sgml:
5122         * docs/libs/tmpl/gstxoverlay.sgml:
5123         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
5124         * sys/ximage/ximagesink.h:
5125         * sys/xvimage/xvimagesink.h: More and more documentation.
5126
5127 2005-11-26  Julien MOUTTE  <julien@moutte.net>
5128
5129         * docs/libs/gst-plugins-base-libs-docs.sgml:
5130         * docs/libs/gst-plugins-base-libs-sections.txt:
5131         * docs/libs/tmpl/gstcolorbalance.sgml:
5132         * docs/libs/tmpl/gstmixer.sgml:
5133         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
5134         to documentation.
5135
5136 2005-11-26  Julien MOUTTE  <julien@moutte.net>
5137
5138         * docs/plugins/Makefile.am:
5139         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5140         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5141         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
5142
5143 2005-11-26  Julien MOUTTE  <julien@moutte.net>
5144
5145         * docs/plugins/Makefile.am:
5146         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5147         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5148         * docs/plugins/inspect/plugin-adder.xml:
5149         * docs/plugins/inspect/plugin-alsa.xml:
5150         * docs/plugins/inspect/plugin-audioconvert.xml:
5151         * docs/plugins/inspect/plugin-audiorate.xml:
5152         * docs/plugins/inspect/plugin-audioresample.xml:
5153         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5154         * docs/plugins/inspect/plugin-decodebin.xml:
5155         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5156         * docs/plugins/inspect/plugin-gnomevfs.xml:
5157         * docs/plugins/inspect/plugin-ogg.xml:
5158         * docs/plugins/inspect/plugin-playbin.xml:
5159         * docs/plugins/inspect/plugin-subparse.xml:
5160         * docs/plugins/inspect/plugin-tcp.xml:
5161         * docs/plugins/inspect/plugin-theora.xml:
5162         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5163         * docs/plugins/inspect/plugin-video4linux.xml:
5164         * docs/plugins/inspect/plugin-videorate.xml:
5165         * docs/plugins/inspect/plugin-videoscale.xml:
5166         * docs/plugins/inspect/plugin-videotestsrc.xml:
5167         * docs/plugins/inspect/plugin-volume.xml:
5168         * docs/plugins/inspect/plugin-vorbis.xml:
5169         * docs/plugins/inspect/plugin-ximagesink.xml:
5170         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
5171         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
5172
5173 2005-11-26  Edward Hervey  <edward@fluendo.com>
5174
5175         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
5176         Properly return GstFlowReturn from gst_pad_push in chain functions.
5177
5178 2005-11-25  Michael Smith  <msmith@fluendo.com>
5179
5180         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
5181         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
5182         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5183         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
5184           Handle various conditions better when we don't understand a stream.
5185           Removes a heap of CRITICALs on ogg streams containing unknown data.
5186
5187 2005-11-24  Andy Wingo  <wingo@pobox.com>
5188
5189         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
5190         Be threadsafe.
5191
5192 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5193
5194         * configure.ac: back to HEAD
5195
5196 === release 0.9.6 ===
5197
5198 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
5199
5200         * configure.ac:
5201           releasing 0.9.6, "White Eight"
5202
5203 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5204
5205         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
5206         * docs/plugins/inspect/plugin-sine.xml:
5207           remove sinesrc some more
5208
5209 2005-11-23  Wim Taymans  <wim@fluendo.com>
5210
5211         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
5212         If we are reading too slowly, jump forward in the ringbuffer
5213         instead of blocking.
5214
5215 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
5216
5217         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
5218         (gst_visual_chain):
5219         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
5220         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
5221         (gst_videorate_chain):
5222         * gst/videotestsrc/gstvideotestsrc.c:
5223         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
5224         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
5225         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
5226         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
5227         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
5228         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
5229           Updates for API changes
5230
5231 2005-11-23  Wim Taymans  <wim@fluendo.com>
5232
5233         * gst-libs/gst/audio/gstbaseaudiosink.c:
5234         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
5235         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5236         Fix for calibration API change.
5237
5238 2005-11-23  Michael Smith <msmith@fluendo.com>
5239
5240         * gst-libs/gst/audio/multichannel.c:
5241         (gst_audio_get_channel_positions),
5242         (gst_audio_set_channel_positions),
5243         (gst_audio_set_structure_channel_positions_list),
5244         (gst_audio_fixate_channel_positions):
5245           Use gst_value_array_*() functions on value arrays, not
5246           gst_value_list_*().
5247
5248 2005-11-23  Edward Hervey  <edward@fluendo.com>
5249
5250         * autogen.sh:
5251         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
5252         Fixes autogen
5253
5254 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5255
5256         * check/Makefile.am:
5257         * check/elements/videotestsrc.c: (setup_videotestsrc),
5258         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
5259         (main):
5260           add a test for videotestsrc
5261
5262 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5263
5264         * gst/sine/.cvsignore:
5265         * gst/sine/Makefile.am:
5266         * gst/sine/gstsinesrc.c:
5267         * gst/sine/gstsinesrc.h:
5268         * gst/sine/sinesrc.vcproj:
5269           and remove sinesrc from the repository.  Closes #321446
5270
5271 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5272
5273         * configure.ac:
5274         * gst-plugins-base.spec.in:
5275           remove sinesrc from the build
5276
5277 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5278
5279         * check/Makefile.am:
5280         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
5281         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
5282         (main):
5283           add a test for audiotestsrc, testing all waves.  Even seems
5284           leak-free at first glance, nice job Stefan
5285
5286 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
5287
5288         * po/af.po:
5289         * po/az.po:
5290         * po/cs.po:
5291         * po/en_GB.po:
5292         * po/hu.po:
5293         * po/it.po:
5294         * po/nb.po:
5295         * po/nl.po:
5296         * po/or.po:
5297         * po/sq.po:
5298         * po/sr.po:
5299         * po/sv.po:
5300         * po/uk.po:
5301         * po/vi.po:
5302           Translation string updates
5303
5304         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
5305         (gst_v4lsrc_set_caps):
5306         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
5307         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
5308         * sys/v4l/v4lsrc_calls.h:
5309           Improve v4lsrc, by making it work again.
5310
5311 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
5312
5313         * ext/libvisual/visual.c: (gst_visual_chain):
5314           Fix the fps calculations.
5315
5316         * gst/ffmpegcolorspace/avcodec.h:
5317           Move structure element for clarity
5318
5319         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
5320         * gst-libs/gst/interfaces/tunernorm.h:
5321         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
5322         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
5323         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
5324         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
5325         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
5326         (gst_v4lmjpegsrc_getcaps):
5327         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
5328         (gst_v4lsrc_set_caps):
5329         * sys/v4l/gstv4lsrc.h:
5330         * sys/v4l/v4l_calls.c: (gst_v4l_open):
5331         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
5332         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
5333         * sys/v4l/v4lsrc_calls.h:
5334           Fractional framerates...
5335
5336 2005-11-22  Wim Taymans  <wim@fluendo.com>
5337
5338         * gst-libs/gst/audio/gstbaseaudiosink.c:
5339         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
5340         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5341         And we provide a clock by default, of course...
5342
5343 2005-11-22  Wim Taymans  <wim@fluendo.com>
5344
5345         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
5346         This clock can be slaved to a master clock now.
5347
5348         * gst-libs/gst/audio/gstbaseaudiosink.c:
5349         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
5350         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
5351         (gst_base_audio_sink_set_clock),
5352         (gst_base_audio_sink_set_property),
5353         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
5354         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5355         * gst-libs/gst/audio/gstbaseaudiosink.h:
5356         Handle slaving the internal clock to the clock selected in the
5357         pipeline.
5358         Add property to make the basesink not provide a clock.
5359
5360         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5361         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
5362         (gst_base_rtp_depayload_wait):
5363         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5364         We can use the clock in GstElement, no need to store it ourselves.
5365
5366 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5367
5368         * docs/libs/tmpl/gstaudio.sgml:
5369           update
5370         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
5371         (gst_paranoia_endian_get_type):
5372         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
5373         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
5374         * gst/audiotestsrc/gstaudiotestsrc.c:
5375         (gst_audiostestsrc_wave_get_type):
5376         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5377         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5378         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5379         (gst_sync_method_get_type), (gst_unit_type_get_type),
5380         (gst_client_status_get_type), (gst_multifdsink_class_init),
5381         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
5382         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
5383         (gst_multifdsink_get_property):
5384         * gst/tcp/gstmultifdsink.h:
5385         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
5386         * gst/videotestsrc/gstvideotestsrc.c:
5387         (gst_videotestsrc_pattern_get_type):
5388           remove deprecated properties
5389           fix up enums to correctly have short lowercase dashed nicks
5390
5391 2005-11-22  Michael Smith <msmith@fluendo.com>
5392
5393         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
5394         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
5395           Add underscore.
5396
5397 2005-11-22  Michael Smith <msmith@fluendo.com>
5398
5399         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
5400         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
5401           Use utility method for scaling clocktime for fractional framerates.
5402
5403 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
5404
5405         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
5406         (gst_visual_chain):
5407         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5408         * ext/theora/theoradec.c: (theora_handle_type_packet):
5409         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5410         (theora_enc_chain):
5411         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5412         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
5413         * gst-libs/gst/video/video.h:
5414         * gst/ffmpegcolorspace/avcodec.h:
5415         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5416         (gst_ffmpeg_caps_to_pixfmt):
5417         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5418         (gst_ffmpegcsp_set_caps):
5419         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
5420         (gst_videorate_setcaps), (gst_videorate_blank_data),
5421         (gst_videorate_chain):
5422         * gst/videotestsrc/gstvideotestsrc.c:
5423         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
5424         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
5425         (gst_videotestsrc_event), (gst_videotestsrc_create):
5426         * gst/videotestsrc/gstvideotestsrc.h:
5427         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5428         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
5429         (gst_ximagesink_get_times), (gst_ximagesink_init):
5430         * sys/ximage/ximagesink.h:
5431         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5432         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
5433         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
5434         * sys/xvimage/xvimagesink.h:
5435           Convert elements to use fractions for their framerate.
5436           V4L elements to come later tonight.
5437
5438 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5439
5440         * gst-libs/gst/audio/audio.c:
5441         * gst-libs/gst/audio/audio.h:
5442           remove some deprecated functions
5443
5444 2005-11-22  Andy Wingo  <wingo@pobox.com>
5445
5446         * Update for gst_tag_setter API changes.
5447
5448 2005-11-22  Andy Wingo  <wingo@pobox.com>
5449
5450         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
5451         (gst_ogg_demux_perform_seek):
5452         * ext/theora/theoradec.c (theora_dec_sink_event):
5453         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
5454         update-funcnames.
5455
5456 2005-11-22  Wim Taymans  <wim@fluendo.com>
5457
5458         * examples/seeking/seek.c: (main):
5459         Give higher priority to bus signals than the gtk events
5460         to fix a race condition in the segment looping.
5461
5462 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
5463
5464         * ext/theora/Makefile.am:
5465         * ext/vorbis/Makefile.am:
5466         * gst-libs/gst/tag/Makefile.am:
5467         * gst-plugins-base.spec.in:
5468           Rename libgsttagedit to libgsttag (#322117).
5469
5470 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
5471
5472         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
5473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5474           Call gst_x_overlay_prepare_xwindow_id() to give applications
5475           a final chance to set their own xwindow id before the video
5476           sink creates its own window.
5477
5478 2005-11-22  Julien MOUTTE  <julien@moutte.net>
5479
5480         * sys/xvimage/xvimagesink.c:
5481         (gst_xvimagesink_navigation_send_event): Handle navigation
5482         events correcly with borders if applicable.
5483
5484 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
5485
5486         Patch by: Luca Ognibene
5487
5488         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5489         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
5490         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5491         (gst_ffmpegcsp_caps_remove_format_info):
5492         * gst/ffmpegcolorspace/imgconvert.c:
5493         * gst/ffmpegcolorspace/imgconvert_template.h:
5494           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
5495           #318353); use gst_structure_has_name().
5496
5497 2005-11-22  Julien MOUTTE  <julien@moutte.net>
5498
5499         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
5500         (gst_ximagesink_class_init): Add debug macros on functions.
5501         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5502         (gst_xvimagesink_xwindow_draw_borders),
5503         (gst_xvimagesink_xvimage_put),
5504         (gst_xvimagesink_xwindow_update_geometry),
5505         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
5506         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
5507         (gst_xvimagesink_xcontext_clear),
5508         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5509         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
5510         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5511         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
5512         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
5513         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5514         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
5515         expose while being PAUSED, out of data flow navigation events, etc..
5516
5517 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5518
5519         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
5520         * gst-libs/gst/audio/audio.h:
5521           fix prototype - wondering why the test worked regardless
5522
5523 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5524
5525         * check/Makefile.am:
5526         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
5527         * gst-libs/gst/audio/audio.h:
5528           add a method that returns a proper GstClockTime
5529
5530 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5531
5532         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
5533         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
5534         * gst-libs/gst/interfaces/xoverlay.h:
5535           Remove everything having to do with the desired size; add 
5536           gst_x_overlay_prepare_xwindow_id() function; remove the
5537           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
5538           post a message on the bus instead (#321816).
5539
5540         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
5541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
5542         (gst_xvimagesink_xoverlay_init):
5543           Remove desired size stuff (#321816).
5544
5545 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5546
5547         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
5548         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5549         (mpeg_video_type_find), (mpeg_video_stream_type_find):
5550           Terminate vararg functions with NULL instead of 0 to 
5551           make gcc4 happy.
5552
5553 2005-11-21  Andy Wingo  <wingo@pobox.com>
5554
5555         patch by: Sebastien Cote <sebas642@yahoo.ca>
5556         
5557         * gst-libs/gst/rtp/gstrtpbuffer.h: 
5558         * gst-libs/gst/rtp/gstrtpbuffer.c
5559         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
5560
5561 2005-11-21  Andy Wingo  <wingo@pobox.com>
5562
5563         * gst/playback/gstplaybin.c (gen_audio_element) 
5564         (gen_video_element): Use the new MISSING_PLUGIN core error
5565         category. Closes #320060.
5566
5567         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
5568         * gst/videorate/gstvideorate.c (gst_videorate_event):
5569         * ext/theora/theoradec.c (theora_dec_sink_event): 
5570         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
5571         stream lock.
5572
5573         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
5574         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
5575         stream lock changes.
5576
5577 2005-11-21  Wim Taymans  <wim@fluendo.com>
5578
5579         * gst-libs/gst/audio/gstbaseaudiosink.c:
5580         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
5581         (gst_base_audio_sink_provide_clock),
5582         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
5583         (gst_base_audio_sink_change_state):
5584         * gst/audioresample/gstaudioresample.c:
5585         Segment update fix.
5586
5587 2005-11-21  Andy Wingo  <wingo@pobox.com>
5588
5589         * *.h:
5590         * *.c: Ran scripts/update-macros. Oh yes.
5591
5592 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5593
5594         * sys/ximage/Makefile.am:
5595         * sys/ximage/ximage.c:
5596           Rename ximage plugin to ximagesink (#321426) (Don't forget to
5597           remove your old libgstximage.* manually if necessary).
5598
5599 2005-11-21  Michael Smith <msmith@fluendo.com>
5600
5601         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
5602           Minimal fix for bug #320200: set the min/max bitrate in the correct
5603           units. A better fix would be to upgrade to the RATEMANAGE2
5604           interface, rather than using the deprecated interface used here, but
5605           that would require an update in our libvorbis dependency (to 1.1),
5606           which is probably undesirable.
5607
5608 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
5609
5610         * ext/libvisual/visual.c: (get_buffer):
5611         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5612         (gst_base_audio_src_fixate):
5613         * gst/audioconvert/gstaudioconvert.c:
5614         (gst_audio_convert_fixate_caps):
5615         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
5616         * gst/audiotestsrc/gstaudiotestsrc.c:
5617         (gst_audiotestsrc_src_fixate):
5618         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
5619         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
5620         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
5621         * gst/videotestsrc/gstvideotestsrc.c:
5622         (gst_videotestsrc_src_fixate):
5623         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
5624         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
5625           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
5626           (#322027)
5627
5628
5629 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5630
5631         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5632         (gst_riff_create_iavs_caps):
5633         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
5634         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5635         (gst_riff_parse_info):
5636         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
5637         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
5638         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5639           Fixes for GST_FOURCC_FORMAT API change.
5640
5641 2005-11-21  Andy Wingo  <wingo@pobox.com>
5642
5643         patch by: Alessandro Dessina <alessandro nnva org>
5644
5645         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
5646         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
5647         (gst_ogg_parse_chain):
5648         * ext/theora/theoraenc.c (theora_set_header_on_caps):
5649         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
5650         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
5651         gst_value_list calls on arrays. Fixes #321962.
5652
5653 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5654
5655         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5656         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
5657         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
5658         * gst/adder/gstadder.c: (gst_adder_init),
5659         (gst_adder_request_new_pad), (gst_adder_collected),
5660         (gst_adder_change_state):
5661           Update for gst_collectpads_foo() to gst_collect_pads_foo()
5662           API change.
5663
5664 2005-11-21  Michael Smith <msmith@fluendo.com>
5665
5666         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
5667         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
5668           Properly handle pad_push return values.
5669
5670 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
5671
5672         * gst-libs/gst/tag/Makefile.am:
5673         * gst-libs/gst/tag/gstvorbistag.c:
5674         (gst_tag_list_to_vorbiscomment_buffer):
5675           Remove obsolete vorbistag element and debug category.
5676
5677         * gst/playback/gstplaybasebin.c: (check_queue):
5678           Don't divide by 0 when queue-threshold is 0.
5679
5680         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
5681           Don't modify an existing pixel-aspect-ratio if we fail to read
5682           a new one.
5683
5684 2005-11-20  Wim Taymans  <wim@fluendo.com>
5685
5686         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
5687         (gst_vorbisenc_push_packet):
5688         GST_PAD_IS_USABLE is gone, use the return value of
5689         the push or pad_alloc_buffer instead.
5690
5691 2005-11-18  Julien MOUTTE  <julien@moutte.net>
5692
5693         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5694         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
5695         (gst_ximagesink_ximage_destroy),
5696         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
5697         (gst_ximagesink_xwindow_new),
5698         (gst_ximagesink_xwindow_update_geometry),
5699         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
5700         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
5701         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
5702         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
5703         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
5704         (gst_ximagesink_navigation_send_event),
5705         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
5706         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
5707         (gst_ximagesink_finalize), (gst_ximagesink_init),
5708         (gst_ximagesink_class_init):
5709         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
5710         This new version brings correct software scaling, non flickering
5711         window while resizing, pixel aspect ratio handling, usage of
5712         hardware buffer pools, out of data flow event thread for 
5713         navigation and handling of expose events even when being PAUSED,
5714         a new property to keep video aspect ratio when resizing, etc...
5715
5716 2005-11-18  Julien MOUTTE  <julien@moutte.net>
5717
5718         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
5719         (gst_videoscale_fixate_caps): Introduce back caps fixate with
5720         handling of PAR.
5721
5722 2005-11-18    <bilboed@dvdsrc.fluendo.com>
5723
5724         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
5725         Unsetting IS_SINK flag from the fakesink, so decodebin
5726         never behaves as a sink.
5727
5728 2005-11-17  Wim Taymans  <wim@fluendo.com>
5729
5730         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5731         (gst_base_audio_src_change_state):
5732         Fix the audiosrc base class again, we did not unflush.
5733
5734 2005-11-17  Julien MOUTTE  <julien@moutte.net>
5735
5736         * examples/seeking/seek.c: (make_dv_pipeline),
5737         (make_vorbis_theora_pipeline), (make_avi_pipeline),
5738         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
5739         to ogg/vorbis/theora pipeline.
5740
5741 2005-11-17  Wim Taymans  <wim@fluendo.com>
5742
5743         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
5744         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
5745         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
5746         Fix EOS on multiple streams.
5747         More debugging.
5748
5749 2005-11-16  Wim Taymans  <wim@fluendo.com>
5750
5751         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
5752         (gst_ogg_demux_perform_seek):
5753         Segment done must include stream time.
5754
5755         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5756         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
5757         (gst_ogg_mux_change_state):
5758         Fix ogg muxer again.
5759
5760 2005-11-16  Wim Taymans  <wim@fluendo.com>
5761
5762         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
5763         Fix compile again.
5764
5765 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5766
5767         * ext/libvisual/visual.c: (gst_visual_init):
5768         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
5769         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
5770         (gst_ogg_parse_chain):
5771         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
5772         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
5773         * ext/theora/theoradec.c: (gst_theora_dec_init):
5774         * ext/theora/theoraenc.c: (gst_theora_enc_init):
5775         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
5776         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
5777         * gst/adder/gstadder.c: (gst_adder_class_init),
5778         (gst_adder_dispose):
5779         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
5780         * gst/subparse/gstsubparse.c: (gst_subparse_init):
5781         * gst/videorate/gstvideorate.c: (gst_videorate_init):
5782           Fix a whole set of pad template leaks
5783
5784 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5785
5786         * check/generic/states.c: (GST_START_TEST):
5787           fix the test so that it only checks for elements that are part of
5788           this source module
5789
5790 2005-11-16  Michael Smith <msmith@fluendo.com>
5791
5792         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
5793         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
5794         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
5795         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
5796         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
5797         (gst_ogg_mux_change_state):
5798           Fix leaking collectpads.
5799
5800 2005-11-16  Edward Hervey  <edward@fluendo.com>
5801
5802         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
5803         (gst_videorate_event), (gst_videorate_chain):
5804         Handle segment seeks
5805
5806 2005-11-16  Wim Taymans  <wim@fluendo.com>
5807
5808         * gst-libs/gst/audio/gstbaseaudiosink.c:
5809         (gst_base_audio_sink_provide_clock),
5810         (gst_base_audio_sink_change_state):
5811         Set ringbuffer to non-flushing when going to PAUSED, set to
5812         flushing again when going to READY.
5813
5814         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
5815         (gst_ring_buffer_stop):
5816         Start in flushing mode by default.
5817         Don't set flushing in the _stop method, let the app call
5818         this explicitly.
5819
5820 2005-11-16  Julien MOUTTE  <julien@moutte.net>
5821
5822         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
5823         * gst-libs/gst/video/videosink.h: Add helper function needed
5824         for video sinks.
5825
5826 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5827
5828         * gst/videoscale/gstvideoscale.c:
5829         (gst_videoscale_handle_src_event):
5830           Don't leak reference to pad parent.
5831
5832 2005-11-16  Wim Taymans  <wim@fluendo.com>
5833
5834         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
5835         Set ringbuffer to flushing when stopping so that we don't
5836         block on wait_segment anymore and livelock.
5837
5838 2005-11-16  Wim Taymans  <wim@fluendo.com>
5839
5840         * examples/seeking/seek.c: (send_event), (do_seek),
5841         (loop_toggle_cb), (segment_done), (main):
5842         Added looping checkbox.
5843
5844 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5845
5846         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5847         (gst_ogg_demux_init):
5848         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
5849         (gst_vorbis_dec_init):
5850           revert unrefs, they don't pass make check
5851
5852 2005-11-15  Johan Dahlin  <johan@gnome.org>
5853
5854         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5855         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
5856         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
5857         (gst_vorbis_dec_init):
5858         Fix pad template leaks. 
5859
5860 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
5861
5862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
5863           Make state change function thread safe.
5864
5865 2005-11-15  Edward Hervey  <edward@fluendo.com>
5866
5867         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
5868         (gst_ogg_demux_class_init):
5869         Implement GstElement::send_event, so we can send seek events
5870         in GST_STATE_READY
5871
5872 2005-11-14  Julien MOUTTE  <julien@moutte.net>
5873
5874         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
5875         Discovered how to take away flickering while resizing the
5876         window. Please don't put that in ximagesink, refactoring in
5877         progress.
5878
5879 2005-11-14  Michael Smith <msmith@fluendo.com>
5880
5881         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
5882         (gst_multifdsink_render):
5883           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
5884
5885 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
5886
5887         * gst/playback/gstplaybin.c: (gen_audio_element):
5888           Use autoaudiosink, it tends to be more widely available than
5889           autoaudiiosink.
5890           
5891 2005-11-14  Andy Wingo  <wingo@pobox.com>
5892
5893         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
5894         as well if it is available. Fixes #316442.
5895
5896 2005-11-14  Michael Smith <msmith@fluendo.com>
5897
5898         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
5899         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
5900         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
5901         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
5902         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
5903         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
5904         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
5905         (gst_vorbisenc_change_state):
5906           Fix a small memory leak in vorbisenc.
5907           Fix large memory leaks in oggmux, also fix lots of state change
5908           bugs in oggmux.
5909
5910 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5911
5912         * gst/videotestsrc/gstvideotestsrc.c:
5913         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
5914         (gst_videotestsrc_src_fixate):
5915           move fixation to a fixate function
5916           remove negotiate function, basesrc's is good enough
5917           fixes a bug for check when using the element alone
5918
5919 2005-11-13  Edward Hervey  <edward@fluendo.com>
5920
5921         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
5922         (key_toggle_cb), (main):
5923         Added checkboxes for adding/removing the accurate and key_unit seek
5924         flags.
5925
5926 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5927
5928         * configure.ac: back to HEAD
5929
5930 === release 0.9.5 ===
5931
5932 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
5933
5934         * configure.ac:
5935           releasing 0.9.5, "No No Kia"
5936
5937 2005-11-11  Edward Hervey  <edward@fluendo.com>
5938
5939         * examples/seeking/seek.c: (make_parselaunch_pipeline):
5940         Added parse-launch syntax seeking mode for the seeking example.
5941         This should help stress-test even more cases.
5942         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
5943
5944 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
5945
5946         * sys/xvimage/xvimagesink.c:
5947         (gst_xvimagesink_navigation_send_event):
5948           Check whether peer pad exists before sending navigation events
5949           to it.
5950
5951 2005-11-11  Michael Smith <msmith@fluendo.com>
5952
5953         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
5954         (gst_vorbisenc_buffer_from_packet):
5955         * ext/vorbis/vorbisenc.h:
5956           Set duration on encoded buffers. This allows oggmux's
5957           max_page_delay parameter to actually work.
5958
5959 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
5960
5961         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5962         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
5963         (gst_ffmpegcsp_avpicture_fill):
5964         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5965         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
5966           Make palettes work again (see #132341). Use our own macros
5967           for rounding up.
5968
5969 2005-11-10  Andy Wingo  <wingo@pobox.com>
5970
5971         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
5972         string doober.
5973
5974 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5975
5976         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5977         (gst_ffmpegcsp_transform_caps):
5978           Prefer passthrough in transform_caps
5979
5980 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5981
5982         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5983           check for ALSA errors properly, instead of relying on ALSA's
5984           error strings to serve to the user.
5985
5986 2005-11-10  Wim Taymans  <wim@fluendo.com>
5987
5988         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
5989         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
5990         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
5991         Modernise the seek code.
5992
5993 2005-11-10  Michael Smith <msmith@fluendo.com>
5994         
5995         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
5996         (setup_substreams), (set_active_source):
5997           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
5998           trying to go to NULL if we failed to read a file.
5999
6000 2005-11-10  Wim Taymans  <wim@fluendo.com>
6001
6002         * gst/audiotestsrc/gstaudiotestsrc.c:
6003         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
6004         (gst_audiotestsrc_create):
6005         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6006         (gst_sinesrc_get_times), (gst_sinesrc_create):
6007         * gst/videotestsrc/gstvideotestsrc.c:
6008         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
6009         (gst_videotestsrc_create):
6010         The base class can now sync for us.
6011
6012 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6013
6014         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
6015           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
6016           name=source autoprobe=false autoprobe-fps=false copy-mode=1
6017           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
6018           format=(fourcc)I420" ! xvimagesink
6019
6020 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6021
6022         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6023         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
6024         (gst_sinesrc_newsegment):
6025           Send newsegment event in TIME format, set duration if
6026           num-buffers is set, fix duration querying.
6027
6028 2005-11-10  Michael Smith <msmith@fluendo.com>
6029
6030         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
6031         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6032         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
6033         (gst_ogg_mux_collected):
6034          Fix EOS handling, partially. Now forwarding an EOS event once we have
6035          EOS on all pads works correctly. However, we still don't properly set
6036          EOS on the actual ogg stream pages.
6037
6038 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
6039
6040         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
6041           Set elements to NULL state before disposing of them.
6042
6043 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
6044
6045         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
6046
6047         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6048         (gst_base_rtp_depayload_init),
6049         (gst_base_rtp_depayload_set_gst_timestamp):
6050         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6051           We need to send a newsegment event for each instance, not
6052           just for the first instance of this class (get rid of
6053           static variable in function). (#321011).
6054           
6055 2005-11-08  Michael Smith <msmith@fluendo.com>
6056
6057         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
6058         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
6059         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
6060         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
6061           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
6062           This makes us mux things correctly according to the ogg muxing
6063           rules. Still not handling EOS correctly right now, though.
6064
6065 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
6066
6067         * gst/audioconvert/gstaudioconvert.c:
6068           Fix typo in docs. 
6069
6070 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
6071
6072         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6073         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
6074           Initialise segment_stop to GST_CLOCK_TIME_NONE when
6075           creating a new chain; should fix live streaming. Also
6076           add more debug output and fix a typo.
6077
6078 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
6079
6080         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
6081
6082         * gst/volume/gstvolume.c: (volume_set_caps):
6083           Fix compilation on Solaris with Forte. (#320923)
6084
6085 2005-11-08  Wim Taymans  <wim@fluendo.com>
6086
6087         * gst-libs/gst/audio/gstbaseaudiosink.c:
6088         (gst_base_audio_sink_render):
6089         No need to do a typecheck.
6090
6091 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
6092
6093         * ext/alsa/gstalsa.h:
6094           We register a debug category, so let's use it.
6095
6096 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
6097
6098         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6099         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
6100         Fixed a small problem.
6101
6102 2005-11-04  Wim Taymans  <wim@fluendo.com>
6103
6104         * examples/seeking/Makefile.am:
6105         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
6106         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
6107         (make_playerbin_pipeline), (format_value), (update_scale),
6108         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
6109         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
6110         (print_usage), (main):
6111         Added app for playback speed testing.
6112
6113         * examples/seeking/seek.c: (dynamic_link),
6114         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
6115         (make_mpeg_pipeline), (do_seek), (set_update_scale),
6116         (message_received), (main):
6117         Updated seek example.
6118
6119 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
6120
6121         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6122         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
6123         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
6124         (gst_base_rtp_depayload_set_clock):
6125         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6126         Don't sleep on the bench (system clock) when you have a nice 
6127         comfortable bed (Gstreamer clock) to sleep on.
6128
6129 2005-11-03  Wim Taymans  <wim@fluendo.com>
6130
6131         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6132         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
6133         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
6134         Handle the case where a pad_block failed.
6135
6136 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
6137
6138         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
6139
6140         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6141         (gst_base_rtp_depayload_add_to_queue),
6142         (gst_base_rtp_depayload_push),
6143         (gst_base_rtp_depayload_set_gst_timestamp),
6144         (gst_base_rtp_depayload_queue_release):
6145           Fixes some bugs in the depayloader's queuing/de-queueing code.
6146
6147 2005-10-31  Michael Smith <msmith@fluendo.com>
6148
6149         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
6150         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
6151         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
6152           Patch from Alessandro Decina <alessandro@nnva.org>.
6153           Make oggdemux only find the final time in a chain, not per-pad,
6154           since the per-pad information can be very expensive to locate, and
6155           it isn't used anywhere. This makes reading a file containing
6156           OggSkeleton reasonably fast.
6157           Also, make chain finding work when there are logical bitstreams that
6158           can't be decoded. Fixes #319110.
6159
6160 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
6161
6162         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6163         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
6164         (gst_base_rtp_depayload_chain),
6165         (gst_base_rtp_depayload_add_to_queue),
6166         (gst_base_rtp_depayload_push),
6167         (gst_base_rtp_depayload_set_gst_timestamp),
6168         (gst_base_rtp_depayload_queue_release),
6169         (gst_base_rtp_depayload_start_thread),
6170         (gst_base_rtp_depayload_set_property),
6171         (gst_base_rtp_depayload_get_property):
6172         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6173         Some random fixes, to fullfill the desires of thomas.
6174
6175 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
6176
6177         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6178         (gst_base_rtp_depayload_add_to_queue),
6179         (gst_base_rtp_depayload_push):
6180         Fixed the queueing algorithm.
6181
6182 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
6183
6184         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6185         (gst_base_rtp_depayload_push):
6186         A small fix
6187
6188 2005-10-31  Wim Taymans  <wim@fluendo.com>
6189
6190         * gst-libs/gst/audio/gstringbuffer.h:
6191         Don't break ABI.
6192
6193         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6194         (gst_ffmpeg_caps_to_pixfmt):
6195         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6196         (gst_ffmpegcsp_set_caps):
6197         Some more comments.
6198         Handle missing required caps fields better.
6199
6200 2005-10-31  Wim Taymans  <wim@fluendo.com>
6201
6202         * gst-libs/gst/audio/gstbaseaudiosink.c:
6203         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
6204         (gst_base_audio_sink_render):
6205         * gst-libs/gst/audio/gstringbuffer.c:
6206         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
6207         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6208         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
6209         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
6210         (gst_ring_buffer_read):
6211         * gst-libs/gst/audio/gstringbuffer.h:
6212         Add flushing mode to the ringbuffer so that it in all cases does
6213         not try to handle more audio. This makes sure it does not try to
6214         block anymore when flushing and fixes a livelock.
6215
6216 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
6217
6218         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
6219         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
6220         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
6221           Explicitly check for -1 values before doing a conversion
6222           and always map them to -1. (#315545)
6223
6224 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6225
6226         * gst/playback/gstplaybin.c: (gen_video_element):
6227           first try autovideosink, then xvimagesink, then error out
6228         * po/POTFILES.in:
6229           add translatable file
6230         * po/af.po:
6231         * po/az.po:
6232         * po/cs.po:
6233         * po/en_GB.po:
6234         * po/hu.po:
6235         * po/it.po:
6236         * po/nb.po:
6237         * po/nl.po:
6238         * po/or.po:
6239         * po/sq.po:
6240         * po/sr.po:
6241         * po/sv.po:
6242         * po/uk.po:
6243         * po/vi.po:
6244           update translations
6245
6246 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
6247
6248         * gst-libs/gst/rtp/gstbasedepayload.c:
6249         * gst-libs/gst/rtp/gstbasedepayload.h:
6250           Minor cleanups
6251
6252 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
6253
6254         * gst/playback/.cvsignore:
6255         * gst/playback/decodetest.c:
6256         * gst/playback/test3.c:
6257           Port these two tests as well.
6258
6259 2005-10-27  Wim Taymans  <wim@fluendo.com>
6260
6261         * ext/theora/theoradec.c: (theora_dec_src_query),
6262         (theora_dec_sink_event):
6263         * ext/theora/theoraenc.c: (theora_enc_sink_event),
6264         (theora_enc_change_state):
6265         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6266         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
6267         Take proper locks when handling events.
6268
6269 2005-10-27  Wim Taymans  <wim@fluendo.com>
6270
6271         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
6272         (gst_adder_change_state):
6273         Fix timestamps and fix deadlock when stopping the collectpads.
6274
6275 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
6276
6277         * gst-libs/gst/rtp/gstrtpbuffer.h:
6278         Declaring the payload types as strings too so that they can be used
6279         in the padtemplate inialization.
6280
6281 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
6282
6283         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
6284
6285         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6286         (gst_base_rtp_depayload_class_init):
6287         Fixes a small but nasty bug. The derived elements no longer segfaults
6288         on finalization.
6289
6290 2005-10-26  Michael Smith <msmith@fluendo.com>
6291
6292         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
6293           When clearing an audioconvert context, set tmpbufsize to zero, so
6294           we'll allocate it again later if required.
6295           This fixes audioconvert re-negotiating formats, which previously
6296           segfaulted with a NULL destination buffer.
6297
6298 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
6299
6300         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6301         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
6302         (gst_base_rtp_depayload_set_gst_timestamp),
6303         (gst_base_rtp_depayload_queue_release):
6304         Fixed a smalll memleak.
6305
6306 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
6307         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6308         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
6309         (gst_base_rtp_depayload_finalize),
6310         (gst_base_rtp_depayload_setcaps),
6311         (gst_base_rtp_depayload_add_to_queue),
6312         (gst_base_rtp_depayload_push),
6313         (gst_base_rtp_depayload_set_gst_timestamp),
6314         (gst_base_rtp_depayload_queue_release),
6315         (gst_base_rtp_depayload_thread),
6316         (gst_base_rtp_depayload_change_state):
6317         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6318         Changed the C++ comments to C comments
6319
6320 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6321
6322         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
6323         * gst/tcp/gsttcpclientsrc.h:
6324         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
6325         * gst/tcp/gsttcpserversrc.h:
6326           Remove unused 'curoffset' structure member.
6327
6328 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
6329
6330         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6331         (gst_base_rtp_depayload_base_init),
6332         (gst_base_rtp_depayload_finalize):
6333         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6334         * gst-libs/gst/rtp/gstbasertppayload.h:
6335           The pad-template on the sinkpad should be set by the derived classes.
6336           Also added some useful macros.
6337
6338 2005-10-24  Wim Taymans  <wim@fluendo.com>
6339
6340         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6341         Correctly flush decoder samples even if we could not
6342         copy them to an output buffer. Fixes #319618.
6343
6344 2005-10-24  Julien MOUTTE  <julien@moutte.net>
6345
6346         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
6347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
6348         the caps against our xcontext caps.
6349
6350 2005-10-24  Wim Taymans  <wim@fluendo.com>
6351
6352         * gst-libs/gst/audio/gstbaseaudiosink.c:
6353         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
6354         Remove g_print
6355         Use sync property from baseclass to disable sync.
6356
6357 2005-10-24  Wim Taymans  <wim@fluendo.com>
6358
6359         * gst-libs/gst/audio/gstbaseaudiosink.c:
6360         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
6361         Buffers with no timestamps get aligned with previous buffers or
6362         on underrun, played ASAP.
6363
6364 2005-10-24  Julien MOUTTE  <julien@moutte.net>
6365
6366         * gst-libs/gst/video/video.h:
6367         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6368         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
6369         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
6370         here comes my change on caps for framerate and geometry range.
6371         We are now accepting 1 to MAXINT for width and height, and from
6372         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
6373         to be blended correctly in videomixer.
6374
6375 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6376
6377         * configure.ac:
6378           back to HEAD
6379
6380 === release 0.9.4 ===
6381
6382 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6383
6384         * NEWS:
6385         * RELEASE:
6386         * configure.ac:
6387           releasing 0.9.4, "Velociraptor"
6388
6389 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6390
6391         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
6392         * po/POTFILES.in:
6393           STOPPED -> FAILED
6394
6395 2005-10-21  Wim Taymans  <wim@fluendo.com>
6396
6397         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6398         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
6399         (pad_blocked), (close_pad_link), (new_pad):
6400         Don't try to remove elements twice.
6401
6402 2005-10-21  Wim Taymans  <wim@fluendo.com>
6403
6404         * ext/theora/theoradec.c: (theora_dec_src_query),
6405         (theora_dec_sink_event):
6406         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6407         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
6408         (vorbis_handle_data_packet):
6409         * ext/vorbis/vorbisdec.h:
6410         Fix old naming.
6411
6412         * gst-libs/gst/audio/gstbaseaudiosink.c:
6413         (gst_base_audio_sink_render):
6414         Don't try to sync on buffers without a timestamp.
6415
6416 2005-10-21  Wim Taymans  <wim@fluendo.com>
6417
6418         * ext/theora/theoradec.c: (theora_dec_src_query),
6419         (theora_dec_sink_event):
6420         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6421         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
6422         (vorbis_handle_data_packet):
6423         * ext/vorbis/vorbisdec.h:
6424         Fix old naming.
6425
6426 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
6427
6428         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
6429         (gst_vorbisenc_src_query):
6430           Implement position and duration queries.
6431
6432         * gst/playback/test3.c: (update_scale), (main):
6433           Fix for async state changes and print nicer output.
6434
6435 2005-10-20  Wim Taymans  <wim@fluendo.com>
6436
6437         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6438         (dump_element_stats), (main):
6439         * gst/playback/test6.c: (main):
6440         Fix tests again
6441
6442 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
6443
6444         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
6445         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6446           Don't use functions for position queries when handling
6447           duration queries.
6448
6449 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
6450
6451         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6452         (vorbis_handle_data_packet), (vorbis_dec_chain),
6453         (vorbis_dec_change_state):
6454         * ext/vorbis/vorbisdec.h:
6455           Vorbis streams can be embedded in other container formats
6456           than ogg, container formats where the demuxer might set 
6457           timestamps on encoded vorbis buffers instead of those silly 
6458           granulepos thingies. In short: make vorbisdec handle 
6459           timestamps on incoming buffers as well.
6460
6461 2005-10-20  Wim Taymans  <wim@fluendo.com>
6462
6463         * gst/playback/gstplaybasebin.c: (group_destroy),
6464         (gst_play_base_bin_change_state):
6465         Fix leak.
6466         Handle case where playbasebin is now ASYNC because
6467         decodebin is.
6468
6469 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6470
6471         * gst/audioconvert/Makefile.am:
6472         * gst/audioconvert/bufferframesconvert.c:
6473         * gst/audioconvert/plugin.c: (plugin_init):
6474         * gst/audioconvert/plugin.h:
6475           And bye bye buffer-frames-convert
6476
6477 2005-10-19  Wim Taymans  <wim@fluendo.com>
6478
6479         * check/elements/audioconvert.c:
6480         * docs/libs/tmpl/gstaudio.sgml:
6481         * docs/libs/tmpl/gstcolorbalance.sgml:
6482         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6483         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
6484         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
6485         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
6486         * gst-libs/gst/audio/audio.h:
6487         * gst/audioconvert/audioconvert.h:
6488         * gst/audioconvert/gstaudioconvert.c:
6489         (gst_audio_convert_parse_caps):
6490         * gst/volume/gstvolume.c:
6491         Bye bye buffer-frames.
6492
6493 2005-10-19  Wim Taymans  <wim@fluendo.com>
6494
6495         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
6496         (query_positions_elems), (query_positions_pads), (update_scale),
6497         (do_seek), (set_update_scale), (message_received), (main):
6498         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6499         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
6500         (gst_ogg_demux_loop):
6501         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
6502         * ext/theora/theoradec.c: (theora_dec_src_query),
6503         (theora_dec_sink_event):
6504         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6505         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
6506         * gst/adder/gstadder.c: (gst_adder_query):
6507         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
6508         * gst/playback/test3.c: (update_scale):
6509         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6510         (dump_element_stats), (main):
6511         * gst/playback/test6.c: (main):
6512         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6513         Query API update.
6514
6515 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6516
6517         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6518         (xml_check_first_element), (xml_type_find), (smil_type_find),
6519         (plugin_init):
6520           Add typefinding for SMIL and for generic XML. Based on patch by
6521           Akos Maroy (#308663).
6522
6523 2005-10-18  Wim Taymans  <wim@fluendo.com>
6524
6525         * gst/playback/Makefile.am:
6526         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6527         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
6528         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
6529         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
6530         (gst_decode_bin_change_state):
6531         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6532         (gst_play_bin_send_event_to_sink):
6533         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6534         (dump_element_stats), (main):
6535         * gst/playback/test6.c: (main):
6536         Make playbin async, it'll commit state to paused when all streams
6537         are detected.
6538         Remove ugly hack.
6539         Added test6.c to show async behaviour.
6540
6541 2005-10-18  Wim Taymans  <wim@fluendo.com>
6542
6543         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6544         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
6545         Fix for segment-start/stop API change.
6546
6547 2005-10-18  Wim Taymans  <wim@fluendo.com>
6548
6549         * check/Makefile.am:
6550         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
6551         (main):
6552         Add future test for clock selection.
6553
6554 2005-10-18  Wim Taymans  <wim@fluendo.com>
6555
6556         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
6557         (gst_alsasink_close):
6558         Set handle to NULL.
6559
6560         * gst-libs/gst/audio/gstringbuffer.c:
6561         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
6562         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
6563         (gst_ring_buffer_start), (gst_ring_buffer_pause),
6564         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
6565         (gst_ring_buffer_read):
6566         More debug info.
6567
6568 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
6569
6570         * gst/audiotestsrc/Makefile.am:
6571         * gst/sine/Makefile.am:
6572         * gst/volume/Makefile.am:
6573           fix broken build of controllerized plugins
6574
6575 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6576
6577         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
6578
6579         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6580         (gst_riff_create_video_template_caps):
6581           Add support for Indeo-3 (IV32).
6582
6583 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6584
6585         * configure.ac:
6586           rewrite
6587
6588 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6589
6590         * gst-libs/gst/video/video.c: (gst_video_get_size):
6591         * gst/audiotestsrc/gstaudiotestsrc.c:
6592           doc updates
6593
6594 2005-10-17  Andy Wingo  <wingo@pobox.com>
6595
6596         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
6597         with the collectpads change.
6598         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
6599
6600         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
6601
6602         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
6603
6604         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
6605         alloc_buffer flow return to callers.
6606         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
6607         change. Fix some memleaks in theoraenc.
6608
6609         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
6610         in strange circumstance.
6611
6612 2005-10-17  Julien MOUTTE  <julien@moutte.net>
6613
6614         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6615         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
6616         from caps, let's use the caps...
6617
6618 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6619
6620         * configure.ac:
6621           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
6622
6623 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6624
6625         * gst-libs/gst/interfaces/Makefile.am:
6626           fix silly typo
6627
6628 2005-10-16  Andy Wingo  <wingo@pobox.com>
6629
6630         * gst/playback/gstdecodebin.c
6631         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
6632         function!
6633         (try_to_link_1): Increase kraziness level.
6634
6635 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6636
6637         * configure.ac:
6638           restructure like the core one
6639         * gst-libs/gst/audio/Makefile.am:
6640         * gst-libs/gst/interfaces/Makefile.am:
6641         * gst-libs/gst/net/Makefile.am:
6642         * gst-libs/gst/riff/Makefile.am:
6643         * gst-libs/gst/rtp/Makefile.am:
6644         * gst-libs/gst/tag/Makefile.am:
6645         * gst-libs/gst/video/Makefile.am:
6646           use correct linker flags, now the libs are properly versioned
6647         * check/elements/audioconvert.c: (verify_convert):
6648         * ext/alsa/gstalsaplugin.c:
6649         * ext/cdparanoia/gstcdparanoia.c:
6650         * ext/gnomevfs/gstgnomevfs.c:
6651         * ext/libvisual/visual.c:
6652         * ext/ogg/gstogg.c:
6653         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
6654         * ext/theora/theora.c:
6655         * ext/vorbis/vorbis.c:
6656         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6657         * gst-libs/gst/tag/gsttagediting.c:
6658         * gst-libs/gst/video/video.c:
6659         * gst/adder/gstadder.c:
6660         * gst/audioconvert/plugin.c:
6661         * gst/audiorate/gstaudiorate.c:
6662         * gst/audioresample/gstaudioresample.c:
6663         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6664         * gst/audioscale/gstaudioscale.c:
6665         * gst/audioscale/resample.c:
6666         * gst/audiotestsrc/gstaudiotestsrc.c:
6667         * gst/ffmpegcolorspace/gstffmpeg.c:
6668         * gst/playback/gstdecodebin.c: (close_pad_link):
6669         * gst/playback/gstplaybin.c: (gen_video_element),
6670         (gen_audio_element):
6671         * gst/sine/gstsinesrc.c:
6672         * gst/subparse/gstsubparse.c:
6673         * gst/tags/gsttagediting.c:
6674         * gst/tcp/gsttcpplugin.c:
6675         * gst/typefind/gsttypefindfunctions.c:
6676         * gst/videorate/gstvideorate.c:
6677         * gst/videoscale/gstvideoscale.c:
6678         * gst/videotestsrc/gstvideotestsrc.c:
6679         * gst/volume/gstvolume.c:
6680         * sys/v4l/gstv4l.c:
6681         * sys/ximage/ximage.c:
6682         * sys/xvimage/xvimagesink.c:
6683           fix up defines
6684
6685 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6686
6687         * ext/vorbis/vorbisenc.c:
6688         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
6689         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
6690         (gst_tag_to_vorbis_comments):
6691           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
6692
6693 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
6694
6695         * examples/stats/mp2ogg.c:
6696         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6697           typo fixes
6698
6699 2005-10-13  Michael Smith <msmith@fluendo.com>
6700
6701         * ext/ogg/gstoggmux.c:
6702           Use magic glib macros to define constants as 64 bit, to ensure
6703           appropriate vararg passing.
6704
6705 2005-10-13  Michael Smith <msmith@fluendo.com>
6706
6707         * ext/ogg/gstoggmux.c:
6708         * gst/audioconvert/audioconvert.c: (float):
6709           Don't use LL suffix, as it's not portable, and neither of these
6710           uses required it anyway.
6711
6712 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
6713
6714         * examples/indexing/indexmpeg.c: (main):
6715         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
6716         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
6717         (cdparanoia_convert), (cdparanoia_query):
6718         * ext/cdparanoia/gstcdparanoia.h:
6719         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
6720         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
6721         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
6722         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6723         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
6724         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
6725         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
6726         (gst_multifdsink_render), (gst_multifdsink_start),
6727         (gst_multifdsink_stop):
6728         * gst/tcp/gstmultifdsink.h:
6729         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
6730         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
6731         (gst_tcpclientsink_stop):
6732         * gst/tcp/gsttcpclientsink.h:
6733         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
6734         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
6735         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
6736         * gst/tcp/gsttcpclientsrc.h:
6737         * gst/tcp/gsttcpserversink.h:
6738         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
6739         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
6740         (gst_tcpserversrc_stop):
6741         * gst/tcp/gsttcpserversrc.h:
6742         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
6743         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
6744         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
6745           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
6746           moved bitshift from macro to enum definition
6747
6748 2005-10-12  Wim Taymans  <wim@fluendo.com>
6749
6750         * examples/seeking/Makefile.am:
6751         Oops.
6752
6753 2005-10-12  Wim Taymans  <wim@fluendo.com>
6754
6755         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
6756         (gst_ring_buffer_read), (gst_ring_buffer_clear):
6757         Don't assert on normal stuff.
6758
6759         * gst/playback/gstplaybin.c: (do_playbin_seek):
6760         API fix.
6761
6762 2005-10-12  Wim Taymans  <wim@fluendo.com>
6763
6764         * check/pipelines/simple_launch_lines.c: (run_pipeline):
6765         * examples/seeking/Makefile.am:
6766         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
6767         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
6768         (do_seek), (set_update_scale), (message_received), (main):
6769         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
6770         (gst_ring_buffer_read), (gst_ring_buffer_clear):
6771         Update for _get_state() API change.
6772
6773 2005-10-11  Wim Taymans  <wim@fluendo.com>
6774
6775         * gst-libs/gst/audio/gstbaseaudiosink.c:
6776         (gst_base_audio_sink_render):
6777         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6778         (gst_base_audio_src_create):
6779         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
6780         (gst_ring_buffer_read):
6781         Cleanups.
6782         Commit and read from ringbuffer in samples rather than bytes.
6783
6784 2005-10-11  Wim Taymans  <wim@fluendo.com>
6785
6786         * gst-libs/gst/audio/gstbaseaudiosink.c:
6787         (gst_base_audio_sink_render):
6788         Respect segment rate and accum when scheduling samples.
6789
6790 2005-10-11  Julien MOUTTE  <julien@moutte.net>
6791
6792         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
6793         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
6794         EOS correctly, that needs more work.
6795
6796 2005-10-11  Wim Taymans  <wim@fluendo.com>
6797
6798         * check/generic/states.c: (GST_START_TEST):
6799         remove old property.
6800
6801         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6802         (gst_ogg_demux_perform_seek):
6803         * ext/theora/theoradec.c: (theora_dec_sink_event):
6804         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6805         (vorbis_handle_data_packet):
6806         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6807         (gst_base_rtp_depayload_set_gst_timestamp):
6808         * gst/videorate/gstvideorate.c: (gst_videorate_event):
6809         Update for newsegment API change.
6810
6811 2005-10-11  Michael Smith <msmith@fluendo.com>
6812
6813         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6814         (do_playbin_seek), (gst_play_bin_send_event):
6815           Override send_event differently, so that we can takes bits of
6816           functionality from GstPipeline (special handling for seeks,
6817           including pausing/resuming, and resetting stream time) and still get
6818           the appropriate behaviour of only forwarding event to a single sink,
6819           rather than all of them.
6820           Unfortunately requires a lot of code duplication, but the
6821           alternatives are equally ugly in the end.
6822
6823 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6824
6825         * check/elements/audioconvert.c: (setup_audioconvert),
6826         (cleanup_audioconvert), (get_int_caps), (verify_convert),
6827         (GST_START_TEST), (audioconvert_suite):
6828           clean up tests a little, fix some leaks.
6829
6830 2005-10-10  Wim Taymans  <wim@fluendo.com>
6831
6832         * ext/alsa/gstalsasink.c:
6833         Also allow unsigned int.
6834
6835         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6836         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
6837         Small cleanup
6838
6839 2005-10-10  Wim Taymans  <wim@fluendo.com>
6840
6841         * check/pipelines/simple_launch_lines.c: (run_pipeline):
6842         Small update, use API as stated in design docs.
6843
6844         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
6845         (update_scale), (do_seek), (seek_cb), (set_update_scale),
6846         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
6847         (message_received), (main):
6848         Updated seek example for GOption. Some usability improvements.
6849
6850 2005-10-10  Wim Taymans  <wim@fluendo.com>
6851
6852         * gst/audioconvert/audioconvert.h:
6853         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
6854         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
6855         Alloc temp storage somewhere else where we can do it more
6856         portable.
6857
6858 2005-10-10  Wim Taymans  <wim@fluendo.com>
6859
6860         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
6861         (gst_tcpserversrc_start):
6862         Don't block in accept while doing the state change, move
6863         to poll and make cancellable.
6864
6865 2005-10-09  Philippe Khalaf <burger@speedy.org>
6866
6867         * gst-libs/gst/rtp/rtpbasedepayload.c:
6868         Set timestamp and add queue delay to timestamp
6869         * gst-libs/gst/rtp/rtpbuffer.h:
6870         Set correct payload type for h263
6871
6872 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
6873
6874         * gst/audiotestsrc/gstaudiotestsrc.c:
6875         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
6876         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
6877         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
6878         (gst_audiotestsrc_create_triangle),
6879         (gst_audiotestsrc_create_silence),
6880         (gst_audiotestsrc_create_white_noise),
6881         (gst_audiotestsrc_init_pink_noise),
6882         (gst_audiotestsrc_generate_pink_noise_value),
6883         (gst_audiotestsrc_create_pink_noise),
6884         (gst_audiotestsrc_change_wave):
6885         * gst/audiotestsrc/gstaudiotestsrc.h:
6886           fixed typo, added pink noise
6887
6888 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
6889
6890         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
6891         (plugin_init):
6892           Add wavpack and spc typefind functions from 0.8 branch.
6893
6894 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
6895
6896         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
6897         (ar_type_find), (msdos_type_find), (plugin_init):
6898           Add typefind functions for tar archives, ar archives,
6899           RAR archives, and msdos-executables (dlls, exe, etc.).
6900           Some of those would be wrongly identified as mpeg
6901           streams of some sort before (#315550).
6902
6903 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
6904
6905         * configure.ac:
6906         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6907         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6908         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
6909         * gst/audiotestsrc/Makefile.am:
6910         * gst/audiotestsrc/gstaudiotestsrc.c:
6911         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
6912         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
6913         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
6914         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
6915         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
6916         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
6917         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
6918         (gst_audiotestsrc_create_silence),
6919         (gst_audiotestsrc_create_white_noise),
6920         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
6921         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
6922         (gst_audiotestsrc_start), (plugin_init):
6923         * gst/audiotestsrc/gstaudiotestsrc.h:
6924           add new plugin and element
6925         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
6926           use gobject_class
6927
6928 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
6929
6930         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
6931         (gst_adder_init), (gst_adder_request_new_pad),
6932         (gst_adder_change_state):
6933           Add query function to source pad, so adder reports the correct
6934           time/sample position when queried (#315457); fix state change
6935           function; use GST_DEBUG_FUNCPTR() for pad functions.
6936
6937 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6938
6939         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
6940           Fix leaks in typefind registration
6941           Clean up the gratuitous commenting and whitespacing a little
6942
6943 2005-10-08  Wim Taymans  <wim@fluendo.com>
6944
6945         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
6946         Only actually wait for the thread to be stopped if it's 
6947         running.
6948
6949 2005-10-08  Wim Taymans  <wim@fluendo.com>
6950
6951         * gst-libs/gst/audio/gstbaseaudiosink.c:
6952         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6953         If we receive EOS we can start playback of what we had.
6954
6955 2005-10-08  Wim Taymans  <wim@fluendo.com>
6956
6957         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
6958         (gst_multifdsink_finalize), (multifdsink_hash_remove),
6959         (gst_multifdsink_stop):
6960         Fix crasher when going to NULL multiple times.
6961
6962 2005-10-06  Wim Taymans  <wim@fluendo.com>
6963
6964         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
6965         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
6966         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6967         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
6968         patch from Edgard Lima <edgard.lima@indt.org.br>
6969         Fixed gstbaseaudiosrc adding ring buffer sync to it.
6970
6971 2005-10-06  Wim Taymans  <wim@fluendo.com>
6972
6973         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
6974         Report the FLOW_RETURN as string in the error message.
6975
6976         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
6977         Don't assert when clearing an unnegotiated buffer.
6978
6979 2005-10-04  Michael Smith <msmith@fluendo.com>
6980
6981         * gst/playback/gstplaybasebin.c: (group_destroy),
6982         (gen_preroll_element), (remove_groups), (setup_source):
6983         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
6984         (setup_sinks), (gst_play_bin_send_event),
6985         (gst_play_bin_change_state):
6986           Set state to NULL before removing from bin. Fix refcounting.
6987
6988 2005-10-04  Michael Smith <msmith@fluendo.com>
6989
6990         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
6991           Correct refcounting in send_event() function. Previously was wrong
6992           if the first sink was unable to handle the event.
6993
6994 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6995
6996         * configure.ac:
6997           back to development
6998
6999 === release 0.9.3 ===
7000
7001 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7002
7003         * configure.ac:
7004           Releasing 0.9.3, "De Facto"
7005
7006 2005-10-03  Andy Wingo  <wingo@pobox.com>
7007
7008         * gst/playback/gstdecodebin.c (try_to_link_1)
7009         (remove_element_chain): set element to NULL before removing it.
7010
7011 2005-10-02  Johan Dahlin  <johan@gnome.org>
7012
7013         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
7014         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
7015         MT safe.
7016
7017 2005-10-02  Andy Wingo  <wingo@pobox.com>
7018
7019         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
7020         (gst_ring_buffer_prepare_read): 
7021         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
7022         Demote to LOG.
7023
7024 2005-09-29  Wim Taymans  <wim@fluendo.com>
7025
7026         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
7027         * ext/theora/theoradec.c: (theora_handle_data_packet):
7028         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7029         Propagate error codes from alloc_buffer too.
7030
7031 2005-09-29  Wim Taymans  <wim@fluendo.com>
7032
7033         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
7034         We use fixed caps.
7035
7036         * gst/playback/Makefile.am:
7037         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
7038         (dump_element_stats), (main):
7039         Added example stream introspection code.
7040
7041 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
7042
7043         * gst/adder/gstadder.c: (gst_adder_collected):
7044           fix adder for float elements
7045
7046 2005-09-28  Wim Taymans  <wim@fluendo.com>
7047
7048         * gst-libs/gst/audio/gstbaseaudiosink.c:
7049         (gst_base_audio_sink_class_init),
7050         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
7051         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7052         (gst_base_audio_src_class_init),
7053         (gst_base_audio_src_provide_clock):
7054         get_clock -> provide_clock
7055
7056 2005-09-28  Andy Wingo  <wingo@pobox.com>
7057
7058         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
7059         and unlocking.
7060
7061         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
7062         unlocking.
7063
7064         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
7065         Actually add the pad template.
7066         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
7067
7068         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
7069         I'm at it...
7070
7071         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
7072         from fdsrc. Get caps in create() instead of start() so it can be
7073         interrupted. Interruption somewhat untested.
7074
7075         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
7076         Proper EOS handling.
7077
7078 2005-09-27  Andy Wingo  <wingo@pobox.com>
7079
7080         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
7081
7082         * gst/tcp/gsttcpserversrc.c: Cleaned up.
7083
7084         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
7085
7086         * gst/tcp/gsttcp.h: 
7087         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
7088         out of tcpclientsrc.c. Cancellable.
7089         (gst_tcp_socket_read): Made private, cancellable, with better
7090         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
7091         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
7092         whole buffer, and better diagnostics.
7093         (gst_tcp_gdp_read_caps): Same.
7094
7095         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
7096
7097 2005-09-26  Andy Wingo  <wingo@pobox.com>
7098
7099         * gst/sine/gstsinesrc.h:
7100         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
7101         change the 'sync' property to 'is-live' and implement it halfway,
7102         update for controller api change.
7103
7104         * gst/volume/gstvolume.c (volume_transform_ip): Update for
7105         controller api change.
7106
7107 2005-09-24  Wim Taymans  <wim@fluendo.com>
7108
7109         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
7110         * gst-libs/gst/audio/gstaudiosink.c:
7111         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7112         (gst_audioringbuffer_stop):
7113         * gst-libs/gst/audio/gstbaseaudiosink.c:
7114         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
7115         (gst_base_audio_sink_change_state):
7116         * gst-libs/gst/audio/gstbaseaudiosink.h:
7117         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
7118         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7119         (gst_ring_buffer_commit), (gst_ring_buffer_read):
7120         * gst-libs/gst/audio/gstringbuffer.h:
7121         Fix sync again. Moved sample alignment to basesink.
7122
7123 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7124
7125         * docs/plugins/Makefile.am:
7126         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7127         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7128         * gst/volume/gstvolume.c:
7129           add/fix docs
7130         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
7131         * gst-libs/gst/audio/audio.h:
7132           add conversion macros for frames <-> clocktime
7133
7134 2005-09-23  David Schleef  <ds@schleef.org>
7135
7136         * gst/audioresample/Makefile.am:
7137         * gst/audioresample/debug.h:
7138         * gst/audioresample/gstaudioresample.c:
7139         * gst/audioresample/resample.c: Convert to using gst debugging
7140
7141 2005-09-22  Wim Taymans  <wim@fluendo.com>
7142
7143         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7144         (gst_play_bin_send_event):
7145         Only seek on one sink, the first one that succeeds.
7146
7147 2005-09-22  Michael Smith <msmith@fluendo.com>
7148
7149         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
7150         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
7151         Don't flush encoder state unless we have an initialised encoder.
7152         Clear out encoder state on PAUSED_TO_READY.
7153
7154 2005-09-22  Wim Taymans  <wim@fluendo.com>
7155
7156         * gst-libs/gst/rtp/gstbasertppayload.c:
7157         (gst_basertppayload_class_init), (gst_basertppayload_init),
7158         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7159         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7160         (gst_basertppayload_is_filled), (gst_basertppayload_push),
7161         (gst_basertppayload_set_property),
7162         (gst_basertppayload_get_property),
7163         (gst_basertppayload_change_state):
7164         * gst-libs/gst/rtp/gstbasertppayload.h:
7165         Added max-ptime to control amount of data in the rtp packets.
7166
7167 2005-09-21  Andy Wingo  <wingo@pobox.com>
7168
7169         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
7170         thingies.
7171
7172         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
7173         can be called multiple times, dogs.
7174
7175 2005-09-21  Wim Taymans  <wim@fluendo.com>
7176
7177         * gst-libs/gst/rtp/gstbasertppayload.c:
7178         (gst_basertppayload_class_init), (gst_basertppayload_init),
7179         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7180         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7181         (gst_basertppayload_push), (gst_basertppayload_get_property),
7182         (gst_basertppayload_change_state):
7183         Allow 0 ssrc too.
7184
7185 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
7186
7187         * docs/libs/compiling.sgml:
7188           fixing typos
7189
7190 2005-09-20  Wim Taymans  <wim@fluendo.com>
7191
7192         * gst-libs/gst/rtp/gstbasertppayload.c:
7193         (gst_basertppayload_class_init), (gst_basertppayload_init),
7194         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7195         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7196         (gst_basertppayload_push), (gst_basertppayload_set_property),
7197         (gst_basertppayload_get_property),
7198         (gst_basertppayload_change_state):
7199         * gst-libs/gst/rtp/gstbasertppayload.h:
7200         Added property to configure sequence number offsets.
7201
7202 2005-09-20  Wim Taymans  <wim@fluendo.com>
7203
7204         * gst-libs/gst/rtp/gstbasertppayload.c:
7205         (gst_basertppayload_class_init), (gst_basertppayload_init),
7206         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7207         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7208         (gst_basertppayload_push), (gst_basertppayload_set_property),
7209         (gst_basertppayload_get_property),
7210         (gst_basertppayload_change_state):
7211         * gst-libs/gst/rtp/gstbasertppayload.h:
7212         Make timestamp offset configurable.
7213
7214 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7215
7216         * check/pipelines/simple_launch_lines.c: (run_pipeline):
7217           fix wrong pop/unref
7218
7219 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
7220
7221         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
7222
7223         * gst-libs/gst/interfaces/propertyprobe.c:
7224         (gst_property_probe_probe_property_name),
7225         (gst_property_probe_needs_probe_name),
7226         (gst_property_probe_get_values_name),
7227         (gst_property_probe_probe_and_get_values_name):
7228           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
7229           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
7230
7231 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7232
7233         * check/Makefile.am:
7234           have some tests be disabled for valgrinding
7235         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
7236         (GST_START_TEST):
7237         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
7238           Fix A Leak.  Chain To Parent Finalize.
7239
7240 2005-09-19  Wim Taymans  <wim@fluendo.com>
7241
7242         * examples/seeking/seek.c: (make_wav_pipeline), (main):
7243         Fixed wav pipeline.
7244
7245 2005-09-19  Wim Taymans  <wim@fluendo.com>
7246
7247         * gst-libs/gst/rtp/gstbasertppayload.c:
7248         (gst_basertppayload_class_init), (gst_basertppayload_init),
7249         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7250         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7251         (gst_basertppayload_push), (gst_basertppayload_get_property),
7252         (gst_basertppayload_change_state):
7253         Posting ERROR and WARNING messages is good.
7254
7255 2005-09-19  Wim Taymans  <wim@fluendo.com>
7256
7257         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7258         (gst_base_rtp_depayload_add_to_queue),
7259         (gst_base_rtp_depayload_push),
7260         (gst_base_rtp_depayload_set_gst_timestamp),
7261         (gst_base_rtp_depayload_queue_release):
7262         This one was not supposed to go in.
7263
7264 2005-09-19  Wim Taymans  <wim@fluendo.com>
7265
7266         * check/pipelines/simple_launch_lines.c: (run_pipeline):
7267         Fix for bus API.
7268
7269         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7270         (gst_base_rtp_depayload_chain),
7271         (gst_base_rtp_depayload_add_to_queue),
7272         (gst_base_rtp_depayload_push),
7273         (gst_base_rtp_depayload_set_gst_timestamp),
7274         (gst_base_rtp_depayload_queue_release):
7275         Some cleanups.
7276
7277         * gst-libs/gst/rtp/gstbasertppayload.c:
7278         (gst_basertppayload_class_init), (gst_basertppayload_init),
7279         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
7280         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7281         (gst_basertppayload_get_property),
7282         (gst_basertppayload_change_state):
7283         Added debugging category.
7284
7285 2005-09-18  David Schleef  <ds@schleef.org>
7286
7287         * gst/playback/gstdecodebin.c: free plugin list correctly
7288         * gst/playback/gstplaybin.c: emit warning if autovideosink
7289           and autoaudiosink can't be found (instead of segfaulting)
7290
7291 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7292
7293         * check/elements/audioconvert.c: (GST_START_TEST):
7294           try out 24 bit conversion
7295
7296 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7297
7298         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
7299         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
7300         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
7301         * ext/vorbis/vorbisenc.h:
7302           Fix EOS handling.  Still needs a fix in the ogg muxer to
7303           mark the last page as eos.
7304
7305 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7306
7307         * common/gtk-doc-plugins.mak:
7308         * docs/plugins/Makefile.am:
7309         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7310         * gst/ffmpegcolorspace/Makefile.am:
7311         * gst/ffmpegcolorspace/avcodec.h:
7312         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7313         * gst/tcp/gstmultifdsink.c:
7314           fix up ffmpegcolorspace docs; extract header
7315
7316 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7317
7318         * common/gtk-doc-plugins.mak:
7319         * docs/plugins/Makefile.am:
7320         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7321         * ext/theora/Makefile.am:
7322         * ext/theora/gsttheoraenc.h:
7323         * ext/theora/theoraenc.c:
7324         * ext/vorbis/vorbisenc.c:
7325           pick up signals and args for vorbis; add some docs for vorbis
7326
7327 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7328
7329         * common/gstdoc-scangobj:
7330         * common/gtk-doc-plugins.mak:
7331         * docs/libs/Makefile.am:
7332         * docs/plugins/gst-plugins-base-plugins.args:
7333         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7334         * docs/plugins/gst-plugins-base-plugins.interfaces:
7335         * docs/plugins/gst-plugins-base-plugins.prerequisites:
7336         * docs/plugins/gst-plugins-base-plugins.signals:
7337           only scanobj stuff from our source module.  Not sure yet
7338           if that's correct, given the hierarchy stuff :)
7339
7340 2005-09-15  Wim Taymans  <wim@fluendo.com>
7341
7342         * gst/audioconvert/gstaudioconvert.c:
7343         And enable 24 bits mode as well..
7344
7345 2005-09-15  Wim Taymans  <wim@fluendo.com>
7346
7347         * gst-libs/gst/rtp/Makefile.am:
7348         * gst-libs/gst/rtp/gstbasertppayload.c:
7349         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
7350         (gst_basertppayload_class_init), (gst_basertppayload_init),
7351         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
7352         (gst_basertppayload_chain), (gst_basertppayload_set_options),
7353         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7354         (gst_basertppayload_set_property),
7355         (gst_basertppayload_get_property),
7356         (gst_basertppayload_change_state):
7357         * gst-libs/gst/rtp/gstbasertppayload.h:
7358         Added rtp payloader base class.
7359
7360 2005-09-15  Andy Wingo  <wingo@pobox.com>
7361
7362         * configure.ac (plugindir): Remove the EOL matcher from the
7363         regexp, as it causes me problems. Libtool? Make? Who knows?
7364
7365 2005-09-14  David Schleef  <ds@schleef.org>
7366
7367         * check/generic/states.c: 
7368         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
7369         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
7370           Fixes for changes in registry API.
7371
7372         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
7373           to GST_PLUGIN_LDFLAGS.
7374         * ext/libvisual/visual.c: Make the library shut up.
7375         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
7376         * gst-libs/gst/audio/gstaudiofilter.c: same
7377
7378 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7379
7380         * docs/plugins/Makefile.am:
7381         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7382         * docs/plugins/inspect/plugin-libvisual.xml:
7383         * docs/plugins/tmpl/element-tcpserversink.sgml:
7384         * ext/theora/theoraenc.c:
7385           add libvisual plugin and theoraenc element to docs
7386
7387 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7388
7389         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7390         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7391         * ext/theora/theoraenc.c:
7392           add theoraenc
7393
7394 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
7395
7396         * gst/audioconvert/Makefile.am:
7397           Audioconvert derives from GstBaseTransform and should
7398           link to the library with our base elements to avoid
7399           unresolved symbols. Makes things work with MinGW (#316160)
7400
7401         * gst/playback/test4.c: (main):
7402           Fix MinGW build problem and use g_usleep() instead of 
7403           sleep() (#316162)
7404
7405 2005-09-12  Wim Taymans  <wim@fluendo.com>
7406
7407         * gst/audioconvert/audioconvert.c: (float),
7408         (audio_convert_prepare_context), (audio_convert_convert):
7409         * gst/audioconvert/audioconvert.h:
7410         Cleanups, speedups, simplifications, added back support
7411         for 24 bits.
7412
7413 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7414
7415         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7416         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7417         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7418         * docs/plugins/tmpl/element-tcpserversink.sgml:
7419         * gst/ffmpegcolorspace/gstffmpeg.c:
7420         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7421         * gst/videotestsrc/gstvideotestsrc.c:
7422         * gst/volume/gstvolume.c:
7423           add more elements to the docs
7424
7425 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
7426
7427         * check/Makefile.am:
7428         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
7429         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
7430           Add extra tests for basetransform based components. 
7431           Comment out the test_element_negotiation test until we decide
7432           if it's testing correct behaviour.
7433         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
7434         (gst_visual_chain), (gst_visual_change_state):
7435           Slightly more correct but still bogus timestamping.
7436           Fix state change function.
7437         * gst/audioconvert/gstaudioconvert.c:
7438         (gst_audio_convert_class_init):
7439         * gst/audioresample/gstaudioresample.c:
7440         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7441         (gst_ffmpegcsp_class_init):
7442         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
7443         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
7444         (gst_videoscale_prepare_image):
7445         * gst/volume/gstvolume.c: (gst_volume_class_init),
7446         (volume_transform_ip):
7447           Basetransform updates. Enable passthrough modes.
7448         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7449         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
7450         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7451           Negotiation fix that allows the window to return to the original
7452           size and renegotiate passthrough upstream. Extra debug output.
7453
7454 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7455
7456         * gst/sine/gstsinesrc.c:
7457         * gst/volume/gstvolume.c:
7458           fix up header include
7459
7460 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
7461
7462         * gst-libs/gst/audio/gstbaseaudiosink.c:
7463         (gst_base_audio_sink_render):
7464         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
7465         * gst/volume/gstvolume.c: (gst_volume_class_init),
7466         (volume_transform):
7467           fixing lost sync, some more debugging
7468
7469 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
7470
7471         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7472         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
7473         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
7474         (gst_xvimagesink_check_xshm_calls):
7475           Fix compilation when XShm is not available.
7476
7477 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
7478
7479         * ext/libvisual/visual.c: (gst_visual_dispose),
7480         (gst_visual_getcaps), (gst_visual_src_setcaps),
7481         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
7482         (gst_visual_change_state):
7483           Finish fixing up libvisual plugin so that it runs. 
7484
7485 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
7486
7487         * ext/vorbis/vorbisenc.c:
7488         * gst-libs/gst/tag/gstvorbistag.c:
7489           gsttaginterface.h -> gsttagsetter.h
7490
7491 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
7492
7493         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
7494           added another test that failes for me (test is not active by default)
7495
7496 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7497
7498         * configure.ac:
7499           v4l2 is no longer in gst-plugins-base
7500
7501 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
7502
7503         * configure.ac:
7504           In the output at the end, don't show the first plugin on the same
7505           line as "Core plug-ins, always built:".
7506           Indent the output as for other plugin categories
7507         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
7508           #define that can be used to not use peer buffer_alloc functions for
7509           test purposes.
7510         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7511         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
7512         (gst_ximagesink_show_frame):
7513         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
7514         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
7515         (gst_xvimagesink_show_frame):
7516           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
7517           fails gracefully instead of XError aborting or deadlocking.
7518
7519 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
7520
7521         * ext/libvisual/Makefile.am:
7522           link against gst-base-libs
7523
7524 2005-09-06  David Schleef  <ds@schleef.org>
7525
7526         * configure.ac: Enable libvisual plugin.
7527         * ext/libvisual/Makefile.am:
7528         * ext/libvisual/visual.c: Fixes to make it compile.
7529
7530 === release 0.9.2 ===
7531
7532 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7533
7534         * NEWS:
7535         * RELEASE:
7536         * configure.ac:
7537         * docs/random/ChangeLog-0.8:
7538           releasing 0.9.2, "Spoon"
7539
7540 2005-09-05  Michael Smith <msmith@fluendo.com>
7541
7542         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
7543           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
7544           that in the vorbisenc element.
7545
7546 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7547
7548         * common/gtk-doc-plugins.mak:
7549         * docs/plugins/Makefile.am:
7550           fix distcheck
7551         * gst/audioresample/resample.c:
7552           fix wrong docstring
7553
7554 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7555
7556         * common/gst-xmlinspect.py:
7557         * common/gtk-doc-plugins.mak:
7558           only inspect plugins for this given package
7559           require gst-python 0.9
7560
7561 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7562
7563         * Makefile.am:
7564         * autogen.sh:
7565         * common/gst-xmlinspect.py:
7566         * configure.ac:
7567         * docs/Makefile.am:
7568         * docs/plugins/inspect/plugin-alsa.xml:
7569         * docs/plugins/inspect/plugin-audioresample.xml:
7570         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7571         * docs/plugins/inspect/plugin-ogg.xml:
7572         * docs/plugins/tmpl/element-gnomevfssink.sgml:
7573         * docs/plugins/tmpl/element-multifdsink.sgml:
7574         * docs/plugins/tmpl/element-tcpserversink.sgml:
7575         * docs/plugins/tmpl/element-vorbisenc.sgml:
7576         * gst-plugins-base.spec.in:
7577           various doc-related updates
7578
7579 2005-08-31  Wim Taymans  <wim@fluendo.com>
7580
7581         * gst-libs/gst/audio/gstbaseaudiosink.c:
7582         (gst_base_audio_sink_render):
7583         Resync if the buffer timestamps drift more than a 10th 
7584         of a second.
7585
7586 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
7587
7588         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
7589         (gst_v4lsrc_get_property):
7590           The 'timestamp-offset' property is registered as an int64, so
7591           let's use g_value_{set|get}_int64() in our setter and getter
7592           functions (makes it work and fixes warnings with gst-inspect).
7593
7594 2005-08-30  Wim Taymans  <wim@fluendo.com>
7595
7596         * check/elements/audioconvert.c: (setup_audioconvert):
7597         * check/elements/audioresample.c: (setup_audioresample):
7598         * check/elements/volume.c: (setup_volume):
7599         Fix checks.
7600
7601 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7602
7603         * common/gtk-doc-plugins.mak:
7604         * common/plugins.xsl:
7605         * docs/plugins/Makefile.am:
7606           make module a param
7607
7608 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
7609
7610         * examples/seeking/seek.c: (make_mp3_pipeline),
7611         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
7612         (play_cb), (pause_cb), (stop_cb):
7613           update the example
7614
7615 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
7616
7617         * gst/volume/gstvolume.c: (gst_volume_class_init),
7618         (volume_transform):
7619           do not update controlled params, if buffer has no timestamp
7620
7621 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
7622
7623         * configure.ac:
7624         * gst/sine/Makefile.am:
7625         * gst/volume/Makefile.am:
7626           controllerized elements also need to link against controller-libs ;)
7627
7628 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
7629
7630         * docs/libs/tmpl/gstcolorbalance.sgml:
7631         * docs/libs/tmpl/gstgconf.sgml:
7632         * docs/libs/tmpl/gstmixer.sgml:
7633         * docs/libs/tmpl/gstringbuffer.sgml:
7634         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7635         (gst_sinesrc_create):
7636         * gst/volume/gstvolume.c: (gst_volume_class_init),
7637         (volume_transform):
7638           controllerized two audio plugins
7639
7640 2005-08-29  Andy Wingo  <wingo@pobox.com>
7641
7642         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
7643         (vorbis_handle_data_packet): Fix some int overflow errors.
7644
7645         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
7646         -1.
7647         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
7648         valid.
7649         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
7650         if it's valid. Fixed streaming-mode playback.
7651
7652         * check/elements/volume.c (cleanup_volume): Fix for running
7653         CK_FORK=no.
7654
7655         * check/elements/audioconvert.c: Convert from native endian, not
7656         little endian.
7657
7658 2005-08-29  Michael Smith <msmith@fluendo.com>
7659
7660         * ext/ogg/Makefile.am:
7661         * ext/ogg/gstogg.c: (plugin_init):
7662         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
7663         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
7664         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
7665         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
7666         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
7667         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
7668         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
7669         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
7670         Add an ogg parser element.
7671
7672 2005-08-28  Andy Wingo  <wingo@pobox.com>
7673
7674         * Updates for two-arg init from GST_BOILERPLATE_FULL.
7675
7676 2005-08-26  Wim Taymans  <wim@fluendo.com>
7677
7678         * gst/audioconvert/audioconvert.c: (if), (float),
7679         (audio_convert_get_func_index), (check_default),
7680         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7681         (audio_convert_clean_context), (audio_convert_get_sizes),
7682         (audio_convert_convert):
7683         Cleanups.
7684
7685 2005-08-26  Wim Taymans  <wim@fluendo.com>
7686
7687         * gst/audioconvert/audioconvert.c: (if), (float),
7688         (audio_convert_get_func_index), (check_default),
7689         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7690         (audio_convert_clean_context), (audio_convert_get_sizes),
7691         (audio_convert_convert):
7692         More elegant and working temp buffer selection algo.
7693
7694 2005-08-26  Wim Taymans  <wim@fluendo.com>
7695
7696         * gst/audioconvert/audioconvert.c: (if), (float),
7697         (audio_convert_get_func_index), (check_default),
7698         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7699         (audio_convert_clean_context), (audio_convert_get_sizes),
7700         (get_temp_buffer), (audio_convert_convert):
7701         Use realloc else we lose our original data.
7702
7703 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7704
7705         * gst/audioresample/gstaudioresample.c:
7706           use base class' newsegment to properly timestamp
7707
7708 2005-08-26  Wim Taymans  <wim@fluendo.com>
7709
7710         * gst/audioconvert/audioconvert.c: (if), (float),
7711         (audio_convert_get_func_index), (check_default),
7712         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7713         (audio_convert_clean_context), (audio_convert_get_sizes),
7714         (get_temp_buffer), (audio_convert_convert):
7715         * gst/audioconvert/gstaudioconvert.c:
7716         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
7717         (gst_audio_convert_transform_caps),
7718         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
7719         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
7720         Oops, allocate enough space to perform the channel mix.
7721
7722 2005-08-26  Wim Taymans  <wim@fluendo.com>
7723
7724         * gst/audioconvert/Makefile.am:
7725         * gst/audioconvert/audioconvert.c: (if), (float),
7726         (audio_convert_get_func_index), (check_default),
7727         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7728         (audio_convert_clean_context), (audio_convert_get_sizes),
7729         (get_temp_buffer), (audio_convert_convert):
7730         * gst/audioconvert/audioconvert.h:
7731         * gst/audioconvert/gstaudioconvert.c:
7732         (gst_audio_convert_class_init), (gst_audio_convert_init),
7733         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
7734         (gst_audio_convert_get_unit_size),
7735         (gst_audio_convert_transform_caps),
7736         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
7737         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
7738         * gst/audioconvert/gstaudioconvert.h:
7739         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
7740         (gst_channel_mix_fill_identical),
7741         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
7742         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
7743         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
7744         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
7745         (gst_channel_mix_mix):
7746         * gst/audioconvert/gstchannelmix.h:
7747         Cleanups, librarify a bit, optimize, better negotiation and more.
7748
7749 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
7750
7751         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
7752         Another from MikeS:
7753         During typefinding, don't support negative offsets
7754         (offsets from the end of the stream) in our typefind->peek() function
7755         - nothing embedded in ogg ever needs them. However, we need to recognise
7756         those requests and reject them, otherwise we return invalid pointers.
7757
7758 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
7759
7760         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7761         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
7762         (vorbisdec_finalize), (vorbis_handle_type_packet):
7763           Big shout-out to MikeS for fixing this giant memory leak.
7764           Huzzah!
7765
7766 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7767
7768         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
7769         (audio_convert_get_unit_size):
7770           plug some leaks
7771
7772 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7773
7774         * check/Makefile.am:
7775         * check/elements/audioconvert.c: (setup_audioconvert),
7776         (cleanup_audioconvert), (get_int_caps), (verify_convert),
7777         (GST_START_TEST), (audioconvert_suite), (main):
7778           add a test for audioconvert
7779         * gst/audioresample/gstaudioresample.c:
7780         * gst/audioresample/gstaudioresample.h:
7781           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
7782           note that for buffers of 1/3 sec this means DURATION(c) is 
7783           one nanosecond more than for a and b
7784
7785 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7786
7787         * check/Makefile.am:
7788         * check/elements/audioresample.c: (setup_audioresample),
7789         (cleanup_audioresample), (fail_unless_perfect_stream),
7790         (test_perfect_stream_instance), (GST_START_TEST),
7791           add a check for audioresample
7792         (audioresample_suite), (main):
7793         * check/elements/volume.c: (GST_START_TEST):
7794           remove unused method
7795         * gst/audioresample/gstaudioresample.c:
7796           set correct buffer parameters since we're changing them
7797         * gst/audioresample/resample_ref.c: (resample_scale_ref):
7798           add some debug
7799
7800 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7801
7802         * gst/audioresample/debug.c:
7803         * gst/audioresample/gstaudioresample.c:
7804           add room for extra overlap samples when asked to transform size
7805           protect against possible mem corruption and check for discrepancies
7806           between written size and outbuffer's size so we can warn for
7807           potential problems
7808         * gst/audioresample/resample.c: (resample_init),
7809         (resample_get_output_size_for_input), (resample_get_output_size),
7810         (resample_set_n_channels), (resample_set_format):
7811           set debug level based on RESAMPLE_DEBUG env var
7812           make sure that get_output_size* returns a whole number of
7813           sample_size
7814           set sample_size each time either channel or format is set
7815         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
7816         * gst/audioresample/resample_functable.c:
7817         (resample_scale_functable):
7818         * gst/audioresample/resample_ref.c: (resample_scale_ref):
7819           remove r->sample_size, it's done in resample.c now
7820           add some debugging to the ref implementation
7821           make sure we only give back bytes that are wholes of the sample
7822           size
7823
7824 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
7825         * gst/playback/gstplaybasebin.c: (fill_buffer):
7826         Revert unpopular change for GST_MESSAGE_SRC to GObject.
7827
7828 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
7829
7830         * gst/volume/gstvolume.c:
7831           made set_caps function static
7832
7833 2005-08-24  Wim Taymans  <wim@fluendo.com>
7834
7835         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
7836         (gst_vorbisenc_change_state):
7837         Stop leaking taglists.
7838
7839 2005-08-24  Wim Taymans  <wim@fluendo.com>
7840
7841         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
7842         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
7843         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
7844         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
7845         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
7846         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
7847         Parse seeking events better.
7848         Unref static caps.
7849         Generate correct newsegment events, fixes seeking in live oggs.
7850
7851         * ext/theora/theoradec.c: (theora_dec_src_query),
7852         (theora_dec_src_event), (theora_dec_src_getcaps),
7853         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
7854         Use newsegment values to report correct play time.
7855
7856         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7857         (vorbis_dec_src_event), (vorbis_dec_sink_event):
7858         * ext/vorbis/vorbisdec.h:
7859         Parse and use newsegment values to report correct play time.
7860
7861         * gst-libs/gst/audio/gstbaseaudiosink.c:
7862         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7863         Clear ringbuffer on flush.
7864         Use newsegment values to calculate playback time.
7865
7866         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
7867         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
7868         Basesink does newsegment calculations for us now.
7869
7870 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7871
7872         * check/Makefile.am:
7873         * configure.ac:
7874           add core's plugins to the mix so that playbin works
7875         * check/generic/states.c: (GST_START_TEST):
7876           set a 0 timeout on pipelines, so they don't force the next
7877           state change
7878         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
7879         (gst_play_base_bin_change_state):
7880           remove the crappy error handling and do GST error handling
7881
7882 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7883
7884         * check/Makefile.am:
7885         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
7886           add same test as to core, it bitches out on playbin atm.
7887
7888 2005-08-24  Wim Taymans  <wim@fluendo.com>
7889
7890         * configure.ac:
7891         Remove audioscale.
7892
7893 2005-08-24  Wim Taymans  <wim@fluendo.com>
7894
7895         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
7896         (gst_videoscale_prepare_size), (parse_caps),
7897         (gst_videoscale_set_caps), (gst_videoscale_get_size),
7898         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
7899         (gst_videoscale_transform):
7900         * gst/videoscale/gstvideoscale.h:
7901         Refactor, make use of BaseTranform really well.
7902
7903 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7904
7905         * configure.ac:
7906           compile audioresample
7907         * gst/audioresample/Makefile.am:
7908         * gst/audioresample/buffer.c:
7909         * gst/audioresample/functable.c:
7910         * gst/audioresample/gstaudioresample.c:
7911         * gst/audioresample/gstaudioresample.h:
7912         * gst/audioresample/resample.c:
7913         (resample_get_output_size_for_input):
7914         * gst/audioresample/resample.h:
7915         * gst/audioresample/resample_chunk.c:
7916         * gst/audioresample/resample_functable.c:
7917         * gst/audioresample/resample_ref.c:
7918           port to use basetransform; doesn't work in all cases yet
7919
7920 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7921
7922         * gst/audioconvert/gstaudioconvert.c:
7923         (gst_audio_convert_class_init), (gst_audio_convert_init),
7924         (audio_convert_get_unit_size), (audio_convert_transform_caps),
7925         (audio_convert_fixate_caps), (audio_convert_set_caps),
7926         (audio_convert_transform),
7927         (gst_audio_convert_buffer_to_default_format),
7928         (gst_audio_convert_buffer_from_default_format),
7929         (gst_audio_convert_channels):
7930         * gst/audioconvert/gstchannelmix.c:
7931         * gst/audioconvert/gstchannelmix.h:
7932           port to basetransform
7933         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7934         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
7935         (gst_ffmpegcsp_get_unit_size):
7936         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
7937         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
7938           fix for basetransform changes
7939
7940 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7941
7942         * check/Makefile.am:
7943           Add CHECK_CFLAGS and LDFLAGS
7944
7945         * gst/playback/gstplaybasebin.c: (fill_buffer):
7946           GST_MESSAGE_SRC became a GObject
7947
7948 2005-08-24  Wim Taymans  <wim@fluendo.com>
7949
7950         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
7951         (gst_ring_buffer_clear_all):
7952         * gst-libs/gst/audio/gstringbuffer.h:
7953         Added function to clear the ringbuffer.
7954
7955 2005-08-24  Andy Wingo  <wingo@pobox.com>
7956
7957         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
7958         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
7959         of _open and _close.
7960
7961         * sys/v4l/gstv4lxoverlay.h:
7962         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
7963         an Xv connection here, instead of all the time. Make Xv only be
7964         loaded if you axe for it. Kindof a workaround for buggy behaviour
7965         of Xv when using remote xservers (XvQueryExtension would block).
7966         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
7967         replace the _open and _close public API. Only start the xv
7968         connection if necessary.
7969         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
7970
7971 2005-08-23  David Schleef  <ds@schleef.org>
7972
7973         * gst/audioresample/Makefile.am: Leet audioresampling code
7974         * gst/audioresample/buffer.c:
7975         * gst/audioresample/buffer.h:
7976         * gst/audioresample/debug.c:
7977         * gst/audioresample/debug.h:
7978         * gst/audioresample/functable.c:
7979         * gst/audioresample/functable.h:
7980         * gst/audioresample/gstaudioresample.c:
7981         * gst/audioresample/gstaudioresample.h:
7982         * gst/audioresample/resample.c:
7983         * gst/audioresample/resample.h:
7984         * gst/audioresample/resample_chunk.c:
7985         * gst/audioresample/resample_functable.c:
7986         * gst/audioresample/resample_ref.c:
7987
7988 2005-08-23  Wim Taymans  <wim@fluendo.com>
7989
7990         * examples/seeking/seek.c: (make_vorbis_pipeline),
7991         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
7992         Small seek updates.
7993
7994 2005-08-23  Andy Wingo  <wingo@pobox.com>
7995
7996         * gst-libs/gst/audio/gstbaseaudiosrc.c
7997         (gst_base_audio_src_fixate): Only fixate endianness if it is
7998         present in the caps.
7999
8000 2005-08-22  Andy Wingo  <wingo@pobox.com>
8001
8002         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
8003         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
8004         device-name property.
8005
8006         * gst-libs/gst/audio/gstaudiosrc.h:
8007         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
8008         close_device in the ring buffer, like gstaudiosink.
8009
8010         * ext/alsa/gstalsamixer.h:
8011         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
8012         macro to implement the interface without much code. Cleanups. 
8013
8014         * ext/alsa/gstalsasrc.h:
8015         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
8016         READY.
8017
8018         * ext/alsa/Makefile.am: Add new files.
8019         * ext/alsa/gstalsamixerelement.c: 
8020         * ext/alsa/gstalsamixerelement.c: Split element code out from
8021         mixer code so that alsasrc can be a mixer too.
8022
8023 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
8024
8025         * check/elements/volume.c: (setup_volume), (cleanup_volume),
8026         (GST_START_TEST):
8027         * check/elements/vorbisdec.c: (setup_vorbisdec),
8028         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
8029         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8030         (vorbis_handle_identification_packet),
8031         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
8032         (vorbis_handle_header_packet), (vorbis_dec_push),
8033         (vorbis_dec_chain):
8034           use the setup/teardown methods to save code.  save code is good.
8035
8036 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8037
8038         * check/Makefile.am:
8039           add ext dir for plugins
8040           add vorbisdec test conditionally
8041         * check/elements/volume.c: (setup_volume), (cleanup_volume),
8042         (GST_START_TEST), (volume_suite):
8043           add a test with wrong caps
8044         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
8045         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
8046           add a vorbisdec test
8047         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
8048         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
8049           clean up debug output
8050         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8051           yay, fix a segfault/security issue in vorbisdec
8052           gst-launch fakesrc ! vorbisdec wasn't happy
8053         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
8054         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
8055         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
8056         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
8057         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
8058         (gst_vorbisenc_set_metadata), (get_constraints_string),
8059         (update_start_message), (gst_vorbisenc_setup),
8060         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
8061         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
8062         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
8063         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
8064         * ext/vorbis/vorbisenc.h:
8065           march in line
8066         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8067         (gst_ffmpegcsp_transform):
8068           have the kow come home
8069         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
8070           debug my func ptr
8071         * gst/volume/gstvolume.c: (volume_set_caps):
8072           add a debug
8073
8074 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8075
8076         * Makefile.am:
8077         * check/.cvsignore:
8078         * check/Makefile.am:
8079         * check/elements/.cvsignore:
8080         * check/elements/volume.c: (chain_func), (event_func),
8081         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
8082         (main):
8083         * configure.ac:
8084           add unit test structure for gst-plugins-base
8085           add a test for volume
8086         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
8087         (gst_volume_set_volume), (gst_volume_get_volume),
8088         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
8089         (volume_funcfind), (volume_process_float), (volume_process_int16),
8090         (volume_set_caps), (volume_transform), (volume_update_mute),
8091         (volume_update_volume), (volume_set_property),
8092         (volume_get_property):
8093           document a little; use basetransform vmethod _set_caps
8094
8095 2005-08-19  Andy Wingo  <wingo@pobox.com>
8096
8097         * ext/alsa/gstalsamixertrack.h:
8098         * ext/alsa/gstalsamixertrack.c:
8099         * ext/alsa/gstalsamixeroptions.h:
8100         * ext/alsa/gstalsamixeroptions.c:
8101         * ext/alsa/gstalsamixer.h:
8102         * ext/alsa/gstalsamixer.c: Port to 0.9.
8103
8104         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
8105         Remove gstalsa.c and alsaclock. No more cruft here.
8106         
8107 2005-08-18  Wim Taymans  <wim@fluendo.com>
8108
8109         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8110         (gst_base_rtp_depayload_chain),
8111         (gst_base_rtp_depayload_add_to_queue),
8112         (gst_base_rtp_depayload_push),
8113         (gst_base_rtp_depayload_queue_release):
8114         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8115         Fix for RTPBuffer changes.
8116
8117         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
8118         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
8119         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
8120         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
8121         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
8122         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
8123         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
8124         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
8125         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
8126         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
8127         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
8128         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
8129         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
8130         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
8131         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
8132         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
8133         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
8134         (gst_rtpbuffer_get_payload):
8135         * gst-libs/gst/rtp/gstrtpbuffer.h:
8136         Don't subclass GstBuffer but add methods and helper functions
8137         to construct and manipulate RTP packets in regular GstBuffers.
8138
8139 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
8140
8141         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
8142           moved statement below switch
8143         * gst/volume/gstvolume.c: (gst_volume_class_init):
8144           added debug ptr
8145
8146 2005-08-16  Wim Taymans  <wim@fluendo.com>
8147
8148         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8149         (gst_base_audio_src_change_state):
8150         Open and close device in READY<->NULL state change.
8151
8152 2005-08-16  Andy Wingo  <wingo@pobox.com>
8153
8154         * examples/seeking/Makefile.am: Don't compile non-compiling
8155         compiled objects with the compiler.
8156
8157         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
8158         elements.
8159
8160 2005-08-12  Philippe Khalaf <burger@speedy.org>
8161         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8162         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8163           Made a thread to release the queue.
8164           Removed timestamp conversion for now.
8165
8166 2005-08-10  Philippe Khalaf <burger@speedy.org>
8167         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8168         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8169           Added rtp timestamp -> gst timestamp conversion.
8170           Fixed several problems with queue.
8171
8172 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
8173
8174         * gst-libs/gst/audio/gstaudioclock.h:
8175         * gst-libs/gst/audio/gstaudiofilter.h:
8176         * gst-libs/gst/audio/gstaudiosink.h:
8177         * gst-libs/gst/audio/gstaudiosrc.h:
8178         * gst-libs/gst/audio/gstbaseaudiosink.h:
8179         * gst-libs/gst/audio/gstbaseaudiosrc.h:
8180         * gst-libs/gst/audio/gstringbuffer.h:
8181         * gst-libs/gst/net/gstnetbuffer.h:
8182         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8183         * gst-libs/gst/rtp/gstrtpbuffer.h:
8184           Add padding (you will need to rebuild gst-plugins-base,
8185           gst-plugins and all applications afterwards!)
8186
8187 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
8188
8189         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
8190         (gst_riff_parse_chunk):
8191           Fix bug in debug message and add some more debug messages.
8192
8193 2005-08-08  Edward Hervey  <edward@fluendo.com>
8194
8195         * gst-libs/gst/riff/riff-media.c:
8196         backported updates since branch
8197
8198 2005-08-08  Andy Wingo  <wingo@pobox.com>
8199
8200         * gst-libs/gst/audio/gstbaseaudiosink.c
8201         (gst_base_audio_sink_change_state): Open the device in NULL->READY
8202         like good elements should. Close on READY->NULL too.
8203
8204         * gst-libs/gst/audio/gstaudiosink.c
8205         (gst_audioringbuffer_open_device,
8206         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
8207         (gst_audioringbuffer_release): Updates for new ring buffer API,
8208         hook into the new audio sink api.
8209
8210         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
8211         (GstAudioSinkClass.close): Just open and close the device -- no
8212         resource allocation or configuration.
8213         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
8214         vmethods, handle device setup and resource allocation.
8215
8216         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
8217         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
8218         base class API.
8219
8220         * gst-libs/gst/audio/gstringbuffer.h
8221         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
8222         New vmethods.
8223
8224         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
8225         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
8226         New API functions. The device should be opened before acquiring
8227         and closed after releasing.
8228
8229 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
8230
8231         * gst-libs/gst/interfaces/mixer.h:
8232           Reset padding to GST_PADDING.
8233
8234 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8235
8236         * gst/playback/gstplaybin.c: (remove_sinks):
8237           Remove visualization from parent explicitely; works around some
8238           apparent refcount issue that I haven't tracked down yet.
8239
8240 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8241
8242         * ext/alsa/gstalsasink.c: (set_hwparams):
8243           Assign debug category, add negotiation debug msgs.
8244
8245 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8246
8247         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
8248           Fix error code for file-not-found to NOT_FOUND.
8249
8250 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8251
8252         * common/gtk-doc-plugins.mak:
8253         * docs/plugins/Makefile.am:
8254         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8255         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8256           renamed to actual element names, so much nicer to look at
8257         * docs/plugins/tmpl/gstmultifdsink.sgml:
8258           remove
8259         * docs/plugins/tmpl/multifdsink.sgml:
8260         * docs/plugins/tmpl/tcpserversink.sgml:
8261           add
8262         * ext/alsa/gstalsa.c:
8263         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
8264         * ext/ogg/gstoggmux.c:
8265         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
8266         * gst/playback/gstdecodebin.c:
8267         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
8268         * gst/tcp/gsttcpserversink.c:
8269           various fixes and documentation additions
8270
8271 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8272
8273         * common/Makefile.am:
8274         * common/gstdoc-scangobj:
8275         * common/gtk-doc-plugins.mak:
8276         * common/gtk-doc.mak:
8277           add a custom scangobj that uses the registry
8278           add a custom gtk-doc-plugins.mak that uses it
8279           some doc build fixes
8280         * configure.ac:
8281         * docs/Makefile.am:
8282         * docs/plugins/Makefile.am:
8283         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8284         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8285         * docs/plugins/gst-plugins-base-plugins.types:
8286         * docs/plugins/tmpl/gstmultifdsink.sgml:
8287           add docs for one element, multifdsink
8288         * gst/adder/gstadder.h:
8289         * gst/volume/gstvolume.h:
8290           don't privatize enum
8291         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
8292         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8293         (gst_sync_method_get_type), (gst_client_status_get_type),
8294         (gst_multifdsink_class_init),
8295         (gst_multifdsink_client_queue_buffer),
8296         (gst_multifdsink_handle_client_write):
8297         * gst/tcp/gstmultifdsink.h:
8298         * gst/tcp/gsttcp.h:
8299         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
8300         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
8301         (gst_tcpclientsink_render):
8302         * gst/tcp/gsttcpclientsink.h:
8303         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
8304         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
8305         (gst_tcpclientsrc_start):
8306         * gst/tcp/gsttcpclientsrc.h:
8307         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
8308         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
8309         * gst/tcp/gsttcpserversrc.h:
8310         * gst/typefind/gsttypefindfunctions.c:
8311           remove superfluous Type stuff
8312
8313 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8314
8315         * gst/playback/gstplaybin.c: (gen_video_element):
8316           Enable videoscale.
8317
8318 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8319
8320         * gst-libs/gst/gconf/gconf.c:
8321         * gst-libs/gst/gconf/gconf.h:
8322           Fix some Andy Problem [tm].
8323
8324 2005-08-04  Andy Wingo  <wingo@pobox.com>
8325
8326         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
8327         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
8328         (gst_ffmpegcsp_get_size): Adapt to API changes.
8329
8330         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
8331         Implement an in-place do-nothing transform.
8332
8333 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8334
8335         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8336         (gst_ximagesink_renegotiate_size):
8337           Do not set new window sizes yet if we prepare a new buffer size
8338           for upstream renegotiation (software scaling) at some point in the
8339           future, because this new size waqs not actually accepted yet. Once
8340           accepted, renegotiation later on will set the new sizes just fine.
8341           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
8342           embedding testcase.
8343
8344 2005-08-03  Andy Wingo  <wingo@pobox.com>
8345
8346         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
8347         (gst_ximagesink_buffer_alloc): 
8348         Protect the height, width, and desired_caps with the pool_lock.
8349         Fixes videotestsrc ! queue ! ximagesink.
8350
8351 2005-08-02  Edward Hervey  <edward@fluendo.com>
8352
8353         * gst/volume/gstvolume.c:
8354         include left from controller cleanup
8355
8356 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
8357         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
8358           Stop collectpads before calling the parent state
8359           change function on PAUSED->READY.
8360
8361 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
8362         * configure.ac:
8363           When testing for X libs, use the X CFlags 
8364         * gst/adder/gstadder.c: (gst_adder_change_state):
8365           Stop the collectpads before calling parent state change function
8366           on PAUSED->READY, otherwise we deadlock deactivating pads.
8367
8368 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
8369
8370         * configure.ac:
8371         * docs/libs/tmpl/gstcolorbalance.sgml:
8372         * docs/libs/tmpl/gstmixer.sgml:
8373         * examples/Makefile.am:
8374         * gst/sine/Makefile.am:
8375         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
8376         (gst_sinesrc_set_property), (plugin_init):
8377         * gst/sine/gstsinesrc.h:
8378         * gst/volume/Makefile.am:
8379         * gst/volume/gstvolume.c: (gst_volume_set_volume),
8380         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
8381         (volume_process_float), (volume_process_int16),
8382         (volume_set_property), (plugin_init):
8383         * gst/volume/gstvolume.h:
8384           deactivate and remove dparams (libgstcontrol)
8385
8386 2005-07-29  Wim Taymans  <wim@fluendo.com>
8387
8388         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
8389         Convert me to BaseTransform!! help..
8390
8391 2005-07-29  Andy Wingo  <wingo@pobox.com>
8392
8393         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
8394         sinks.
8395
8396         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
8397         support of both endiannesses.
8398
8399 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
8400
8401         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8402           Fix confusing debug message (s/event/query/)
8403
8404 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
8405
8406         * gst/videotestsrc/videotestsrc.h:
8407           Use "_stdint.h" instead of <stdint.h>
8408
8409 2005-07-27  Wim Taymans  <wim@fluendo.com>
8410
8411         * ext/vorbis/Makefile.am:
8412         Revert wrong commit.
8413
8414 2005-07-27  Wim Taymans  <wim@fluendo.com>
8415
8416         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
8417         More compilation fixen.
8418
8419 2005-07-27  Wim Taymans  <wim@fluendo.com>
8420
8421         * gst-libs/gst/audio/gstbaseaudiosink.c:
8422         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
8423         (gst_base_audio_sink_create_ringbuffer),
8424         (gst_base_audio_sink_change_state):
8425         Fix compilation.
8426
8427 2005-07-27  Wim Taymans  <wim@fluendo.com>
8428
8429         * examples/seeking/seek.c: (setup_dynamic_link),
8430         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
8431         (query_positions_elems), (query_positions_pads), (do_seek):
8432         Update seek example.
8433
8434         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
8435         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
8436         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
8437         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
8438         (gst_ogg_demux_handle_event),
8439         (gst_ogg_demux_deactivate_current_chain),
8440         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8441         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
8442         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
8443         (gst_ogg_demux_loop):
8444         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8445         * ext/theora/theoradec.c: (theora_dec_src_event),
8446         (theora_dec_src_getcaps), (theora_dec_sink_event),
8447         (theora_dec_push), (theora_dec_chain):
8448         * ext/vorbis/Makefile.am:
8449         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
8450         (vorbis_dec_sink_event), (vorbis_dec_push),
8451         (vorbis_handle_data_packet):
8452         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
8453         (gst_vorbisenc_chain):
8454         * gst/playback/gststreaminfo.c: (cb_probe):
8455         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
8456         * gst/videorate/gstvideorate.c: (gst_videorate_event):
8457         * gst/videoscale/gstvideoscale.c:
8458         (gst_videoscale_handle_src_event):
8459         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
8460         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
8461         (gst_ximagesink_navigation_send_event):
8462         * sys/xvimage/xvimagesink.c:
8463         (gst_xvimagesink_navigation_send_event):
8464         Various event updates and cleanups
8465
8466 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8467
8468         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
8469           Fix segfault for I420/YV12.
8470
8471 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8472
8473         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8474           Report bitrate.
8475
8476 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8477
8478         * gst/playback/gstplaybin.c: (gen_video_element),
8479         (gen_audio_element):
8480           Switch to auto*sink elements as default sinks; add volume element
8481           so that volume control in totem works.
8482
8483 2005-07-21  Wim Taymans  <wim@fluendo.com>
8484
8485         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
8486         * gst/playback/gstplaybin.c: (setup_sinks),
8487         (gst_play_bin_change_state):
8488         Refcount fix and more comments.
8489
8490 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8491
8492         * sys/ximage/Makefile.am:
8493         * sys/ximage/ximage.c: (plugin_init):
8494         * sys/ximage/ximagesink.c:
8495         Prepare for adding ximagesrc, rename of plugin to ximage etc.
8496         
8497
8498 2005-07-21  Wim Taymans  <wim@fluendo.com>
8499
8500         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
8501         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
8502         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
8503         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8504         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
8505         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
8506         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
8507         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
8508         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
8509         Generate correct disconts for live chained oggs.
8510
8511         * gst-libs/gst/audio/gstbaseaudiosink.c:
8512         (gst_base_audio_sink_render),
8513         (gst_base_audio_sink_create_ringbuffer),
8514         (gst_base_audio_sink_change_state):
8515         Handle discont math correctly.
8516
8517         * gst/playback/gstplaybin.c: (add_sink):
8518         Some small debug cleanup.
8519
8520 2005-07-21  Wim Taymans  <wim@fluendo.com>
8521
8522         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
8523         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
8524         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
8525         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8526         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
8527         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
8528         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8529         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
8530         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
8531         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
8532         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
8533         (gst_ogg_demux_change_state), (gst_ogg_print):
8534         Reorganize code to send the right disconts when in streaming
8535         mode.
8536
8537 2005-07-20  Andy Wingo  <wingo@pobox.com>
8538
8539         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
8540         fix (?), fixes a seggie mcfalterson (#310894).
8541
8542 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8543
8544         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
8545         (gst_ogg_mux_set_header_on_caps):
8546         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
8547         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8548         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
8549         * gst-libs/gst/audio/multichannel.c:
8550         (gst_audio_set_channel_positions),
8551         (gst_audio_set_structure_channel_positions_list):
8552         * gst/playback/gstdecodebin.c: (dynamic_create):
8553         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
8554         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8555           Fixes for API changes in core.
8556
8557 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8558
8559         * gst/playback/gstplaybasebin.c: (fill_buffer):
8560           Use _new_custom() so we can set custom message types for buffering
8561           messages.
8562
8563 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8564
8565         * configure.ac:
8566         * gst-libs/gst/Makefile.am:
8567         * gst-libs/gst/gconf/.cvsignore:
8568         * gst-libs/gst/gconf/Makefile.am:
8569         * gst-libs/gst/gconf/test-gconf.c:
8570         * pkgconfig/Makefile.am:
8571         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
8572         * pkgconfig/gstreamer-gconf.pc.in:
8573           Remove gconf stuff, use gconf elements instead from now on.
8574
8575 2005-07-20  Wim Taymans  <wim@fluendo.com>
8576
8577         * gst-libs/gst/audio/TODO:
8578         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
8579         (gst_audio_clock_get_internal_time):
8580         * gst-libs/gst/audio/gstaudioclock.h:
8581         * gst-libs/gst/audio/gstbaseaudiosink.c:
8582         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
8583         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
8584         (gst_base_audio_sink_render),
8585         (gst_base_audio_sink_create_ringbuffer),
8586         (gst_base_audio_sink_change_state):
8587         Make sure the audio clock always returns an increasing value.
8588
8589 2005-07-19  Andy Wingo  <wingo@pobox.com>
8590
8591         * gst/videotestsrc/: Cleanups.
8592
8593 2005-07-19  Wim Taymans  <wim@fluendo.com>
8594
8595         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
8596         Better debugging.
8597
8598 2005-07-19  Wim Taymans  <wim@fluendo.com>
8599
8600         * examples/seeking/seek.c: (make_dv_pipeline),
8601         (make_vorbis_theora_pipeline), (query_rates),
8602         (query_positions_elems), (query_positions_pads), (do_seek):
8603         Make correct DV pipeline.
8604
8605 2005-07-18  Andy Wingo  <wingo@pobox.com>
8606
8607         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
8608         default. Also because it's the only thing that really works. (This
8609         is used in the GConf elements).
8610         Use AS_LIBTOOL_TAGS.
8611
8612 2005-07-18  Wim Taymans  <wim@fluendo.com>
8613
8614         * gst/playback/gstdecodebin.c: (remove_element_chain):
8615         * gst/playback/gstplaybin.c: (add_sink):
8616         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
8617         (gst_stream_info_set_mute):
8618         * gst/playback/gststreamselector.c:
8619         (gst_stream_selector_get_linked_pad),
8620         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
8621         More leak and compile fixes.
8622
8623 2005-07-18  Wim Taymans  <wim@fluendo.com>
8624
8625         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8626         (query_rates), (query_positions_elems), (query_positions_pads),
8627         (do_seek), (seek_cb), (stop_seek):
8628         Updated seek example. 
8629
8630         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
8631         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
8632         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
8633         * gst/playback/gstplaybin.c: (add_sink):
8634         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
8635         (gst_stream_info_set_mute):
8636         Some refcount leak fixes.
8637
8638 2005-07-16  Wim Taymans  <wim@fluendo.com>
8639
8640         * gst-libs/gst/audio/gstbaseaudiosink.c:
8641         (gst_base_audio_sink_render):
8642         Align samples even if we have roundoff errors in the 
8643         timestamp conversion.
8644
8645 2005-07-16  Wim Taymans  <wim@fluendo.com>
8646
8647         * docs/libs/tmpl/gstringbuffer.sgml:
8648         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8649         (query_rates), (query_positions_elems), (query_positions_pads),
8650         (update_scale), (do_seek):
8651         Updated seek example.
8652
8653         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8654         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
8655         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
8656         (gst_ogg_demux_loop):
8657         Push out correct discont values.
8658
8659         * ext/theora/theoradec.c: (theora_dec_src_convert),
8660         (theora_dec_sink_convert), (theora_dec_src_getcaps),
8661         (theora_dec_sink_event), (theora_handle_type_packet),
8662         (theora_handle_header_packet), (theora_dec_push),
8663         (theora_handle_data_packet), (theora_dec_chain),
8664         (theora_dec_change_state):
8665         Better timestamping.
8666
8667         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8668         (vorbis_dec_sink_event), (vorbis_dec_push),
8669         (vorbis_handle_data_packet), (vorbis_dec_chain):
8670         * ext/vorbis/vorbisdec.h:
8671         Better timestamping.
8672
8673         * gst-libs/gst/audio/gstbaseaudiosink.c:
8674         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
8675         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
8676         Handle syncing on timestamps instead of sample offsets. Make
8677         use of DISCONT values as described in design docs.
8678
8679         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8680         (gst_base_audio_src_get_time):
8681         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
8682         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
8683         (gst_ring_buffer_read):
8684         * gst-libs/gst/audio/gstringbuffer.h:
8685         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
8686         (gst_ximagesink_show_frame):
8687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
8688         Correcly convert buffer timestamp to stream time.
8689
8690 2005-07-16  Wim Taymans  <wim@fluendo.com>
8691
8692         * gst/audioconvert/gstaudioconvert.c:
8693         (gst_audio_convert_get_buffer):
8694         Timestamp buffers correctly.
8695
8696         * gst/playback/gstplaybin.c: (gen_video_element):
8697         Make internal fakesink silent.
8698
8699 2005-07-15  Wim Taymans  <wim@fluendo.com>
8700
8701         * gst/ffmpegcolorspace/Makefile.am:
8702         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8703         (gst_ffmpegcsp_caps_remove_format_info),
8704         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
8705         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
8706         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
8707         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
8708         Ported ffmpegcolorspace to basetransform.
8709
8710         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
8711         * gst/volume/gstvolume.c: (volume_transform):
8712         Ported to new API.
8713
8714 2005-07-14  Wim Taymans  <wim@fluendo.com>
8715
8716         * gst/videotestsrc/Makefile.am:
8717         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
8718         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
8719         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
8720         (gst_videotestsrc_init), (gst_videotestsrc_event),
8721         (gst_videotestsrc_create), (gst_videotestsrc_start),
8722         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
8723         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
8724         (gst_videotestsrc_get_property):
8725         * gst/videotestsrc/gstvideotestsrc.h:
8726         Make videotestsrc a pushsrc.
8727
8728 2005-07-14  Wim Taymans  <wim@fluendo.com>
8729
8730         * gst/tcp/gstfdset.c: (gst_fdset_free):
8731         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
8732         (gst_multifdsink_add), (gst_multifdsink_remove),
8733         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
8734         (gst_multifdsink_remove_client_link),
8735         (gst_multifdsink_client_queue_data),
8736         (gst_multifdsink_client_queue_caps),
8737         (gst_multifdsink_client_queue_buffer),
8738         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
8739         (gst_multifdsink_stop):
8740         * gst/tcp/gstmultifdsink.h:
8741         0.8 backporting.
8742
8743         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
8744         Also draw image when not from a pool.
8745
8746 2005-07-14  Wim Taymans  <wim@fluendo.com>
8747
8748         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
8749         (mute_stream), (silence_stream):
8750         Small debug additions.
8751
8752 2005-07-14  Wim Taymans  <wim@fluendo.com>
8753
8754         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
8755         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
8756         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
8757         Better error recovery, ignore unconnected pads and
8758         non-fatal errors.
8759
8760 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8761
8762         * docs/libs/tmpl/gstaudio.sgml:
8763         * docs/libs/tmpl/gstcolorbalance.sgml:
8764         * docs/libs/tmpl/gstgconf.sgml:
8765         * docs/libs/tmpl/gstmixer.sgml:
8766         * docs/libs/tmpl/gstringbuffer.sgml:
8767         * docs/libs/tmpl/gsttuner.sgml:
8768         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8769         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
8770         (gst_tcpclientsrc_class_init):
8771         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
8772         (gst_tcpserversrc_class_init):
8773         * sys/v4l/gstv4lelement.c:
8774           more autistic cleanliness in functions/names/defines
8775
8776 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8777
8778         * configure.ac:
8779           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
8780           added manually to each Makefile.am so we are sure it goes
8781           *last* and doesn't add -L flags before linking in libs of our
8782           own, like, say, internal .la libs, that then accidentally pick
8783           up the installed copy.
8784         * docs/libs/Makefile.am:
8785         * ext/alsa/Makefile.am:
8786         * ext/cdparanoia/Makefile.am:
8787         * ext/gnomevfs/Makefile.am:
8788         * ext/libvisual/Makefile.am:
8789         * ext/ogg/Makefile.am:
8790         * ext/theora/Makefile.am:
8791         * ext/vorbis/Makefile.am:
8792         * gst-libs/gst/video/Makefile.am:
8793         * gst/adder/Makefile.am:
8794         * gst/audioconvert/Makefile.am:
8795         * gst/audiorate/Makefile.am:
8796         * gst/audioscale/Makefile.am:
8797         * gst/ffmpegcolorspace/Makefile.am:
8798         * gst/playback/Makefile.am:
8799         * gst/sine/Makefile.am:
8800         * gst/subparse/Makefile.am:
8801         * gst/tags/Makefile.am:
8802         * gst/tcp/Makefile.am:
8803         * gst/typefind/Makefile.am:
8804         * gst/videorate/Makefile.am:
8805         * gst/videoscale/Makefile.am:
8806         * gst/videotestsrc/Makefile.am:
8807         * gst/volume/Makefile.am:
8808         * sys/v4l/Makefile.am:
8809         * sys/ximage/Makefile.am:
8810         * sys/xvimage/Makefile.am:
8811           adapt properly to this change. This should make sure that
8812           plugins and libs properly link to the as-yet-uninstalled
8813           copies of stuff like libgstinterfaces and libgstvideo
8814
8815 2005-07-13  Andy Wingo  <wingo@pobox.com>
8816
8817         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
8818         (gst_v4lsrc_fixate): Fixate on format as well.
8819
8820         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
8821         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
8822         buffer points to it.
8823         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
8824         rather just doing X calls ourselves. Also fixes a memleak.
8825
8826 2005-07-12  Andy Wingo  <wingo@pobox.com>
8827
8828         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
8829         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
8830         (gst_v4lsrc_create): Re-add the copy-mode property, default to
8831         TRUE to avoid deadlocks if an element holds on to our buffers.
8832
8833 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8834
8835         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8836         (gst_sinesrc_init), (gst_sinesrc_create),
8837         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
8838         (gst_sinesrc_start):
8839         * gst/sine/gstsinesrc.h:
8840           removing num-buffers property before moving it
8841
8842 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8843
8844         * configure.ac:
8845           use overridable ERROR_CFLAGS
8846         * docs/libs/gst-plugins-base-libs.types:
8847         * docs/libs/tmpl/gstringbuffer.sgml:
8848         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
8849         (gst_alsasink_class_init):
8850         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
8851         (gst_alsasrc_class_init):
8852         * gst-libs/gst/audio/audio.h:
8853         * gst-libs/gst/audio/gstaudioclock.h:
8854         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
8855         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
8856         (gst_audio_filter_link), (gst_audio_filter_init),
8857         (gst_audio_filter_chain), (gst_audio_filter_set_property),
8858         (gst_audio_filter_get_property),
8859         (gst_audio_filter_class_add_pad_templates):
8860         * gst-libs/gst/audio/gstaudiofilter.h:
8861         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8862         (gst_audio_filter_template_get_type),
8863         (gst_audio_filter_template_base_init),
8864         (gst_audio_filter_template_class_init),
8865         (gst_audio_filter_template_init),
8866         (gst_audio_filter_template_set_property),
8867         (gst_audio_filter_template_get_property), (plugin_init),
8868         (gst_audio_filter_template_setup),
8869         (gst_audio_filter_template_filter),
8870         (gst_audio_filter_template_filter_inplace):
8871         * gst-libs/gst/audio/gstaudiosink.c:
8872         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8873         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
8874         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
8875         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
8876         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
8877         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
8878         * gst-libs/gst/audio/gstaudiosink.h:
8879         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
8880         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
8881         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8882         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
8883         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
8884         (gst_audio_src_class_init), (gst_audio_src_init),
8885         (gst_audio_src_create_ringbuffer):
8886         * gst-libs/gst/audio/gstaudiosrc.h:
8887         * gst-libs/gst/audio/gstbaseaudiosink.c:
8888         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
8889         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
8890         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
8891         (gst_base_audio_sink_set_property),
8892         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
8893         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
8894         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
8895         (gst_base_audio_sink_create_ringbuffer),
8896         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
8897         * gst-libs/gst/audio/gstbaseaudiosink.h:
8898         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8899         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
8900         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
8901         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
8902         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
8903         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
8904         (gst_base_audio_src_event), (gst_base_audio_src_create),
8905         (gst_base_audio_src_create_ringbuffer),
8906         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
8907         * gst-libs/gst/audio/gstbaseaudiosrc.h:
8908         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
8909         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
8910         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
8911         (gst_ring_buffer_debug_spec_caps),
8912         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
8913         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
8914         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
8915         (gst_ring_buffer_start), (gst_ring_buffer_pause),
8916         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
8917         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
8918         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
8919         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
8920         (gst_ring_buffer_clear):
8921         * gst-libs/gst/audio/gstringbuffer.h:
8922         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
8923         (gst_video_sink_class_init), (gst_video_sink_get_type):
8924         * gst-libs/gst/video/videosink.h:
8925         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
8926         (gst_multifdsink_class_init),
8927         (gst_multifdsink_handle_client_write),
8928         (gst_multifdsink_change_state):
8929         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
8930         (gst_tcpclientsink_setcaps):
8931         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
8932         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
8933         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
8934         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
8935         (gst_ximagesink_send_pending_navigation),
8936         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
8937         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
8938         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
8939         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
8940         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
8941         (gst_xvimagesink_send_pending_navigation),
8942         (gst_xvimagesink_navigation_send_event),
8943         (gst_xvimagesink_set_xwindow_id),
8944         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
8945         (gst_xvimagesink_get_type):
8946         more macro splitting
8947
8948 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8949
8950         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
8951           plug a memleak, allows me to import 1479 albums in one go
8952           in jamboree
8953         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8954         (vorbis_handle_type_packet), (vorbis_dec_chain),
8955         (vorbis_dec_change_state):
8956           fix some format strings
8957
8958 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8959
8960         * docs/libs/tmpl/gstcolorbalance.sgml:
8961         * docs/libs/tmpl/gstmixer.sgml:
8962         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
8963         (gst_alsasink_set_property), (gst_alsasink_get_property):
8964         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
8965         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
8966           add device property
8967
8968 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8969
8970         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8971         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
8972         (audiocast_register_listener), (audiocast_thread_run),
8973         (gst_gnomevfssrc_send_additional_headers_callback),
8974         (gst_gnomevfssrc_received_headers_callback),
8975         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
8976         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
8977         (gst_gnomevfssrc_get_size):
8978           add/clean up debugging
8979         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
8980           cleanups
8981
8982 2005-07-07  Andy Wingo  <wingo@pobox.com>
8983
8984         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
8985         framerate. Need to get a handle on when exactly this function is
8986         called, tho.
8987
8988         * sys/v4l/v4lsrc_calls.h:
8989         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
8990         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
8991         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
8992
8993         * sys/v4l/v4l_calls.h: Cast to V4lElement.
8994         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
8995         v4lelements are sources.
8996
8997         * sys/v4l/gstv4lxoverlay.h:
8998         * sys/v4l/gstv4lxoverlay.c:
8999         * sys/v4l/gstv4ltuner.h:
9000         * sys/v4l/gstv4ltuner.c: Header loc fixen.
9001         
9002         * sys/v4l/gstv4lsrc.h:
9003         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
9004         PushSrc/BaseSrc. Removed most sync-related properties, videorate
9005         or something should handle that. Made a live source.
9006
9007         * sys/v4l/gstv4lelement.h:
9008         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
9009         signals. Some cleanups.
9010
9011         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
9012
9013         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
9014         stuff.
9015
9016         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
9017         stuff.
9018
9019         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
9020
9021 2005-07-07  Wim Taymans  <wim@fluendo.com>
9022
9023         * ext/theora/theoradec.c: (theora_get_query_types),
9024         (theora_dec_src_getcaps), (theora_dec_push):
9025         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
9026         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
9027         Remove deprecated/unused query types.
9028
9029 2005-07-06  Wim Taymans  <wim@fluendo.com>
9030
9031         * ext/alsa/Makefile.am:
9032         * ext/alsa/gstalsaplugin.c: (plugin_init):
9033         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9034         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
9035         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
9036         (gst_alsasrc_class_init), (gst_alsasrc_init),
9037         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
9038         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
9039         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
9040         (gst_alsasrc_reset):
9041         * ext/alsa/gstalsasrc.h:
9042         * gst-libs/gst/audio/Makefile.am:
9043         * gst-libs/gst/audio/gstaudiosink.c:
9044         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9045         (gst_audioringbuffer_start):
9046         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
9047         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
9048         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
9049         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
9050         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
9051         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
9052         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
9053         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
9054         * gst-libs/gst/audio/gstaudiosrc.h:
9055         * gst-libs/gst/audio/gstbaseaudiosink.c:
9056         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
9057         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
9058         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
9059         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9060         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
9061         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
9062         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
9063         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
9064         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
9065         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
9066         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
9067         (gst_baseaudiosrc_change_state):
9068         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9069         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
9070         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
9071         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
9072         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
9073         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
9074         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
9075         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
9076         * gst-libs/gst/audio/gstringbuffer.h:
9077         Added audiosource base classes.
9078         Ported alsasrc, still very basic.
9079
9080 2005-07-06  Wim Taymans  <wim@fluendo.com>
9081
9082         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
9083         (theora_dec_push), (theora_handle_data_packet):
9084         Prepare for better timestamp fix later.
9085
9086         * gst/audioconvert/gstaudioconvert.c:
9087         List most accurate caps first
9088
9089         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
9090         Use proper pad task function.
9091
9092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9093         (gst_xvimagesink_show_frame):
9094         Fix deadlock when alloc failed.
9095
9096 2005-07-05  Andy Wingo  <wingo@pobox.com>
9097
9098         * ext/gnomevfs/gstgnomevfssrc.c:
9099         * gst/sine/gstsinesrc.c:
9100         * gst/tcp/gsttcpserversrc.c:
9101         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
9102
9103         * sys/v4l/: Port from 0.8.
9104
9105         * Many files: Null if we got it....
9106
9107 2005-07-05  Andy Wingo  <wingo@pobox.com>
9108
9109         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
9110         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
9111         Signedness fixes.
9112
9113 2005-07-05  Wim Taymans  <wim@fluendo.com>
9114
9115         * configure.ac:
9116         * gst/tcp/Makefile.am:
9117         * gst/tcp/README:
9118         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
9119         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
9120         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
9121         (is_sync_frame), (gst_multifdsink_handle_client_write),
9122         (gst_multifdsink_render), (gst_multifdsink_start),
9123         (gst_multifdsink_stop), (gst_multifdsink_change_state):
9124         * gst/tcp/gstmultifdsink.h:
9125         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
9126         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
9127         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
9128         * gst/tcp/gsttcp.h:
9129         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
9130         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
9131         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
9132         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
9133         * gst/tcp/gsttcpclientsink.h:
9134         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
9135         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
9136         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
9137         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
9138         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
9139         * gst/tcp/gsttcpclientsrc.h:
9140         * gst/tcp/gsttcpplugin.c: (plugin_init):
9141         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
9142         * gst/tcp/gsttcpserversink.h:
9143         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
9144         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
9145         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
9146         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
9147         (gst_tcpserversrc_stop):
9148         * gst/tcp/gsttcpserversrc.h:
9149         * gst/tcp/gsttcpsink.c:
9150         * gst/tcp/gsttcpsink.h:
9151         * gst/tcp/gsttcpsrc.c:
9152         * gst/tcp/gsttcpsrc.h:
9153         Ported tcp plugins to 0.9. 
9154         
9155
9156 2005-07-05  Andy Wingo  <wingo@pobox.com>
9157
9158         * gst/playback/gstplaybasebin.c (fill_buffer):
9159         message_new_application fixen.
9160
9161         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
9162         Style fix.
9163
9164 2005-07-04  Wim Taymans  <wim@fluendo.com>
9165
9166         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
9167         Set caps on output buffer.
9168
9169 2005-07-04  Andy Wingo  <wingo@pobox.com>
9170
9171         * ext/gnomevfs/gstgnomevfssrc.c
9172         (gst_gnomevfssrc_received_headers_callback) 
9173         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
9174         hopefully.
9175
9176         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
9177         No refcount leakage.
9178
9179         * configure.ac: Enable -Werror.
9180         
9181         * ext/theora/theoradec.c (theora_dec_src_getcaps):
9182         * gst/audioconvert/bufferframesconvert.c
9183         (buffer_frames_convert_fixate):
9184         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
9185         (gst_audio_convert_fixate):
9186         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
9187         (gst_sinesrc_create): Fixate func changes.
9188         
9189         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9190         (gst_ximagesink_buffer_alloc): Unused var.
9191
9192 2005-07-01  Andy Wingo  <wingo@pobox.com>
9193
9194         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
9195         getcaps to do explicit caps. Needs to be done in all decoders,
9196         possibly via a base class.
9197
9198         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
9199
9200         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
9201         caps on the sink pad, just rely on the pad template. Also, setting
9202         ANY caps on a pad is not valid because the caps are not fixed.
9203
9204         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
9205         caps on the buffer, and get the width from the desired_caps if
9206         they're set.
9207         (gst_ximagesink_renegotiate_size): Implement via setting the
9208         desired_caps on the ximagesink.
9209         (gst_ximagesink_setcaps): Only reset the width of the player if it
9210         wasn't already set. Not sure if this is right.
9211         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
9212
9213         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
9214         that the user wants. NULL unless the window has been resized.
9215
9216         * gst/volume/gstvolume.c (volume_transform): Adapt to
9217         basetransform refcount changes.
9218         
9219 2005-07-01  Andy Wingo  <wingo@pobox.com>
9220
9221         * gst/videoscale/gstvideoscale.c:
9222         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
9223         from BaseTransform, implements a transform_caps. Removed dead code
9224         including some PAR stuff that was never reached -- should probably
9225         be added back somehow.
9226
9227 2005-07-01  Andy Wingo  <wingo@pobox.com>
9228
9229         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
9230         come later.
9231
9232 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9233
9234         * configure.ac:
9235         * docs/libs/Makefile.am:
9236         * docs/libs/gst-plugins-libs.types:
9237         * ext/alsa/Makefile.am:
9238         * ext/alsa/gstalsamixer.h:
9239         * ext/alsa/gstalsamixeroptions.h:
9240         * ext/alsa/gstalsamixertrack.h:
9241         * gst-libs/gst/Makefile.am:
9242         * gst-libs/gst/colorbalance/.cvsignore:
9243         * gst-libs/gst/colorbalance/Makefile.am:
9244         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
9245         * gst-libs/gst/colorbalance/colorbalance.c:
9246         * gst-libs/gst/colorbalance/colorbalance.h:
9247         * gst-libs/gst/colorbalance/colorbalance.vcproj:
9248         * gst-libs/gst/colorbalance/colorbalancechannel.c:
9249         * gst-libs/gst/colorbalance/colorbalancechannel.h:
9250         * gst-libs/gst/interfaces/Makefile.am:
9251         * gst-libs/gst/interfaces/colorbalance.c:
9252         (gst_color_balance_class_init):
9253         * gst-libs/gst/interfaces/colorbalance.h:
9254         * gst-libs/gst/interfaces/interfaces-marshal.list:
9255         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
9256         * gst-libs/gst/interfaces/mixer.h:
9257         * gst-libs/gst/interfaces/mixeroptions.h:
9258         * gst-libs/gst/interfaces/navigation.c:
9259         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
9260         * gst-libs/gst/interfaces/tuner.h:
9261         * gst/volume/Makefile.am:
9262         * gst/volume/gstvolume.c:
9263         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
9264         * sys/ximage/Makefile.am:
9265         * sys/ximage/ximagesink.c:
9266         * sys/xvimage/Makefile.am:
9267         * sys/xvimage/xvimagesink.c:
9268           fold in all interfaces into an interfaces dir, preserving CVS
9269           history
9270
9271 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9272
9273         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9274           Fix build after riff changes.
9275
9276 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9277
9278         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9279         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
9280         (gst_riff_create_video_template_caps),
9281         (gst_riff_create_audio_template_caps),
9282         (gst_riff_create_iavs_template_caps):
9283         * gst-libs/gst/riff/riff-media.h:
9284         * gst-libs/gst/riff/riff-read.h:
9285         * gst-libs/gst/riff/riff.c: (gst_riff_init):
9286           Add gst_riff_init() to initialize the debug category, instead
9287           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
9288
9289 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9290
9291         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
9292           Oops, I shouldn't apply hacks.
9293
9294 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9295
9296         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
9297           Remove pad_loop function which doesn't work.
9298
9299 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9300
9301         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
9302           Send EOS when deactivating.
9303         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9304         (check_queue), (queue_threshold_reached), (queue_out_of_data),
9305         (gen_preroll_element), (probe_triggered), (mute_stream),
9306         (silence_stream), (new_decoded_pad), (setup_substreams),
9307         (set_active_source):
9308         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
9309         (remove_sinks), (add_sink):
9310         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
9311           Change for new probe API.
9312
9313 2005-06-29  Wim Taymans  <wim@fluendo.com>
9314
9315         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
9316         * gst-libs/gst/audio/gstbaseaudiosink.c:
9317         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
9318         (gst_baseaudiosink_change_state):
9319         * gst-libs/gst/audio/gstbaseaudiosink.h:
9320         * gst-libs/gst/audio/gstringbuffer.c:
9321         (gst_ringbuffer_set_callback):
9322         Fix compilation error.
9323         Ringbuffer starts out as not running.
9324         Free our clock in dispose.
9325         When releasing the ringbuffer we need to renegotiate so
9326         clear the pad caps.
9327
9328 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9329
9330         * autogen.sh:
9331         * configure.ac:
9332         * docs/Makefile.am:
9333         * docs/libs/Makefile.am:
9334         * docs/libs/gst-plugins-libs-docs.sgml:
9335         * docs/libs/gst-plugins-libs-sections.txt:
9336         * docs/libs/gst-plugins-libs.types:
9337         * docs/libs/tmpl/gstaudio.sgml:
9338         * docs/libs/tmpl/gstcolorbalance.sgml:
9339         * docs/libs/tmpl/gstringbuffer.sgml:
9340         * gst-libs/gst/audio/gstringbuffer.c:
9341         (gst_ringbuffer_set_callback):
9342           reinstate gtk-doc docs for plugin libs
9343
9344 2005-06-28  Wim Taymans  <wim@fluendo.com>
9345
9346         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9347         (gst_ogg_demux_init):
9348         Removed pad loop function.
9349
9350 2005-06-28  Wim Taymans  <wim@fluendo.com>
9351
9352         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
9353         If we're building a chain we are not in an error case
9354         when we queue a buffer.
9355
9356 2005-06-28  Andy Wingo  <wingo@pobox.com>
9357
9358         * *.c: Don't cast to GstObject before reffing/unreffing.
9359
9360 2005-06-27  Andy Wingo  <wingo@pobox.com>
9361
9362         * gst/videotestsrc/gstvideotestsrc.c
9363         (gst_videotestsrc_activate_push): Activation API changes.
9364
9365         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
9366         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
9367         they have refs on the decodebin.
9368
9369         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
9370         parent class.
9371         (gst_ogg_pad_typefind): Don't leak a pad ref.
9372         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
9373         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
9374         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
9375
9376 2005-06-27  Edward Hervey  <edward@fluendo.com>
9377
9378         * ext/theora/theoradec.c: (theora_dec_change_state): 
9379         re-arranged call to parent's state change in order to avoid locks (or
9380         worse).
9381
9382 2005-06-26  Edward Hervey  <edward@fluendo.com>
9383
9384         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9385         2nd argument of 'unknow-type' signal is a GstCaps and not a
9386         GstMiniObject
9387
9388 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
9389         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
9390           Set the worker thread's running flag to TRUE before starting the
9391           thread.
9392         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
9393           Catch a failure to add typefind to the bin.
9394
9395 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9396
9397         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9398         (gst_sinesrc_init), (gst_sinesrc_create),
9399         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
9400         (gst_sinesrc_start):
9401         * gst/sine/gstsinesrc.h:
9402           add num-buffers and timestamp-offset properties
9403         * gst/videotestsrc/gstvideotestsrc.c:
9404         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
9405         (gst_videotestsrc_get_property):
9406           add timestamp-offset property
9407
9408 2005-06-23  Christian Schaller  <uraeus@gnome.org>
9409
9410         * configure.ac: add videorate
9411         * gst-plugins-base.spec.in: add videorate
9412
9413 2005-06-23  Wim Taymans  <wim@fluendo.com>
9414
9415         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
9416         (gst_videorate_getcaps), (gst_videorate_setcaps),
9417         (gst_videorate_event), (gst_videorate_chain):
9418         Fixed videorate, fixating an already fixated caps is not
9419         an error.
9420
9421 2005-06-23  Wim Taymans  <wim@fluendo.com>
9422
9423         * ext/ogg/README:
9424         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
9425         Buffer on caps is not boxed anymore.
9426
9427 2005-06-22  Wim Taymans  <wim@fluendo.com>
9428
9429         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
9430         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
9431         Set buffers on caps as miniobjects and not as boxed.
9432
9433 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9434
9435         * configure.ac:
9436           back to HEAD
9437
9438 === release 0.9.1 ===
9439
9440 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9441
9442         * .cvsignore:
9443         * NEWS:
9444         * README:
9445         * RELEASE:
9446         * configure.ac:
9447         * po/af.po:
9448         * po/az.po:
9449         * po/cs.po:
9450         * po/en_GB.po:
9451         * po/hu.po:
9452         * po/it.po:
9453         * po/nb.po:
9454         * po/nl.po:
9455         * po/or.po:
9456         * po/sq.po:
9457         * po/sr.po:
9458         * po/sv.po:
9459         * po/uk.po:
9460         * po/vi.po:
9461           updates for release
9462
9463 2005-06-09  Andy Wingo  <wingo@pobox.com>
9464
9465         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
9466         
9467 2005-06-09  Andy Wingo  <wingo@pobox.com>
9468
9469         * configure.ac:
9470         * gst-libs/gst/Makefile.am:
9471         * gst-libs/gst/net/Makefile.am:
9472         Add gstnet to build.
9473
9474 2005-06-09  Andy Wingo  <wingo@pobox.com>
9475
9476         * gst-libs/gst/gconf/gconf.c:
9477         * gst/playback/test.c:
9478         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
9479         fixes.
9480
9481         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
9482
9483         * ext/theora/theoraenc.c (theora_enc_chain): 
9484         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
9485
9486         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
9487         RealPad.
9488
9489 2005-06-02  Wim Taymans  <wim@fluendo.com>
9490
9491         * gst-libs/gst/net/Makefile.am:
9492         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
9493         * pkgconfig/gstreamer-libs.pc.in:
9494         Added net stuff, version net lib.
9495
9496 2005-06-02  Wim Taymans  <wim@fluendo.com>
9497
9498         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
9499         (query_rates), (query_positions_elems), (query_positions_pads),
9500         (do_seek):
9501         Updated seek example.
9502
9503 2005-06-02  Andy Wingo  <wingo@pobox.com>
9504
9505         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
9506         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
9507         list.
9508
9509         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
9510         remove the typefind, the bin dispose will do it for us. When it's
9511         removed and unreffed, the signal handler will be disconnected,
9512         too.
9513         (unlinked): It's too difficult to disconnect from unlinked
9514         handlers, as they are on pads not elements. Just punt if the pads
9515         aren't grandkids of the bin.
9516
9517 2005-06-02  Wim Taymans  <wim@fluendo.com>
9518
9519         * ext/ogg/README:
9520         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9521         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
9522         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
9523         * ext/theora/theoradec.c: (theora_dec_src_query),
9524         (theora_handle_data_packet):
9525         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9526         (theora_enc_chain):
9527         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9528         (vorbis_handle_data_packet):
9529         * gst/audioconvert/bufferframesconvert.c:
9530         (buffer_frames_convert_chain):
9531         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9532         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9533         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9534         (gst_ffmpegcsp_chain):
9535         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
9536         (gst_videorate_getcaps), (gst_videorate_setcaps),
9537         (gst_videorate_event), (gst_videorate_chain):
9538         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
9539         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
9540         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9541         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
9542         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9543         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
9544         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
9545         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
9546         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
9547         Cleanups and buffer alloc.
9548
9549 2005-05-31  Wim Taymans  <wim@fluendo.com>
9550
9551         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
9552         Don't try to call the delay method when the device is not
9553         opened.
9554
9555 2005-05-31  Wim Taymans  <wim@fluendo.com>
9556
9557         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
9558         Get actual segment size and buffer size after opening
9559         the device.
9560
9561 2005-05-30  Wim Taymans  <wim@fluendo.com>
9562
9563         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
9564         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
9565         Also FLUSH upstream, makes the loop function exit faster.
9566         
9567         * ext/theora/theoradec.c: (theora_dec_src_query):
9568         Some more debug info in the query.
9569         
9570         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9571         (gst_ximagesink_setcaps):
9572         Release lock on par error, better error reporting.
9573
9574 2005-05-26  Wim Taymans  <wim@fluendo.com>
9575
9576         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9577         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
9578         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
9579         Clear chains in READY
9580         Queue packets until the chain is activated.
9581
9582 2005-05-25  Wim Taymans  <wim@fluendo.com>
9583
9584         * gst-libs/gst/audio/gstaudiosink.c:
9585         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9586         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9587         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9588         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9589         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9590         (gst_audiosink_create_ringbuffer):
9591         * gst-libs/gst/audio/gstbaseaudiosink.c:
9592         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
9593         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
9594         (gst_baseaudiosink_set_property), (build_linear_format),
9595         (debug_spec_caps), (debug_spec_buffer),
9596         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
9597         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
9598         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
9599         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9600         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9601         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9602         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
9603         (gst_ringbuffer_play), (gst_ringbuffer_pause),
9604         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
9605         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
9606         (wait_segment), (gst_ringbuffer_commit),
9607         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
9608         (gst_ringbuffer_clear):
9609         Various small cleanups.
9610
9611         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9612         (gst_audio_convert_change_state):
9613         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
9614         No need to take the locks anymore.
9615
9616 2005-05-25  Wim Taymans  <wim@fluendo.com>
9617
9618         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9619         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
9620         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
9621         (type_found):
9622         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
9623         (group_destroy), (group_commit), (queue_overrun),
9624         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
9625         (mute_stream), (new_decoded_pad), (setup_substreams),
9626         (setup_source), (mute_group_type), (set_active_source),
9627         (gst_play_base_bin_change_state):
9628         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
9629         (gen_video_element), (gen_text_element), (gen_audio_element),
9630         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
9631         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
9632         (gst_stream_info_dispose), (gst_stream_info_set_mute):
9633         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9634         Some playbin cleanups mostly refcounting sloppyness.
9635
9636 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9637
9638         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
9639           Work with streaming input.
9640
9641 2005-05-25  Wim Taymans  <wim@fluendo.com>
9642
9643         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9644         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9645         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9646         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
9647         No need to take the STREAM lock anymore.
9648
9649 2005-05-25  Wim Taymans  <wim@fluendo.com>
9650
9651         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
9652         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
9653         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
9654         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
9655         (gst_ogg_demux_sink_activate):
9656         * ext/theora/theoradec.c: (theora_dec_src_event),
9657         (theora_handle_comment_packet), (theora_dec_chain),
9658         (theora_dec_change_state):
9659         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9660         (vorbis_handle_data_packet), (vorbis_dec_chain),
9661         (vorbis_dec_change_state):
9662         Remove STREAM locks as they are taken in core now.
9663         Never set bogus granulepos on vorbis/theora.
9664         Fix leaks in theoradec tag parsing.
9665
9666 2005-05-25  Wim Taymans  <wim@fluendo.com>
9667
9668         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
9669         Fix memleaks, GST_BUFFER_DATA() is not freed.
9670
9671 2005-05-25  Wim Taymans  <wim@fluendo.com>
9672
9673         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9674         Open non-blocking, set to blocking mode afterwards to avoid
9675         lockups when audio device is busy.
9676
9677 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9678
9679         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
9680           This can't be good.
9681
9682 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9683
9684         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9685         (gst_audio_convert_chain), (gst_audio_convert_link_src),
9686         (gst_audio_convert_setcaps):
9687           Implement instant setup switching.
9688
9689 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9690
9691         * gst/playback/gstplaybasebin.c: (probe_triggered):
9692           Fix missing unlock.
9693         * gst/playback/gstplaybin.c: (add_sink):
9694           First add, then link (otherwise pad link fails).
9695
9696 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9697
9698         * examples/Makefile.am:
9699         fix buildbot (make distcheck)
9700
9701 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9702
9703         * gst/playback/gstplaybin.c: (gen_vis_element):
9704           Remove some wrong code. Doesn't work yet.
9705
9706 2005-05-19  Wim Taymans  <wim@fluendo.com>
9707
9708         * gst-libs/gst/net/Makefile.am:
9709         * gst-libs/gst/net/README:
9710         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
9711         (gst_netbuffer_class_init), (gst_netbuffer_init),
9712         (gst_netbuffer_finalize), (gst_netbuffer_copy),
9713         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
9714         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
9715         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
9716         * gst-libs/gst/net/gstnetbuffer.h:
9717         Added buffer subclass to store extra to/from addresses for
9718         network sources/sinks.
9719
9720 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9721
9722         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
9723           Don't lock an unassigned variable.
9724
9725 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9726
9727         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
9728           Increase buffer for video, decrease buffer for other media types.
9729         * gst/playback/gstplaybin.c: (gen_video_element),
9730         (gen_audio_element):
9731           Change names for debugging purposes.
9732
9733 2005-05-18  Wim Taymans  <wim@fluendo.com>
9734
9735         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9736         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9737         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9738         (gst_ffmpegcsp_chain):
9739         Enable buffer alloc passthrough if the source and dest
9740         formats are the same.
9741
9742 2005-05-17  Wim Taymans  <wim@fluendo.com>
9743
9744         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
9745         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
9746         (gst_ogg_demux_chain_unlocked):
9747         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9748         (gst_audio_convert_caps_remove_format_info),
9749         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
9750         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
9751         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9752         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9753         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
9754         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
9755         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9756         (gst_ffmpegcsp_get_property):
9757         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9758         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
9759         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
9760         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
9761         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
9762         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
9763         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
9764         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
9765         Leak fixes in oggdemux.
9766         Some cleanups in audioconvert.
9767         Make passthrough work along with buffer_alloc etc.
9768         Make buffer_alloc and buffer recycling actually work in
9769         xvimagesink.
9770
9771 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9772
9773         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
9774           make the compiler happy
9775
9776 2005-05-17  Wim Taymans  <wim@fluendo.com>
9777
9778         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9779         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
9780         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
9781         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
9782         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
9783         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
9784         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
9785         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
9786         (gst_xvimagesink_set_xwindow_id):
9787         * sys/xvimage/xvimagesink.h:
9788         Port xvimagesink to new MiniObject.
9789
9790 2005-05-17  Wim Taymans  <wim@fluendo.com>
9791
9792         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
9793         (gst_audiofilter_chain):
9794         * gst-libs/gst/audio/gstaudiosink.c:
9795         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9796         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9797         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9798         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9799         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9800         (gst_audiosink_create_ringbuffer):
9801         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9802         (gst_audio_convert_caps_remove_format_info),
9803         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
9804         (gst_audio_convert_fixate), (gst_audio_convert_channels):
9805         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9806         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9807         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
9808         Fix passthrough in ffmpegcolorspace.
9809         Fix memset in audiosink on wrong memory.
9810
9811 2005-05-16  David Schleef  <ds@schleef.org>
9812
9813         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
9814         to GstMiniObject.
9815
9816 2005-05-16  David Schleef  <ds@schleef.org>
9817
9818         Port from GstData to GstMiniObject.
9819         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9820         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
9821         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
9822         (gst_ogg_mux_collected):
9823         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9824         * ext/theora/theoradec.c: (theora_handle_comment_packet),
9825         (theora_handle_data_packet):
9826         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9827         (theora_set_header_on_caps), (theora_enc_chain):
9828         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9829         (vorbis_handle_comment_packet):
9830         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
9831         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
9832         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
9833         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
9834         * gst/audioconvert/gstaudioconvert.c:
9835         (gst_audio_convert_get_buffer):
9836         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9837         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
9838         (mute_stream), (silence_stream):
9839         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9840         * gst/volume/gstvolume.c: (volume_transform):
9841         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9842         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
9843         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
9844         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
9845         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
9846         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
9847         (gst_ximagesink_buffer_alloc):
9848         * sys/ximage/ximagesink.h:
9849
9850 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9851
9852         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9853         (fill_buffer), (check_queue), (queue_threshold_reached),
9854         (queue_out_of_data):
9855         * gst/playback/gstplaybasebin.h:
9856           Post buffer-fullness on the bus.
9857
9858 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9859
9860         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9861         (try_to_link_1):
9862         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9863         (group_commit), (probe_triggered), (setup_source),
9864         (gst_play_base_bin_change_state):
9865         * gst/playback/gstplaybasebin.h:
9866         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9867         (gst_play_bin_init), (remove_sinks), (setup_sinks),
9868         (gst_play_bin_change_state):
9869           Move setup_output_pads into a virtual function, remove
9870           group-switch (no longer needed) and redirect (handled by bus
9871           now) signals.
9872
9873 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9874
9875         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
9876         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
9877         (get_active_group), (get_building_group), (group_destroy),
9878         (group_commit), (check_queue), (queue_overrun),
9879         (queue_threshold_reached), (queue_out_of_data),
9880         (gen_preroll_element), (remove_groups), (unknown_type),
9881         (add_element_stream), (no_more_pads), (probe_triggered),
9882         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
9883         (setup_substreams), (setup_source), (finish_source),
9884         (prepare_output), (muted_group_change_state),
9885         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
9886         (gst_play_base_bin_change_state):
9887         * gst/playback/gstplaybasebin.h:
9888         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9889         (gst_play_bin_init), (gst_play_bin_set_property),
9890         (gen_video_element), (gen_text_element), (gen_audio_element),
9891         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
9892         (gst_play_bin_change_state):
9893         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9894         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
9895         (stream_info_change_state), (gst_stream_info_set_mute),
9896         (gst_stream_info_get_property):
9897         * gst/playback/gststreaminfo.h:
9898         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
9899         (gst_stream_selector_get_linked_pad),
9900         (gst_stream_selector_getcaps),
9901         (gst_stream_selector_get_linked_pads),
9902         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9903         * gst/playback/gststreamselector.h:
9904           Rough port of playbin. Needs some more work, but is mostly done,
9905           and uses a few locks in important places, which should make stuff
9906           like chain-switches clean. Still uses GST_STATE() in a few places,
9907           which isn't all that good an idea, subtitles/elements disabled
9908           because no elements to test with and thus probably broken, query
9909           and event handling moved to GstBin, internal thread removed
9910           alltogether because the pipeline does that for us now. Can play
9911           Ogg/Vorbis files. Haven't tested anything else yet.
9912
9913 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9914
9915         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
9916           Do no-more-pads (needed for autoplugging).
9917
9918 2005-05-10  Andy Wingo  <wingo@pobox.com>
9919
9920         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
9921         message to the bus with the tags. Still not sent downstream tho.
9922
9923         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
9924         get_parent.
9925         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
9926         avoid refcounting hassles.
9927
9928 2005-05-09  Andy Wingo  <wingo@pobox.com>
9929
9930         * gst/volume/Makefile.am:
9931         * gst/volume/demo.c
9932         * gst/volume/gstvolume.h
9933         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
9934         basetransform. Probably need an audio filter base class.
9935
9936 2005-05-09  Wim Taymans  <wim@fluendo.com>
9937
9938         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
9939         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
9940         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
9941         (gst_vorbisenc_chain):
9942         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9943         (gst_audio_convert_caps_remove_format_info),
9944         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
9945         (gst_audio_convert_fixate), (gst_audio_convert_channels):
9946         Make caps writable before writing to it.
9947         Fix negotiation in audioconvert some more.
9948
9949 2005-05-09  Wim Taymans  <wim@fluendo.com>
9950
9951         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
9952         (gst_videorate_getcaps), (gst_videorate_setcaps),
9953         (gst_videorate_event), (gst_videorate_chain):
9954         Better negotiation.
9955
9956 2005-05-09  Wim Taymans  <wim@fluendo.com>
9957
9958         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
9959         (gst_videorate_getcaps), (gst_videorate_setcaps),
9960         (gst_videorate_blank_data), (gst_videorate_init),
9961         (gst_videorate_event), (gst_videorate_chain),
9962         (gst_videorate_change_state):
9963         Port videorate, do a better job at negotiation while we're at
9964         it.
9965
9966 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
9967
9968         * configure.ac:
9969           Disable libvisual
9970
9971         * examples/Makefile.am:
9972         * gst-libs/gst/audio/Makefile.am:
9973         * gst-libs/gst/riff/Makefile.am:
9974         * gst-libs/gst/tag/Makefile.am:
9975         * gst-libs/gst/video/Makefile.am:
9976           Fixups for missing variables.
9977
9978 2005-05-09  Wim Taymans  <wim@fluendo.com>
9979
9980         * examples/seeking/seek.c: (make_theora_pipeline),
9981         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
9982         (query_rates), (query_positions_elems), (query_positions_pads),
9983         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
9984         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
9985         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
9986         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
9987         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
9988         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
9989         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
9990         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
9991         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
9992         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
9993         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
9994         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
9995         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9996         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
9997         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
9998         (theora_dec_src_convert), (theora_dec_sink_convert),
9999         (theora_dec_src_query), (theora_dec_sink_query),
10000         (theora_dec_src_event), (theora_dec_sink_event),
10001         (theora_handle_comment_packet), (theora_handle_type_packet),
10002         (theora_handle_header_packet), (theora_handle_data_packet),
10003         (theora_dec_chain):
10004         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
10005         (vorbis_dec_convert), (vorbis_dec_src_query),
10006         (vorbis_dec_sink_query), (vorbis_dec_src_event),
10007         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
10008         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
10009         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
10010         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
10011         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
10012         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
10013         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10014         (gst_play_bin_query):
10015         * gst/playback/test3.c: (update_scale):
10016         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
10017         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
10018         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10019         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
10020         (gst_videotestsrc_src_query):
10021         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
10022         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
10023         (paint_hline_YUV9):
10024         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
10025         Port to new query API.
10026         Updated seek.
10027         Cleanups in x[v]imagesink
10028
10029 2005-05-09  Andy Wingo  <wingo@pobox.com>
10030
10031         * ext/alsa/gstalsasink.h:
10032         * ext/gnomevfs/gstgnomevfssrc.c:
10033         (gst_gnomevfssrc_get_icy_metadata):
10034         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
10035         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
10036         * ext/theora/theoradec.c (theora_dec_src_query)
10037         (theora_dec_src_event, theora_dec_sink_event)
10038         (theora_handle_comment_packet, theora_handle_data_packet):
10039         * ext/theora/theoraenc.c (theora_enc_chain):
10040         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
10041         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
10042         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
10043         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
10044         (qt_type_find):
10045         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
10046         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
10047         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
10048         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
10049         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
10050         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
10051         (paint_setup_xBGR8888, paint_setup_RGBx8888)
10052         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
10053         (paint_setup_RGB565, paint_setup_xRGB1555):
10054         * gst/videotestsrc/videotestsrc.h:
10055         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
10056         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
10057         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
10058         GCC4 fixes.
10059         
10060         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
10061         gst_pad_query_position. Fixes oggdemux.
10062
10063 2005-05-08  David Schleef  <ds@schleef.org>
10064
10065         * configure.ac: Require liboil.
10066         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
10067         a few more.
10068         * gst/videotestsrc/videotestsrc.c:
10069         * gst/videotestsrc/videotestsrc.h:
10070
10071 2005-05-06  Wim Taymans  <wim@fluendo.com>
10072
10073         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10074         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
10075         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
10076         Well, unreffing a buffer right before pushing it is asking
10077         for trouble..
10078
10079 2005-05-06  Christian Schaller  <uraeus@gnome.org>
10080
10081         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
10082
10083 2005-05-06  Wim Taymans  <wim@fluendo.com>
10084
10085         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10086         (gst_audio_convert_caps_remove_format_info),
10087         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
10088         (gst_audio_convert_fixate), (gst_audio_convert_channels):
10089         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10090         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
10091         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
10092         * gst/sine/Makefile.am:
10093         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
10094         (gst_sinesrc_class_init), (gst_sinesrc_init),
10095         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
10096         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
10097         (gst_sinesrc_update_freq):
10098         * gst/sine/gstsinesrc.h:
10099         * gst/tcp/gstmultifdsink.c:
10100         * sys/xvimage/xvimagesink.c:
10101         Fixed negotiation wrt _peer_get_caps()
10102         Some cleanups.
10103
10104
10105 2005-05-06  Wim Taymans  <wim@fluendo.com>
10106
10107         * gst-libs/gst/audio/gstaudiosink.c:
10108         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10109         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10110         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10111         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10112         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10113         (gst_audiosink_create_ringbuffer):
10114         * gst-libs/gst/audio/gstbaseaudiosink.c:
10115         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
10116         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
10117         (gst_baseaudiosink_set_property), (build_linear_format),
10118         (debug_spec_caps), (debug_spec_buffer),
10119         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
10120         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
10121         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
10122         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10123         * gst-libs/gst/audio/gstbaseaudiosink.h:
10124         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10125         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10126         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
10127         (gst_ringbuffer_play), (gst_ringbuffer_pause),
10128         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
10129         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
10130         (wait_segment), (gst_ringbuffer_commit),
10131         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
10132         (gst_ringbuffer_clear):
10133         * gst-libs/gst/audio/gstringbuffer.h:
10134         Make the base audiosink return an error when there is no
10135         audiobuffer negotiated.
10136
10137 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10138
10139         * ext/Makefile.am:
10140         Disable cdparanoia until someone ports it!
10141
10142 2005-05-06  Wim Taymans  <wim@fluendo.com>
10143
10144         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10145         (gst_ogg_demux_sink_activate):
10146         And revert after wingo's revert.. sigh..
10147
10148 2005-05-05  Andy Wingo  <wingo@pobox.com>
10149
10150         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
10151         GObject.
10152         * configure.ac: Return audiorate and subparse from the ghetto.
10153         Re-enable -Wall -Werror.
10154         * gst/subparse/gstsubparse.c:
10155         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
10156         or chain-based. Cleaned up a bit. Not tested.
10157         
10158 2005-05-05  Christian Schaller <christian@fluendo.com> 
10159
10160         * Makefile.am: remove stuff that is not building
10161         * configure.ac: remove stuff that is not building
10162         * examples/Makefile.am: remove stuff that is not building
10163         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
10164         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
10165         * sys/Makefile.am: remove stuff that is not building
10166         * testsuite/Makefile.am: remove stuff that is not building
10167
10168 2005-05-05  Andy Wingo  <wingo@pobox.com>
10169
10170         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
10171         * gst-libs/gst/tag/gstvorbistag.c:
10172         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
10173         * gst/adder/gstadder.h:
10174         * gst/audioconvert/gstchannelmix.c:
10175         (gst_audio_convert_fill_one_other):
10176         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
10177         (gst_audiorate_init), (gst_audiorate_chain):
10178         * gst/playback/gstplaybasebin.c: (setup_source):
10179         * gst/playback/test3.c: (update_scale):
10180         Some GCC4 fixes
10181         
10182         * po/af.po:
10183         * po/az.po:
10184         * po/cs.po:
10185         * po/en_GB.po:
10186         * po/hu.po:
10187         * po/it.po:
10188         * po/nb.po:
10189         * po/nl.po:
10190         * po/or.po:
10191         * po/sq.po:
10192         * po/sr.po:
10193         * po/sv.po:
10194         * po/uk.po:
10195         * po/vi.po: Foo
10196
10197 2005-05-05  Wim Taymans  <wim@fluendo.com>
10198
10199         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10200         (gst_audio_convert_caps_remove_format_info),
10201         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
10202         (gst_audio_convert_change_state), (gst_audio_convert_channels):
10203         * gst/videotestsrc/gstvideotestsrc.c:
10204         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
10205         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
10206         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
10207         (gst_videotestsrc_init), (gst_videotestsrc_loop):
10208         Don't ignore _push() return values.
10209         Make sure no processing is done when shutting down.
10210         Videotestsrc pad activation fix.
10211
10212 2005-05-05  Wim Taymans  <wim@fluendo.com>
10213
10214         * gst/adder/Makefile.am:
10215         * gst/adder/gstadder.c: (gst_adder_setcaps),
10216         (gst_adder_class_init), (gst_adder_init),
10217         (gst_adder_request_new_pad), (gst_adder_collected),
10218         (gst_adder_change_state):
10219         * gst/adder/gstadder.h:
10220         Ported adder as an example of a mixer element using
10221         collect pads. Needs more negotiation work.
10222
10223 2005-05-05  Wim Taymans  <wim@fluendo.com>
10224
10225         * ext/theora/theoradec.c: (_inc_granulepos),
10226         (theora_dec_src_event), (theora_dec_sink_event),
10227         (theora_handle_comment_packet), (theora_handle_type_packet),
10228         (theora_handle_header_packet), (theora_handle_data_packet),
10229         (theora_dec_chain):
10230         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10231         (gst_theora_enc_init), (theora_enc_sink_setcaps),
10232         (theora_push_buffer), (theora_push_packet),
10233         (theora_enc_sink_event), (theora_enc_chain),
10234         (theora_enc_change_state), (theora_enc_set_property),
10235         (theora_enc_get_property):
10236         Added stream lock to decoder so that we can serialize
10237         the discont event.
10238         More theoraenc porting, recover from errors, do clean
10239         shutdown.
10240
10241 2005-05-05  Wim Taymans  <wim@fluendo.com>
10242
10243         * ext/ogg/Makefile.am:
10244         * ext/ogg/README:
10245         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10246         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
10247         (gst_ogg_print):
10248         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10249         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
10250         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
10251         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
10252         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
10253         (gst_ogg_mux_change_state):
10254         Ported ogg muxer.
10255
10256 2005-05-05  Wim Taymans  <wim@fluendo.com>
10257
10258         * docs/design-audiosinks.txt:
10259         * gst-libs/gst/audio/TODO:
10260         * gst-libs/gst/audio/gstaudiosink.c:
10261         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10262         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10263         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10264         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10265         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10266         (gst_audiosink_create_ringbuffer):
10267         * gst-libs/gst/audio/gstbaseaudiosink.c:
10268         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
10269         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
10270         (gst_baseaudiosink_set_property), (build_linear_format),
10271         (debug_spec_caps), (debug_spec_buffer),
10272         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
10273         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
10274         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
10275         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10276         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10277         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10278         (gst_ringbuffer_release), (gst_ringbuffer_play),
10279         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
10280         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
10281         (gst_ringbuffer_set_sample), (wait_segment),
10282         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
10283         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
10284         More work on the audiosink, mostly debugging and a race in
10285         shutdown.
10286
10287 2005-04-28  Wim Taymans  <wim@fluendo.com>
10288
10289         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10290         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
10291         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
10292         (vorbis_dec_src_query), (vorbis_dec_src_event),
10293         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
10294         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
10295         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
10296         Don't crap out when seeking back to position 0.
10297
10298 2005-04-28  Wim Taymans  <wim@fluendo.com>
10299
10300         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
10301         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
10302         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
10303         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
10304         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
10305         Make audio sink configurable, use alsasink as default.
10306
10307 2005-04-28  Wim Taymans  <wim@fluendo.com>
10308
10309         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10310         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
10311         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
10312         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
10313         (vorbis_dec_change_state):
10314         * ext/vorbis/vorbisdec.h:
10315         Refactor, use STREAM_LOCK.
10316
10317 2005-04-28  Wim Taymans  <wim@fluendo.com>
10318
10319         * ext/theora/theoradec.c: (_inc_granulepos),
10320         (theora_dec_sink_event), (theora_handle_comment_packet),
10321         (theora_handle_type_packet), (theora_handle_header_packet),
10322         (theora_handle_data_packet), (theora_dec_chain),
10323         (theora_dec_change_state):
10324         Refactor a bit, use STREAM_LOCK.
10325
10326 2005-04-28  Wim Taymans  <wim@fluendo.com>
10327
10328         * ext/alsa/Makefile.am:
10329         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
10330         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
10331         (gst_alsa_link), (gst_alsa_close_audio):
10332         * ext/alsa/gstalsaplugin.c: (plugin_init):
10333         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
10334         (gst_alsasink_dispose), (gst_alsasink_base_init),
10335         (gst_alsasink_class_init), (gst_alsasink_init),
10336         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
10337         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
10338         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
10339         (gst_alsasink_reset):
10340         * ext/alsa/gstalsasink.h:
10341         Implement alsasink with simple open/write/close API. 
10342         Make alsa dir build by disabling compilation of code.
10343
10344 2005-04-28  Wim Taymans  <wim@fluendo.com>
10345
10346         * gst-libs/gst/audio/Makefile.am:
10347         * gst-libs/gst/audio/audio.h:
10348         * gst-libs/gst/audio/audioclock.c:
10349         * gst-libs/gst/audio/audioclock.h:
10350         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
10351         (gst_audio_clock_class_init), (gst_audio_clock_init),
10352         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
10353         * gst-libs/gst/audio/gstaudioclock.h:
10354         * gst-libs/gst/audio/gstaudiosink.c:
10355         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10356         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10357         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10358         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10359         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10360         (gst_audiosink_create_ringbuffer):
10361         * gst-libs/gst/audio/gstbaseaudiosink.c:
10362         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
10363         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
10364         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
10365         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
10366         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
10367         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
10368         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
10369         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10370         * gst-libs/gst/audio/gstbaseaudiosink.h:
10371         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10372         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
10373         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10374         (gst_ringbuffer_release), (gst_ringbuffer_play),
10375         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
10376         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
10377         (gst_ringbuffer_set_sample), (wait_segment),
10378         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
10379         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
10380         * gst-libs/gst/audio/gstringbuffer.h:
10381         Make ringbuffer faster and more simple by removing the locks
10382         in the playback thread.
10383         Add sample accurate playback based on buffer sample offsets.
10384         Make the baseaudiosink provide a clock.
10385         Parse caps in the base class.
10386         Correctly handle seeking, flushing and state changes.
10387
10388 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10389
10390         * configure.ac:
10391         * gst/audioconvert/Makefile.am:
10392         * gst/audioscale/Makefile.am:
10393           Fix part of the build.  Come on guys, autogen didn't even work :)
10394
10395 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10396
10397         * configure.ac:
10398         * gst-libs/gst/Makefile.am:
10399         * gst-libs/gst/media-info/.cvsignore:
10400         * gst-libs/gst/media-info/Makefile.am:
10401         * gst-libs/gst/media-info/README:
10402         * gst-libs/gst/media-info/media-info-priv.c:
10403         * gst-libs/gst/media-info/media-info-priv.h:
10404         * gst-libs/gst/media-info/media-info-test.c:
10405         * gst-libs/gst/media-info/media-info.c:
10406         * gst-libs/gst/media-info/media-info.h:
10407         * gst-libs/gst/media-info/media-info.vcproj:
10408         * pkgconfig/Makefile.am:
10409         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
10410         * pkgconfig/gstreamer-media-info.pc.in:
10411           Remove media-info, which is also successed by playbin (see Totem
10412           implementation).
10413
10414 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10415
10416         * configure.ac:
10417         * examples/Makefile.am:
10418         * examples/gstplay/.cvsignore:
10419         * examples/gstplay/Makefile.am:
10420         * examples/gstplay/player.c:
10421         * gst-libs/gst/Makefile.am:
10422         * gst-libs/gst/play/.cvsignore:
10423         * gst-libs/gst/play/Makefile.am:
10424         * gst-libs/gst/play/play.c:
10425         * gst-libs/gst/play/play.h:
10426         * gst-libs/gst/play/play.vcproj:
10427         * pkgconfig/Makefile.am:
10428         * pkgconfig/gstreamer-play-uninstalled.pc.in:
10429         * pkgconfig/gstreamer-play.pc.in:
10430           Remove libgstplay, playbin is now the official successor.
10431
10432 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10433
10434         * configure.ac:
10435         * gst-libs/gst/Makefile.am:
10436         * gst-libs/gst/xwindowlistener/Makefile.am:
10437         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
10438         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
10439           Remove deprecated xwindowlistener (I've moved xwindowlistening
10440           in the v4l/v4l2 plugins over to serverside).
10441
10442 2005-04-25  David Schleef  <ds@schleef.org>
10443
10444         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
10445         to examples/dynparams.  Examples do not belong interspersed with
10446         source code.
10447         * examples/dynparams/demo-dparams.c:
10448         * gst/sine/Makefile.am:
10449         * gst/sine/demo-dparams.c:
10450
10451 2005-04-25  David Schleef  <ds@schleef.org>
10452
10453         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
10454         * gst-libs/gst/audio/Makefile.am:
10455         * gst-libs/gst/riff/Makefile.am:
10456         * gst-libs/gst/tag/Makefile.am:
10457         * gst-libs/gst/video/Makefile.am:
10458         * gst-libs/gst/xwindowlistener/Makefile.am:
10459
10460         Convert to 0.9 API, seems to work:
10461         * sys/ximage/Makefile.am:
10462         * sys/ximage/ximagesink.c:
10463
10464 2005-04-24  David Schleef  <ds@schleef.org>
10465
10466         Link plugins against libraries:
10467         * ext/alsa/Makefile.am:
10468         * gst/tcp/Makefile.am:
10469
10470         Remove asm code that should be in liboil
10471         * gst/videoscale/Makefile.am:
10472         * gst/videoscale/videoscale_x86_asm.s:
10473
10474         gettext wants these checked in:
10475         * po/af.po:
10476         * po/az.po:
10477         * po/cs.po:
10478         * po/en_GB.po:
10479         * po/hu.po:
10480         * po/it.po:
10481         * po/nb.po:
10482         * po/nl.po:
10483         * po/or.po:
10484         * po/sq.po:
10485         * po/sr.po:
10486         * po/sv.po:
10487         * po/uk.po:
10488         * po/vi.po:
10489
10490 2005-04-24  David Schleef  <ds@schleef.org>
10491
10492         Convert gst_main() to g_main_loop_run()
10493         * gst/playback/decodetest.c: (main):
10494         * gst/playback/test2.c: (main):
10495         * gst/playback/test3.c: (main):
10496         * gst/playback/test4.c: (main):
10497
10498         Link plugins against libraries:
10499         * ext/libvisual/Makefile.am:
10500         * sys/xvimage/Makefile.am:
10501
10502 2005-04-24  David Schleef  <ds@schleef.org>
10503
10504         * configure.ac: Remove idct and resample libs
10505         * gst-libs/gst/Makefile.am: same
10506
10507         Remove usage of gst_library_load():
10508         * ext/alsa/gstalsaplugin.c: (plugin_init):
10509         * ext/libvisual/visual.c: (plugin_init):
10510         * ext/ogg/gstogg.c: (plugin_init):
10511         * ext/theora/theora.c: (plugin_init):
10512         * ext/vorbis/vorbis.c: (plugin_init):
10513         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
10514         * gst/audioscale/gstaudioscale.c:
10515         * gst/adder/gstadder.c: (plugin_init):
10516         * gst/audioconvert/plugin.c: (plugin_init):
10517         * sys/ximage/ximagesink.c: (plugin_init):
10518         * sys/xvimage/xvimagesink.c: (plugin_init):
10519         * gst/tcp/gsttcpplugin.c: (plugin_init):
10520
10521         Link plugins against libraries:
10522         * ext/ogg/Makefile.am:
10523         * ext/theora/Makefile.am:
10524         * ext/vorbis/Makefile.am:
10525         * gst/audioconvert/Makefile.am:
10526
10527         Create proper libraries:
10528         * gst-libs/gst/riff/Makefile.am:
10529         * gst-libs/gst/audio/Makefile.am:
10530         * gst-libs/gst/video/Makefile.am:
10531
10532         Move resample library to audioscale plugin directory:
10533         * gst-libs/gst/resample/Makefile.am:
10534         * gst-libs/gst/resample/README:
10535         * gst-libs/gst/resample/dtof.c:
10536         * gst-libs/gst/resample/dtos.c:
10537         * gst-libs/gst/resample/functable.c:
10538         * gst-libs/gst/resample/private.h:
10539         * gst-libs/gst/resample/resample.c:
10540         * gst-libs/gst/resample/resample.h:
10541         * gst-libs/gst/resample/resample.vcproj:
10542         * gst-libs/gst/resample/test.c:
10543         * gst/audioscale/Makefile.am:
10544         * gst/audioscale/README:
10545         * gst/audioscale/dtof.c:
10546         * gst/audioscale/dtos.c:
10547         * gst/audioscale/functable.c:
10548         * gst/audioscale/private.h:
10549         * gst/audioscale/resample.c:
10550         * gst/audioscale/resample.h:
10551         * gst/audioscale/test.c:
10552
10553         Move tagedit library to gst-libs:
10554         * gst-libs/gst/tag/Makefile.am:
10555         * gst-libs/gst/tag/gstid3tag.c:
10556         * gst-libs/gst/tag/gsttagediting.c:
10557         * gst-libs/gst/tag/gsttageditingprivate.h:
10558         * gst-libs/gst/tag/gstvorbistag.c:
10559         * gst/tags/Makefile.am:
10560         * gst/tags/gstid3tag.c:
10561         * gst/tags/gstvorbistag.c:
10562
10563         Fix for core changes:
10564         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10565         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
10566         (gst_sinesrc_getrange):
10567
10568 2005-04-23  David Schleef  <ds@schleef.org>
10569
10570         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
10571         in gst-plugins in a long time, and properly belongs in liboil.
10572         * gst-libs/gst/idct/Makefile.am:
10573         * gst-libs/gst/idct/README:
10574         * gst-libs/gst/idct/dct.h:
10575         * gst-libs/gst/idct/doieee:
10576         * gst-libs/gst/idct/fastintidct.c:
10577         * gst-libs/gst/idct/floatidct.c:
10578         * gst-libs/gst/idct/idct.c:
10579         * gst-libs/gst/idct/idct.h:
10580         * gst-libs/gst/idct/idtc.vcproj:
10581         * gst-libs/gst/idct/ieeetest.c:
10582         * gst-libs/gst/idct/intidct.c:
10583
10584 2005-04-20  Wim Taymans  <wim@fluendo.com>
10585
10586         * docs/design-audiosinks.txt:
10587         * gst-libs/gst/audio/Makefile.am:
10588         * gst-libs/gst/audio/TODO:
10589         * gst-libs/gst/audio/gstaudiosink.c:
10590         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10591         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10592         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
10593         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10594         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10595         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
10596         (gst_audiosink_class_init), (gst_audiosink_init),
10597         (gst_audiosink_create_ringbuffer):
10598         * gst-libs/gst/audio/gstaudiosink.h:
10599         * gst-libs/gst/audio/gstbaseaudiosink.c:
10600         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
10601         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
10602         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
10603         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
10604         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
10605         (gst_baseaudiosink_create_ringbuffer),
10606         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10607         * gst-libs/gst/audio/gstbaseaudiosink.h:
10608         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10609         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
10610         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
10611         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10612         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
10613         (gst_ringbuffer_play), (gst_ringbuffer_pause),
10614         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
10615         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
10616         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
10617         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
10618         * gst-libs/gst/audio/gstringbuffer.h:
10619         An attempt at a set of audio base classes together with some
10620         design docs.
10621
10622 2005-04-20  Wim Taymans  <wim@fluendo.com>
10623
10624         * gst/audioconvert/Makefile.am:
10625         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10626         (gst_audio_convert_caps_remove_format_info),
10627         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
10628         (gst_audio_convert_channels):
10629         Link against audio libs.
10630         Fix audio convert plugin.
10631
10632 2005-04-20  Wim Taymans  <wim@fluendo.com>
10633
10634         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
10635         (gst_ogg_demux_sink_activate):
10636         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10637         (theora_set_header_on_caps), (theora_enc_sink_event),
10638         (theora_enc_chain):
10639         Fix theora encoder.
10640
10641 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10642
10643         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
10644         * gst/playback/gstdecodebin.c: (find_compatibles):
10645           Work with staticpadtemplates in elementfactories.
10646
10647 2005-04-12  Wim Taymans  <wim@fluendo.com>
10648
10649         * gst/playback/README:
10650         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10651         (compare_ranks), (print_feature), (gst_decode_bin_init),
10652         (dynamic_create), (dynamic_free), (find_compatibles),
10653         (mimetype_is_raw), (close_pad_link), (got_redirect),
10654         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
10655         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
10656         (gst_decode_bin_change_state):
10657         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10658         (gst_play_base_bin_init), (group_destroy), (group_commit),
10659         (check_queue), (queue_overrun), (queue_threshold_reached),
10660         (queue_out_of_data), (gen_preroll_element), (unknown_type),
10661         (new_decoded_pad), (setup_subtitle), (gen_source_element),
10662         (got_redirect), (setup_source), (play_base_eos),
10663         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
10664         (gst_play_base_bin_remove_element):
10665         * gst/playback/gstplaybasebin.h:
10666         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10667         (gst_play_bin_init), (gst_play_bin_dispose),
10668         (gst_play_bin_set_property), (gen_video_element),
10669         (gen_text_element), (gen_audio_element), (remove_sinks),
10670         (gst_play_bin_send_event):
10671         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
10672         (stream_info_change_state), (gst_stream_info_set_mute):
10673         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
10674         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
10675         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
10676         (gst_stream_selector_chain):
10677         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
10678         (main):
10679         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
10680         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
10681         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
10682         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
10683         Raw and crude port of decodebin. 
10684         Make playbin compile.
10685
10686 2005-04-06  Wim Taymans  <wim@fluendo.com>
10687
10688         * ext/gnomevfs/Makefile.am:
10689         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
10690         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
10691         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
10692         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
10693         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
10694         (gst_gnomevfssrc_stop):
10695         * ext/ogg/Makefile.am:
10696         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
10697         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
10698         * ext/theora/Makefile.am:
10699         * ext/theora/theoradec.c: (_inc_granulepos),
10700         (theora_dec_sink_event), (theora_dec_chain):
10701         * ext/vorbis/Makefile.am:
10702         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10703         (vorbis_dec_sink_event), (vorbis_dec_chain):
10704         * gst-libs/gst/audio/Makefile.am:
10705         * sys/xvimage/Makefile.am:
10706         Make gnomevfssrc extend the source base class.
10707         Fix linking against libs in various plugins.
10708
10709 2005-04-06  Andy Wingo  <wingo@pobox.com>
10710
10711         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
10712         GST_BASE_LIBS.
10713
10714         * configure.ac: Add check and AC_SUBST for libgstbase.
10715
10716 2005-03-31  Wim Taymans  <wim@fluendo.com>
10717
10718         * examples/seeking/Makefile.am:
10719         * examples/seeking/cdparanoia.c: (main):
10720         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
10721         (play_cb), (pause_cb), (stop_cb), (main):
10722         * examples/seeking/playbin.c:
10723         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
10724         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
10725         (make_sid_pipeline), (make_vorbis_pipeline),
10726         (make_theora_pipeline), (make_vorbis_theora_pipeline),
10727         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
10728         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
10729         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
10730         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
10731         (stop_cb), (main):
10732         * examples/seeking/spider_seek.c:
10733         * examples/seeking/vorbisfile.c:
10734         * ext/gnomevfs/Makefile.am:
10735         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10736         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
10737         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
10738         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
10739         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
10740         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
10741         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
10742         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
10743         * ext/ogg/README:
10744         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
10745         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
10746         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
10747         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
10748         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
10749         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
10750         (gst_ogg_pad_event), (gst_ogg_pad_reset),
10751         (gst_ogg_demux_factory_filter), (compare_ranks),
10752         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
10753         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
10754         (gst_ogg_chain_new), (gst_ogg_chain_free),
10755         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
10756         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
10757         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
10758         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
10759         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
10760         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10761         (gst_ogg_demux_get_prev_page),
10762         (gst_ogg_demux_deactivate_current_chain),
10763         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
10764         (gst_ogg_demux_bisect_forward_serialno),
10765         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10766         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
10767         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
10768         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
10769         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
10770         (gst_ogg_demux_change_state), (gst_ogg_print):
10771         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10772         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
10773         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
10774         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
10775         (gst_ogg_mux_loop):
10776         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10777         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
10778         (theora_dec_src_convert), (theora_dec_sink_convert),
10779         (theora_dec_src_query), (theora_dec_src_event),
10780         (theora_dec_sink_event), (theora_dec_chain),
10781         (theora_dec_change_state):
10782         * ext/theora/theoraenc.c: (gst_theora_enc_init),
10783         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
10784         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
10785         (theora_enc_change_state):
10786         * ext/vorbis/Makefile.am:
10787         * ext/vorbis/oggvorbisenc.c:
10788         * ext/vorbis/oggvorbisenc.h:
10789         * ext/vorbis/vorbis.c: (plugin_init):
10790         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
10791         (vorbis_dec_src_query), (vorbis_dec_src_event),
10792         (vorbis_dec_sink_event), (vorbis_dec_chain),
10793         (vorbis_dec_change_state):
10794         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
10795         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
10796         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
10797         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
10798         (gst_vorbisenc_change_state):
10799         * ext/vorbis/vorbisenc.h:
10800         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
10801         * gst-libs/gst/audio/audioclock.c:
10802         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
10803         (gst_audiofilter_init), (gst_audiofilter_chain):
10804         * gst-libs/gst/audio/testchannels.c: (main):
10805         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
10806         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
10807         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
10808         (gmip_find_track_streaminfo), (gmip_find_track_format):
10809         * gst-libs/gst/media-info/media-info.c:
10810         (gst_media_info_read_idler):
10811         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
10812         (gst_play_get_all_by_interface):
10813         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
10814         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
10815         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10816         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
10817         (gst_riff_parse_info):
10818         * gst-libs/gst/riff/riff-read.h:
10819         * gst-libs/gst/riff/riff.c: (plugin_init):
10820         * gst-libs/gst/video/Makefile.am:
10821         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
10822         (gst_videosink_class_init), (gst_videosink_get_type):
10823         * gst-libs/gst/video/videosink.h:
10824         * gst/audioconvert/bufferframesconvert.c:
10825         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
10826         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
10827         * gst/audioconvert/channelmixtest.c: (main):
10828         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
10829         (gst_audio_convert_chain),
10830         (gst_audio_convert_caps_remove_format_info),
10831         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
10832         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
10833         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
10834         (gst_audio_convert_buffer_to_default_format),
10835         (gst_audio_convert_buffer_from_default_format),
10836         (gst_audio_convert_channels):
10837         * gst/audioconvert/gstchannelmix.h:
10838         * gst/ffmpegcolorspace/avcodec.h:
10839         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10840         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
10841         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
10842         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
10843         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
10844         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
10845         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
10846         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10847         (mpeg_video_type_find), (mpeg_video_stream_type_find),
10848         (dv_type_find):
10849         * gst/videotestsrc/gstvideotestsrc.c:
10850         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
10851         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
10852         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
10853         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
10854         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
10855         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
10856         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
10857         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10858         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
10859         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
10860         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
10861         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
10862         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
10863         (gst_xvimagesink_navigation_send_event),
10864         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
10865         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
10866         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10867         * sys/xvimage/xvimagesink.h:
10868         Plugin port to 0.9, ogg/theora playback should work in the seek
10869         example now.
10870         Removed old examples.
10871         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
10872         explained in 0.9 TODO doc.
10873
10874
10875 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10876
10877         * autogen.sh:
10878         * configure.ac:
10879         * ext/Makefile.am:
10880         * gst/Makefile.am:
10881         * po/POTFILES.in:
10882         * po/af.po:
10883         * po/az.po:
10884         * po/cs.po:
10885         * po/en_GB.po:
10886         * po/hu.po:
10887         * po/it.po:
10888         * po/nb.po:
10889         * po/nl.po:
10890         * po/or.po:
10891         * po/sq.po:
10892         * po/sr.po:
10893         * po/sv.po:
10894         * po/uk.po:
10895         * po/vi.po:
10896         * sys/Makefile.am:
10897         * testsuite/Makefile.am:
10898           remove a whole bunch of plugins.  This module now contains a set
10899           of free reference plugins/elements as agreed.
10900
10901 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10902
10903         * configure.ac:
10904           hunting season on 0.9 is now OPEN
10905
10906 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10907
10908         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
10909           Kick the hell out of gcc for not warning me about a symbol conflict.
10910
10911 2005-02-22  Luca Ognibene  <luogni@tin.it>
10912
10913         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
10914
10915         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
10916           Don't leak caps string (fixes #168134)
10917
10918         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
10919         (gst_jpegenc_init), (gst_jpegenc_finalize),
10920         (gst_jpegenc_change_state):
10921           Don't leak line buffers and context struct (fixes #168133).
10922
10923 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
10924
10925         * configure.ac:
10926         * ext/dirac/gstdiracdec.cc:
10927         (gst_diracdec_chain):
10928           Since dirac 0.5.0 the framerate in dirac is expressed as a
10929           rational number. Fix build and up requirement to 0.5.0, and
10930           also pass parameters to gst_diracdec_link in the right order
10931           (fixes #167959).
10932
10933 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
10934
10935         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
10936         * ext/faad/gstfaad.h:
10937         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
10938         certain invalid muxed streams, where some packets will contain 
10939         junk after decoder data. Partially fixes #149158.
10940
10941 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
10942         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
10943           Make sure we only write to writable buffers
10944
10945 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
10946
10947         * gst-libs/gst/riff/riff-media.c:
10948         (gst_riff_create_audio_caps_with_data):
10949           Do actually fix invalid RIFF fmt header values for alaw
10950           and mulaw audio instead of just saying so.
10951
10952         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10953           Give gst_riff_create_audio_caps_with_data() a chance to
10954           fix up broken format header fields before extracting any
10955           parameters from the header. (fixes #167633)
10956
10957 2005-02-19  Martin Holters  <martin.holters@gmx.de>
10958
10959         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
10960
10961         * gst/audioconvert/bufferframesconvert.c:
10962         (buffer_frames_convert_link):
10963           Don't leak othercaps. (fixes #167878)
10964
10965 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
10966
10967         * configure.ac:
10968         * ext/libvisual/visual.c: (gst_visual_srclink),
10969         (gst_visual_change_state):
10970           Support libvisual 0.2.0.
10971
10972 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
10973
10974         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
10975         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
10976           Use same rowstrides for I420 as used everywhere else.
10977
10978 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
10979
10980         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
10981           Declare variables at beginning of block and make gcc-2.95 happy
10982           (fixes # 167482, patch by Gergely Nagy).
10983           
10984         * gst/tcp/gsttcpclientsrc.c:
10985         * gst/tcp/gsttcpclientsrc.h:
10986           Move some includes into the header, so that struct sockaddr_in is
10987           defined when it should be defined on FreeBSD as well (fixes
10988           #167483).
10989           
10990         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
10991           Don't pass uninitialised values to setsockopt() here either.
10992
10993 2005-02-17  Luca Ognibene  <luogni at tin dot it>
10994
10995         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
10996
10997         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
10998           Don't pass uninitialised values to setsockopt(). (fixes #167704)
10999
11000 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11001
11002         * gst/playback/gstplaybin.c: (add_sink):
11003           Invert bin_add/link order to workaround deadlock in opt.
11004
11005 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11006
11007         * gst/modplug/gstmodplug.cc:
11008           Add missing break causing position queries to fail.
11009
11010 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11011
11012         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
11013           Granpos can apparently be -1, which screws up calculations...
11014
11015 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
11016
11017         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
11018         (gst_ximagesink_send_pending_navigation),
11019         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
11020         (gst_ximagesink_init):
11021         * sys/ximage/ximagesink.h:
11022         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
11023         (gst_xvimagesink_send_pending_navigation),
11024         (gst_xvimagesink_navigation_send_event),
11025         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
11026         * sys/xvimage/xvimagesink.h:
11027           Use a mutex protected list to marshal navigation
11028           events into the stream thread from whichever thread
11029           sends them.
11030
11031 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
11032
11033         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
11034           Display current position and track length; misc. clean-ups.
11035           
11036         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
11037         (speed_init), (speed_chain):
11038           Add query function, so that the stream length and current position
11039           get adjusted when queried (note that current position queries may
11040           still be wrong if the audio sink returns values based on buffer
11041           timestamps instead of passing on the query).
11042
11043 2005-02-13  Benjamin Otte  <otte@gnome.org>
11044
11045         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
11046         (gst_audio_convert_channels):
11047           create channel conversion matrix when linking
11048         * gst/audioconvert/.cvsignore:
11049         * gst/audioconvert/Makefile.am:
11050         * gst/audioconvert/channelmixtest.c: (main):
11051           add (ugly) test that ensures stereo <=> mono conversion works
11052           correctly
11053
11054 2005-02-13  Benjamin Otte  <otte@gnome.org>
11055
11056         * gst/audioconvert/gstchannelmix.h:
11057           include missing header file
11058         * gst/audioconvert/gstchannelmix.c:
11059         (gst_audio_convert_fill_compatible):
11060           use same sign for both channels when converting to/from compatible
11061           channel. Previously used different signs made the signals cancel
11062           each other out and appear like silence. (fixes #167269)
11063
11064 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
11065
11066         * gst/ffmpegcolorspace/avcodec.h:
11067         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11068         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11069         (gst_ffmpegcsp_avpicture_fill):
11070         * gst/ffmpegcolorspace/imgconvert.c:
11071           Convert to and from YV12 (fixes #156379).
11072
11073 2005-02-12  Julien MOUTTE  <julien@moutte.net>
11074
11075         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11076         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
11077         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
11078         (gst_ximagesink_expose), (gst_ximagesink_set_property),
11079         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
11080         methods from chain and negotiation and vice versa (Fixes #166142).
11081         * sys/ximage/ximagesink.h: Add stream_lock.
11082         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
11083         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
11084         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
11085         (gst_xvimagesink_expose): Check for xcontext before trying to link.
11086
11087 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
11088
11089         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
11090           Don't send "Hey! You gave me a NULL pointer you naughty person" as
11091           error message when we can't open the DVD device (when dvdnav_open()
11092           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
11093           the above). Send something more useful instead (fixes #167117).
11094
11095 2005-02-11  Julien MOUTTE  <julien@moutte.net>
11096
11097         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
11098         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
11099         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
11100         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
11101         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
11102         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
11103         methods from chain and negotiation and vice versa (Fixes #166142).
11104         Fix a possible bug of images in the buffer pool being discarded because
11105         we are looking at the wrong geometry.
11106         * sys/xvimage/xvimagesink.h: Add stream_lock.
11107
11108 2005-02-11  David Schleef  <ds@schleef.org>
11109
11110         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
11111         unsigned int. (fixes #167128)
11112
11113 2005-02-11  David Schleef  <ds@schleef.org>
11114
11115         * gst/librfb/Makefile.am: Testing stuff before committing is
11116           for wimps... and people with fast machines.  Fix stupid
11117           mistake.
11118
11119 2005-02-11  David Schleef  <ds@schleef.org>
11120
11121         * configure.ac: Pull in librfb from my CVS tree, because it is
11122           too small and annoying to be separate.  Move rfbsrc plugin
11123           to gst/.
11124         * ext/Makefile.am:
11125         * ext/librfb/Makefile.am:
11126         * ext/librfb/gstrfbsrc.c:
11127         * gst/librfb/Makefile.am:
11128         * gst/librfb/gstrfbsrc.c:
11129         * gst/librfb/rfb.c:
11130         * gst/librfb/rfb.h:
11131         * gst/librfb/rfbbuffer.c:
11132         * gst/librfb/rfbbuffer.h:
11133         * gst/librfb/rfbbytestream.c:
11134         * gst/librfb/rfbbytestream.h:
11135         * gst/librfb/rfbcontext.h:
11136         * gst/librfb/rfbdecoder.c:
11137         * gst/librfb/rfbdecoder.h:
11138         * gst/librfb/rfbutil.h:
11139
11140 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
11141
11142         * gst/speed/Makefile.am:
11143         * gst/speed/demo-mp3.c: (main):
11144         * gst/speed/filter.func:
11145         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
11146         (speed_class_init), (speed_init), (speed_chain_int16),
11147         (speed_chain_float32), (speed_chain), (speed_set_property),
11148         (speed_get_property), (speed_change_state):
11149         * gst/speed/gstspeed.h:
11150           Fix speed element and make it chain-based (fixes #156467),
11151           and make it handle more than one channel.
11152
11153 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
11154
11155         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
11156         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
11157         (gst_dtsdec_chain), (gst_dtsdec_change_state):
11158         * ext/dts/gstdtsdec.h:
11159           Don't clobber the stack constructing the channels array.
11160           Make the element chain-based. DTS tracks can now be played.
11161           
11162 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
11163
11164         * gst-libs/gst/audio/multichannel.h:
11165         * gst-libs/gst/gconf/gconf.h:
11166         * gst-libs/gst/idct/idct.h:
11167         * gst-libs/gst/media-info/media-info-priv.h:
11168         * gst-libs/gst/play/play.h:
11169         * gst-libs/gst/resample/private.h:
11170         * gst-libs/gst/resample/resample.h:
11171         * gst-libs/gst/riff/riff-ids.h:
11172         * gst-libs/gst/video/video.h:
11173         * gst-libs/gst/video/videosink.h:
11174           Add G_BEGIN_DECLS and G_END_DECLS around headers where
11175           missing, so that they work when included from C++ code.
11176
11177 2005-02-09  David Schleef  <ds@schleef.org>
11178
11179         * testsuite/gst-lint: Check for non-statically scoped
11180           parent_class variables.  This won't be a problem once
11181           plugins are loaded with RTLD_LOCAL.
11182
11183 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11184
11185         * ext/mplex/gstmplexibitstream.cc:
11186           gcc madness.
11187
11188 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11189
11190         * ext/ogg/gstogmparse.c:
11191         * gst/debug/gstnavigationtest.c:
11192           Die, thou faulty symbol pollutors (non-static parent_class).
11193
11194 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11195
11196         * ext/mplex/gstmplexibitstream.cc:
11197           Fix event handling (#165525).
11198
11199 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11200
11201         * ext/mikmod/gstmikmod.c:
11202         * gst/modplug/gstmodplug.cc:
11203           Add missing endianness to template (fixes #165509).
11204
11205 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11206
11207         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
11208           Fix wrong order of reading of optional bytes (#165290).
11209
11210 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11211
11212         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11213           Implement FILLER event awareness.
11214
11215 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11216
11217         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
11218           Fix track calculations (#166208).
11219
11220 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
11221
11222         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11223
11224         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
11225         * ext/libpng/gstpngenc.c:
11226           Fix byte-order, use proper fixed caps. Fixes #164197.
11227
11228 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11229
11230         * configure.ac:
11231           Add dvdlpcmdec 
11232
11233         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
11234         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
11235           Don't push buffers if the src pad isn't negotiated yet.
11236           
11237         * gst/audioconvert/gstaudioconvert.c:
11238         (gst_audio_convert_buffer_to_default_format),
11239         (gst_audio_convert_buffer_from_default_format):
11240           Add support for 24-bit width.
11241
11242         * gst/dvdlpcmdec/.cvsignore:
11243         * gst/dvdlpcmdec/Makefile.am:
11244         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
11245         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
11246         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
11247         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
11248         (plugin_init):
11249         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
11250           New decoder for rearranging DVD LPCM into our audio/x-raw-int
11251           format. Needs support for the channels maps if someone can find 
11252           a DVD LPCM track with > 2 channels.
11253
11254         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
11255         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
11256         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
11257         * gst/mpegstream/gstdvddemux.h:
11258         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
11259         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
11260         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
11261         * gst/mpegstream/gstmpegdemux.h:
11262         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
11263         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
11264         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
11265         (gst_mpeg_parse_handle_src_query),
11266         (gst_mpeg_parse_handle_src_event):
11267           Use audio/x-dvd-lpcm for LPCM output.
11268           Add DTS output.
11269
11270 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
11271
11272         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11273
11274         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
11275         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
11276           Add BGRA handling (#165736).
11277
11278 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
11279
11280         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11281
11282         * gst/law/alaw-decode.c: (alawdec_link):
11283         * gst/law/alaw-encode.c: (alawenc_link):
11284         * gst/law/mulaw-decode.c: (mulawdec_link):
11285         * gst/law/mulaw-encode.c: (mulawenc_link):
11286           Fix caps memleaks (#166600).
11287
11288 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
11289
11290         * ext/tarkin/mem.h:
11291         * ext/tarkin/wavelet.h:
11292         * ext/tarkin/yuv.h:
11293         * gst/ffmpegcolorspace/avcodec.h:
11294           Include "_stdint.h" instead of <stdint.h>. Fixes build on
11295           systems that don't have stdint.h, like Solaris9 (fixes #166631).
11296
11297 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11298
11299         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
11300         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
11301         (gst_xvimagesink_change_state):
11302           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
11303           Xv video (and thereby regenerate Xv colourkey) in clear() so
11304           that PLAY -> READY -> PLAY works (fixes #162504).
11305
11306 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11307
11308         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
11309           Switch to list instead of range, since MJPEG-devices really just
11310           support decimations, not any size.
11311
11312 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11313         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
11314         (gst_mpeg2dec_reset), (free_all_buffers),
11315         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
11316         * ext/mpeg2dec/gstmpeg2dec.h:
11317           The libmpeg2 user-allocated buffer management is awkward, 
11318           to say the least. Hopefully this fixes things.
11319
11320 2005-02-04  Andy Wingo  <wingo@pobox.com>
11321
11322         * gst/audioconvert/bufferframesconvert.c
11323         (buffer_frames_convert_fixate): New function, fixates to 256
11324         frames per buffer by default. (Much better than 1.)
11325         (buffer_frames_convert_init): Set the fixate function for both src
11326         and sink pad.
11327         (buffer_frames_convert_link): After success setting nonfixed caps,
11328         get the negotiated caps so we can know how many buffer-frames it
11329         will be. No idea how this worked at all before.
11330
11331 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11332
11333         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
11334         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
11335         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
11336         (handle_sequence), (handle_picture):
11337         * ext/mpeg2dec/gstmpeg2dec.h:
11338           Rearrange buffer tracking and refcounting and refactor
11339           a little for readability. 
11340
11341 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
11342         * sys/v4l/gstv4l.c: (plugin_init):
11343         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
11344         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
11345         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
11346         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
11347         * sys/v4l/gstv4ljpegsrc.h:
11348         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
11349         * sys/v4l/v4l_calls.h:
11350         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
11351         (gst_v4lsrc_get_fps):
11352         * sys/v4l/v4lsrc_calls.h:
11353           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
11354           you jpeg inside rgb frames" driver.
11355           Don't error in the v4lsrc link function, just return 
11356           REFUSED.
11357
11358 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11359
11360         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
11361         (gst_qcamsrc_open):
11362           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
11363
11364 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11365
11366         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
11367           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
11368
11369 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11370
11371         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
11372           Reset negotiated state on PAUSED->READY.
11373
11374 2005-02-02  David Schleef  <ds@schleef.org>
11375
11376         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
11377         whereever possible.  (Fixes #165997)
11378         * examples/capsfilter/capsfilter1.c: (main):
11379         * examples/dynparams/filter.c: (create_ui):
11380         * examples/seeking/cdparanoia.c: (get_track_info), (main):
11381         * examples/seeking/chained.c: (main):
11382         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
11383         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
11384         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
11385         (make_mpeg_pipeline), (make_mpegnt_pipeline):
11386         * examples/seeking/spider_seek.c: (make_spider_pipeline):
11387         * examples/switch/switcher.c: (main):
11388         * ext/dv/demo-play.c: (main):
11389         * ext/faad/gstfaad.c: (gst_faad_change_state):
11390         * ext/mad/gstmad.c: (gst_mad_chain):
11391         * ext/smoothwave/demo-osssrc.c: (main):
11392         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
11393         (gst_gconf_render_bin_from_description),
11394         (gst_gconf_get_default_audio_sink),
11395         (gst_gconf_get_default_video_sink),
11396         (gst_gconf_get_default_audio_src),
11397         (gst_gconf_get_default_video_src),
11398         (gst_gconf_get_default_visualization_element):
11399         * gst/level/demo.c: (main):
11400         * gst/level/plot.c: (main):
11401         * gst/playback/gstplaybin.c: (gen_video_element),
11402         (gen_audio_element):
11403         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
11404         * gst/playondemand/demo-mp3.c: (setup_pipeline):
11405         * gst/sine/demo-dparams.c: (main):
11406         * gst/spectrum/demo-osssrc.c: (main):
11407         * gst/speed/demo-mp3.c: (main):
11408         * gst/volume/demo.c: (main):
11409         * testsuite/embed/embed.c: (main):
11410
11411 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
11412
11413         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
11414         (gst_tcpclientsink_finalize):
11415         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
11416         (gst_tcpclientsrc_finalize):
11417         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11418         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
11419         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
11420         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
11421           Don't leak the hostname when shutting down.
11422           In tcpserversrc, take a copy of the default hostname.
11423
11424 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11425
11426         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
11427           Set caps to systemstream=TRUE.
11428
11429 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11430
11431         * testsuite/Makefile.am:
11432           Fix more OSX buildbots.
11433
11434 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
11435
11436         * ext/mpeg2dec/gstmpeg2dec.c:
11437           Don't send things to NULL PAD_PEERs
11438
11439         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
11440           Copy-on-write the incoming buffer.
11441
11442         * gst/mpegstream/gstdvddemux.h:
11443         * gst/mpegstream/gstmpegclock.h:
11444         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
11445         (normal_seek), (gst_mpeg_demux_handle_src_event):
11446         * gst/mpegstream/gstmpegdemux.h:
11447         * gst/mpegstream/gstmpegpacketize.h:
11448         * gst/mpegstream/gstmpegparse.c:
11449         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
11450         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
11451         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
11452         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
11453         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
11454         * gst/mpegstream/gstmpegparse.h:
11455         * gst/mpegstream/gstrfc2250enc.h:
11456           Various changes to the way time is computed that make seeking and
11457           total time estimation much better here.
11458           Use G_BEGIN/END_DECLS instead of __cplusplus
11459
11460         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
11461           Use gst_buffer_stamp instead of only copying the TIMESTAMP
11462
11463 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11464
11465         * gst/subparse/gstsubparse.c:
11466           Fix OSX buildbot.
11467
11468 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
11469
11470         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
11471         (theora_enc_chain), (theora_enc_change_state):
11472         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11473         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
11474         (gst_vorbisenc_change_state):
11475         * ext/vorbis/vorbisenc.h:
11476           Set granulepos and timestamp correctly for streams not
11477           starting at 0, taking into account the initial delay.
11478
11479 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
11480
11481         * gst/mpegstream/gstdvddemux.c:
11482           Add audio/x-dts to audio pad template caps
11483
11484 2005-01-30  David Schleef  <ds@schleef.org>
11485
11486         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
11487         (create_context), (gst_polypsink_link): Fix silly endianness
11488         bug.  Add some debugging.  Remove float from caps; it doesn't
11489         work.  Attempt to get remote audio working.
11490
11491 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11492
11493         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
11494           Add 3IV2 fourcc.
11495
11496 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11497
11498         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
11499         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
11500         (gst_avi_demux_stream_data):
11501         * gst/avi/gstavidemux.h:
11502           Invert DIB images. Fixes #132341.
11503
11504 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11505
11506         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11507         (gst_ffmpegcsp_chain):
11508           D'oh, reference the palette data, not the palette structure.
11509           Fixes color distortion in #132341.
11510
11511 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11512
11513         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
11514           PAR can be non-fixed when not provided as argument (#162626).
11515
11516 2005-01-29  David Moore  <dcm@acm.org>
11517
11518         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11519
11520         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11521         (gst_qtdemux_loop_header):
11522           Re-apply patch from #142272 that allows non-seekable sources,
11523           re-proposed by Daniel Drake <dsd@gentoo.org>.
11524
11525 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11526
11527         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
11528           Use the src template for creating the src pad (#162330).
11529
11530 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11531
11532         * configure.ac:
11533         * ext/musepack/Makefile.am:
11534         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
11535         (gst_musepackdec_init), (gst_musepackdec_dispose),
11536         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
11537         (gst_musepack_stream_init), (gst_musepackdec_loop),
11538         (gst_musepackdec_change_state):
11539         * ext/musepack/gstmusepackdec.cpp:
11540         * ext/musepack/gstmusepackdec.h:
11541         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
11542         (gst_musepack_reader_read), (gst_musepack_reader_seek),
11543         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
11544         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
11545         * ext/musepack/gstmusepackreader.cpp:
11546         * ext/musepack/gstmusepackreader.h:
11547           Update to 1.1 API (#165446).
11548
11549 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11550
11551         * ext/Makefile.am:
11552           Unbreak buildbot.
11553
11554 2005-01-28  Andy Wingo  <wingo@pobox.com>
11555
11556         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
11557         to reflect a different dubious internet source. Add a reference
11558         and some commentary.
11559
11560 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11561
11562         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
11563         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
11564         * gst/playback/gststreamselector.h:
11565           Be more selective when we're redoing caps negotiation from
11566           within the chain function on a stream change.
11567
11568 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11569
11570         * configure.ac:
11571         * ext/Makefile.am:
11572         * ext/amrnb/Makefile.am:
11573         * ext/amrnb/amrnb.c: (plugin_init):
11574         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
11575         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
11576         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
11577         (gst_amrnbdec_state_change):
11578         * ext/amrnb/amrnbdec.h:
11579         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
11580         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
11581         (gst_amrnbparse_init), (gst_amrnbparse_formats),
11582         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
11583         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
11584         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
11585         * ext/amrnb/amrnbparse.h:
11586           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
11587         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11588           Add AMR-NB/-WB raw formats.
11589         * ext/alsa/gstalsa.c: (gst_alsa_link):
11590           Keep valid time when changing format.
11591         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11592         (qtdemux_parse_trak):
11593           Add some more format-specific options (#140141, #143555, #155163).
11594
11595 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11596
11597         * gst/matroska/matroska-demux.c:
11598         (gst_matroska_demux_parse_blockgroup):
11599           Fix logic error in timing of subtitle stream synchronization.
11600         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11601           Add skip-chunk, which is found in kodak-camera streams.
11602
11603 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11604
11605         * po/LINGUAS:
11606         * po/vi.po:
11607           Adding Vietnamese translation (submitted by Clytie Siddall)
11608
11609 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11610
11611         * gst/playback/gstdecodebin.c: (try_to_link_1):
11612           Use realpad for signal.
11613
11614 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11615
11616         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
11617           Fix category so decodebin picks it up.
11618
11619 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11620
11621         * ext/mad/Makefile.am:
11622         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
11623         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
11624         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
11625         (found_type), (gst_id3demux_bin_change_state):
11626         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
11627         (gst_id3_tag_init), (gst_id3_tag_handle_event),
11628         (gst_id3_tag_src_link), (gst_id3_tag_chain),
11629         (gst_id3_tag_change_state), (plugin_init):
11630         * ext/mad/gstmad.h:
11631           Add id3demuxbin (which is a simple bin consisting of id3demux
11632           and typefind), take over rank from id3demux, remove typefind
11633           code from id3demux. Makes all broken mp3s that I know of work,
11634           and thereby fixes #152688.
11635
11636 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
11637
11638         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11639
11640         * ext/mad/gstmad.c: (gst_mad_src_event):
11641         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
11642           Allow seeks on audio pad, make mad forward those (#164826).
11643         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
11644           Set duration (#165335).
11645
11646 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11647
11648         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
11649         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
11650         (gst_asf_demux_process_ext_content_desc),
11651         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
11652         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
11653         * gst/asfdemux/gstasfdemux.h:
11654           Improve metadata display, e.g. if the metadata comes before the
11655           streams are loaded (which is perfectly valid).
11656
11657 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11658
11659         * tools/gst-launch-ext-m.m:
11660           Fix AVI/ASF pipelines (#165340).
11661
11662 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
11663         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
11664         build failure on amd64
11665
11666 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
11667
11668         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
11669         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
11670           Check environment variables GST_ID3V2_TAG_ENCODING,
11671           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
11672           list of character encodings to force interpretation of non-unicode
11673           strings stored in an ID3v2 tag to a particular encoding. If none
11674           is specified, try to use current locale's encoding, then fall back
11675           to ISO-8859-1 (which will always succeed). (Resolves #149274)
11676         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
11677         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
11678           Check environment variables GST_ID3V1_TAG_ENCODING,
11679           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
11680           list of character encodings to use in case a string encountered
11681           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
11682           specified, try to use the current locale's encoding, then fall
11683           back to ISO-8859-1 (which will always succeed).
11684
11685 2005-01-25  Benjamin Otte  <otte@gnome.org>
11686
11687         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
11688           - on half framerate, compute the rate in advance so the comparisons
11689             don't compare wrong values
11690           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
11691             behaviour
11692           - don't use mad_header_decode anymore, mad_frame_decode does that
11693             automatically
11694           - when getting rid of consumed bytes, reset the stream's skiplen
11695           (fixes #163867)
11696
11697 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
11698
11699         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
11700           Use 1/2 a second for default max_discont, as PES streams from DVB
11701           seem to have larger spacings in the SCR. 
11702           Fix a typo.
11703
11704 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11705
11706         * gst/playback/gstplaybasebin.c: (group_commit):
11707           Notify delayed stream-info availability.
11708
11709 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
11710         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
11711         (gst_a52dec_handle_event), (gst_a52dec_chain):
11712         Add some debug output. Check that a discont has a valid
11713         time associated.
11714         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
11715         (gst_alsa_sink_loop):
11716         Ignore TAG events. A little extra debug for broken timestamps.
11717         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
11718         (dvdnavsrc_change_state):
11719         Ensure we send a discont to engage the link before we send any
11720         other events.
11721         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
11722         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
11723         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
11724         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
11725         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
11726         dvd://title works in totem because typefinding sends a seek that ends
11727         up going back to chapter 1 regardless.
11728         * ext/mpeg2dec/gstmpeg2dec.c:
11729         * ext/mpeg2dec/gstmpeg2dec.h:
11730         Output correct timestamps and handle disconts.
11731         * ext/ogg/gstoggdemux.c: (get_relative):
11732         Small guard against a null dereference.
11733         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
11734         (gst_textoverlay_set_property):
11735         Free memory when done. Don't call gst_event_filler_get_duration on
11736         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
11737         g_warning.
11738         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
11739         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
11740         (gst_sw_srclink), (gst_smoothwave_chain):
11741         Draw solid lines, prettier colours.
11742         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
11743         Add a default palette that'll work for some movies.
11744         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
11745         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
11746         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
11747         * gst/mpegstream/gstdvddemux.h:
11748         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
11749         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
11750         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
11751         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
11752         * gst/mpegstream/gstmpegparse.h:
11753         Use PTM/NAV events when for timestamp adjustment when connected to 
11754         dvdnavsrc. Don't use many discont events where one suffices.
11755         * gst/playback/gstplaybasebin.c: (group_destroy),
11756         (gen_preroll_element), (gst_play_base_bin_add_element):
11757         * gst/playback/gstplaybasebin.h:
11758         Make sure we remove subtitles from the same bin we put them in.
11759         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
11760         (gst_subparse_buffer_format_autodetect),
11761         (gst_subparse_change_state):
11762         Fix some memleaks and invalid accesses.
11763         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
11764         (oggskel_type_find), (cmml_type_find), (plugin_init):
11765         Some typefind functions for Annodex v3.0 files
11766         * gst/wavparse/gstwavparse.h:
11767         GstRiffReadClass is the correct parent class.
11768
11769 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11770
11771         * gst-libs/gst/riff/riff-media.c:
11772         (gst_riff_create_video_caps_with_data):
11773           Add extradata to huffyuv (fixes #165013).
11774         * gst-libs/gst/riff/riff-read.c:
11775         (gst_riff_read_strf_vids_with_data):
11776           Fix extradata extraction if it is in the chunk size.
11777
11778 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
11779
11780         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11781
11782         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
11783         (gst_quarktv_change_state), (gst_quarktv_dispose):
11784           Memory free'ing location fix (#164708).
11785
11786 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11787
11788         * gst/playback/gstplaybasebin.c: (group_commit),
11789         (gen_preroll_element), (probe_triggered), (gen_source_element),
11790         (setup_source), (gst_play_base_bin_change_state),
11791         (gst_play_base_bin_add_element):
11792           Don't block for streams.
11793         * gst/playback/gststreaminfo.c: (stream_info_change_state),
11794         (gst_stream_info_set_mute):
11795           Use gst_pad_set_active_recursive.
11796
11797 2005-01-25  Andy Wingo  <wingo@pobox.com>
11798
11799         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
11800         for #ifndef HAVE_XVIDEO.
11801
11802 2005-01-24  Jeffrey C. Ollie
11803
11804         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
11805
11806         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
11807         * ext/gsm/gstgsmdec.h:
11808         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
11809         * ext/gsm/gstgsmenc.h:
11810         Fix rate to 8kHz as per spec, removes obscure errors when no rate
11811         was given by property. Add proper buffer timestamps and offsets.
11812
11813 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11814
11815         * gst-libs/gst/riff/riff-media.c:
11816         (gst_riff_create_audio_caps_with_data):
11817           Audio can be <8000Hz.
11818
11819 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11820
11821         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11822           Explicit state change to workaround refcount bugs.
11823
11824 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11825
11826         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
11827         (gst_avimux_riff_get_avi_header):
11828           Fix...
11829
11830 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11831
11832         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
11833         (gst_riff_read_element_data):
11834         * gst-libs/gst/riff/riff-read.h:
11835           Add _peek version (req'ed in CDXA).
11836         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
11837         (gst_cdxaparse_loop):
11838           Fix parsing in playbin.
11839         * gst/playback/gstdecodebin.c: (close_pad_link):
11840           Ignore current_ pads, they cause major annoyance.
11841
11842 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11843
11844         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11845           Safety guard.
11846
11847 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11848
11849         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
11850           Fix padding...
11851
11852 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11853
11854         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
11855           Allow for 0-sized buffers. Fixes length query problems in
11856           starwars.mkv from the testsuite.
11857
11858 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
11859
11860         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
11861         (gst_video_box_i420), (gst_video_box_chain):
11862           Fix row strides for I420 (fixes #163159)
11863           
11864 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11865
11866         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
11867           MPEG2 has a useful rate property, so we can actually use that.
11868           For MPEG-1, continue using the bytes/time properties.
11869
11870 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11871
11872         * gst-libs/gst/riff/riff-media.c:
11873         (gst_riff_create_video_caps_with_data),
11874         (gst_riff_create_video_template_caps):
11875           Add intel-h263.
11876
11877 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11878
11879         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
11880           Fail if caps negotiation fails. Should fix #162184, and should
11881           definately be in there regardless of it fixing the actual bug.
11882         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
11883         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
11884         (gst_avimux_riff_get_avix_header),
11885         (gst_avimux_riff_get_video_header),
11886         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
11887         (gst_avimux_start_file), (gst_avimux_handle_event),
11888         (gst_avimux_change_state):
11889         * gst/avi/gstavimux.h:
11890           Refactor structure writing to use GST_WRITE_UINT macros, add
11891           metadata writing support.
11892
11893 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11894
11895         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
11896           Elements may already be destroyed when this function is called.
11897
11898 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11899
11900         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11901         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
11902           More memory leak fixes (#149162).
11903
11904 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11905
11906         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11907         (gst_qtdemux_add_stream):
11908           Fix two memleaks.
11909
11910 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11911
11912         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
11913           Argh...
11914
11915 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11916
11917         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
11918           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
11919           when fixating to six channels in Totem.
11920
11921 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
11922
11923         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
11924           Fix compile warnings on Solaris 10 buildbot
11925
11926 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
11927
11928         * ext/dvdread/dvdreadsrc.c: (_read):
11929           Don't read beyond the last cell in a chapter (fixes 
11930           invalid memory access)
11931
11932 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
11933
11934         * ext/dvdread/stream_labels.c:
11935         (dvdreadsrc_get_audio_stream_labels):
11936           Use NULL for an empty GList instead of g_list_alloc(); fix 
11937           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
11938           of GString (easier to bulk free later)
11939
11940 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
11941
11942         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11943
11944         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11945         (gst_ffmpeg_pixfmt_to_caps):
11946           Fix BGRA32 caps (#164209).
11947
11948 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
11949
11950         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11951
11952         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11953         (gst_ffmpeg_caps_to_pixfmt):
11954           alpha_mask can be RGBA/ABGR. Fixes #164265.
11955
11956 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
11957
11958         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11959
11960         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
11961         (gst_mpeg2dec_alloc_buffer):
11962         * ext/mpeg2dec/gstmpeg2dec.h:
11963           Crop if decoding size is not the actual image size (#163676).
11964
11965 2005-01-17  Steve Baker  <steve@stevebaker.org>
11966
11967         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11968
11969         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
11970         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
11971           Add libsndfile typefind functions (#163309).
11972
11973 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11974
11975         * tools/gst-launch-ext-m.m:
11976           Add .aac, fix .m1v/.m2v (#163891).
11977
11978 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11979
11980         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
11981           Sanity check, don't wait endlessly since the clock might not
11982           actually run at this point (which is a deadlock). Fixes #164069.
11983
11984 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11985
11986         * gst/playback/gstplaybasebin.c: (probe_triggered):
11987           Of course, only pause if group is done...
11988
11989 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11990
11991         * gst/playback/gstplaybasebin.c: (probe_triggered):
11992           Thread safety.
11993
11994 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
11995
11996         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
11997           Don't return state change success when the parent
11998           failed.
11999
12000 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12001
12002         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
12003           Free events (fix memleak in #162905).
12004
12005 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
12006
12007         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12008
12009         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12010         (gst_ffmpeg_caps_to_pixfmt):
12011           Fix for depth = 15. Fixes #161675.
12012
12013 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12014
12015         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
12016           Set FPS correctly, even for webcams and the like.
12017         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
12018           Don error on setting while capturing.
12019
12020 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12021
12022         * ext/dv/gstdvdec.c:
12023         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
12024         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
12025           I'm a bad boy. using /1001. to force C to do float division
12026           and not integer division (as it did in my last commit)
12027           Thanks to David I. Lehn for pointing this mistake.
12028
12029 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12030
12031         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
12032           Revert Johan??s 1.35->1.36 since it breaks compat.
12033
12034 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12035
12036         * ext/dv/gstdvdec.c:
12037         * ext/libfame/gstlibfame.c:
12038         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
12039         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
12040           replace framerate aproximations by their real value
12041           (24000/1001, 30000/1001, 60000/1001)
12042           Finish fixing bug #164049
12043
12044 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12045
12046         * ext/ogg/gstoggmux.c:
12047           eos/bos debugging
12048         * gst/tcp/gstmultifdsink.c:
12049         * gst/tcp/gstmultifdsink.h:
12050         * gst/tcp/gsttcp.c:
12051         * gst/tcp/gsttcp.h:
12052         * gst/tcp/gsttcpclientsink.c:
12053         * gst/tcp/gsttcpclientsrc.c:
12054         * gst/tcp/gsttcpserversink.c:
12055         * gst/tcp/gsttcpserversrc.c:
12056           improve reusability of elements after state changes and errors
12057           make multifdsink throw away streamheaders when receiving new ones
12058
12059 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12060
12061         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
12062           Fix for if items are already in list...
12063
12064 2005-01-12  Benjamin Otte  <otte@gnome.org>
12065
12066         * gst/adder/gstadder.c: (gst_adder_loop):
12067           fix adder a bit so it doesn't screw up with events as much anymore
12068
12069 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
12070
12071         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
12072         (pixbufscale_scale), (gst_pixbufscale_chain):
12073         * ext/gdk_pixbuf/pixbufscale.h:
12074           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
12075           to ensure rowstrides are calculated the same way as 
12076           ffmpegcolorspace
12077           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
12078           that we pick up duration and offset also.
12079
12080 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12081
12082         * gst/avi/gstavimux.c: (gst_avimux_class_init),
12083         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
12084           Reusability fixes.
12085
12086 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12087
12088         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
12089         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
12090         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
12091         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
12092           Update flags when requested.
12093
12094 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12095
12096         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
12097           Fix dmix.
12098
12099 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12100
12101         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12102         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
12103         (probe_triggered), (new_decoded_pad), (gen_source_element),
12104         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
12105         * gst/playback/gstplaybasebin.h:
12106         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12107         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
12108         (gst_play_bin_change_state):
12109           Implement group-switch signal for use in apps to clear metadata
12110           cache, clean up subtitle, add suburi property instead of # hack,
12111           some error-out fixes.
12112
12113 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12114
12115         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12116           Debug.
12117         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
12118           If we got a state change in the _get handler, don't return success.
12119
12120 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12121
12122         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
12123         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
12124           Make jpegdec quiet on MJPEG decoding
12125         * gst/asfdemux/README:
12126           Fix mimetypes for MJPEG and H263
12127
12128 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12129
12130         * ext/theora/theoradec.c: (theora_dec_chain):
12131           Fix broken code generation by gcc by swapping arguments.
12132         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12133           Fix \n in debug.
12134
12135 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12136
12137         * TODO:
12138           delete this file, it is by far outdated
12139         * ext/alsa/gstalsa.1: remove
12140         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
12141         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
12142         (gst_alsa_get_caps):
12143           Add HW probing for supported sample rates. Fixes #161704
12144
12145 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12146
12147         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
12148           Don't crash, biatch! :).
12149
12150 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12151
12152         * ext/musepack/gstmusepackreader.cpp:
12153         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
12154           Some work on tags - still doesn't work in playbin...
12155         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
12156           Handle events...
12157
12158 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12159
12160         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
12161           Also shove tags on kid pads.
12162
12163 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12164
12165         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
12166           Don't bail on unknown events.
12167         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
12168           Don't crash on events before negotiation.
12169         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
12170           Send tags on pads, too.
12171         * gst/playback/gststreamselector.c:
12172         (gst_stream_selector_request_new_pad):
12173           Forward events on first pad if no input was selected yet.
12174
12175 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12176
12177         * gst/playback/gstplaybasebin.c: (setup_substreams):
12178           Don't disable streamtype if the stream doesn't exist, since
12179           then playing a video after audio will disable both and nothing
12180           will happen. Fixes the testsuite.
12181
12182 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12183
12184         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
12185         (gst_v4l_xoverlay_set_xwindow_id):
12186         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
12187         (gst_v4l2_xoverlay_set_xwindow_id):
12188           Add debug categories, fix overlay disabling.
12189
12190 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12191
12192         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
12193         * ext/alsa/gstalsa.h:
12194           Add HW probing for period_count/size and buffer_size MIX/MAX
12195           Adjust default/user defined value if out of bounds
12196           Should fix bug #162024
12197
12198 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12199
12200         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
12201           Fix warning (#161191).
12202
12203 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12204
12205         * ext/dvdread/stream_labels.c:
12206         (dvdreadsrc_get_audio_stream_labels):
12207           Fix warning (init the good variable in switch default)
12208
12209 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
12210
12211         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12212
12213         * gst/tta/gstttaparse.c: (gst_tta_src_event):
12214           Fix gcc-2.95 compile (#163485).
12215
12216 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12217
12218         * configure.ac:
12219         * ext/flac/gstflacenc.c: (gst_flacenc_init),
12220         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
12221         (gst_flacenc_tell_callback), (gst_flacenc_chain),
12222         (gst_flacenc_change_state):
12223         * ext/flac/gstflacenc.h:
12224           Update for API change in flac-1.1.1. Update requirement in
12225           configure.ac. Fixes #162974.
12226
12227 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12228
12229         * gst/playback/gstplaybasebin.c: (group_destroy):
12230           Remove hack to get rid of assert and get rid of unlinked
12231           signals properly.
12232
12233 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12234
12235         * gst/playback/gstplaybasebin.c: (setup_source):
12236           Set source to NULL so that resources are free'ed. Fixes issues
12237           with playback of CDDA and similar device-accessing things.
12238
12239 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12240
12241         * testsuite/embed/Makefile.am:
12242           test->noinst, fix make test in buildbot.
12243
12244 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12245
12246         * ext/dvdread/stream_labels.c: new file
12247         * ext/dvdread/stream_labels.h: new file
12248         * ext/dvdread/Makefile.am:
12249         * ext/dvdread/dvdreadsrc.c: (_seek_title):
12250           Extract audio stream label from DVD IFO files.
12251           It only dump them on the console for now, still have to
12252           make playbin aware of them.
12253
12254 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12255
12256         * gst/playback/gstplaybasebin.c: (setup_source):
12257           Fix hanging subs.
12258
12259 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12260
12261         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12262         (gen_preroll_element), (remove_groups), (setup_subtitle),
12263         (gen_source_element), (setup_source):
12264         * gst/playback/gstplaybasebin.h:
12265           Multiple .sub files is just a stupid idea... Fix some threading
12266           mistakes. Interestingly, external .sub files cause playbin to
12267           hang, I don't know why... Parsing fixes contributed by Fran??ois
12268           Kooman <fkooman@tuxed.net>.
12269
12270 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12271
12272         * testsuite/embed/Makefile.am:
12273           Fix buildbot.
12274
12275 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
12276
12277         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12278
12279         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12280         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12281         (gst_pngenc_set_property):
12282         * ext/libpng/gstpngenc.h:
12283           Add compression level property (#163323).
12284
12285 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12286
12287         * configure.ac:
12288         * examples/capsfilter/capsfilter1.c: (main):
12289         * examples/seeking/spider_seek.c: (make_spider_pipeline):
12290         * ext/dvdread/Makefile.am:
12291         * ext/dvdread/demo-play:
12292         * ext/dvdread/demo-play.c:
12293         * gconf/gstreamer.schemas.in:
12294         * gst-libs/gst/gconf/gconf.c:
12295         * sys/v4l/TODO:
12296         * testsuite/Makefile.am:
12297         * testsuite/embed/Makefile.am:
12298         * testsuite/embed/embed.c: (cb_expose), (main):
12299           Remove all references to xvideosink, fix examples (#140845).
12300         * gst/playback/gstplaybasebin.c: (group_destroy):
12301           Apparently, disposal does not unlink - so do explicitely.
12302         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
12303           Add debug.
12304
12305 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
12306
12307         * README: fix PKG_CONFIG_PATH instructions, what was there
12308         previously was breaking default search path, not nice. 
12309         Fixes #163358
12310
12311 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12312
12313         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
12314         (gst_audioscale_chain):
12315           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
12316           when resampling - how the ^@$^!@^! is this possible?!?
12317
12318 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12319
12320         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12321           Reset variables on READY.
12322         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
12323         (gst_matroska_mux_loop):
12324           Require data before writing header.
12325
12326 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
12327
12328         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12329
12330         * ext/mad/gstmad.c: (gst_mad_chain):
12331           Don't call mad_stream_sync() directly after recovering sync.
12332           Fixes #151661.
12333
12334 2005-01-09  Martin Eikermann  <meiker@upb.de>
12335
12336         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12337
12338         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
12339         (snapshot_handler), (gst_snapshot_sinkconnect),
12340         (gst_snapshot_chain):
12341           Allocate resources when required, fix recursive signal emission
12342           and fix caps. Fixes #161667.
12343
12344 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
12345
12346         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12347
12348         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
12349         (gst_pngdec_chain):
12350           Handle only 8-bppc (bits-per-pixel-component) images, better
12351           error handling and correct strides. Fixes #163177.
12352         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
12353         (gst_pngenc_chain):
12354           Better error handling. Fixes #163348.
12355
12356 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12357
12358         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
12359         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
12360         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
12361         (dvdnavsrc_uri_handler_init):
12362           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
12363         * gst/playback/gstplaybasebin.c: (gen_source_element):
12364           Add MMS to streaming URIs.
12365
12366 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12367
12368         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
12369         * sys/xvimage/xvimagesink.c:
12370         (gst_xvimagesink_navigation_send_event):
12371           Check for pad availability before sending event.
12372
12373 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12374
12375         * gst-plugins.spec.in:
12376           Add subparse.
12377
12378 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12379
12380         * configure.ac:
12381           Since we use functions from CVS, up requirement.
12382
12383 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12384
12385         * gst/playback/Makefile.am:
12386         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12387         (group_destroy), (group_commit), (group_is_muted),
12388         (gen_preroll_element), (add_stream), (unknown_type),
12389         (probe_triggered), (preroll_unlinked), (mute_stream),
12390         (silence_stream), (new_decoded_pad), (setup_substreams),
12391         (setup_source), (get_active_source), (mute_group_type),
12392         (muted_group_change_state), (set_active_source),
12393         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12394         (play_base_eos), (gst_play_base_bin_change_state):
12395         * gst/playback/gstplaybasebin.h:
12396         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
12397         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
12398         (gst_stream_info_dispose), (stream_info_mute_pad),
12399         (stream_info_change_state), (gst_stream_info_set_mute):
12400         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
12401         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
12402         (gst_stream_selector_init), (gst_stream_selector_dispose),
12403         (gst_stream_selector_get_linked_pad),
12404         (gst_stream_selector_get_caps), (gst_stream_selector_link),
12405         (gst_stream_selector_get_linked_pads),
12406         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12407         * gst/playback/gststreamselector.h:
12408           Adding stream selection support plus required properties for
12409           applications to use this. Fully fixes #100931.
12410
12411 2005-01-08  Benjamin Otte  <otte@gnome.org>
12412
12413         * gst/games/gstpuzzle.c: (nav_event_handler):
12414           - handle nav events differently: forward every event no matter if it
12415             was handled or not.
12416           - translate events
12417           You can now cheat by using navigationtest ! puzzle and moving the
12418           mouse close to the edge of a tile. ;)
12419
12420 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12421
12422         * configure.ac:
12423         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
12424         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
12425         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
12426         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
12427         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
12428         (gst_ogm_parse_plugin_init):
12429         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
12430         (gst_textoverlay_link), (gst_textoverlay_getcaps),
12431         (gst_textoverlay_event), (gst_textoverlay_video_chain),
12432         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
12433         * ext/pango/gsttextoverlay.h:
12434         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12435         (gst_matroska_demux_handle_seek_event),
12436         (gst_matroska_demux_sync_streams),
12437         (gst_matroska_demux_parse_blockgroup),
12438         (gst_matroska_demux_subtitle_caps),
12439         (gst_matroska_demux_plugin_init):
12440         * gst/matroska/matroska-ids.h:
12441         * gst/playback/gstdecodebin.c: (close_pad_link):
12442         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12443         (gen_preroll_element), (remove_groups), (add_stream),
12444         (new_decoded_pad), (setup_subtitles), (gen_source_element),
12445         (setup_source):
12446         * gst/playback/gstplaybasebin.h:
12447         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
12448         * gst/subparse/Makefile.am:
12449         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
12450         (gst_subparse_base_init), (gst_subparse_class_init),
12451         (gst_subparse_init), (gst_subparse_formats),
12452         (gst_subparse_eventmask), (gst_subparse_event),
12453         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
12454         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
12455         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
12456         (parse_mpsub_deinit), (parse_mpsub_init),
12457         (gst_subparse_buffer_format_autodetect),
12458         (gst_subparse_format_autodetect), (gst_subparse_loop),
12459         (gst_subparse_change_state), (gst_subparse_type_find),
12460         (plugin_init):
12461         * gst/subparse/gstsubparse.h:
12462         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
12463         (plugin_init):
12464           Add subtitle support, .sub parser (supports SRT and MPsub),
12465           OGM text support, Matroska UTF-8 text support, deadlock fixes
12466           all over the place, subtitle awareness in decodebin/playbin
12467           and some fixes to textoverlay to handle subtitles in a stream
12468           correctly. Fixes #100931.
12469
12470 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12471
12472         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12473           Check for pad availability before doing a query on it.
12474
12475 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12476
12477         * ext/dv/gstdvdec.c:
12478           really fix bpp24/32 dvdec caps (classic rgba indeed)
12479         * gst/asfdemux/gstasfdemux.c:
12480         (gst_asf_demux_process_ext_content_desc):
12481           don't send text tags if they are empty (bis repetita)
12482
12483 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12484
12485         * ext/dv/gstdvdec.c:
12486          remove unneeded comment from dvdec
12487           (related to DV 4CC codes in AVI files)
12488           moved them in gstreamer/docs/random/mimetypes
12489         * gst/asfdemux/gstasfdemux.c:
12490         (gst_asf_demux_process_ext_content_desc):
12491          don't send text tags if they are empty
12492          fix mem leak on error path
12493         * gst/ffmpegcolorspace/avcodec.h:
12494         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12495         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
12496         (gst_ffmpegcsp_avpicture_fill):
12497         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
12498         * gst/ffmpegcolorspace/imgconvert_template.h:
12499          adds BGR32 and BGRA32 to ffmpegcolorspace
12500           (still bad colors, fixing it on next commit)
12501           helps with dvdec outputing BGR32
12502
12503 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12504
12505         * ext/dv/gstdvdec.c:
12506          Fix audio caps i just broke (missing ',')
12507         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
12508         (gst_matroska_mux_reset):
12509          Fix typo + add FIXME about old "x-gst-metadata" crap
12510
12511 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12512
12513         * ext/dv/demo-play.c: (main):
12514          xvideosink -> xvimagesink
12515         * ext/dv/gstdvdec.c:
12516          change rgb 32/32 caps to 24/32 (no alpha)
12517          change nb of channels to be a list (2 or 4, not 2)
12518          change sample rate to be a list (32, 44.1, 48 kHz) not a range
12519         * gst/asfdemux/gstasfdemux.c:
12520         (gst_asf_demux_process_ext_content_desc):
12521          Add 'date/year' to extracted metadata list
12522
12523 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12524
12525         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12526           The return value of fixate_to does not imply that the requested
12527           value was set, so don't assume.
12528
12529 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
12530
12531         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12532
12533         * ext/libpng/gstpngdec.c:
12534         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
12535         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
12536         * ext/libpng/gstpngenc.h:
12537           Alpha support (encoder; #163161), mime fixage.
12538
12539 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
12540
12541         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12542
12543         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
12544         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
12545         (gst_faac_set_property), (gst_faac_get_property):
12546         * ext/faac/gstfaac.h:
12547           Allow for ADTS output (#153434).
12548
12549 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12550
12551         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
12552           Fix against template (#150576).
12553
12554 2005-01-06  Benjamin Otte  <otte@gnome.org>
12555
12556         * gst/games/gstpuzzle.c: (draw_puzzle):
12557           don't draw a puzzle if either width or height of tiles would be 0.
12558
12559 2005-01-06  Benjamin Otte  <otte@gnome.org>
12560
12561         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
12562         (gst_puzzle_class_init), (gst_puzzle_finalize):
12563           no memleaks, please
12564         (gst_puzzle_create), (gst_puzzle_init),
12565         (gst_puzzle_set_property), (gst_puzzle_setup):
12566           change initialization code around so we don't reshuffle on resize
12567         (draw_puzzle):
12568           fix another stupid typo
12569
12570 2005-01-06  Benjamin Otte  <otte@gnome.org>
12571
12572         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
12573           fix stupid typo that borked copying on YUY2
12574
12575 2005-01-06  Benjamin Otte  <otte@gnome.org>
12576
12577         * gst/games/gstpuzzle.c: (draw_puzzle):
12578           fix edges when image sizes aren't multiples of tile sizes
12579
12580 2005-01-06  Benjamin Otte  <otte@gnome.org>
12581
12582         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
12583           make RGB endianness work correctly
12584         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
12585           refactor and fix race with initial shuffling
12586         (nav_event_handler):
12587           allow using the mouse to puzzle
12588         (draw_puzzle):
12589           insist on tiles having width and height as multiples of 4 to get
12590           clean YUV image handling
12591         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12592         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
12593           s/DEBUG/LOG/ for common messages
12594         (gst_xvimagesink_navigation_send_event):
12595           fix mouse event translation to not include screen PAR
12596         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
12597           fix mouse event translation to actually work
12598
12599 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12600
12601         * gst/asfdemux/gstasfdemux.c:
12602         (gst_asf_demux_process_ext_content_desc):
12603          Extract TrackNumber metadata + clean up code
12604         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
12605          Hope this is the good fix (var used unitialised)
12606
12607 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12608
12609         * ext/faad/gstfaad.c: (gst_faad_chain):
12610           Only increment timestamp if it's valid. Fixes raw AAC streams.
12611
12612 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12613
12614         * configure.ac:
12615         * gst/games/Makefile.am:
12616         * gst/games/gstpuzzle.c:
12617           add a puzzle game with...
12618         * gst/games/gstvideoimage.c:
12619         * gst/games/gstvideoimage.h:
12620           ... full colorspace support (that includes YUV9 and RGB16)) stolen
12621           from videotestsrc and made into something that would be a nice
12622           library for a lot of other plugins.
12623
12624 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12625
12626         * configure.ac:
12627          don't compile faad plugin if a RC of 2.0 is found
12628          Fixes #155346 (and FC1 buildbot)
12629         * gst/asfdemux/gstasfdemux.c:
12630         (gst_asf_demux_process_ext_content_desc):
12631          try to make Solaris compiler happier
12632
12633 2005-01-06  Paul Jack  <pjack@sfaf.org>
12634
12635         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12636
12637         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
12638           Fix segfault (#161667).
12639
12640 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12641
12642         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
12643           Fix framerate reporting.
12644
12645 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12646
12647         * gst-libs/gst/riff/riff-ids.h:
12648         * gst/wavenc/riff.h:
12649          Add AMR (VBR and CBR) ids to riff.h audio codec list
12650         * gst/asfdemux/gstasfdemux.c:
12651         (gst_asf_demux_process_ext_content_desc),
12652         (gst_asf_demux_process_object):
12653           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
12654
12655 2005-01-05  Martin Eikermann  <meiker@upb.de>
12656
12657         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12658
12659         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12660         (gst_dvd_demux_handle_discont):
12661         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
12662         (gst_mpeg_demux_handle_discont):
12663           Recreate pads on new-media (#160730).
12664         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
12665           Send discont even if manager changes timestamps (#161929).
12666
12667 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
12668
12669         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12670
12671         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
12672           Fix invalid memory access (#159211).
12673
12674 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12675
12676         * examples/gstplay/player.c: (main):
12677           Don't iterate.
12678         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
12679           Add visualizations.
12680         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
12681         (gst_a52dec_handle_frame):
12682           Set duration.
12683         * ext/dvdnav/gst-dvd:
12684           Add audioconvert. Fixes #161325.
12685         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
12686           Explicitely case to gint64. Possible valgrind error.
12687         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
12688         (gst_play_tick_callback), (gst_play_change_state),
12689         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
12690         (gst_play_set_location), (gst_play_get_location),
12691         (gst_play_seek_to_time), (gst_play_set_data_src),
12692         (gst_play_set_video_sink), (gst_play_set_audio_sink),
12693         (gst_play_set_visualization), (gst_play_connect_visualization),
12694         (gst_play_get_framerate), (gst_play_get_all_by_interface),
12695         (gst_play_new):
12696           Use playbin. Fixes #139749 and #147744.
12697         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
12698           Add genre tag.
12699         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
12700         (audioscale_get_type), (gst_audioscale_base_init),
12701         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
12702         (gst_audioscale_getcaps), (gst_audioscale_fixate),
12703         (gst_audioscale_link), (gst_audioscale_get_buffer),
12704         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
12705         (gst_audioscale_init), (gst_audioscale_dispose),
12706         (gst_audioscale_chain), (gst_audioscale_set_property),
12707         (gst_audioscale_get_property), (plugin_init):
12708           Indent properly.
12709         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
12710           Fix LPCM.
12711         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
12712         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
12713         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
12714           Add more metadata (fixes #162656).
12715
12716 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12717
12718         * configure.ac:
12719           back to cvs
12720
12721 === release 0.8.7 ===
12722
12723 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12724
12725         * NEWS:
12726         * RELEASE:
12727         * configure.ac:
12728           releasing 0.8.7, "Hyperspace"
12729
12730 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12731
12732         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12733
12734         * gst/playback/gstplaybasebin.c:
12735          Fix for #162924 - free caps after use, not before
12736
12737 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12738
12739         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12740
12741         * gst/playback/gstplaybasebin.c:
12742         * gst/wavparse/gstwavparse.c:
12743           Fix for #154773 - fixes playback of small .wav files
12744
12745 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12746
12747         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12748
12749         * gst/audioscale/gstaudioscale.c:
12750           Fix for #162819 - make audioscale reusable
12751           Fixes playback of more than one file with playbin/totem
12752
12753 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12754
12755         * gst/ffmpegcolorspace/avcodec.h:
12756         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12757         * gst/ffmpegcolorspace/imgconvert.c:
12758           clean up the mess that made me cry and avoid needless duplication
12759
12760 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12761
12762         * gst/ffmpegcolorspace/imgconvert.c:
12763           give some indication of why we're segfaulting
12764
12765 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12766
12767         * configure.ac:
12768           Fix indentation, fix v4l2 plugin detection.
12769         * ext/Makefile.am:
12770           Fix libmms location (Maciej, use diff -u!).
12771         * ext/alsa/gstalsa.c: (gst_alsa_init):
12772           Initialize caps cache to NULL.
12773         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
12774           Only change state on audiosink if it exists.
12775
12776 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
12777
12778         * gst/matroska/matroska-demux.c:
12779         * gst/matroska/matroska-ids.h:
12780         * gst/matroska/matroska-demux.h:
12781         Fix Vorbis streams failing to decode in some files, where cluster_time
12782         isn't 0, because then it doesn't send codec_priv before actual data.
12783         Remove time-based test and replace it with marker set on beginning of
12784         new stream
12785
12786 2004-12-28  David Schleef  <ds@schleef.org>
12787
12788         Merge patch from Ronald fixing problems with streaming
12789         text.
12790         * ext/cairo/gstcairo.c: (plugin_init):
12791         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
12792         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
12793         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
12794         (gst_textoverlay_font_init), (gst_textoverlay_init),
12795         (gst_textoverlay_set_property):
12796         * ext/cairo/gsttextoverlay.h:
12797
12798 2004-12-27  David Schleef  <ds@schleef.org>
12799
12800         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
12801         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
12802         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
12803         (gst_textoverlay_font_init), (gst_textoverlay_init),
12804         (gst_textoverlay_set_property): Improvements to actually
12805         render text as white on black outline on video, including
12806         font selection and horizontal/vertical alignment.  (Ronald's
12807         christmas present)
12808         * ext/cairo/gsttextoverlay.h:
12809
12810 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12811
12812         * ext/ogg/gstogg.c:
12813         * ext/ogg/gstogmparse.c:
12814           fix ogm[audio/video]parse plugin registration
12815           (riff won't load if bytestream is already loaded)
12816
12817 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12818
12819         * gst/audioconvert/gstchannelmix.c:
12820           fix for GLIB < 2.4
12821
12822 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12823
12824         * Makefile.am:
12825         * configure.ac:
12826           disable docs again until it actually passes make distcheck.
12827
12828 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12829
12830         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
12831         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
12832         (plugin_init):
12833           Add 3GP (variables name Q3GP because they can't start with a
12834           number). Add samr audio fourcc (used in .3gp files), decoder
12835           is work in progress. Also do a GST_WARNING instead of ERROR
12836           in case of unknown nodes, to decrease output.
12837
12838 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12839
12840         * Makefile.am:
12841           really fix dist
12842
12843 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12844
12845         * configure.ac:
12846         * ext/speex/gstspeexdec.h:
12847         * ext/speex/gstspeexenc.h:
12848           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
12849           Fix detection code in configure.ac
12850
12851 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12852
12853         * gst/matroska/matroska-demux.c:
12854         (gst_matroska_demux_parse_blockgroup):
12855           Save position, so that queries give proper return values. Don't
12856           know how this could ever have worked before...
12857
12858 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12859
12860         * configure.ac:
12861           Put additional LAME check inside the conditional.  Fixes #152339
12862
12863 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12864
12865         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12866         (gst_avi_demux_stream_scan):
12867           Add some more debug. Fix logic error when setting movi offset
12868           while reading index.
12869
12870 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12871
12872         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12873         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
12874         (gst_avi_demux_process_next_entry):
12875           Add some debugging. Better detection of broken indexes and the
12876           accompanying index recovery. No infinite loops on state changes
12877           when we're still in our loopfunction.
12878
12879 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12880
12881         * configure.ac:
12882           Fix up.
12883
12884 2004-12-22  Archana Shah  <archana.shah@wipro.com>
12885
12886         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12887
12888         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
12889           Normalizing the value before setting
12890         (gst_sunaudiomixer_get_volume):
12891           Normalizing the value after getting. Fixes bug# 161980
12892
12893 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
12894
12895         * Makefile.am: Make sure docs gets disted
12896         * docs/Makefile.am: Make sure all needed files get disted
12897         * gst-plugins.spec.in: latest updates
12898
12899 2004-12-22  Wim Taymans  <wim@fluendo.com>
12900
12901         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12902         Revert patch 1.38 as clock distribution over schedulers does
12903         not work correcly in the core yet.
12904
12905 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12906
12907         * sys/oss/README: remove this file, which predates my birth
12908           (and which content is by far outdated)
12909
12910 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
12911
12912         * Makefile.am:
12913         * configure.ac:
12914         * docs/Makefile.am:
12915         * docs/libs/Makefile.am:
12916         * docs/libs/gst-plugins-libs-docs.sgml:
12917         * docs/libs/gst-plugins-libs-sections.txt:
12918         * docs/libs/tmpl/gstgconf.sgml:
12919         * docs/upload.mak:
12920         * docs/version.entities.in:
12921           Added boilerplate gtk-doc files for plugin-libs documentation.
12922
12923 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12924
12925         * gst/auparse/gstauparse.c: fix int and float audio caps
12926
12927 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12928
12929         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
12930         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
12931           g_assert() can be a macro, don't use #ifdef inside it.
12932
12933 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
12934
12935         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12936
12937         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
12938         (gst_videorate_init), (gst_videorate_chain),
12939         (gst_videorate_change_state):
12940           Event handling (fixes #159986).
12941
12942 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12943
12944         * gst-libs/gst/riff/riff-media.c:
12945         (gst_riff_create_video_caps_with_data):
12946           Add BLZ0 (Blizzard's version of DivX) fourcc.
12947
12948 2004-12-18  David Schleef  <ds@schleef.org>
12949
12950         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
12951         portability fix.
12952
12953 2004-12-18  David Schleef  <ds@schleef.org>
12954
12955         * gst/tta/ttadec.h: Disable some header code that isn't used
12956         and clearly isn't portable.
12957
12958 2004-12-18  David Schleef  <ds@schleef.org>
12959
12960         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
12961         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
12962         (avcodec_get_pix_fmt), (avpicture_layout),
12963         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
12964         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
12965         Fix code to not use GCC extensions (and c99 extensions that
12966         Forte does not like.)
12967
12968 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12969
12970         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12971
12972         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
12973         (gst_deinterlace_chain):
12974           Rowstride fixes. Fixes #161039.
12975         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
12976         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
12977         (gst_video_crop_getcaps), (gst_video_crop_link),
12978         (gst_video_crop_i420), (gst_video_crop_chain),
12979         (gst_video_crop_change_state):
12980           Rework of negotiation. Actually works now. Fixes #158650.
12981
12982 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12983
12984         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
12985           That was very stupid.
12986
12987 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12988
12989         * gst/matroska/matroska-demux.c:
12990         (gst_matroska_demux_parse_blockgroup):
12991           Fix possible crasher.
12992
12993 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12994
12995         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
12996         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
12997           Lace sizes can be zero.
12998
12999 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13000
13001         * ext/musepack/gstmusepackdec.cpp:
13002           Fetch error return values. Fixes #161624.
13003         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
13004           Really EOS.
13005
13006 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13007
13008         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13009           Work for truncated (unfinished download etc.) files. Fixes #160514.
13010
13011 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13012
13013         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13014           Fix for integer overflow. Makes #156001 not crash. Probably masks
13015           the real bug.
13016
13017 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13018
13019         * gst/ac3parse/gstac3parse.c: (plugin_init):
13020           Parsers never have ranks. Fixes #159651.
13021
13022 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13023
13024         * gst/playback/gstdecodebin.c: (compare_ranks):
13025           make sure the facotries are ordered the same every time even if they
13026           have the same rank by using the name
13027         * gst/playback/gstdecodebin.c: (find_compatibles):
13028           make sure we don't add factories to the list twice
13029
13030 2004-12-16  David Schleef  <ds@schleef.org>
13031
13032         * configure.ac: look for musepack headers as musepack/*.h
13033         (fixes #159847)
13034         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
13035         * ext/musepack/gstmusepackreader.h: same
13036
13037 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13038
13039         * gst-libs/gst/riff/riff-read.c:
13040         (gst_riff_read_strf_auds_with_data):
13041           Read extradata correctly (fixes #155879).
13042
13043 2004-12-16  David Schleef  <ds@schleef.org>
13044
13045         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
13046         audio.  does _not_ attempt or allow conversion unless channels
13047         is 1 or 2.
13048
13049 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
13050
13051         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
13052
13053 2004-12-16  David Schleef  <ds@schleef.org>
13054
13055         * gst/audioscale/gstaudioscale.c: the resample library only
13056         handles 1 or 2 channels.  Change caps to compensate.
13057
13058 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13059
13060         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
13061         (gst_matroska_demux_audio_caps):
13062           Some MPEG-AAC hacks, because else it doesn't work...
13063
13064 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13065
13066         * gst-libs/gst/riff/riff-media.c:
13067         (gst_riff_create_video_caps_with_data),
13068         (gst_riff_create_video_template_caps):
13069           Add h264.
13070
13071 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13072
13073         * gst-libs/gst/audio/Makefile.am:
13074           Try to fix buildbot.
13075
13076 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13077
13078         * gst/tcp/gstmultifdsink.c:
13079           Clean up and uniformize debugging.
13080
13081 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
13082
13083         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13084
13085         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
13086         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
13087         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
13088         (gst_mpeg_demux_change_state):
13089           Reset on ready. Fixes 160276.
13090
13091 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
13092
13093         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13094
13095         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13096         (gst_ffmpegcsp_pad_link):
13097           Fix memleak (#154815).
13098
13099 2004-12-16  James Bowes  <bowes@cs.dal.ca>
13100
13101         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13102
13103         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
13104         (gst_musicbrainz_init), (gst_musicbrainz_chain),
13105         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
13106         * ext/musicbrainz/gsttrm.h:
13107           Add support for using a proxy server when getting a trm id from
13108           the MusicBrainz database (#149613).
13109
13110 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
13111
13112         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13113
13114         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
13115         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13116           Fix memleaks (#157233).
13117
13118 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
13119
13120         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13121
13122         * gst-libs/gst/resample/resample.c: (gst_resample_close):
13123         * gst-libs/gst/resample/resample.h:
13124         * gst/audioscale/gstaudioscale.c:
13125           Fix memleak (#159215).
13126
13127 2004-12-16  Toni Willberg  <toniw@iki.fi>
13128
13129         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13130
13131         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
13132         * sys/oss/oss_probe.c: (main):
13133           Check for mono/stereo support (similar to samplerate probing),
13134           fixes #159433. Also add missing copyright header to oss_probe.c.
13135
13136 2004-12-15  David Schleef  <ds@schleef.org>
13137
13138         * configure.ac: add audioresample and cairo plugins.  Remove
13139         HAVE_MMX stuff, because it's not used.
13140         * ext/Makefile.am: same
13141         * ext/audioresample/Makefile.am: You are not ready for an
13142         audio resampling element based on audioresample.
13143         * ext/audioresample/gstaudioresample.c:
13144         * ext/audioresample/gstaudioresample.h:
13145         * ext/cairo/Makefile.am: You are not ready for overlay elements
13146         based on cairo.  Don't look too closely, these elements kinda
13147         suck right now.
13148         * ext/cairo/gstcairo.c: new
13149         * ext/cairo/gsttextoverlay.c: new
13150         * ext/cairo/gsttextoverlay.h: new
13151         * ext/cairo/gsttimeoverlay.c: new
13152         * ext/cairo/gsttimeoverlay.h: new
13153         * gst-libs/gst/media-info/media-info-priv.h: fix compile
13154         problem with compilers that don't support variadic macros.
13155
13156 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
13157
13158         Reviewed by:  David Schleef  <ds@schleef.org>
13159
13160         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
13161         Bala, registering sunaudiosrc (oops!), and cleaning up code a
13162         bit.  Also ran indent-gst.
13163         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
13164         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
13165         (gst_sunaudiosrc_setparams):
13166
13167 2004-12-14  David Schleef  <ds@schleef.org>
13168
13169         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
13170         output rate to 16000.  Should fix #160235.
13171
13172 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13173
13174         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13175         Add typefinding for mpeg2 pes streams
13176
13177 2004-12-13  David Schleef  <ds@schleef.org>
13178
13179         * configure.ac:  Applied patch from bug #143659, making default
13180         sources and sinks OS-dependent (for Solaris), and added code
13181         for OS/X.
13182         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
13183
13184 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13185
13186         * gst-libs/gst/riff/riff-media.c:
13187           forgot to add h2.64 to avidemux template caps
13188
13189 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13190
13191         * gst/wavenc/riff.h:
13192         * gst-libs/gst/riff/riff-media.c:
13193         * gst-libs/gst/riff/riff-ids.h:
13194         * gst/avi/gstavimux.c
13195         add 4CC code for VideoSoft h264 in AVI (VSSH)
13196           fixes bug #160655
13197         remove s323 from riff, it's quicktime specific :(
13198
13199 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13200
13201         * gst/asfdemux/README
13202         * gst/wavenc/riff.h
13203         * gst-libs/gst/riff/riff-ids.h
13204         * gst-libs/gst/riff/riff-media.c
13205         * gst/qtdemux/qtdemux.c:
13206           add new 4CC codes for h263 related codecs
13207           fixes partially bug #155163
13208
13209 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
13210
13211         * configure.ac: Update polyaudio requirement to 0.7
13212         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
13213
13214 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13215
13216         * gst/interleave/deinterleave.c:
13217         fix my name's spelling! :)
13218
13219 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13220
13221         * AUTHORS ChangeLog
13222         * gst/auparse/gstauparse.c
13223         * gst/interleave/deinterleave.c
13224         * gst/law/:
13225                 alaw-decode.c alaw-encode.c
13226                 mulaw-decode.c mulaw-encode.c
13227         * gst/oneton/gstoneton.c
13228         * sys/osxaudio/:
13229                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
13230         * sys/osxvideo/:
13231                 cocoawindow.h cocoawindow.m
13232                 osxvideosink.h osxvideosink.m
13233
13234         put the same mail address for Zaheer Abbas Merali everywhere
13235
13236 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13237
13238         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
13239           Align by packetsize, and assert that we a packet available before
13240           playing. The first makes webstreams work (they often include
13241           trailing padding data in a packet), the second allows pausing a
13242           ASF stream in totem without getting demux errors afterwards.
13243
13244 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13245
13246         * ext/ogg/gstoggdemux.c: (get_relative):
13247           Check for non-NULL before accessing member (end-of-chain).
13248
13249 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13250
13251         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
13252         (cdparanoia_set_property), (cdparanoia_get_property):
13253         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
13254         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
13255         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
13256         (dvdreadsrc_init), (dvdreadsrc_set_property),
13257         (dvdreadsrc_get_property):
13258         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
13259         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
13260           Synchronize property names where not yet the case. Devices are
13261           now device=X, other versions are deprecated (but still exist).
13262           Also use g_free() unconditionally.
13263         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13264         (setup_source), (gst_play_base_bin_get_property):
13265           Expose source.
13266
13267 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13268
13269         * configure.ac: move GCONF macro outside conditional for the am
13270           conditional. Fixes #160439
13271
13272 2004-12-08  David Schleef  <ds@schleef.org>
13273
13274         * tools/gst-visualise-m.m: Switch to elements that currently
13275         exist.
13276
13277 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13278
13279         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13280           We love wrong commas.
13281
13282 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13283
13284         * gst/matroska/matroska-demux.c:
13285         (gst_matroska_demux_handle_src_query):
13286           Don't set DEFAULT, unsupported - makes length display incorrectly
13287           in some cases.
13288
13289 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
13290
13291         * gst/monoscope/README: remove blurb about files being GPL
13292         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
13293         * gst/monoscope/monoscope.c: Change license to BSD with explanation
13294           monoscope is now effectively LGPL licensed
13295
13296 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
13297
13298         * gst/monoscope/README: Update information to be more correct
13299         * gst/monoscope/convolve.c: Relicense to LGPL
13300         * gst/monoscope/convolve.h: Relicense to LGPL
13301
13302 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
13303
13304         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
13305           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
13306         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
13307           set default_duration for mpeg1 audio
13308
13309 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13310
13311         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
13312         * ext/alsa/gstalsa.h:
13313           refactor big chunks of the core caps negotiation code to make it
13314           a lot faster, because people claim it's really slow
13315           (actually, just cache the getcaps when the device is opened)
13316
13317 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13318
13319         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
13320         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
13321         (gst_a52dec_handle_frame), (gst_a52dec_chain),
13322         (gst_a52dec_change_state), (plugin_init):
13323         * ext/a52dec/gsta52dec.h:
13324           Do something useful with timestamps. Make chain-based (since
13325           there's really no reason to be loopbased).
13326         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13327           Update current_byte/frame correctly.
13328
13329 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13330
13331         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
13332         (gst_ape_demux_stream_init):
13333           Forward tags, too.
13334
13335 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13336
13337         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
13338           Let's make sure we're done typefinding when detecting tags.
13339
13340 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13341
13342         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
13343         (gst_ebml_read_init), (gst_ebml_read_use_event),
13344         (gst_ebml_read_element_id), (gst_ebml_peek_id),
13345         (gst_ebml_read_seek), (gst_ebml_read_skip),
13346         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
13347         (gst_ebml_read_master):
13348         * gst/matroska/ebml-read.h:
13349         * gst/matroska/matroska-demux.c:
13350         (gst_matroska_demux_parse_contents),
13351         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
13352           Disgustingly evil hack for working around INTERRUPT events and
13353           their extremely annoying habit of being a pain in the ass. We
13354           simply peek a cluster before reading any of it.
13355
13356 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13357
13358         * ext/musepack/gstmusepackdec.cpp:
13359           There's also floating point libmusepacks.
13360
13361 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13362
13363         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
13364         (gst_faad_chanpos_to_gst), (gst_faad_chain):
13365           Set DURATION even if source buffer didn't. Also use increasing
13366           timestamps.
13367         * gst-libs/gst/riff/riff-media.c:
13368         (gst_riff_create_audio_caps_with_data):
13369           Block_align can have larger values than 8192.
13370
13371 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13372
13373         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
13374         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
13375         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
13376         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
13377           Fix caps.
13378
13379 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13380
13381         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
13382           Fix logic bug.
13383
13384 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13385
13386         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
13387           Yay, another one.
13388
13389 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13390
13391         * ext/esd/esdsink.c: (gst_esdsink_chain):
13392           Make error actually say something useful (fixes #156798).
13393         * gst-libs/gst/riff/riff-media.c:
13394         (gst_riff_create_video_caps_with_data),
13395         (gst_riff_create_video_template_caps):
13396           Add Intel Video 5.0 fourcc (IV50).
13397
13398 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
13399
13400         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
13401         detection on mono and stereo mp3 files.
13402
13403 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13404
13405         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13406           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
13407           the contained stream).
13408
13409 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13410
13411         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
13412           Oops, remove debug.
13413
13414 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
13415
13416         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13417
13418         * gst/law/alaw-decode.c: (alawdec_getcaps):
13419         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
13420           Prevent warnings when negotiating caps (fixes #159338).
13421
13422 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13423
13424         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13425         (gst_ffmpegcsp_chain):
13426           Remove old leftover that shouldn't be there...
13427
13428 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
13429
13430         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13431
13432         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
13433           Don't forward DISCONT events (fixes #159684).
13434
13435 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13436
13437         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
13438           Unlink manually since sometimes bin disposal (and therefore
13439           pad unlinking) is delayed, which will cause a new media file
13440           to not be able to start playing instantly.
13441
13442 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13443
13444         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
13445           On mute of an unlinked stream, check for pad availability so
13446           we don't crash on unlinked pad.
13447
13448 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13449
13450         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13451         (gst_avi_demux_massage_index):
13452           Fix quite humiliating bug in omitting 0-sized index chunks but
13453           forgetting to count them for timestamps.
13454
13455 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13456
13457         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
13458           Actually leave the loop if we failed to sync. Don't crash.
13459
13460 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13461
13462         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
13463         (gst_dvd_demux_process_private):
13464         * gst/mpegstream/gstdvddemux.h:
13465           Fix crash (#159759). Doesn't work, though. :-(.
13466
13467 2004-11-28  Benjamin Otte  <otte@gnome.org>
13468
13469         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
13470           more overwriting protection due to modifying channels one by one
13471           instead of all at once
13472
13473 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13474
13475         * gst/audioconvert/gstchannelmix.c:
13476         (gst_audio_convert_fill_normalize):
13477           Normalize using absolute values.
13478
13479 2004-11-28  Julien MOUTTE  <julien@moutte.net>
13480
13481         * configure.ac:
13482         * ext/Makefile.am:
13483         * ext/directfb/Makefile.am:
13484         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
13485         (gst_directfbvideosink_get_pixel_format),
13486         (gst_directfbvideosink_get_format_from_fourcc),
13487         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
13488         (gst_directfbvideosink_sink_link),
13489         (gst_directfbvideosink_change_state),
13490         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
13491         (gst_directfbvideosink_buffer_alloc),
13492         (gst_directfbvideosink_interface_supported),
13493         (gst_directfbvideosink_interface_init),
13494         (gst_directfbvideosink_navigation_send_event),
13495         (gst_directfbvideosink_navigation_init),
13496         (gst_directfbvideosink_set_property),
13497         (gst_directfbvideosink_get_property),
13498         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
13499         (gst_directfbvideosink_base_init),
13500         (gst_directfbvideosink_class_init),
13501         (gst_directfbvideosink_get_type), (plugin_init):
13502         * ext/directfb/directfbvideosink.h: Adding a first version of
13503         directfbvideosink.
13504         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
13505         more.
13506
13507 2004-11-28  Benjamin Otte  <otte@gnome.org>
13508
13509         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
13510           walk the samples backwards if out_channels > in_channels so we don't
13511           overwrite data
13512
13513 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13514
13515         * gst/audioconvert/Makefile.am:
13516         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
13517         (gst_audio_convert_link), (gst_audio_convert_change_state),
13518         (gst_audio_convert_channels):
13519         * gst/audioconvert/gstchannelmix.c:
13520         (gst_audio_convert_unset_matrix),
13521         (gst_audio_convert_fill_identical),
13522         (gst_audio_convert_fill_compatible),
13523         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
13524         (gst_audio_convert_fill_others),
13525         (gst_audio_convert_fill_normalize),
13526         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
13527         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
13528         * gst/audioconvert/gstchannelmix.h:
13529           Implement a channel mixer.
13530
13531 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
13532
13533         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
13534         * ext/alsa/gstalsa.h:
13535         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
13536         Make alsasink actually honor gst_element_set_clock and use that
13537         clock instead of its internal one.
13538
13539 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
13540
13541         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
13542         (gst_play_base_bin_change_state): nullify source and decoder when
13543         going from READY to NULL so that we don't try to do weird stuff with
13544         them when going from NULL to READY
13545         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
13546         instead of g_object_unref
13547         (gen_video_element), (gen_audio_element): more refcounting fixes, now
13548         it should be correct
13549         (gst_play_bin_change_state): don't call remove_sinks if we are
13550         currently disposing the object
13551
13552 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13553
13554         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
13555           Don't forget bass if it's there. Else left channel is silent...
13556
13557 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13558
13559         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
13560         (gst_a52dec_change_state):
13561           Don't do sample adjusting anymore, we use float audio now.
13562         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
13563           Don't fixate to non-existing properties.
13564
13565 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13566
13567         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
13568         (gst_a52dec_change_state):
13569           Advertise that we can do surround sound.
13570
13571 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13572
13573         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
13574           Add buffer-frames=0.
13575         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
13576         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
13577         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
13578         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
13579         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
13580         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
13581         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
13582         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
13583         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
13584         * ext/dvdread/dvdreadsrc.h:
13585           Add seeking, querying for bytes, sectors, title, angle and
13586           chapter. Handle multiple chapters. Relicense to LGPL because
13587           Billy agreed on that (thanks Billy!).
13588
13589 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
13590
13591         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
13592         call parent dispose method
13593
13594 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
13595
13596         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
13597         (gst_audio_clock_get_internal_time):
13598         Fix active <-> inactive transitions: ensure time value always
13599         grows and avoid abrupt value changes.
13600
13601 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
13602
13603         * configure.ac:
13604         * gst/tta/Makefile.am:
13605         * gst/tta/crc32.h:
13606         * gst/tta/filters.h:
13607         * gst/tta/gsttta.c:
13608         * gst/tta/gstttadec.c:
13609         * gst/tta/gstttadec.h:
13610         * gst/tta/gstttaparse.c:
13611         * gst/tta/gstttaparse.h:
13612         * gst/tta/ttadec.h:
13613           added TTA parser and decoder
13614
13615 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13616
13617         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13618         (probe_triggered), (check_queue), (buffer_underrun),
13619         (buffer_running), (buffer_overrun), (gen_source_element),
13620         (setup_source):
13621         * gst/playback/gstplaybasebin.h:
13622           Implement buffering. Needs some more work.
13623
13624 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13625
13626         * ext/theora/theoradec.c: (theora_dec_chain):
13627           Fix ilog mask range overflow.
13628
13629 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13630
13631         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
13632           Don't omit the last (which in case of dmix is the only :) )
13633           channel count. Don't set channels if <= 2.
13634
13635 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
13636
13637         * gst/playback/gstplaybin.c: (gen_video_element),
13638         (gen_audio_element): Removed 2 obsolete comments
13639
13640 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13641
13642         * ext/vorbis/oggvorbisenc.c
13643         * ext/vorbis/vorbisenc.c :
13644           change description fields of those plugins to differentiate them
13645           (pitivi show Encoders by description, they had the same one)
13646
13647 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
13648
13649         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13650
13651         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
13652         (gst_play_bin_set_property), (gen_video_element),
13653         (gen_audio_element):
13654           Refcounting fixes for provided audio-/videosinks.
13655
13656 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13657
13658         * gst/playback/gstplaybin.c: (gen_video_element),
13659         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
13660           Don't reference all sinks, but only the video- and audiosinks.
13661           The vis. element should be disposed when we're done with it.
13662           We don't have any reason to keep it around. This fixes warnings
13663           when reusing playbin for playing multiple audio files with
13664           vis. enabled. Also release audio device on pause - idea stolen
13665           from Rhythmbox.
13666
13667 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13668
13669         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
13670         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
13671         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
13672         * ext/alsa/gstalsaplugin.c: (plugin_init):
13673         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
13674         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
13675         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
13676         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
13677         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
13678         (gst_faad_change_state), (plugin_init):
13679         * ext/faad/gstfaad.h:
13680         * ext/vorbis/vorbis.c: (plugin_init):
13681         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13682         * gst-libs/gst/audio/Makefile.am:
13683         * gst-libs/gst/audio/audio.c: (plugin_init):
13684         * gst-libs/gst/audio/multichannel.c:
13685         (gst_audio_check_channel_positions),
13686         (gst_audio_get_channel_positions),
13687         (gst_audio_set_channel_positions),
13688         (gst_audio_set_structure_channel_positions_list),
13689         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
13690         (gst_audio_fixate_channel_positions):
13691         * gst-libs/gst/audio/multichannel.h:
13692         * gst-libs/gst/audio/testchannels.c: (main):
13693         * gst/audioconvert/gstaudioconvert.c:
13694         (gst_audio_convert_class_init), (gst_audio_convert_init),
13695         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
13696         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
13697         (gst_audio_convert_fixate), (gst_audio_convert_channels):
13698         * gst/audioconvert/plugin.c: (plugin_init):
13699           Surround sound support.
13700
13701 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13702
13703         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
13704           Fix position for discont if we're close as well. Nitpicking, but
13705           saves a few milliseconds of extra waiting or skipping.
13706
13707 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13708
13709         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
13710           We sometimes need parsers for playback, so add those too.
13711
13712 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13713
13714         * configure.ac:
13715         * gst/apetag/Makefile.am:
13716         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
13717         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
13718         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
13719         (gst_ape_demux_get_src_query_types),
13720         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
13721         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
13722         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
13723         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
13724         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
13725         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
13726         (gst_ape_demux_change_state):
13727         * gst/apetag/apedemux.h:
13728         * gst/apetag/apetag.c: (plugin_init):
13729         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
13730         (plugin_init):
13731           APE v1/2 tag reader plus typefind function.
13732
13733 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13734
13735         * configure.ac:
13736         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
13737         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
13738           Remove hacks for older core. Require newer core version
13739           accordingly.
13740
13741 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13742
13743         * gst/cdxaparse/Makefile.am:
13744         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
13745         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
13746         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
13747         * gst/cdxaparse/gstcdxaparse.h:
13748         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
13749         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
13750         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
13751         (gst_cdxastrip_get_src_query_types),
13752         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
13753         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
13754         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
13755         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
13756         * gst/cdxaparse/gstcdxastrip.h:
13757           SVCD/VCD header stripping separated from CDXA image parsing.
13758         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13759         (plugin_init):
13760           Add VCD/SVCD header typefinding for VCD/SVCD.
13761         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
13762         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
13763         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
13764         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
13765         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
13766         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
13767         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
13768         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
13769         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
13770         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
13771         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
13772         * sys/vcd/vcdsrc.h:
13773           Fix up, add seeking, querying, URI interface. Works in totem now.
13774
13775 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13776
13777         * configure.ac:
13778           back to CVS
13779
13780 === release 0.8.6 ===
13781
13782 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13783
13784         * NEWS:
13785         * RELEASE:
13786         * configure.ac:
13787         * po/af.po:
13788         * po/az.po:
13789         * po/cs.po:
13790         * po/en_GB.po:
13791         * po/hu.po:
13792         * po/it.po:
13793         * po/nb.po:
13794         * po/nl.po:
13795         * po/or.po:
13796         * po/sq.po:
13797         * po/sr.po:
13798         * po/sv.po:
13799         * po/uk.po:
13800           releasing 0.8.6, "IOU Love"
13801
13802 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13803
13804         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
13805
13806         * gst/playback/gstplaybasebin.c:
13807           Fix unplayable files error handling.  Fixes #158365
13808
13809 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13810
13811         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
13812
13813         * gst/typefind/gsttypefindfunctions.c:
13814           Fix broken mp3 typefinding.  Fixes #158375
13815
13816 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13817
13818         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
13819
13820         * ext/ogg/gstoggdemux.c:
13821           Fix sync on broken files.  Fixes #158976
13822
13823 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13824
13825         patch by: Edward Hervey <bilboed@bilboed.com>
13826
13827         * ext/libpng/gstpngenc.c:
13828           Copy over buffer properties.  Fixes #158832
13829
13830 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13831
13832         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
13833
13834         * ext/dvdread/dvdreadsrc.c:
13835           Fixes invalid reads (#158462)
13836
13837 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13838
13839         * sys/v4l/gstv4lsrc.c:
13840         * sys/v4l/gstv4lsrc.h:
13841         * sys/v4l/v4lsrc_calls.c:
13842           Probe less and cache it.  Fixes #159187.
13843
13844 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13845
13846         * gst/videorate/gstvideorate.c:
13847           Handle all video formats. Fixes #159186.
13848
13849 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
13850         * gst/synaesthesia/gstsynaesthesia.c:
13851         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
13852         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
13853         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
13854         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
13855         (gst_synaesthesia_change_state), (plugin_init):
13856         Fix up synaesthesia to work under different samplerates/ buffer sizes.
13857         Force 320x200 output, as that's the only thing the underlying
13858         synaesthesia implementation supports. Still needs to be made
13859         re-entrant.
13860
13861 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13862
13863         * configure.ac:
13864           Fix mpeg2enc configure check (similar to mplex check below).
13865
13866 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
13867
13868         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13869
13870         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13871           Fix for gcc-2.95 (fixes #158221).
13872
13873 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13874
13875         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
13876           Re-add clock distribution hack (until new core is released).
13877           Fixes #158125.
13878
13879 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
13880         * configure.ac:
13881           fix mplex configure check segfaulting on some systems (bug #140994)
13882
13883 2004-11-13  Benjamin Otte  <otte@gnome.org>
13884
13885         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
13886           add debugging
13887         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13888           do a wait when we enter the loop func with no data available to
13889           write instead of getting into an 100% CPU loop by just returning and
13890           being called again by the scheduler
13891
13892 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
13893
13894         * configure.ac:
13895         * ext/libvisual/visual.c: (gst_visual_get_type),
13896         (libvisual_log_handler), (gst_visual_getcaps),
13897         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
13898         (plugin_init):
13899           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
13900         * ext/smoothwave/Makefile.am:
13901         * ext/smoothwave/demo-osssrc.c: (main):
13902         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
13903         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
13904         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
13905         (plugin_init):
13906         * ext/smoothwave/gstsmoothwave.h:
13907           Make gstsmoothwave a working element in the 20th century.
13908
13909         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
13910           Fix incorrect link function
13911
13912 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13913
13914         * gst/volume/gstvolume.c:
13915           Allow buffer-frames=0.
13916
13917 2004-11-12 Iain <iaingnome@gmail.com>
13918
13919         * configure.ac: Check for polypaudio
13920
13921         * ext/Makefile.am: Build the polyp dir
13922
13923         * ext/polyp: The polypsink sources.
13924
13925 2004-10-30 Iain <iaingnome@gmail.com>
13926
13927         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
13928         caps to reflect the new number of channels.
13929
13930 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13931
13932         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13933           Fix for negotiation order problem. This would show when the
13934           ALSA loopfuction was called before any other function. ALSA
13935           wouldn't do anything because we're not negotiated yet, leading
13936           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
13937
13938 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13939
13940         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13941
13942         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13943           No warnings (#157986).
13944
13945 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13946
13947         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13948           Prefer apev1/2 and id3v1 (at end of file) over musepack.
13949
13950 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13951
13952         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
13953           Signal no-more-pads (so it works in playbin).
13954
13955 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13956
13957         * ext/musepack/gstmusepackreader.cpp:
13958           Workaround for older core.
13959
13960 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13961
13962         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
13963           Actually test for odd width/height rather than testing whether
13964           a temporary variable that was 0 before we subtracted 1 is now
13965           not equal to zero (which it always is).
13966
13967 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13968
13969         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
13970         Fix compilation if HAVE_XVIDEO is not defined
13971
13972 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13973
13974         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
13975         Fix compilation if HAVE_XVIDEO is not defined
13976
13977 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
13978
13979         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
13980         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
13981         (gst_goom_change_state), (plugin_init):
13982         Use the bytestream adapter so goom doesn't depend on the input
13983         buffer size.
13984         Add a debug category
13985
13986 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13987
13988         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
13989           Only set hardware parameters *after* negotiation. Before
13990           negotiation, it will set ANY and that seems to cause crashes
13991           (see e.g. #151288, #153227).
13992
13993 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13994
13995         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
13996           This seems to be antique leftover. It needs to pass error
13997           checking.
13998         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
13999         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
14000         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
14001         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
14002           Fix GstXOverlay implementation (#151059).
14003
14004 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14005
14006         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
14007           Don't assert (#157853).
14008
14009 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14010
14011         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
14012           Fix bytes/samples confustion.
14013         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
14014           Fix for underrun (#144389).
14015
14016 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14017
14018         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
14019           Disable halfway-seek for pending release (since it needs a new
14020           core release).
14021
14022 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14023
14024         * sys/v4l/gstv4lsrc.c:
14025         * sys/v4l/gstv4lsrc.h:
14026         * sys/v4l/v4lsrc_calls.c:
14027           add autoprobe-fps property so we can separate autoprobing parts
14028
14029 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14030
14031         * sys/v4l/gstv4lsrc.c:
14032         * sys/v4l/v4lsrc_calls.c:
14033         initialise fourcc to catch unset fourcc's, and debug
14034
14035 2004-11-09  Wim Taymans  <wim@fluendo.com>
14036
14037         * gst/playback/README:
14038         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
14039         * gst/playback/gstplaybin.c: (gst_play_bin_init),
14040         (gst_play_bin_dispose), (gst_play_bin_set_property),
14041         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
14042         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
14043         (gst_play_bin_get_formats), (gst_play_bin_convert),
14044         (gst_play_bin_get_query_types), (gst_play_bin_query):
14045         Cleanups and some more documentation.
14046
14047 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
14048
14049         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
14050         (gst_cacasink_init), (gst_cacasink_chain):
14051         * ext/libcaca/gstcacasink.h:
14052         Cacasink inherits from VideoSink, so let that store the clock.
14053
14054 2004-11-09  Wim Taymans  <wim@fluendo.com>
14055
14056         * gst/playback/README:
14057         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
14058         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
14059         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
14060         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
14061         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
14062         (setup_sinks):
14063         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
14064         (gst_stream_info_is_mute), (gst_stream_info_set_property):
14065         * gst/playback/gststreaminfo.h:
14066         Updated README.
14067         Only switch groups if all streams have muted (EOSed).
14068         Send Tags in sync with the stream playback instead of in
14069         the playback/preroll phase.
14070         Some cleanups, free the fakesrc elements.
14071
14072 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14073
14074         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
14075           buffer-frames property was missing
14076         * ext/arts/gst_arts.c:
14077           rate missing from sinkcaps
14078         * ext/audiofile/gstafparse.c:
14079         * ext/audiofile/gstafsink.c:
14080         * ext/audiofile/gstafsrc.c:
14081         * ext/swfdec/gstswfdec.c:
14082           int audio doesn't know buffer-frames
14083         * ext/cdparanoia/gstcdparanoia.c:
14084           int audio doesn't know chunksize either
14085         * ext/nas/nassink.c:
14086           it's endianness, not endianess
14087         * gst-libs/gst/audio/audio.h:
14088           make float standard pad template caps really describe float
14089         * gst/law/mulaw.c: (linear_factory):
14090           signed only, please
14091         * gst/mpegstream/gstdvddemux.c:
14092           widths of 20 are not valid
14093
14094 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14095
14096         Submitted by: Luca Ferretti <elle.uca@infinito.it>
14097
14098         * po/LINGUAS:
14099         * po/it.po:
14100           Add Italian
14101
14102 2004-11-08  Wim Taymans  <wim@fluendo.com>
14103
14104         * gst/playback/README:
14105         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
14106         * gst/playback/gstplaybasebin.c: (probe_triggered),
14107         (gst_play_base_bin_change_state):
14108         Updated README, added more comments for fixmes etc..
14109
14110 2004-11-08  Wim Taymans  <wim@fluendo.com>
14111
14112         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
14113         We can remove this hack now.
14114
14115 2004-11-08  Wim Taymans  <wim@fluendo.com>
14116
14117         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
14118         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
14119         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
14120         Only mix AYUV for maximum quality.
14121
14122 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14123
14124         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
14125         (gst_ogg_demux_push), (gst_ogg_pad_push):
14126           Let's act as if we're synchronized now! :).
14127         * ext/theora/theoradec.c: (theora_dec_chain):
14128           Add some debug.
14129
14130 2004-11-08  Wim Taymans  <wim@fluendo.com>
14131
14132         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14133         (gst_alpha_set_property), (gst_alpha_sink_link),
14134         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
14135         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
14136         (gst_alpha_init_params), (gst_alpha_chain):
14137         Implement alpha functions for AYUV too, this increases
14138         accuracy quite a bit.
14139
14140 2004-11-08  Wim Taymans  <wim@fluendo.com>
14141
14142         * gst/ffmpegcolorspace/avcodec.h:
14143         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14144         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
14145         (gst_ffmpegcsp_avpicture_fill):
14146         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14147         (gst_ffmpegcsp_caps_remove_format_info):
14148         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
14149         (shrink12), (img_get_alpha_info), (deinterlace_line),
14150         (deinterlace_line_inplace):
14151         * gst/ffmpegcolorspace/imgconvert_template.h:
14152         Added AYUV colorspace and handle RGBA a bit more respectful.
14153
14154 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14155
14156         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14157           Actually always send a discont (cornercase when resending the
14158           same serial-tagged chain twice).
14159
14160 2004-11-08  Julien MOUTTE  <julien@moutte.net>
14161
14162         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
14163         (gst_ximagesink_finalize):
14164         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14165         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
14166
14167 2004-11-08  Wim Taymans  <wim@fluendo.com>
14168
14169         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
14170         Don't segfault on NULL data.
14171
14172 2004-11-08  Wim Taymans  <wim@fluendo.com>
14173
14174         * gst/playback/gstdecodebin.c: (unlinked):
14175         * gst/playback/gstplay-marshal.list:
14176         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14177         (gst_play_base_bin_init), (group_create), (get_active_group),
14178         (get_building_group), (group_destroy), (group_commit),
14179         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
14180         (add_element_stream), (no_more_pads), (probe_triggered),
14181         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
14182         (state_change), (setup_source), (gst_play_base_bin_get_property),
14183         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
14184         (gst_play_base_bin_link_stream),
14185         (gst_play_base_bin_get_streaminfo):
14186         * gst/playback/gstplaybasebin.h:
14187         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14188         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
14189         Add support for chained ogg files. Prepare for playlist
14190         support. This patch introduces the concept of pad groups, which
14191         together compose one playable media file.
14192
14193 2004-11-07  David Schleef  <ds@schleef.org>
14194
14195         * testsuite/gst-lint: Check for pad templates that aren't statically
14196         scoped.
14197
14198 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14199
14200         * configure.ac:
14201         * ext/Makefile.am:
14202         * ext/musepack/Makefile.am:
14203         * ext/musepack/gstmusepackdec.cpp:
14204         * ext/musepack/gstmusepackdec.h:
14205         * ext/musepack/gstmusepackreader.cpp:
14206         * ext/musepack/gstmusepackreader.h:
14207           Add musepack decoder.
14208         * ext/faad/gstfaad.c: (gst_faad_base_init):
14209           Make pad templates static.
14210         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
14211         (plugin_init):
14212           Add musepack typefinder, make mp3 typefinding work halfway stream,
14213           which doesn't actually work yet because id3demux doesn't implement
14214           _get_length().
14215
14216 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14217
14218         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14219         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
14220           Fix interrupt event handling (#144436).
14221
14222 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14223
14224         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
14225           Hide unused glory.
14226
14227 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14228
14229         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14230
14231         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
14232           Fix weird caps (#157548).
14233
14234 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14235
14236         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14237
14238         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
14239           Add missing NULL terminator (#157543).
14240
14241 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14242
14243         * gst/tcp/gsttcp.h:
14244         * gst/tcp/gsttcpclientsink.c:
14245         * gst/tcp/gsttcpclientsrc.c:
14246         * gst/tcp/gsttcpserversink.c:
14247         * gst/tcp/gsttcpserversrc.c:
14248           ports can go up to 65535.  Move common defines to gsttcp.h
14249
14250 2004-11-05  Wim Taymans  <wim@fluendo.com>
14251
14252         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
14253         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
14254         Added two more colorspaces.
14255
14256 2004-11-05  Wim Taymans  <wim@fluendo.com>
14257
14258         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14259         (gst_ffmpegcsp_avpicture_fill):
14260         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
14261         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
14262         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
14263         More stride fixes.
14264
14265 2004-11-05  Wim Taymans  <wim@fluendo.com>
14266
14267         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
14268         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
14269         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
14270         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
14271         (gst_videomixer_loop):
14272         More stride fixes.
14273
14274 2004-11-05  Benjamin Otte  <otte@gnome.org>
14275
14276         * ext/mad/gstmad.c: (gst_mad_chain):
14277           don't overflow data buffer. Flush not needed sync data when syncing
14278           failed.
14279
14280 2004-11-04  Wim Taymans  <wim@fluendo.com>
14281
14282         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14283         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14284         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
14285         (gst_alpha_init_params), (gst_alpha_chain),
14286         (gst_alpha_change_state):
14287         Updated the chroma keying algorithm with something more
14288         sophisticated.
14289
14290 2004-11-03  Wim Taymans  <wim@fluendo.com>
14291
14292         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
14293         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
14294         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
14295         Fix stride issues. Does not completely work for odd
14296         heights.
14297
14298 2004-11-03  Wim Taymans  <wim@fluendo.com>
14299
14300         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14301         (gst_alpha_chroma_key), (gst_alpha_chain):
14302         Fix stride issues. Does not completely work for odd
14303         heights.
14304
14305 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
14306
14307         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
14308         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
14309         leak fixes
14310
14311 2004-11-03  Wim Taymans  <wim@fluendo.com>
14312
14313         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14314         (gst_ffmpegcsp_avpicture_fill):
14315         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
14316         (avpicture_alloc):
14317         * gst/ffmpegcolorspace/imgconvert_template.h:
14318         Use correct _fill function to get correct strides.
14319
14320 2004-11-02  David Schleef  <ds@schleef.org>
14321
14322         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
14323         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
14324         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
14325         Change all g_print()s to debugging.  Add a bunch of consistency
14326         checks.
14327
14328 2004-11-02  Wim Taymans  <wim@fluendo.com>
14329
14330         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14331         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
14332         (unlinked), (no_more_pads), (close_link):
14333         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14334         (unknown_type), (add_element_stream), (new_decoded_pad),
14335         (removed_decoded_pad), (setup_source):
14336         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
14337         (gst_stream_info_class_init), (gst_stream_info_init),
14338         (gst_stream_info_new), (gst_stream_info_dispose),
14339         (stream_info_mute_pad), (gst_stream_info_set_property),
14340         (gst_stream_info_get_property):
14341         * gst/playback/gststreaminfo.h:
14342         Fix playback of multiple files.
14343         a slightly different approach to handling dynamic pad removals.
14344         This one only looks at pads that we have linked.
14345
14346 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
14347
14348         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
14349         free" warning from libc.
14350
14351 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14352
14353         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14354         (get_unconnected_element), (remove_starting_from), (pad_removed),
14355         (close_link):
14356           Implement support for dynamic pad changing. We listen to "live"
14357           pad removals (i.e. while playing) and re-setup autoplugging
14358           after that. Playbasebin/playbin need some more work for this
14359           to finally work, but decodebin supports (and replugs) chained
14360           ogg now.
14361
14362 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
14363
14364         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
14365         (gst_alsa_finalize):
14366         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
14367         (gst_cdaudio_finalize):
14368         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
14369         (cdparanoia_finalize):
14370         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
14371         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
14372         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
14373         (dvdreadsrc_finalize):
14374         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
14375         (gst_flacdec_finalize):
14376         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
14377         (gst_flacenc_finalize):
14378         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
14379         (gst_gnomevfssink_finalize):
14380         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
14381         (gst_gnomevfssrc_finalize):
14382         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
14383         (gst_fameenc_finalize):
14384         * ext/nas/nassink.c: (gst_nassink_class_init),
14385         (gst_nassink_finalize):
14386         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
14387         (gst_sdlvideosink_class_init):
14388         * ext/sndfile/gstsf.c: (gst_sf_dispose):
14389         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
14390         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
14391         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
14392         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
14393         (gst_x_window_listener_dispose):
14394         * gst/audioscale/gstaudioscale.c:
14395         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
14396         (play_on_demand_finalize):
14397         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
14398         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
14399         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
14400         (cdplayer_finalize):
14401         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
14402         (gst_glimagesink_class_init):
14403         * sys/oss/gstosselement.c: (gst_osselement_class_init),
14404         (gst_osselement_finalize):
14405         * sys/oss/gstosssink.c: (gst_osssink_dispose):
14406         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
14407         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
14408           Fixes a bunch of problems with finalize and dispose functions,
14409           either assumptions that dispose is only called once, or not calling
14410           the parent class dispose/finalize function
14411
14412 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
14413
14414         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
14415           added two api precondition guards
14416           use g_strdup with getenv to fix crash when using ENVVAR
14417
14418 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
14419         * ext/esd/esdsink.c: (gst_esdsink_class_init),
14420         (gst_esdsink_finalize):
14421         Use a finalize function, not dispose, and more importantly,
14422         call the parent class finalize function too
14423
14424 2004-11-01  Johan Dahlin  <johan@gnome.org>
14425
14426         * ext/ogg/gstoggdemux.c:
14427         * gst/tags/gstvorbistag.c:
14428         Plug leaks.
14429
14430 2004-10-31  Benjamin Otte  <otte@gnome.org>
14431
14432         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
14433           lotsa memleaks today. But they're all small...
14434
14435 2004-10-31  Benjamin Otte  <otte@gnome.org>
14436
14437         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14438           another memleak crushed
14439
14440 2004-10-31  Benjamin Otte  <otte@gnome.org>
14441
14442         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
14443           fix memleak
14444
14445 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14446
14447         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14448           Hack to prevent crash when going to READY inside signal handler
14449           while this function is active.
14450
14451 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14452
14453         * gst/ffmpegcolorspace/Makefile.am:
14454         * gst/ffmpegcolorspace/avcodec.h:
14455         * gst/ffmpegcolorspace/common.h:
14456         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
14457         * gst/ffmpegcolorspace/dsputil.h:
14458         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
14459         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14460         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
14461         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
14462         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
14463         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
14464         (gst_ffmpegcsp_avpicture_fill):
14465         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
14466         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14467         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
14468         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
14469         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
14470         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
14471         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14472         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
14473         * gst/ffmpegcolorspace/imgconvert.c:
14474         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
14475         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
14476         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
14477         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
14478         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
14479         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
14480         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
14481         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
14482         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
14483         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
14484         (grow21), (grow22), (grow41), (grow44), (conv411),
14485         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
14486         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
14487         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
14488         (avpicture_free), (is_yuv_planar), (img_convert),
14489         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
14490         (deinterlace_line_inplace), (deinterlace_bottom_field),
14491         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
14492         * gst/ffmpegcolorspace/imgconvert_template.h:
14493         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
14494         * gst/ffmpegcolorspace/mmx.h:
14495         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
14496         (av_fast_realloc), (av_mallocz_static), (av_free_static),
14497         (av_freep), (avcodec_get_context_defaults),
14498         (avcodec_alloc_context), (avcodec_init):
14499           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
14500           handling plus update from ffmpeg CVS. Large clean-up.
14501
14502 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14503
14504         * gst/playback/Makefile.am:
14505           We need the marshallers for decodebin, too.
14506
14507 2004-10-30  David Schleef  <ds@schleef.org>
14508
14509         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
14510           quicktime typefinding work with 64-bit offsets.
14511
14512 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
14513
14514         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
14515           Set EOS on the element when processing an EOS event.
14516         * ext/speex/gstspeexdec.h:
14517         * ext/speex/gstspeexenc.h:
14518           Only keep a const ptr to the mode
14519         * gst-libs/gst/riff/riff-media.c:
14520         (gst_riff_create_audio_caps_with_data),
14521         (gst_riff_create_audio_template_caps):
14522           Allow WMAV3, with up to 6 channels.
14523         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
14524           Don't call gst_pad_set_event_function on a sink pad.
14525         * gst/mpegstream/gstdvddemux.c:
14526         (gst_dvd_demux_get_subpicture_stream),
14527         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
14528           Copy the explicit caps that were set across to the cur_* pads,
14529           instead of trying to use a possibly non-existent negotiated caps.
14530           Reset the type of subpicture pads to UNKNOWN after calling
14531           init_stream, so that the caps get set.
14532
14533 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
14534
14535         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14536
14537         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
14538           Don't touch buffer if it is of size 0 (fixes #151064).
14539
14540 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14541
14542         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
14543           Synchronized discont handling.
14544
14545 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14546
14547         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
14548         (gst_ogg_demux_push):
14549           Make seeking sort-of exact again (fixes #156387).
14550
14551 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14552
14553         * gst/playback/gstplaybasebin.c: (unknown_type),
14554         (add_element_stream), (new_decoded_pad),
14555         (gst_play_base_bin_change_state):
14556         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14557         (gst_stream_info_init), (gst_stream_info_new),
14558         (gst_stream_info_dispose), (gst_stream_info_get_property):
14559         * gst/playback/gststreaminfo.h:
14560           Make caps explicitely available. Makes testing for unsupported
14561           types possible. Improves error reporting.
14562
14563 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14564
14565         * gst/audioconvert/gstaudioconvert.c:
14566         (gst_audio_convert_buffer_to_default_format):
14567           Really don't touch read-only buffers (#156563).
14568
14569 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
14570
14571         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14572
14573         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14574           Fix memleak (#155223).
14575
14576 2004-10-29  Wim Taymans  <wim@fluendo.com>
14577
14578         * gst/tcp/.cvsignore:
14579         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14580         (gst_multifdsink_class_init), (gst_multifdsink_init),
14581         (gst_multifdsink_add), (gst_multifdsink_remove),
14582         (gst_multifdsink_remove_client_link), (is_sync_frame),
14583         (gst_multifdsink_new_client),
14584         (gst_multifdsink_handle_client_write),
14585         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14586         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
14587         (gst_multifdsink_get_property):
14588         * gst/tcp/gstmultifdsink.h:
14589         Added burst on connect sync_method, deprecated sync_clients,
14590         streamlined the sync code some more.
14591
14592 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14593
14594         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
14595         (gst_play_base_bin_change_state):
14596           Improve error reporting.
14597
14598 2004-10-28  Wim Taymans  <wim@fluendo.com>
14599
14600         * gst/tcp/Makefile.am:
14601         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
14602         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
14603         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
14604         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
14605         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14606         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14607         (gst_fdset_wait):
14608         Added more locks around fdset structures. Fixed/reworked
14609         the poll array resizing code.
14610         Added stress test for fdset.
14611
14612 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14613
14614         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
14615         fix build
14616
14617 2004-10-28  Benjamin Otte  <otte@gnome.org>
14618
14619         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
14620           fix link function to always query channels and query width for
14621           floats
14622         * configure.ac:
14623           add equalizer dir
14624         * gst/equalizer/Makefile.am:
14625         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
14626         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
14627         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
14628         (arg_to_scale), (setup_filter),
14629         (gst_iir_equalizer_compute_frequencies),
14630         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
14631         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
14632         (plugin_init):
14633           add an equalizer
14634
14635 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14636
14637         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
14638
14639         * po/LINGUAS:
14640         * po/nb.po:
14641           Added Norwegian Bokmaal translation
14642
14643 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14644
14645         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14646           Don't break on options (fixes #156488).
14647
14648 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14649
14650         * configure.ac:
14651         * ext/cdaudio/Makefile.am:
14652         * sys/Makefile.am:
14653           fix build on older automake
14654
14655 2004-10-26  Wim Taymans  <wim@fluendo.com>
14656
14657         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
14658         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
14659         Allow a little margin when negotiating the framerate.
14660
14661 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
14662
14663         * gst/level/gstlevel.c:
14664           synchonised naming of pads and pad-templates
14665
14666 2004-10-26  Wim Taymans  <wim@fluendo.com>
14667
14668         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
14669         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
14670         (_find_streams_check), (gst_ogg_demux_push):
14671         Fix EOS again. Needs to be done in a better way. We should not
14672         remove the pad if there is no new chained stream.
14673
14674 2004-10-26 Iain <iaingnome@gmail.com>
14675
14676         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
14677         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
14678         of the caps.
14679         * gst/interleave/interleave.c (interleave_class_init): Hook up release
14680         pad.
14681         (interleave_release_pad): Remove the pad.
14682         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
14683         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
14684         the set device.
14685         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
14686         attrs
14687         (gst_xvimagesink_xcontext_clear): Free the xcontext.
14688         (gst_xvimagesink_finalize): Free the par.
14689
14690 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14691
14692         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
14693         (gst_avimux_stop_file):
14694           First calculate the rate, and only then use it. Hdr.rate is a
14695           multiple and not a derivative of hdr.scale. Scale is not the
14696           same as blockalign but is solely related to rate.
14697
14698 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14699
14700         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
14701         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
14702           Implement seeking.
14703
14704 2004-10-25  James Henstridge  <james@jamesh.id.au>
14705
14706         Reviewed by:  David Schleef  <ds@schleef.org>
14707
14708         * examples/gstplay/player.c: (got_stream_length), (main):
14709         * examples/seeking/cdplayer.c: (update_scale):
14710         * examples/seeking/seek.c: (format_value), (update_scale):
14711         * examples/seeking/spider_seek.c: (format_value), (update_scale),
14712         (stop_seek):
14713         Build fixes on AMD64.
14714
14715 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14716
14717         reviewed by: Ronald Bultje <rbultje at gnome dot org>
14718
14719         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
14720         Fix for some v4l cards which hang in v4lsrc
14721
14722 2004-10-25  Wim Taymans  <wim@fluendo.com>
14723
14724         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
14725         (gst_ogg_demux_push), (gst_ogg_chains_clear):
14726         Make sure to remove the pad when a new chain is
14727         encountered. Set some vars to NULL so we don't try
14728         to reference freed memory.
14729
14730 2004-10-25  Wim Taymans  <wim@fluendo.com>
14731
14732         * examples/seeking/Makefile.am:
14733         * examples/seeking/cdplayer.c: (update_scale):
14734         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
14735         * examples/seeking/playbin.c: (make_playerbin_pipeline),
14736         (format_value), (update_scale), (iterate), (start_seek),
14737         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
14738         (print_usage), (main):
14739         Added some more examples, update others.
14740
14741 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14742
14743         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
14744         * ext/speex/gstspeexdec.c: (speex_dec_chain):
14745         * ext/theora/theoradec.c: (theora_dec_chain):
14746         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14747           Add codec-name metadata.
14748
14749 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
14750
14751         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14752
14753         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14754         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14755         * ext/alsa/gstalsamixertrack.h:
14756         * po/POTFILES.in:
14757           ALSA mixer track label internationalization (#154054).
14758
14759 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14760
14761         * ext/theora/theoradec.c: (theora_dec_chain):
14762           Export bitrate as metadata.
14763
14764 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14765
14766         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14767         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14768         * ext/alsa/gstalsamixertrack.h:
14769           Fix names, fix loop.
14770
14771 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14772
14773         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
14774         (speex_dec_convert):
14775           sinkconvert function so oggdemux can get the file length (totem).
14776
14777 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
14778
14779         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14780
14781         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
14782           Don't push incomplete packets.
14783         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
14784           Fix MPEG-4 audio typefinding.
14785
14786 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14787
14788         * sys/v4l/Makefile.am:
14789         * sys/v4l/gstv4l.c: (plugin_init):
14790         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
14791         (gst_v4lelement_init), (gst_v4lelement_dispose),
14792         (gst_v4lelement_change_state):
14793         * sys/v4l/gstv4lelement.h:
14794         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
14795         (gst_v4l_xoverlay_close), (idle_refresh),
14796         (gst_v4l_xoverlay_set_xwindow_id):
14797         * sys/v4l/gstv4lxoverlay.h:
14798         * sys/v4l/v4l-overlay_calls.c:
14799         * sys/v4l/v4l_calls.h:
14800         * sys/v4l2/Makefile.am:
14801         * sys/v4l2/gstv4l2.c: (plugin_init):
14802         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
14803         (gst_v4l2element_init), (gst_v4l2element_dispose),
14804         (gst_v4l2element_change_state):
14805         * sys/v4l2/gstv4l2element.h:
14806         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
14807         (gst_v4l2_xoverlay_close), (idle_refresh),
14808         (gst_v4l2_xoverlay_set_xwindow_id):
14809         * sys/v4l2/gstv4l2xoverlay.h:
14810         * sys/v4l2/v4l2-overlay_calls.c:
14811         * sys/v4l2/v4l2_calls.h:
14812           Remove client-side overlay handling, use the X-server v4l plugin
14813           for that. Nicer overlay, less code. Also make the plugin
14814           compileable without X (but then without overlay, obviously).
14815           Makes xwindowlistener obsolete, should we remove that?
14816
14817 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14818
14819         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
14820         (gst_osssrc_src_query):
14821         * sys/oss/gstosssrc.h:
14822           OK, so people want offset in DEFAULT. This time, actually fix all
14823           cases.
14824         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
14825           Add FPS properly.
14826
14827 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14828
14829         * gst/asfdemux/gstasfmux.c:
14830         * gst/avi/gstavimux.c:
14831           Framerate.
14832
14833 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14834
14835         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
14836           Fix properties (channel, norm, frequency).
14837
14838 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14839
14840         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
14841           Flag typo.
14842         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
14843           No warnings.
14844
14845 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14846
14847         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
14848           Fix hang.
14849
14850 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14851
14852         * sys/v4l2/gstv4l2element.h:
14853           Yet Another Hack (tm) for kernel header borkedness.
14854         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
14855         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
14856         (gst_v4l2src_link), (gst_v4l2src_getcaps),
14857         (gst_v4l2src_change_state):
14858         * sys/v4l2/gstv4l2src.h:
14859         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
14860         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
14861           Fix caps, keep track of state, work.
14862
14863 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14864
14865         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
14866           Quiet.
14867
14868 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14869
14870         * sys/oss/gstosssrc.c: (gst_osssrc_get):
14871           Don't mix bytes and samples.
14872
14873 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14874
14875         * ext/ogg/gstoggmux.c:
14876           Basic pad template which accepts OGM tracks, speex, flac, vorbis
14877           and theora. Any is incorrect.
14878         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
14879           Fix caps.
14880         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
14881         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
14882         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
14883         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
14884         * sys/v4l/gstv4lmjpegsrc.h:
14885         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
14886         (gst_v4lsrc_change_state):
14887         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
14888         (gst_v4lmjpegsrc_capture_stop):
14889           Fix caps. Keep track of internal state. Work.
14890
14891 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14892
14893         * ext/Makefile.am:
14894           Fix the build fixes.
14895
14896 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14897
14898         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
14899         (gst_ogg_demux_src_event), (_find_chain_seek),
14900         (gst_ogg_pad_push):
14901           Check for pad availability before using it.
14902         * ext/ogg/gstoggdemux.c: (_find_chain_process):
14903           Fix parsing of chained ogg. Needs more work on the decoder side.
14904
14905 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14906
14907         * gst/spectrum/Makefile.am:
14908         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
14909         (idle_func):
14910           Fix demo and reenable it. Yes, I'm currently playing with audio
14911           analysis tools
14912
14913 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14914
14915         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14916           We love it if files that start at zero work too...
14917
14918 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14919
14920         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
14921           Handle files with missing EOS headers.
14922
14923 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14924
14925         * gst/tcp/gsttcpserversink.c:
14926         (gst_tcpserversink_handle_server_read),
14927         (gst_tcpserversink_init_send):
14928         Zero some variables first (need for accept not to return EINVAL)
14929
14930 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14931
14932         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
14933         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
14934         * ext/theora/theoradec.c: (theora_dec_sink_convert),
14935         (theora_dec_chain):
14936         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
14937         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
14938           Seeking and querying finetune.
14939
14940 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14941
14942         * configure.ac:
14943         * ext/Makefile.am:
14944         * ext/raw1394/Makefile.am:
14945           fix the build
14946
14947 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14948
14949         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
14950           Wrong return.
14951         * gst/playback/Makefile.am:
14952         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14953         * gst/playback/gstplay-marshal.list:
14954         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
14955           Fix marshallers.
14956
14957 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14958
14959         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
14960           Silence.
14961
14962 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14963
14964         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
14965         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
14966         (gst_ogg_pad_push):
14967           Yay for non-lineair granulepos in theora.
14968
14969 2004-10-18  Wim Taymans  <wim@fluendo.com>
14970
14971         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
14972         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
14973         * ext/dv/gstdvdec.h:
14974         Make sure we renegotiate aspect ratio when the camera switches.
14975
14976 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14977
14978         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
14979         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
14980           Start at zero.
14981         * ext/theora/theoradec.c: (theora_dec_chain):
14982           Skip headers. Bad idea for chained ogg, but fixes seeking.
14983
14984 2004-10-18  Wim Taymans  <wim@fluendo.com>
14985
14986         * configure.ac:
14987         I swear, this is the last time I touch this.
14988
14989 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14990
14991         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
14992         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
14993         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
14994           Faster seeking.
14995         * ext/theora/theoradec.c: (theora_dec_sink_convert):
14996           Time-to-default conversion.
14997         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14998           Don't error on unknown packets, just skip. We should probably
14999           read them if we want to support chained ogg.
15000
15001 2004-10-18  Wim Taymans  <wim@fluendo.com>
15002
15003         * configure.ac:
15004         Added cdaudio to wrong list.
15005
15006 2004-10-18  Wim Taymans  <wim@fluendo.com>
15007
15008         * configure.ac:
15009         Revive cdaudio.
15010
15011 2004-10-18  Wim Taymans  <wim@fluendo.com>
15012
15013         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
15014         (gst_dvdec_video_link), (gst_dvdec_push):
15015         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
15016         (gst_smokeenc_resync), (gst_smokeenc_chain):
15017         Fix mimetype on smoke encoder.
15018         Add aspect ratio to dvdec. Not sure if these
15019         values are correct though....
15020
15021 2004-10-18  Wim Taymans  <wim@fluendo.com>
15022
15023         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
15024         Fix vorbis property descriptions and ranges.
15025
15026 2004-10-18  Wim Taymans  <wim@fluendo.com>
15027
15028         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
15029         Really do nothing when no data is available.
15030         Go to the playing state when the stream is not seekable
15031         instead of failing.
15032
15033 2004-10-18  Wim Taymans  <wim@fluendo.com>
15034
15035         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
15036         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
15037         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
15038         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
15039         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
15040         Added uri handler for cd://
15041         Port to new API.
15042
15043 2004-10-18  Wim Taymans  <wim@fluendo.com>
15044
15045         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15046         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
15047         (try_to_link_1), (no_more_pads), (close_link), (type_found):
15048         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
15049         (remove_prerolls), (unknown_type), (add_element_stream),
15050         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
15051         (gst_play_base_bin_remove_element),
15052         (gst_play_base_bin_link_stream):
15053         * gst/playback/gstplaybin.c: (gen_video_element),
15054         (gen_vis_element), (remove_sinks), (setup_sinks):
15055         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
15056         (gst_stream_info_get_type), (gst_stream_info_class_init),
15057         (gst_stream_info_init), (gst_stream_info_new),
15058         (gst_stream_info_dispose), (stream_info_mute_pad),
15059         (gst_stream_info_set_property), (gst_stream_info_get_property):
15060         * gst/playback/gststreaminfo.h:
15061         Add sink padtemplate to decodebin.
15062         Added some more comments.
15063         Make queue size configurable in playbasebin.
15064         Added possibility to use elements as sinks (ex cdaudio).
15065
15066 2004-10-15  Wim Taymans  <wim@fluendo.com>
15067
15068         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
15069         (gst_speexenc_chain):
15070         Fix speex timestamps so that it gets muxed properly.
15071
15072 2004-10-15  Wim Taymans  <wim@fluendo.com>
15073
15074         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
15075         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
15076         (gst_dv1394src_init), (gst_dv1394src_dispose),
15077         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
15078         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
15079         (gst_dv1394src_event), (gst_dv1394src_get_formats),
15080         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
15081         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
15082         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
15083         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
15084         * ext/raw1394/gstdv1394src.h:
15085         Added conversion/query functions.
15086         Update buffer timestamps,
15087         Added signals.
15088         Added uri dv:// so it might play from the firewire in playbin.
15089         Fix a possible leak.
15090         Added debugging.
15091
15092 2004-10-15  Wim Taymans  <wim@fluendo.com>
15093
15094         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
15095         (gst_dv1394src_init), (gst_dv1394src_set_property),
15096         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
15097         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
15098         * ext/raw1394/gstdv1394src.h:
15099         Added AV/C VTR control support needed for some cameras.
15100         Added automatic port detection.
15101         Added properties for selecting the channel.
15102         The configure.ac script is not yet updated to reflect the
15103         new libavc1394 and librom1394 dependencies.
15104
15105 2004-10-15  Wim Taymans  <wim@fluendo.com>
15106
15107         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15108         (qtdemux_parse), (gst_qtdemux_handle_esds):
15109         An esds box is not a container.
15110         Fix parsing of mp4v boxes.
15111         Do not try to renegotiate fps for each frame. Need to
15112         find a better method. This should fix mp4 playback.
15113
15114 2004-10-14  David Schleef  <ds@schleef.org>
15115
15116         * configure.ac: update for swfdec-0.3 and liboil-0.2
15117         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
15118         * ext/swfdec/gstswfdec.h: same
15119         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
15120         * gst/videotestsrc/videotestsrc.c: same
15121
15122 2004-10-14  Wim Taymans  <wim@fluendo.com>
15123
15124         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15125         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
15126         (is_sync_frame), (gst_multifdsink_new_client),
15127         (gst_multifdsink_handle_client_write),
15128         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15129         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
15130         Turn warnings into info.
15131         Don't allow a state change in the streaming thread.
15132
15133 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15134
15135         * ext/vorbis/oggvorbisenc.c:
15136         * ext/vorbis/vorbisdec.c:
15137           fix template sample rate
15138
15139 2004-10-13  Wim Taymans  <wim@fluendo.com>
15140
15141         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
15142         Decoding the header first fixes some problems in resyncing
15143         in more mp3s.
15144
15145 2004-10-12  Wim Taymans  <wim@fluendo.com>
15146
15147         * gst/playback/gstplaybin.c: (gen_video_element),
15148         (gen_vis_element), (remove_sinks), (setup_sinks):
15149         Added vis plugin support, need to configure the vis
15150         element to activate it.
15151
15152 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15153
15154         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
15155         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15156           Some debug.
15157         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15158         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
15159         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
15160         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
15161         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
15162         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
15163         * gst/avi/gstavidemux.h:
15164           Support for openDML-2.0 indx/ix## chunks. Support for broken index
15165           recovery (where, if part of the index is broken, we will still read
15166           the rest of the index and recover the broken part by stream
15167           scanning). More broken media support. EOS workarounds. General AVI
15168           braindamage headache recovery. Aspirin included.
15169
15170 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15171
15172         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
15173         (cdparanoia_event), (cdparanoia_query):
15174           Get rid of hideous lead-in.
15175
15176 2004-10-11  Wim Taymans  <wim@fluendo.com>
15177
15178         * gst/playback/gstplaybasebin.c: (setup_source):
15179         Wrong var used to get g_list_next.
15180
15181 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15182
15183         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
15184         (cdparanoia_get), (cdparanoia_open):
15185           Report discid as metadata, add duration.
15186
15187 2004-10-11  Wim Taymans  <wim@fluendo.com>
15188
15189         * gst/playback/gstplaybasebin.c: (setup_source):
15190         Cleanup the previous pipeline a little earlier for the
15191         case that a source element provides raw data.
15192
15193 2004-10-11  Benjamin Otte  <otte@gnome.org>
15194
15195         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15196           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
15197           consuming the last 128 bytes, even though it was valid mp3 data.
15198
15199 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15200
15201         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
15202         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
15203         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
15204         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
15205
15206 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15207
15208         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
15209         Fix for webcams that support only specific width or height
15210
15211 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
15212
15213         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15214
15215         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15216           Fix wrong discont event setup (fixes #154967).
15217
15218 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
15219
15220         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15221
15222         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15223           Error out on invalid data (fixes #154807).
15224
15225 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
15226
15227         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15228
15229         * ext/dvdread/dvdreadsrc.c: (_read):
15230           Make titles > 0 work again (fixes #154834).
15231
15232 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15233
15234         * gst-libs/gst/riff/riff-media.c:
15235         (gst_riff_create_video_template_caps):
15236           WMV3 missing in template caps.
15237
15238 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15239
15240         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15241           OK, so the original code was too strict. It makes random AVI files
15242           hang for seconds upon opening, which is unacceptable and is far
15243           beyond the original goal of getting multiple chunks for one-chunk
15244           sounc stream files. So now do just that.
15245
15246 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15247
15248         * gst/playback/gstplaybasebin.c: (setup_source),
15249         (gst_play_base_bin_change_state):
15250           Actually clean up streaminfo if output fails. This would trigger
15251           if, for example, there was no CD in the drive. No preroll, so
15252           a streaminfo structure is created, but the subsequent state change
15253           of the thread fails.
15254         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
15255           Don't change state if parent failed.
15256
15257 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15258
15259         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15260         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
15261         (gen_video_element), (remove_sinks):
15262           Add small bits of code for screenshot handling.
15263
15264 2004-10-08  Wim Taymans  <wim@fluendo.com>
15265
15266         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
15267         (gen_video_element), (gen_audio_element), (setup_sinks):
15268         Don't assume the user provided sinks are named "sink"...
15269
15270 2004-10-08  Wim Taymans  <wim@fluendo.com>
15271
15272         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
15273         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
15274         (gst_play_base_bin_link_stream):
15275         Do not try to autoplug sources that generate raw streams like
15276         cdparanoia.
15277         disconnect the preroll overrun signal when we don't need it anymore.
15278
15279 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
15280
15281         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
15282         Added reworked patch from #154903 from milosz derezynski (deadchip).
15283
15284 2004-10-08  Wim Taymans  <wim@fluendo.com>
15285
15286         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
15287         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
15288         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
15289         (cdparanoia_convert), (cdparanoia_uri_get_type),
15290         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
15291         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
15292         * ext/cdparanoia/gstcdparanoia.h:
15293         This adds the cdda://<tracknum> uri.
15294
15295 2004-10-08  Wim Taymans  <wim@fluendo.com>
15296
15297         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15298         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
15299         (try_to_link_1), (no_more_pads), (close_link), (type_found):
15300         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15301         (unknown_type), (gst_play_base_bin_remove_element),
15302         (gst_play_base_bin_link_stream):
15303         * gst/playback/gstplaybasebin.h:
15304         * gst/playback/gstplaybin.c: (gst_play_bin_init),
15305         (gst_play_bin_set_property), (gen_video_element),
15306         (gen_audio_element), (setup_sinks):
15307         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
15308         (gst_stream_info_get_type), (gst_stream_info_class_init),
15309         (gst_stream_info_init), (gst_stream_info_new),
15310         (gst_stream_info_dispose), (stream_info_mute_pad),
15311         (gst_stream_info_set_property), (gst_stream_info_get_property):
15312         * gst/playback/gststreaminfo.h:
15313         Reuse the audio and video bins.
15314         Some internal cleanups in the stream selection code.
15315
15316 2004-10-08  Julien MOUTTE  <julien@moutte.net>
15317
15318         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15319         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
15320         * sys/ximage/ximagesink.h:
15321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15322         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
15323         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
15324         not coming from those elements. Moreover these elements should not keep
15325         the xid they have been given when in NULL state.
15326
15327 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15328
15329         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15330         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
15331         * sys/ximage/ximagesink.h:
15332         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15333         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
15334         * sys/xvimage/xvimagesink.h:
15335           Actually only create a new toplevel window if we're not gonna
15336           embed it right after.
15337
15338 2004-10-07  Wim Taymans  <wim@fluendo.com>
15339
15340         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
15341         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
15342         * gst/playback/gstplaybin.c: (setup_sinks):
15343         Implement muting/unmuting of streams, mute streams that are not
15344         used.
15345
15346 2004-10-07  Wim Taymans  <wim@fluendo.com>
15347
15348         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
15349         (plugin_init):
15350         Added lame audio/x-ac3 typefind function.
15351
15352 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15353
15354         * configure.ac:
15355           bump nano to cvs
15356
15357 === release 0.8.5 ===
15358
15359 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15360
15361         * NEWS:
15362         * RELEASE:
15363         * configure.ac:
15364           releasing 0.8.5, "Take You On"
15365
15366 2004-10-06  Wim Taymans  <wim@fluendo.com>
15367
15368         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15369         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15370         (no_more_pads), (close_link), (type_found):
15371         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
15372         * gst/playback/gstplaybin.c: (gen_video_element):
15373         Do not signal the no_more_pads after the first pad when
15374         we are plugging a non dynamic element with multiple
15375         output pads (like swfdec, dvdec, ...).
15376
15377 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15378
15379         * configure.ac:
15380           bump for prerelease
15381
15382 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15383
15384         * gst/wavparse/gstwavparse.c:
15385           add ATRAC3 to STATIC CAPS to fix a warning
15386
15387         * gst/matroska/ebml-read.c:
15388         * gst-libs/gst/riff/riff-read.c:
15389           fix typos
15390
15391 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15392
15393         * gst-libs/gst/riff/riff-media.c:
15394           generate caps for ATRAC3 audio streams
15395
15396         * gst/realmedia/rmdemux.c:
15397           generate caps for ATRAC3 audio streams
15398
15399 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15400
15401         * gst/wavparse/Makefile.am
15402         * gst/wavparse/riff.h
15403         * gst/wavparse/wavparse.vcproj
15404           riff.h removal (unused and duplication with riff-ids.h)
15405
15406 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15407
15408         * gst/wavparse/gstwavparse.h
15409           remove duplicated defines for audio codec codes
15410
15411         * gst-libs/gst/riff/riff-ids.h
15412         * gst/wavenc/riff.h:
15413           add "4CC" code for ATRAC3 audio streams
15414           add "4CC" code for ITU_G721_ADPCM (unused for now)
15415
15416 2004-10-06  Wim Taymans  <wim@fluendo.com>
15417
15418         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
15419         Actually _do_ negotiation. Pass gdouble as arg instead
15420         of guint64 for the framerate.
15421
15422 2004-10-06  Wim Taymans  <wim@fluendo.com>
15423
15424         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15425         (find_compatibles), (close_pad_link), (try_to_link_1),
15426         (no_more_pads), (close_link), (type_found):
15427         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
15428         * gst/playback/gstplaybin.c: (gen_video_element),
15429         (gen_audio_element):
15430         Set state on newly added element to READY so that negotiation
15431         can happen ASAP.
15432         Addes some more debug info.
15433         Do not try to plug pads with multiple caps structures or ANY
15434         because it is too dangerous since we do not do dynamic
15435         replugging.
15436
15437 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15438
15439         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
15440
15441         * po/LINGUAS:
15442         * po/or.po:
15443           add Oriya translation
15444
15445 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15446
15447         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15448           Prevent overwrite of size member. Makes audio sound crappy.
15449
15450 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15451
15452         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15453         Add rmvb to the list of known RealMedia extensions
15454
15455 2004-10-05  Wim Taymans  <wim@fluendo.com>
15456
15457         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
15458         (mngdec_openstream), (mngdec_closestream),
15459         (mngdec_handle_sink_event), (mngdec_readdata),
15460         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
15461         (mngdec_getcanvasline), (mngdec_refresh),
15462         (gst_mngdec_change_state):
15463         Set the framerate correctly.
15464
15465 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15466
15467         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15468           There was something wrong with the index massaging.
15469
15470 2004-10-04  Wim Taymans  <wim@fluendo.com>
15471
15472         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
15473         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
15474         (gst_smokedec_chain):
15475         * ext/jpeg/gstsmokedec.h:
15476         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
15477         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
15478         * ext/jpeg/gstsmokeenc.h:
15479         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
15480         (smokecodec_decode_new), (smokecodec_info_free),
15481         (smokecodec_set_quality), (smokecodec_get_quality),
15482         (smokecodec_set_threshold), (smokecodec_get_threshold),
15483         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
15484         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
15485         (smokecodec_encode), (smokecodec_parse_id),
15486         (smokecodec_parse_header), (smokecodec_decode):
15487         * ext/jpeg/smokecodec.h:
15488         * ext/jpeg/smokeformat.h:
15489         Updated smoke, new bitstream, allows embedding in ogg.
15490
15491 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15492
15493         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
15494           Fix seeking in some files. All this code is no longer needed (and
15495           actually breaks stuff) because we now synchronize the full index
15496           right when reading the header.
15497
15498 2004-10-04  Wim Taymans  <wim@fluendo.com>
15499
15500         * configure.ac:
15501         configure update for libmng.
15502
15503 2004-10-04  Wim Taymans  <wim@fluendo.com>
15504
15505         * ext/libmng/Makefile.am:
15506         * ext/libmng/gstmng.c: (plugin_init):
15507         * ext/libmng/gstmng.h:
15508         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
15509         (gst_mngdec_base_init), (gst_mngdec_class_init),
15510         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
15511         (gst_mngdec_loop), (gst_mngdec_get_property),
15512         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
15513         (mngdec_closestream), (mngdec_handle_sink_event),
15514         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
15515         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
15516         (gst_mngdec_change_state):
15517         * ext/libmng/gstmngdec.h:
15518         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
15519         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
15520         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
15521         (gst_mngenc_chain), (gst_mngenc_get_property),
15522         (gst_mngenc_set_property):
15523         * ext/libmng/gstmngenc.h:
15524         Added basic MNG decoder. Needs more work. The encoder does
15525         not work yet.
15526
15527 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15528
15529         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
15530         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
15531         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
15532           Don't hang on length=0 chunks. Some negotiation fixes. Signal
15533           no-more-pads.
15534
15535 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15536
15537         * configure.ac:
15538           you need at least 1.0.4 of speex
15539
15540 2004-10-04 Iain <iaingnome@gmail.com>
15541
15542         * ext/speex/gstspeexdec.h: Revert the includes changes.
15543
15544         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
15545
15546 2004-09-30 Iain <iaingnome@gmail.com>
15547
15548         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
15549         found during init or set as a property instead of hardcoding /dev/audio
15550
15551 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15552
15553         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
15554         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
15555         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
15556         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
15557         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
15558         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
15559         (gst_rmdemux_dump_data):
15560           Use debug category, fix EOS handling. filesrc ! rmdemux now
15561           works.
15562
15563 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15564
15565         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15566         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
15567         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
15568           Improve allocation, cutting and sorting of the index. How takes a
15569           few seconds instead of minutes.
15570
15571 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
15572
15573         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
15574           fixed compilation
15575
15576 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15577
15578         * gst-libs/gst/riff/riff-media.c:
15579         (gst_riff_create_video_caps_with_data),
15580         (gst_riff_create_video_template_caps):
15581           Add wing commander format mimetype/fourccs.
15582         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15583           Don't crash if some value is 0.
15584
15585 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15586
15587         * gst-libs/gst/riff/riff-media.c:
15588         (gst_riff_create_video_caps_with_data),
15589         (gst_riff_create_video_template_caps):
15590           Add DIB fourcc (raw, palettized 8-bit RGB).
15591         * gst-libs/gst/riff/riff-read.c:
15592         (gst_riff_read_strf_vids_with_data):
15593           Oops, fix strf_data reading bug.
15594         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
15595           Use a non-NULL tag.
15596         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
15597           Time for hacks. Sorry Dave. At least one quicktime movie (a
15598           trailer) that I've encountered contains multiple video tracks.
15599           One of those is the actual video track, the other are one-frame
15600           tracks (images). Unfortunately, the number of frames according
15601           to the trak header is 1 for each, so that doesn't help. So
15602           instead, I look at the duration and discard tracks with a
15603           duration shorter than 20% of the length of the stream. Better
15604           than nothing.
15605
15606 2004-10-01  Christian Schaller <christian@fluendo.com>
15607
15608         * ext/ivorbis/vorbis.c:
15609           Patch from Phil Blundell (Bug 152341)
15610
15611 2004-10-01  Wim Taymans  <wim@fluendo.com>
15612
15613         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
15614         (speex_dec_get_formats), (speex_dec_convert),
15615         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
15616         (speex_dec_chain), (gst_speexdec_get_property),
15617         (gst_speexdec_set_property):
15618         Small cleanups.
15619
15620 2004-10-01  Wim Taymans  <wim@fluendo.com>
15621
15622         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
15623         (gst_wavparse_stream_init), (gst_wavparse_fmt),
15624         (gst_wavparse_other), (gst_wavparse_loop),
15625         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15626         (gst_wavparse_srcpad_event):
15627         * gst/wavparse/gstwavparse.h:
15628         Added some more debugging info.
15629         Fix the case where the length of the file is 0.
15630         Make sure we seek to sample borders.
15631
15632 2004-10-01  Wim Taymans  <wim@fluendo.com>
15633
15634         * gst/playback/README:
15635         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
15636         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
15637         (try_to_link_1), (no_more_pads), (close_link), (type_found):
15638         Add some debug info to decodebin, update README
15639
15640 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15641
15642         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
15643           Don't use g_print(); use GST_DEBUG().
15644
15645 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15646
15647         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15648         (gst_ogg_mux_queue_pads):
15649           Handle EOS properly.
15650
15651 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
15652
15653         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15654
15655         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
15656         (gst_faad_chain), (gst_faad_change_state):
15657         * ext/faad/gstfaad.h:
15658           Allow playback of raw (unframed) MPEG AAC files (#148993).
15659
15660 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
15661
15662         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15663
15664         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15665           Throw error if we didn't recognize the stream. Fixes #152289.
15666
15667 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15668
15669         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
15670           Fix negotiation.
15671
15672 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
15673
15674         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15675
15676         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15677           Fix memleak.
15678
15679 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
15680
15681         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15682
15683         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
15684           Solve #152805.
15685         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
15686           Solve 152806.
15687
15688 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15689
15690         * gst-libs/gst/riff/riff-media.c:
15691         (gst_riff_create_video_caps_with_data),
15692         (gst_riff_create_audio_caps_with_data):
15693           Add codec_data handling (like asfdemux used to do).
15694         * gst/asfdemux/gstasf.c: (plugin_init):
15695         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
15696         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
15697           Use riff-media for caps creation instead of our own (mostly
15698           broken) copy of its functions.
15699
15700 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15701
15702         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
15703           Don't actually error out if we get another return value than
15704           -EINVAL. Opposite to what I first thought, drivers have random
15705           return values for this, although -EINVAL is the expected return
15706           value. Since this is not fatal, we shouldn't use
15707           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
15708
15709 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15710
15711         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
15712         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
15713         (dvdreadsrc_get_property), (_open), (_seek), (_read),
15714         (dvdreadsrc_get), (dvdreadsrc_open_file),
15715         (dvdreadsrc_change_state):
15716           Fix. Don't do one big huge loop around the whole DVD, that will
15717           cache all data and thus eat sizeof(dvd) (several GB) before we
15718           see something.
15719         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15720           Actually NULL'ify event after using it.
15721         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
15722         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
15723         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
15724         (gst_ebml_read_seek), (gst_ebml_read_skip):
15725           Handle events.
15726         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
15727         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
15728         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
15729           Fix timing (this will probably break if I seek using menus, but
15730           I didn't get there yet). VOBs and normal DVDs should now work.
15731           Add a mpeg2-only pad with high rank so this get autoplugged for
15732           MPEG-2 movies.
15733         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
15734         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
15735         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
15736         (gst_mpeg_demux_get_audio_stream),
15737         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
15738         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
15739           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
15740           MPEG-1 but use dvddemux for MPEG-2.
15741         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
15742         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
15743         (gst_mpeg_parse_parse_packhead):
15744           Timing. Only add pad template if it exists. Add sink template from
15745           class and not from ourselves. This means we will always use the
15746           correct sink template even if it is not the one defined in this
15747           file.
15748
15749 2004-09-29  Wim Taymans  <wim@fluendo.com>
15750
15751         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
15752         (gst_mpeg_demux_parse_pes):
15753         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
15754         Fix playback of mpeg again, timestamps where screwed up by
15755         patch 1.61.
15756
15757 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15758
15759         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
15760           Only return true if we actually filled something in. Prevents
15761           player applications from showing a random length for flac files.
15762         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
15763         (gst_riff_read_use_event), (gst_riff_read_handle_event),
15764         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
15765         (gst_riff_read_strf_vids_with_data),
15766         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
15767           OK, ok, so I implemented event handling. Apparently it's normal
15768           that we receive random events at random points without asking
15769           for it.
15770         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15771         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
15772         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
15773         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
15774         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
15775         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
15776         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15777         * gst/avi/gstavidemux.h:
15778           Implement non-lineair chunk handling and subchunk processing.
15779           The first solves playback of AVI files where the audio and video
15780           data of individual buffers that we read are not synchronized.
15781           This should not happen according to the wonderful AVI specs, but
15782           of course it does happen in reality. It is also a prerequisite for
15783           the second. Subchunk processing allows us to cut chunks in small
15784           pieces and process each of these pieces separately. This is
15785           required because I've seen several AVI files with incredibly large
15786           audio chunks, even some files with only one audio chunk for the
15787           whole file. This allows for proper playback including seeking.
15788           This patch is supposed to fix all AVI A/V sync issues.
15789         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
15790         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
15791           Work.
15792         * gst/modplug/gstmodplug.cc:
15793           Proper return value setting for the query() function.
15794         * gst/playback/gstplaybasebin.c: (setup_source):
15795           Being in non-playing state (after, e.g., EOS) is not necessarily
15796           a bad thing. Allow for that. This fixes playback of short files.
15797           They don't actually playback fully now, because the clock already
15798           runs. This means that small files (<500kB) with a small length
15799           (<2sec) will still not or barely play. Other files, such as mod
15800           or flx, will work correctly, however.
15801
15802 2004-09-28  Wim Taymans  <wim@fluendo.com>
15803
15804         * ext/speex/gstspeex.c: (plugin_init):
15805         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
15806         (gst_speex_dec_class_init), (speex_dec_get_formats),
15807         (speex_get_event_masks), (speex_get_query_types),
15808         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
15809         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
15810         (gst_speexdec_get_property), (gst_speexdec_set_property),
15811         (speex_dec_change_state):
15812         * ext/speex/gstspeexdec.h:
15813         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
15814         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
15815         (gst_speexenc_base_init), (gst_speexenc_class_init),
15816         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
15817         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
15818         (gst_speexenc_src_query), (gst_speexenc_init),
15819         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
15820         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
15821         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
15822         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
15823         (gst_speexenc_chain), (gst_speexenc_get_property),
15824         (gst_speexenc_set_property), (gst_speexenc_change_state):
15825         * ext/speex/gstspeexenc.h:
15826         Rewrote speex encoder, make sure it can be embedded in ogg.
15827         Implemented speex decoder.
15828
15829 2004-09-28  Christian Schaller <christian@fluendo.com>
15830
15831         * configure.ac:
15832         Remove kioslave plugin. Markey is brewing a new working one
15833         * ext/Makefile.am: Remove kioslave plugin
15834         * ext/kio: remove
15835         * gst-plugins.spec.in: remove kio plugin from spec
15836
15837 2004-09-27  Wim Taymans  <wim@fluendo.com>
15838
15839         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15840         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
15841         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
15842         (gst_multifdsink_new_client),
15843         (gst_multifdsink_handle_client_write),
15844         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15845         (gst_multifdsink_handle_clients):
15846         * gst/tcp/gstmultifdsink.h:
15847         Make syncing to keyframes actually work for new clients and lagging
15848         clients.
15849
15850 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15851
15852         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
15853         (gst_navigationtest_handle_src_event), (draw_box_planar411),
15854         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
15855         * gst/debug/gstnavigationtest.h:
15856           make navigationtest display button-press and button-release events
15857
15858 2004-09-26 Iain <iaingnome@gmail.com>
15859
15860         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
15861         the channels have received a new media event.
15862         (interleave_buffered_loop): Compresses a new media event on all
15863         channels into one.
15864
15865 2004-09-26 Iain <iaingnome@gmail.com>
15866
15867         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
15868         call the sinkpad's default event handler and not the srcpads. He also
15869         says this is confusing :)
15870         (gst_wavenc_stop_file): Company says that seek events only go upstream
15871         we should send a discontinuous downstream instead.
15872
15873 2004-09-25  Christian Schaller <christian@fluendo.com>
15874
15875         * Update SPEC file to be usable in conjunction with Fedora Core,
15876           Fedora.us and freshrpms packages
15877         * Fix typo in multifilesrc test Makefile
15878
15879 2004-09-24  Wim Taymans  <wim@fluendo.com>
15880
15881         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
15882         Only signal the no_more_pads signal when we have
15883         added the stream to our list.
15884
15885 2004-09-24  Wim Taymans  <wim@fluendo.com>
15886
15887         * gst/playback/gstplaybasebin.c: (remove_prerolls),
15888         (new_decoded_pad):
15889         * gst/playback/gstplaybasebin.h:
15890         * gst/playback/gstplaybin.c: (setup_sinks):
15891         Don't try to preroll or decode more than one audio/video
15892         track.
15893
15894 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15895
15896         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
15897           Throw error if we failed to find a suitable output. This should
15898           throw an error if we successfully set up a pipeline (e.g. because
15899           we recognized a media file) but found no decodable streams in it
15900           (e.g. because it contains only media stream types for which we
15901           have no decoders, or because it's not a media type).
15902
15903 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15904
15905         * ext/dirac/Makefile.am:
15906         * ext/dirac/gstdirac.cc:
15907         * ext/dirac/gstdiracdec.cc:
15908         * ext/dirac/gstdiracdec.h:
15909           Do something. Don't actually know if this works because I don't
15910           have a demuxer yet.
15911         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
15912           Add channels=1 to caps returned from _getcaps().
15913         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
15914         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
15915         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
15916         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
15917         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
15918         (gst_ogm_parse_change_state):
15919           Separate between audio/video so ogmaudioparse actually uses the
15920           audio pad templates. Both audio and video work now, including
15921           autoplugging. Also use sometimes-srcpad hack.
15922         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15923           Handle events better. Don't hang on infinite loops.
15924         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
15925         (gst_avi_demux_init), (gst_avi_demux_reset),
15926         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
15927         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
15928         (gst_avi_demux_change_state):
15929         * gst/avi/gstavidemux.h:
15930           Improve A/V sync. Still not perfect.
15931         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
15932         (gst_ebml_read_skip):
15933           Handle events better.
15934         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15935         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
15936         (qtdemux_audio_caps):
15937           Add IMA4. Improve event handling. Save offset after a seek when
15938           the headers are at the end of the file so that we don't end up in
15939           an infinite loop.
15940         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15941           Add low-priority typefind support for files with no length.
15942
15943 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15944
15945         * testsuite/multifilesink/Makefile.am:
15946         fix typo
15947
15948 2004-09-22  Julien MOUTTE  <julien@moutte.net>
15949
15950         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
15951         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
15952         mistakes from thaytan's patches.
15953
15954 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
15955
15956         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
15957           For completeness, XSync in the destroy function as xvimage does.
15958
15959 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
15960
15961         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
15962            Correct caps negotiation
15963         * gst/volume/gstvolume.c: (volume_chain_float),
15964         (volume_chain_int16):
15965            Modify debug output to be little more informative
15966         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
15967         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15968         (gst_xvimagesink_xvimage_destroy):
15969           Add XSync calls after detaching from the shared memory segment to
15970           avoid a crash.
15971
15972 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15973
15974         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15975         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
15976         * ext/vorbis/vorbis.c: (plugin_init):
15977         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15978         (gst_vorbisenc_chain):
15979         * ext/vorbis/vorbisenc.h:
15980         remove explicit newmedia support from oggmux and vorbisenc
15981         add debug category to vorbisenc
15982         * gst/multifilesink/gstmultifilesink.c:
15983         (gst_multifilesink_class_init), (gst_multifilesink_init),
15984         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
15985         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
15986         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
15987         (plugin_init):
15988         * gst/multifilesink/gstmultifilesink.h:
15989         add support for streamheader in multifilesink
15990
15991 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15992
15993         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
15994         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
15995         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
15996           Prevent infinite loops. More correct error reporting.
15997         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15998           Error out if negotiation fails.
15999         * gst/playback/gstplaybasebin.c: (setup_source),
16000         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
16001         (gst_play_base_bin_found_tag):
16002           Error/tag forwarding. Pre-roll fixes for source errors on state
16003           changes (e.g. "file does not exist") to prevent hangs.
16004
16005 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16006
16007         * testsuite/multifilesink/Makefile.am:
16008         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
16009         (gst_newmedia_class_init), (gst_newmedia_init),
16010         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16011         (newfile_signal), (test_signal), (main):
16012         * testsuite/multifilesink/multifilesrc_test.c: (main):
16013         * testsuite/multifilesink/oggtheora_test.c:
16014         (gst_newmedia_base_init), (gst_newmedia_class_init),
16015         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
16016         (test_format), (newfile_signal), (test_signal), (main):
16017         * testsuite/multifilesink/oggvorbis_test.c:
16018         (gst_newmedia_base_init), (gst_newmedia_class_init),
16019         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
16020         (test_format), (newfile_signal), (test_signal), (main):
16021         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
16022         (gst_newmedia_class_init), (gst_newmedia_init),
16023         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16024         (newfile_signal), (test_signal), (main):
16025         New media tests
16026
16027 2004-09-20  Christian Schaller <christian@fluendo.com>
16028
16029         * Fix mikmod license to LGPL as they have relicensed
16030         * Move Dirac and Effectv into LGPL section of README_license
16031
16032 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16033
16034         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
16035         (gst_mad_change_state):
16036           Allow for mp3 rate/channels changes. However, only very
16037           conservatively. Reason that we *have* to enable this is smiply
16038           because the mad find_sync() function is not good enough, it will
16039           regularly sync on random data as valid frames and therefore make
16040           us provide random caps as *final* caps of the stream. The best fix
16041           I could think of is to simply require several of the same stream
16042           changes in a row before we change caps.
16043           The actual testcase that works now is #
16044         * ext/ogg/Makefile.am:
16045         * ext/ogg/gstogg.c: (plugin_init):
16046         * ext/ogg/gstogmparse.c:
16047           OGM support (video only for now; I need an audio sample file).
16048         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
16049         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
16050         (gst_asf_demux_add_video_stream):
16051           WMV extradata.
16052         * gst/playback/gstplaybasebin.c: (unknown_type):
16053           Don't error out on single unknown-types after all. It's wrong.
16054           If we found type of video and audio but not of a subtitle stream,
16055           it will still error out (which is unwanted). Will find a better fix
16056           later on.
16057         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
16058         (ogmaudio_type_find), (plugin_init):
16059           OGM support.
16060
16061 2004-09-20  Johan Dahlin  <johan@gnome.org>
16062
16063         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
16064         after setting caps.
16065
16066 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16067
16068         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
16069         * gst/wavenc/gstwavenc.h:
16070         Added newmedia support to wavenc
16071
16072 2004-09-17  Wim Taymans  <wim@fluendo.com>
16073
16074         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
16075         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
16076         (gst_fdset_fd_can_write), (gst_fdset_wait):
16077         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
16078         (gst_multifdsink_init), (gst_multifdsink_add),
16079         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
16080         (gst_multifdsink_remove_client_link),
16081         (gst_multifdsink_client_queue_buffer),
16082         (gst_multifdsink_handle_client_write),
16083         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
16084         (gst_multifdsink_close), (gst_multifdsink_change_state):
16085         * gst/tcp/gstmultifdsink.h:
16086         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16087         (gst_tcpserversink_removed):
16088         Small cleanups in fdset.c
16089         Use a hastable to map fd to the client structure for faster
16090         lookup in _remove and get_stats.
16091         Added virtual function to close the fds.
16092         Handle clients even when the select/poll call was unblocked because
16093         of a command.
16094         Implement syncing to keyframe in the recovery procedure.
16095
16096 2004-09-16 Iain <iaingnome@gmail.com>
16097
16098         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
16099         try caps.
16100
16101 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16102
16103         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
16104           Caps are only set if the type of the stream is unknown, but this
16105           is initialized in ->init_stream(), so set to UNKNOWN after calling
16106           ->init_stream() so that capsnego starts.
16107
16108 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16109
16110         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16111         (gst_avi_demux_stream_data):
16112           Just hardcode for raw audio then. AVI audio sucks.
16113
16114 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
16115
16116         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
16117         * gst/matroska/matroska-mux.c: (audiosink_templ),
16118         (gst_matroska_mux_audio_pad_link):
16119         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
16120         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
16121
16122 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16123
16124         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16125         (gst_avi_demux_stream_data):
16126           Try to fix a/v sync issues.
16127
16128 2004-09-15  David Schleef  <ds@schleef.org>
16129
16130         * configure.ac: remove NASM check, since we don't use it.  Update
16131         dirac check to 0.4
16132         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
16133         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16134         Initialized variables.
16135         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16136         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
16137         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
16138         SVQ3 format
16139
16140 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16141
16142         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16143         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
16144         * gst/avi/gstavidemux.h:
16145           Fix for compressed audio (mp3) timestamp generation. How did this
16146           ever work?
16147
16148 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16149
16150         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
16151           Volume is a double not a float.
16152
16153 2004-09-15  Wim Taymans  <wim@fluendo.com>
16154
16155         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
16156         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
16157         Don't close the fd in multifdsink as we didn't open it in the
16158         first place. Some cleanups.
16159
16160 2004-09-15  Wim Taymans  <wim@fluendo.com>
16161
16162         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16163         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16164         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16165         Fix the case where the muxer would mark pages as delta
16166         frames when they are not (vorbis only ogg).
16167
16168 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16169
16170         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
16171         (gst_play_base_bin_change_state):
16172           Handle the case where we failed to setup a clear pipeline. This
16173           will throw an error (or EOS, another nice case) and if you don't
16174           catch that, the app will wait for the signal forever (and thus
16175           hang).
16176
16177 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16178
16179         * ext/gnomevfs/gstgnomevfssink.c:
16180         (gst_gnomevfssink_uri_get_protocols):
16181         * ext/gnomevfs/gstgnomevfssrc.c:
16182         (gst_gnomevfssrc_uri_get_protocols):
16183         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
16184         * ext/gnomevfs/gstgnomevfsuri.h:
16185           Use _uri_new() instead of _open(), so it doesn't take as long and
16186           Christophe's computer won't hang.
16187         * gst/playback/gstplaybasebin.c: (unknown_type):
16188           Throw error on unknown media type, so apps actually display it.
16189
16190 2004-09-14  Brian Cameron  <brian.cameron@sun.com
16191
16192         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
16193           this script to work on Solaris since bash shell handles echo
16194           differenly than bash.
16195
16196 2004-09-17  Wim Taymans  <wim@fluendo.com>
16197
16198         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
16199         (setup_source), (gst_play_base_bin_set_property),
16200         (gst_play_base_bin_add_element):
16201         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
16202         Some more work on making sure seeking pauses the pipeline and
16203         that changing the uri actually does something.
16204
16205 2004-09-17  Wim Taymans  <wim@fluendo.com>
16206
16207         * gst/tcp/gstfdset.c: (gst_fdset_wait):
16208         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
16209         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
16210         (gst_tcpserversink_close):
16211         Be a bit more paranoid when freeing memory.
16212
16213 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16214
16215         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
16216         (qtdemux_parse_trak):
16217           Don't crash by dividing by zero (see sample movie in #126922).
16218
16219 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16220
16221         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
16222           Don't touch non-existing data (fixes crash on file in #140147).
16223
16224 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16225
16226         * gst/playback/gstplaybasebin.c:
16227         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
16228           Handle double disposals, and proper change of URIs.
16229
16230 2004-09-13  Martin Eikermann <meiker@upb.de>
16231
16232         * gst/mpegstream/gstmpegparse.c:
16233           fix synchronistation for streams recorded from digital PCR
16234           fixes bug #119376
16235
16236 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16237
16238         * ext/gnomevfs/Makefile.am:
16239         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16240         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
16241         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
16242         (gst_gnomevfssink_uri_get_type),
16243         (gst_gnomevfssink_uri_get_protocols),
16244         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
16245         (gst_gnomevfssink_uri_handler_init),
16246         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
16247         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
16248         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
16249         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
16250         (gst_gnomevfssrc_uri_get_type),
16251         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
16252         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
16253         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
16254         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
16255         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
16256         * ext/gnomevfs/gstgnomevfsuri.h:
16257           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
16258           of fake URIs to see which this version of Gnome-VFS likes, and
16259           uses that for the Gst-URI interface. Makes playbin support http://
16260           streams. Also fix up some stupid behaviour in gnomevfssrc.
16261
16262 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16263
16264         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16265         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16266         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16267         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16268           Update mixer (to sync with other sessions) if we try to obtain
16269           a new value. This makes alsamixer work accross applications.
16270         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
16271           Only call sync functions if we're running, else alsalib asserts.
16272         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
16273           Sometimes fails to compile. Possibly a gcc bug.
16274         * gst/playback/gstplaybin.c: (gen_video_element),
16275         (gen_audio_element):
16276           Add a reference to an application-provided object, because we lose
16277           this same reference if we add it to the bin. If we don't do this,
16278           we can only use this object once and thus crash if we go from
16279           ready to playing, back to ready and back to playing again.
16280           Also add an audioscale element because several cheap soundcards -
16281           like mine - don't support all samplerates.
16282         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
16283         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
16284           Fix wrong order or PAR calls. Makes automatically obtained PAR
16285           from the X server atually being used.
16286
16287 2004-09-12  David Schleef  <ds@schleef.org>
16288
16289         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
16290         #151887, #152102, #152247.
16291         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
16292         * examples/seeking/cdparanoia.c: same
16293         * examples/seeking/cdplayer.c: same
16294         * examples/seeking/seek.c: same
16295         * examples/seeking/spider_seek.c: same
16296         * examples/seeking/vorbisfile.c: same
16297         * examples/stats/mp2ogg.c: same
16298         * ext/esd/esdsink.c: (gst_esdsink_class_init),
16299         (gst_esdsink_dispose): Dispose of element properly.
16300         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
16301         fixes.
16302         * ext/nas/nassink.c: (gst_nassink_class_init),
16303         (gst_nassink_dispose): Dispose of element correctly.
16304         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
16305         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16306         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
16307         Fix 64-bit warning.
16308         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16309         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
16310         Fix 64-bit warning.
16311
16312 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
16313
16314         * configure.ac : change speex detection as 1.1.6 now uses
16315           .pc/pkg-config and they changed their headers location.
16316
16317 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
16318
16319         * gst/matroska/matroska-mux.h:
16320         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
16321         (gst_matroska_mux_start), (gst_matroska_mux_finish),
16322         (gst_matroska_mux_write_data):
16323           Write multiple blocks/frames per cluster.
16324                 Write meta-seek information (seek heads).
16325
16326 2004-09-09  Scott Wheeler <wheeler@kde.org>
16327
16328         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
16329         (gst_play_bin_set_property), (gst_play_bin_get_property),
16330         (gen_audio_element), (gen_audio_element):
16331           Add a volume element / property to the pipeline.
16332
16333 2004-09-07  Wim Taymans  <wim@fluendo.com>
16334
16335         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
16336         Copy timestamps from the master pad to the output buffers.
16337
16338 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16339
16340         * ext/raw1394/gstdv1394src.c:
16341           throw errors when applicable
16342
16343 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
16344
16345         * gst/matroska/ebml-ids.h:
16346         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
16347         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
16348         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
16349           automatically convert unix time <-> ebml time when reading/writing
16350           a date, use gst_ebml_write_uint to write CUETIME,
16351           not gst_ebml_write_date.
16352         * gst/matroska/matroska-ids.h:
16353         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
16354         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
16355         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
16356         (gst_matroska_mux_write_data):
16357           Write track and segment UIDs, write muxing date, write
16358           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
16359           Create cues for audio only files.
16360
16361 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16362
16363         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
16364         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
16365           Re-commit ALSA switches.
16366         * gst/adder/gstadder.c: (gst_adder_loop):
16367           64-bit fix (#151416).
16368         * gst/debug/progressreport.c: (gst_progressreport_report):
16369           64-bit fix (#151419).
16370         * gst/matroska/matroska-demux.c:
16371         (gst_matroska_demux_parse_contents):
16372           64-bit fix (#151420).
16373         * gst/playback/test3.c: (update_scale):
16374           64-bit fix (#151421).
16375
16376 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16377
16378         * configure.ac:
16379           bump nano to cvs
16380
16381 === release 0.8.4 ===
16382
16383 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16384
16385         * configure.ac: releasing 0.8.4, "Alias"
16386
16387 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16388
16389         * ext/theora/Makefile.am:
16390           fix makefile.  Fixes #151462.
16391
16392 2004-08-30  Wim Taymans  <wim@fluendo.com>
16393
16394         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
16395         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16396         (gst_multifdsink_remove_client_link),
16397         (gst_multifdsink_client_queue_buffer),
16398         (gst_multifdsink_handle_client_write):
16399         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
16400         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
16401         Fix some memory leaks.
16402
16403 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16404
16405         Patch by: David Schleef
16406
16407         * configure.ac:
16408         * sys/Makefile.am:
16409           rename our detection macro for V4L2.  Fixes #151236.
16410
16411 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16412
16413         Patch by: David Schleef
16414
16415         * configure.ac:
16416           check to define LAMEPRESET.  Fixes #151232.
16417
16418 2004-08-27  David Schleef  <ds@schleef.org>
16419
16420         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
16421         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
16422         (gst_glimagesink_fixate):  Move local variable declarations to
16423         make gcc-2.95 happy.
16424
16425 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16426
16427         * configure.ac:
16428           bump nano for prerelease
16429
16430 2004-08-27  David Schleef  <ds@schleef.org>
16431
16432         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
16433         * sys/sunaudio/gstsunaudiosrc.c:
16434         * sys/sunaudio/gstsunaudiosrc.h:
16435
16436 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
16437
16438         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
16439         handle EOS correctly
16440         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
16441         * gst/matroska/matroska-mux.h:
16442         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
16443         VFW compatibility mode
16444
16445 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16446
16447         patch by: Zaheer Abbas Merali
16448
16449         * ext/ogg/gstoggmux.c:
16450         * ext/vorbis/vorbisenc.c:
16451         * ext/vorbis/vorbisenc.h:
16452           handle NEWMEDIA
16453
16454 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
16455
16456         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
16457         fix byte order reversion on little endian machines.
16458         * gst/matroska/matroska-mux.c: (audiosink_templ),
16459         (gst_matroska_mux_audio_pad_link):
16460         add TTA codec to the list of supported codecs.
16461         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
16462         (gst_matroska_mux_start), (gst_matroska_mux_finish),
16463         (gst_matroska_mux_write_data):
16464         * gst/matroska/matroska-mux.h:
16465         write segment duration correctly, write muxing app string, fixes bugs
16466         #140897 and #140898.
16467         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
16468         wait for all pads to be negotiated before starting to mux.
16469
16470 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16471
16472         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
16473         * ext/lame/gstlame.h:
16474         Added new media support to lame
16475
16476 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
16477
16478         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
16479         send vorbis headers at the beginning of a stream, fixes bug #141554.
16480         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
16481         bug #148950.
16482         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16483         (gst_matroska_demux_plugin_init):
16484         * gst/matroska/matroska-ids.h:
16485         enable demuxing of TTA audio streams, fixes bug #148951.
16486         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
16487         enable typefinding for TTA audio files, fixes bug #148711.
16488         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
16489         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
16490         fixes playback of packed bitstream and xvid with bframes, bug #135407.
16491
16492 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
16493
16494         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
16495         (gst_riff_read_element_data), (gst_riff_read_seek),
16496         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
16497         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
16498         <teuf@gnome.org>
16499
16500 2004-08-23 Iain <iaingnome@gmail.com>
16501
16502         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
16503         tags. They appear to be handled differently to normal.
16504         (tag_list_to_id3_tag_foreach): Ditto.
16505
16506 2004-08-22  Wim Taymans  <wim@fluendo.com>
16507
16508         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16509         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16510         Make sure we never send -1 granulepos.
16511
16512 2004-08-20  Wim Taymans  <wim@fluendo.com>
16513
16514         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16515         (gst_ogg_mux_loop):
16516         I will accept bitchslappings with non sharp objects.
16517
16518 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16519
16520         * configure.ac:
16521         Clean up the test for lame presets
16522
16523 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16524
16525         * configure.ac:
16526         * ext/lame/Makefile.am:
16527         * ext/lame/gstlame.c: (gst_lame_class_init),
16528         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
16529         Only enable lame presets if version of lame has presets in API
16530
16531 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
16532         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
16533         * gst/udp/gstudpsrc.h:
16534           Don't call gst_pad_push in a get function. Fixes #150449
16535
16536 2004-08-18  Wim Taymans  <wim@fluendo.com>
16537
16538         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
16539         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
16540         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
16541         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16542         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16543         (gst_fdset_wait):
16544         * gst/tcp/gstfdset.h:
16545         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16546         (gst_multifdsink_client_queue_buffer),
16547         (gst_multifdsink_handle_client_write):
16548         * gst/tcp/gstmultifdsink.h:
16549         Some extra checks in gstfdset.
16550         Only use send() when the fd is a socket. Don't try to
16551         read from write only fds.
16552
16553 2004-08-18  Wim Taymans  <wim@fluendo.com>
16554
16555         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
16556         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
16557         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16558         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16559         (gst_fdset_wait):
16560         Add more locking and bounds checking.
16561
16562 2004-08-18  Wim Taymans  <wim@fluendo.com>
16563
16564         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
16565         Realloc test fdset in the lock and right before starting
16566         the poll call. Bump the limit to 4096.
16567
16568 2004-08-17  David Schleef  <ds@schleef.org>
16569
16570         * sys/sunaudio/Makefile.am:
16571         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
16572         of rates and channels.  Make debugging less obnoxious.
16573
16574         Patch from Balamurali Viswanathan implementing a mixer for
16575         Sun audio.  (bug #144091):
16576         * sys/sunaudio/gstsunelement.c:
16577         * sys/sunaudio/gstsunelement.h:
16578         * sys/sunaudio/gstsunmixer.c:
16579         * sys/sunaudio/gstsunmixer.h:
16580
16581 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16582
16583         * gst/audioscale/gstaudioscale.c:
16584         * gst/audioscale/gstaudioscale.h:
16585         made audioscale resample from any sample rate to any sample rate
16586
16587 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16588
16589         * ext/libpng/gstpngdec.c:
16590           error out on unsupported types
16591
16592 2004-08-17  Iain <iaingnome@gmail.com>
16593
16594         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
16595         mid_side and loose_mid_side properties if its a stereo stream.
16596
16597 2004-08-17  Wim Taymans  <wim@fluendo.com>
16598
16599         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16600         (theora_get_formats), (theora_dec_src_convert),
16601         (theora_dec_sink_convert), (theora_dec_src_query),
16602         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
16603         Add a debug line.
16604
16605 2004-08-17  Wim Taymans  <wim@fluendo.com>
16606
16607         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
16608         (gst_ogg_pad_push):
16609         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
16610         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
16611         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
16612         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16613         Mark delta units in the muxer.
16614         Try to decode the packet after an out-of-sync error from
16615         libogg.
16616
16617 2004-08-17  Wim Taymans  <wim@fluendo.com>
16618
16619         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16620         (gst_multifdsink_init), (gst_multifdsink_add),
16621         (gst_multifdsink_client_queue_buffer),
16622         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
16623         * gst/tcp/gstmultifdsink.h:
16624         Added option to send a keyframe to clients as the first buffer.
16625         Make timeout property writable.
16626
16627 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16628
16629         patch by: Wim Taymans
16630
16631         * gst/tcp/gstfdset.c:
16632         * gst/tcp/gstmultifdsink.c:
16633           fix index comparison, should include 0
16634
16635 2004-08-16  Wim Taymans  <wim@fluendo.com>
16636
16637         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
16638         (gst_fdset_add_fd), (gst_fdset_remove_fd),
16639         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16640         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16641         (gst_fdset_wait):
16642           copy when reallocing for poll so the select arguments don't get
16643           changed during the call
16644
16645 2004-08-16  Wim Taymans  <wim@fluendo.com>
16646
16647         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
16648         (gst_theora_enc_class_init), (theora_enc_sink_link),
16649         (theora_buffer_from_packet), (theora_enc_chain):
16650         Fix bug where buffers were not marked as keyframes
16651         correctly.
16652
16653 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16654
16655         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
16656         (gst_lame_preset_get_type), (gst_lame_class_init):
16657         describe the enum values for vbr mode and presets more verbosely
16658
16659 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16660
16661         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
16662         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
16663         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
16664         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
16665         * ext/lame/gstlame.h:
16666         add preset property to lame so it can use lame presets
16667
16668 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16669
16670         * ext/lame/gstlame.c: (gst_lame_get_property):
16671         whoops forgot break, thanks teuf
16672
16673 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16674
16675         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
16676         (gst_lame_class_init), (gst_lame_src_getcaps),
16677         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
16678         (gst_lame_get_property), (gst_lame_setup):
16679         * ext/lame/gstlame.h:
16680         fix lame's broken vbr stuff, allow it to resample if need be, and also
16681         make xing header optional
16682
16683 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16684
16685         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
16686         added getcaps function so samplerate doesnt get fixated to silly values
16687
16688 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16689
16690         * ext/lame/gstlame.c: (gst_lame_src_link):
16691         revert previous fix
16692
16693 2004-08-12  Johan Dahlin  <johan@gnome.org>
16694
16695         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
16696         checks. Doesn't matter what state we are in. Interfaces are a
16697         compile time thing, not runtime. It also broke the python bindings.
16698
16699 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16700
16701         * ext/lame/gstlame.c: (gst_lame_src_link):
16702         made source pad link function check if sinkpad is ok..fixes the problem
16703         where core fixates the output rate of lame stupidly
16704
16705 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16706
16707         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
16708         * sys/v4l/v4l_calls.c:
16709         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
16710           fix fixate function to handle nonsimple caps.
16711           remove bogus check in _link
16712           cleanups
16713
16714 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16715
16716         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
16717         set default compression ratio parameter to 0.0 so bitrate parameter
16718         works :)
16719
16720 2004-08-11  David Schleef  <ds@schleef.org>
16721
16722         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
16723
16724 2004-08-11  David Schleef  <ds@schleef.org>
16725
16726         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
16727         before.
16728
16729 2004-08-11  David Schleef  <ds@schleef.org>
16730
16731         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
16732
16733 2004-08-11  David Schleef  <ds@schleef.org>
16734
16735         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
16736           license field
16737         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
16738         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
16739           LGPL.
16740         * gst/auparse/gstauparse.c: Fix plugin license field.
16741         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
16742         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
16743         * gst/rtp/gstrtp.c: Fix plugin license field.
16744
16745 2004-08-11  Wim Taymans  <wim@fluendo.com>
16746
16747         * gst/tcp/Makefile.am:
16748         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
16749         (ensure_size), (gst_fdset_new), (gst_fdset_free),
16750         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
16751         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
16752         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
16753         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
16754         (gst_fdset_fd_can_write), (gst_fdset_wait):
16755         * gst/tcp/gstfdset.h:
16756         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
16757         (gst_multifdsink_class_init), (gst_multifdsink_init),
16758         (gst_multifdsink_add), (gst_multifdsink_remove),
16759         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16760         (gst_multifdsink_remove_client_link),
16761         (gst_multifdsink_handle_client_read),
16762         (gst_multifdsink_client_queue_data),
16763         (gst_multifdsink_client_queue_caps),
16764         (gst_multifdsink_client_queue_buffer),
16765         (gst_multifdsink_handle_client_write),
16766         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16767         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
16768         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
16769         (gst_multifdsink_close):
16770         * gst/tcp/gstmultifdsink.h:
16771         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16772         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
16773         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
16774         (gst_tcpserversink_close):
16775         * gst/tcp/gsttcpserversink.h:
16776         Abstracted away the select call, implemented poll (yes we ran into
16777         the 1024 limit in production).
16778
16779 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16780
16781         * gst/tcp/gsttcp.c:
16782         * gst/tcp/gsttcpplugin.c:
16783           improve debuggging, remove assert
16784
16785 2004-08-10  Wim Taymans  <wim@fluendo.com>
16786
16787         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
16788         (gst_client_status_get_type), (gst_multifdsink_class_init),
16789         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
16790         (gst_multifdsink_handle_client_read),
16791         (gst_multifdsink_handle_client_write),
16792         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16793         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
16794         (gst_multifdsink_get_property):
16795         * gst/tcp/gstmultifdsink.h:
16796         * gst/tcp/gsttcp-marshal.list:
16797         Starting to prepare for specifying buffer time in other units
16798         than buffers. Expose remove reason in signal.
16799
16800 2004-08-10  Wim Taymans  <wim@fluendo.com>
16801
16802         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16803         (gst_multifdsink_remove), (gst_multifdsink_clear),
16804         (gst_multifdsink_remove_client_link),
16805         (gst_multifdsink_handle_client_read),
16806         (gst_multifdsink_client_queue_data),
16807         (gst_multifdsink_client_queue_buffer),
16808         (gst_multifdsink_handle_client_write),
16809         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
16810         (gst_multifdsink_chain), (gst_multifdsink_close):
16811         * gst/tcp/gstmultifdsink.h:
16812         Added more debugging info. Changed the way clients are
16813         removed from the lists. Fixed a bug where a bad file descriptor
16814         could cause many clients to be removed.
16815
16816 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16817
16818         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
16819           allow all pixel-aspect-ratios, not just 1:1
16820
16821 2004-08-09  David Schleef  <ds@schleef.org>
16822
16823         * sys/glsink/ARB_multitexture.h:  Remove old files.
16824         * sys/glsink/EXT_paletted_texture.h:
16825         * sys/glsink/NV_register_combiners.h:
16826         * sys/glsink/gstgl_nvimage.c:
16827         * sys/glsink/gstgl_pdrimage.c:
16828         * sys/glsink/gstgl_rgbimage.c:
16829         * sys/glsink/gstglsink.c:
16830         * sys/glsink/gstglsink.h:
16831         * sys/glsink/gstglxwindow.c:
16832         * sys/glsink/regcomb_yuvrgb.c:
16833
16834 2004-08-09  David Schleef  <ds@schleef.org>
16835
16836         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
16837         GL sink plugin.  (Bug #147302)
16838
16839         * configure.ac: Test for OpenGL
16840         * sys/Makefile.am: Use test for OpenGL
16841         * sys/glsink/Makefile.am:
16842         * sys/glsink/glimagesink.c: rewrite
16843         * sys/glsink/glimagesink.h: rewrite
16844
16845 2004-08-09  David Schleef  <ds@schleef.org>
16846
16847         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
16848         sane framerates.
16849         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
16850         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
16851         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
16852
16853 2004-08-09  Wim Taymans  <wim@fluendo.com>
16854
16855         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16856         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16857         (gst_multifdsink_client_remove),
16858         (gst_multifdsink_handle_client_read),
16859         (gst_multifdsink_handle_client_write),
16860         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
16861         Do a bit more logging, make the client_read code more robust.
16862
16863 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16864
16865         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
16866         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
16867         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
16868         (gst_jpegdec_init), (gst_jpegdec_chain):
16869         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
16870         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
16871           cleanups, debugging fixes and memleak plugging
16872
16873 2004-08-09  Wim Taymans  <wim@fluendo.com>
16874
16875         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16876         (theora_get_formats), (theora_dec_src_convert),
16877         (theora_dec_sink_convert), (theora_dec_src_query),
16878         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
16879         (theora_dec_change_state):
16880         Don't crash on missing header packets.
16881
16882 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16883
16884         * po/LINGUAS:
16885         * po/sq.po:
16886           Added Albanian translation (Laurent Dhima)
16887         * po/cs.po:
16888           updated
16889
16890 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16891
16892         * ext/lame/gstlame.c:
16893           fix/add debugging
16894
16895 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16896
16897         * sys/ximage/ximagesink.c:
16898         * sys/xvimage/xvimagesink.c:
16899           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
16900
16901 2004-08-06  Wim Taymans  <wim@fluendo.com>
16902
16903         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16904         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16905         (gst_multifdsink_client_remove),
16906         (gst_multifdsink_handle_client_read),
16907         (gst_multifdsink_handle_client_write),
16908         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
16909         Make sure we don't try to read more from a client that what
16910         ioctl says us or we deadlock.
16911
16912 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16913
16914         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
16915         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
16916         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
16917           decouple running_time and n_frames so it can handle changing
16918           framerate while running
16919
16920 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16921
16922         * po/nl.po:
16923         * po/sv.po:
16924           updated translations
16925
16926 2004-08-04  Benjamin Otte  <otte@gnome.org>
16927
16928         * gst/videotestsrc/gstvideotestsrc.c:
16929         (gst_videotestsrc_get_capslist), (generate_capslist),
16930         (plugin_init):
16931           generate the list of supported caps at startup and reuse it instead
16932           of always generating it
16933
16934 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16935
16936         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
16937           whoops, last checkin broke normal build
16938
16939 2004-08-03  Benjamin Otte  <otte@gnome.org>
16940
16941         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
16942         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
16943         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
16944         (gst_alsa_mixer_get_option):
16945         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
16946         (dvdnavsrc_print_event):
16947         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
16948         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
16949         (gst_ogg_mux_pad_unlink):
16950         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
16951         (gst_multipart_mux_pad_unlink):
16952         * gst/videofilter/gstvideobalance.c:
16953         (gst_videobalance_colorbalance_set_value):
16954         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
16955         (gst_videomixer_pad_unlink):
16956         * po/uk.po:
16957         * sys/oss/gstossmixer.c:
16958         * sys/v4l/gstv4lcolorbalance.c:
16959         * sys/v4l/gstv4ltuner.c:
16960         * sys/v4l/v4lsrc_calls.c:
16961         * sys/v4l2/gstv4l2colorbalance.c:
16962         * sys/v4l2/gstv4l2tuner.c:
16963           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
16964
16965 2004-08-03  Benjamin Otte  <otte@gnome.org>
16966
16967         * examples/dynparams/filter.c: (ui_control_create):
16968         * examples/gstplay/player.c: (print_tag):
16969         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
16970         * ext/gdk_pixbuf/gstgdkanimation.c:
16971         (gst_gdk_animation_iter_may_advance):
16972         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
16973         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
16974         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
16975         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
16976         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
16977         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
16978         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
16979         * gst/sine/demo-dparams.c: (main):
16980         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
16981         * testsuite/alsa/formats.c: (create_pipeline):
16982         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
16983           fixes for G_DISABLE_ASSERT and friends
16984         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16985         (mp3_type_frame_length_from_header), (mp3_type_find),
16986         (plugin_init):
16987           require mp3 typefinding to have at least MIN_HEADERS valid headers
16988           add typefinding for AAC adts files
16989
16990 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
16991
16992         * sys/ximage/ximagesink.c:
16993         (gst_ximagesink_calculate_pixel_aspect_ratio):
16994         * sys/xvimage/xvimagesink.c:
16995         (gst_xvimagesink_calculate_pixel_aspect_ratio):
16996         Make sure we calculate pixel-aspect-ratio using floating point maths
16997
16998 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16999
17000         * po/uk.po:
17001           updated translation
17002
17003 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17004
17005         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
17006         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
17007           add debugging for display PAR calculation
17008
17009 2004-08-02  David Schleef  <ds@schleef.org>
17010
17011         * configure.ac: Fix mikmod CFLAGS.
17012
17013 2004-07-27  Benjamin Otte  <otte@gnome.org>
17014
17015         * gst/audioscale/gstaudioscale.c:
17016         - fix templates to only support S16, it's the only format that works
17017         - make caps nego code use try_set_caps_nonfixed and fixation instead
17018         of try_set_caps twice, which is not nice for autopluggers
17019         - change rank to secondary, so autopluggers can pick it up after
17020         audioconvert
17021
17022 2004-08-02  Iain <iain@prettypeople.org>
17023
17024         * gst/interleave/interleave.c (interleave_init),
17025         (interleave_request_new_pad),
17026         (interleave_pad_removed),
17027         (interleave_buffered_loop): Use the real pad count, not the artificial
17028         one.
17029
17030 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17031
17032         * configure.ac: bump nano back to development
17033
17034 === release 0.8.3 ===
17035
17036 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17037
17038         * configure.ac: releasing 0.8.3, "Water"
17039
17040 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17041
17042         * sys/xvimage/xvimagesink.c:
17043         (gst_xvimagesink_calculate_pixel_aspect_ratio),
17044         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
17045         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
17046         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
17047         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
17048         * sys/xvimage/xvimagesink.h:
17049           apply similar PAR fixes as to ximagesink
17050
17051 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17052
17053         patch from: Benjamin Otte
17054
17055         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
17056           add link function to lame.  Fixes #148986.
17057
17058 2004-08-02  Johan Dahlin  <johan@gnome.org>
17059
17060         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
17061         fix debugging log
17062
17063 2004-07-30  David Schleef  <ds@schleef.org>
17064
17065         * gst/videomixer/Makefile.am: Fix things that should have been
17066         fixed in the last checkin.
17067
17068 2004-07-30  David Schleef  <ds@schleef.org>
17069
17070         * gst/multipart/Makefile.am: Fix things that should have been
17071         fixed in the last checkin.
17072
17073 2004-07-30  David Schleef  <ds@schleef.org>
17074
17075         * testsuite/multifilesink/Makefile.am: Fix unused variable.
17076
17077 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17078
17079         * configure.ac:
17080           bump nano for prerelease
17081         * po/af.po:
17082         * po/az.po:
17083         * po/cs.po:
17084         * po/en_GB.po:
17085         * po/hu.po:
17086         * po/nl.po:
17087         * po/sr.po:
17088         * po/sv.po:
17089         * po/uk.po:
17090           updates
17091
17092 2004-07-30  Wim Taymans  <wim@fluendo.com>
17093
17094         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17095         (gst_multifdsink_add), (gst_multifdsink_remove),
17096         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
17097         (gst_multifdsink_client_remove),
17098         (gst_multifdsink_handle_client_write),
17099         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
17100         * gst/tcp/gstmultifdsink.h:
17101         Recover from a select with a bad file descriptor by removing
17102         the client.
17103
17104 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17105
17106         * configure.ac:
17107           fix requirement of core
17108         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
17109         (gst_play_pipeline_setup):
17110           don't use colorspace element.  do use hermescolorspace element.
17111           make macro to get a colorspace element.
17112           mark strings for translation.
17113         * po/POTFILES.in:
17114           add play.c
17115         * po/af.po:
17116         * po/az.po:
17117         * po/cs.po:
17118         * po/en_GB.po:
17119         * po/hu.po:
17120         * po/nl.po:
17121         * po/sr.po:
17122         * po/sv.po:
17123         * po/uk.po:
17124           update translations
17125
17126 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17127
17128         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17129         fix default for newmedia flag
17130
17131 2004-07-30  Wim Taymans  <wim@fluendo.com>
17132
17133         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
17134         (gst_theora_dec_init), (theora_get_formats),
17135         (theora_dec_src_convert), (theora_dec_sink_convert),
17136         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
17137         (theora_dec_chain), (theora_dec_set_property),
17138         (theora_dec_get_property):
17139         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
17140         (gst_theora_enc_class_init), (gst_theora_enc_init),
17141         (theora_enc_sink_link), (theora_enc_chain),
17142         (theora_enc_set_property), (theora_enc_get_property):
17143         Added cropping option to theora decoder.
17144         Added border option to theora encoder.
17145
17146 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17147
17148         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17149         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17150         (gst_pngenc_set_property):
17151         * ext/libpng/gstpngenc.h:
17152         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
17153
17154 2004-07-30  Wim Taymans  <wim@fluendo.com>
17155
17156         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17157         (theora_enc_sink_link), (theora_enc_chain),
17158         (theora_enc_set_property), (theora_enc_get_property):
17159         Fix encoding of non-multiple-of-16 video.
17160
17161 2004-07-29  David Schleef  <ds@schleef.org>
17162
17163         * configure.ac: make test for audiofile more strict
17164
17165 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17166
17167         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17168           give different names to typefind functions
17169
17170 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17171
17172         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17173         (gst_ximagesink_calculate_pixel_aspect_ratio),
17174         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
17175         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
17176         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
17177         (gst_ximagesink_get_property), (gst_ximagesink_init):
17178         * sys/ximage/ximagesink.h:
17179           allocate PAR's dynamically.
17180           use autodetected PAR if no object-set PAR is given.
17181           add workaround for directfb's X not setting physical size.
17182           fix to xvimagesink will follow tomorrow.
17183
17184 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17185
17186         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
17187         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
17188         (gst_shout2send_get_type), (gst_shout2send_set_clock),
17189         (gst_shout2send_class_init), (gst_shout2send_init),
17190         (set_shout_metadata), (gst_shout2send_set_metadata),
17191         (gst_shout2send_chain), (gst_shout2send_set_property),
17192         (gst_shout2send_get_property), (gst_shout2send_connect),
17193         (gst_shout2send_change_state):
17194         * ext/shout2/gstshout2.h:
17195         - fix for sending mp3 audio to icecast2 server, if pad link function not
17196         called before PAUSED state
17197         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
17198         - added tagging support for mp3 audio broadcasted
17199         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17200         debug info
17201
17202 2004-07-28  Wim Taymans  <wim@fluendo.com>
17203
17204         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
17205         (gst_ogg_demux_push):
17206         Return query failure when we don't know the length of
17207         an ogg stream insteda of returning TRUE with a bogus value.
17208
17209 2004-07-28  Wim Taymans  <wim@fluendo.com>
17210
17211         * ext/theora/theoradec.c: (theora_get_formats),
17212         (theora_dec_src_convert), (theora_dec_sink_convert),
17213         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
17214         (theora_dec_chain):
17215         Don't screw up the 1 Chroma for 1 luma sample situation when we
17216         have an odd offset/width by adding a black border in those cases.
17217
17218 2004-07-28  Wim Taymans  <wim@fluendo.com>
17219
17220         * ext/theora/theoradec.c: (theora_get_formats),
17221         (theora_dec_src_convert), (theora_dec_sink_convert),
17222         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
17223         (theora_dec_chain):
17224         * ext/theora/theoraenc.c: (theora_enc_sink_link):
17225         Added first attempt at cropping of the image as required by the
17226         theora spec. We need more properties in the caps (offset_x,
17227         offset_y,stride) to implement this correctly.
17228
17229 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
17230
17231         * ext/dvdnav/README:
17232           Update the README to use dvddemux
17233         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
17234           Ensure getcaps returns a subset of the template caps
17235         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
17236         (gst_mpeg2subt_init):
17237           Ensure getcaps returns a subset of the template caps
17238         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17239         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
17240         (gst_dvd_demux_get_subpicture_stream),
17241         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
17242         * gst/mpegstream/gstdvddemux.h:
17243           Set the explicit caps on the current_video pad before pushing
17244           anything
17245         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
17246         (gst_mpeg_demux_get_audio_stream):
17247           Free caps used to gst_pad_set_explicit_caps, which takes a const
17248           GstCaps *
17249
17250 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17251
17252         * configure.ac: update GStreamer requirement to 0.8.4 because of
17253           GstFraction.
17254
17255 2004-07-28  Wim Taymans  <wim@fluendo.com>
17256
17257         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
17258         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
17259         Add the pad to the element after setting up the caps. This
17260         makes it a lot easier to autoplug.
17261
17262 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
17263
17264         * gst/median/gstmedian.c:
17265         * gst/mpeg2subt/gstmpeg2subt.c:
17266         * gst/mpegaudioparse/gstmpegaudioparse.c:
17267         * gst/mpegstream/gstdvddemux.c:
17268         * gst/mpegstream/gstmpegdemux.c:
17269         * gst/mpegstream/gstmpegpacketize.c:
17270         * gst/rtjpeg/gstrtjpeg.c:
17271         * gst/rtjpeg/gstrtjpegdec.c:
17272         * gst/rtjpeg/gstrtjpegenc.c:
17273         * gst/sine/gstsinesrc.c:
17274         * gst/smooth/gstsmooth.c:
17275         * gst/smpte/gstsmpte.c:
17276         * gst/smpte/gstsmpte.h:
17277         * gst/stereo/gststereo.c:
17278         * gst/videofilter/gstgamma.c:
17279         * gst/videofilter/gstvideobalance.c:
17280         * gst/videofilter/gstvideofilter.c:
17281         * gst/videofilter/gstvideoflip.c:
17282         * gst/videoscale/gstvideoscale.c:
17283         * gst/videoscale/videoscale.c:
17284         * gst/videotestsrc/gstvideotestsrc.c:
17285         * gst/videotestsrc/videotestsrc.c:
17286         * gst/wavenc/gstwavenc.c:
17287         * gst/wavparse/gstwavparse.c:
17288           fix local includes and 64 bits constants
17289
17290 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
17291
17292         * win32/gst.sln:
17293         * gst-libs/gst/*/*.vcproj:
17294         * gst/*/*.vcproj:
17295           more working plugins
17296
17297 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17298
17299         * testsuite/alsa/Makefile.am:
17300         * testsuite/alsa/srcstate.c:
17301         add test for alsasrc changing state
17302
17303 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17304
17305         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
17306         (gst_silence_get):
17307         * gst/silence/gstsilence.h:
17308         fix silence generation for 16bit raw audio
17309
17310 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17311
17312         * gst/matroska/matroska-demux.c:
17313         (gst_matroska_demux_parse_metadata),
17314         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
17315         * gst/mpegaudio/common.c:
17316         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
17317         (gst_videoscale_getcaps), (gst_videoscale_link),
17318         (gst_videoscale_src_fixate), (gst_videoscale_init),
17319         (gst_videoscale_finalize):
17320         * gst/videoscale/gstvideoscale.h:
17321         * gst/videotestsrc/gstvideotestsrc.c:
17322         (gst_videotestsrc_get_capslist):
17323         * gst/wavenc/gstwavenc.c:
17324         * sys/oss/gstossmixer.c: (fill_labels):
17325         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17326         (gst_ximagesink_handle_xevents),
17327         (gst_ximagesink_calculate_pixel_aspect_ratio),
17328         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
17329         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
17330         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
17331         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
17332         (gst_ximagesink_init), (gst_ximagesink_class_init):
17333         * sys/ximage/ximagesink.h:
17334         * sys/xvimage/xvimagesink.c:
17335         (gst_xvimagesink_calculate_pixel_aspect_ratio),
17336         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
17337         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
17338         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
17339         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
17340         * sys/xvimage/xvimagesink.h:
17341           first batch of pixel aspect ratio commits.
17342
17343 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17344
17345         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17346         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
17347         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
17348           handle stride, needs work if we want to move stride handling
17349           upstream, but works correctly for our purposes.
17350
17351 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17352
17353         * gst/videoscale/README:
17354           add testing examples
17355         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
17356         (gst_videoscale_chain):
17357         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17358         (gst_videoscale_get_size):
17359           add get_size function that handles stride like videotestsrc.
17360           fixes conversion for YUV formats for as much as I can test them.
17361
17362 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17363
17364         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17365         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17367         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
17368         (gst_xvimagesink_xvimage_put):
17369           further cleanups, logging, error handling and synchronizing
17370
17371 2004-07-27  Wim Taymans  <wim@fluendo.com>
17372
17373         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17374         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
17375         (gst_videomixer_pad_set_property),
17376         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
17377         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
17378         (gst_videomixer_class_init), (gst_videomixer_init),
17379         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
17380         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
17381         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
17382         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
17383         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
17384         (gst_videomixer_loop), (plugin_init):
17385         Be a nicer negotiation citizen and provide a getcaps function on
17386         the srcpad. This also fixes a crash when resizing.
17387
17388 2004-07-27  Julien MOUTTE  <julien@moutte.net>
17389
17390         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17391         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
17392
17393 2004-07-27  Wim Taymans  <wim@fluendo.com>
17394
17395         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
17396         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17397         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17398         (gst_pngenc_set_property):
17399         * ext/libpng/gstpngenc.h:
17400         Added snapshot property to pngenc.
17401         removed g_print from pngdec
17402
17403 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
17404
17405         * gst/ac3parse/ac3parse.vcproj
17406         * gst/adder/adder.vcproj
17407         * gst/alpha/alpha.vcproj
17408         * gst/alpha/alphacolor.vcproj
17409         * gst/asfdemux/asf.vcproj
17410         * gst/audioconvert/audioconvert.vcproj
17411         * gst/audiorate/audiorate.vcproj
17412         * gst/audioscale/audioscale.vcproj
17413         * gst/auparse/auparse.vcproj
17414         * gst/avi/avi.vcproj
17415         * gst/cdxaparse/cdxaparse.vcproj
17416         * gst/chart/chart.vcproj
17417         * gst/colorspace/colorspace.vcproj
17418         * gst/cutter/cutter.vcproj
17419         * gst/debug/debug.vcproj
17420         * gst/debug/efence.vcproj
17421         * gst/debug/navigationtest.vcproj
17422         * gst/deinterlace/deinterlace.vcproj
17423         * gst/effectv/effectv.vcproj
17424         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
17425         * gst/filter/filter.vcproj
17426         * gst/flx/flxdec.vcproj
17427         * gst/goom/goom.vcproj
17428         * gst/interleave/interleave.vcproj
17429         * gst/law/alaw.vcproj
17430         * gst/law/mulaw.vcproj
17431         * gst/matroska/matroska.vcproj
17432         * gst/median/median.vcproj
17433         * gst/mixmatrix/mixmatrix.vcproj
17434         * gst/mpeg1sys/mpeg1systemencode.vcproj
17435         * gst/mpeg1videoparse/mp1videoparse.vcproj
17436         * gst/mpeg2sub/mpeg2subt.vcproj
17437         * gst/mpegaudio/mpegaudio.vcproj
17438         * gst/mpegaudioparse/mpegaudioparse.vcproj
17439         * gst/mpegstream/mpegstream.vcproj
17440         * gst/multifilesink/multifilesink.vcproj
17441         * gst/multipart/multipart.vcproj
17442         * gst/oneton/oneton.vcproj
17443         * gst/overlay/overlay.vcproj
17444         * gst/passthrough/passthrough.vcproj
17445         * gst/qtdemux/qtdemux.vcproj
17446         * gst/realmedia/rmdemux.vcproj
17447         * gst/rtjpeg/rtjpeg.vcproj
17448         * gst/rtp/rtp.vcproj
17449         * gst/silence/silence.vcproj
17450         * gst/sine/sinesrc.vcproj
17451         * gst/smooth/smooth.vcproj
17452         * gst/smpte/smpte.vcproj
17453         * gst/spectrum/spectrum.vcproj
17454         * gst/speed/speed.vcproj
17455         * gst/stereo/stereo.vcproj
17456         * gst/switch/switch.vcproj
17457         * gst/tags/tagedit.vcproj
17458         * gst/tcp/tcp.vcproj
17459         * gst/typefind/typefindfunctions.vcproj
17460         * gst/udp/udp.vcproj
17461         * gst/videobox/videobox.vcproj
17462         * gst/videocrop/videocrop.vcproj
17463         * gst/videodrop/videodrop.vcproj
17464         * gst/videofilter/gamma.vcproj
17465         * gst/videofilter/videobalance.vcproj
17466         * gst/videofilter/videofilter.vcproj
17467         * gst/videofilter/videoflip.vcproj
17468         * gst/videoflip/videoflip.vcproj
17469         * gst/videomixer/videomixer.vcproj
17470         * gst/videorate/videorate.vcproj
17471         * gst/videoscale/videoscale.vcproj
17472         * gst/videotestsrc/videotestsrc.vcproj
17473         * gst/virtualdub/virtualdub.vcproj
17474         * gst/volenv/volenv.vcproj
17475         * gst/volume/volume.vcproj
17476         * gst/wavenc/wavenc.vcproj
17477         * gst/wavparse/wavparse.vcproj
17478         * gst/y4m/y4menc.vcproj
17479         * gst-libs/gst/audio/audio.vcproj
17480         * gst-libs/gst/audio/audiofilter.vcproj
17481         * gst-libs/gst/colorbalance/colorbalance.vcproj
17482         * gst-libs/gst/idct/idtc.vcproj
17483         * gst-libs/gst/media-info/media-info.vcproj
17484         * gst-libs/gst/mixer/mixer.vcproj
17485         * gst-libs/gst/navigation/navigation.vcproj
17486         * gst-libs/gst/play/play.vcproj
17487         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
17488         * gst-libs/gst/resample/resample.vcproj
17489         * gst-libs/gst/riff/riff.vcproj
17490         * gst-libs/gst/tuner/tuner.vcproj
17491         * gst-libs/gst/video/video.vcproj
17492         * gst-libs/gst/xoverlay/xoverlay.vcproj
17493           avoid problems with math.h, fix release dependancy
17494           rename GStreamer-0.8.lib to libgstreamer.lib
17495
17496 2004-07-27  Julien MOUTTE  <julien@moutte.net>
17497
17498         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
17499         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
17500         the atom is not available we have to unlock the mutex. Fixes #148023
17501
17502 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17503
17504         * gst-libs/gst/media-info/media-info.h:
17505           issue for a vararg macro with MSVC
17506
17507 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17508
17509         * gst/effectv/effectv.vcproj
17510         * gst-libs/gst/idct/idct.vcproj:
17511         * gst-libs/gst/media-info/media-info.vcproj:
17512         * gst-libs/gst/navigation/navigation.vcproj:
17513         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
17514         * gst-libs/gst/video/video.vcproj:
17515         * gst-libs/gst/xoverlay/xoverlay.vcproj:
17516           fixes for build problems
17517
17518 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17519
17520         * gst-libs/gst/audio/audio.def:
17521         * gst-libs/gst/audio/riff.def:
17522           add some definitions needed by plugins
17523
17524 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17525
17526         * gst/asfdemux/gstasfmux.c
17527           Fix some 64 bits constants to be glib friendly
17528
17529 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17530
17531         * gst/ac3parse/gstac3parse.c
17532         * gst/audioscale/gstaudioscale.c
17533         * gst/auparse/gstauparse.c
17534         * gst/colorspace/gstcolorspace.c
17535         * gst/colorspace/yuv2rgb.h
17536           local include fixes
17537
17538 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17539
17540         * win32/gst.sln
17541           add more plugins to the build
17542
17543 2004-07-26  Julien MOUTTE  <julien@moutte.net>
17544
17545         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17546         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
17547
17548 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17549
17550         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
17551         (gst_level_set_property), (gst_level_get_property),
17552         (gst_level_base_init), (gst_level_class_init):
17553           add debugging categories.  cleanups.
17554
17555 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17556
17557         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17558         (gst_videoscale_planar411), (gst_videoscale_planar400),
17559         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
17560         (gst_videoscale_scale_nearest_str1),
17561         (gst_videoscale_scale_nearest_str2),
17562         (gst_videoscale_scale_nearest_str4),
17563         (gst_videoscale_scale_nearest_16bit),
17564         (gst_videoscale_scale_nearest_24bit):
17565           fixed stride issues
17566           tested with 320x240 -> 321, 322, 324 x240
17567           tested with YV12, I420, YUY2, UYVY
17568           fixed packed422rev (don't think it could have worked before)
17569           by testing with UYVY
17570
17571 2004-07-26  Benjamin Otte  <otte@gnome.org>
17572
17573         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
17574         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
17575         (plugin_init):
17576           add debugging category, add error checks like checking return values
17577           of setup calls, make sure it still works after
17578           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
17579
17580 2004-07-26  Wim Taymans  <wim@fluendo.com>
17581
17582         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
17583         (gst_mpeg_demux_get_audio_stream),
17584         (gst_mpeg_demux_process_private):
17585         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
17586         Check for error codes from the negotiation functions. Make sure
17587         we really set the pad caps when a new pad is created.
17588
17589 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17590
17591         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17592         (gst_ffmpeg_caps_to_pix_fmt):
17593         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
17594         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17595         (gst_ffmpegcolorspace_pad_link):
17596           don't make function do two things at the same time without reason.
17597
17598 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17599
17600         * gst/ac3parse/ac3parse.vcproj
17601         * gst/adder/adder.vcproj
17602         * gst/alpha/alpha.vcproj
17603         * gst/alpha/alphacolor.vcproj
17604         * gst/asfdemux/asf.vcproj
17605         * gst/audioconvert/audioconvert.vcproj
17606         * gst/audiorate/audiorate.vcproj
17607         * gst/audioscale/audioscale.vcproj
17608         * gst/auparse/auparse.vcproj
17609         * gst/avi/avi.vcproj
17610         * gst/cdxaparse/cdxaparse.vcproj
17611         * gst/chart/chart.vcproj
17612         * gst/colorspace/colorspace.vcproj
17613         * gst/cutter/cutter.vcproj
17614         * gst/debug/debug.vcproj
17615         * gst/debug/efence.vcproj
17616         * gst/debug/navigationtest.vcproj
17617         * gst/deinterlace/deinterlace.vcproj
17618         * gst/effectv/effectv.vcproj
17619         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
17620         * gst/filter/filter.vcproj
17621         * gst/flx/flxdec.vcproj
17622         * gst/goom/goom.vcproj
17623         * gst/interleave/interleave.vcproj
17624         * gst/law/alaw.vcproj
17625         * gst/law/mulaw.vcproj
17626         * gst/matroska/matroska.vcproj
17627         * gst/median/median.vcproj
17628         * gst/mixmatrix/mixmatrix.vcproj
17629         * gst/mpeg1sys/mpeg1systemencode.vcproj
17630         * gst/mpeg1videoparse/mp1videoparse.vcproj
17631         * gst/mpeg2sub/mpeg2subt.vcproj
17632         * gst/mpegaudio/mpegaudio.vcproj
17633         * gst/mpegaudioparse/mpegaudioparse.vcproj
17634         * gst/mpegstream/mpegstream.vcproj
17635         * gst/multifilesink/multifilesink.vcproj
17636         * gst/multipart/multipart.vcproj
17637         * gst/oneton/oneton.vcproj
17638         * gst/overlay/overlay.vcproj
17639         * gst/passthrough/passthrough.vcproj
17640         * gst/qtdemux/qtdemux.vcproj
17641         * gst/realmedia/rmdemux.vcproj
17642         * gst/rtjpeg/rtjpeg.vcproj
17643         * gst/rtp/rtp.vcproj
17644         * gst/silence/silence.vcproj
17645         * gst/sine/sinesrc.vcproj
17646         * gst/smooth/smooth.vcproj
17647         * gst/smpte/smpte.vcproj
17648         * gst/spectrum/spectrum.vcproj
17649         * gst/speed/speed.vcproj
17650         * gst/stereo/stereo.vcproj
17651         * gst/switch/switch.vcproj
17652         * gst/tags/tagedit.vcproj
17653         * gst/tcp/tcp.vcproj
17654         * gst/typefind/typefindfunctions.vcproj
17655         * gst/udp/udp.vcproj
17656         * gst/videobox/videobox.vcproj
17657         * gst/videocrop/videocrop.vcproj
17658         * gst/videodrop/videodrop.vcproj
17659         * gst/videofilter/gamma.vcproj
17660         * gst/videofilter/videobalance.vcproj
17661         * gst/videofilter/videofilter.vcproj
17662         * gst/videofilter/videoflip.vcproj
17663         * gst/videoflip/videoflip.vcproj
17664         * gst/videomixer/videomixer.vcproj
17665         * gst/videorate/videorate.vcproj
17666         * gst/videoscale/videoscale.vcproj
17667         * gst/videotestsrc/videotestsrc.vcproj
17668         * gst/virtualdub/virtualdub.vcproj
17669         * gst/volenv/volenv.vcproj
17670         * gst/volume/volume.vcproj
17671         * gst/wavenc/wavenc.vcproj
17672         * gst/wavparse/wavparse.vcproj
17673         * gst/y4m/y4menc.vcproj
17674           more plugins supported under windows
17675
17676 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17677
17678         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17679         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
17680         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
17681         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17682         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
17683           Add debugging statements.  Use the sizes as returned by the
17684           *CreateImage calls.
17685
17686 2004-07-26  Johan Dahlin  <johan@gnome.org>
17687
17688         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
17689         the pad is negotiated.
17690
17691         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
17692
17693 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17694
17695         * gst-libs/gst/colorbalance/colorbalance.vcproj:
17696         * gst-libs/gst/idct/idct.vcproj:
17697         * gst-libs/gst/media-info/media-info.vcproj:
17698         * gst-libs/gst/mixer/mixer.vcproj:
17699         * gst-libs/gst/navigation/navigation.vcproj:
17700         * gst-libs/gst/play/play.vcproj:
17701         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
17702         * gst-libs/gst/resample/resample.vcproj:
17703         * gst-libs/gst/tuner/tuner.vcproj:
17704         * gst-libs/gst/video/video.vcproj:
17705         * gst-libs/gst/xoverlay/xoverlay.vcproj:
17706           more plugins supported under windows
17707
17708 2004-07-25 Iain <iain@prettypeople.org>
17709
17710         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
17711         pad now rather than when the pad is created because state changes wipe
17712         explicit caps (fixes #148043).
17713
17714 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
17715
17716         reviewed by Benjamin Otte  <otte@gnome.org>
17717
17718         * ext/mad/gstmad.c:
17719           fix mad plugin crashing on Sun (fixes #148289)
17720
17721 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17722
17723         * gst/avi/avi.def:
17724         * gst/avi/avi.vcproj:
17725         * gst/matroska/matroska.def:
17726         * gst/matroska/matroska.vcproj:
17727           remove unused .def files
17728
17729 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17730
17731         * gst-libs/gst/audio/gstaudiofilter.c:
17732           Clean the local include
17733
17734 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17735
17736         * win32/gst.sln:
17737         * gst-libs/gst/audio/audio.def:
17738         * gst-libs/gst/audio/audio.vcproj:
17739         * gst-libs/gst/audio/audiofilter.vcproj:
17740         * gst-libs/gst/audio/riff.def:
17741         * gst-libs/gst/audio/riff.vcproj:
17742         * gst-libs/gst/gst-libs.def:
17743         * gst-libs/gst/gst-libs.vcproj:
17744         * gst/avi/avi.vcproj:
17745         * gst/avi/avi.vcproj:
17746           Copy the files where needed after building, cleaner projects
17747
17748 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17749
17750         * gst/matroska/ebml-write.c:
17751           Fix some 64 bits constants to be glib friendly
17752
17753 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
17754
17755         * win32/gst.sln:
17756         * gst-libs/gst/gst-libs.def:
17757         * gst-libs/gst/gst-libs.vcproj:
17758         * gst/matroska/matroska.def:
17759         * gst/matroska/matroska.vcproj:
17760           Add the preliminary canvas to build plugins on Win32
17761
17762 2004-07-23  Benjamin Otte  <otte@gnome.org>
17763
17764         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17765           don't enfore negotiation from source side, it breaks
17766           sinesrc ! audioconvert ! osssink
17767
17768 2004-07-22  David Schleef  <ds@schleef.org>
17769
17770         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
17771         for ELF files, since they can easily be recognized as audio/mpeg.
17772         (bug #147441)
17773
17774 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17775
17776         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17777         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
17778         (gst_videoscale_scale_nearest_24bit),
17779         (gst_videoscale_scale_nearest_16bit):
17780           fix 16bit and 24bit for stride (24bit might need testing)
17781           don't pretend we do more than one algorithm
17782
17783 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17784
17785         * configure.ac:
17786         * gst/Makefile.am:
17787         * gst/multifilesink/Makefile.am:
17788         * gst/multifilesink/gstmultifilesink.c:
17789         (gst_multifilesink_get_formats),
17790         (gst_multifilesink_get_query_types), (_do_init),
17791         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
17792         (gst_multifilesink_init), (gst_multifilesink_dispose),
17793         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
17794         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
17795         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
17796         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
17797         (gst_multifilesink_chain), (gst_multifilesink_change_state),
17798         (gst_multifilesink_uri_get_type),
17799         (gst_multifilesink_uri_get_protocols),
17800         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
17801         (gst_multifilesink_uri_handler_init), (plugin_init):
17802         * gst/multifilesink/gstmultifilesink.h:
17803         * testsuite/Makefile.am:
17804         * testsuite/multifilesink/Makefile.am:
17805         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
17806         (gst_newmedia_class_init), (gst_newmedia_init),
17807         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
17808         (newfile_signal), (test_signal), (main):
17809         multifilesink plugin for creating new files every time a new media
17810         discontinuity event occurs
17811
17812 2004-07-22  Wim Taymans  <wim@fluendo.com>
17813
17814         * gst/alpha/Makefile.am:
17815         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
17816         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
17817         (gst_alpha_color_init), (gst_alpha_color_set_property),
17818         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
17819         (transform), (gst_alpha_color_chain),
17820         (gst_alpha_color_change_state), (plugin_init):
17821         Stupid plugin to to RGBA to AYUV conversion because none of
17822         the colorspace plugins can handle that yet.
17823
17824 2004-07-22  Wim Taymans  <wim@fluendo.com>
17825
17826         * examples/seeking/seek.c: (update_scale), (main):
17827         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
17828         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
17829         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
17830         (gst_decode_bin_init), (gst_decode_bin_dispose),
17831         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17832         (no_more_pads), (close_link), (type_found),
17833         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
17834         (plugin_init):
17835         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17836         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
17837         (gst_play_base_bin_dispose), (queue_overrun),
17838         (gen_preroll_element), (remove_prerolls), (unknown_type),
17839         (no_more_pads), (new_stream), (setup_source),
17840         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17841         (play_base_eos), (gst_play_base_bin_change_state),
17842         (gst_play_base_bin_add_element),
17843         (gst_play_base_bin_remove_element),
17844         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
17845         (gst_play_base_bin_unlink_stream),
17846         (gst_play_base_bin_get_streaminfo):
17847         * gst/playback/gstplaybin.c: (gen_video_element),
17848         (gen_audio_element):
17849         * gst/playback/gststreaminfo.h:
17850         More playback updates, attempt to fix things after the state change
17851         breakage.
17852
17853 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17854
17855         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
17856         (gst_videoscale_scale_nearest_16bit):
17857           comment algorithm
17858
17859 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17860
17861         * gst/videotestsrc/gstvideotestsrc.c:
17862         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
17863         (gst_videotestsrc_init), (gst_videotestsrc_get),
17864         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
17865         (gst_videotestsrc_get_property):
17866         * gst/videotestsrc/gstvideotestsrc.h:
17867         * gst/videotestsrc/videotestsrc.c:
17868         * gst/videotestsrc/videotestsrc.h:
17869           cleanup and commenting
17870
17871 2004-07-21  Wim Taymans  <wim@fluendo.com>
17872
17873         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
17874         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
17875         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
17876         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
17877         (_find_chain_get_unknown_part), (_find_streams_check),
17878         (gst_ogg_demux_push), (gst_ogg_pad_push):
17879         * ext/theora/theoradec.c: (theora_get_formats),
17880         (theora_dec_src_convert), (theora_dec_sink_convert),
17881         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
17882         (theora_dec_chain):
17883         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17884         (vorbis_dec_convert), (vorbis_dec_src_query),
17885         (vorbis_dec_src_event), (vorbis_dec_event):
17886         More seeking fixes, oggdemux now supports seeking to time and
17887         uses the downstream element to convert granulepos to time.
17888         Seeking in theora-only ogg files now works.
17889
17890 2004-07-21  Wim Taymans  <wim@fluendo.com>
17891
17892         * ext/theora/theoradec.c: (gst_theora_dec_init),
17893         (theora_get_formats), (theora_get_event_masks),
17894         (theora_get_query_types), (theora_dec_src_convert),
17895         (theora_dec_sink_convert), (theora_dec_src_query),
17896         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
17897         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17898         (vorbis_get_event_masks), (vorbis_get_query_types),
17899         (gst_vorbis_dec_init), (vorbis_dec_convert),
17900         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
17901         Added query/convert/formats functions to vorbis and theora decoders
17902         so that the outside world can use them too. Fixed seeking on an
17903         ogg/theora/vorbis file by disabling the seeking seeking on the
17904         theora srcpad.
17905
17906 2004-07-21  Julien MOUTTE  <julien@moutte.net>
17907
17908         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17909         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
17910         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
17911         images creation for both elements. We don't create the image on caps
17912         nego or renego, we just destroy the internal one if present if it does
17913         not match the needs. The chain function takes care of creating a new
17914         image when needed.
17915         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17916         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
17917         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
17918         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
17919         the image format information. The buffer pool checks for the context
17920         image format and discard images with different formats.
17921         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
17922
17923 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
17924
17925         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17926         (gst_ffmpegcolorspace_chain):
17927           no point in doing any chaining if the pad we want to push from
17928           isn't usable.
17929
17930 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17931
17932         * gst-libs/gst/riff/riff-media.c:
17933         (gst_riff_create_audio_caps_with_data):
17934           Fix double end-to-native symbol conversion (#148021).
17935
17936 2004-07-20  David Schleef  <ds@schleef.org>
17937
17938         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
17939         Don't use an Atom that doesn't exist.
17940
17941 2004-07-20  Wim Taymans  <wim@fluendo.com>
17942
17943         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17944         (gst_multifdsink_add), (gst_multifdsink_get_stats),
17945         (gst_multifdsink_client_remove),
17946         (gst_multifdsink_handle_client_write),
17947         (gst_multifdsink_queue_buffer):
17948         * gst/tcp/gstmultifdsink.h:
17949         More multifdsink stats. Avoid deadlock by releasing locks
17950         before sending out a signal.
17951
17952 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17953
17954         * po/LINGUAS:
17955         * po/hu.po:
17956           added Hungarian translation (Laszlo Dvornik)
17957
17958 2004-07-20  Wim Taymans  <wim@fluendo.com>
17959
17960         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17961         (gst_multifdsink_add), (gst_multifdsink_client_remove),
17962         (gst_multifdsink_handle_client_write),
17963         (gst_multifdsink_queue_buffer):
17964         * gst/tcp/gsttcp-marshal.list:
17965         Fixed the stupid marshal definition.
17966
17967 2004-07-20  Wim Taymans  <wim@fluendo.com>
17968
17969         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17970         (gst_multifdsink_init), (gst_multifdsink_add),
17971         (gst_multifdsink_client_remove),
17972         (gst_multifdsink_handle_client_write),
17973         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
17974         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
17975         (gst_multifdsink_init_send):
17976         * gst/tcp/gstmultifdsink.h:
17977         Added more stats, added timeout for a client, fixed some typos
17978         and added some comments.
17979
17980 2004-07-20  Wim Taymans  <wim@fluendo.com>
17981
17982         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17983         (gst_multifdsink_add), (gst_multifdsink_get_stats),
17984         (gst_multifdsink_client_remove),
17985         (gst_multifdsink_handle_client_write):
17986         * gst/tcp/gstmultifdsink.h:
17987         * gst/tcp/gsttcp-marshal.list:
17988         Added get_stats method that returns a GValueArray of
17989         stats values.
17990
17991 2004-07-19  Benjamin Otte  <otte@gnome.org>
17992
17993         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
17994           make sure longname, description and author are valid UTF-8
17995
17996 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17997
17998         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
17999         (gst_ximagesink_set_property):
18000         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
18001         (gst_xvimagesink_set_property):
18002           make sure SYNCHRONOUS is respected after getting the X context
18003
18004 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18005
18006         * gst/matroska/matroska-demux.c:
18007         (gst_matroska_demux_handle_src_event),
18008         (gst_matroska_demux_parse_blockgroup):
18009         * gst/matroska/matroska-ids.h:
18010           add BlockReference tag and ignore it to clear out log.
18011           ignore NAVIGATION events to clear out log.
18012
18013 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18014
18015         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
18016         (gst_matroska_demux_add_stream):
18017         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
18018           add debug categories
18019
18020 2004-07-16  Wim Taymans  <wim@fluendo.com>
18021
18022         * ext/libpng/Makefile.am:
18023         * ext/libpng/gstpng.c: (plugin_init):
18024         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
18025         (gst_pngdec_get_type), (gst_pngdec_base_init),
18026         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
18027         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
18028         * ext/libpng/gstpngdec.h:
18029         Added png decoder.
18030
18031 2004-07-16  Julien MOUTTE  <julien@moutte.net>
18032
18033         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
18034         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
18035         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
18036         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
18037         (gst_ximagesink_buffer_alloc):
18038         * sys/ximage/ximagesink.h:
18039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
18040         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
18041         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18042         (gst_xvimagesink_buffer_alloc):
18043         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
18044         again. Using internal data pointer of the x(v)image to store image's
18045         data to be coherent with the buffer alloc mechanism. Investigated the
18046         image destruction code to be sure that everything gets freed correctly.
18047
18048 2004-07-16  Wim Taymans  <wim@fluendo.com>
18049
18050         * gst-libs/gst/riff/riff-read.c:
18051         (gst_riff_read_strf_vids_with_data),
18052         (gst_riff_read_strf_auds_with_data):
18053         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18054         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
18055         Make sure we don't create 0 sized subbuffers in riff-read.
18056         Signal the no more pads signal after reading the avi header.
18057
18058 2004-07-16  Wim Taymans  <wim@fluendo.com>
18059
18060         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18061         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
18062         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
18063         (gst_decode_bin_init), (gst_decode_bin_dispose),
18064         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18065         (no_more_pads), (close_link), (type_found),
18066         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18067         (gst_decode_bin_change_state), (plugin_init):
18068         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18069         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18070         (gst_play_base_bin_dispose), (queue_overrun),
18071         (gen_preroll_element), (remove_prerolls), (unknown_type),
18072         (no_more_pads), (new_stream), (setup_source),
18073         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
18074         (play_base_eos), (gst_play_base_bin_change_state),
18075         (gst_play_base_bin_add_element),
18076         (gst_play_base_bin_remove_element),
18077         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18078         (gst_play_base_bin_unlink_stream),
18079         (gst_play_base_bin_get_streaminfo):
18080         * gst/playback/gstplaybasebin.h:
18081         Better error recovery. Added configurable preroll queue size. Faster
18082         detection of no-more-pads.
18083
18084 2004-07-16  Wim Taymans  <wim@fluendo.com>
18085
18086         * gst-libs/gst/video/video.h:
18087         Added 32 bits RGBA. Not sure if we should use another mime-type
18088         for alpha rgb. Currently the presence of the alpha_mask property
18089         signals an alpha channel.
18090
18091 2004-07-16  Wim Taymans  <wim@fluendo.com>
18092
18093         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
18094         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18095         FPS seems to be 0.0 to MAX everywhere else.
18096
18097 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18098
18099         * gst-libs/gst/riff/riff-media.c:
18100         (gst_riff_create_video_caps_with_data):
18101           mp42/mp43 (no caps) exist too.
18102         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
18103           Set pixel_width/height; we've got them in-caps.
18104         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18105         * gst/wavparse/gstwavparse.c: (plugin_init):
18106           Both are valid primary.
18107         * sys/oss/gstossmixer.c:
18108           Remove i18n hack and enable translations.
18109
18110 2004-07-15  Benjamin Otte  <otte@gnome.org>
18111
18112         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
18113         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
18114           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
18115
18116 2004-07-15  Benjamin Otte  <otte@gnome.org>
18117
18118         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18119         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
18120         (gst_alsa_close_audio):
18121           disable some of the debugging code for now. Writing debugging to a
18122           buffer is broken in current alsalib releases.
18123
18124 2004-07-12  Benjamin Otte  <otte@gnome.org>
18125
18126         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
18127           use bufferpools
18128
18129 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18130
18131         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
18132         (theora_dec_src_query), (theora_dec_event):
18133         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
18134           add debugging categories.  Remove \n's.
18135
18136 2004-07-13  Johan Dahlin  <johan@gnome.org>
18137
18138         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
18139         (gst_play_bin_get_property): Impl.
18140
18141 2004-07-13  Wim Taymans  <wim@fluendo.com>
18142
18143         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
18144         When trying to find the stream length, seek back N pages
18145         instead of just one, where N is the number of streams in
18146         the current chain.
18147
18148 2004-07-13  Wim Taymans  <wim@fluendo.com>
18149
18150         * gst-libs/gst/riff/riff-media.c:
18151         (gst_riff_create_audio_caps_with_data),
18152         (gst_riff_create_audio_caps),
18153         (gst_riff_create_audio_template_caps):
18154         * gst-libs/gst/riff/riff-media.h:
18155         * gst-libs/gst/riff/riff-read.c:
18156         (gst_riff_read_strf_vids_with_data),
18157         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
18158         * gst-libs/gst/riff/riff-read.h:
18159         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18160         (gst_avi_demux_add_stream):
18161         Set codec_data on caps for avidemuxer.
18162
18163 2004-07-12  David Schleef  <ds@schleef.org>
18164
18165         * configure.ac: Fix test for Objective C
18166
18167 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
18168         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
18169         (gst_gdk_pixbuf_chain):
18170           Add svg and pcx to template caps, and ensure that getcaps returns a
18171           subset of the template caps.
18172           Copy each row manually for output, as gdkpixbuf may pad the
18173           rowstride to a 32-bit word boundary.
18174
18175 2004-07-12  Wim Taymans  <wim@fluendo.com>
18176
18177         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
18178         (gst_riff_create_video_template_caps):
18179         Fix the template caps to include some more media types.
18180
18181 2004-07-12  Wim Taymans  <wim@fluendo.com>
18182
18183         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18184         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18185         (compare_ranks), (print_feature), (gst_decode_bin_init),
18186         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
18187         (try_to_link_1), (new_pad), (close_link), (type_found),
18188         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18189         (gst_decode_bin_change_state), (plugin_init):
18190         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18191         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18192         (gst_play_base_bin_dispose), (queue_overrun),
18193         (gen_preroll_element), (remove_prerolls), (no_more_pads),
18194         (new_stream), (setup_source), (gst_play_base_bin_set_property),
18195         (gst_play_base_bin_get_property), (play_base_eos),
18196         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18197         (gst_play_base_bin_remove_element),
18198         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18199         (gst_play_base_bin_unlink_stream),
18200         (gst_play_base_bin_get_streaminfo):
18201         * gst/playback/gstplaybasebin.h:
18202         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18203         (gst_play_bin_class_init), (gst_play_bin_init),
18204         (gst_play_bin_dispose), (gst_play_bin_set_property),
18205         (gst_play_bin_get_property), (gen_video_element),
18206         (gen_audio_element), (remove_sinks), (setup_sinks),
18207         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
18208         (gst_play_bin_send_event), (gst_play_bin_get_formats),
18209         (gst_play_bin_convert), (gst_play_bin_get_query_types),
18210         (gst_play_bin_query), (plugin_init):
18211         * gst/playback/test4.c: (main):
18212         More fixes on reusing of the element.
18213
18214 2004-07-11  Benjamin Otte  <otte@gnome.org>
18215
18216         * ext/mad/gstmad.c: (normal_seek):
18217           allow seeking for other methods than just SET
18218
18219 2004-07-11  Andy Wingo  <wingo@pobox.com>
18220
18221         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
18222         float, "any" caps -> buffer_frames=[0,MAX].
18223
18224         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
18225         doesn't intersect our caps with the template any more. Do it
18226         ourselves.
18227         (interleave_buffered_loop): Use g_newa instead of malloc/free.
18228
18229 2004-07-09  Wim Taymans  <wim@fluendo.com>
18230
18231         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18232         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18233         (compare_ranks), (print_feature), (gst_decode_bin_init),
18234         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
18235         (try_to_link_1), (new_pad), (close_link), (type_found),
18236         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18237         (gst_decode_bin_change_state), (plugin_init):
18238         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18239         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18240         (gst_play_base_bin_dispose), (queue_overrun),
18241         (gen_preroll_element), (remove_prerolls), (no_more_pads),
18242         (new_stream), (setup_source), (gst_play_base_bin_set_property),
18243         (gst_play_base_bin_get_property), (play_base_eos),
18244         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18245         (gst_play_base_bin_remove_element),
18246         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18247         (gst_play_base_bin_unlink_stream),
18248         (gst_play_base_bin_get_streaminfo):
18249         * gst/playback/gstplaybasebin.h:
18250         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18251         (gst_play_bin_class_init), (gst_play_bin_init),
18252         (gst_play_bin_dispose), (gst_play_bin_set_property),
18253         (gst_play_bin_get_property), (gen_video_element),
18254         (gen_audio_element), (remove_sinks), (setup_sinks),
18255         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
18256         (gst_play_bin_send_event), (gst_play_bin_get_formats),
18257         (gst_play_bin_convert), (gst_play_bin_get_query_types),
18258         (gst_play_bin_query), (plugin_init):
18259         * gst/playback/test4.c: (main):
18260         Work on object reuse and seeking.
18261
18262 2004-07-09  Wim Taymans  <wim@fluendo.com>
18263
18264         * examples/seeking/seek.c: (iterate):
18265         Don't consume all CPU in the idle loop.
18266
18267 2004-07-09  Wim Taymans  <wim@fluendo.com>
18268
18269         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
18270         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
18271         Add pad to element *after* setting the pad functions so that
18272         the scheduler can use the correct ones.
18273
18274 2004-07-09  Wim Taymans  <wim@fluendo.com>
18275
18276         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
18277         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
18278         Sync to keyframe after seek
18279
18280 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18281
18282         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18283         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18284         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
18285         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
18286         * ext/libvisual/visual.c: (gst_visual_change_state):
18287         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
18288         * ext/theora/theoradec.c: (theora_dec_change_state):
18289         * ext/theora/theoraenc.c: (theora_enc_change_state):
18290         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
18291         * gst-libs/gst/navigation/navigation.c:
18292         * gst/adder/gstadder.c: (gst_adder_change_state):
18293         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18294         (gst_audio_convert_get_buffer):
18295         * gst/multipart/multipartdemux.c:
18296         (gst_multipart_demux_change_state):
18297         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
18298         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18299         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
18300         * gst/videoscale/gstvideoscale.c:
18301         (gst_videoscale_handle_src_event):
18302         * gst/volume/gstvolume.c: (volume_chain_int16):
18303           don't assert in state change, this should be done by the base
18304           GstElement class.
18305           various debugging fixes.
18306
18307 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18308
18309         * configure.ac:
18310         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18311         (gst_play_dispose), (gst_play_set_location),
18312         (gst_play_set_data_src), (gst_play_set_video_sink),
18313         (gst_play_set_audio_sink), (gst_play_set_visualization),
18314         (gst_play_connect_visualization), (gst_play_get_sink_element),
18315         (gst_play_get_all_by_interface):
18316         * gst-libs/gst/play/play.h:
18317           add new method to get elements implementing an interface.
18318           add various error logging
18319
18320 2004-07-08  Wim Taymans  <wim@fluendo.com>
18321
18322         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
18323         (make_mpeg_pipeline), (make_mpegnt_pipeline),
18324         (make_playerbin_pipeline), (query_durations_elems),
18325         (query_durations_pads), (query_positions_elems),
18326         (query_positions_pads), (update_scale), (iterate), (stop_seek),
18327         (main):
18328         Added playbin seeking example.
18329
18330 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18331
18332         * gst-libs/gst/play/play.c: (gst_play_set_location),
18333         (gst_play_set_data_src), (gst_play_set_video_sink),
18334         (gst_play_set_audio_sink), (gst_play_set_visualization),
18335         (gst_play_connect_visualization), (gst_play_get_framerate):
18336           use a macro to look up elements from hash table
18337
18338 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18339
18340         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18341         (gst_play_get_length_callback), (gst_play_set_location),
18342         (gst_play_seek_to_time), (gst_play_set_data_src),
18343         (gst_play_set_video_sink), (gst_play_set_audio_sink),
18344         (gst_play_set_visualization), (gst_play_connect_visualization),
18345         (gst_play_get_sink_element):
18346         - add debugging info
18347         - fix looking up sink elements by iterating over complete caps
18348         - put everything except for source and autoplugger in a complete bin
18349
18350 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18351
18352         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
18353         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
18354         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
18355         (gst_alsa_sink_write), (gst_alsa_sink_loop):
18356         * ext/alsa/gstalsasink.h:
18357         - add debugging info
18358         - clean up schizophrenia of data/buffer/event
18359         - fix double event unref error
18360
18361 2004-07-08  Wim Taymans  <wim@fluendo.com>
18362
18363         * gst/playback/Makefile.am:
18364         Add headers to noinst
18365
18366 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18367
18368         * tools/gst-launch-ext-m.m:
18369         * tools/gst-launch-ext.1.in:
18370           convert to the third millenium
18371
18372 2004-07-07  David Schleef  <ds@schleef.org>
18373
18374         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
18375
18376 2004-07-07  Wim Taymans  <wim@fluendo.com>
18377
18378         * gst/playback/Makefile.am:
18379         * gst/playback/README:
18380         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18381         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18382         (compare_ranks), (print_feature), (gst_decode_bin_init),
18383         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
18384         (try_to_link_1), (new_pad), (close_link), (type_found),
18385         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18386         (plugin_init):
18387         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18388         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18389         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
18390         (gen_preroll_element), (no_more_pads), (new_stream),
18391         (setup_source), (gst_play_base_bin_set_property),
18392         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
18393         (gst_play_base_bin_add_element),
18394         (gst_play_base_bin_remove_element),
18395         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18396         (gst_play_base_bin_unlink_stream),
18397         (gst_play_base_bin_get_streaminfo):
18398         * gst/playback/gstplaybasebin.h:
18399         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18400         (gst_play_bin_class_init), (gst_play_bin_init),
18401         (gst_play_bin_dispose), (gst_play_bin_set_property),
18402         (gst_play_bin_get_property), (gen_video_element),
18403         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
18404         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18405         (gst_play_bin_get_formats), (gst_play_bin_convert),
18406         (gst_play_bin_get_query_types), (gst_play_bin_query),
18407         (plugin_init):
18408         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
18409         (gst_stream_info_get_type), (gst_stream_info_class_init),
18410         (gst_stream_info_init), (gst_stream_info_new),
18411         (gst_stream_info_dispose), (gst_stream_info_set_property),
18412         (gst_stream_info_get_property):
18413         * gst/playback/gststreaminfo.h:
18414         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
18415         (main):
18416         * gst/playback/test2.c: (main):
18417         * gst/playback/test3.c: (update_scale), (main):
18418         More playbin fixes. Added README. Do better element filtering.
18419         Added base class to preroll media. Added test apps.
18420
18421 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18422
18423         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
18424         * ext/mpeg2dec/gstmpeg2dec.h:
18425           various debugging improvements.  Reset stream to next picture
18426           instead of sequence header, otherwise seeks cannot work.
18427
18428 2004-07-07  Wim Taymans  <wim@fluendo.com>
18429
18430         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
18431         (gst_video_box_class_init), (gst_video_box_set_property),
18432         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
18433         Use pad_alloc where possible.
18434
18435 2004-07-07  Wim Taymans  <wim@fluendo.com>
18436
18437         * sys/oss/gstosselement.c: (gst_osselement_reset),
18438         (gst_osselement_parse_caps):
18439         * sys/oss/gstosselement.h:
18440         * sys/oss/gstosssrc.c: (gst_osssrc_get):
18441         Fix offset on osssrc.
18442
18443 2004-07-07  Wim Taymans  <wim@fluendo.com>
18444
18445         * ext/theora/theora.c: (plugin_init):
18446         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
18447         (theora_dec_src_query), (theora_dec_chain):
18448         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18449         (theora_enc_sink_link), (theora_buffer_from_packet),
18450         (theora_push_packet), (theora_enc_chain):
18451         Fix theora granulepos calculation.
18452         Fix overflow in duration/position calculation.
18453         Bump rank to PRIMARY for theoradec.
18454         Use granulepos of last packet to calculate position.
18455         Set keyframe flag on buffers when needed.
18456
18457 2004-07-06  David Schleef  <ds@schleef.org>
18458
18459         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
18460         serious?  (Fixed, obviously.)
18461
18462 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18463
18464         * po/LINGUAS:
18465         * po/cs.po:
18466           added Czech translation (Miloslav Trmac)
18467
18468 2004-07-05  Wim Taymans  <wim@fluendo.com>
18469
18470         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18471         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18472         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
18473         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18474         (close_link), (type_found), (gst_decode_bin_set_property),
18475         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
18476         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
18477         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
18478         (gst_decode_bin_query), (plugin_init):
18479         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18480         (gst_play_bin_class_init), (gst_play_bin_init),
18481         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
18482         (get_video_element), (new_pad), (setup_source),
18483         (gst_play_bin_set_property), (gst_play_bin_get_property),
18484         (gst_play_bin_change_state), (gst_play_bin_add_element),
18485         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
18486         (gst_play_bin_send_event), (gst_play_bin_get_formats),
18487         (gst_play_bin_convert), (gst_play_bin_get_query_types),
18488         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
18489         * gst/playback/test.c: (main):
18490         More fixes, cleaned up playbin, make it use decodebin. Added
18491         threaded property to playbin.
18492
18493 2004-07-05  Wim Taymans  <wim@fluendo.com>
18494
18495         * configure.ac:
18496         * gst/playback/Makefile.am:
18497         * gst/playback/decodetest.c: (main):
18498         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18499         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18500         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
18501         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18502         (close_link), (type_found), (gst_decode_bin_set_property),
18503         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
18504         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
18505         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
18506         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
18507         (plugin_init):
18508         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18509         (gst_play_bin_class_init), (gst_play_bin_init),
18510         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
18511         (collect_sink_pads), (find_compatibles), (close_pad_link),
18512         (try_to_link_1), (new_pad), (close_link), (type_found),
18513         (setup_source), (gst_play_bin_set_property),
18514         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
18515         (compare_ranks), (gst_play_bin_collect_factories),
18516         (gst_play_bin_change_state), (gst_play_bin_add_element),
18517         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
18518         (gst_play_bin_send_event), (gst_play_bin_get_formats),
18519         (gst_play_bin_convert), (gst_play_bin_get_query_types),
18520         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
18521         * gst/playback/test.c: (main):
18522         Added some playback helper elements and some test apps, very alpha
18523         still.
18524
18525 2004-07-04  Benjamin Otte  <otte@gnome.org>
18526
18527         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
18528           only restart audio when we indeed have an xrun to fix repeated
18529           xruns. Fix suggested by Giuliano Pochini.
18530
18531 2004-07-03  David Schleef  <ds@schleef.org>
18532
18533         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
18534         call to gst_debug_log() if debugging is disabled (bug #145118)
18535
18536 2004-07-03  Benjamin Otte  <otte@gnome.org>
18537
18538         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
18539           use our own functions for restarting the alsa device.
18540         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18541           I should apply patches myself - use MIN for the third argument, not
18542           the second, this fixes seeking
18543
18544 2004-07-02  David Schleef  <ds@schleef.org>
18545
18546         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
18547         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
18548         do with the logic.
18549
18550 2004-07-02  David Schleef  <ds@schleef.org>
18551
18552         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
18553         output buffers.  Fix logic mistake.  (bug #144866)
18554
18555 2004-07-02  David Schleef  <ds@schleef.org>
18556
18557         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
18558         on X.  (bug #144753)
18559
18560 2004-07-02  David Schleef  <ds@schleef.org>
18561
18562         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
18563         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
18564         (bug #144624)
18565         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
18566         (gst_osselement_rate_probe_check): Add another workaround for
18567         buggy drivers (bug #145336)
18568
18569 2004-07-02  David Schleef  <ds@schleef.org>
18570
18571         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
18572         Most systems don't have MSG_NOSIGNAL.
18573
18574 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18575
18576         * Makefile.am:
18577         * gst-libs/gst/colorbalance/Makefile.am:
18578         * gst-libs/gst/mixer/Makefile.am:
18579         * gst-libs/gst/play/Makefile.am:
18580         * gst-libs/gst/tuner/Makefile.am:
18581           (hopefully) fix both install and dist and make error message useful.
18582           needs testing across automakes.
18583
18584 2004-07-02  Benjamin Otte  <otte@gnome.org>
18585
18586         * ext/ogg/gstogg.c: (plugin_init):
18587           we require bytestream now
18588         * ext/ogg/gstoggdemux.c:
18589           huge diff to implement chain setup in a fast and generic way. This
18590           improves tag reading and startup of huge files (read: Theora videos)
18591           quite a bit. It probably contains bugs, too, so please test.
18592           Seeking is not improved to the fast method.
18593
18594 2004-06-29  Wim Taymans  <wim@fluendo.com>
18595
18596         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18597         * ext/ogg/gstoggmux.c:
18598         Fix memleak in oggdemux when running unconnected pads.
18599         doc update in mux, start working on keyframe mode.
18600
18601 2004-06-29  Benjamin Otte  <otte@gnome.org>
18602
18603         * sys/oss/gstosssink.c:
18604         * sys/oss/gstosssrc.c:
18605           advertise correct template caps - we indeed do non-native endianness
18606           and 8bit audio has no endianness
18607         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
18608         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
18609           avoid (wrong) duplications in getcaps function and return
18610           template caps
18611
18612 2004-06-29  Wim Taymans  <wim@fluendo.com>
18613
18614         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18615         (gst_multifdsink_class_init), (gst_multifdsink_add),
18616         (gst_multifdsink_remove), (gst_multifdsink_clear),
18617         (gst_multifdsink_client_remove),
18618         (gst_multifdsink_handle_client_read),
18619         (gst_multifdsink_client_queue_data),
18620         (gst_multifdsink_client_queue_caps),
18621         (gst_multifdsink_client_queue_buffer),
18622         (gst_multifdsink_handle_client_write),
18623         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18624         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18625         (gst_multifdsink_init_send), (gst_multifdsink_close):
18626         Fix wrong GList iteration that could crash the server when
18627         more then 2 clients disconnect at the same time. Read all the
18628         pending commands in one batch to recover from command storms under
18629         very heavy load.
18630
18631 2004-06-28  Wim Taymans  <wim@fluendo.com>
18632
18633         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
18634         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
18635         (gst_videomixer_pad_set_property),
18636         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
18637         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
18638         (gst_videomixer_class_init), (gst_videomixer_init),
18639         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
18640         (pad_zorder_compare), (gst_videomixer_sort_pads),
18641         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18642         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18643         (gst_videomixer_update_queues), (gst_videomixer_loop),
18644         (plugin_init):
18645         Avoid divide by zero, choose masterpad as the pad with the highest
18646         framerate.
18647
18648 2004-06-27  Julien Moutte  <julien@moutte.net>
18649
18650         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
18651         (gst_ximagesink_xwindow_new):
18652         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
18653         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
18654         function directly. We might want to call it from somewhere else one day.
18655
18656 2004-06-27  Julien Moutte  <julien@moutte.net>
18657
18658         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
18659         (gst_ximagesink_xwindow_new):
18660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
18661         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
18662         window decorations.
18663
18664 2004-06-27  Wim Taymans  <wim@fluendo.com>
18665
18666         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
18667         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18668         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
18669         (gst_dvdec_set_property), (gst_dvdec_get_property):
18670         * ext/dv/gstdvdec.h:
18671         Implement drop_factor property to lower the framerate with
18672         a factor.
18673
18674 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18675
18676         * gst-libs/gst/colorbalance/Makefile.am:
18677         * gst-libs/gst/mixer/Makefile.am:
18678         * gst-libs/gst/play/Makefile.am:
18679         * gst-libs/gst/tuner/Makefile.am:
18680           unbreak Company's fix that didn't install the -enum.h files
18681
18682 2004-06-27  Wim Taymans  <wim@fluendo.com>
18683
18684         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
18685         (gst_dvdec_change_state):
18686         * ext/dv/gstdvdec.h:
18687         Fix timestamp, duration and offset of the buffers.
18688
18689 2004-06-27  Wim Taymans  <wim@fluendo.com>
18690
18691         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18692         (gst_multifdsink_class_init), (gst_multifdsink_add),
18693         (gst_multifdsink_remove), (gst_multifdsink_clear),
18694         (gst_multifdsink_client_remove),
18695         (gst_multifdsink_handle_client_read),
18696         (gst_multifdsink_client_queue_data),
18697         (gst_multifdsink_client_queue_caps),
18698         (gst_multifdsink_client_queue_buffer),
18699         (gst_multifdsink_handle_client_write),
18700         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18701         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18702         (gst_multifdsink_init_send), (gst_multifdsink_close):
18703         * gst/tcp/gstmultifdsink.h:
18704         * gst/tcp/gsttcpserversink.c:
18705         (gst_tcpserversink_handle_server_read),
18706         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
18707         More multifdsink fixes, more recovery policy fixes.
18708         Removed stupid g_print
18709
18710 2004-06-26  Wim Taymans  <wim@fluendo.com>
18711
18712         * gst/tcp/Makefile.am:
18713         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18714         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
18715         (gst_multifdsink_class_init), (gst_multifdsink_init),
18716         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
18717         (gst_multifdsink_handle_client_read),
18718         (gst_multifdsink_client_queue_data),
18719         (gst_multifdsink_client_queue_caps),
18720         (gst_multifdsink_client_queue_buffer),
18721         (gst_multifdsink_handle_client_write),
18722         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18723         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18724         (gst_multifdsink_chain), (gst_multifdsink_set_property),
18725         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
18726         (gst_multifdsink_close), (gst_multifdsink_change_state):
18727         * gst/tcp/gstmultifdsink.h:
18728         * gst/tcp/gsttcpplugin.c: (plugin_init):
18729         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
18730         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
18731         (gst_tcpserversink_handle_server_read),
18732         (gst_tcpserversink_handle_select),
18733         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
18734         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
18735         * gst/tcp/gsttcpserversink.h:
18736         Added multifdsink, made tcpserversink a subclass of fdsink, removed
18737         one of the locks, added recovery policy to multifdsink.
18738
18739 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18740
18741         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
18742           fix decision for when getting frames with same timestamp
18743         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
18744         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
18745         (gst_v4lsrc_get_property):
18746         * sys/v4l/gstv4lsrc.h:
18747           add latency offset property
18748
18749 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18750
18751         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
18752         (plugin_init):
18753           fix debugging. add category.
18754
18755 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18756
18757         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
18758           fix wrong offsets
18759
18760 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18761
18762         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
18763         (gst_alsa_src_get_time), (gst_alsa_src_loop),
18764         (gst_alsa_src_change_state):
18765           return a time that is in sync with the element's processing
18766
18767 2004-06-25  Wim Taymans  <wim@fluendo.com>
18768
18769         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
18770         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
18771         (gst_tcpserversink_client_remove),
18772         (gst_tcpserversink_handle_client_read),
18773         (gst_tcpserversink_client_queue_data),
18774         (gst_tcpserversink_client_queue_caps),
18775         (gst_tcpserversink_client_queue_buffer),
18776         (gst_tcpserversink_handle_client_write),
18777         (gst_tcpserversink_queue_buffer),
18778         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
18779         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
18780         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
18781         (gst_tcpserversink_close):
18782         * gst/tcp/gsttcpserversink.h:
18783         Serversink rewrite. Really do non blocking writes to clients and
18784         maintain an internal queue to handle slower clients while not
18785         disturbing fast clients.
18786
18787 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18788
18789         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
18790           better debug, don't override OFFSET and OFFSET_END
18791
18792 2004-06-25  Iain <iain@prettypeople.org>
18793
18794         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
18795         name=source for the wavparse pipeline.
18796
18797 2004-06-24  Johan Dahlin  <johan@gnome.org>
18798
18799         * ext/theora/theoraenc.c (theora_enc_chain): Call
18800         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
18801         streamheader caps are set correctly.
18802
18803 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18804
18805         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
18806         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
18807           respect minimum bitrate; same could be done for max bitrate
18808
18809 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18810
18811         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
18812         (gst_vorbisenc_setup):
18813           fix sample rate range
18814
18815 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18816
18817         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
18818         (gst_oggvorbisenc_setup):
18819         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
18820         (gst_vorbisenc_setup):
18821           resolve ambiguities in code and description
18822
18823 2004-06-24  Wim Taymans  <wim@fluendo.com>
18824
18825         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
18826         * ext/alsa/gstalsa.h:
18827         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
18828         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
18829         Use alsa trigger_tstamp to get the timestamp of the first
18830         sample in the buffer for more precise sync. Some cleanups.
18831
18832 2004-06-24  Wim Taymans  <wim@fluendo.com>
18833
18834         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
18835         (gst_audiorate_init), (gst_audiorate_chain),
18836         (gst_audiorate_set_property), (gst_audiorate_get_property):
18837         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
18838         (gst_videorate_chain):
18839         Added some logging, fixed an overflow bug in videorate.
18840
18841 2004-06-24  Benjamin Otte  <otte@gnome.org>
18842
18843         * ext/kio/Makefile.am:
18844           fix for builddir != srcdir and distcheck
18845
18846 2004-06-24  Benjamin Otte  <otte@gnome.org>
18847
18848         * gst-libs/gst/colorbalance/Makefile.am:
18849         * gst-libs/gst/mixer/Makefile.am:
18850         * gst-libs/gst/play/Makefile.am:
18851         * gst-libs/gst/tuner/Makefile.am:
18852         * gst/tcp/Makefile.am:
18853         * sys/dxr3/Makefile.am:
18854           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
18855           tarball.
18856           Also add all *.list files that were missing.
18857         * Makefile.am:
18858           add a distcheck hook to ensure the above doesn't happen again.
18859
18860 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
18861
18862         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
18863
18864 2004-06-23  Colin Walters  <walters@redhat.com>
18865
18866         * m4/Makefile.am: Distribute gst-fionread.m4.
18867
18868 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18869
18870         * configure.ac: back to dev
18871
18872 2004-06-23  Wim Taymans  <wim@fluendo.com>
18873
18874         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
18875         (gst_alsa_xrun_recovery):
18876         * ext/alsa/gstalsa.h:
18877         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18878         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
18879         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
18880         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
18881         (gst_alsa_src_loop):
18882         Add clock to alsasrc. Take new capture timestamp when
18883         restarting after an overrun. Split up some functions between
18884         alsasrc and alsasink.
18885
18886 === release 0.8.2 ===
18887
18888 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18889
18890         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
18891         (gst_alsa_change_state), (gst_alsa_update_avail),
18892         (gst_alsa_xrun_recovery):
18893         * ext/alsa/gstalsa.h:
18894         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18895           merge back changes from release
18896
18897 2004-06-23  Wim Taymans  <wim@fluendo.com>
18898
18899         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
18900         (gst_audiorate_init), (gst_audiorate_chain),
18901         (gst_audiorate_set_property), (gst_audiorate_get_property):
18902         Implement sample dropping and notify
18903
18904 2004-06-22  Wim Taymans  <wim@fluendo.com>
18905
18906         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18907         (theora_enc_sink_link), (theora_buffer_from_packet),
18908         (theora_push_packet), (theora_enc_chain):
18909         Some cleanups, make sure the timestamps are correct.
18910
18911 2004-06-22  Wim Taymans  <wim@fluendo.com>
18912
18913         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
18914         (gst_alsa_change_state), (gst_alsa_update_avail),
18915         (gst_alsa_xrun_recovery):
18916         * ext/alsa/gstalsa.h:
18917         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18918         Cleanups, take queued samples into account when reporting
18919         the time.
18920
18921 2004-06-22  Wim Taymans  <wim@fluendo.com>
18922
18923         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
18924         (gst_videorate_init):
18925         Initialize the property as well.
18926
18927 2004-06-22  Wim Taymans  <wim@fluendo.com>
18928
18929         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
18930         (gst_videorate_init), (gst_videorate_chain),
18931         (gst_videorate_set_property), (gst_videorate_get_property):
18932         Add property to make videorate silent.
18933         Add property to prefer new frames over old ones.
18934
18935 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18936
18937         * sys/osxvideo/Makefile.am:
18938         Workaround so that the osxvideo .so file gets linked with the
18939         Cocoa, OpenGL and QuickTime frameworks
18940
18941 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18942
18943         * sys/osxaudio/Makefile.am:
18944         Workaround so that the osxaudio .so file gets linked with the
18945         CoreAudio framework
18946
18947 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18948
18949         * configure.ac:
18950         Whoops, my fault...fixed build issues
18951
18952 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18953
18954         * configure.ac:
18955         Add objective-c support if running in Darwin/Mac OS X
18956         * sys/Makefile.am:
18957         * sys/osxvideo:
18958         * sys/osxvideo/Makefile.am:
18959         * sys/osxvideo/osxvideosink.h:
18960         * sys/osxvideo/osxvideosink.m:
18961         * sys/osxvideo/cocoawindow.h:
18962         * sys/osxvideo/cocoawindow.m:
18963         Add osxvideosink, a cocoa-based osx video sink
18964
18965
18966 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
18967         * ext/dvdnav/gst-dvd:
18968         Grab the gconf key from the right spot
18969         * gst/debug/gstnavseek.c: (gst_navseek_init),
18970         (gst_navseek_segseek), (gst_navseek_handle_src_event),
18971         (gst_navseek_chain):
18972         * gst/debug/gstnavseek.h:
18973           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
18974           and loop parameters of a segment seek.
18975         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
18976         (gst_videotestsrc_get_event_masks),
18977         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
18978         * gst/videotestsrc/gstvideotestsrc.h:
18979           Add seeking support to videotestsrc
18980           Initialise the timestamp_offset variable.
18981
18982 2004-06-18  Wim Taymans  <wim@fluendo.com>
18983
18984         * ext/sidplay/gstsiddec.cc:
18985         Fix negotiation and set correct end offset.
18986
18987 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18988
18989         * configure.ac: branch and prerelease
18990
18991 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18992
18993         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
18994         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
18995         (gst_tcpclientsrc_init_receive):
18996         * gst/tcp/gsttcpclientsrc.h:
18997           read caps when connecting to server for GDP so we set them correctly
18998
18999 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19000
19001         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19002           notify drops and duplicates
19003         * gst/videoscale/videoscale.c: (videoscale_get_structure):
19004           no good reason to limit ourselves to 100x100
19005
19006 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19007
19008         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
19009         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19010         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
19011         (gst_v4lsrc_get_property):
19012         * sys/v4l/gstv4lsrc.h:
19013         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
19014         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
19015         (gst_v4l_set_audio):
19016         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
19017         (gst_v4lsrc_try_capture):
19018         * sys/v4l/v4lsrc_calls.h:
19019           change try_palette to more general try_capture
19020           add autoprobe option so we can turn off autoprobing
19021           various fixes
19022
19023 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19024
19025         * configure.ac:
19026           add videorate
19027         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
19028         (gst_ximagesink_class_init):
19029         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
19030         (gst_xvimagesink_class_init):
19031           run them as finalize, not dispose, since dispose can be invoked
19032           multiple times
19033
19034 2004-06-17  Wim Taymans  <wim@fluendo.com>
19035
19036         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
19037         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
19038         * ext/alsa/gstalsa.h:
19039         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
19040         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
19041         (gst_alsa_src_change_state):
19042         * ext/alsa/gstalsasrc.h:
19043         Make the xrun code timestamp and offset the buffers correctly.
19044         moved the clock to the base class, use alsa methods to get time.
19045         Do correct timestamping on outgoing buffers.
19046
19047 2004-06-17  Wim Taymans  <wim@fluendo.com>
19048
19049         * gst/audiorate/Makefile.am:
19050         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
19051         (gst_audiorate_base_init), (gst_audiorate_class_init),
19052         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
19053         (gst_audiorate_set_property), (gst_audiorate_get_property),
19054         (gst_audiorate_change_state), (plugin_init):
19055         Added an audiorate converter that fills in gaps.
19056
19057 2004-06-17  Johan Dahlin  <johan@gnome.org>
19058
19059         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
19060
19061 2004-06-16  Wim Taymans  <wim@fluendo.com>
19062
19063         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
19064         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
19065         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
19066         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
19067         (gst_v4lsrc_get_property):
19068         * sys/v4l/gstv4lsrc.h:
19069         Added a copy mode to v4lsrc where it will output a copied version
19070         of its internal hardware buffer.
19071         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
19072         can't | them.
19073
19074 2004-06-16  Wim Taymans  <wim@fluendo.com>
19075
19076         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19077         Timestamp fixes.
19078
19079 2004-06-16  Wim Taymans  <wim@fluendo.com>
19080
19081         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
19082         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
19083         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
19084         (gst_v4lsrc_get_property):
19085         * sys/v4l/gstv4lsrc.h:
19086         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19087         Added a sync mode enum property to control v4lsrc timestamp method
19088         Removed the use-fixed-fps property and moved functionality in
19089         the enum.
19090         Don't error on an error value from v4l-conf, it might not always
19091         be a real error.
19092
19093 2004-06-16  Wim Taymans  <wim@fluendo.com>
19094
19095         * gst/videorate/Makefile.am:
19096         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
19097         (gst_videorate_base_init), (gst_videorate_class_init),
19098         (gst_videorate_getcaps), (gst_videorate_link),
19099         (gst_videorate_init), (gst_videorate_chain),
19100         (gst_videorate_set_property), (gst_videorate_get_property),
19101         (gst_videorate_change_state), (plugin_init):
19102         Added a video timestamp corrector.
19103
19104 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19105
19106         fixed a potential leak with previous commit
19107
19108         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
19109
19110 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19111
19112         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
19113         Added missing refcount, fixes bug #144425
19114         Cheers Tim for finding the bug
19115
19116 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19117
19118         * sys/v4l/gstv4l.c: (plugin_init):
19119         * sys/v4l/gstv4lcolorbalance.c:
19120         * sys/v4l/gstv4lcolorbalance.h:
19121         * sys/v4l/gstv4lelement.c:
19122         * sys/v4l/gstv4lelement.h:
19123         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
19124         * sys/v4l/gstv4lmjpegsink.h:
19125         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
19126         * sys/v4l/gstv4lmjpegsrc.h:
19127         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
19128         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
19129         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
19130         * sys/v4l/gstv4lsrc.h:
19131         * sys/v4l/gstv4ltuner.c:
19132         * sys/v4l/gstv4ltuner.h:
19133         * sys/v4l/gstv4lxoverlay.c:
19134         * sys/v4l/gstv4lxoverlay.h:
19135         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
19136         (gst_v4l_set_window), (gst_v4l_enable_overlay):
19137         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
19138         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
19139         (gst_v4l_set_audio):
19140         * sys/v4l/v4l_calls.h:
19141         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19142         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
19143         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
19144         (gst_v4lmjpegsink_playback_init),
19145         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
19146         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
19147         (gst_v4lmjpegsink_playback_stop),
19148         (gst_v4lmjpegsink_playback_deinit):
19149         * sys/v4l/v4lmjpegsink_calls.h:
19150         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
19151         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
19152         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
19153         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
19154         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
19155         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
19156         * sys/v4l/v4lmjpegsrc_calls.h:
19157         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19158         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
19159         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
19160         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
19161         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
19162         (gst_v4lsrc_try_palette):
19163         * sys/v4l/v4lsrc_calls.h:
19164           bunch of paranoia cleanups
19165
19166 2004-06-14  David Schleef  <ds@schleef.org>
19167
19168         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
19169         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
19170         Send discont events and change timestamps appropriately when
19171         we get a seek event.  (bug #144240)
19172         * ext/cdparanoia/gstcdparanoia.h:
19173
19174 2004-06-14  Benjamin Otte  <otte@gnome.org>
19175
19176         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
19177           snd_pcm_hw_params_set_rate  since the latter fails for no good
19178           reason on some setups.
19179
19180 2004-06-14  David Schleef  <ds@schleef.org>
19181
19182         * gst/volume/demo.c: (value_changed_callback): exp10() is not
19183         standard.  Thank you for playing.
19184
19185 2004-06-14  Wim Taymans  <wim@fluendo.com>
19186
19187         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
19188         Patch 1.3 broke the ordering of the colorspace info and
19189         made the plugin basically work by coincidence, reordered
19190         the info.
19191
19192 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19193
19194         * ext/lame/gstlame.c:
19195         * ext/mad/gstmad.c:
19196           sync caps.  Make sure mad can only output a list of rates, not
19197           a full range.  In the future, have three caps lists for each of the
19198           mpeg versions.  Change mpegversion to a double as well.
19199
19200 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19201
19202         * gst/volume/.cvsignore:
19203         * gst/volume/Makefile.am:
19204         * gst/volume/demo.c: (value_changed_callback), (idler),
19205         (setup_gui), (main):
19206           added small demo app
19207
19208 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
19209         * ext/esd/esdsink.c: (gst_esdsink_change_state):
19210         * ext/esd/esdsink.h:
19211         Close the esd connection on pause, because esd will just wait -
19212         blocking all other esd clients indefinitely.
19213
19214 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
19215
19216         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
19217           previous commit with GST_DEBUG
19218
19219 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19220
19221         * configure.ac:
19222           add a header check for a dvdread header in dvdnav.  Fixes #133002
19223
19224 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19225
19226         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
19227         * gst/tcp/gsttcpclientsink.h:
19228         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
19229         * gst/tcp/gsttcpclientsrc.h:
19230         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
19231         (gst_tcpserversink_handle_server_read),
19232         (gst_tcpserversink_init_send):
19233         * gst/tcp/gsttcpserversink.h:
19234         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
19235         * gst/tcp/gsttcpserversrc.h:
19236         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
19237         version of IP)
19238
19239 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19240
19241         * configure.ac:
19242         Added ogg library so that OSX detects libtheora properly
19243
19244 2004-06-11  Wim Taymans  <wim@fluendo.com>
19245
19246         * ext/theora/theoradec.c: (theora_dec_chain),
19247         (theora_dec_change_state):
19248         Don't try to decode frames before we received a keyframe.
19249
19250 2004-06-11  Wim Taymans  <wim@fluendo.com>
19251
19252         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
19253         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
19254         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19255         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
19256         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
19257         Added property to set the maximum delay of a page.
19258
19259 2004-06-10  Wim Taymans  <wim@fluendo.com>
19260
19261         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
19262         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
19263         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19264         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
19265         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
19266         Added max-delay property to control the maximum amount
19267         of data to put in one page.
19268
19269 2004-06-10  Wim Taymans  <wim@fluendo.com>
19270
19271         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19272         (gst_theora_enc_init), (theora_enc_sink_link),
19273         (theora_buffer_from_packet), (theora_enc_set_property),
19274         (theora_enc_get_property):
19275         Set duration on encoded buffer, added some more properties
19276
19277 2004-06-10  Wim Taymans  <wim@fluendo.com>
19278
19279         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19280         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19281         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
19282         * ext/theora/theoraenc.c: (theora_enc_chain):
19283         Fix refcounting bugs
19284
19285 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19286
19287         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
19288         (gst_asf_demux_loop), (gst_asf_demux_process_file),
19289         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
19290         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
19291         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
19292         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
19293         (gst_asf_demux_change_state):
19294         * gst/asfdemux/gstasfdemux.h:
19295           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
19296           feels like. I think we should set a new requirement for demuxers
19297           from now on to implement sane loop functions, data loops, query
19298           and seek functions before first commit into CVS. And this commit
19299           fixes all of the above.
19300
19301 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
19302
19303         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
19304           vorbis comments are properly encoded in UTF-8 before adding them
19305           to a GstTagList
19306
19307 2004-06-09  Benjamin Otte  <otte@gnome.org>
19308
19309         * ext/alsa/gstalsa.c: (add_channels):
19310           handle min <= max correctly
19311         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
19312         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
19313           add fixation functions so we fixate correctly. No preferring of alaw
19314           anymore because it's the first structure.
19315         * ext/alsa/gstalsa.h:
19316         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
19317         (gst_alsa_hw_params_dump):
19318           add functions to ease debugging in alsalib
19319         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
19320         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
19321         (gst_alsa_start_audio):
19322           only specify hw params if we really setup a format (fixes #134007 -
19323           or at least works around it)
19324
19325 2004-06-09  Wim Taymans  <wim@fluendo.com>
19326
19327         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19328         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
19329         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
19330         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
19331         (gst_ogg_mux_loop):
19332         Use stream caps to setup the initial pages in the ogg stream.
19333         Correctly set the streamheader caps on the srcpad.
19334
19335 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19336
19337         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
19338         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
19339         (gst_v4lsrc_getcaps):
19340         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
19341         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
19342           add querying of fps lists for webcams.  Negotiating to a framerate
19343           now works.
19344
19345 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19346
19347         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19348         (theora_push_buffer), (theora_push_packet),
19349         (theora_set_header_on_caps), (theora_enc_chain):
19350           mark buffers and put on streamheader, raw theora streaming
19351           now works too, whee
19352
19353 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19354
19355         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
19356         (gst_tcp_gdp_read_caps):
19357           do a looping read for caps and GDP headers too
19358
19359 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19360
19361         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19362         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
19363           return EOS instead of NULL in _get
19364
19365 2004-06-08  Wim Taymans  <wim@fluendo.com>
19366
19367         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
19368         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
19369         (gst_tcp_gdp_write_caps):
19370         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19371         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
19372         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
19373         Memory leak fixes
19374
19375 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19376
19377         * ext/vorbis/Makefile.am:
19378         * ext/vorbis/vorbis.c: (plugin_init):
19379         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
19380         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
19381         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
19382         (vorbis_parse_change_state):
19383         * ext/vorbis/vorbisparse.h:
19384           adding a vorbisparse element that marks the buffers, streaming
19385           raw vorbis using GDP now works, whee
19386
19387 2004-06-08  Wim Taymans  <wim@fluendo.com>
19388
19389         * ext/jpeg/Makefile.am:
19390         * ext/jpeg/README:
19391         * ext/jpeg/gstjpeg.c: (plugin_init):
19392         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
19393         (gst_smokedec_base_init), (gst_smokedec_class_init),
19394         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
19395         * ext/jpeg/gstsmokedec.h:
19396         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
19397         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
19398         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
19399         (gst_smokeenc_resync), (gst_smokeenc_chain),
19400         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
19401         * ext/jpeg/gstsmokeenc.h:
19402         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
19403         (smokecodec_flush_destination), (smokecodec_term_destination),
19404         (smokecodec_init_source), (smokecodec_fill_input_buffer),
19405         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
19406         (smokecodec_term_source), (smokecodec_encode_new),
19407         (smokecodec_decode_new), (smokecodec_info_free),
19408         (smokecodec_set_quality), (smokecodec_get_quality),
19409         (smokecodec_set_threshold), (smokecodec_get_threshold),
19410         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
19411         (find_best_size), (abs_diff), (put), (smokecodec_encode),
19412         (smokecodec_parse_header), (smokecodec_decode):
19413         * ext/jpeg/smokecodec.h:
19414         Added a new simple jpeg based codec
19415
19416 2004-06-08  Wim Taymans  <wim@fluendo.com>
19417
19418         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19419         (gst_multipart_mux_loop):
19420         Fix memory leak
19421
19422 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19423
19424         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19425         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
19426         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
19427         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
19428         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
19429         * gst/tcp/gsttcpserversink.h:
19430           take streamheader into account
19431
19432 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19433
19434         * gst/level/Makefile.am:
19435         * gst/level/gstlevel.c: (gst_level_class_init):
19436           clean up marshal generation
19437
19438 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19439
19440         * gst/tcp/Makefile.am:
19441         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
19442         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
19443         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
19444         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
19445         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
19446         (gst_tcpclientsrc_get_property):
19447         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
19448         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
19449         (gst_tcpserversink_handle_client_read),
19450         (gst_tcpserversink_handle_client_write),
19451         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
19452         * gst/tcp/gsttcpserversink.h:
19453           add signals client-added and client-removed
19454         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
19455         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
19456         (gst_tcpserversrc_get_property):
19457         uniformized, change default protocol to NONE
19458         * gst/tcp/gsttcp-marshal.list: added
19459 2004-06-07  Benjamin Otte  <otte@gnome.org>
19460
19461         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19462           handle discont events if they happen before caps nego
19463
19464 2004-06-07  Wim Taymans  <wim@fluendo.com>
19465
19466         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19467         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19468         (gst_multipart_demux_plugin_init):
19469         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19470         (gst_multipart_mux_init), (gst_multipart_mux_loop),
19471         (gst_multipart_mux_change_state):
19472         Small updates, fix a memleak
19473
19474 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19475
19476         * configure.ac: OSS portability
19477         * ext/arts/gst_arts.c: idem
19478         * sys/oss/gstosselement.c: idem
19479         * sys/oss/gstossmixer.c: idem
19480         * sys/oss/gstosssink.c: idem
19481         * sys/oss/gstosssrc.c: idem
19482         * sys/oss/oss_probe.c: idem
19483           - check for soundcard.h in different places for some BSD
19484
19485 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
19486
19487         * AUTHORS:
19488         Add me to the authors file
19489         * configure.ac:
19490         Increase the libdv requirement to >= version 0.100
19491         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
19492         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
19493         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
19494         * ext/dv/gstdvdec.h:
19495         Add support for the new_media flag when sending DISCONT events
19496         Make the querying work when video pad is not linked
19497
19498 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
19499
19500         reviewed by Benjamin Otte  <otte@gnome.org>
19501
19502         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
19503           create a NULL-initialized array of pads, so we don't think they
19504           exist already. (fixes #143130)
19505
19506 2004-06-07  Benjamin Otte  <otte@gnome.org>
19507
19508         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
19509         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
19510         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
19511           don't use // coments
19512
19513 2004-06-07  Benjamin Otte  <otte@gnome.org>
19514
19515         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
19516           cast to GstClockTime to get higher granularity
19517         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19518           use gst_element_set_time_delay to get the exact time
19519         * ext/mad/gstmad.c: (gst_mad_chain):
19520           use the negotiated rate instead of the current frame's rate which
19521           might be wrong because of bit errors. This avoids emitting totally
19522           bogus timestamps and screwing sync.
19523         (fixes #143454)
19524
19525 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
19526
19527         reviewed by Benjamin Otte  <otte@gnome.org>
19528
19529         * gst/adder/gstadder.c: (gst_adder_loop):
19530           properly error out when no negotiation has happened yet. (fixes
19531           #143032)
19532
19533 2004-06-06  Benjamin Otte  <otte@gnome.org>
19534
19535         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19536           forward correctly transformed offset in discont events. Based on
19537           patch by Arwed v. Merkatz. (fixes #142851)
19538
19539 2004-06-06  David Schleef  <ds@schleef.org>
19540
19541         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
19542         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
19543         problems on several systems.
19544
19545 2004-06-06  Benjamin Otte  <otte@gnome.org>
19546
19547         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
19548           use explicit caps on the srcpad
19549         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19550           properly error out if caps couldn't be set (fixes #142764)
19551
19552 2004-06-06  Benjamin Otte  <otte@gnome.org>
19553
19554         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
19555         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
19556         (gst_alsa_start_audio):
19557           - don't call set_periods_integer anymore, it breaks the
19558           configuration randomly
19559           - call snd_pcm_hw_params_set_access directly instead of using masks
19560           - don't fail if the sw_params can't be set, just use the default
19561           params and hope it works. Alsalib has weird issues when you touch
19562           sw_params and does no proper error reporting about what failed.
19563         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
19564         (gst_alsa_close_audio):
19565           make our alsa debugging go via gst debugging and not conditionally
19566           defined
19567         * ext/alsa/gstalsa.h:
19568           add ALSA_DEBUG_FLUSH macro
19569         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
19570         (plugin_init):
19571           wrap alsa errors to be printed via the gst debugging system and not
19572           spammed to stderr
19573
19574 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19575
19576         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
19577         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
19578         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
19579         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
19580         (qtdemux_parse_trak):
19581         * gst/qtdemux/qtdemux.h:
19582           Bitch. Also known as seeking, querying & co.
19583         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
19584         (gst_osssink_change_state):
19585         * sys/oss/gstosssink.h:
19586           Resyncing is for weenies, this hack is no longer needed and was
19587           broken anyway (since it - unintendedly - always leaves resync to
19588           TRUE).
19589
19590 2004-06-05  Andrew Turner <zxombie@hotpop.com>
19591
19592         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
19593         * gst/tcp/gsttcpclientsrc.h: idem
19594           - define MSG_NOSIGNAL if not done
19595           - include unistd.h for off_t
19596           (fixes #143749)
19597
19598 2004-06-05  Benjamin Otte  <otte@gnome.org>
19599
19600         * configure.ac:
19601         * ext/kio/Makefile.am:
19602           check for qt's moc preprocessor explicitly and use it
19603
19604 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19605
19606         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
19607           don't get a signal for EPIPE on socket writes
19608           (somebody check if this works on other platforms)
19609
19610 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19611
19612         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
19613         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19614           check error condition on available samples correctly
19615
19616 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19617
19618         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
19619           avoid a segfault
19620         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
19621         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
19622         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
19623         (gst_tcpserversrc_gdp_read_header):
19624          use ssize_t over size_t since the former is signed and thus the
19625          check for error codes can work
19626
19627 2004-06-02  Wim Taymans  <wim@fluendo.com>
19628
19629         reviewed by: Johan
19630
19631         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19632         (gst_multipart_mux_loop):
19633         Oops
19634
19635 2004-06-02  Wim Taymans  <wim@fluendo.com>
19636
19637         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19638         (gst_multipart_mux_init), (gst_multipart_mux_loop),
19639         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
19640         (gst_multipart_mux_change_state):
19641         Added configurable boundary specifier, added the value as a
19642         caps field as well.
19643
19644 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19645
19646         * gst/tcp/gsttcp.c:
19647         * gst/tcp/gsttcpclientsrc.c:
19648         * gst/tcp/gsttcpclientsrc.h:
19649         * gst/tcp/gsttcpserversrc.c:
19650           - portability fix, to compile on OSX
19651             (fixes #143146)
19652
19653         * sys/osxaudio/gstosxaudioelement.c:
19654         * sys/osxaudio/gstosxaudiosink.c:
19655         * sys/osxaudio/gstosxaudiosrc.c:
19656           - compilation warnings on OSX
19657             (fixes #143153)
19658
19659 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19660
19661         * ext/vorbis/vorbisdec.c : sign warning fixes
19662
19663         * gst-libs/gst/mixer/mixertrack.c :
19664           do no use defines which are glib 2.4 specific
19665
19666 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
19667
19668         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
19669           buffer since libflac doesn't expect it (reports a sync error when
19670           it encounters that)
19671
19672
19673 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
19674
19675         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
19676         * gst-libs/gst/mixer/mixertrack.c:
19677         (gst_mixer_track_get_property), (get_mixer_track_init),
19678         (get_mixer_track_get_property): Added property accessors
19679         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
19680         * gst-libs/gst/mixer/mixeroptions.c:
19681         (gst_mixer_options_get_values): Added
19682         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
19683         * gst-libs/gst/mixer/mixer.c: Fixed comment
19684
19685
19686 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19687
19688         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
19689           improve error messages on open
19690
19691
19692 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19693
19694         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19695           check if v4l-conf is in path
19696
19697 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19698
19699         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
19700           change assert to a more readable error message
19701
19702 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19703
19704         * gst-libs/gst/tuner/tunerchannel.h:
19705           - add a freq_multiplicator field to make the conversion
19706             between internal frequency unit and Hz
19707         * sys/v4l/gstv4lelement.c:
19708         * sys/v4l2/gstv4l2element.c:
19709           - change default video device to /dev/video0
19710         * sys/v4l/v4l_calls.c:
19711         * sys/v4l2/v4l2_calls.c:
19712           - we only expose frequency to the user in Hz instead of
19713             bastard v4lX unit (either 62.5kHz or 62.5Hz)
19714
19715 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
19716         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19717           Initialise b_o_s and e_o_s variables
19718         * gst-libs/gst/riff/riff-media.c:
19719         (gst_riff_create_video_caps_with_data):
19720           Add some unusual fourcc's from mplayer avi's
19721         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
19722           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
19723           autoplugging.
19724
19725 2004-05-28  Wim Taymans  <wim@fluendo.com>
19726
19727         * configure.ac:
19728         * gst/alpha/Makefile.am:
19729         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19730         (gst_alpha_get_type), (gst_alpha_base_init),
19731         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19732         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
19733         (gst_alpha_chroma_key), (gst_alpha_chain),
19734         (gst_alpha_change_state), (plugin_init):
19735         A plugin to add an alpha channel to I420 video. Can optionally do
19736         chroma keying.
19737         * gst/multipart/Makefile.am:
19738         * gst/multipart/multipart.c: (plugin_init):
19739         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19740         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19741         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
19742         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19743         (gst_multipart_demux_change_state),
19744         (gst_multipart_demux_plugin_init):
19745         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
19746         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
19747         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
19748         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
19749         (gst_multipart_mux_pad_unlink),
19750         (gst_multipart_mux_request_new_pad),
19751         (gst_multipart_mux_handle_src_event),
19752         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
19753         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
19754         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
19755         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
19756         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
19757         send multipart jpeg images to a browser.
19758         * gst/videobox/Makefile.am:
19759         * gst/videobox/README:
19760         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
19761         (gst_video_box_get_type), (gst_video_box_base_init),
19762         (gst_video_box_class_init), (gst_video_box_init),
19763         (gst_video_box_set_property), (gst_video_box_get_property),
19764         (gst_video_box_sink_link), (gst_video_box_i420),
19765         (gst_video_box_ayuv), (gst_video_box_chain),
19766         (gst_video_box_change_state), (plugin_init):
19767         Crops or adds borders around an image. can do alpha channel
19768         borders as well.
19769         * gst/videomixer/Makefile.am:
19770         * gst/videomixer/README:
19771         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
19772         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
19773         (gst_videomixer_pad_get_sink_event_masks),
19774         (gst_videomixer_pad_get_property),
19775         (gst_videomixer_pad_set_property),
19776         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
19777         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
19778         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
19779         (gst_videomixer_base_init), (gst_videomixer_class_init),
19780         (gst_videomixer_init), (gst_videomixer_request_new_pad),
19781         (gst_videomixer_handle_src_event),
19782         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
19783         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
19784         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
19785         (gst_videomixer_loop), (gst_videomixer_get_property),
19786         (gst_videomixer_set_property), (gst_videomixer_change_state),
19787         (plugin_init):
19788         Generic video mixer plugin, can handle multiple inputs all with
19789         different framerates and video sizes. Is fully alpha channel
19790         aware.
19791
19792 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19793
19794         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19795           Select first track as master track. Not sure how else to handle
19796           that...
19797         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
19798           Discard discont events. Should fix #142962.
19799
19800 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19801
19802         * ext/alsa/Makefile.am:
19803         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
19804         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
19805         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
19806         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
19807         (gst_alsa_mixer_get_option):
19808         * ext/alsa/gstalsamixer.h:
19809         * ext/alsa/gstalsamixeroptions.c:
19810         (gst_alsa_mixer_options_get_type),
19811         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
19812         (gst_alsa_mixer_options_new):
19813         * ext/alsa/gstalsamixeroptions.h:
19814         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19815         * ext/alsa/gstalsamixertrack.h:
19816           Add enumerations (as GstMixerOptions). Make correct distinction
19817           between input/output tracks. Add capture/playback private flag.
19818           Use flag to decide on whether to set capture or playback volumes
19819           or switches. Use playback and record switches.
19820         * gst-libs/gst/mixer/Makefile.am:
19821         * gst-libs/gst/mixer/mixer-marshal.list:
19822         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
19823         (gst_mixer_set_option), (gst_mixer_get_option),
19824         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
19825         (gst_mixer_volume_changed), (gst_mixer_option_changed):
19826         * gst-libs/gst/mixer/mixer.h:
19827         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
19828         (gst_mixer_options_class_init), (gst_mixer_options_init),
19829         (gst_mixer_options_dispose):
19830         * gst-libs/gst/mixer/mixeroptions.h:
19831           Add GstMixerOptions.
19832         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19833           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
19834           broken device detection on computers with multiple OSS sound
19835           cards.
19836
19837 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19838
19839         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
19840           fixate nicely even when the peer is not negotiating
19841
19842 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19843
19844         * gst/audioconvert/gstaudioconvert.c:
19845         (gst_audio_convert_parse_caps):
19846           make sure we don't allow depth > width
19847         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
19848           fixate endianness to G_BYTE_ORDER as default
19849         * gst/audioscale/gstaudioscale.c:
19850           we don't handle another endianness as host-endianness
19851
19852 2004-05-25  David Schleef  <ds@schleef.org>
19853
19854         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
19855
19856 2004-05-24  Benjamin Otte  <otte@gnome.org>
19857
19858         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
19859         (gst_oggvorbisenc_setup):
19860           properly fail when we can't setup the vorbis encoder due to
19861           unsupported settings
19862         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
19863         (gst_vorbisenc_setup):
19864           same
19865         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19866           fix case where warnings occured when one pad was unlinked while the
19867           other's link function was called
19868
19869 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19870
19871         * gst/tcp/Makefile.am:
19872           use GST_ENABLE_NEW
19873
19874 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19875
19876         * gst-libs/gst/resample/private.h:
19877           don't use optimizations that are #if 0'ed
19878
19879 2004-05-24  Wim Taymans  <wim@fluendo.com>
19880
19881         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
19882         Fix potential division by zero error and hopefully get
19883         the position query right to get correct timestamps on avi
19884         audio.
19885
19886 2004-05-24  Wim Taymans  <wim@fluendo.com>
19887
19888         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
19889         (gst_videoscale_scale_nearest_str2),
19890         (gst_videoscale_scale_nearest_str4),
19891         (gst_videoscale_scale_nearest_32bit),
19892         (gst_videoscale_scale_nearest_24bit),
19893         (gst_videoscale_scale_nearest_16bit):
19894         Fix the scaling algorithm and avoid a buffer overflow.
19895         removed the while loop in the scaling function as it
19896         was used for point sampling only.
19897
19898 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19899
19900         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
19901         (gst_id3_tag_class_init), (gst_id3_tag_init),
19902         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
19903         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
19904         (gst_id3_tag_send_tag_event):
19905           lots of fixes to make id3mux work and id3demux work correctly
19906
19907 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19908
19909         * ext/Makefile.am:
19910           add rules to build shout2send (was removed by accident
19911           when this module was no more marked experimental/broken)
19912
19913 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19914
19915         * ext/shout2/gstshout2.c:
19916         * ext/shout2/gstshout2.h:
19917           adding a "connection problem" signal to shout2send
19918           (fixes #142954)
19919
19920 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19921
19922         * ext/kio/kioreceiver.cpp:
19923         * ext/kio/kioreceiver.h:
19924           fix sign comparison issues
19925
19926 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19927
19928         * gst/cdxaparse/gstcdxaparse.c:
19929         * gst/cdxaparse/gstcdxaparse.h:
19930           some renaming
19931           add some checks/sanity
19932           prepare for seek addition
19933
19934         * sys/sunaudio/gstsunaudio.c:
19935           remove exported dupe init function
19936
19937 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
19938
19939         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
19940         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
19941           Fix format conversion and position querying.
19942         * gst/debug/progressreport.c: (gst_progressreport_report):
19943           Don't output a bogus total value that we didn't query.
19944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
19945           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
19946           only a blank window after xine has been used.
19947
19948 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19949
19950         * m4/as-arts.m4:
19951           sync with upstream version to fix test on FC2
19952           readd with -ko to preserve Id header
19953
19954 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19955
19956         * configure.ac:
19957           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
19958         * gst/tcp/gsttcpclientsrc.c: idem
19959         * gst/tcp/gsttcpserversink.c: idem
19960         * gst/tcp/gsttcpserversrc.c: idem
19961         * m4/gst-fionread.m4: idem
19962
19963         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
19964
19965         * configure.ac: enable speex plugin for speex 1.1.5+
19966         * ext/speex/gstspeexenc.c: fix cast warning
19967
19968         * ext/esd/README: fix typo
19969
19970 2004-05-20  David Schleef  <ds@schleef.org>
19971
19972         * configure.ac: Minor cosmetic change to convince the buildbot to
19973         reautogen.
19974         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
19975         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
19976         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
19977         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
19978         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
19979         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
19980         More hacking.  Plays audio now.
19981
19982 2004-05-20  David Schleef  <ds@schleef.org>
19983
19984         * configure.ac:
19985         * sys/Makefile.am:
19986
19987 2004-05-20  David Schleef  <ds@schleef.org>
19988
19989         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
19990         * sys/osxaudio/gstosxaudio.c:
19991         * sys/osxaudio/gstosxaudioelement.c:
19992         * sys/osxaudio/gstosxaudioelement.h:
19993         * sys/osxaudio/gstosxaudiosink.c:
19994         * sys/osxaudio/gstosxaudiosink.h:
19995         * sys/osxaudio/gstosxaudiosrc.c:
19996         * sys/osxaudio/gstosxaudiosrc.h:
19997
19998 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19999
20000         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
20001         (gst_vorbisenc_chain):
20002           put the codec headers on the caps as streamheader as well as
20003           pushing them out
20004
20005 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20006
20007         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
20008         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
20009         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
20010         split up push_packet into two functions
20011
20012 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20013
20014         * gst/tcp/.cvsignore:
20015           ignore enums
20016         * gst/tcp/Makefile.am:
20017         * gst/tcp/README:
20018         * gst/tcp/gsttcp.c:
20019         * gst/tcp/gsttcp.h:
20020         * gst/tcp/gsttcpclientsink.c:
20021         * gst/tcp/gsttcpclientsink.h:
20022         * gst/tcp/gsttcpclientsrc.c:
20023         * gst/tcp/gsttcpclientsrc.h:
20024         * gst/tcp/gsttcpplugin.c:
20025         * gst/tcp/gsttcpserversink.c:
20026         * gst/tcp/gsttcpserversink.h:
20027         * gst/tcp/gsttcpserversrc.c:
20028         * gst/tcp/gsttcpserversrc.h:
20029           add new tcp elements
20030
20031 2004-05-19  Wim Taymans  <wim@fluendo.com>
20032
20033         * gst/law/mulaw-conversion.c: (mulaw_encode):
20034         Fix overflow bug in ulaw encoding.
20035
20036 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20037
20038         * ext/mad/gstmad.c: (gst_mad_handle_event):
20039           don't unref the event twice
20040
20041 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20042
20043         * configure.ac:
20044           remove -Wno-sign-compare
20045
20046 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20047
20048         * configure.ac:
20049           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
20050           if you want to work against glib 2.2 and 2.4
20051
20052 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20053
20054         * gst/tcp/Makefile.am:
20055         * gst/tcp/gsttcp.c:
20056         * gst/tcp/gsttcp.h:
20057         * gst/tcp/gsttcpsink.h:
20058         * gst/tcp/gsttcpsrc.h:
20059           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
20060
20061 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20062
20063         * gst/debug/tests.c: (md5_get_value):
20064           fix segfault on gst-inspect
20065
20066 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20067
20068         * gst/debug/testplugin.c:
20069         * gst/debug/tests.c:
20070         * gst/debug/tests.h:
20071           add new extensible and configurable testing element. Current tests
20072           include buffer count, stream length, timestamp/duration matching and
20073           md5.
20074         * gst/debug/Makefile.am:
20075         * gst/debug/gstdebug.c: (plugin_init):
20076           add infrastructure for new element
20077
20078 2004-05-19  Johan Dahlin  <johan@gnome.org>
20079
20080         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
20081         ending of the array. Fixes gst-inspect segfault on ppc.
20082
20083 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20084
20085         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
20086
20087         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
20088
20089 2004-05-18  David Schleef  <ds@schleef.org>
20090
20091         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
20092         warnings (bugs, actually) noticed by gcc but not forte.
20093
20094 2004-05-18  David Schleef  <ds@schleef.org>
20095
20096         * sys/sunaudio/Makefile.am:
20097         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
20098
20099 2004-05-18  David Schleef  <ds@schleef.org>
20100
20101         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20102         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
20103         to allow qtdemux to use non-seekable streams. (bug #142272)
20104
20105 2004-05-18  David Schleef  <ds@schleef.org>
20106
20107         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
20108         (gst_resample_sinc_ft_float): Remove use of static temporary
20109         buffer.  This code was obviously not supposed to last long, but
20110         it's stuck in our ABI, so it required a little hack to make it
20111         ABI-compatible.  Fixes #142585.
20112         * gst-libs/gst/resample/resample.h: same.
20113
20114 2004-05-18  David Schleef  <ds@schleef.org>
20115
20116         * configure.ac: Add sunaudio
20117         * examples/Makefile.am: make gstplay depend on gconf
20118         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
20119         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
20120         (convert_table_lookup), (img_convert): remove c99-isms
20121         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
20122           unsigned, to fix a warning on Solaris
20123         * gst/mpeg1sys/systems.c: bcopy->memcpy
20124         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
20125         * sys/Makefile.am: Add sunaudio
20126
20127 2004-05-18  Wim Taymans  <wim@fluendo.com>
20128
20129         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
20130         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20131         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
20132         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
20133         (gst_ogg_mux_loop):
20134         Fix an ugly memleak where the muxer didn't flush enough ogg
20135         pages. This also resulted in badly muxed ogg files.
20136
20137 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20138
20139         * gst/asfdemux/asfheaders.c :
20140         * gst/asfdemux/asfheaders.h :
20141         * gst/asfdemux/gstasfdemux.c :
20142           - fix ASF_OBJ_PADDING guid
20143           - add 3 new object guids (language list, metadata,
20144             extended stream properties)
20145           - add a function to parse extended header objects
20146
20147 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20148
20149         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20150           remove leftover debugging g_print
20151
20152 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20153
20154         * ext/mad/gstmad.c: (gst_mad_handle_event):
20155           Fix for when the first format in a discont event is not a
20156           byte-based one. Should fix #137710.
20157
20158 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20159
20160         * m4/a52.m4 : fix compilation with -Wall -Werror
20161         * m4/libfame.m4 : idem
20162         * m4/libmikmod.m4 : idem
20163
20164 2004-05-17  Benjamin Otte  <otte@gnome.org>
20165
20166         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20167           signal the new tags before giving up the reference
20168
20169 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20170
20171         * ext/shout2/gstshout2.c:
20172           use application/ogg instead of application/x-ogg (patch by Patrick
20173           Guimond, fixes #142432)
20174         * sys/oss/gstosselement.c: (gst_osselement_reset),
20175         (gst_osselement_sync_parms):
20176           don't set fragment size unless specified (fixes #142493)
20177
20178 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20179
20180         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
20181           fixes #142664
20182
20183 2004-05-17  Benjamin Otte  <otte@gnome.org>
20184
20185         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20186           compute offsets correctly for internal buffers so timestamps are set
20187           correctly when we can't seek. Also handle cases where there are no
20188           offsets. (based on a patch by David Moore, fixes #142507)
20189
20190 2004-05-17  Benjamin Otte  <otte@gnome.org>
20191
20192         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20193           use correct variable when determining amount of data to skip so we
20194           don't skip into the void and segfault
20195
20196 2004-05-16  Benjamin Otte  <otte@gnome.org>
20197
20198         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
20199           Hi, I'm a memleak
20200
20201 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20202
20203         * gst/asfdemux/gstasfdemux.c:
20204           - fix a mem leak and always propagate tags
20205           - add WMV3 to known video codecs (but no decoder yet)
20206           - replace "surplus data" at end of audio header for what
20207             it is : codec specific data
20208           - fix a typo
20209
20210 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
20211
20212         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
20213
20214         * gst-libs/gst/audio/audioclock.c:
20215           Fix wrong return type (#142205).
20216
20217 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20218
20219         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
20220           Ignore CRCs by default (fixes #142566).
20221
20222 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20223
20224         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
20225         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
20226         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
20227         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
20228         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20229         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
20230           Fix for cases where we fail to attach to a mixer.
20231
20232 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20233
20234         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20235           Don't touch events after not owning them anymore.
20236         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
20237         (gst_wavparse_fmt), (gst_wavparse_other),
20238         (gst_wavparse_handle_seek), (gst_wavparse_loop),
20239         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20240         (gst_wavparse_srcpad_event):
20241         * gst/wavparse/gstwavparse.h:
20242           Add seeking, fix querying.
20243
20244 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20245
20246         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20247           - process comments even if they don't end with \0\0
20248             g_convert would ignore them if present and works well without them
20249
20250 2004-05-16  Benjamin Otte  <otte@gnome.org>
20251
20252         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
20253           simplify caps
20254
20255 2004-05-16  Benjamin Otte  <otte@gnome.org>
20256
20257         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20258           don't write to memory we might not write to - g_convert does that
20259           for us anyway (fixes #142613)
20260         (gst_asf_demux_audio_caps):
20261           comment out gst_util_dump_mem
20262
20263 2004-05-16  Benjamin Otte  <otte@gnome.org>
20264
20265         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20266           compute correct expected timestamps after seek (broken since
20267           last commit)
20268         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
20269           rename element and debugging category to gdkpixbufscale
20270
20271 2004-05-16  Benjamin Otte  <otte@gnome.org>
20272
20273         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20274           add error checking to snd_pcm_delay and remove duplicate call to
20275           snd_pcm_delay that caused issues (see inline code comments)
20276         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
20277           make more readable and fix return value when snd_pcm_delay fails
20278         (fixes #142586)
20279
20280 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
20281         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
20282         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
20283         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
20284         (gst_pixbufscale_link), (gst_pixbufscale_init),
20285         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
20286         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
20287         (gst_pixbufscale_get_property), (pixbufscale_init):
20288         * ext/gdk_pixbuf/pixbufscale.h:
20289         Add these files I forgot earlier
20290
20291 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
20292         * ext/gdk_pixbuf/Makefile.am:
20293         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
20294         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20295         Add new pixbufscale element to scale RGB video
20296         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
20297         and HYPER interpolation correctly.
20298         * ext/theora/theoraenc.c: (theora_enc_chain),
20299         Discard buffer and return if explicit caps could not be set
20300         (theora_enc_get_property):
20301         Make _get return kbps for the bitrate consistent with
20302         the _set function.
20303
20304
20305 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20306
20307         * ext/libvisual/visual.c: (gst_visual_chain):
20308           add missing visual_audio_analyze
20309
20310 2004-05-14  David Schleef  <ds@schleef.org>
20311
20312         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
20313         is killed while we're playing.
20314         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
20315         gst_element_no_more_pads().
20316
20317 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20318
20319         * gst-libs/gst/riff/riff-read.c :
20320           - fix INFO tag extraction in RIFF/AVI files
20321             because gst_event_unref (event) also freed taglist
20322           - avoid a mem leak
20323
20324 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20325
20326         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
20327         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
20328
20329         * gst/auparse/gstauparse.c :
20330           - add code (commented for now) to support audio/x-adpcm on src pad
20331             (we have no decoder for those layout yet)
20332
20333         * gst/cdxaparse/gstcdxaparse.c :
20334         * gst/cdxaparse/gstcdxaparse.h :
20335           - partial rewrite using RiffRead (ripped iain's wavparse code)
20336
20337         * gst/rtp/gstrtpL16enc.c : typo
20338         * gst/rtp/gstrtpgsmenc.c : typo
20339
20340 2004-05-13  Benjamin Otte  <otte@gnome.org>
20341
20342         * configure.ac:
20343           check for exact version of libvisual, it's not supposed to be
20344           API/ABI stable yet
20345
20346 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20347
20348         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
20349           signal no-more-pads
20350
20351 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
20352
20353         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
20354         Report which format was used for GST_FORMAT_DEFAULT
20355         * gst/debug/Makefile.am:
20356         * gst/debug/gstdebug.c: (plugin_init):
20357         * gst/debug/progressreport.c: (gst_progressreport_base_init),
20358         (gst_progressreport_class_init), (gst_progressreport_init),
20359         (gst_progressreport_report), (gst_progressreport_set_property),
20360         (gst_progressreport_get_property), (gst_progressreport_chain),
20361         (gst_progressreport_plugin_init):
20362         Add progressreport element for testing.
20363
20364 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20365
20366         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
20367         * sys/v4l/gstv4lsrc.h:
20368         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
20369         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
20370         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
20371         (gst_v4lsrc_grab_frame):
20372           add more debugging
20373           send a discont at start
20374
20375 2004-05-12  Colin Walters  <walters@redhat.com>
20376
20377         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
20378         inflooping if we can't find a chunk.  Or in other words, don't blow
20379         chunks if we don't have a chunk to blow.
20380
20381 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
20382         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
20383         Remove old debug output
20384         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
20385         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
20386         (gst_dvdec_set_property), (gst_dvdec_get_property):
20387         Change the quality setting to an enum, so it works from gst-launch
20388         Don't renegotiate a non-linked pad. Allows audio only decoding.
20389         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
20390         (gst_deinterlace_link), (gst_deinterlace_init):
20391         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20392         (gst_videodrop_link):
20393         Some caps negotiation fixes
20394
20395 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20396
20397         * ext/tarkin/gsttarkin.c :
20398           - Change RANK from NONE to PRIMARY
20399         * ext/gdk_pixbuf/gstgdkpixbuf.c :
20400           - Change RANK from NONE to MARGINAL
20401         * ext/divx/gstdivxenc.c :
20402           - Change RANK from PRIMARY to NONE (encoder/spider issue)
20403
20404 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20405
20406         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
20407         (gst_vorbisenc_push_packet):
20408           copy a function that was added between 1.0 and 1.0.1 until we
20409           depend on worthwhile features of post-1.0
20410
20411 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20412
20413         * configure.ac:
20414           enable shout2 by default
20415         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
20416         (gst_shout2send_base_init), (gst_shout2send_init),
20417         (gst_shout2send_connect), (gst_shout2send_change_state):
20418         * ext/shout2/gstshout2.h:
20419           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
20420           #142262)
20421         * ext/theora/theora.c: (plugin_init):
20422           don't set rank on encoders
20423
20424 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
20425
20426         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
20427           Use codec_data property instead of flag1 and flag2 for wma
20428
20429 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20430
20431         * gst/cdxaparse/gstcdxaparse.c :
20432           - Add mpegversion to CAPS to make it link
20433           - Rank is as GST_RANK_SECONDARY instead of NONE
20434         * gst/auparse/gstauparse.c :
20435           - Document all audio encoding we can encounter from Solaris 9
20436             headers and libsndfile information.
20437           - Increase max. rate from 48000 to 192000 (to match other elements)
20438           - Don't try to play junk data between header and samples
20439
20440 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20441
20442         * ext/libvisual/visual.c: (gst_visual_getcaps):
20443           use the right caps depending on endianness (I hope)
20444         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
20445           use GST_RANK_NONE for all non-decoding elements or spider gets
20446           mighty confused
20447
20448 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20449
20450         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20451           Fix some odd cases and fix BE metadata parsing of unicode16 text.
20452
20453 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20454
20455         * gst/switch/gstswitch.c: (gst_switch_release_pad),
20456         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
20457         (gst_switch_loop), (gst_switch_get_type):
20458           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
20459           HEADERS. Had to be said.
20460
20461 2004-05-10  David Schleef  <ds@schleef.org>
20462
20463         * configure.ac: Add prototype Dirac support.
20464         * ext/Makefile.am:
20465         * ext/dirac/Makefile.am:
20466         * ext/dirac/gstdirac.cc:
20467         * ext/dirac/gstdiracdec.cc:
20468
20469 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20470
20471         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20472         (gst_auparse_init), (gst_auparse_chain),
20473         (gst_auparse_change_state):
20474           Hack around spider. Remove me some day please.
20475
20476 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20477
20478         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20479           Fix for some uninitialized variables in previous patch, also
20480           makes it work. Fixes #142286 while we're at it.
20481
20482 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20483
20484         * gst/auparse/gstauparse.c:
20485                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
20486                 only unsupported formats are ADPCM/CCITT G.72x
20487                 reviewed by Ronald
20488         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
20489
20490 2004-05-10  Wim Taymans  <wim@fluendo.com>
20491
20492         * ext/vorbis/Makefile.am:
20493         * ext/vorbis/README:
20494         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
20495         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
20496         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
20497         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
20498         (gst_oggvorbisenc_convert_sink),
20499         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
20500         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
20501         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
20502         (get_constraints_string), (update_start_message),
20503         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
20504         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
20505         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
20506         * ext/vorbis/oggvorbisenc.h:
20507         * ext/vorbis/vorbis.c: (plugin_init):
20508         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
20509         (raw_caps_factory), (gst_vorbisenc_class_init),
20510         (gst_vorbisenc_init), (gst_vorbisenc_setup),
20511         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
20512         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
20513         * ext/vorbis/vorbisenc.h:
20514         Added a raw vorbis encoder to be used with the oggmuxer.
20515         We still need the old encoder for some gnome applications,
20516         read the README to find out how that works.
20517         The raw encoder is called "rawvorbisenc" until 0.9.
20518
20519 2004-05-10  Wim Taymans  <wim@fluendo.com>
20520
20521         * ext/ogg/gstogg.c: (plugin_init):
20522         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
20523         (gst_ogg_print):
20524         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
20525         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
20526         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
20527         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
20528         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
20529         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
20530         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
20531         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
20532         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
20533         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
20534         Added an ogg muxer.
20535         Small typo fixes in the demuxer.
20536
20537 2004-05-10  Wim Taymans  <wim@fluendo.com>
20538
20539         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20540         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
20541         (theora_enc_change_state), (theora_enc_set_property),
20542         (theora_enc_get_property):
20543         Mark the last packet with an EOS flag which is not really needed
20544         in gstreamer.
20545         Do some better video framerate initialisation.
20546         Update the buffer timestamp.
20547
20548 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
20549
20550         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
20551         Return the result of the parent state change call
20552
20553 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20554
20555         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
20556         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
20557         * gst/law/alaw-encode.c : (idem)
20558         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
20559         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
20560         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
20561
20562 2004-05-09  Benjamin Otte  <otte@gnome.org>
20563
20564         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
20565           don't use a fixed buffer size when writing variable length data to
20566           it. Fixes memory corruption and makes alsasrc work
20567
20568 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20569
20570         * ext/gnomevfs/gstgnomevfssink.c:
20571         (_gst_boolean_allow_overwrite_accumulator),
20572         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
20573           Run glib's default signal handler (??) in RUN_CLEANUP rather than
20574           RUN_LAST, and don't use that to set the accumulator value because
20575           then it's always FALSE.
20576
20577 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20578
20579         * gst-libs/gst/riff/riff-media.c:
20580         (gst_riff_create_video_caps_with_data),
20581         (gst_riff_create_audio_caps),
20582         (gst_riff_create_audio_template_caps):
20583         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
20584           Fix for unaligned RIFF files (i.e. where all the chunks together
20585           in a LIST chunk are not of the same size as the size given in
20586           the LIST chunk header). Fixes several odd WAVE files. Also fix
20587           ADPCM (block_align property) in audio, so that wavparse based
20588           on this works now as it used to stand-alone.
20589
20590 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
20591
20592         reviewed by Benjamin Otte  <otte@gnome.org>
20593
20594         * ext/a52dec/gsta52dec.c:
20595         * ext/divx/gstdivxdec.c:
20596         * ext/divx/gstdivxenc.c:
20597         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
20598         * ext/faac/gstfaac.c: (gst_faac_base_init):
20599         * ext/faad/gstfaad.c: (gst_faad_base_init):
20600         * ext/ivorbis/vorbisfile.c:
20601         * ext/lame/gstlame.c:
20602         * ext/libfame/gstlibfame.c:
20603         * ext/mpeg2enc/gstmpeg2enc.cc:
20604         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
20605         * ext/sidplay/gstsiddec.cc:
20606         * ext/speex/gstspeexdec.c:
20607         * ext/speex/gstspeexenc.c:
20608         * ext/xvid/gstxviddec.c:
20609         * ext/xvid/gstxvidenc.c:
20610           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
20611           (fixes #142193)
20612
20613 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20614
20615         * ext/alsa/gstalsa.c: (device_list),
20616         (gst_alsa_class_probe_devices):
20617         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
20618           Fix alsa oddness in mixer after the combination of using mixer
20619           in source/sink elements and using hw:x,y instead of just hw:x.
20620
20621 2004-05-09  Benjamin Otte  <otte@gnome.org>
20622
20623         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
20624         (gst_wavparse_create_sourcepad):
20625           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
20626           sourcepads
20627
20628 2004-05-09  Benjamin Otte  <otte@gnome.org>
20629
20630         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20631           allow discont events before caps nego
20632
20633 2004-05-08  Benjamin Otte  <otte@gnome.org>
20634
20635         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
20636           don't leak events
20637
20638 2004-05-08  Benjamin Otte  <otte@gnome.org>
20639
20640         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
20641         (gst_level_change_state), (gst_level_init):
20642         * gst/level/gstlevel.h:
20643           figure out if we're initialized directly instead of keeping a
20644           variable that's wrong in 90% of cases
20645           don't initialize pads and then leak them and use a new unitialized
20646           pad. (fixes #142084)
20647           these were bugs so n00bish I didn't find them for an hour :/
20648
20649 2004-05-08 Iain <iain@prettypeople.org>
20650
20651         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
20652         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
20653         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
20654         return the length that was read.
20655         (gst_riff_read_strf_auds): Allow fmt tags as well.
20656
20657 2004-05-07  David Schleef  <ds@schleef.org>
20658
20659         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
20660         signed char assumption in faad.h.
20661
20662 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20663
20664         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
20665           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
20666
20667 2004-05-07  Colin Walters  <walters@redhat.com>
20668
20669         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
20670         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
20671         function.
20672         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
20673         Add dispose function.
20674
20675 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
20676         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
20677           Fix caps nego and pad templates. RGB mode caps should
20678           work now.
20679         * ext/dvdnav/gst-dvd:
20680           Move mpeg2dec inside the thread because otherwise the
20681           queue rejects cap changes mid-stream
20682         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
20683         (gst_mpeg2dec_flush_decoder):
20684           For mpeg2dec > 0.4.0, call the flush function instead of
20685           manually extracting all in-flight frames.
20686         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
20687         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
20688           Change mime type video/dv go video/x-dv to match the
20689           rest of gst-plugins
20690
20691 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20692
20693         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20694         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
20695         (gst_alsa_sink_class_init):
20696         * ext/alsa/gstalsasink.h:
20697         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
20698         (gst_alsa_src_class_init):
20699         * ext/alsa/gstalsasrc.h:
20700           Make alsasink/src a subclass of alsamixer so that mixer stuff
20701           shows up in gst-rec. Needs some finetuning.
20702
20703 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20704
20705         * ext/lame/gstlame.c: (gst_lame_chain):
20706           simplify
20707         * ext/mad/gstmad.c: (gst_mad_handle_event):
20708           fix event leak
20709         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
20710           be able to detect mp3 files < 4096 bytes
20711
20712 2004-05-06  Wim Taymans  <wim@fluendo.com>
20713
20714         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20715         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
20716         (theora_enc_set_property), (theora_enc_get_property):
20717         Also encode the first frame, cleanup some code.
20718
20719 2004-05-06  Wim Taymans  <wim@fluendo.com>
20720
20721         * ext/mpeg2enc/gstmpeg2enc.cc:
20722         Forward events first before deciding that negotiation was
20723         not performed.
20724
20725 2004-05-06  Wim Taymans  <wim@fluendo.com>
20726
20727         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
20728         First process the events before deciding that negotiation
20729         was not performed.
20730
20731 2004-05-06  Wim Taymans  <wim@fluendo.com>
20732
20733         * ext/theora/Makefile.am:
20734         * ext/theora/theora.c: (plugin_init):
20735         * ext/theora/theoradec.c: (theora_dec_change_state):
20736         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
20737         (gst_theora_enc_class_init), (gst_theora_enc_init),
20738         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
20739         (theora_enc_chain), (theora_enc_change_state),
20740         (theora_enc_set_property), (theora_enc_get_property):
20741         Added a theora encoder, grouped the encoder and decoder into the
20742         same plugin.
20743
20744 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20745
20746         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
20747         (gst_jpegenc_chain):
20748         fix DURATION on outgoing buffers
20749         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
20750         debug using time formats
20751         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20752         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20753         (gst_xvimagesink_sink_link):
20754         windows with width/height 0 generate X errors, so don't allow them
20755
20756 2004-05-05  Wim Taymans  <wim@fluendo.com>
20757
20758         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
20759         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
20760         (gst_mpeg2dec_negotiate_format):
20761         * ext/mpeg2dec/gstmpeg2dec.h:
20762           removed the static pad template so that we can add the
20763           more accurate framerate value to the caps.
20764
20765
20766 2004-05-04  Benjamin Otte  <otte@gnome.org>
20767
20768         * configure.ac:
20769           check for kdemacros.h, too (should fix #141821)
20770         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
20771           don't crash if no header was sent, but nicely error out (fixes part
20772           of #141554)
20773
20774 2004-05-04  Wim Taymans  <wim@fluendo.com>
20775
20776         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
20777         parent dispose function to avoid segfault on destroy.
20778
20779 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20780
20781         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20782         (plugin_init):
20783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20784         (gst_xvimagesink_sink_link):
20785         clean up debugging caps
20786         also recreate xvimage when format has changed
20787
20788 2004-05-04  Benjamin Otte  <otte@gnome.org>
20789
20790         * ext/libvisual/Makefile.am:
20791         * ext/libvisual/visual.c: (gst_visual_class_init),
20792         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
20793         (gst_visual_srclink), (gst_visual_chain),
20794         (gst_visual_change_state), (plugin_init):
20795           use a GstAdapter to correctly adapt buffer sizes - allows using a
20796           framerate
20797
20798 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20799
20800         * sys/v4l/gstv4lelement.h:
20801         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
20802         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
20803         (gst_v4lsrc_buffer_free):
20804         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
20805         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
20806         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
20807         (gst_v4lsrc_requeue_frame):
20808         move some debugging categories around
20809         query for fps index and set accordingly if found
20810
20811 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20812
20813         * ext/lame/gstlame.c:
20814         correct defaults that lame_init puts out of range
20815
20816 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20817
20818         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
20819         (gst_divxenc_class_init):
20820         fix range since -1 is the default
20821         * gst/mpeg1sys/gstmpeg1systemencode.c:
20822         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
20823         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
20824         (gst_rtjpegdec_chain):
20825         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
20826         (gst_rtjpegenc_chain):
20827         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
20828         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
20829         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
20830         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
20831         * sys/v4l/gstv4lsrc.c:
20832         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20833         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
20834         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
20835         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
20836         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
20837           remove gst_info calls
20838
20839 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20840
20841         * Makefile.am:
20842         * po/af.po:
20843         * po/az.po:
20844         * po/en_GB.po:
20845         * po/nl.po:
20846         * po/sr.po:
20847         * po/sv.po:
20848           Updated translations
20849
20850 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20851
20852         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
20853           refactor/comment code
20854
20855 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20856
20857         * gst/asfdemux/Makefile.am:
20858         * gst/asfdemux/asfheaders.c:
20859         * gst/asfdemux/asfheaders.h:
20860         * gst/asfdemux/gstasf.c: (plugin_init):
20861         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
20862         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
20863         (gst_asf_demux_setup_pad):
20864         * gst/asfdemux/gstasfdemux.h:
20865         * gst/asfdemux/gstasfmux.c:
20866         * gst/asfdemux/gstasfmux.h:
20867           Add tagging support to demuxer, split out registration in its own
20868           file instead of in demux (hacky), and prevent having some tables
20869           in our memory multiple times (in asfheaders.h).
20870
20871 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20872
20873         * gst/matroska/matroska-demux.c:
20874         (gst_matroska_demux_parse_metadata):
20875         * gst/matroska/matroska-ids.h:
20876           Basic tag reading support.
20877
20878 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20879
20880         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
20881           Really detect ac-3 audio.
20882         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
20883           really detect matroska files (off-by-1).
20884
20885 2004-04-30  David Schleef  <ds@schleef.org>
20886
20887         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20888         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
20889         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
20890         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
20891         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
20892         hackage -- parse a lot more atoms, extract a few tags.  One might even
20893         mistake this for tag support.  Maybe it is.
20894         * gst/qtdemux/qtdemux.h:
20895
20896 2004-04-30  Colin Walters  <walters@verbum.org>
20897
20898         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
20899
20900 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20901
20902         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20903         (gst_ffmpegcolorspace_getcaps):
20904           remove broken nego fix
20905
20906 2004-04-30  Benjamin Otte  <otte@gnome.org>
20907
20908         * configure.ac:
20909         * ext/Makefile.am:
20910         * ext/libvisual/Makefile.am:
20911         * ext/libvisual/visual.c:
20912           add initial support for libvisual (http://libvisual.sourceforge.net)
20913           libvisual is still quite alpha, so expect crashes in there :)
20914
20915 2004-04-29  David Schleef  <ds@schleef.org>
20916
20917         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
20918         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
20919         up qtdemux to make it spit out codec_data.  Do _not_ look at this
20920         code; you will no longer respect me.
20921
20922 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20923
20924         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
20925         * ext/alsa/gstalsa.h :
20926         change alsa pcm device discovery to find more than 1 device
20927         per card. code review by Ronald.
20928
20929 2004-04-29  David Schleef  <ds@schleef.org>
20930
20931         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
20932         Add a check for a driver bug on FreeBSD.  (bug #140565)
20933
20934 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20935
20936         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
20937         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
20938         (gst_jpegenc_getcaps):
20939           move format setting to inner loop
20940         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20941         (gst_ffmpegcolorspace_getcaps):
20942           use GST_PAD_CAPS if available so that we use already negotiated
20943           caps
20944         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20945         (qtdemux_parse_moov), (qtdemux_parse):
20946           extra debugging
20947         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
20948         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
20949           move hardcoded path to DEFINE
20950
20951 2004-04-28  David Schleef  <ds@schleef.org>
20952
20953         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
20954         (bug #140064)
20955
20956 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20957
20958         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
20959           Don't probe for playback device if we're a source element. Fixes
20960           #139658.
20961
20962 2004-04-29  Benjamin Otte  <otte@gnome.org>
20963
20964         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
20965         (gst_id3_tag_chain):
20966           rewrite buffer offset
20967
20968 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20969
20970         * configure.ac:
20971         * ext/Makefile.am:
20972         * ext/dts/Makefile.am:
20973         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
20974         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
20975         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
20976         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
20977         (gst_dtsdec_loop), (gst_dtsdec_change_state),
20978         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
20979         (plugin_init):
20980         * ext/dts/gstdtsdec.h:
20981           New DTS decoder.
20982         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
20983         (gst_faad_srcconnect):
20984           Add ESDS atom handling (.m4a).
20985
20986 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20987
20988         * ext/divx/gstdivxdec.c: (plugin_init):
20989           Remove comment that makes no sense.
20990         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
20991           Fix for obvious typo that resulted in warnings during gst-register.
20992         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
20993         (gst_xviddec_sink_link):
20994           Fix caps negotiation a bit better.
20995         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20996           We call this 'codec_data', not 'esds'.
20997
20998 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20999
21000         * gst/monoscope/gstmonoscope.c:
21001           make sure we only provide 256x128
21002         * gst/monoscope/monoscope.c: (monoscope_init):
21003           assert size of 256x128
21004
21005 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21006
21007         * Makefile.am:
21008         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
21009         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
21010           fixate to max width and height of device
21011
21012 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21013
21014         * Makefile.am:
21015         * sys/v4l/gstv4l.c:
21016         * sys/v4l/gstv4lsrc.c:
21017         * sys/v4l/v4l_calls.c:
21018         * sys/v4l/v4lsrc_calls.c:
21019           fix for qc-usb driver which fakes having more than one buffer
21020           by handing the same buffer twice, which confused GStreamer's/v4lsrc
21021           buffer_free override
21022           add debugging
21023
21024 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21025
21026         * Makefile.am:
21027         * gst/videotestsrc/gstvideotestsrc.c:
21028         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
21029         (gst_videotestsrc_init), (gst_videotestsrc_get),
21030         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
21031         * gst/videotestsrc/gstvideotestsrc.h:
21032           add num-buffers property
21033
21034         2004-04-26  Benjamin Otte  <otte@gnome.org>
21035
21036         * ext/mad/gstid3tag.c: (plugin_init):
21037           set id3mux rank to NONE so it doesn't confuse spider
21038           require audio/mpeg,mpegversion=1 in id3mux
21039
21040 2004-04-26  Benjamin Otte  <otte@gnome.org>
21041
21042         * configure.ac:
21043           detect faad correctly as non-working if it's indeed non-working
21044
21045 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21046
21047         * Makefile.am:
21048         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
21049         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
21050         fix _getcaps so it only negotiates to its supported format
21051
21052 2004-04-25  Benjamin Otte  <otte@gnome.org>
21053
21054         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
21055           fix memleak
21056
21057 2004-04-23  Benjamin Otte  <otte@gnome.org>
21058
21059         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
21060           audio/x-raw-int with height rules! not. Now it's depth.
21061
21062 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21063
21064         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
21065         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
21066         (gst_wavparse_loop):
21067           Missing variable initialization. Add handling of DVI ADPCM. Fix
21068           mis-parsing of LIST chunks. This works around a bug where we mis-
21069           parse non-aligning LIST chunks (so LIST chunks where the contents
21070           don't align with the actual LIST size). The correct fix is to use
21071           rifflib, I'm not going to fix wavparse - too much work. All this
21072           fixes #104878.
21073
21074 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21075
21076         reviewed by Benjamin Otte  <otte@gnome.org>
21077
21078         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
21079           fix shoutcast not working (fixes #140844)
21080
21081 2004-04-22  Benjamin Otte  <otte@gnome.org>
21082
21083         * ext/hermes/gsthermescolorspace.c:
21084         (gst_hermes_colorspace_caps_remove_format_info):
21085         * gst/colorspace/gstcolorspace.c:
21086         (gst_colorspace_caps_remove_format_info):
21087         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21088         (gst_ffmpegcolorspace_caps_remove_format_info):
21089           s/gst_caps_simplify/gst_caps_do_simplify/
21090
21091 2004-04-22  Benjamin Otte  <otte@gnome.org>
21092
21093         * gst-libs/gst/riff/riff-media.c:
21094         (gst_riff_create_video_caps_with_data):
21095           mpegversion is an int
21096         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
21097           don't try to create pad templates with NULL caps, use any caps
21098           instead.
21099
21100 2004-04-20  David Schleef  <ds@schleef.org>
21101
21102         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
21103         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
21104         (bug #140384)
21105
21106 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
21107
21108         reviewed by David Schleef
21109
21110         * ext/mad/gstid3tag.c: Add stdlib.h
21111         * gst/rtp/gstrtpgsmenc.c: same
21112         * gst/tags/gstid3tag.c: same
21113         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
21114         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
21115         GST_DISABLE_LOADSAVE use.
21116         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
21117         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
21118         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
21119         atol(3)).
21120         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
21121         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
21122         strtoul(3)).
21123         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
21124         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
21125         $(ID3_CFLAGS).
21126         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
21127         $(LIBFAME_CFLAGS).
21128
21129 2004-04-20  David Schleef  <ds@schleef.org>
21130
21131         * gst/realmedia/rmdemux.c:  This was supposed to part of the
21132         last checkin.  Same idea.
21133
21134 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
21135
21136         reviewed by David Schleef
21137
21138         * configure.ac: bump required gstreamer version to 0.8.1.1
21139         because of following changes [--ds]
21140
21141         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
21142         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
21143         (gst_riff_read_header):  Use GST_READ_UINT*
21144         macros to access possibly unaligned memory.
21145
21146         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
21147         (mp3_type_find):  Use GST_READ_UINT*
21148         macros to access possibly unaligned memory.
21149         (mp3_type_find, mpeg1_parse_header, qt_type_find)
21150         (speex_type_find): Likewise
21151
21152         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
21153
21154         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
21155         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
21156         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
21157         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
21158         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
21159         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
21160         macros to access possibly unaligned memory.
21161
21162         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
21163         Likewise.
21164
21165         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
21166         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
21167
21168         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21169         Likewise.
21170
21171         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
21172         (gst_mpeg2subt_chain_subtitle): Likewise.
21173
21174         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
21175         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
21176         Likewise.
21177
21178         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
21179         Likewise.
21180
21181         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
21182         Likewise.
21183
21184         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
21185         Likewise.
21186
21187 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21188
21189         * configure.ac:
21190           update required version of GStreamer because of GST_TIME_FORMAT
21191
21192 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21193
21194         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
21195           remove leftover g_print
21196         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21197           don't try setting only a subset of the caps. We don't want to kill
21198           autoplugging on purpose
21199
21200 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21201
21202         * sys/ximage/ximagesink.c: (plugin_init):
21203         * sys/xvimage/xvimagesink.c: (plugin_init):
21204           add debugging categories
21205
21206 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21207
21208         * po/en_GB.po:
21209         * po/LINGUAS:
21210           Adding en_GB translation (Gareth Owen)
21211
21212 2004-04-20  David Schleef  <ds@schleef.org>
21213
21214         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21215         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
21216         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
21217         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
21218         A number of new features and hacks to extract the esds atom and
21219         put it into the caps.  (bug #137724)
21220
21221 2004-04-19  David Schleef  <ds@schleef.org>
21222
21223         * gconf/Makefile.am: Fix for non-GNU make
21224         * gst-libs/gst/Makefile.am: Change directory order to handle
21225         GstPlay linking with gstinterfaces
21226         * gst-libs/gst/audio/make_filter: make use of tr portable
21227         * gst-libs/gst/play/Makefile.am: Add intended \
21228         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
21229         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
21230         function prototype instead of void *.
21231         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
21232         macro.
21233         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21234         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
21235         * gst/videofilter/make_filter: make use of tr portable
21236         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
21237
21238 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21239
21240         * po/LINGUAS:
21241         * po/uk.po:
21242           Added Ukrainian translation (Maxim V. Dziumanenko)
21243
21244 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21245
21246         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
21247         (gst_gsmdec_link), (gst_gsmdec_chain):
21248           Fix capsnego, simplify chain function slightly.
21249         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21250           Add GSM.
21251
21252 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21253
21254         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21255         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
21256         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
21257           Hack to make wavparse work with spider (always -> sometimes pad).
21258           Fixes #135862 && #140411.
21259
21260 2004-04-18  Benjamin Otte  <otte@gnome.org>
21261
21262         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
21263         (gst_osselement_rate_probe_check),
21264         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
21265           get rid of \n in debug output
21266
21267 2004-04-17  Iain <iain@prettypeople.org>
21268
21269         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
21270         not just EOS.
21271
21272 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21273
21274         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
21275         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
21276         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
21277         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
21278         (gst_id3_tag_src_link), (gst_id3_tag_chain),
21279         (gst_id3_tag_change_state), (plugin_init):
21280           deprecate id3tag element and replace with id3demux/id3mux.
21281           great side effect: this ugly file is now even uglier, yay!
21282         * ext/mad/gstmad.h:
21283           remove non-available function
21284           update for new get_type
21285
21286 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21287
21288         * configure.ac:
21289           require mpeg2dec >= 0.4.0
21290
21291 2004-04-17  Benjamin Otte  <otte@gnome.org>
21292
21293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
21294         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
21295         (gst_xvimagesink_set_xwindow_id):
21296           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
21297           assorted cleanup fixes.
21298
21299 2004-04-16  David Schleef  <ds@schleef.org>
21300
21301         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
21302         * sys/xvimage/xvimagesink.h: same
21303
21304 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21305
21306         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
21307           Fix GST_ELEMENT_ERROR with (NULL)
21308
21309 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21310
21311         * gst-libs/gst/riff/riff-media.c:
21312         (gst_riff_create_video_caps_with_data):
21313           Add div[3456] as fourccs for DivX 3 (fixes #140137).
21314
21315 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21316
21317         * gst-libs/gst/riff/riff-media.c:
21318         (gst_riff_create_video_caps_with_data),
21319         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
21320         (gst_riff_create_video_template_caps),
21321         (gst_riff_create_audio_template_caps):
21322         * gst-libs/gst/riff/riff-media.h:
21323         * gst-libs/gst/riff/riff-read.c:
21324         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
21325         * gst-libs/gst/riff/riff-read.h:
21326         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21327           Add MS RLE support. I added some functions to read out strf chunks
21328           into strf chunks and the data behind it. This is usually color
21329           palettes (as in RLE, but also in 8-bit RGB). Also use those during
21330           caps creation. Lastly, add ADPCM (similar to wavparse - which
21331           should eventually be rifflib based).
21332         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
21333         (gst_matroska_demux_init), (gst_matroska_demux_reset):
21334         * gst/matroska/matroska-demux.h:
21335           Remove placeholders for some prehistoric tagging system. Didn't add
21336           support for any tag system really anyway.
21337         * gst/qtdemux/qtdemux.c:
21338           Add support for audio/x-m4a (MPEG-4) through spider.
21339         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21340         (gst_wavparse_loop):
21341           ADPCM support (#135862). Increase max. buffer size because we
21342           cannot split buffers for ADPCM (screws references) and I've seen
21343           files with 2048 byte chunks. 4096 seems safe for now.
21344
21345 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21346
21347         * configure.ac: bump nano to 1
21348
21349 === release 0.8.1 ===
21350
21351 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21352
21353         * configure.ac: releasing 0.8.1, "Comforting Sounds"
21354
21355 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21356
21357         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
21358           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
21359           Fixes #140058
21360
21361 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21362
21363         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
21364           lower rank of dvddemux so that it's not used for mpeg playback.
21365
21366 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21367
21368         * configure.ac:
21369           save libs correctly when checking mad
21370
21371 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21372
21373         * ext/mad/gstid3tag.c: (plugin_init):
21374           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
21375
21376 2004-04-13  David Schleef  <ds@schleef.org>
21377
21378         * common/m4/gst-feature.m4: Call -config scripts with
21379         --plugin-libs if it is supported.
21380         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
21381         JPEG images are image/jpeg.
21382         * gst/debug/Makefile.am:
21383         * gst/debug/negotiation.c: (gst_negotiation_class_init),
21384         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
21385         (gst_negotiation_update_caps), (gst_negotiation_get_property),
21386         (gst_negotiation_plugin_init): Add a property that acts like
21387         filter caps.
21388         * testsuite/gst-lint:  Move license checking to be a standard
21389         test.
21390
21391 2004-04-13  David Schleef  <ds@schleef.org>
21392
21393         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
21394         patch from Sebastien Cote (bug #139958)
21395
21396 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21397
21398         * examples/gstplay/Makefile.am:
21399         * examples/gstplay/player.c: (main):
21400           make the commandline player example use gconf settings
21401
21402 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21403
21404         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
21405         (gst_cacasink_sinkconnect), (gst_cacasink_init),
21406         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
21407           init/end library during state transition, not object
21408           creation/disposal.  get rid of custom dispose handler.
21409
21410
21411 2004-04-12  Christian Schaller <Uraeus@gnome.org>
21412
21413         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
21414         be a symlink
21415
21416 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21417
21418         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
21419           Handle JUNK chunks inside data section. Prevents warnings.
21420
21421 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21422
21423         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21424         (gst_riff_create_video_template_caps):
21425           Add MS video v1.
21426         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21427         (gst_avi_demux_stream_data):
21428           Add support for "rec-list" chunks.
21429
21430 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21431
21432         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
21433           Fix another codecname mismatch.
21434
21435 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21436
21437         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
21438           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
21439           so that MJPEG plays back.
21440
21441 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21442
21443         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21444         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
21445         * gst/mpeg1videoparse/gstmp1videoparse.h:
21446           Fix for some slight mis-cuts in buffer parsing, and for some
21447           potential overflows or faults-causers. Adds disconts. Also fixes
21448           #139105 while we're at it.
21449
21450 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21451
21452         * configure.ac:
21453         * sys/v4l2/gstv4l2element.h:
21454           Workaround for missing struct v4l2_buffer declaration in Suse 9
21455           and Mandrake 10 linux/videodev2.h header file (#135919).
21456
21457 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21458
21459         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
21460           Bail out if no filename was given.
21461
21462 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21463
21464         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
21465         (gst_v4l2_fourcc_from_structure):
21466           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
21467           Y41B somewhere).
21468
21469 2004-04-09  Benjamin Otte  <otte@gnome.org>
21470
21471         * ext/gnomevfs/gstgnomevfssink.c:
21472         (_gst_boolean_allow_overwrite_accumulator),
21473         (gst_gnomevfssink_class_init):
21474           fix erase signal - if any handler returns false the file will not be
21475           overwritten. If no handler is connected, the file will not be
21476           overwritten either.
21477           renamed signal to "allow-overwrite"
21478         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
21479           free string when adding it to ID3 failed
21480         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21481           unref event when done
21482         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
21483           free caps
21484         * gst/typefind/gsttypefindfunctions.c:
21485         (mpeg_video_stream_type_find):
21486           fix invalid read
21487
21488 2004-04-08  David Schleef  <ds@schleef.org>
21489
21490         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21491         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
21492
21493 2004-04-08  David Schleef  <ds@schleef.org>
21494
21495         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
21496         we don't support (bug #139532)
21497
21498 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
21499
21500         * ext/mad/gstmad.c: (gst_mad_handle_event),
21501         (gst_mad_check_caps_reset), (gst_mad_chain),
21502         (gst_mad_change_state):
21503           only set explicit caps if they haven't been set before for
21504           this stream.  MPEG-audio sample rate/channels aren't allowed
21505           to change in-stream.
21506           Fixes #139382
21507
21508 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21509
21510         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
21511         (_gst_boolean_did_something_accumulator),
21512         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
21513         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
21514         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
21515         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
21516         (gst_gnomevfssink_change_state):
21517           Fix erase signal. Don't erase by default. Remove handoff signal.
21518           Remove erase property. Don't segfault. General cleanup.
21519
21520 2004-04-07  Benjamin Otte  <otte@gnome.org>
21521
21522         * gst-libs/gst/gconf/test-gconf.c: (main):
21523           add missing gst_init
21524
21525 2004-04-07  Benjamin Otte  <otte@gnome.org>
21526
21527         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
21528           free the mutexes, too
21529
21530 2004-04-07  Benjamin Otte  <otte@gnome.org>
21531
21532         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
21533           actually free the URI string
21534         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
21535           compute offset correctly when passing discont events
21536         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21537           don't leak discont events
21538         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
21539           add some missing breaks so caps aren't copied randomly
21540         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
21541           if we realloc memory, we better use it
21542
21543 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21544
21545         * ext/mad/gstmad.c: (normal_seek):
21546           fix GST_FORMAT_TIME usage
21547
21548 2004-04-05  David Schleef  <ds@schleef.org>
21549
21550         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
21551         a deprecated function (hack!)
21552
21553 2004-04-05  Benjamin Otte  <otte@gnome.org>
21554
21555         * ext/esd/esdmon.c: (gst_esdmon_get):
21556           fix nonterminated vararg and memleak
21557
21558 2004-04-05  Benjamin Otte  <otte@gnome.org>
21559
21560         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
21561         (gst_ladspa_init), (gst_ladspa_force_src_caps),
21562         (gst_ladspa_set_property), (gst_ladspa_get_property),
21563         (gst_ladspa_instantiate), (gst_ladspa_activate),
21564         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
21565           clean up debugging
21566
21567 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
21568
21569         reviewed by Benjamin Otte  <otte@gnome.org>
21570
21571         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
21572           check for broken LADSPA parameters (fixes #138635)
21573
21574 2004-04-05  Benjamin Otte  <otte@gnome.org>
21575
21576         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
21577           advertise buffer-frames correctly on sinkpads
21578
21579 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21580
21581         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
21582         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
21583         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
21584         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
21585         (gst_mad_check_caps_reset), (gst_mad_chain):
21586         add more debugging, only reset caps when we're not in error state
21587
21588 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21589
21590         * ext/mad/gstmad.c: add debugging category, comment + cleanups
21591
21592 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
21593
21594         reviewed by Benjamin Otte  <otte@gnome.org>
21595
21596         * configure.ac:
21597           fix == in test(1) operator
21598
21599 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
21600
21601         reviewed by Benjamin Otte  <otte@gnome.org>
21602
21603         * configure.ac:
21604           fix --export-symblos-regex to a working regex.
21605
21606 2004-04-04  Benjamin Otte  <otte@gnome.org>
21607
21608         * sys/oss/.cvsignore:
21609           add for oss_probe
21610
21611 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
21612
21613         reviewed by Benjamin Otte  <otte@gnome.org>
21614
21615         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21616           add missing 'new_media' argument (fixes #138168)
21617         * gst/matroska/matroska-demux.c:
21618         (gst_matroska_demux_handle_seek_event):
21619           add vararg terminator (fixes #138169)
21620
21621 2004-04-02  David Schleef  <ds@schleef.org>
21622
21623         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
21624         disted (bug #138914)
21625
21626 2004-04-01  Benjamin Otte  <otte@gnome.org>
21627
21628         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
21629         (gst_alsa_close_audio):
21630           handle case better where a soundcard can't pause
21631         * ext/ogg/gstoggdemux.c:
21632           don't crash when we get events but don't have pads yet
21633
21634 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21635
21636         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
21637           throw an error if we couldn't probe any caps.
21638
21639 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
21640
21641         * ext/dvdnav/gst-dvd:
21642         Add a really simple sample DVD player
21643
21644 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
21645
21646         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
21647         (gst_a52dec_push), (gst_a52dec_handle_event),
21648         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
21649         (gst_a52dec_change_state):
21650         * ext/a52dec/gsta52dec.h:
21651           Use a debug category, Output timestamps correctly
21652           Emit tag info, Handle events, tell liba52dec about cpu
21653           capabilities so it can use MMX etc.
21654         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
21655           Fix a crasher accessing invalid memory
21656         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
21657         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
21658         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
21659         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
21660         (dvdnavsrc_query):
21661           Some support for byte-format seeking.
21662           Small fixes for still frames and menu button overlays
21663         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
21664         (gst_mpeg2dec_alloc_buffer):
21665           Use a debug category. Adjust the report level of several items to
21666           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
21667           so it doesn't lose the GstBuffer pointer
21668         * gst/debug/Makefile.am:
21669         * gst/debug/gstdebug.c: (plugin_init):
21670         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
21671         (gst_navseek_base_init), (gst_navseek_class_init),
21672         (gst_navseek_init), (gst_navseek_seek),
21673         (gst_navseek_handle_src_event), (gst_navseek_set_property),
21674         (gst_navseek_get_property), (gst_navseek_chain),
21675         (gst_navseek_plugin_init):
21676         * gst/debug/gstnavseek.h:
21677           Add the navseek debug element for seeking back and forth in a
21678           video stream using arrow keys.
21679         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
21680         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
21681         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
21682         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
21683         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
21684         (gst_mpeg2subt_parse_header), (gst_get_nibble),
21685         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
21686         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
21687         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
21688         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
21689         * gst/mpeg2sub/gstmpeg2subt.h:
21690           Pretty much a complete rewrite. Now a loopbased element. May still
21691           require work to properly synchronise subtitle buffers.
21692         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
21693         (gst_dvd_demux_send_subbuffer):
21694         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
21695           Don't attempt to create subbuffers of size 0
21696           Reduce a couple of error outputs to warnings.
21697         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
21698         (gst_y4mencode_chain):
21699         Output the y4m frame header correctly.
21700
21701 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21702
21703         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
21704           throw errors instead of allowing SIGFPE
21705
21706 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21707
21708         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
21709         (gst_gconf_render_bin_from_key):
21710           leak plugging and style fixing
21711
21712 2004-03-31  David Schleef  <ds@schleef.org>
21713
21714         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
21715         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
21716         (bug #138225)
21717         * gst/debug/Makefile.am:
21718         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
21719         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
21720         plugin.
21721         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
21722         (gst_negotiation_base_init), (gst_negotiation_class_init),
21723         (gst_negotiation_init), (gst_negotiation_getcaps),
21724         (gst_negotiation_pad_link), (gst_negotiation_chain),
21725         (gst_negotiation_set_property), (gst_negotiation_get_property),
21726         (gst_negotiation_plugin_init):  New element to talk about random
21727         negotiation things happening in a pipeline.
21728
21729 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21730
21731         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
21732           fix integer addition with help of Stefan Kost
21733
21734 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21735
21736         * po/nl.po: updated Dutch translation (Elros Cyriatan)
21737
21738 2004-03-30  David Schleef  <ds@schleef.org>
21739
21740         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
21741         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
21742         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
21743         (bug #137504)
21744         * ext/mpeg2dec/gstmpeg2dec.h:
21745
21746 2004-03-30  David Schleef  <ds@schleef.org>
21747
21748         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
21749
21750 2004-03-30  David Schleef  <ds@schleef.org>
21751
21752         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
21753         Michael Petullo) to handle .mov
21754
21755 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21756
21757         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
21758         (gst_osselement_rate_check_rate):
21759           probe caps correctly for sound cards that only support one format
21760
21761 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21762
21763         * ext/kio/kiosrc.cpp: (process_events):
21764           update handling event processing if inside KDE - untested
21765
21766 2004-03-29  David Schleef  <ds@schleef.org>
21767
21768         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
21769         by 2 to not interfere with other colorspaces.
21770         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
21771         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
21772         one to not interfere with ffmpeg_colorspace.
21773
21774 2004-03-29  David Schleef  <ds@schleef.org>
21775
21776         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
21777         aren't in the caps.
21778         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
21779         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
21780
21781 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21782
21783         * gst-libs/gst/riff/riff-media.c:
21784           fail on error, don't try to set stuff on NULL caps
21785
21786 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21787
21788         * configure.ac:
21789         * ext/Makefile.am:
21790         * ext/kio/Makefile.am:
21791         * ext/kio/kioreceiver.cpp:
21792         * ext/kio/kioreceiver.h:
21793         * ext/kio/kiosrc.cpp:
21794         * ext/kio/kiosrc.h:
21795           add experimental kiosrc plugin
21796         * ext/alsa/gstalsaplugin.c: (plugin_init):
21797           initialize debugging category only when we're sure registering the
21798           plugins worked.
21799
21800 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
21801
21802         * examples/gstplay/player.c: (main):
21803         * gst-libs/gst/play/play.c: (gst_play_class_init),
21804         (gst_play_set_location), (gst_play_set_data_src),
21805         (gst_play_set_video_sink), (gst_play_set_audio_sink),
21806         (gst_play_set_visualization), (gst_play_connect_visualization):
21807           check return values of element_set_state and return FALSE where
21808           failed
21809
21810 2004-03-29  Benjamin Otte  <otte@gnome.org>
21811
21812         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21813           try harder to check if an event is really a discont
21814
21815 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
21816
21817         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
21818         * po/az.po:
21819
21820 2004-03-28  Benjamin Otte  <otte@gnome.org>
21821
21822         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
21823         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21824         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
21825           get rid of non-standard "..." ranges in case statements.
21826
21827 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
21828
21829         * gst/mpegstream/gstmpegdemux.c:
21830         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
21831         specific functionality split to the new dvddemux element.
21832         * gst/mpegstream/gstdvddemux.c:
21833         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
21834         streams, derived from mpegdemux.
21835         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
21836         up. SCR based timestamp rewriting can be turned off (will probably
21837         completely disappear soon).
21838         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
21839         hacking. General cleanup. All printf statements replaced by
21840         debugging messages. Almost complete libdvdnav support.
21841         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
21842         by events. New properties for audio and subpicture languages.
21843         (dvdnavsrc_update_highlight): Now uses events.
21844         (dvdnavsrc_user_op): Cleaned up.
21845         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
21846         based). Lots of cleanup, and propper support for most libdvdnav
21847         events.
21848         (dvdnavsrc_make_dvd_event): New function.
21849         (dvdnavsrc_make_dvd_nav_packet_event): New function.
21850         (dvdnavsrc_make_clut_change_event): New function.
21851
21852 2004-03-26  Benjamin Otte  <otte@gnome.org>
21853
21854         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
21855           fix bug where typefinding would claim it's theora whenever less then
21856           7 bytes of data were available
21857
21858 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21859
21860         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
21861         (gst_alawdec_base_init), (gst_alawdec_class_init),
21862         (gst_alawdec_init), (gst_alawdec_chain):
21863         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
21864         (gst_alawenc_base_init), (gst_alawenc_class_init),
21865         (gst_alawenc_init), (gst_alawenc_chain):
21866         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
21867         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
21868         (gst_mulawdec_init), (gst_mulawdec_chain):
21869         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
21870         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
21871         (gst_mulawenc_init), (gst_mulawenc_chain):
21872           Fix capsnego in all four, remove the unused property functions and
21873           simplify the chain functions slightly. I guess we could use macros
21874           or something similar for those, since the code is so similar, but
21875           I'm currently too lazy...
21876
21877 2004-03-24  David Schleef  <ds@schleef.org>
21878
21879         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
21880         (gst_osselement_close_audio), (gst_osselement_probe_caps),
21881         (gst_osselement_get_format_structure),
21882         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
21883         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
21884         (gst_osselement_rate_int_compare): Add code to handle rate probing
21885         (bug #120883)
21886         * sys/oss/gstosselement.h: same
21887         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
21888         Use rate probing provided by osselement.
21889         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
21890
21891 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21892
21893         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
21894         (gst_xvidenc_get_property):
21895           ulong/int mess-up.
21896
21897 2004-03-24  David Schleef  <ds@schleef.org>
21898
21899         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
21900         (gst_speexdec_init):
21901         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
21902         (gst_speexenc_init):  Create the pad template correctly (from
21903         the static pad template, not a NULL pointer.)
21904
21905 2004-03-25  Benjamin Otte  <otte@gnome.org>
21906
21907         * gst/debug/Makefile.am:
21908         * gst/debug/breakmydata.c:
21909           add element that quasi-randomly changes bytes in the stream.
21910           Intended use is robustness checking of demuxers and decoders in
21911           media tests.
21912
21913 2004-03-24  Benjamin Otte  <otte@gnome.org>
21914
21915         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
21916         (gst_alsa_probe_hw_params):
21917         * ext/alsa/gstalsa.h:
21918           debugging output fixes
21919
21920 2004-03-24  Benjamin Otte  <otte@gnome.org>
21921
21922         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
21923           don't g_return_if_fail if element is PLAYING, fail silently as every
21924           other element.
21925         * gst/effectv/gstquark.c: (gst_quarktv_chain):
21926           only fix needed for cast lvalue issues in gst-plugins
21927         * gst/volenv/gstvolenv.c: (gst_volenv_init):
21928           add proxy_getcaps
21929
21930 2004-03-24  Benjamin Otte  <otte@gnome.org>
21931
21932         * gst/level/gstlevel.c: (gst_level_init):
21933           add proxying getcaps function, so level doesn't advertise impossible
21934           caps
21935
21936 2004-03-24  David Schleef  <ds@schleef.org>
21937
21938         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21939         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
21940         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
21941         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
21942         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
21943         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
21944         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
21945         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
21946         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
21947         messages.  Divide the chunk size by the compression ratio
21948         (needed for MACE audio)
21949
21950 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21951
21952         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21953           Fix buffer overflow read error.
21954
21955 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21956
21957         * ext/alsa/gstalsa.h:
21958           Remove unused entry.
21959         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
21960           Add cinepak.
21961         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
21962         (gst_videodrop_link), (gst_videodrop_chain):
21963           Fix, sort of. Was horribly broken with new capsnego. Bah...
21964
21965 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
21966
21967         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
21968         (plugin_init):
21969         Add a monkeysaudio typefind function
21970
21971 2004-03-23  Johan Dahlin  <johan@gnome.org>
21972
21973         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
21974         (gst_play_video_fixate): Check so the structure has the field
21975         before trying to fixate them, this makes it possible to have
21976         fakesinks for video and audio output without printing errors on
21977         the output console.
21978
21979 2004-03-22  David Schleef  <ds@schleef.org>
21980
21981         * sys/oss/Makefile.am:
21982         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
21983         (check_rate), (add_rate):  Rate probing test app.
21984
21985 2004-03-21  Benjamin Otte  <otte@gnome.org>
21986
21987         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
21988         (_fixate_caps_to_int), (gst_audio_convert_fixate):
21989           add a fixation function that pretty much does the right thing (fixes
21990           #137556)
21991
21992 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
21993
21994         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
21995
21996 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
21997
21998         reviewed by: Benjamin Otte  <otte@gnome.org>
21999
22000         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22001           terminate gst_event_new_discontinuous correctly (fixes parts of
22002           #137711)
22003
22004 2004-03-19  David Schleef  <ds@schleef.org>
22005
22006         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
22007         since it doesn't depend on X, and it's part of our ABI.
22008
22009 2004-03-19  Iain <iain@prettypeople.org>
22010
22011         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
22012         is_int in the structure, not the local variable.
22013
22014 2004-03-19  David Schleef  <ds@schleef.org>
22015
22016         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
22017         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
22018         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
22019         Improvements in caps negotiation.
22020
22021 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22022
22023         * po/LINGUAS:
22024         * po/af.po:
22025           adding Afrikaans (Petri Jooste)
22026
22027 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22028
22029         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22030         (gst_ffmpegcolorspace_chain):
22031         throw error instead of g_critical (#137588)
22032
22033 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22034
22035         * Makefile.am:
22036         * configure.ac:
22037           dist common and m4 correctly
22038         * po/sv.po:
22039
22040 2004-03-17  David Schleef  <ds@schleef.org>
22041
22042         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
22043         (bug #137348)
22044
22045 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22046
22047         * po/LINGUAS:
22048         * po/sv.po:
22049           adding Swedish translation (Christian Rose)
22050
22051 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22052
22053         * Makefile.am: use release.mak
22054
22055 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22056
22057         * common/ChangeLog:
22058         * common/gst-autogen.sh:
22059           add some explanation about the version detection
22060         * configure.ac:
22061           fix X check
22062
22063 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22064
22065         * configure.ac: bump nano to 1
22066
22067 === release 0.8.0 ===
22068
22069 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22070
22071         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
22072
22073 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22074
22075         * configure.ac:
22076           update libtool version
22077         * gst-libs/gst/media-info/Makefile.am:
22078           actually use libtool version
22079
22080 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22081
22082         * configure.ac: fix speex detection to work with 1.0 but not 1.1
22083
22084 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22085
22086         * configure.ac:
22087         * gst-plugins.spec.in:
22088         * pkgconfig/Makefile.am:
22089         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
22090         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22091         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22092         * pkgconfig/gstreamer-libs.pc.in:
22093         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
22094         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22095         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
22096         * pkgconfig/gstreamer-plugins.pc.in:
22097           remove @VERSION@ from some of the pc files since core and plugins
22098           are decoupled.
22099           created gstreamer-plugins.pc as it's a better name, but keeping
22100           -libs around for now to get fixes upstream done first.
22101
22102 2004-03-15  Julien MOUTTE <julien@moutte.net>
22103
22104         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
22105         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
22106         * gst-libs/gst/play/play.h:
22107
22108 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22109
22110         * *.c, *.cc: don't mix tabs and spaces
22111
22112 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22113
22114         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
22115           use the new ffmpegcolorspace
22116         * gst-plugins.spec.in:
22117           package new colorspace and media-info
22118         * configure.ac:
22119         * pkgconfig/Makefile.am:
22120           fix some more disting issues
22121         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
22122         * pkgconfig/gstreamer-media-info.pc.in:
22123           generate media-info pc files
22124
22125 2004-03-15  Johan Dahlin  <johan@gnome.org>
22126
22127         * *.h: Revert indenting
22128
22129 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22130
22131         * configure.ac:
22132           adding ffmpegcolorspace element
22133         * gst/ffmpegcolorspace/Makefile.am:
22134         * gst/ffmpegcolorspace/avcodec.h:
22135         * gst/ffmpegcolorspace/common.h:
22136         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
22137         * gst/ffmpegcolorspace/dsputil.h:
22138         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
22139         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22140         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
22141         (gst_ffmpeg_caps_to_pix_fmt):
22142         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22143         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22144         (gst_ffmpegcolorspace_caps_remove_format_info),
22145         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
22146         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
22147         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
22148         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
22149         (gst_ffmpegcolorspace_set_property),
22150         (gst_ffmpegcolorspace_get_property),
22151         (gst_ffmpegcolorspace_register):
22152         * gst/ffmpegcolorspace/imgconvert.c:
22153         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
22154         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
22155         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
22156         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
22157         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
22158         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
22159         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
22160         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
22161         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
22162         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
22163         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
22164         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
22165         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
22166         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
22167         (img_get_alpha_info), (deinterlace_line),
22168         (deinterlace_line_inplace), (deinterlace_bottom_field),
22169         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
22170         * gst/ffmpegcolorspace/imgconvert_template.h:
22171         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
22172         * gst/ffmpegcolorspace/mmx.h:
22173         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
22174           adding ffmpegcolorspace element supplied by Ronald after cleaning
22175           up and pulling in the right bits of upstream source.
22176           I'm sure a better C/compiler wizard could do some cleaning up (for
22177           example use GLIB's malloc stuff), but as a first pass this
22178           works very well
22179
22180 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22181
22182         * ext/alsa/gstalsa.h:
22183           I assume Ronald forgot to commit the change to have cardname
22184           as a struct member.  Expect some public spanking at the next
22185           opportunity.
22186
22187 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22188
22189         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
22190         (gst_alsa_open_audio), (gst_alsa_close_audio):
22191         * ext/alsa/gstalsa.c:
22192           Don't open the device if we're a mixer (= padless).
22193         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
22194         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
22195         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
22196           Open mixer during state change rather than during object
22197           initialization. Also, get a device name. Currently in a somewhat
22198           hackish fashion, but I didn't really find something better.
22199
22200 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22201
22202         * *.c, *.h: run gst-indent
22203
22204 2004-03-14  Benjamin Otte  <otte@gnome.org>
22205
22206         * gst/modplug/gstmodplug.cc:
22207         * gst/modplug/gstmodplug.h:
22208           set correct timestamps on outgoing buffers
22209
22210 2004-03-14  Benjamin Otte  <otte@gnome.org>
22211
22212         * gst/modplug/gstmodplug.cc:
22213           handle events - don't do crap when a discont arrives that's not
22214           necessary
22215           This allows correct loading and playback of mods in Rhythmbox
22216
22217 2004-03-14  Benjamin Otte  <otte@gnome.org>
22218
22219         * configure.ac:
22220         * gst-libs/gst/gconf/Makefile.am:
22221         * pkgconfig/Makefile.am:
22222           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
22223           they get rebuilt properly
22224         * configure.ac:
22225           when checking for vorbis, try pkgconfig first.
22226         * gst/modplug/gstmodplug.cc:
22227           add fixate function
22228
22229 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22230
22231         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
22232           Fix for obvious mistake, where we first shift the offset and then
22233           read a samplesize element assuming the old offset. Note that this
22234           part still has something weird, i.e. my movies containing those
22235           don't actually play well, but at least there's something that looks
22236           like sound now.
22237
22238 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
22239         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
22240         (plugin_init):
22241         Add a typefind function for speex format
22242
22243 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22244
22245         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
22246         (gst_asf_demux_setup_pad):
22247           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
22248           instead of 0. Reason is simple: some elements have a fps range
22249           of 1-max instead of 0-max. So now ASF video actually works.
22250
22251 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
22252
22253         * po/LINGUAS:
22254         * po/sr.po:
22255           adding serbian as a language
22256
22257 2004-03-13  Benjamin Otte  <otte@gnome.org>
22258
22259         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22260           return taglist correctly from _get function, don't gst_pad_push it.
22261           (fixes #137042)
22262
22263 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
22264         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
22265
22266 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22267
22268         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
22269         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
22270         (gst_alsa_mixer_track_new):
22271         * ext/alsa/gstalsamixertrack.h:
22272           Fix ancient leftovers... MixerTrack is a GObject.
22273
22274 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22275
22276         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
22277         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
22278           Don't block during probing...
22279
22280 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22281
22282         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
22283         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
22284         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
22285         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
22286         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
22287         (gst_alsa_open_audio), (gst_alsa_close_audio):
22288         * ext/alsa/gstalsa.h:
22289           Add propertyprobe interface implementation, add some device-name
22290           property, all this so that it looks good in gnome-volume-control.
22291
22292 2004-03-12  David Schleef  <ds@schleef.org>
22293
22294         * configure.ac: the Hermes library controls hermescolorspace, not
22295         colorspace.
22296         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
22297         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
22298         not /* */
22299         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
22300         * ext/sdl/sdlvideosink.h: ditto.
22301         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
22302
22303 2004-03-12  Benjamin Otte  <otte@gnome.org>
22304
22305         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
22306         (gst_x_overlay_got_xwindow_id):
22307         * gst-libs/gst/xoverlay/xoverlay.h:
22308           replace XID with unsigned long to get rid of the xlibs dependency in
22309           XOverlay (fixes #137004)
22310
22311 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
22312         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
22313         (gst_agingtv_setup):
22314         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
22315         (gst_dicetv_base_init), (gst_dicetv_class_init),
22316         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
22317         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
22318         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
22319         (gst_edgetv_setup), (gst_edgetv_rgb32):
22320         * gst/effectv/gsteffectv.c:
22321         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
22322         (gst_quarktv_set_property):
22323         * gst/effectv/gstrev.c: (gst_revtv_get_type),
22324         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
22325         (gst_revtv_setup), (gst_revtv_rgb32):
22326         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
22327         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
22328         (gst_shagadelictv_init), (gst_shagadelictv_setup),
22329         (gst_shagadelictv_rgb32):
22330         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
22331         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
22332         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
22333         * gst/effectv/gstwarp.c:
22334         Port everything that can be ported to videofilter and fix up the caps.
22335         Can someone with a big-endian machine please check these?
22336
22337 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22338
22339         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
22340         (gst_osssink_chain), (gst_osssink_change_state):
22341           Latest fixes for A/V sync, audio playback and such. This is about
22342           all... MPEG playback issues are mostly related to the async build-
22343           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
22344
22345 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
22346
22347         patch from: Stephane Loeuillet
22348
22349         * configure.ac:
22350           use pkg-config for some libraries, falling back to the old .m4 way
22351           (fixes #131270)
22352         * m4/libdv.m4:
22353           removed
22354
22355 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
22356
22357         * configure.ac:
22358         * tools/Makefile.am:
22359         * tools/Makefile.in:
22360         * tools/gst-launch-ext-m.m:
22361         * tools/gst-launch-ext.1.in:
22362         * tools/gst-visualise-m.m:
22363         * tools/gst-visualise.1:
22364         * tools/gst-visualise.1.in:
22365           reorganizing generation of script tools
22366
22367 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22368
22369         * ext/divx/gstdivxdec.c:
22370           Downgrade priority. We prefer ffdec_mpeg4.
22371         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
22372         (gst_faad_chain), (gst_faad_change_state):
22373           Fix capsnego. Doesn't work for some sounds because we don't have
22374           a 5:1 to stereo element.
22375         * ext/xvid/gstxvid.c: (plugin_init):
22376           Add priority.
22377         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
22378         (gst_osssink_change_state):
22379           Add discont handling.
22380
22381 2004-03-09  Colin Walters  <walters@verbum.org>
22382
22383         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
22384         conversion.
22385
22386 2004-03-09  Benjamin Otte  <otte@gnome.org>
22387
22388         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
22389           the signals take 2 arguments
22390
22391 2004-03-09  David Schleef  <ds@schleef.org>
22392
22393         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
22394         (gst_alsa_fixate): Add fixate function.  (bug #136686)
22395         * ext/alsa/gstalsa.h:
22396         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
22397
22398 2004-03-09  Benjamin Otte  <otte@gnome.org>
22399
22400         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
22401         (gst_mikmod_change_state):
22402         * ext/mikmod/gstmikmod.h:
22403           make mikmod's loop function not loop infinitely and call
22404           gst_element_yield anymore
22405         * gst/modplug/gstmodplug.cc:
22406           fix pad negotiation (fixes #136590)
22407
22408 2004-03-09  David Schleef  <ds@schleef.org>
22409
22410         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
22411         doesn't conflict with the internal colorspace plugin.
22412         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
22413         satisfy the crappy-ass shell shipped by a certain vendor.
22414         * gst/videofilter/make_filter: same (bug #135299)
22415
22416 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22417
22418         * configure.ac: bump nano to 1
22419
22420 === release 0.7.6 ===
22421
22422 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22423
22424         * configure.in: releasing 0.7.6, "There"
22425
22426 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22427
22428         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22429         * pkgconfig/gstreamer-play.pc.in:
22430           synchronize the two
22431
22432 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22433
22434         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
22435         (cdparanoia_open), (cdparanoia_event):
22436           fix/add error handling
22437         * po/POTFILES.in:
22438           add cdparanoia source
22439         * tools/Makefile.am:
22440           make scripts executable
22441
22442 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22443
22444         * configure.ac:
22445         * ext/vorbis/Makefile.am:
22446         * sys/Makefile.am:
22447           remove id3types, vorbisfile and xvideosink from the build (#133783)
22448
22449 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22450
22451         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22452           Fix metadata read crash (#136537).
22453
22454 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22455
22456         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
22457         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
22458           adding mime types, fixing the one-stop function
22459
22460 2004-03-08  Christian Schaller <Uraeus@gnome.org>
22461
22462         * ext/nas/nassink.c and /ext/nas/nassink.h:
22463         More NAS love from Arwed von Merkatz
22464         So lets all sing 'Can you feel the NAS tonight'
22465
22466 2004-03-08  Christian Schaller <Uraeus@gnome.org>
22467
22468         * tools/gst-launch-ext.in:
22469         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
22470
22471 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22472
22473         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
22474         (gst_mpeg2dec_init):
22475         remove the user_data pad for now, because it is being used in
22476         fixating causing MPEG playback to fixate on 1000 Hz for playback.
22477         If someone knows how to fix this properly, please do.
22478
22479 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22480
22481         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
22482         (gst_osssink_get_time):
22483         add a warning, IMO this won't get triggered anymore, remove later
22484
22485 2004-03-07  David Schleef  <ds@schleef.org>
22486
22487         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
22488         format (bug #136470)
22489
22490 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
22491
22492         * gst-libs/Makefile.am:
22493         * gst-libs/gst/media-info/Makefile.am:
22494         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
22495         (error_callback), (gst_media_info_error_create),
22496         (gst_media_info_error_element), (gmip_init), (gmip_reset),
22497         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
22498         * gst-libs/gst/media-info/media-info-priv.h:
22499         * gst-libs/gst/media-info/media-info-test.c: (main):
22500         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
22501         (gst_media_info_class_init), (gst_media_info_instance_init),
22502         (gst_media_info_set_source), (gst_media_info_read_with_idler),
22503         (gst_media_info_read_idler), (gst_media_info_read):
22504         * gst-libs/gst/media-info/media-info.h:
22505         fixed, should work now
22506
22507 2004-03-07  Christian Schaller <Uraeus@gnome.org>
22508
22509         * ext/nas/nassink.c:
22510         A bunch of NAS fixes from Arwed von Merkatz
22511
22512 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22513
22514         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
22515         (qtdemux_parse_trak):
22516           Fix crash (j might be greater than n_samples, in which case we're
22517           writing outside the allocated space for the array) and memleak.
22518
22519 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22520
22521         * sys/oss/gstosssink.c: (gst_osssink_chain):
22522           And another caller that couldn't handle delay < 0 (unsigned
22523           integer overflow). Video now continues playing on an audio
22524           buffer underrun, and the clock continues working. Audio still
22525           stalls.
22526
22527 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22528
22529         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
22530         (gst_osssink_get_time):
22531           get_delay() may return values lower than 0. In those cases, we
22532           should not actually cast to *unsigned* int64, that will break
22533           stuff horribly. In my case, it screwed up A/V sync in movies
22534           in totem rather badly.
22535
22536 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22537
22538         * ext/faac/gstfaac.c: (gst_faac_chain):
22539         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22540         * ext/libpng/gstpngenc.c: (user_write_data):
22541         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22542         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
22543         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
22544         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
22545         Fix several misuse of gst_buffer_merge (it doesn't take ownership
22546         of any buffer), should fix some leaks. I hope I didn't unref buffers
22547         that shouldn't be...
22548
22549 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22550
22551         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
22552         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
22553         (error_callback), (gmi_reset), (gmi_seek_to_track),
22554         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
22555         (gmip_find_type_post), (gmip_find_stream_post),
22556         (gmip_find_track_streaminfo_post):
22557         * gst-libs/gst/media-info/media-info-priv.h:
22558         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
22559         (info_print), (main):
22560         * gst-libs/gst/media-info/media-info.c:
22561         (gst_media_info_error_create), (gst_media_info_error_element),
22562         (gst_media_info_instance_init), (gst_media_info_get_property),
22563         (gst_media_info_new), (gst_media_info_set_source),
22564         (gst_media_info_read_idler), (gst_media_info_read):
22565         * gst-libs/gst/media-info/media-info.h:
22566           first pass at making this work again.  This seems to work on
22567           tagged ogg/vorbis and mp3 files.
22568
22569 2004-03-06  Benjamin Otte  <otte@gnome.org>
22570
22571         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22572           fix huge leak: gst_buffer_merge doesn't unref the first argument
22573           itself.
22574
22575 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22576
22577         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
22578           report layer/mode/emphasis
22579
22580 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22581
22582         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
22583
22584 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22585
22586         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
22587           signal serial
22588
22589 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22590
22591         * ext/vorbis/vorbis.c: (plugin_init):
22592         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22593         (gst_vorbis_dec_init), (vorbis_dec_event):
22594         add debug category
22595         make vorbisdec handle _BYTE and _TIME queries
22596
22597 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22598
22599         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
22600           from the xing header
22601
22602 2004-03-06  Benjamin Otte  <otte@gnome.org>
22603
22604         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
22605         (gst_audio_convert_link), (gst_audio_convert_change_state),
22606         (gst_audio_convert_buffer_from_default_format):
22607           do conversions from/to float correctly, fix some caps nego errors,
22608           export correct supported caps in template and getcaps, use correct
22609           caps in try_set_caps functions
22610
22611 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22612
22613         For some reason, I only committed a ChangeLog entry yesterday and
22614         not the corresponding code...
22615         * ext/mad/gstmad.c: Fix detection of Xing headers
22616         * gst/tags/gstid3tag.c: Changes to support TLEN tags
22617
22618 2004-03-06  Benjamin Otte  <otte@gnome.org>
22619
22620         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
22621         (gst_ogg_demux_src_query):
22622           make sure to handle the case where there's no current chain
22623           gracefully.
22624
22625 2004-03-05  David Schleef  <ds@schleef.org>
22626
22627         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
22628         Add fixate function. (bug #131128)
22629         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
22630         (gst_sdlvideosink_fixate):  Add fixate function.
22631         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22632         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
22633         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
22634         Fix missing break that was causing ulaw to be interpreted as
22635         raw int.
22636
22637 2004-03-05  David Schleef  <ds@schleef.org>
22638
22639         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
22640         Fix code that ignores return value of gst_buffer_merge().
22641         (bug #114560)
22642         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
22643         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
22644         * testsuite/gst-lint:  Check for above.
22645
22646 2004-03-05  David Schleef  <ds@schleef.org>
22647
22648         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
22649         caps and throw an element error.  (bug #136334)
22650
22651 2004-03-05  David Schleef  <ds@schleef.org>
22652
22653         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
22654         (gst_faad_chain): Fix negotiation.
22655         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
22656         key and button events.
22657         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
22658         dung heap of code.
22659         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
22660         depends on gconf
22661         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
22662         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22663         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
22664         function to encourage better negotiation, particularly between
22665         audioconvert and osssink.
22666         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22667         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
22668         more important.
22669         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
22670         typefinding.
22671         * gst/vbidec/vbiscreen.c:  Add glib header
22672         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
22673
22674 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
22675
22676         * ext/mad/gstmad.c: Fix detection of Xing headers
22677         * gst/tags/gstid3tag.c: Changes to support TLEN tags
22678
22679 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22680
22681         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22682         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
22683           debug updates
22684
22685 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22686
22687         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22688         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
22689         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
22690         files, and report the parsed length as a GST_TAG_DURATION tag.
22691         * gst/tags/gstid3tag.c: support TLEN (duration) tag
22692
22693 2004-03-05  Benjamin Otte  <otte@gnome.org>
22694
22695         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
22696           convert channels correctly. convert correctly to unsigned.
22697
22698 2004-03-05  Julien MOUTTE <julien@moutte.net>
22699
22700         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
22701         we have a window before clearing it.
22702
22703 2004-03-05  Julien MOUTTE <julien@moutte.net>
22704
22705         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
22706         have a window before clearing it.
22707
22708 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22709
22710         * gconf/gstreamer.schemas.in:
22711         * gst-libs/gst/gconf/Makefile.am:
22712           version installation path the same way as for 0.6
22713         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22714         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22715         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22716           remove comment that was fixed
22717
22718 2004-03-05  David Schleef  <ds@schleef.org>
22719
22720         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
22721         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
22722         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
22723         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
22724         Add prototype code for handling seeking and querying.
22725
22726 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22727
22728         * examples/gstplay/player.c: (main):
22729           Initialize variables to NULL. Prevents a segfault because the
22730           (uninitialized) variable is not NULL, resulting in a crash on
22731           trying to reach error->message.
22732
22733 2004-03-05  Benjamin Otte  <otte@gnome.org>
22734
22735         * gst/audioconvert/gstaudioconvert.c:
22736         (gst_audio_convert_buffer_to_default_format):
22737         make float=>int conversion work correctly even in cornercases.
22738
22739 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
22740
22741         * debian/README.Debian:
22742         * debian/build-deps:
22743         * debian/changelog:
22744         * debian/control:
22745         * debian/control.in:
22746         * debian/copyright:
22747         * debian/gstreamer-a52dec.files:
22748         * debian/gstreamer-aa.files:
22749         * debian/gstreamer-alsa.files:
22750         * debian/gstreamer-alsa.manpages:
22751         * debian/gstreamer-arts.files:
22752         * debian/gstreamer-artsd.files:
22753         * debian/gstreamer-audiofile.files:
22754         * debian/gstreamer-avifile.files:
22755         * debian/gstreamer-cdparanoia.files:
22756         * debian/gstreamer-colorspace.files:
22757         * debian/gstreamer-doc.files:
22758         * debian/gstreamer-dv.files:
22759         * debian/gstreamer-dvd.files:
22760         * debian/gstreamer-esd.files:
22761         * debian/gstreamer-festival.files:
22762         * debian/gstreamer-flac.files:
22763         * debian/gstreamer-gconf.conffiles:
22764         * debian/gstreamer-gconf.files:
22765         * debian/gstreamer-gconf.postinst:
22766         * debian/gstreamer-gnomevfs.files:
22767         * debian/gstreamer-gsm.files:
22768         * debian/gstreamer-http.files:
22769         * debian/gstreamer-jack.files:
22770         * debian/gstreamer-jpeg.files:
22771         * debian/gstreamer-mad.files:
22772         * debian/gstreamer-mikmod.files:
22773         * debian/gstreamer-misc.files:
22774         * debian/gstreamer-mpeg2dec.files:
22775         * debian/gstreamer-oss.files:
22776         * debian/gstreamer-plugin-apps.files:
22777         * debian/gstreamer-plugin-apps.manpages:
22778         * debian/gstreamer-plugin-libs-dev.files:
22779         * debian/gstreamer-plugin-libs.files:
22780         * debian/gstreamer-plugin-template.postinst:
22781         * debian/gstreamer-plugin-template.postrm:
22782         * debian/gstreamer-sdl.files:
22783         * debian/gstreamer-sid.files:
22784         * debian/gstreamer-vorbis.files:
22785         * debian/gstreamer-x.files:
22786         * debian/mk.control:
22787         * debian/rules:
22788         Debian package info not maintained here.
22789
22790 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22791
22792         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
22793         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
22794         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
22795         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
22796         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
22797         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
22798         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
22799         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
22800         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
22801         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
22802         * gst-libs/gst/colorbalance/colorbalance.c:
22803         (gst_color_balance_class_init):
22804         * gst-libs/gst/colorbalance/colorbalancechannel.c:
22805         (gst_color_balance_channel_class_init):
22806         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
22807         * gst-libs/gst/play/play.c: (gst_play_class_init):
22808         * gst-libs/gst/propertyprobe/propertyprobe.c:
22809         (gst_property_probe_iface_init):
22810         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
22811         * gst-libs/gst/tuner/tunerchannel.c:
22812         (gst_tuner_channel_class_init):
22813         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
22814         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
22815         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
22816         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
22817         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
22818         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
22819         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
22820         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
22821         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
22822           fix signals to use - instead of _
22823         * ext/libcaca/gstcacasink.h:
22824         * ext/sdl/sdlvideosink.h:
22825           fix header rename
22826
22827 2004-03-04  David Schleef  <ds@schleef.org>
22828
22829         * testsuite/gst-lint:  Add a check for bad signal names.
22830
22831 2004-03-04  <kost@imn.htwk-leipzig.de>
22832
22833         reviewed by David Schleef
22834
22835         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
22836         modified the alpha channel and caused a warning. (bug #136192)
22837
22838 2004-04-03  Christian Schaller <Uraeus@gnome.org>
22839
22840         * gst-plugins.spec.in:
22841         Change names of plugins to actually be correct. Try to keep things
22842         alphabetical to avoid getting beat up by Thomas
22843
22844 2004-03-03  Julien MOUTTE <julien@moutte.net>
22845
22846         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
22847         Using ximagesink as a default if no gconf key found. We should
22848         probably consider using alsasink instead of osssink for the audio
22849         part.
22850
22851 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22852
22853         * configure.ac:
22854           fix --with-plugins, don't think it ever worked before
22855         * gst-plugins.spec.in:
22856           even more updates
22857
22858 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22859
22860         * ext/sdl/sdlvideosink.h:
22861         * sys/ximage/ximagesink.h:
22862         * sys/xvideo/xvideosink.h:
22863         * sys/xvimage/xvimagesink.h:
22864           Fix for move of gstvideosink.h -> videosink.h.
22865
22866 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22867
22868         * gst-libs/gst/xwindowlistener/Makefile.am:
22869           this is a plugin library, not a library
22870
22871 2004-03-01  David Schleef  <ds@schleef.org>
22872
22873         * AUTHORS:  Added some names.  Add yourself if you're still
22874         missing.
22875
22876 2004-03-01  David Schleef  <ds@schleef.org>
22877
22878         * MAINTAINERS: Add
22879
22880 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22881
22882         * gst-plugins.spec.in: clean up spec file
22883
22884 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22885
22886         * gst-libs/gst/video/Makefile.am:
22887         * gst-libs/gst/video/gstvideosink.c:
22888         * gst-libs/gst/video/gstvideosink.h:
22889           rename gstvideosink.h to videosink.h to match other headers
22890         * gst/mixmatrix/Makefile.am:
22891           fix plugin filename
22892         * gst/tags/Makefile.am: fix plugin filename
22893
22894 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22895
22896         * gst/tags/Makefile.am: fix plugin filename
22897
22898 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22899
22900         * examples/gstplay/player.c: (got_time_tick), (main):
22901           add error handler
22902           display time_tick more readably
22903         * gst/mixmatrix/Makefile.am:
22904           fix plugin file name
22905
22906 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
22907
22908         * sys/oss/gstosselement.c: (gst_osselement_probe),
22909         (device_combination_append), (gst_osselement_class_probe_devices):
22910         * sys/oss/gstosselement.h:
22911           Reworked enumeration of oss dsps and mixers so that gst-mixer works
22912           on my system using alsa oss emulation, fixes bug #135597
22913
22914 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22915
22916         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
22917         (gst_videodrop_chain), (gst_videodrop_change_state):
22918         * gst/videodrop/gstvideodrop.h:
22919           Work based on timestamp of input data, not based on the expected
22920           framerate from the input. The consequence is that this element now
22921           not only scales framerates, but also functions as a framerate
22922           corrector or framerate stabilizer/constantizer.
22923
22924 2004-02-27  David Schleef  <ds@schleef.org>
22925
22926         patches from jmmv@menta.net (Julio M. Merino Vidal)
22927
22928         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
22929         GST_ELEMENT_ERROR call (bug #135634)
22930         * gst/interleave/interleave.c: (interleave_buffered_loop),
22931         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
22932         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
22933         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
22934         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
22935         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
22936         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
22937         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
22938         Fix GST_ELEMENT_ERROR call.
22939         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
22940         GST_ELEMENT_ERROR call.
22941
22942 2004-02-27  Benjamin Otte  <otte@gnome.org>
22943
22944         * gst-libs/gst/audio/audio.h:
22945           add macro to make sure header isn't included twice
22946         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22947           don't use gst_buffer_free
22948         * gst/playondemand/filter.func:
22949           don't use gst_data_free. Free data only once.
22950
22951 2004-02-26  David Schleef  <ds@schleef.org>
22952
22953         * gst-libs/gst/colorbalance/Makefile.am:
22954         * gst-libs/gst/mixer/Makefile.am:
22955         * gst-libs/gst/tuner/Makefile.am:
22956         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
22957         should not be disted, -marshal.h files should not be installed,
22958         and -enum.h files _should_ be installed.  Fix to make this the
22959         case.
22960
22961 === release 0.7.5 ===
22962
22963 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22964
22965         * configure.ac: release 0.7.5, "Under The Sea"
22966
22967 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22968
22969         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
22970         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
22971         * gst/videoscale/gstvideoscale.c:
22972         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
22973           assorted debug/warning fixes
22974
22975 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22976
22977         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
22978         (gst_videoscale_init), (gst_videoscale_chain),
22979         (gst_videoscale_set_property), (plugin_init):
22980         * gst/videoscale/gstvideoscale.h:
22981         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22982         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
22983         (gst_videoscale_planar400), (gst_videoscale_packed422),
22984         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
22985         (gst_videoscale_24bit), (gst_videoscale_16bit),
22986         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
22987         (gst_videoscale_scale_plane_slow),
22988         (gst_videoscale_scale_point_sample),
22989         (gst_videoscale_scale_nearest),
22990         (gst_videoscale_scale_nearest_str2),
22991         (gst_videoscale_scale_nearest_str4),
22992         (gst_videoscale_scale_nearest_32bit),
22993         (gst_videoscale_scale_nearest_24bit),
22994         (gst_videoscale_scale_nearest_16bit):
22995         add debugging category and use it properly
22996         fix use of GST_PTR_FORMAT
22997
22998 2004-02-25  Andy Wingo  <wingo@pobox.com>
22999
23000         * gst/interleave/interleave.c (interleave_buffered_loop): Always
23001         push only when channel->buffer is NULL. Prevents segfaults doing
23002         the state change after a nonlocal exit, like a scheme exception.
23003
23004         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
23005         Handle the case where the intersected caps is empty.
23006
23007 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23008
23009         * gst/law/mulaw-decode.c: (mulawdec_link):
23010         * gst/law/mulaw.c: (plugin_init):
23011           fix mulawdec so it actually works again
23012
23013 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
23014
23015         reviewed by: David Schleef  <ds@schleef.org>
23016
23017         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
23018         (gst_gamma_init), (gst_gamma_set_property),
23019         (gst_gamma_get_property), (gst_gamma_calculate_tables),
23020         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
23021         for RGB, with separate r g and b correction factors. (#131167)
23022
23023 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23024
23025         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23026           only signal tags for bitrate if they're > 0 (#134894)
23027
23028 2004-02-24  David Schleef  <ds@schleef.org>
23029
23030         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
23031         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
23032         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
23033         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
23034         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
23035         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
23036         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
23037         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
23038         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
23039         category.  Attempt to fix timestamp calculation.
23040
23041 2004-02-24  Johan Dahlin  <johan@gnome.org>
23042
23043         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
23044
23045 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23046
23047         * configure.ac:
23048         * gconf/Makefile.am:
23049         * gconf/gstreamer.schemas:
23050         * gst-libs/gst/gconf/Makefile.am:
23051         * gst-libs/gst/gconf/gconf.c:
23052           version gconf schemas and install locations
23053
23054 2004-02-23  Benjamin Otte  <otte@gnome.org>
23055
23056         * ext/xine/xineinput.c: (gst_xine_input_dispose):
23057         (gst_xine_input_subclass_init):
23058           call parent dispose.
23059           change pad template for CD reader correctly
23060         * ext/xine/Makefile.am:
23061         * ext/xine/gstxine.h:
23062         * ext/xine/xine.c: (plugin_init):
23063         * ext/xine/xineaudiosink.c:
23064           wrap audio sinks, too
23065         * gst-libs/gst/resample/private.h:
23066         * gst-libs/gst/resample/resample.c: (gst_resample_init),
23067         (gst_resample_reinit), (gst_resample_scale),
23068         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
23069         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
23070         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
23071         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
23072         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
23073         * gst-libs/gst/resample/resample.h:
23074         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
23075         (gst_audioscale_class_init), (gst_audioscale_link),
23076         (gst_audioscale_get_buffer), (gst_audioscale_init),
23077         (gst_audioscale_chain), (gst_audioscale_set_property),
23078         (gst_audioscale_get_property):
23079         * gst/audioscale/gstaudioscale.h:
23080           s/resample_*/gst_resample_*/i to not clobber namespaces
23081
23082 2004-02-23  Julien MOUTTE  <julien@moutte.net>
23083
23084         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23085         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23086         (gst_riff_create_video_template_caps),
23087         (gst_riff_create_audio_template_caps),
23088         (gst_riff_create_iavs_template_caps):
23089         * gst-libs/gst/riff/riff-media.h:
23090         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23091         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
23092         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
23093         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
23094         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
23095         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
23096         (gst_matroska_demux_plugin_init): First batch implementing audio and
23097         video codec tags in demuxers.
23098
23099 2004-02-22  Benjamin Otte  <otte@gnome.org>
23100
23101         * ext/xine/Makefile.am:
23102         * ext/xine/gstxine.h:
23103         * ext/xine/xine.c: (plugin_init):
23104         * ext/xine/xineinput.c:
23105           add input plugin wrapper. Playback from files, http, mms and cdda
23106           works.
23107         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
23108           remove leftover G_GNUC_UNUSED
23109         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
23110         (gst_asf_demux_identify_guid):
23111           improve debugging output
23112
23113 2004-02-22  Benjamin Otte  <otte@gnome.org>
23114
23115         reported by: Padraig O'Briain <padraig.obriain@sun.com>
23116
23117         * autogen.sh:
23118           replace test -e with test -x for mkinstalldirs to be more portable.
23119           (fixes #134816)
23120
23121 2004-02-22  Benjamin Otte  <otte@gnome.org>
23122
23123         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
23124
23125         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
23126           set rank to PRIMARY
23127         * gst/volume/gstvolume.c: (plugin_init):
23128           set rank to NONE
23129         fixes #134960
23130
23131 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
23132
23133         reviewed by Benjamin Otte  <otte@gnome.org>
23134
23135         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
23136           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
23137
23138 2004-02-22  Benjamin Otte  <otte@gnome.org>
23139
23140         * configure.ac:
23141           export [_]*{gst,Gst,GST}.* symbols from plugins
23142
23143 2004-02-22  Christophe Fergeau <teuf@gnome.org>
23144
23145         reviewed by: Benjamin Otte  <otte@gnome.org>
23146
23147         * ext/lame/gstlame.c: (add_one_tag):
23148         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
23149         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
23150         (gst_vorbisenc_metadata_set1):
23151         * gst/tags/gstid3tag.c:
23152         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
23153           apply fixes from bugs #135042 (lame can't write tags) and #133817
23154           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
23155
23156 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
23157
23158         * configure.ac: Export only gst_plugin_desc from plugins.
23159          Note that this change only makes any effect with Linux using libtool
23160          1.5.2 or higher. Otherwise it is silently ignored, but it would build
23161          fine. And don't try to have several versions of libtool in different
23162          directories.
23163
23164 2004-02-20  Andy Wingo  <wingo@pobox.com>
23165
23166         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
23167         interleave respectively.
23168
23169         * gst/interleave/deinterleave.c: New plugin: deinterleave
23170         (replaces on oneton).
23171         * gst/interleave/interleave.c: New plugin: interleave.
23172         * gst/interleave/plugin.h: Support file.
23173         * gst/interleave/plugin.c: Support file.
23174
23175         * configure.ac: Remove intfloat and oneton, add interleave.
23176
23177         * ext/sndfile/gstsf.c: Handle events better.
23178
23179         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
23180         and float2int operation. int2float has scheduling problems as
23181         noted in in2float_chain.
23182
23183 2004-02-20  Benjamin Otte  <otte@gnome.org>
23184
23185         * ext/xine/Makefile.am:
23186         * ext/xine/gstxine.h:
23187         * ext/xine/xine.c:
23188         * ext/xine/xineaudiodec.c:
23189         * ext/xine/xinecaps.c:
23190           add first version of xine plugin wrapper. Currently only wraps the
23191           QDM2 win32 DLL, and even that only in proof-of-concept quality.
23192         * configure.ac:
23193         * ext/Makefile.am:
23194           add xine plugin wrapper, disabled by default. Use --enable-xine to
23195           build. Note that it'll segfault on gst-register if you don't remove
23196           the goom and tvtime post plugins from xine.
23197         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
23198         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
23199           add extradata parsing for QDM2.
23200           change around debugging prints.
23201
23202 2004-02-19  Benjamin Otte  <otte@gnome.org>
23203
23204         * ext/lame/gstlame.c: (gst_lame_chain):
23205         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23206           use gst_tag_list_insert when you want to insert tags
23207
23208 2004-02-18  David Schleef  <ds@schleef.org>
23209
23210         * configure.ac:  Move massink to gst-rotten
23211         * ext/Makefile.am:
23212         * ext/mas/Makefile.am:
23213         * ext/mas/massink.c:
23214         * ext/mas/massink.h:
23215
23216 2004-02-18  David Schleef  <ds@schleef.org>
23217
23218         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
23219         typefinding, since it seems to be worse than nothing.
23220         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
23221         atom to recognize .mp4 and .m4a files as video/quicktime.
23222
23223 2004-02-18  David Schleef  <ds@schleef.org>
23224
23225         * gst/sine/demo-dparams.c: (quit_live),
23226         (dynparm_log_value_changed), (dynparm_value_changed), (main):
23227         Use double dparams, not float.
23228         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23229         (gst_sinesrc_init): Change sync default to FALSE, since multiple
23230         sync'd elements don't really work correctly.
23231         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
23232         (volume_update_volume), (volume_get_property):  Change dparam
23233         to double.
23234
23235 2004-02-18  Julien MOUTTE  <julien@moutte.net>
23236
23237         * sys/ximage/ximagesink.c:
23238         (gst_ximagesink_xwindow_update_geometry),
23239         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
23240         (gst_ximagesink_change_state), (gst_ximagesink_expose),
23241         (gst_ximagesink_init): Rework the way software video scaling works. So
23242         now we check on each chain call if the video frames are feeling the
23243         window. If not we try to renegotiate caps. On failure we memorize that
23244         and we won't try again for that PLAYING sessions.
23245         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
23246         failure.
23247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
23248         synchronous flag.
23249
23250 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23251
23252         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
23253           break up _link so we can give a better debug message for errors
23254
23255 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23256
23257         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
23258           set up debug category
23259
23260 2004-02-18  Julien MOUTTE <julien@moutte.net>
23261
23262         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23263         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
23264         the way renegotiation work. The event handling function is not taking
23265         care of external windows and renegotiate method check for pad flags
23266         NEGOTIATING. Should fix : #133209
23267
23268 2004-02-17  Julien MOUTTE  <julien@moutte.net>
23269
23270         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
23271         pad is negotiating before trying renegotiation.
23272
23273 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23274
23275         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
23276           pass on all possible mime types as typefind hints
23277
23278 2004-02-17  Julien MOUTTE <julien@moutte.net>
23279
23280         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
23281         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
23282         possible SHM leak if we crash. All other apps using XShm are doing
23283         that.
23284
23285 2004-02-17  Julien MOUTTE  <julien@moutte.net>
23286
23287         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23288         (gst_ximagesink_expose): Renegotiate size on expose.
23289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
23290         size on expose.
23291
23292 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23293
23294         * testsuite/alsa/sinesrc.c:
23295           cosmetic fix to fix compile issue with gcc 2.95.4
23296
23297 2004-02-16  Julien MOUTTE <julien@moutte.net>
23298
23299         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23300         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
23301         failed opening the audio device.
23302         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23303         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
23304         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
23305         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
23306         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
23307         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
23308         (gst_ximagesink_change_state), (gst_ximagesink_chain),
23309         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
23310         Removing some useless g_return_if_fail like wingo suggested.
23311         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23312         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
23313         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
23314         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
23315         (gst_xvimagesink_update_colorbalance),
23316         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
23317         (gst_xvimagesink_xcontext_clear),
23318         (gst_xvimagesink_get_fourcc_from_caps),
23319         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
23320         (gst_xvimagesink_set_xwindow_id),
23321         (gst_xvimagesink_colorbalance_list_channels),
23322         (gst_xvimagesink_colorbalance_set_value),
23323         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
23324         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
23325
23326 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
23327
23328         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23329           throw error when not negotiated instead of asserting
23330
23331 2004-02-15  Julien MOUTTE  <julien@moutte.net>
23332
23333         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
23334         correct data refcounting.
23335
23336 2004-02-15  Julien MOUTTE  <julien@moutte.net>
23337
23338         * gst/switch/gstswitch.c: (gst_switch_change_state),
23339         (gst_switch_class_init): Cleaning the sinkpads correctly on state
23340         change, mostly the EOS flag.
23341
23342 2004-02-15  Julien MOUTTE  <julien@moutte.net>
23343
23344         * examples/gstplay/player.c: (got_eos), (main): Adding some
23345         output for debugging.
23346         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
23347         timeouts if we go to any state different from PLAYING.
23348         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
23349         more EOS bugs in riff lib.
23350
23351 2004-02-14  Julien MOUTTE  <julien@moutte.net>
23352
23353         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
23354         visualization until i find a way to fix switch correctly.
23355         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
23356         EOS arrives.
23357         * gst/switch/gstswitch.c: (gst_switch_release_pad),
23358         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
23359         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
23360         Reworked switch to get a more correct behaviour with events and refing
23361         of data stored in sinkpads.
23362         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
23363         we don't pull from a pad in EOS.
23364
23365 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23366
23367         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23368           remove v1 tag even if we can't read it (makes sure we don't detect
23369           it again)
23370
23371 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23372
23373         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
23374         (gst_alsa_xrun_recovery):
23375         * ext/alsa/gstalsa.h:
23376           try xrun recovery when wait failed. Make xrun recovery function
23377           return TRUE/FALSE to indicate success. (might fix #134354)
23378
23379 2004-02-13  David Schleef  <ds@schleef.org>
23380
23381         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
23382         (dynparm_value_changed), (main): Convert from float to double.
23383         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
23384
23385 2004-02-13  David Schleef  <ds@schleef.org>
23386
23387         * gst/silence/gstsilence.c: (gst_silence_class_init),
23388         (gst_silence_set_clock), (gst_silence_get),
23389         (gst_silence_set_property), (gst_silence_get_property):
23390         * gst/silence/gstsilence.h: Add sync property.
23391         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23392         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
23393         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
23394         * gst/sine/gstsinesrc.h: Add sync property.
23395
23396 2004-02-13  David Schleef  <ds@schleef.org>
23397
23398         * gst/intfloat/gstint2float.c: (conv_f32_s16),
23399         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
23400
23401 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23402
23403         * configure.ac:
23404         * ext/Makefile.am:
23405         * gst-libs/ext/Makefile.am:
23406           move ffmpeg plugin to gst-ffmpeg module
23407
23408 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23409
23410         * configure.ac: use GST_ARCH to detect architecture
23411
23412 2004-02-12  Julien MOUTTE  <julien@moutte.net>
23413
23414         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
23415
23416 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23417
23418         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23419           classify LADSPA plugins based on number of src/sink pads
23420           (#133663, Stefan Kost)
23421         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
23422           fix dparams registration
23423           (#133528, Stefan Kost)
23424         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
23425           fix use of isprint and use g_ascii_isprint instead
23426           (#133316, Stefan Kost)
23427
23428 2004-02-11  David Schleef  <ds@schleef.org>
23429
23430         Convert a few inner loops to use liboil.  This is currently
23431         optional, and is only enabled if liboil is present (duh!).
23432         * configure.ac: Check for liboil-0.1
23433         * gst/intfloat/Makefile.am:
23434         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
23435         (gst_int2float_chain_gint16):
23436         * gst/videofilter/Makefile.am:
23437         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
23438         (tablelookup_u8), (gst_videobalance_planar411):
23439         * gst/videotestsrc/Makefile.am:
23440         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
23441         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
23442         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
23443         (paint_hline_RGB565), (paint_hline_xRGB1555):
23444
23445 2004-02-11  David Schleef  <ds@schleef.org>
23446
23447         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
23448         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
23449         (gst_colorspace_getcaps), (gst_colorspace_link),
23450         (gst_colorspace_base_init), (gst_colorspace_init),
23451         (gst_colorspace_chain), (gst_colorspace_change_state),
23452         (plugin_init): Merge Ronald's patch (bug #117897) and update
23453         for new caps and negotiation.  Seems to work, although it
23454         shows off bugs in lcs.
23455
23456 2004-02-11  David Schleef  <ds@schleef.org>
23457
23458         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
23459         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
23460
23461 2004-02-11  David Schleef  <ds@schleef.org>
23462
23463         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
23464         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
23465         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
23466         Add server and port properties
23467
23468 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23469
23470         * m4/a52.m4:
23471         * m4/aalib.m4:
23472         * m4/as-ffmpeg.m4:
23473         * m4/as-liblame.m4:
23474         * m4/as-slurp-ffmpeg.m4:
23475         * m4/check-libheader.m4:
23476         * m4/esd.m4:
23477         * m4/freetype2.m4:
23478         * m4/gconf-2.m4:
23479         * m4/glib.m4:
23480         * m4/gst-alsa.m4:
23481         * m4/gst-artsc.m4:
23482         * m4/gst-ivorbis.m4:
23483         * m4/gst-matroska.m4:
23484         * m4/gst-sdl.m4:
23485         * m4/gst-shout2.m4:
23486         * m4/gst-sid.m4:
23487         * m4/gtk.m4:
23488         * m4/libdv.m4:
23489         * m4/libfame.m4:
23490         * m4/libmikmod.m4:
23491         * m4/ogg.m4:
23492         * m4/vorbis.m4:
23493           fix underquotedness of macros (#133800)
23494         * m4/as-avifile.m4:
23495         * m4/xmms.m4:
23496           removed because no longer used
23497
23498 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23499
23500         * configure.ac:
23501           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
23502           by autopoint (fixes #132996)
23503
23504 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23505
23506         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
23507         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
23508         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
23509         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
23510           fix memleaks
23511
23512 2004-02-11  David Schleef  <ds@schleef.org>
23513
23514         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23515         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
23516         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
23517         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
23518         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
23519         (gst_jpegenc_class_init), (gst_jpegenc_init),
23520         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
23521         (gst_jpegenc_chain), (gst_jpegenc_set_property),
23522         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
23523         * ext/jpeg/gstjpegenc.h: Fix negotiation.
23524
23525 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23526
23527         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
23528         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
23529         * ext/mikmod/gstmikmod.h:
23530           fix caps negotiation in mikmod
23531         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
23532           output debug information
23533
23534 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23535
23536         * gst-libs/gst/colorbalance/Makefile.am:
23537         * gst-libs/gst/navigation/Makefile.am:
23538         * gst-libs/gst/xoverlay/Makefile.am:
23539           remove unused GST_OPT_CFLAGS from Makefiles
23540           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
23541
23542 2004-02-07  David Schleef  <ds@schleef.org>
23543
23544         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
23545         push events to pads that haven't been created (#133508)
23546
23547 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
23548
23549         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
23550         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
23551         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23552         (gst_dvdec_loop), (gst_dvdec_change_state):
23553         Second attempt at committing a working dvdec element.
23554
23555 2004-02-06  David Schleef  <ds@schleef.org>
23556
23557         Build fixes for OS X: (see #129600)
23558         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
23559         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
23560         (gst_riff_read_strf_iavs):
23561         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
23562         (gst_avi_demux_stream_odml):
23563         * gst/playondemand/Makefile.am:
23564         * gst/rtp/rtp-packet.c:
23565
23566 2004-02-05  David Schleef  <ds@schleef.org>
23567
23568         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
23569         last change, because it Just Doesn't Compile.
23570
23571 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23572
23573         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23574           skip undecodable id3v2 tag instead of keeping it
23575
23576 2004-02-05  David Schleef  <ds@schleef.org>
23577
23578         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
23579         Unref leaked buffer.  (Noticed by Ronald)
23580
23581 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
23582
23583         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23584         Sync requires with other checks.  >= vs =.
23585
23586 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
23587
23588         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
23589         (gst_dvdec_video_link), (gst_dvdec_loop):
23590         * ext/dv/gstdvdec.h:
23591           rework the caps negotiation so that dvdec works again instead
23592           of just segfaulting.
23593
23594 === release 0.7.4 ===
23595
23596 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23597
23598         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
23599         * configure.ac: changed for release
23600
23601 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23602
23603         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
23604         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23605         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23606         * pkgconfig/gstreamer-play-uninstalled.pc.in:
23607           reworked patch by David Lehn to fix libdir and includedir for
23608           uninstalled libraries
23609           removed play and gconf from gstreamer-libs since they have their
23610           own pkgconfig files
23611
23612 2004-02-04  David Schleef  <ds@schleef.org>
23613
23614         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
23615         memleak.
23616
23617 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23618
23619         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23620           use correct GST_TAG_ENCODER tag
23621
23622 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23623
23624         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23625           be sure to stop the clock when going to paused
23626         * sys/oss/gstosssink.c: (gst_osssink_change_state):
23627           reset number of transmitted when going to ready.
23628         fixes #132935
23629
23630 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
23631
23632         reviewed by Benjamin Otte
23633
23634         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
23635           extract track count (fixes #133410)
23636
23637 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23638
23639         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
23640           that should be !=, not == (fixes #132519)
23641
23642 2004-02-04  David Schleef  <ds@schleef.org>
23643
23644         Make sure set_explicit_caps() is called before adding pad.
23645         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23646         * gst/id3/gstid3types.c: (gst_id3types_loop):
23647         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
23648         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23649
23650 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23651
23652         * configure.ac:
23653           bump nano to 2, first prerelease
23654           put back AM_PROG_LIBTOOL
23655
23656 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23657
23658         * testsuite/alsa/Makefile.am:
23659           these are user test apps, not automatic testsuite tests
23660
23661 2004-02-04  David Schleef  <ds@schleef.org>
23662
23663         Convert GST_DEBUG_CAPS() to GST_DEBUG():
23664         * gst/mpeg1videoparse/gstmp1videoparse.c:
23665         (mp1videoparse_parse_seq):
23666         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23667         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23668         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
23669         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
23670         (gst_xvideosink_getcaps):
23671         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23672         * testsuite/gst-lint: more tests
23673
23674 2004-02-04  David Schleef  <ds@schleef.org>
23675
23676         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
23677         with the code that they would expand to.
23678         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
23679         (gst_flacdec_get_src_query_types),
23680         (gst_flacdec_get_src_event_masks):
23681         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
23682         (gst_gnomevfssrc_get_query_types),
23683         (gst_gnomevfssrc_get_event_mask):
23684
23685 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23686
23687         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23688         (gst_sinesrc_dispose):
23689           fix memleak by properly disposing sinesrc
23690
23691 2004-02-04  Julien MOUTTE  <julien@moutte.net>
23692
23693         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
23694         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
23695         an overlay to redraw the image because it has been exposed.
23696         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
23697         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
23698         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
23699         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
23700         interface
23701         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
23702         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
23703         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
23704         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
23705         interface
23706
23707 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23708
23709         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
23710           more memleak fixage
23711
23712 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23713
23714         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
23715         * gst/typefind/gsttypefindfunctions.c:
23716           fix memleaks shown by gst-typefind
23717
23718 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23719
23720         * common/glib-gen.mak:
23721           add hack rule to touch .Plo files
23722         * gst-libs/gst/colorbalance/Makefile.am:
23723         * gst-libs/gst/mixer/Makefile.am:
23724         * gst-libs/gst/play/Makefile.am:
23725         * gst-libs/gst/tuner/Makefile.am:
23726           remove glib_root variable
23727
23728 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23729
23730         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
23731           set explicit caps before adding the element, so the autopluggers can
23732           plug correctly.
23733         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
23734         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
23735         (mpeg_video_type_find), (mpeg_video_stream_type_find),
23736         (dv_type_find):
23737           fix memleaks in typefind functions. gst_type_find_suggest takes a const
23738           argument.
23739
23740 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23741
23742         * gst-libs/gst/colorbalance/Makefile.am:
23743         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23744         * gst-libs/gst/colorbalance/colorbalance.c:
23745         * gst-libs/gst/colorbalance/colorbalance.h:
23746         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
23747         * gst-libs/gst/mixer/Makefile.am:
23748         * gst-libs/gst/mixer/mixer-marshal.list:
23749         * gst-libs/gst/mixer/mixer.c:
23750         * gst-libs/gst/mixer/mixer.h:
23751         * gst-libs/gst/mixer/mixermarshal.list:
23752         * gst-libs/gst/play/Makefile.am:
23753         * gst-libs/gst/play/play.h:
23754         * gst-libs/gst/tuner/Makefile.am:
23755         * gst-libs/gst/tuner/tuner-marshal.list:
23756         * gst-libs/gst/tuner/tuner.c:
23757         * gst-libs/gst/tuner/tuner.h:
23758         * gst-libs/gst/tuner/tunermarshal.list:
23759           use new glib-gen.mak snippet to clean up Makefile.am
23760           fix various bugs in Makefile.am's
23761
23762 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23763
23764         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
23765           handle chain parsing correctly in the multichain case
23766         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
23767         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
23768         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23769         (theora_dec_chain):
23770           handle events and queries correctly
23771
23772 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
23773
23774         * .cvsignore:
23775         Ignore generated file _stdint.h.
23776
23777 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
23778
23779         * gst-libs/gst/colorbalance/Makefile.am:
23780         * gst-libs/gst/colorbalance/colorbalance.h:
23781         * gst-libs/gst/mixer/Makefile.am:
23782         * gst-libs/gst/mixer/mixer.h:
23783         * gst-libs/gst/play/Makefile.am:
23784         * gst-libs/gst/play/play.h:
23785         * gst-libs/gst/tuner/Makefile.am:
23786         * gst-libs/gst/tuner/tuner.h:
23787         Generate enum type code with glib-mkenums.
23788         * gst-libs/gst/colorbalance/.cvsignore:
23789         * gst-libs/gst/mixer/.cvsignore:
23790         * gst-libs/gst/play/.cvsignore:
23791         * gst-libs/gst/tuner/.cvsignore:
23792         Ignore generated files.
23793
23794 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
23795
23796         * gst-libs/gst/audio/.cvsignore:
23797         Ignore generated file.
23798         * gst-libs/gst/audio/Makefile.am:
23799         Do not install example filter.
23800
23801 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
23802
23803         * examples/switch/.cvsignore:
23804         Ignore generated file.
23805
23806 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23807
23808         * common/m4/ax_create_stdint_h.m4:
23809         * configure.ac:
23810           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
23811           _stdint.h.
23812         * Makefile.am:
23813           remove generated _stdint.h in DISTCLEANFILES
23814         * ext/a52dec/gsta52dec.c:
23815           include _stdint.h for a52dec. (should fix #133064)
23816
23817 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
23818
23819         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
23820         (gst_tag_to_vorbis_comments):
23821         Add replaygain support to vorbistag
23822
23823 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
23824         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
23825         (gst_ffmpeg_caps_to_extradata):
23826           Fix SVQ3 caps flag properties
23827           Use glib macro for bytes swap
23828
23829 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23830
23831         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
23832         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
23833         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23834         * ext/sndfile/gstsf.c: (plugin_init):
23835         * gst/avi/gstavi.c: (plugin_init):
23836         * sys/dxr3/dxr3init.c: (plugin_init):
23837         * sys/oss/gstossaudio.c: (plugin_init):
23838         * sys/v4l/gstv4l.c: (plugin_init):
23839         * sys/v4l2/gstv4l2.c: (plugin_init):
23840           remove textdomain calls
23841         * po/nl.po:
23842           update Dutch translation
23843
23844 2004-02-02  Julien MOUTTE  <julien@moutte.net>
23845
23846         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23847         (gst_play_set_audio_sink): Moving volume in the audio thread for
23848         instantaneous volume change. Maybe i will add another volume in front
23849         of visualization later, not sure yet though.
23850
23851 2004-02-02  Julien MOUTTE  <julien@moutte.net>
23852
23853         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23854         (gst_ximagesink_handle_xevents): Better X events handling, only take
23855         the latest events for configure and motion.
23856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
23857
23858 2004-02-02  Jon Trowbridge  <trow@gnu.org>
23859
23860         reviewed by: David Schleef  <ds@schleef.org>
23861
23862         Fix memory leaks:
23863         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
23864         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
23865
23866 2004-02-02  David Schleef  <ds@schleef.org>
23867
23868         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
23869         of lines.
23870         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
23871         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
23872         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
23873         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
23874         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
23875         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
23876         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
23877         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
23878         (gst_float2_2_int_link):
23879         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
23880         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
23881         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
23882         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
23883         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
23884         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
23885         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
23886         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
23887         * testsuite/gst-lint: Add tests for bzero and ;;
23888
23889 2004-02-02  David Schleef  <ds@schleef.org>
23890
23891         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
23892
23893 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23894
23895         * ext/aalib/gstaasink.c: (gst_aasink_open):
23896         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
23897         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23898         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23899         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
23900         (gst_afsink_close_file):
23901         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
23902         (gst_afsrc_close_file):
23903         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23904         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
23905         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
23906         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
23907         * ext/esd/esdmon.c: (gst_esdmon_get):
23908         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
23909         * ext/faac/gstfaac.c: (gst_faac_chain):
23910         * ext/faad/gstfaad.c: (gst_faad_chain):
23911         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
23912         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23913         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
23914         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
23915         (gst_flacdec_loop):
23916         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
23917         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
23918         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
23919         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23920         (gst_gnomevfssink_close_file):
23921         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23922         (gst_gnomevfssrc_open_file):
23923         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
23924         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
23925         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
23926         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
23927         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
23928         * ext/mad/gstmad.c: (gst_mad_chain):
23929         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
23930         * ext/mpeg2dec/gstmpeg2dec.c:
23931         * ext/mpeg2enc/gstmpeg2enc.cc:
23932         * ext/mplex/gstmplex.cc:
23933         * ext/mplex/gstmplexibitstream.cc:
23934         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
23935         (gst_ogg_demux_push):
23936         * ext/raw1394/gstdv1394src.c:
23937         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
23938         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
23939         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
23940         (gst_sf_loop):
23941         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
23942         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
23943         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
23944         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
23945         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23946         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
23947         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
23948         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
23949         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
23950         (gst_riff_read_element_data), (gst_riff_read_seek),
23951         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
23952         * gst/adder/gstadder.c: (gst_adder_loop):
23953         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
23954         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
23955         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
23956         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23957         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
23958         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
23959         * gst/goom/gstgoom.c: (gst_goom_chain):
23960         * gst/id3/gstid3types.c: (gst_id3types_loop):
23961         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
23962         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
23963         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
23964         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
23965         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23966         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
23967         (gst_ebml_read_float), (gst_ebml_read_header):
23968         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
23969         (gst_matroska_demux_parse_blockgroup):
23970         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
23971         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
23972         * gst/oneton/gstoneton.c: (gst_oneton_chain):
23973         * gst/silence/gstsilence.c: (gst_silence_get):
23974         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23975         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
23976         * gst/speed/gstspeed.c: (speed_loop):
23977         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
23978         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23979         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
23980         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
23981         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
23982         (gst_wavparse_loop):
23983         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
23984         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
23985         (dxr3audiosink_close):
23986         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
23987         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
23988         (dxr3videosink_close), (dxr3videosink_write_data):
23989         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23990         * sys/oss/gstosssink.c: (gst_osssink_chain):
23991         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23992         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23993         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
23994         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
23995         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
23996         (gst_v4l_set_window), (gst_v4l_enable_overlay):
23997         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
23998         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
23999         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
24000         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
24001         (gst_v4l_set_audio):
24002         * sys/v4l/v4l_calls.h:
24003         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24004         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
24005         (gst_v4lmjpegsink_playback_init),
24006         (gst_v4lmjpegsink_playback_start):
24007         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
24008         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24009         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
24010         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
24011         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
24012         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
24013         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
24014         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
24015         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
24016         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
24017         (gst_v4l2_get_output), (gst_v4l2_set_output),
24018         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
24019         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
24020         (gst_v4l2_set_attribute):
24021         * sys/v4l2/v4l2_calls.h:
24022         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
24023         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
24024         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
24025         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
24026         (gst_v4l2src_capture_stop):
24027         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
24028         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
24029         (gst_ximagesink_chain):
24030         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
24031         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
24032         (gst_xvideosink_xwindow_new):
24033         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24034         (gst_xvimagesink_chain):
24035
24036 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24037
24038         * gst/volume/gstvolume.c: (gst_volume_set_volume),
24039         (gst_volume_get_volume), (volume_class_init), (volume_init),
24040         (volume_chain_int16), (volume_update_volume):
24041         * gst/volume/gstvolume.h:
24042           make code more readable by removing magic numbers
24043           make mixer interface export 0-100 range
24044           make it internally map to 0.0-1.0 range so users don't distort
24045           output by putting the sliders at full volume
24046
24047 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24048
24049         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
24050         (gst_play_state_change), (gst_play_seek_to_time):
24051         block the tick callback for 0.5 secs after doing a seek
24052
24053 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24054
24055         * gst-libs/gst/play/play.c: (gst_play_new):
24056           check for GError
24057
24058 2004-02-01  Julien MOUTTE  <julien@moutte.net>
24059
24060         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
24061         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
24062         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
24063         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
24064         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
24065         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
24066
24067 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24068
24069         * configure.ac:
24070         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
24071           check for a function added in vorbis 1.1
24072
24073 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24074
24075         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24076         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
24077           really start/stop clock only on PLAYING <=> PAUSED
24078         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24079           remove \n from debugging lines
24080         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
24081           make it work when seeking does not
24082         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
24083           reset on DISCONT
24084
24085 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24086
24087         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
24088           start clock on PAUSED=>PLAYING, not later
24089         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24090           extract correct time for different discont formats
24091         (gst_alsa_sink_get_time):
24092           don't segfault when no format is negotiated yet, just return 0
24093         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
24094         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
24095         (gst_ogg_pad_push):
24096           handle flush and discont events correctly
24097         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
24098           handle discont events correctly
24099
24100 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24101
24102         * gst-libs/gst/play/play.c: (gst_play_error_quark),
24103         (gst_play_error_create), (gst_play_error_plugin),
24104         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
24105         * gst-libs/gst/play/play.h:
24106           add error handling during creation
24107         * examples/gstplay/player.c: (main):
24108           use new gst_play_new
24109
24110
24111 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24112
24113         * ext/theora/theoradec.c: (theora_dec_chain):
24114           make comments work
24115         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24116         (vorbis_dec_src_event), (vorbis_dec_chain):
24117           add encoder tag, fix tag reading to be more error tolerant, change
24118           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
24119           gst_pad_event_default.
24120         * gst/tags/gstvorbistag.c:
24121         (gst_tag_list_from_vorbiscomment_buffer):
24122           undefine function specific define at end of function
24123
24124 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
24125
24126         * ext/flac/gstflac.c: (plugin_init):
24127         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
24128         * ext/flac/gstflacdec.h:
24129         * ext/flac/gstflacenc.h:
24130           Fix typos
24131
24132 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
24133
24134         * examples/gstplay/player.c: s/gstplay.h/play.h/
24135
24136 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24137
24138         * gst-libs/gst/play/Makefile.am:
24139         * gst-libs/gst/play/gstplay.c:
24140         * gst-libs/gst/play/gstplay.h:
24141         * gst-libs/gst/play/play.c:
24142           more surgery, operation complete
24143
24144 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24145
24146         * gst-libs/gst/play/play.old.c:
24147         * gst-libs/gst/play/play.old.h:
24148           after CVS surgery by moving, remove
24149         * gst-libs/gst/play/playpipelines.c:
24150           remove
24151
24152         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
24153           add negotiation error
24154
24155 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24156
24157         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
24158         (gst_ogg_demux_push):
24159           add some seeking debug info
24160           send a flush when seeking
24161
24162 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24163
24164         * configure.ac:
24165           use AC_C_INLINE
24166         * configure.ac:
24167         * ext/Makefile.am:
24168         * ext/theora/Makefile.am:
24169         * ext/theora/theoradec.c:
24170           add theora video decoder. Does just do simple decoding for now and
24171           has been tested against Theora cvs only. It only works when theora
24172           is compiled with --enable-static.
24173         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
24174           always reset packetno on DISCONT
24175
24176 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24177
24178         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
24179           Fix audio.
24180
24181 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24182
24183         * gst/mpegaudioparse/gstmpegaudioparse.c:
24184         (mp3_type_frame_length_from_header):
24185           Fix header parsing - stolen from ffmpeg (thank you! :) ).
24186
24187 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24188
24189         * ext/esd/esdsink.c: (gst_esdsink_init):
24190           Since we have static pad template caps, we don't need to negotiate;
24191           either the core errors out or we know the format.
24192
24193 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24194
24195         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24196         (gst_riff_read_seek):
24197         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
24198         (gst_ebml_read_seek):
24199           Fix event handling.
24200
24201 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24202
24203         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
24204           removee video/x-theora from vp3 decoder, it doesn't handle raw
24205           theora streams
24206         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
24207           fix bug with finalizing element that never went to PAUSED
24208         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
24209           length and position queries were swapped
24210         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24211         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
24212         (vorbis_dec_src_event):
24213           implement querying time and bytes
24214
24215 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24216
24217         * just about every source file:
24218           gst_element_error -> GST_ELEMENT_ERROR
24219
24220 2004-01-29  Julien MOUTTE  <julien@moutte.net>
24221
24222         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
24223         emiting FLUSH and even before DISCONT.
24224         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
24225         get the best instant seeking as possible yay!
24226
24227 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24228
24229         * gst/mpeg1videoparse/gstmp1videoparse.c:
24230         (gst_mp1videoparse_real_chain):
24231           Committed wrong version last week... Grr... Didn't notice until now.
24232
24233 2004-01-29  Julien MOUTTE <julien@moutte.net>
24234
24235         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
24236         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
24237         have_xwindow_id signal in xwindow_create.
24238
24239 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24240
24241         * ext/ogg/gstoggdemux.c:
24242           lots of changes - mainly support for chained bitstreams, seeking,
24243           querying and bugfixes of course
24244         * ext/vorbis/Makefile.am:
24245         * ext/vorbis/vorbisdec.c:
24246         * ext/vorbis/vorbisdec.h:
24247           add vorbisdec raw vorbis decoder
24248         * ext/vorbis/vorbis.c: (plugin_init):
24249           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
24250         * gst/intfloat/Makefile.am:
24251         * gst/intfloat/float22int.c:
24252         * gst/intfloat/float22int.h:
24253         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
24254           add float2intnew plugin. It converts multichannel interleaved float to
24255           multichannel interleaved int. The name should probably be changed.
24256         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
24257         (plugin_init):
24258           add typefinding for raw theora video so oggdemux can detect it.
24259
24260 2004-01-28  Julien MOUTTE  <julien@moutte.net>
24261
24262         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
24263         sink element first.
24264         * gst/videoscale/gstvideoscale.c:
24265         (gst_videoscale_handle_src_event): Fixing src event handler.
24266
24267 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24268
24269         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24270         (gst_v4lsrc_open), (gst_v4lsrc_close),
24271         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
24272         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
24273         * sys/v4l/gstv4lsrc.h:
24274         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
24275         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
24276           Implement resizing... Hack. But that's why v4l is b0rked...
24277
24278 2004-01-28  Julien MOUTTE <julien@moutte.net>
24279
24280         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24281         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24282         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
24283         (gst_ximagesink_xwindow_destroy):
24284         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24285         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
24286         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
24287         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
24288         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
24289         correctly cleaning the image created to check xshm calls on succes,
24290         added a lot of XSync calls in X11 functions, and fixed a segfault when
24291         no image format was defined before negotiation happened.
24292
24293 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24294
24295         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
24296           use gst_element_get_time to get correct time
24297
24298 2004-01-28  Julien MOUTTE  <julien@moutte.net>
24299
24300         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
24301         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
24302         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
24303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
24304         (gst_xvimagesink_check_xshm_calls),
24305         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
24306         X plugins are now able to detect that XShm calls will fail even if the
24307         server claims that it has XShm support (remote displays most of the
24308         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
24309         so that we use non XShm functions. This feature is almost useless for
24310         xvimagesink as Xv is not supported on remote displays anyway, but
24311         it might happen than even on the local display XShm calls fail.
24312
24313 2004-01-27  David Schleef  <ds@schleef.org>
24314
24315         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
24316         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
24317         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
24318         changed esdsink to only use 44100,16,2, since esd sucks at rate
24319         conversion and esdsink has had difficulty negotiating.
24320
24321 2004-01-27  Julien MOUTTE <julien@moutte.net>
24322
24323         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
24324         (gst_play_seek_to_time): Fixing the way to get current position.
24325
24326 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24327
24328         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
24329           use gst_element_get_time to get correct time
24330
24331 2004-01-27  Julien MOUTTE <julien@moutte.net>
24332
24333         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
24334         fix ever... Inverting 2 lines of code make spider autoplug correctly
24335         tagged mp3 !
24336
24337 2004-01-27  David Schleef  <ds@schleef.org>
24338
24339         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24340         Use gst_pad_try_set_caps_nonfixed().
24341
24342 2004-01-27  David Schleef  <ds@schleef.org>
24343
24344         * gst/ac3parse/gstac3parse.c: update to checklist 5
24345         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
24346         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
24347         * gst/audioscale/gstaudioscale.c: same
24348         * gst/auparse/gstauparse.c: same
24349         * gst/avi/gstavidemux.c: same
24350
24351 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24352
24353         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
24354           stop processing after EOS
24355
24356 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24357
24358         * gst/asfdemux/asfheaders.h:
24359         * gst/asfdemux/gstasfdemux.c:
24360         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
24361         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
24362         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
24363           lot's of fixes to make data extraction simpler and get the code
24364           architecture and compiler independant. Add debugging category
24365         * gst/goom/gstgoom.c: (gst_goom_change_state):
24366           reset channel count on PAUSED=>READY, not READY=>PAUSED
24367
24368 2004-01-26  Colin Walters  <walters@verbum.org>
24369
24370         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
24371         code to pull a bigger buffer in iradio mode.  This as a side effect
24372         makes typefinding work.
24373
24374 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
24375
24376         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
24377         Fix SVQ3 decoding on PPC
24378
24379 2004-01-26  Julien MOUTTE <julien@moutte.net>
24380
24381         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
24382         that one managed to stay there... Fixed.
24383
24384 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
24385
24386         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
24387         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
24388         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
24389         (qtdemux_video_caps):
24390         * gst/qtdemux/qtdemux.h:
24391         Add SVQ3 specific flags to qtdemux and ffmpeg
24392
24393 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24394
24395         * gst-libs/gst/audio/audio.h:
24396           remove buffer-frames from audio caps
24397         * gst/audioconvert/gstaudioconvert.c:
24398           fix plugin to really work.
24399
24400 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24401
24402         * gst-libs/gst/mixer/mixer.c:
24403         * gst-libs/gst/propertyprobe/propertyprobe.c:
24404         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
24405         (gst_tuner_find_channel_by_name):
24406         * gst-libs/gst/tuner/tuner.h:
24407           Add gtk-doc style comments. Also fix a function name.
24408
24409 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24410
24411         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
24412         (gst_divxdec_negotiate):
24413           Fix for new capsnego - also fixes gst-player with divxdec.
24414
24415 2004-01-25  Julien MOUTTE  <julien@moutte.net>
24416
24417         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
24418         (gst_play_identity_handoff), (gst_play_set_location),
24419         (gst_play_set_visualization), (gst_play_connect_visualization): Another
24420         try in visualization implementation. Still have an issue with switch
24421         blocking when pulling from video_queue and only audio comes out of
24422         spider.
24423         * gst/switch/gstswitch.c: (gst_switch_release_pad),
24424         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
24425         release method. And check if the pad is usable before pulling.
24426
24427 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24428
24429         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
24430         (gst_videobalance_init),
24431         (gst_videobalance_colorbalance_list_channels),
24432         (gst_videobalance_colorbalance_set_value),
24433         (gst_videobalance_colorbalance_get_value),
24434         (gst_videobalance_update_properties),
24435         (gst_videobalance_update_tables_planar411),
24436         (gst_videobalance_planar411):
24437         * gst/videofilter/gstvideobalance.h:
24438           Implement lookup-tables. +/- 10x faster.
24439
24440 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24441
24442         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
24443         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
24444           The index reading was broken. The rest worked fine, but the whole
24445           goal of my rewrite was to make avidemux readable, and this was
24446           not at all readable. Please use typed variables.
24447
24448 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24449
24450         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
24451           Additional pad usability check.
24452         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
24453         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
24454         (gst_mp1videoparse_real_chain):
24455           Fix MPEG video stream parsing. The original plugin had several
24456           issues, including not timestamping streams where the source was
24457           not timestamped (this happens with PTS values in mpeg system
24458           streams, but MPEG video is also a valid stream on its own so
24459           that needs timestamps too). We use the display time code for that
24460           for now. Also, if one incoming buffer contains multiple valid
24461           frames, we push them all on correctly now, including proper EOS
24462           handling. Lastly, several potential segfaults were fixed, and we
24463           properly sync on new sequence/gop headers to include them in next,
24464           not previous frames (since they're header for the next frame, not
24465           the previous). Also see #119206.
24466         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
24467         (bpf_from_header):
24468           Move caps setting so we only do it after finding several valid
24469           MPEG-1 fraes sequentially, not right after the first one (which
24470           might be coincidental).
24471         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
24472         (mpeg_video_type_find), (mpeg_video_stream_type_find),
24473         (plugin_init):
24474           Add unsynced MPEG video stream typefinding, and change some
24475           probability values so we detect streams rightly. The idea is as
24476           follows: I can have an unsynced system stream which contains
24477           video. In the current code, I would randomly get a type for either
24478           system or video stream type found, because the probabilities are
24479           being calculated rather randomly. I now use fixed values, so we
24480           always prefer system stream if that was found (and that is how it
24481           should be). If no system stream was found, we can still identity                the stream as video-only.
24482
24483 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24484
24485         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
24486         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
24487           don't write to buffer. Extract data without the need of
24488           __attribute__ ((packed))
24489
24490 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24491
24492         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
24493         (mpeg1_sys_type_find):
24494           Fix MPEG-1 stream typefinding.
24495
24496 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24497
24498         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
24499           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
24500
24501 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24502
24503         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
24504         * ext/esd/gstesd.c: (plugin_init):
24505           private debugging, better error reporting
24506
24507 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24508
24509         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
24510         (gst_riff_read_init), (gst_riff_read_change_state):
24511         * gst-libs/gst/riff/riff-read.h:
24512           Remove stuff fromold metadata system.
24513
24514 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24515
24516         * ext/ogg/gstoggdemux.c:
24517           Fix wrong file comment.
24518         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
24519         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
24520           Add metadata reading properly.
24521
24522 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24523
24524         * ext/Makefile.am:
24525           Fix nas DIST_SUBDIRS
24526           Uraeus:
24527           Fix bug where make distcheck doesn't get run on adding stuff to
24528           the build.
24529
24530 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24531
24532         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
24533         * ext/divx/gstdivxdec.h:
24534           Fix divx3 ("msmpeg4") playback using divxdec.
24535
24536 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24537
24538         * gst/typefind/gsttypefindfunctions.c:
24539         (mp3_type_frame_length_from_header): fix bug in length computation
24540         (mp3_type_find): improve debugging output
24541
24542 2004-01-23  Julien MOUTTE  <julien@moutte.net>
24543
24544         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
24545         (gst_play_set_location), (gst_play_seek_to_time),
24546         (gst_play_set_audio_sink), (gst_play_set_visualization),
24547         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
24548         the pipeline from scratch. Visualization is back and switch went out as
24549         i realized it was not possible to use the way i wanted.
24550         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
24551         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
24552         clearing in state change from READY to NULL. So that one can clean the
24553         X ressources keeping the element.
24554         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24555         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
24556         (gst_xvimagesink_colorbalance_set_value),
24557         (gst_xvimagesink_colorbalance_get_value),
24558         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
24559         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
24560         change from READY to NULL and fixed some stupid bugs in colorbalance
24561         get/set values. Also added the following feature : when nobody tries to
24562         set some values to the colorbalance levels before the xcontext is
24563         grabbed, then when creating channels list from Xv attributes we set the
24564         internal values to the Xv defaults. This way we handle buggy Xv drivers
24565         that set default hue values far from the middle of the range (Thanks
24566         to Jon Trowbridge for pointing that issue).
24567         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
24568         colorbalance levels have been set before xcontext is grabbed.
24569
24570 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24571
24572         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24573           Fix the ossmixer case where we shouldn't open /dev/dsp* because
24574           it might block operations (which is bad for a mixer).
24575
24576 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
24577
24578         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
24579         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
24580         (gmip_find_type_pre):
24581         * gst-libs/gst/media-info/media-info-priv.h:
24582         * gst-libs/gst/media-info/media-info.c:
24583         (gst_media_info_instance_init), (gst_media_info_read_idler):
24584         add fakesink to get caps on decoder src pad again
24585         fix callback prototype to match new have_type signal signature
24586
24587 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
24588
24589         * gst/adder/gstadder.c: (gst_adder_link):
24590           fix non-compile and cut-n-paste code
24591
24592 2004-01-21  David Schleef  <ds@schleef.org>
24593
24594         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
24595         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
24596         (gst_swfdec_init), (gst_swfdec_change_state):
24597         * ext/swfdec/gstswfdec.h:
24598         Fix negotiation.
24599         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
24600         (gst_adder_request_new_pad): Fix negotiation.
24601         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
24602         Add a fixate function.
24603         * gst/intfloat/gstfloat2int.c:
24604         * gst/intfloat/gstfloat2int.h:
24605         * gst/intfloat/gstint2float.c:
24606         * gst/intfloat/gstint2float.h:
24607         Completely rewrite the negotiation.  Doesn't quite work yet,
24608         due to some buffer-frames problem.
24609
24610 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24611
24612         * ext/gnomevfs/gstgnomevfssrc.c:
24613         * sys/v4l2/v4l2_calls.h:
24614           fix includes for distcheck
24615
24616 2004-01-21  Christian Schaller <uraeus@gnome.org>
24617
24618         * ext/nas/
24619         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
24620         based on earlier patch from Laurent Vivier
24621
24622 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
24623
24624         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
24625         Fix wma caps property
24626         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24627         Fix typo (flags1 and flags2)
24628
24629 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24630
24631         * gst-libs/gst/media-info/media-info-priv.c:
24632         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
24633         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
24634         (gmip_find_stream), (gmip_find_track_metadata),
24635         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
24636         (gmip_find_track_format):
24637         * gst-libs/gst/media-info/media-info-priv.h:
24638         * gst-libs/gst/media-info/media-info-test.c: (main):
24639         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
24640         (gst_media_info_read_idler), (gst_media_info_read):
24641         * gst-libs/gst/media-info/media-info.h:
24642           register debugging category and use it for debugging
24643
24644 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24645
24646         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
24647         (gst_vorbisfile_new_link):
24648           signal streaminfo through tags
24649
24650 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24651
24652         * ext/mplex/gstmplex.cc:
24653         * ext/mplex/gstmplexibitstream.cc:
24654           g++ doesn't like NULL in our i18n/error macros, should be
24655           either (NULL) or ("").
24656
24657 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24658
24659         * sys/dxr3/dxr3audiosink.c:
24660         * sys/dxr3/dxr3init.c:
24661         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
24662         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
24663           Fix more error error error errors (missing includes here).
24664
24665 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24666
24667         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24668           fix thomas' error errors.
24669
24670 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24671
24672         * ext/mpeg2enc/gstmpeg2enc.cc:
24673           fix error errors.
24674
24675 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24676
24677         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
24678         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
24679           Fix for new error system.
24680
24681 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24682
24683         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
24684           fix for new error reporting
24685
24686 2004-01-20  David Schleef  <ds@schleef.org>
24687
24688         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24689         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
24690         (gst_ximagesink_set_xwindow_id): Change to using a framerate
24691         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
24692         and neither is 100+, most likely.
24693         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
24694         (gst_xvimagesink_getcaps): same
24695
24696 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24697
24698         * configure.ac:
24699           Up version requirement to 2.0.3 (not yet released) to avoid symbol
24700           clashes with ffmpeg.
24701
24702 2004-01-20  Julien MOUTTE  <julien@moutte.net>
24703
24704         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
24705         (gst_switch_init): Fixed switch element : proxying link and setting
24706         caps from src to sink on request.
24707
24708 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24709
24710         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24711         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
24712         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
24713         fix element_error
24714
24715 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24716
24717         * sys/v4l/v4l_calls.h:
24718         * sys/v4l2/v4l2_calls.h:
24719           element_error fixes
24720
24721 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24722
24723         * gst-libs/gst/gst-i18n-plugin.h:
24724           add locale.h
24725           remove config.h inclusion
24726
24727 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24728
24729         * autogen.sh:
24730           adding autopoint invocation
24731         * Makefile.am:
24732         * configure.ac:
24733         * gst-libs/gst/gettext.h:
24734           adding gettext bits
24735         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
24736         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
24737         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24738         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
24739         (gst_gnomevfssink_close_file):
24740         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
24741         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
24742         * gst-libs/gst/gst-i18n-plugin.h:
24743         * gst/avi/gstavi.c: (plugin_init):
24744         * sys/dxr3/dxr3init.c: (plugin_init):
24745         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
24746         * sys/oss/gstossaudio.c: (plugin_init):
24747         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
24748         * sys/v4l/gstv4l.c: (plugin_init):
24749         * sys/v4l/v4l_calls.c: (gst_v4l_open):
24750         * sys/v4l2/gstv4l2.c: (plugin_init):
24751         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
24752         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
24753         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
24754         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
24755         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
24756         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
24757           make sure locale and translation domain are set
24758           fix translated strings
24759         * po/.cvsignore:
24760         * po/LINGUAS:
24761         * po/Makevars:
24762         * po/POTFILES.in:
24763         * po/nl.po:
24764           put translation files into place
24765         * sys/xvideo/imagetest.c: (main):
24766         * ext/dv/demo-play.c: (main):
24767           fix unnecessary translations
24768
24769 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24770
24771         * ext/sndfile/gstsf.c:
24772         * gst/avi/gstavimux.c:
24773         * ext/audiofile/gstafsink.c:
24774         * ext/audiofile/gstafsrc.c:
24775         * ext/gnomevfs/gstgnomevfssink.c:
24776         * ext/gnomevfs/gstgnomevfssrc.c:
24777         * sys/oss/gstosselement.c:
24778         * sys/v4l/v4l_calls.h:
24779           fix i18n include
24780
24781 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24782
24783         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
24784         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
24785         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
24786         (gst_v4l2_get_output), (gst_v4l2_set_output),
24787         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
24788         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
24789         (gst_v4l2_set_attribute):
24790         update to new error handling
24791
24792 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24793
24794         * ext/sidplay/gstsiddec.cc:
24795         * gst/modplug/gstmodplug.cc:
24796           parenthese NULL because C++ seems angry about it
24797
24798 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24799
24800         * gst-libs/gst/gst-i18n-plugin.h:
24801           add skeleton i18n stuff, but needs to be further implemented
24802
24803 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24804
24805         * examples/gstplay/player.c: (main):
24806         * ext/aalib/gstaasink.c: (gst_aasink_open):
24807         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
24808         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24809         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24810         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
24811         (gst_afsink_close_file):
24812         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
24813         (gst_afsrc_close_file):
24814         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
24815         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
24816         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
24817         * ext/esd/esdmon.c: (gst_esdmon_get):
24818         * ext/esd/esdsink.c: (gst_esdsink_chain):
24819         * ext/faac/gstfaac.c: (gst_faac_chain):
24820         * ext/faad/gstfaad.c: (gst_faad_chain):
24821         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
24822         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
24823         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
24824         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
24825         (gst_flacdec_loop):
24826         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
24827         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
24828         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
24829         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
24830         (gst_gnomevfssink_close_file):
24831         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24832         (gst_gnomevfssrc_open_file):
24833         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
24834         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
24835         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
24836         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
24837         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
24838         * ext/mad/gstmad.c: (gst_mad_chain):
24839         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
24840         * ext/mpeg2dec/gstmpeg2dec.c:
24841         * ext/mpeg2enc/gstmpeg2enc.cc:
24842         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24843         * ext/mplex/gstmplex.cc:
24844         * ext/mplex/gstmplexibitstream.cc:
24845         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
24846         (gst_ogg_demux_push), (gst_ogg_pad_push):
24847         * ext/raw1394/gstdv1394src.c:
24848         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
24849         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
24850         * ext/sidplay/gstsiddec.cc:
24851         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
24852         (gst_sf_loop):
24853         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
24854         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
24855         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
24856         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24857         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
24858         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
24859         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
24860         * gst-libs/gst/Makefile.am:
24861         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24862         (gst_riff_read_element_data), (gst_riff_read_seek),
24863         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
24864         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
24865         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
24866         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
24867         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
24868         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
24869         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
24870         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
24871         * gst/goom/gstgoom.c: (gst_goom_chain):
24872         * gst/id3/gstid3types.c: (gst_id3types_loop):
24873         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
24874         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
24875         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
24876         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
24877         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
24878         (gst_ebml_read_float), (gst_ebml_read_header):
24879         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
24880         (gst_matroska_demux_parse_blockgroup):
24881         * gst/modplug/gstmodplug.cc:
24882         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
24883         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
24884         * gst/oneton/gstoneton.c: (gst_oneton_chain):
24885         * gst/silence/gstsilence.c: (gst_silence_get):
24886         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24887         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
24888         * gst/speed/gstspeed.c: (speed_loop):
24889         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
24890         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24891         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
24892         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
24893         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
24894         (gst_wavparse_loop):
24895         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
24896         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
24897         (dxr3audiosink_close):
24898         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
24899         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
24900         (dxr3videosink_close), (dxr3videosink_write_data):
24901         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
24902         * sys/oss/gstosselement.h:
24903         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
24904         (gst_osssink_chain):
24905         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24906         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
24907         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
24908         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
24909         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
24910         (gst_v4l_enable_overlay):
24911         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
24912         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
24913         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
24914         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
24915         (gst_v4l_set_audio):
24916         * sys/v4l/v4l_calls.h:
24917         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24918         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
24919         (gst_v4lmjpegsink_playback_init),
24920         (gst_v4lmjpegsink_playback_start):
24921         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24922         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
24923         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
24924         (gst_v4lmjpegsrc_requeue_frame):
24925         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24926         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
24927         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
24928         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
24929         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
24930         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
24931         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
24932         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
24933         (gst_v4l2src_capture_stop):
24934         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
24935         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
24936         (gst_ximagesink_chain):
24937         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
24938         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
24939         (gst_xvideosink_xwindow_new):
24940         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24941         (gst_xvimagesink_chain):
24942         use new error signal, function and categories
24943
24944 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
24945
24946         * configure.ac:
24947         * ext/Makefile.am:
24948         * ext/musicbrainz/gsttrm.c:
24949         * ext/musicbrainz/gsttrm.h:
24950         * ext/musicbrainz/Makefile.am:
24951         Add a trm plugin
24952
24953 2004-01-18  Julien MOUTTE  <julien@moutte.net>
24954
24955         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
24956         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
24957         synchronous property for debugging.
24958         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
24959         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24960         (gst_xvimagesink_set_property): Moving a pointer declaration to a
24961         smaller block, fixing indent.
24962
24963 2004-01-16  David Schleef  <ds@schleef.org>
24964
24965         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
24966         property affects the video stream.
24967         * sys/xvimage/xvimagesink.c:
24968         * sys/xvimage/xvimagesink.h:
24969         Add synchronous property for debugging.  Should probably be
24970         disabled in non-CVS builds.  Make sure that the Xv attribute
24971         exists before we set it (crash!).  Fix a silly float bug that
24972         caused colorbalance to just not work.
24973
24974 2004-01-17  Christian Schaller <Uraeus@gnome.org>
24975
24976         * tools/gst-launch-ext.in - update for new plugins
24977
24978 2004-01-16  David Schleef  <ds@schleef.org>
24979
24980         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
24981         already-freed caps.
24982
24983 2994-01-16  Christian Schaller <Uraeus@gnome.org>
24984
24985         * Update spec for new colorspace plugin and libcaca plugin
24986         * Fix compilation of libcaca plugin (clock -> id)
24987
24988 2004-01-16  Julien MOUTTE <julien@moutte.net>
24989
24990         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
24991         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
24992         (gst_xvimagesink_set_xwindow_id),
24993         (gst_xvimagesink_colorbalance_set_value),
24994         (gst_xvimagesink_colorbalance_get_value),
24995         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
24996         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
24997         correct colorbalance properties. They can now be set when the element
24998         is still in NULL state. The values will be committed to the Xv Port
24999         when xcontext is initialized.
25000         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
25001         brightness int values in the GstXvImagesink structure.
25002
25003 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25004
25005         * gst-libs/gst/Makefile.am:
25006           restructure so having local patches works easier.
25007
25008 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25009
25010         * ext/mpeg2enc/Makefile.am:
25011         * ext/mpeg2enc/gstmpeg2enc.cc:
25012         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
25013           Bugfix with respect to EOS handling.
25014
25015 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25016
25017         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
25018           Link with right caps (else, it segfaults).
25019         * ext/mplex/gstmplexjob.cc:
25020           Fix for slight API change in 1.6.1.93 release of mjpegtools.
25021
25022 2004-01-15  David Schleef  <ds@schleef.org>
25023
25024         * gst-libs/gst/audio/Makefile.am:
25025         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
25026         from the template.
25027         * gst-libs/gst/audio/gstaudiofilter.c:
25028         * gst-libs/gst/audio/gstaudiofilter.h:
25029         Add bytes_per_sample and size and n_samples calculation.
25030         * gst-libs/gst/audio/gstaudiofilterexample.c:
25031         Remove, now autogenerated.
25032         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
25033         Moved from gstaudiofilterexample, object name changed, code added
25034         so that it actually works.
25035         * gst-libs/gst/audio/make_filter:
25036         Script to build an audiofilter subclass from the template.
25037         * gst/colorspace/Makefile.am:
25038         * gst/colorspace/yuv2yuv.c:
25039         Remove file, since it's GPL, and we don't use it.
25040
25041 2004-01-15  Julien MOUTTE  <julien@moutte.net>
25042
25043         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25044         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
25045         them use the buffer free function to test how the buffer was allocated.
25046
25047 2004-01-15  David Schleef  <ds@schleef.org>
25048
25049         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
25050         that handles osssink fallback.
25051         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25052         (gst_audio_convert_getcaps):
25053         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
25054         Add audio/x-qdm2 for QDM2 audio.
25055         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
25056         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
25057         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
25058         Decrease minimum size to 16x16.
25059         * gst/wavparse/gstwavparse.c:
25060         Convert disabled pad template caps to new caps.
25061         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25062         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25063         (gst_xvimagesink_chain): Throw element error when display cannot
25064         be opened.  Increase minimum framerate to 1.0.  Check the data
25065         free function on a buffer to make sure it is the type we expect
25066         before manipulating it.
25067
25068 2004-01-15  Julien MOUTTE <julien@moutte.net>
25069
25070         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
25071         (gst_videobalance_colorbalance_set_value): Implement passthru if
25072         settings are in the middle.
25073         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
25074
25075 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25076
25077         * gst/videofilter/Makefile.am:
25078         * gst/volume/Makefile.am:
25079           Since we use videofilter symbols, link to it.
25080
25081 2004-01-15  Julien MOUTTE <julien@moutte.net>
25082
25083         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
25084         mixer interface type to HARDWARE.
25085         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
25086         type to SOFTWARE.
25087         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
25088         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
25089         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
25090         (gst_volume_interface_init), (gst_volume_list_tracks),
25091         (gst_volume_set_volume), (gst_volume_get_volume),
25092         (gst_volume_set_mute), (gst_volume_mixer_init),
25093         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
25094         (volume_init): Implementing mixer interface.
25095         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
25096         * sys/oss/gstosselement.c: (gst_osselement_get_type),
25097         (gst_osselement_change_state): Removing some trailing commas in
25098         structures.
25099         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
25100         interface type to HARDWARE.
25101         * sys/v4l/gstv4lcolorbalance.c:
25102         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
25103         type to HARDWARE.
25104         * sys/v4l2/gstv4l2colorbalance.c:
25105         (gst_v4l2_color_balance_interface_init): Setting colorbalance
25106         interface type to HARDWARE.
25107         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
25108         same code than ximagesink for event handling.
25109
25110 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25111
25112         * ext/snapshot/Makefile.am:
25113         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
25114         (gst_snapshot_chain):
25115         * ext/snapshot/gstsnapshot.h:
25116           This has to be a joke... Snapshot should be connected to a tee,
25117           colorspace element before it and EOS after that, where the other
25118           src of the tee receives normal data.
25119           The current way is *wrong*.
25120
25121 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25122
25123         * ext/hermes/gsthermescolorspace.c:
25124           Fix another compile error. Same as below.
25125
25126 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25127
25128         * gst/colorspace/gstcolorspace.c:
25129         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
25130         (gst_colorspace_i420_to_yv12):
25131           Fix compiling... Didn't test if it actually works.
25132
25133 2004-01-15  David Schleef  <ds@schleef.org>
25134
25135         * configure.ac:
25136         * gst/colorspace/Makefile.am:
25137         * gst/colorspace/gstcolorspace.c:
25138         * gst/colorspace/gstcolorspace.h:
25139         * gst/colorspace/yuv2rgb.c:
25140         * gst/colorspace/yuv2rgb.h:
25141         Duplicate the ext/hermes colorspace plugin, and remove Hermes
25142         code and GPL code.  Fix for new caps negotiation.  Rewrite
25143         much of the format handling code, and some of the conversion
25144         code.  Basically, rewrote almost everything.  This element
25145         handles I420, YV12 to RGB conversions.
25146         * ext/hermes/Makefile.am:
25147         * ext/hermes/gsthermescolorspace.c:
25148         Rename colorspace to hermescolorspace.  Fix negotiation issues.
25149         Remove non-Hermes related code.  This element handles lots of
25150         RGB to RGB conversions, but no YUV.
25151         * ext/hermes/gstcolorspace.c:
25152         * ext/hermes/gstcolorspace.h:
25153         * ext/hermes/rgb2yuv.c:
25154         * ext/hermes/yuv2rgb.c:
25155         * ext/hermes/yuv2rgb.h:
25156         * ext/hermes/yuv2rgb_mmx16.s:
25157         * ext/hermes/yuv2yuv.c:
25158         * ext/hermes/yuv2yuv.h:
25159         Remove old code.
25160
25161 2004-01-14  Colin Walters  <walters@verbum.org>
25162
25163         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
25164         they've already been.
25165
25166 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25167
25168         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
25169           assume tag mode when pad is not connected
25170
25171 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25172
25173         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25174           Don't update the time of the clock
25175         (gst_alsa_sink_loop):
25176           sync to the clock given to alsasink, not the own clock
25177         * sys/oss/gstosssink.c: (gst_osssink_chain):
25178           sync to the clock
25179         (gst_osssink_change_state):
25180           activate the clock
25181         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25182         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
25183           remove bogus code that made DISCONT events unhandled
25184         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
25185           explicitly case to double in _set_simple. (fixes 2nd warning in bug
25186           #131502)
25187         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
25188         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
25189         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
25190           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
25191           2nd warning in bug #131502)
25192
25193 2004-01-14  Julien MOUTTE  <julien@moutte.net>
25194
25195         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
25196         (gst_videobalance_colorbalance_set_value),
25197         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
25198         for colorbalance interface implementation.
25199         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
25200         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
25201         (gst_ximagesink_dispose), (gst_ximagesink_init),
25202         (gst_ximagesink_class_init): Adding DISPLAY property.
25203         * sys/ximage/ximagesink.h: Adding display_name to store display.
25204         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25205         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25206         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
25207         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
25208         properties (they still need polishing though for gst-launch use : no
25209         xcontext yet, i ll do that tomorrow).
25210         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
25211
25212 2004-01-14  Julien MOUTTE  <julien@moutte.net>
25213
25214         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
25215         (gst_play_set_location), (gst_play_set_visualization): Preparing
25216         switch integration, adding videobalance in the pipeline.
25217
25218 2004-01-14  Julien MOUTTE <julien@moutte.net>
25219
25220         * gst-libs/gst/colorbalance/colorbalance.c:
25221         (gst_color_balance_class_init): Adding a default type.
25222         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
25223         the type.
25224         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
25225         (gst_videobalance_dispose), (gst_videobalance_class_init),
25226         (gst_videobalance_init), (gst_videobalance_interface_supported),
25227         (gst_videobalance_interface_init),
25228         (gst_videobalance_colorbalance_list_channels),
25229         (gst_videobalance_colorbalance_set_value),
25230         (gst_videobalance_colorbalance_get_value),
25231         (gst_videobalance_colorbalance_init): Implementing colorbalance
25232         interface.
25233         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
25234         list.
25235         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
25236         bug which was triggering a BadAccess X error when setting an overlay
25237         before pad was really negotiated.
25238         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
25239         Using the colorbalance type macro.
25240
25241 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25242
25243         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
25244         (gst_flacenc_chain):
25245           handle tags correctly
25246         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25247           extract ID3v1 tags correctly
25248
25249 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25250
25251         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
25252         (plugin_init):
25253           Improve matroska typefinding for odd-typed headers...
25254
25255 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25256
25257         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
25258           Fix for using incremental number on padnames.
25259
25260 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25261
25262         * ext/divx/gstdivxdec.c:
25263         * ext/divx/gstdivxenc.c:
25264           Set category to divx4linux instead of divx (too generic).
25265         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25266         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25267         (gst_wavparse_loop), (gst_wavparse_change_state):
25268         * gst/wavparse/gstwavparse.h:
25269           fix parsing of WAV files with non-standard fmt-tag size and fix
25270           skipping of unrecognized chunks... Someone please fix this thing
25271           to use rifflib so all this is automated.
25272         * sys/v4l/Makefile.am:
25273         * sys/v4l2/Makefile.am:
25274           Add X_CFLAGS because we depend on X (for overlay).
25275
25276 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
25277
25278         * ext/mpeg2dec/gstmpeg2dec.c:
25279           Don't issue a timestamp unless we tagged the frame
25280           with a PTS.
25281
25282 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25283
25284         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
25285           Query the audio element to get the time, not the clock. We're
25286           interested in the element's time here.
25287
25288 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25289
25290         * ext/aalib/gstaasink.c: (gst_aasink_chain):
25291         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25292         * ext/esd/esdsink.c: (gst_esdsink_chain):
25293         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
25294         * ext/mas/massink.c: (gst_massink_chain):
25295         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
25296         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
25297         (gst_matroska_demux_parse_metadata):
25298         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
25299         (gst_mpeg_parse_release_locks):
25300         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
25301         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
25302         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25303         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
25304         (gst_osssink_change_state):
25305         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
25306         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25307         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
25308         (gst_xvideosink_release_locks):
25309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
25310           use element time.
25311         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
25312         (gst_alsa_clock_stop):
25313         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
25314         (gst_audio_clock_get_internal_time):
25315           simplify for use with new clocking code.
25316         * testsuite/alsa/Makefile.am:
25317         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
25318           fix testsuite for new caps system
25319
25320 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25321
25322         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
25323         * ext/flac/gstflacenc.c: (add_one_tag):
25324           length is already host endian, no need to convert. Fixes playback of
25325           tagged files on PPC. (bug #128384)
25326
25327 2004-01-13  Julien MOUTTE <julien@moutte.net>
25328
25329         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
25330         colorbalance interface stating if it is hardware based or software
25331         based.
25332         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
25333         Removing a trailing comma.
25334         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25335         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
25336         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
25337         the documentation seems to be wrong on the -1000 to 1000 interval.
25338
25339 2004-01-12  David Schleef  <ds@schleef.org>
25340
25341         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
25342         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
25343         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
25344         Fix negotiation.  Add a bufferalloc function for the sink pad,
25345         and generally clean up some of the code.
25346
25347 2004-01-12  Julien MOUTTE <julien@moutte.net>
25348
25349         * gst-libs/gst/colorbalance/colorbalancechannel.c:
25350         (gst_color_balance_channel_dispose): Adding safety check in dispose
25351         method.
25352         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25353         (gst_xvimagesink_xcontext_clear),
25354         (gst_xvimagesink_interface_supported),
25355         (gst_xvimagesink_colorbalance_list_channels),
25356         (gst_xvimagesink_colorbalance_set_value),
25357         (gst_xvimagesink_colorbalance_get_value),
25358         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
25359         Adding colorbalance interface support to set XV parameters such as
25360         HUE, BRIGHTNESS, CONTRAST, SATURATION.
25361         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
25362         interface.
25363
25364 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25365
25366         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
25367         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
25368         (gst_audio_convert_init), (gst_audio_convert_set_property),
25369         (gst_audio_convert_get_property), (gst_audio_convert_chain),
25370         (gst_audio_convert_link),
25371         (gst_audio_convert_buffer_to_default_format),
25372         (gst_audio_convert_buffer_from_default_format), (plugin_init):
25373           - implement _getcaps and use it
25374           - improve linking
25375           - remove float caps since no float conversion is actually done
25376           - remove properties and arguments that were to be used for rate
25377             conversion
25378
25379 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25380
25381         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
25382         (gst_audio_structure_set_int):
25383         * gst-libs/gst/audio/audio.h:
25384           add helper functions for _getcaps matching the standard audio
25385           templates
25386
25387 2004-01-12  David Schleef  <ds@schleef.org>
25388
25389         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25390         Test that pad is negotiated before getting its caps.
25391
25392 2004-01-12  Julien MOUTTE <julien@moutte.net>
25393
25394         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
25395         analyzing the pads of an element the bin is mostly in READY state so
25396         no caps were negotiated. This helper function needs to work with
25397         _get_caps directly then. I was not freeing them though, added that to
25398         fix the mem leak.
25399
25400 2004-01-12  Julien MOUTTE <julien@moutte.net>
25401
25402         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25403         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
25404         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
25405         than the free_func.
25406
25407 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25408
25409         * sys/oss/gstossaudio.c: (plugin_init):
25410         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25411         * sys/oss/gstosselement.h:
25412           make an oss debugging category
25413           make failure more descriptive
25414
25415 2004-01-11  David Schleef  <ds@schleef.org>
25416
25417         * ext/ffmpeg/gstffmpeg.c:
25418         * ext/ffmpeg/gstffmpegcodecmap.c:
25419         * ext/ffmpeg/gstffmpegdec.c:
25420         * ext/ffmpeg/gstffmpegenc.c:
25421         * ext/ffmpeg/gstffmpegprotocol.c:
25422         * ext/gdk_pixbuf/gstgdkanimation.c:
25423         * ext/jpeg/gstjpeg.c:
25424         * ext/libpng/gstpng.c:
25425         * ext/mpeg2dec/perftest.c:
25426         * ext/speex/gstspeex.c:
25427         * gst-libs/gst/resample/dtos.c:
25428         * gst/intfloat/gstintfloatconvert.c:
25429         * gst/oneton/gstoneton.c:
25430         * gst/rtjpeg/RTjpeg.c:
25431         * gst/rtp/gstrtp.c:
25432         * sys/dxr3/dxr3init.c:
25433         * sys/glsink/gstgl_nvimage.c:
25434         * sys/glsink/gstgl_pdrimage.c:
25435         * sys/glsink/gstglsink.c:
25436         * testsuite/gst-lint:
25437         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
25438
25439 2004-01-11  David Schleef  <ds@schleef.org>
25440
25441         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
25442         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
25443         * ext/gdk_pixbuf/gstgdkanimation.c:
25444         (gst_gdk_animation_iter_create_pixbuf):
25445         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
25446         (gst_gdk_pixbuf_chain):
25447         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25448         * ext/jack/gstjack.c: (gst_jack_change_state):
25449         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
25450         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
25451         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
25452         * gst/videofilter/gstvideofilter.c:
25453         (gst_videofilter_set_output_size):
25454         Remove all usage of gst_pad_get_caps(), and replace it with
25455         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
25456
25457 2004-01-11  David Schleef  <ds@schleef.org>
25458
25459         * configure.ac:
25460         * ext/Makefile.am: Fixes to make ext/libcaca compile.
25461         * ext/divx/gstdivxdec.c:
25462         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
25463         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
25464         handle images that span multiple buffers.  Now work with both
25465         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
25466         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25467         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
25468         video/video.h changes
25469         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
25470         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
25471         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
25472         of GstData free function.
25473         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
25474         same.
25475
25476 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25477
25478         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
25479         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
25480         (gst_v4l2element_get_property):
25481         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
25482           add norm, channel and frequency properties.
25483         * sys/v4l2/gstv4l2tuner.c:
25484           fixes for tuner interface changes
25485         * sys/v4l2/gstv4l2element.h:
25486         * sys/v4l2/gstv4l2src.c:
25487         * sys/v4l2/gstv4l2src.h:
25488         * sys/v4l2/v4l2src_calls.c:
25489         * sys/v4l2/v4l2src_calls.h:
25490           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
25491
25492 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25493
25494         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
25495         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
25496         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
25497         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
25498         * gst-libs/gst/tuner/tuner.h:
25499           GObjects aren't const.
25500           Add find_by_name functions.
25501           Add checks to _changed functions.
25502         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
25503         (gst_v4l_tuner_get_norm):
25504           Fixes for above.
25505
25506 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25507
25508         * gst-libs/gst/video/video.h:
25509           Fix caps template names to be understandable.
25510           Prefix everything with GST_VIDEO.
25511         * ext/aalib/gstaasink.c:
25512         * ext/divx/gstdivxdec.c:
25513         * ext/divx/gstdivxenc.c:
25514         * ext/gdk_pixbuf/gstgdkpixbuf.c:
25515         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
25516         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
25517         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
25518         * ext/libcaca/gstcacasink.c:
25519         * ext/libpng/gstpngenc.c: (raw_caps_factory):
25520         * ext/snapshot/gstsnapshot.c:
25521         * ext/swfdec/gstswfdec.c:
25522         * ext/xvid/gstxviddec.c:
25523         * ext/xvid/gstxvidenc.c:
25524         * gst/chart/gstchart.c:
25525         * gst/deinterlace/gstdeinterlace.c:
25526         * gst/effectv/gsteffectv.c:
25527         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
25528         * gst/goom/gstgoom.c:
25529         * gst/median/gstmedian.c:
25530         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
25531         (gst_monoscope_srcconnect), (gst_monoscope_chain):
25532         * gst/overlay/gstoverlay.c:
25533         * gst/smooth/gstsmooth.c:
25534         * gst/smpte/gstsmpte.c:
25535         * gst/synaesthesia/gstsynaesthesia.c:
25536         * gst/videocrop/gstvideocrop.c:
25537         * gst/videodrop/gstvideodrop.c:
25538         * gst/y4m/gsty4mencode.c:
25539         * sys/qcam/gstqcamsrc.c:
25540         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
25541           Make them work with new video.h file.
25542         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25543         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
25544         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25545         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
25546           Make it work with new buffer allocation system.
25547
25548 2004-01-11  Julien MOUTTE  <julien@moutte.net>
25549
25550         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
25551         pad_alloc_buffer implementation to use ->srcpad
25552         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
25553         pad_alloc_buffer implementation to use ->srcpad
25554         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
25555         pad_alloc_buffer implementation to use ->srcpad
25556         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25557         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
25558         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
25559         a reference to everything we need.
25560         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
25561         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25562         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25563         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
25564         a reference to everything we need.
25565         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
25566
25567 2004-01-11  David Schleef  <ds@schleef.org>
25568
25569         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
25570         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
25571         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
25572         structure members.
25573         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
25574         value during a resize/renegotiation.
25575         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
25576         gst_pad_alloc_buffer();
25577         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
25578         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
25579         structure members.
25580         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
25581         Fix for rename of buffer private structure members.
25582         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25583         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
25584         Fix for rename of buffer private structure members.
25585         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25586         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
25587         Fix for rename of buffer private structure members.
25588
25589 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
25590
25591         reviewed by: David Schleef <ds@schleef.org>
25592
25593         * gst/videofilter/Makefile.am:
25594         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
25595         from the patch by ds to fit in with recent make_filter changes.
25596
25597 2004-01-11  Julien MOUTTE  <julien@moutte.net>
25598
25599         * configure.ac: Adding examples/switch/Makefile
25600         * examples/Makefile.am: Adding examples/switch
25601         * examples/switch/Makefile.am: Adding switcher example.
25602         * examples/switch/switcher.c: (got_eos), (idle_iterate),
25603         (switch_timer), (main): Adding an example demonstrating switch usage
25604         with 2 videotestsrc showing different patterns.
25605         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
25606         (gst_switch_init): Fixing switch with the new caps system.
25607
25608 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25609
25610         * gst-libs/gst/video/video.h:
25611           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
25612           They should probably be like
25613           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
25614
25615 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25616
25617         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25618         (qtdemux_parse_trak):
25619           fix audio chunk size/timestamp calculation
25620
25621 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25622
25623         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
25624           fix SVQ3 caps
25625
25626 2004-01-11  Steve Baker  <steve@stevebaker.org>
25627
25628         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
25629         (gst_agingtv_base_init), (gst_agingtv_class_init),
25630         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
25631         (gst_agingtv_set_property), (gst_agingtv_get_property):
25632         Port agingTV to videofilter
25633
25634 2004-01-09  Julien MOUTTE <julien@moutte.net>
25635
25636         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
25637         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25638
25639 2004-01-09  Julien MOUTTE <julien@moutte.net>
25640
25641         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
25642         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25643         * gst-libs/gst/xoverlay/xoverlay.c:
25644         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
25645         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
25646         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25647         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25648         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25649         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25650         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
25651         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
25652         the bufferalloc_function to replace bufferpools, fixing the XOverlay
25653         interface implementation to handle xid being 0 and fix some bugs
25654         triggered by Benjamin's testcase.
25655         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25656         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25657         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
25658         the bufferalloc_function to replace bufferpools, fixing the XOverlay
25659         interface implementation to handle xid being 0 and fix some bugs
25660         triggered by Benjamin's testcase.
25661
25662 2004-01-09  David Schleef  <ds@schleef.org>
25663
25664         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
25665         mouse pointer events.  It works.
25666
25667 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25668
25669         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
25670           Use explicit caps - fix capsnego.
25671         * ext/xvid/gstxviddec.c:
25672         * ext/xvid/gstxvidenc.c:
25673           Remove macro-inside-macro which caused compile errors.
25674         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
25675           Error out if it's not a RIFF file. Else we error out without
25676           gst_element_error() which is not good...
25677
25678 2004-01-08  David Schleef  <ds@schleef.org>
25679
25680         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
25681         Fix pad_link function to handle formats that ffmpeg returns
25682         as multiple caps structures.
25683         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
25684         Only complain if source buffer is _smaller_ than expected.
25685         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
25686         (gst_videoscale_handle_src_event): Resize navigation events
25687         when passing them upstream.
25688         * gst/videotestsrc/gstvideotestsrc.c:
25689         * gst/videotestsrc/gstvideotestsrc.h:
25690         * gst/videotestsrc/videotestsrc.c:
25691         * gst/videotestsrc/videotestsrc.h:
25692         Rewrite many of the buffer painting functions to handle odd
25693         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
25694         been verified to work with my video card.
25695         * testsuite/gst-lint:  Add check for elements calling
25696         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
25697
25698 2004-01-08  David Schleef  <ds@schleef.org>
25699
25700         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25701         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
25702
25703 2004-01-08  Julien MOUTTE  <julien@moutte.net>
25704
25705         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
25706         configure event is not emiting the desired size signal. That fixes
25707         aspect ratio issues with gst-player.
25708
25709 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25710
25711         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
25712           Fix capsnego.
25713
25714 2004-01-08  Julien MOUTTE  <julien@moutte.net>
25715
25716         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
25717         public method to fire size signal.
25718
25719 2004-01-07  Julien MOUTTE  <julien@moutte.net>
25720
25721         * examples/gstplay/Makefile.am: Adding the interface library.
25722         * gst-libs/gst/play/Makefile.am: Adding the interface library.
25723         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
25724         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
25725         GST_IS_X_OVERLAY before signal connect.
25726         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
25727         Removing the have_video_size signal.
25728         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
25729         and associated public method.
25730         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
25731         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
25732         signal.
25733         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
25734         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
25735         signal.
25736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
25737         Using XOverlay public method to fire size signal.
25738
25739 2004-01-07  David Schleef  <ds@schleef.org>
25740
25741         * gst/videofilter/Makefile.am:
25742         * gst/videofilter/gstvideotemplate.c:
25743         * gst/videofilter/make_filter:
25744         Create gstvideoexample.c in a srcdir!=builddir friendly way.
25745         Convert make_filter to /bin/sh script.
25746
25747 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
25748
25749         * gst/modplug/gstmodplug.cc: fix element description
25750
25751 2004-01-07  Julien MOUTTE  <julien@moutte.net>
25752
25753         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
25754         (got_video_size): Adding some new lines in g_print calls.
25755         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25756         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
25757         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
25758         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
25759         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
25760         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
25761         Complete code review, reverting some stuff i disagree with, adding
25762         some fixes : time synchronization on invalid timestamps, renegotiation
25763         of private window.
25764         * sys/ximage/ximagesink.h:
25765         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
25766         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
25767         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
25768         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
25769         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
25770         (gst_xvimagesink_buffer_new),
25771         (gst_xvimagesink_navigation_send_event),
25772         (gst_xvimagesink_set_xwindow_id),
25773         (gst_xvimagesink_get_desired_size),
25774         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
25775         stuff i disagree with, adding some fixes : Renegotiation of private
25776         window, implementing get_desired_size.
25777
25778 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25779
25780         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
25781         (gst_afsink_handle_event):
25782         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
25783         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
25784         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
25785         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
25786         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
25787           Fix for instantiate-test (see core). Also remove dead code from
25788           jpegenc (which still needs fixing, but that's lower on my TODO
25789           list...).
25790         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
25791           Never return NULL as caps.
25792
25793 2004-01-07  David Schleef  <ds@schleef.org>
25794
25795         * configure.ac:
25796         * ext/Makefile.am:
25797         * ext/librfb/Makefile.am:
25798         * ext/librfb/gstrfbsrc.c:
25799         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
25800         is the protocol used by VNC.
25801
25802 2004-01-07  David Schleef  <ds@schleef.org>
25803
25804         * gst/videofilter/gstvideotemplate.c:
25805         * gst/videofilter/gstvideotemplate.h:
25806         * gst/videofilter/make_filter:
25807         Merge videotemplate header into source file.
25808         * gst/effectv/Makefile.am:
25809         * gst/effectv/gsteffectv.c: (plugin_init):
25810         * gst/effectv/gstwarp.c:
25811         Make warpTV a subclass of videofilter.
25812
25813 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25814
25815         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
25816           Add guard against invalid utf-8 conversions in mad. Just in case.
25817
25818 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25819
25820         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
25821           Fix for bug shown by poisoning
25822
25823 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25824
25825         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
25826         (gst_v4lmjpegsrc_buffer_free):
25827         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
25828         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
25829         (gst_v4lsrc_buffer_free):
25830           Fix for removed bufferpools.
25831
25832 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
25833
25834         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
25835         Fix caps negotiation.
25836
25837         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
25838         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
25839         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
25840         (dvdnavsrc_event):
25841         * ext/mpeg2dec/gstmpeg2dec.c:
25842         * gst-libs/gst/navigation/navigation.c:
25843         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
25844         * gst-libs/gst/navigation/navigation.h:
25845         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
25846         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
25847         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
25848         Super-simple first version of mouse and keyboard events. Clicking
25849         on a DVD menu now works, although it may not take you where you
25850         expected.
25851
25852         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
25853         * gst/videotestsrc/gstvideotestsrc.c:
25854         (gst_videotestsrc_src_fixate):
25855         These fixate functions were broken - they never actually
25856         fixated :)
25857
25858 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25859
25860         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
25861         (gst_icecastsend_init):
25862           fix for new caps system.
25863         * gst-libs/gst/mixer/mixertrack.h:
25864         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
25865           Add 'master track' flag (for tools like ACME that only want to
25866           change the main volume).
25867
25868 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
25869
25870         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
25871         (gst_xvid_csp_to_caps):
25872         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
25873         * ext/xvid/gstxvidenc.c:
25874         ifdef out ARGB type when it isn't available
25875         in xvidcore 1.0.0beta2
25876
25877 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25878
25879         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
25880           When we have received a new SCR right in the first buffer after
25881           a seek (so in the same cycle that handles the discont), we should
25882           handle the buffer instead of unreffing it, else we lose data.
25883
25884 2004-01-06  Iain <iain@prettypeople.org>
25885
25886         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
25887           buffer-frames caps too.
25888
25889         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
25890           caps that we need, don't destroy them all and rebuild them. And when
25891           creating src pads, use the src pad template rather than the sink...
25892
25893 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25894
25895         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
25896           Add pad to element *after* setting functions such as event handler.
25897           Without this, the scheduler (opt) will link pads, set the event
25898           handler from the default event function (dispatcher in gstpad.c)
25899           and *after* that, we will set our own event function, which will
25900           thus never be used (and thus mpegdemux doesn't handle events).
25901
25902 2004-01-04  David Schleef  <ds@schleef.org>
25903
25904         Fix the fixate functions to handle new prototype:
25905         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
25906         * gst/videotestsrc/gstvideotestsrc.c:
25907         (gst_videotestsrc_src_fixate):
25908         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
25909         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
25910         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
25911
25912 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25913
25914         * sys/ximage/ximagesink.h:
25915         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25916         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
25917         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
25918         (gst_ximagesink_xoverlay_init):
25919           assorted fixes to make (re)embedding work
25920         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
25921         (gst_ximagesink_get_desired_size):
25922           implement desired size additions to XOverlay
25923
25924 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25925
25926         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
25927         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
25928         (gst_x_overlay_got_desired_size):
25929         * gst-libs/gst/xoverlay/xoverlay.h:
25930           Add optional "desired size" signal and querying.
25931
25932 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25933
25934         * gst/matroska/matroska-demux.c:
25935         (gst_matroska_demux_parse_blockgroup):
25936           Fix EBML-laced block parsing. Diffs are relative to previous
25937           lace, not the first lace. Thanks to Mosu from the Matroska
25938           team for detecting this.
25939         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25940         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
25941         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
25942         (gst_wavparse_change_state):
25943         * gst/wavparse/gstwavparse.h:
25944           Quickfix for capsnego.
25945
25946 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25947
25948         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
25949           Fix indenting, fix pad creation.
25950
25951 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25952
25953         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
25954         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
25955         (gst_xviddec_sink_link):
25956           Implement src_getcaps() so proper size caps is negotiated.
25957
25958 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25959
25960         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
25961           Finish flac decoder on EOS. See #116178.
25962
25963 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25964
25965         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
25966         (gst_matroska_demux_add_stream):
25967         * gst/matroska/matroska-ids.h:
25968           Add getcaps() function to fix capsnego...
25969
25970 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25971
25972         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
25973         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
25974         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
25975           Fix more integer overflows. Again, see #126967.
25976
25977 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25978
25979         * ext/mpeg2dec/gstmpeg2dec.c:
25980           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
25981           #130416.
25982
25983 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25984
25985         * configure.ac:
25986         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
25987         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
25988         * ext/xvid/gstxvid.h:
25989         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
25990         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
25991         (gst_xviddec_src_link), (gst_xviddec_sink_link),
25992         (gst_xviddec_change_state):
25993         * ext/xvid/gstxviddec.h:
25994         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
25995         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
25996         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
25997         (gst_xvidenc_link), (gst_xvidenc_set_property),
25998         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
25999         * ext/xvid/gstxvidenc.h:
26000           Update xvid plugin to latest xvid (1.0.0-beta3) API.
26001
26002 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26003
26004         * gst/rtp/rtp-packet.c:
26005           Add sys/types.h include, since OS X doesn't define in_addr_t
26006           in netinet/in.h, like it does on Linux (see #129600).
26007
26008 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
26009
26010         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
26011
26012         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
26013           Correct logic of dispose function (see #129306).
26014
26015 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26016
26017         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
26018         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
26019         (gst_mpeg_parse_init):
26020         * gst/mpegstream/gstmpegparse.h:
26021           Remove clock (which was never provided, i.e. dead code), and
26022           also fix integer overflows at high PTS values (see #126967).
26023
26024 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26025
26026         * ext/flac/gstflacdec.c:
26027         * ext/libpng/gstpngenc.h:
26028         * ext/mikmod/gstmikmod.h:
26029           OS X fixes (see #126628).
26030
26031 2004-01-02  David Schleef  <ds@schleef.org>
26032
26033         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
26034         (gst_alsa_src_base_init): Remove bogus "src" request pad.
26035         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
26036         (gst_mpeg_parse_class_init): Move pad template registration
26037         to class_init, since the derived class (mpegdemux) doesn't
26038         want them.
26039
26040 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26041
26042         * sys/ximage/Makefile.am:
26043         * sys/xvideo/Makefile.am:
26044         * sys/xvimage/Makefile.am:
26045           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
26046           after installation (see #127664).
26047
26048 2004-01-02  David Schleef  <ds@schleef.org>
26049
26050         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
26051         (gst_ffmpegenc_connect):  Negotiation fixes.
26052         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
26053         Remove inappropriate gst_caps_free().
26054         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
26055         Reenable Ronald's internal resize code, since the core handles
26056         it correctly now.
26057
26058 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26059
26060         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
26061         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
26062         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
26063           Fix pad template stuff.
26064
26065 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26066
26067         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
26068         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
26069           fix signed integer reading/writing.
26070
26071 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26072
26073         * ext/alsa/README:
26074           Remove outdated document
26075
26076 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
26077
26078         * gst/cutter/gstcutter.c: (gst_cutter_init):
26079           src pad was being created twice - oops.
26080
26081 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26082
26083         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
26084           Comment out internal resize. It doesn't handle the resulting
26085           XEvent internally, does another try_set_caps() which leads to
26086           a really nice loop.
26087           Real fix will come when Julien and Dave are awake. ;).
26088
26089 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26090
26091         * ext/mpeg2enc/gstmpeg2enc.cc:
26092           fix const/nonconst compile issue.
26093
26094 2004-01-02  David Schleef  <ds@schleef.org>
26095
26096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
26097         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
26098         Add fixate function and a check for bad formats.
26099
26100 2004-01-01  David Schleef  <ds@schleef.org>
26101
26102         Negotiation fixes:
26103         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
26104         (gst_audiofilter_init):
26105         * gst/debug/efence.c: (gst_efence_init):
26106         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
26107         (gst_deinterlace_init):
26108         * gst/volume/gstvolume.c: (volume_connect):
26109
26110 2004-01-01  David Schleef  <ds@schleef.org>
26111
26112         Convert elements to use gst_pad_use_explicit_caps() where
26113         appropriate:
26114         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
26115         * ext/audiofile/gstafparse.c: (gst_afparse_init),
26116         (gst_afparse_open_file):
26117         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
26118         (gst_afsrc_open_file):
26119         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
26120         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
26121         (gst_ffmpegdec_chain):
26122         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
26123         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
26124         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
26125         (gst_gdk_pixbuf_chain):
26126         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
26127         (gst_jpegdec_chain):
26128         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
26129         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
26130         (gst_mikmod_negotiate):
26131         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26132         (gst_mpeg2dec_negotiate_format):
26133         * ext/mpeg2enc/gstmpeg2enc.cc:
26134         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26135         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
26136         (gst_speexdec_sinkconnect):
26137         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
26138         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
26139         (gst_vorbisfile_new_link):
26140         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
26141         (gst_ac3parse_chain):
26142         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
26143         (gst_asf_demux_setup_pad):
26144         * gst/auparse/gstauparse.c: (gst_auparse_init),
26145         (gst_auparse_chain):
26146         * gst/id3/gstid3types.c: (gst_id3types_loop):
26147         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
26148         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26149         (mp1videoparse_parse_seq):
26150         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
26151         (bpf_from_header):
26152         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26153         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
26154         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26155         (gst_mpeg_parse_send_data):
26156         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26157         (gst_qtdemux_add_stream):
26158         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
26159         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26160         (gst_wavparse_parse_fmt):
26161
26162 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26163
26164         * configure.ac:
26165           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
26166           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
26167           it therefore uses the wrong include paths. Too bad... Note
26168           that 1.6.1.93 is not release yet. ;).
26169           Also add a check for mplex, which is now using the lib'ified
26170           mplex from mjpegtools, too.
26171         * ext/ffmpeg/gstffmpegcodecmap.c:
26172           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
26173           issues. I don't think ffmpeg handles 3ivx correctly, so this
26174           probably won't work. But it won't hurt either.
26175         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
26176         (gst_ffmpegdec_chain):
26177         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
26178         (gst_ffmpegenc_chain_audio):
26179           Fix memleak in audio encoding. Close codec if open fails, this
26180           calls the cleanup routines so we can re-use the context.
26181         * ext/mpeg2enc/gstmpeg2enc.cc:
26182           Fix pad template names/types, fix memory issue with getcaps().
26183         * ext/mpeg2enc/gstmpeg2encoder.cc:
26184         * ext/mpeg2enc/gstmpeg2encoder.hh:
26185           Fix compile issue with new caps system (const thingy).
26186         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
26187         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
26188           We read a first frame right on initing, so that we have a caps
26189           when we init the output. This caps is cached in padprivate and
26190           read as first frame.
26191         * ext/mplex/Makefile.am:
26192         * ext/mplex/gstmplex.cc:
26193         * ext/mplex/gstmplex.h:
26194         * ext/mplex/gstmplex.hh:
26195         * ext/mplex/gstmplexibitstream.cc:
26196         * ext/mplex/gstmplexibitstream.hh:
26197         * ext/mplex/gstmplexjob.cc:
26198         * ext/mplex/gstmplexjob.hh:
26199         * ext/mplex/gstmplexoutputstream.cc:
26200         * ext/mplex/gstmplexoutputstream.hh:
26201           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
26202           had issues, didn't do capsnego, supported only a subset of the
26203           mplex features and required a mplex fork in our local CVS. Plus
26204           that it worked agaist a very old mplex version. Rewriting was
26205           faster than updating it.
26206         * gst-libs/ext/Makefile.am:
26207         * gst-libs/ext/mplex/INSTRUCT:
26208         * gst-libs/ext/mplex/Makefile.am:
26209         * gst-libs/ext/mplex/README:
26210         * gst-libs/ext/mplex/TODO:
26211         * gst-libs/ext/mplex/ac3strm_in.cc:
26212         * gst-libs/ext/mplex/audiostrm.hh:
26213         * gst-libs/ext/mplex/audiostrm_out.cc:
26214         * gst-libs/ext/mplex/aunit.hh:
26215         * gst-libs/ext/mplex/bits.cc:
26216         * gst-libs/ext/mplex/bits.hh:
26217         * gst-libs/ext/mplex/buffer.cc:
26218         * gst-libs/ext/mplex/buffer.hh:
26219         * gst-libs/ext/mplex/fastintfns.h:
26220         * gst-libs/ext/mplex/format_codes.h:
26221         * gst-libs/ext/mplex/inputstrm.cc:
26222         * gst-libs/ext/mplex/inputstrm.hh:
26223         * gst-libs/ext/mplex/lpcmstrm_in.cc:
26224         * gst-libs/ext/mplex/mjpeg_logging.cc:
26225         * gst-libs/ext/mplex/mjpeg_logging.h:
26226         * gst-libs/ext/mplex/mjpeg_types.h:
26227         * gst-libs/ext/mplex/mpastrm_in.cc:
26228         * gst-libs/ext/mplex/mpegconsts.cc:
26229         * gst-libs/ext/mplex/mpegconsts.h:
26230         * gst-libs/ext/mplex/mplexconsts.hh:
26231         * gst-libs/ext/mplex/multplex.cc:
26232         * gst-libs/ext/mplex/outputstream.hh:
26233         * gst-libs/ext/mplex/padstrm.cc:
26234         * gst-libs/ext/mplex/padstrm.hh:
26235         * gst-libs/ext/mplex/stillsstream.cc:
26236         * gst-libs/ext/mplex/stillsstream.hh:
26237         * gst-libs/ext/mplex/systems.cc:
26238         * gst-libs/ext/mplex/systems.hh:
26239         * gst-libs/ext/mplex/vector.cc:
26240         * gst-libs/ext/mplex/vector.hh:
26241         * gst-libs/ext/mplex/videostrm.hh:
26242         * gst-libs/ext/mplex/videostrm_in.cc:
26243         * gst-libs/ext/mplex/videostrm_out.cc:
26244         * gst-libs/ext/mplex/yuv4mpeg.cc:
26245         * gst-libs/ext/mplex/yuv4mpeg.h:
26246         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
26247         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
26248           We don't fork mjpegtools' mplex in our CVS anymore.
26249         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
26250         (gst_avi_demux_add_stream):
26251         * gst/avi/gstavidemux.h:
26252           Add getcaps() function for proper caps nego. This makes some
26253           parts of AVI playback/reading work.
26254         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
26255           Resize window on new capsnego. This is probably wrong, but
26256           I'm still committing it because with current capsnego, the
26257           first successfull capsnego is auto-fixated, therefore rounded
26258           down to the lowest values in the caps. this results in a 16x16
26259           XWindow that is not reized when real capsnego finishes.
26260           Dave, I see more cases of this, do you know a proper solution?
26261         * tools/gst-launch-ext.in:
26262           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
26263
26264 2003-12-31  David Schleef  <ds@schleef.org>
26265
26266         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
26267         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
26268           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
26269
26270 2003-12-30  David Schleef  <ds@schleef.org>
26271
26272         * ext/ffmpeg/gstffmpegcolorspace.c:
26273         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
26274         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
26275         (gst_ffmpegcsp_chain): Negotiation fixes
26276         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
26277         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
26278         (gst_audio_convert_link), (gst_audio_convert_channels):
26279         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
26280         (gst_audioscale_link), (gst_audioscale_get_buffer),
26281         (gst_audioscale_chain): Negotiation fixes
26282         * gst/audioscale/gstaudioscale.h:
26283         * gst/videofilter/gstvideofilter.c:
26284         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
26285         (gst_videofilter_link), (gst_videofilter_init),
26286         (gst_videofilter_set_output_size), (gst_videofilter_setup),
26287         (gst_videofilter_find_format_by_structure):
26288         * gst/videofilter/gstvideofilter.h: Negotiation fixes
26289         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
26290         (gst_videoscale_link):
26291         * gst/videoscale/videoscale.c: (videoscale_get_structure),
26292         (videoscale_find_by_structure), (gst_videoscale_setup):
26293         * gst/videoscale/videoscale.h: Negotiation fixes
26294         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
26295         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
26296         function, restrict resizing to a multiple of 4 (hack until
26297         everyone supports odd sizes correctly).
26298
26299 2003-12-29  Colin Walters  <walters@verbum.org>
26300
26301         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
26302         signed.
26303
26304 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
26305
26306         * ext/sndfile/gstsf.c: (gst_sf_loop):
26307           Fix warning about discarding const qualifier
26308
26309 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
26310
26311         * gst/cutter/gstcutter.c:
26312         * gst/videoscale/gstvideoscale.c:
26313         * gst/volenv/gstvolenv.c:
26314         * gst-libs/gst/audio/audio.c:
26315         * gst-libs/gst/video/video.c:
26316           Fix warnings
26317
26318 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26319
26320         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
26321           Don't send ALSA debugging to stderr.
26322         * ext/alsa/gstalsa.h:
26323           Use GST_WARNING instead of g_warning when ALSA functions fail.
26324
26325 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26326
26327         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
26328           Free XVAdapterInfo correctly.
26329
26330 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26331
26332         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26333         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
26334           Make id3tag use correct caps nego.
26335
26336 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
26337
26338         * ext/ivorbis/vorbis.c:
26339         * ext/ivorbis/vorbisenc.h:
26340         * ext/ivorbis/vorbisfile.c:
26341           Modify so that it uses the new caps things
26342
26343 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26344
26345         * testsuite/spider/spider1.c: (main):
26346         * testsuite/spider/spider2.c: (main):
26347         * testsuite/spider/spider3.c: (main):
26348           Make tests compile again. They probably don't work.
26349
26350 2003-12-24  Colin Walters  <walters@verbum.org>
26351
26352         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
26353         we can't fixate the caps anymore.
26354
26355 2003-12-23  David Schleef  <ds@schleef.org>
26356
26357         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
26358         * sys/oss/gstosssink.c: (gst_osssink_init),
26359         (gst_osssink_sink_fixate): Add fixate function.
26360
26361 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26362
26363         * ext/ffmpeg/gstffmpegcodecmap.c:
26364         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
26365         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
26366         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
26367         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
26368         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
26369         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
26370         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
26371           fix typo in RGB masks, and move back to "old" colorspace
26372           capsnego code until whoever wrote this new crap has actually
26373           tested it so that it works.
26374           And yes, this works, keep it that way please.
26375
26376 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26377
26378         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
26379         (gst_divxdec_init), (gst_divxdec_negotiate):
26380         * ext/divx/gstdivxdec.h:
26381         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
26382         (gst_divxenc_init):
26383         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
26384         (gst_faac_sinkconnect), (gst_faac_srcconnect):
26385         * ext/mpeg2enc/gstmpeg2enc.cc:
26386         * ext/mpeg2enc/gstmpeg2encoder.cc:
26387         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
26388         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
26389         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
26390         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
26391         (dxr3spusink_init):
26392         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
26393         (dxr3videosink_init):
26394           Fix caps breakage after Dave's caps branch merge.
26395
26396 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26397
26398         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26399           Fix for 24bpp display.
26400
26401 2003-12-23  Colin Walters  <walters@verbum.org>
26402
26403         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
26404         a GnomeVFSHandle directly.
26405
26406 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26407
26408         * gst/volume/Makefile.am:
26409         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
26410         (volume_base_init), (volume_init):
26411           Reenable volume element and fix to work with new caps stuff.
26412           Rhythmbox needs this.
26413
26414 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26415
26416         * gst/qtdemux/qtdemux.c: (plugin_init):
26417           qtdemux requires bytestream
26418
26419 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26420
26421         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
26422           Fix remaining caps handling errors due to CAPS merge.
26423
26424 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26425
26426         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
26427         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
26428         (gst_faad_srcconnect):
26429           Port to new caps system.
26430
26431 2003-12-21  Julien MOUTTE  <julien@moutte.net>
26432
26433         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
26434         (got_video_size), (main): using g_print instead of g_message.
26435         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
26436         signal which was not emitted because of "switch" element added to the
26437         bin but not connected. (Removing from the bin temporarily)
26438
26439 2003-12-21  Julien MOUTTE  <julien@moutte.net>
26440
26441         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
26442         find X development files. I don't understand the previous tests and
26443         they fail on my debian/ppc unstable. This one works.
26444         * examples/gstplay/player.c: (main): Set the pipeline to READY before
26445         exiting.
26446         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
26447         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26448         (gst_play_set_visualization): Add some safety checks in set_ methods
26449         and state_change. This was throwing some ugly CRITICAL messages when
26450         pipeline was getting disposed and casts were failing.
26451
26452 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26453
26454         * configure.ac:
26455           Improve mpeg2enc detection. This is for distributions that do
26456           ship mjpegtools, but without mpeg2enc. Also does object check
26457           for might there ever be ABI incompatibility.
26458         * ext/mpeg2enc/gstmpeg2enc.cc:
26459           Add Andrew as second maintainer (he's helping me), and also add
26460           an error if no caps was set. This happens if I pull before capsnego
26461           and that's something I should solve sometime else.
26462         * gst/matroska/matroska-demux.c:
26463         (gst_matroska_demux_parse_blockgroup):
26464           Fix time parsing.
26465         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
26466         (gst_matroska_mux_track_header):
26467           Add caps to templates.
26468         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
26469           Add mpegversion=1 to prevent confusion with MPEG/AAC.
26470         * gst/mpegstream/gstmpegdemux.c:
26471           Remove layer since it causes warnings about unfixed caps.
26472         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
26473           Fix obvious typo (we error out if caps were set, we should of
26474           course error out if *no* caps were set).
26475         * sys/oss/gstosselement.c: (gst_osselement_convert):
26476           Fix format conversion, we confused bits/bytes.
26477         * sys/oss/gstosselement.h:
26478           Improve documentation for 'bps'.
26479         * sys/v4l/TODO:
26480           Remove stuff about plugins that need removing - this was done
26481           ages ago.
26482         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
26483         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
26484         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
26485         (gst_v4lsrc_src_query):
26486         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
26487         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
26488           Add get_query_types(), get_formats() and query() functions.
26489
26490 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
26491
26492         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
26493           * moved CVS to freedesktop.org