1 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
3 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4 Add support for burn:// URIs (#343385); const-ify things a bit,
5 use G_N_ELEMENTS instead of hard-coded array size.
7 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
9 Patch by: Young-Ho Cha <ganadist at chollian net>
11 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
12 Fix up broken entities before passing them to libxml *sigh*.
15 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
20 === release 0.10.8 ===
22 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
25 releasing 0.10.8, "Moar gij ziet mij nie"
27 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
44 * win32/common/config.h:
47 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
49 * docs/libs/tmpl/gstaudio.sgml:
50 * docs/libs/tmpl/gstcolorbalance.sgml:
51 * docs/libs/tmpl/gstmixer.sgml:
52 * docs/libs/tmpl/gstringbuffer.sgml:
53 * docs/libs/tmpl/gsttuner.sgml:
54 * docs/libs/tmpl/gstxoverlay.sgml:
55 * gst-libs/gst/audio/audio.c:
56 * gst-libs/gst/audio/gstringbuffer.c:
57 * gst-libs/gst/interfaces/colorbalance.c:
58 * gst-libs/gst/interfaces/mixer.c:
59 * gst-libs/gst/interfaces/tuner.c:
60 * gst-libs/gst/interfaces/xoverlay.c:
61 move last template doc snippets to source code and delete them
63 2006-06-06 Michael Smith <msmith@fluendo.com>
65 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
66 (theora_parse_drain_queue):
67 Mark DELTA_UNIT on non-keyframes.
69 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
71 * gst-libs/gst/audio/gstbaseaudiosink.c:
72 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
73 * gst-libs/gst/audio/gstbaseaudiosink.h:
74 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
75 (gst_ring_buffer_samples_done):
76 * gst-libs/gst/audio/gstringbuffer.h:
77 Document better the fact that latency_time and buffer_time are values
78 stored in microseconds, and not the usual GStreamer nanoseconds.
79 Change the variables (compatibly) that store them from GstClockTime
80 to guint64 to make it more clear that they're not storing clock times.
81 Also, remove the bogus property description that says the user can
82 specify -1 to get the default value, since that's never been the case.
84 When computing the default segment size for the ring buffer, make it
85 an integer number of samples.
87 When the sub-class indicates a delay greater than the number of
88 samples we've written return 0 from the audio sink get_time method.
90 2006-06-02 Michael Smith <msmith@fluendo.com>
92 * tests/check/elements/audioconvert.c: (set_channel_positions),
93 (get_float_mc_caps), (get_int_mc_caps):
94 * tests/check/elements/audioresample.c:
95 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
96 * tests/check/elements/videorate.c:
97 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
98 * tests/check/elements/volume.c:
99 * tests/check/elements/vorbisdec.c:
100 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
101 Don't busy-wait in tests; this was causing test timeouts very
102 frequently when running under valgrind.
104 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
107 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
108 (gst_multi_fd_sink_remove_client_link),
109 (gst_multi_fd_sink_client_queue_caps),
110 (gst_multi_fd_sink_client_queue_buffer),
111 (gst_multi_fd_sink_handle_client_write),
112 (gst_multi_fd_sink_render):
113 * gst/tcp/gstmultifdsink.h:
114 make multifdsink properly deal with streamheader:
115 - streamheader is taken from caps
116 - buffers marked with IN_CAPS are not sent
117 - streamheaders are sent, on connection, from the caps of the
118 buffer where the client gets positioned to
119 - further streamheader changes are done every time the client
120 will receive a buffer with different caps
121 * tests/check/elements/multifdsink.c: (GST_START_TEST),
122 (gst_multifdsink_create_streamheader):
125 2006-06-02 Michael Smith <msmith@fluendo.com>
127 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
128 Reinstate limit on channel count. Vorbis does not define the meaning
129 of > 6 channels, so they're just independent channels. Gstreamer
130 currently has no mechanism to represent N independent channels.
132 2006-06-02 Michael Smith <msmith@fluendo.com>
134 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
135 Don't arbitrarily restrict channel counts and rate in vorbis.
136 In terms of effects likely on real-world files, this fixes 96kHz
139 2006-06-02 Michael Smith <msmith@fluendo.com>
141 * gst/audioconvert/audioconvert.c: (float):
142 More correct float->int conversion.
144 2006-06-02 Michael Smith <msmith@fluendo.com>
146 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
147 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
148 value. Fixes g-critical on trying to play back ogg containing
151 2006-06-02 Wim Taymans <wim@fluendo.com>
153 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
155 * gst/playback/gstplaybasebin.h:
156 Make the subtitle detection work from any thread so we don't
157 deadlock. Fixes #343397.
159 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
161 * gst/volume/Makefile.am:
162 Seriously, it's not *that* hard to get compilation right. Even
163 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
165 2006-06-01 Stefan Kost <ensonic@users.sf.net>
167 * gst/volume/gstvolume.c: (volume_choose_func),
168 (volume_update_real_volume), (gst_volume_class_init),
169 (gst_volume_init), (volume_process_float), (volume_process_int16),
170 (volume_process_int16_clamp), (volume_set_caps),
171 (volume_transform_ip), (plugin_init):
172 * gst/volume/gstvolume.h:
173 rewrite the passthrough check, split _int16 and _int16_clamp, fix
174 another property desc., remove unused param from process function
176 * tests/check/elements/volume.c: (volume_suite):
177 reactivate the passthrough test
179 2006-06-01 Stefan Kost <ensonic@users.sf.net>
181 * ext/alsa/gstalsamixerelement.h:
182 * ext/alsa/gstalsamixeroptions.h:
183 * ext/alsa/gstalsamixertrack.h:
184 * ext/gnomevfs/gstgnomevfssink.h:
185 * ext/gnomevfs/gstgnomevfssrc.h:
186 * ext/theora/gsttheoradec.h:
187 * ext/theora/gsttheoraenc.h:
188 * ext/theora/gsttheoraparse.h:
189 * ext/vorbis/vorbisparse.h:
190 * gst-libs/gst/audio/gstaudioclock.h:
191 * gst-libs/gst/audio/gstaudiofilter.h:
192 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
193 * gst/audioconvert/gstaudioconvert.h:
194 * gst/audioresample/gstaudioresample.h:
195 * gst/audiotestsrc/gstaudiotestsrc.h:
196 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
197 * gst/playback/gststreamselector.h:
198 * gst/tcp/gstmultifdsink.h:
199 * gst/tcp/gsttcpclientsink.h:
200 * gst/tcp/gsttcpclientsrc.h:
201 * gst/tcp/gsttcpserversink.h:
202 * gst/tcp/gsttcpserversrc.h:
203 * gst/videorate/gstvideorate.h:
204 * gst/videoscale/gstvideoscale.h:
205 * gst/videotestsrc/gstvideotestsrc.h:
206 * gst/volume/gstvolume.h:
207 * sys/v4l/gstv4ljpegsrc.h:
208 * sys/v4l/gstv4lmjpegsink.h:
209 * sys/v4l/gstv4lmjpegsrc.h:
210 * sys/v4l/gstv4lsrc.h:
211 * sys/ximage/ximagesink.h:
212 * sys/xvimage/xvimagesink.h:
213 * tests/old/testsuite/alsa/sinesrc.h:
214 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
216 2006-05-31 Wim Taymans <wim@fluendo.com>
218 * ext/libvisual/visual.c: (gst_visual_reset),
219 (gst_visual_sink_setcaps), (gst_visual_sink_event),
220 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
222 Use running time before doing QoS.
225 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
227 * docs/libs/Makefile.am:
228 set a magic variable to indicate we know the docs are incomplete
230 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
232 * win32/common/libgstvideo.def:
233 export gst_video_calculate_display_ratio
234 * win32/vs6/libgstvideoscale.dsp:
235 add link to libgstvideo-0.10.lib
237 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
239 * gst/playback/gstplaybasebin.c: (gen_source_element):
240 Throw a more comprehensible error for rtsp:// URIs (rather
241 than erroring out with a negotiation error later on) until
242 we fix playbin to handle rtspsrc etc.
244 2006-05-30 Wim Taymans <wim@fluendo.com>
246 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
247 (gst_text_overlay_text_event):
250 2006-05-30 Wim Taymans <wim@fluendo.com>
252 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
253 (gst_adder_request_new_pad), (gst_adder_release_pad):
254 * gst/adder/gstadder.h:
255 Implement release_request_pad.
256 Make padcounter atomic.
258 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
259 Added check for release_pad in adder.
261 2006-05-30 Wim Taymans <wim@fluendo.com>
263 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
266 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
268 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
269 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
270 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
271 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
272 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
273 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
274 (gst_ogg_demux_bisect_forward_serialno),
275 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
276 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
278 clean up printf formats for granulepos and serialno
280 2006-05-30 Michael Smith <msmith@fluendo.com>
282 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
283 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
284 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
285 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
286 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
287 * ext/vorbis/vorbisenc.h:
288 Multi-channel caps negotiation, so we can do proper multichannel
289 vorbis encoding, negotiated through audioconvert.
291 2006-05-30 Wim Taymans <wim@fluendo.com>
293 * tests/check/elements/adder.c: (test_event_message_received),
294 (test_play_twice_message_received), (GST_START_TEST),
296 Added check to show that #339935 is fixed with ongoing
297 adder and collectpads fixes.
299 2006-05-29 Wim Taymans <wim@fluendo.com>
301 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
304 2006-05-29 Wim Taymans <wim@fluendo.com>
306 * gst/adder/gstadder.c: (gst_adder_query_duration),
307 (forward_event_func), (forward_event), (gst_adder_src_event):
309 Make query/seeking code threadsafe.
311 * tests/check/Makefile.am:
312 * tests/check/elements/adder.c: (test_event_message_received),
313 (GST_START_TEST), (test_play_twice_message_received):
316 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
318 Patch by: Young-Ho Cha <ganadist at chollian net>
320 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
321 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
322 (set_encoding_element), (decodebin_element_added_cb),
323 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
324 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
325 * gst/playback/gstplaybasebin.h:
326 Add 'subtitle-encoding' property to playbin, so applications can
327 force a subtitle encoding for non-UTF8 subtitles (#342268).
329 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
330 (gst_sub_parse_set_property):
331 Rename recently-added 'encoding' property to 'subtitle-encoding'
332 (so it can be proxied by playbin/decodebin in a generic way
333 with less danger of false positives).
335 2006-05-29 Michael Smith <msmith@fluendo.com>
337 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
338 (append_with_other_format), (set_structure_widths),
339 (gst_audio_convert_transform_caps):
340 Patch from #341562: give more specific audio caps in get_caps, so
341 that basetransform can make better decisions on what caps to
344 2006-05-28 Stefan Kost <ensonic@users.sf.net>
346 * tests/check/elements/volume.c:
347 make it compile again
349 2006-05-28 Stefan Kost <ensonic@users.sf.net>
351 * tests/check/elements/volume.c: (volume_suite):
352 disable test until #343196 gets resolved
354 2006-05-28 Stefan Kost <ensonic@users.sf.net>
356 * gst/adder/gstadder.c: (gst_adder_get_type):
357 Make it easier to copy&paste
359 * gst/volume/Makefile.am:
360 * gst/volume/gstvolume.c: (volume_update_real_volume),
361 (gst_volume_set_volume), (gst_volume_set_mute),
362 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
363 (volume_transform_ip), (volume_update_mute),
364 (volume_update_volume):
365 * gst/volume/gstvolume.h:
366 Add own debug category, move duplicate code to helper function, fix
367 property texts, add more comments and prepare ffor liboil-goodness
369 * tests/check/Makefile.am:
370 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
371 add test for mute and passtrough case, be a bit more verbose to track
374 * tests/check/generic/states.c: (GST_START_TEST):
375 catch elements that fail to instantiate
377 2006-05-28 Edward Hervey <edward@fluendo.com>
379 * tests/check/pipelines/simple-launch-lines.c:
380 * tests/check/pipelines/theoraenc.c:
381 * tests/check/pipelines/vorbisenc.c:
382 Comment out tests using parse_launch() if core was built without
383 parsing capabilities.
385 2006-05-27 Edward Hervey <edward@fluendo.com>
387 * tests/check/Makefile.am:
388 Extra bonus points for whoever explains to ensonic that you are meant
389 to test unit tests thoroughly before commiting them, especially if
390 you know it's going to break.
391 De-activated element/adder tests.
393 2006-05-27 Edward Hervey <edward@fluendo.com>
395 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
396 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
397 Marking caps conversion issues as GST_WARNING is way too verbose,
398 Moving them to GST_LOG.
400 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
403 Replace current README (containing the release notes from
404 some 0.9.x version) with a proper README taken from the core.
406 2006-05-26 Wim Taymans <wim@fluendo.com>
408 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
409 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
410 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
411 (vorbis_dec_change_state):
414 Clip output samples to segment boundaries.
416 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
418 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
419 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
420 Improve the errors produced on bad output, including some human
421 readable description strings.
422 Handle the (theoretical for ximagesink) case where the XServer
423 has a different idea about the size required for a particular
424 frame and gives us too small a memory allocation.
426 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
428 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
429 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
430 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
431 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
432 Improve the errors produced on bad output, including some human
433 readable description strings.
434 Handle RGB Xv formats properly by transforming them into our
435 big-endian caps description.
436 Use gst_caps_truncate to ensure that we never try and choose a
437 non-fixed caps in buffer_alloc.
438 Handle the case where the XServer has a different idea about the size
439 required for a particular frame and gives us too small a memory
441 Use -1 to indicate 'no image format', because 0 is a valid XServer
443 Put RGB Xv formats at the end of the caps, so that we always prefer
445 Iterate the available Xv Encodings to determine the maximum width and
446 height, and then return that in our caps.
447 (Closes #315312, #337544)
449 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
451 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
452 When there is only one unfinished pad and it receives an event that
453 doesn't match our requirements, we need to set alldone=FALSE so that
454 the fakesink is not removed yet.
456 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
458 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
459 Use gst_type_find_helper_for_buffer() to find the type
460 of stream from the first packet.
463 Bump requirements to core CVS (needed for vorbis
464 typefinding to work).
466 2006-05-24 Edward Hervey <edward@fluendo.com>
468 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
469 Added the 'prfl' atom type which MQV (no, it's not a typo) files
470 contain. Else they play perfectly fine with qtdemux.
472 2006-05-23 Stefan Kost <ensonic@users.sf.net>
474 * ext/theora/theoradec.c:
475 * ext/theora/theoraenc.c:
476 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
477 * gst/audiorate/gstaudiorate.c:
478 make more debug catagories static
480 * tests/check/Makefile.am:
481 * tests/check/elements/adder.c: (message_received),
482 (test_event_message_received), (GST_START_TEST),
483 (test_play_twice_message_received), (adder_suite):
484 added test case for using element twice, extra bonus points for anyone
485 who can make these test run reliably
487 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
489 * ext/theora/theoradec.c: (theora_dec_chain):
490 Make work with time-stamped input buffers that do not
491 have a granulepos in BUFFER_OFFSET_END (like theora
492 buffers coming from matroskademux). Fixes #342448.
494 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
496 Patch by: Peter Kjellerstedt <pkj at axis com>
498 * gst/tcp/Makefile.am:
499 fdstresstest doesn't need Gtk+, fix compilation if
500 gtk is not available (#342566).
502 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
504 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
506 Removed redundant floor()
508 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
510 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
511 On second thought, just skip JUNK chunks automatically, so
512 the caller doesn't have to handle this. Fixes #342345.
513 Also, return GST_FLOW_UNEXPECTED if we get a short read,
516 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
518 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
519 Don't bail out on JUNK chunks with a size of 0 (would try to
520 pull_range 0 bytes before, which sources don't like too much).
523 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
525 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
526 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
527 Use the gstutil scaling function to preserve 64 bits while calculating
528 output width and height from the display-aspect-ratio. (A continuation
531 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
533 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
534 (gst_xvimagesink_buffer_alloc):
535 * sys/xvimage/xvimagesink.h:
536 When performing buffer allocations, remember the caps and image format
537 we return so that if the same caps are asked for next time we can
538 return them immediately without doing any caps intersections.
540 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
542 * gst-libs/gst/rtp/README:
543 Some new documentation
544 * gst-libs/gst/rtp/gstrtpbuffer.h:
545 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
546 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
547 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
548 New RTP audio base payloader class. Supports frame or sample based
549 codecs. Not enabled in Makefile.am until approved.
551 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
553 * tests/check/elements/alsa.c: (test_device_property_probe):
554 Fix test case: don't try to free NULL GValueArray when there
557 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
559 * tests/check/Makefile.am:
560 * tests/check/elements/alsa.c: (test_device_property_probe),
561 (alsa_suite), (main):
562 Add simple test that runs a device property probe on alsasrc,
563 alsasink and alsamixer. Disable valgrind check for now (too
564 many leaks in libasound, and valgrind ignored my suppressions
567 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
569 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
570 (gst_alsa_device_property_probe_probe_property),
571 (gst_alsa_device_property_probe_needs_probe),
572 (gst_alsa_device_property_probe_get_values),
573 (gst_alsa_type_add_device_property_probe_interface):
574 * ext/alsa/gstalsadeviceprobe.h:
575 * ext/alsa/gstalsamixerelement.c:
576 (gst_alsa_mixer_element_init_interfaces):
577 * ext/alsa/gstalsamixerelement.h:
578 Clean up and simplify alsa device probing. Make it actually work
579 for multiple classes. Don't cache results any longer.
581 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
583 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
584 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
585 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
586 Make alsasink and alsasrc implement the GstPropertyProbe interface
587 for device probing (#342181).
588 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
590 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
592 * gst/subparse/samiparse.c: (handle_start_font):
593 Don't ignore return value of strtol (++compiler_happiness).
595 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
597 Patch by: Young-Ho Cha <ganadist chollian net>
599 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
600 (gst_sub_parse_class_init), (gst_sub_parse_init),
601 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
603 * gst/subparse/gstsubparse.h:
604 Add 'encoding' property (#341681).
606 * gst/subparse/samiparse.c: (characters_sami):
607 Output is pango markup, so we need to escape text
608 between tags (#342143).
610 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
612 * gst-libs/gst/audio/multichannel.c:
613 (gst_audio_check_channel_positions):
614 It's okay to have caps with channels=1 and a channel position
615 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
616 (deinterleavers might want to keep the position in the caps,
617 so that they can be re-interleaved again properly later).
618 Leave check for unexpected 2-channel layouts intact for now.
620 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
622 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
623 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
624 basesrc can do its job correctly.
626 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
628 * ext/alsa/Makefile.am:
629 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
630 (gst_alsa_detect_formats), (get_channel_free_structure),
631 (caps_add_channel_configuration), (gst_alsa_detect_channels),
632 (gst_alsa_probe_supported_formats):
633 * ext/alsa/gstalsa.h:
634 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
635 Refactor and improve caps probing code: probe signedness
636 when we probe the supported formats/widths; set endianness
637 to the one we actually probed for (ie. cpu endianness).
639 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
641 * ext/alsa/gstalsasrc.h:
642 Implement caps probing for alsasrc.
644 2006-05-15 Wim Taymans <wim@fluendo.com>
646 * ext/theora/theoradec.c: (gst_theora_dec_reset),
647 (theora_dec_src_query), (theora_dec_src_event),
648 (theora_dec_sink_event), (theora_handle_comment_packet),
649 (theora_handle_data_packet), (theora_dec_change_state):
650 Cleanups, add some G_LIKELY.
651 Use segment helpers instead of our own wrong code.
652 Clear queued buffers on seek and READY.
654 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
655 (vorbis_dec_convert), (vorbis_dec_src_query),
656 (vorbis_dec_src_event), (vorbis_dec_sink_event),
657 (vorbis_handle_comment_packet), (vorbis_dec_push),
658 (vorbis_handle_data_packet), (vorbis_dec_chain),
659 (vorbis_dec_change_state):
660 * ext/vorbis/vorbisdec.h:
661 Remove old useless packetno variable.
662 Do position query properly.
664 Do cleanup of queued buffers in new helper function
667 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
669 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
670 Query supported sample rates. Fixes #341732.
672 2006-05-15 Julien MOUTTE <julien@moutte.net>
674 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
675 (gst_decode_bin_change_state): Make decodebin reusable
676 when going from PAUSE_TO_READY and then back to PAUSED.
679 2006-05-15 Wim Taymans <wim@fluendo.com>
681 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
682 (vorbis_dec_convert), (vorbis_dec_src_query),
683 (vorbis_dec_sink_query), (vorbis_dec_src_event),
684 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
685 (vorbis_dec_clean_queued), (vorbis_dec_push),
686 (vorbis_handle_data_packet), (vorbis_dec_change_state):
687 Cleanups. Use refcounting and DEBUG_OBJECT.
688 Reset segment on flush, use code methods instead of our
690 Fix potential memleak.
692 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
694 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
696 * ext/alsa/gstalsasink.h:
697 Don't leak allocated snd_output_t structure if there's
698 more than one alsasink instance at a time (#341873).
699 Also fix GObject macros in header file.
701 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
703 * gst/subparse/gstsubparse.c:
704 (gst_sub_parse_data_format_autodetect):
705 Don't use libxml functions in the typefinding code.
707 2006-05-15 Wim Taymans <wim@fluendo.com>
709 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
710 Fix seeking performance in the case where a non-header
711 packet has a 0 granulepos (busted theora case).
713 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
714 the first place, you limelight stealer you)
716 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
718 * gst/subparse/gstsubparse.c:
719 (gst_sub_parse_data_format_autodetect):
720 Improve SAMI typefinding: handle case where there are
721 whitespaces or newlines in front of the first <SAMI>
724 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
727 Build video4linux plugin even if there's no XVIDEO, just
728 without implementing the GstXOverlay interface (#334002).
730 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
733 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
735 Add tentative support for libvisual-0.4 (#336881).
737 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
739 Patch by: Young-Ho Cha <ganadist at chollian net>
741 * gst/subparse/samiparse.c: (handle_start_font):
742 Need to map "silver" colour explicitly (#169936).
744 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
746 Patch by: Young-Ho Cha <ganadist at chollian net>
748 * gst/subparse/Makefile.am:
749 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
750 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
751 (gst_sub_parse_format_autodetect), (feed_textbuf),
752 (gst_subparse_type_find), (plugin_init):
753 * gst/subparse/gstsubparse.h:
754 * gst/subparse/samiparse.c:
755 * gst/subparse/samiparse.h:
756 Add support for SAMI subtitles (#169936).
758 2006-05-14 Michael Smith <msmith@fluendo.com>
760 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
761 Fix #341696: crash when mixing L+R+C to mono or stereo.
762 * tests/check/Makefile.am:
763 * tests/check/elements/audioconvert.c: (set_channel_positions),
764 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
765 (audioconvert_suite):
766 Add test for the above, including some generic framework bits for
767 testing multichannel things.
769 === release 0.10.7 ===
771 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
774 releasing 0.10.7, "Leave the gun"
776 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
778 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
779 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
782 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
784 * docs/libs/gst-plugins-base-libs-docs.sgml:
785 * docs/libs/gst-plugins-base-libs-sections.txt:
786 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
787 * gst-libs/gst/video/video.h:
788 * gst/videoscale/Makefile.am:
789 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
790 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
791 * tests/check/Makefile.am:
792 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
794 Fix integer overflow problem with pixel-aspect-ratio calculations
795 in videoscale and xvimagesink (#341542)
797 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
799 * gst-libs/gst/tag/gstid3tag.c:
800 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
802 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
805 update win32 files listing
807 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
809 patch by: Sjoerd Simons (sjoerd@luon.net)
811 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
812 (group_create), (group_destroy), (add_stream),
813 (gst_play_base_bin_get_property),
814 (gst_play_base_bin_get_streaminfo_value_array):
815 * gst/playback/gstplaybasebin.h:
816 API: GstPlayBaseBin::stream-info-value-array property
817 use a more bindings-friendly way of exposing streaminfo
818 using a GValueArray. Tested in ipython.
821 2006-05-11 Wim Taymans <wim@fluendo.com>
823 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
824 (queue_underrun_cb), (queue_filled_cb):
825 Also catch queue underruns but don't do anything yet.
826 Refactor and comment queue enlarging code a bit.
828 * gst/playback/gstplaybasebin.c: (queue_overrun),
829 (queue_threshold_reached), (queue_out_of_data),
830 (gen_preroll_element):
831 If a queue over/underruns check that we don't create nasty
832 deadlocks when the min-threshold is not reached but the
833 max-bytes is. In those cases disable max-bytes when we
834 know that the queue is fed timed data.
837 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
839 * gst/playback/gstplaybin.c: (gen_audio_element):
840 Make playbin automatically plug an 'audioresample'
841 element before the audio sink as well. This solves
842 problems with sinks that only accept a very specific
843 sample rate, like esdsink (e.g. #340379).
845 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
847 * gst/playback/gstplaybasebin.c: (gen_source_element):
848 Make http sources send special headers so that we receive
849 icecast metadata if the http stream is an icecast stream
850 (otherwise the server will just ignore them). This also
851 means that from now on users will need the 'icydemux'
852 element from gst-plugins-good installed if they want to
853 listen to icecast radio streams. (#341432, #333657).
855 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
857 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
858 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
859 remove stupid example from docs - it should come with a simple
862 * tests/check/elements/multifdsink.c: (wait_bytes_served),
863 (fail_if_can_read), (GST_START_TEST),
864 (gst_multifdsink_create_streamheader), (multifdsink_suite):
865 add a test for changing streamheader which exposes a bug in
868 2006-05-11 Michael Smith <msmith@fluendo.com>
870 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
871 (gst_gnome_vfs_src_received_headers_callback):
872 * ext/gnomevfs/gstgnomevfssrc.h:
873 Don't set icy-caps unless we have a sane interval value. Move
874 interval to a local variable; we never use it outside this function.
876 2006-05-11 Wim Taymans <wim@fluendo.com>
878 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
879 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
880 Register special buffer types along with the objects so
881 that they are not registered at runtime from N different
882 streaming threads since they are not threadsafe.
884 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
886 * tests/check/elements/multifdsink.c: (wait_bytes_served),
887 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
888 add two more tests, one doing streamheader
890 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
892 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
893 clean up the bufqueue when shutting down
894 * tests/check/Makefile.am:
895 * tests/check/elements/multifdsink.c: (setup_multifdsink),
896 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
898 add a test for the leak that was just fixed
900 2006-05-10 Wim Taymans <wim@fluendo.com>
902 * gst/adder/gstadder.c: (gst_adder_setcaps),
903 (gst_adder_query_duration), (gst_adder_query), (forward_event),
904 (gst_adder_src_event), (gst_adder_sink_event),
905 (gst_adder_class_init), (gst_adder_finalize),
906 (gst_adder_request_new_pad), (gst_adder_collected):
907 * gst/adder/gstadder.h:
908 Updated some docs. Added comments and FIXMEs all over the place.
909 Improve debugging info.
910 Fix leak on finalize by not calling the parent.
911 Implement duration query.
912 Make event forwarding threadsafe.
913 Correctly send NEWSEGMENT at start and after flush.
914 Handle EOS correctly.
915 Post error when not negotiated.
917 * tests/check/elements/adder.c: (GST_START_TEST):
918 Added FIXME in the test.
920 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
922 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
923 (gst_text_overlay_halign_get_type),
924 (gst_text_overlay_wrap_mode_get_type):
925 * ext/theora/theoradec.c: (theora_handle_type_packet),
926 (theora_handle_data_packet):
927 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
928 (theora_enc_sink_setcaps), (theora_enc_chain):
929 * gst-libs/gst/cdda/gstcddabasesrc.c:
930 (gst_cdda_base_src_mode_get_type):
931 * gst/audiotestsrc/gstaudiotestsrc.c:
932 (gst_audiostestsrc_wave_get_type):
933 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
934 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
935 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
936 (gst_sync_method_get_type), (gst_unit_type_get_type),
937 (gst_client_status_get_type):
938 * gst/videoscale/gstvideoscale.c:
939 (gst_video_scale_method_get_type):
940 * gst/videotestsrc/gstvideotestsrc.c:
941 (gst_video_test_src_pattern_get_type):
942 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
943 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
944 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
945 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
946 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
947 (paint_setup_RGB565), (paint_setup_xRGB1555):
948 Const-ify GEnumValue and GFlagsValue arrays. Use
949 GST_ROUND_UP_* macros instead of home-made ones.
951 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
954 Require core CVS for the new newsegment stuff.
956 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
958 Patch by: Sjoerd Simons <sjoerd at luon net>
960 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
961 Register nick for enum value (#341160).
963 2006-05-09 Stefan Kost <ensonic@users.sf.net>
965 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
967 backout typefind patch #340375
969 * tests/check/elements/adder.c: (message_received),
970 (GST_START_TEST), (adder_suite):
971 redo, signal-handling of test
973 2006-05-09 Wim Taymans <wim@fluendo.com>
975 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
976 (gst_adder_collected):
977 * gst/adder/gstadder.h:
978 Remove bogus segment merging and forwarding, we don't
979 care about timestamps anyway and we just produce a
981 Also create a nice NEWSEGMENT event when we start.
982 Use _scale_int some more.
984 2006-05-09 Edward Hervey <edward@fluendo.com>
986 * tests/icles/stress-xoverlay.c:
987 Fix if core was built without parsing support.
989 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
991 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
992 Add SEDG (Samsung MPEG-4) fourcc.
994 2006-05-09 Edward Hervey <edward@fluendo.com>
996 * tests/icles/stress-xoverlay.c:
997 * tests/examples/volume/volume.c:
998 Fix if core was built without parsing support.
1000 * tests/examples/seek/seek.c:
1001 Disable the parse_launch example if core was built without parsing
1004 2006-05-08 Edward Hervey <edward@fluendo.com>
1006 * autogen.sh: (CONFIGURE_DEF_OPT):
1007 libtoolize on Darwin/MacOSX is called glibtoolize
1009 2006-05-07 Stefan Kost <ensonic@users.sf.net>
1011 * tests/check/Makefile.am:
1012 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
1013 Disable the adder test, until the build-slaves posses the kindness to
1014 either like it or to give valid reason for not doing so
1016 2006-05-07 Stefan Kost <ensonic@users.sf.net>
1018 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
1020 Shuffle NULL state change around and raise timeout more
1022 2006-05-07 Stefan Kost <ensonic@users.sf.net>
1024 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
1025 (mp4_type_find), (plugin_init):
1026 Add typefind to distinguish between "audio/x-m4a" and new type
1027 "video/mp4". Fixes #340375
1029 * tests/check/elements/adder.c: (adder_suite):
1030 Raise timeout to make buildbot happy
1032 2006-05-07 Stefan Kost <ensonic@users.sf.net>
1034 * gst/adder/gstadder.c: (gst_adder_sink_event),
1035 (gst_adder_request_new_pad), (gst_adder_change_state):
1036 * gst/adder/gstadder.h:
1037 * tests/check/Makefile.am:
1038 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
1039 (adder_suite), (main):
1040 Add sink-event handling to adder. It tries to merge incomming
1041 newsegment-events. Added test to check if segment_done is comming
1042 through. Fixes #340060
1044 2006-05-05 Andy Wingo <wingo@pobox.com>
1046 * ext/theora/theoraparse.c (gst_theora_parse_init)
1047 (theora_parse_src_convert, theora_parse_src_query):
1048 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
1049 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
1050 query functions on the source pads of the theora and vorbis parse
1051 elements. Fixes position querying when doing a remux.
1053 2006-05-05 Michael Smith <msmith@fluendo.com>
1055 * ext/theora/theoraparse.c: (parse_granulepos),
1056 (theora_parse_drain_queue_prematurely),
1057 (theora_parse_queue_buffer), (theora_parse_sink_event):
1059 Fix invalid granulepos outputs when starting with a non-keyframe.
1061 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
1063 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
1064 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
1065 Rearrange MPEG system stream detection, fixing some memleaks in the
1067 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
1068 they clean up their data correctly.
1069 Remove unused ogganx caps and move the 'is_annodex' check to inside
1070 the 'is_ogg' if statement.
1072 2006-05-05 Wim Taymans <wim@fluendo.com>
1074 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
1075 Properly remove ghostpads. Fixes #340392
1077 2006-05-04 David Schleef <ds@schleef.org>
1079 * gst/typefind/gsttypefindfunctions.c:
1081 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
1083 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
1084 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
1086 When typefinding an MP3 in push-based mode, don't penalise the
1087 probability down to 74% when we found 5 valid frames just because we
1088 can't peek the end of the file.
1090 Make the probability for detecting MPEG Transport Streams based on the
1091 number of sequential headers we successfully detected.
1093 2006-05-03 Wim Taymans <wim@fluendo.com>
1095 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1096 (vorbis_dec_push), (vorbis_dec_chain):
1097 Still produce an error when we receive an empty packet.
1099 2006-05-03 Wim Taymans <wim@fluendo.com>
1101 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1102 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
1103 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
1104 Mark buffers with DISCONT after seek and after activating new
1107 * ext/theora/gsttheoradec.h:
1108 * ext/theora/theoradec.c: (gst_theora_dec_reset),
1109 (theora_get_query_types), (theora_dec_sink_event),
1110 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
1111 (theora_dec_change_state):
1113 Detect and mark DISCONT buffers.
1115 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1116 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
1117 (vorbis_dec_change_state):
1118 * ext/vorbis/vorbisdec.h:
1120 Detect and mark DISCONT buffers.
1121 Don't crash on 0 sized buffers.
1123 2006-05-03 Wim Taymans <wim@fluendo.com>
1125 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
1126 (volume_transform_ip):
1127 Increase "volume" property to 10.0. Fixes #340369.
1128 Set the process function to NULL when capsnego fails so that
1129 we properly error out.
1131 2006-05-02 Stefan Kost <ensonic@users.sf.net>
1133 * gst/playback/gstplaybin.c: (add_sink):
1134 * gst/playback/test.c: (main):
1135 * gst/playback/test5.c: (dump_element_stats):
1136 * gst/playback/test6.c: (main):
1137 free cpas using gst_caps_unref, don't leak caps-strings
1139 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
1141 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
1143 Refine musepack typefinding a bit. Return MAXIMUM
1144 probability when we detect stream version 7 to make
1145 sure the mpeg audio typefinder doesn't trump us.
1147 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
1149 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1150 Protect against unexpected NULL strf_data buffer.
1152 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
1154 * tests/check/elements/audioconvert.c: (verify_convert),
1156 interpret the out[] buffer in the order the bytes are actually
1157 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
1158 Other tests should use BYTE_ORDER since the array is filled in
1161 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
1163 * tests/check/elements/audioconvert.c: (verify_convert),
1165 when a test fails, give an indication of which it is
1167 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
1169 * gst-libs/gst/cdda/gstcddabasesrc.c:
1170 compile fix; strtol() needs <stdlib.h>
1172 2006-04-28 Stefan Kost <ensonic@users.sf.net>
1174 * ext/alsa/gstalsamixerelement.c:
1175 * ext/alsa/gstalsasrc.c:
1176 * ext/cdparanoia/gstcdparanoiasrc.c:
1177 * ext/gnomevfs/gstgnomevfssink.c:
1178 * ext/gnomevfs/gstgnomevfssrc.c:
1179 * ext/ogg/gstoggdemux.c:
1180 * ext/ogg/gstoggmux.c:
1181 * ext/ogg/gstoggparse.c:
1182 * ext/ogg/gstogmparse.c:
1183 * ext/pango/gstclockoverlay.c:
1184 * ext/pango/gsttextoverlay.c:
1185 * ext/pango/gsttextrender.c:
1186 * ext/pango/gsttimeoverlay.c:
1187 * ext/theora/theoradec.c:
1188 * ext/theora/theoraenc.c:
1189 * ext/vorbis/vorbisdec.c:
1190 * ext/vorbis/vorbisenc.c:
1191 * gst-libs/gst/audio/gstaudiofilter.c:
1192 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1193 * gst/audioconvert/gstaudioconvert.c:
1194 * gst/audiorate/gstaudiorate.c:
1195 * gst/audioresample/gstaudioresample.c:
1196 * gst/audiotestsrc/gstaudiotestsrc.c:
1197 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1198 * gst/playback/gstdecodebin.c:
1199 * gst/playback/gstplaybin.c:
1200 * gst/playback/gststreamselector.c:
1201 * gst/subparse/gstsubparse.c:
1202 * gst/tcp/gstmultifdsink.c:
1203 * gst/tcp/gsttcpclientsink.c:
1204 * gst/tcp/gsttcpclientsrc.c:
1205 * gst/tcp/gsttcpserversink.c:
1206 * gst/tcp/gsttcpserversrc.c:
1207 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1208 * gst/videorate/gstvideorate.c:
1209 * gst/videoscale/gstvideoscale.c:
1210 * gst/videotestsrc/gstvideotestsrc.c:
1211 * gst/volume/gstvolume.c:
1212 * sys/v4l/gstv4ljpegsrc.c:
1213 * sys/v4l/gstv4lmjpegsink.c:
1214 * sys/v4l/gstv4lmjpegsrc.c:
1215 * sys/v4l/gstv4lsrc.c:
1216 * sys/ximage/ximagesink.c:
1217 * sys/xvimage/xvimagesink.c:
1218 * tests/check/libs/cddabasesrc.c:
1219 make GstElementDetails const
1221 2006-04-28 Stefan Kost <ensonic@users.sf.net>
1223 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
1225 send events from src-pad to all sink-pads fixes #338657
1227 2006-04-28 Stefan Kost <ensonic@users.sf.net>
1229 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
1230 (alsasink_parse_spec):
1231 query width capabilities from alsa, fixes #338919
1233 2006-04-28 Wim Taymans <wim@fluendo.com>
1235 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
1236 (gst_multi_fd_sink_remove_client_link):
1237 * gst/tcp/gstmultifdsink.h:
1238 Fix race condition in multifdsink that can lead to spurious
1239 duplicate clients. this patch adds a new signal that is fired when
1240 multifdsink has removed all references to the fd.
1242 Updated documentation.
1243 API: client-fd-removed signal added
1245 2006-04-28 Michael Smith <msmith@fluendo.com>
1247 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
1248 When asking g_value_array_new to prealloc elements, we may as well
1249 ask for the right number of elements.
1251 2006-04-28 Wim Taymans <wim@fluendo.com>
1253 * gst-libs/gst/audio/gstbaseaudiosink.c:
1254 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
1255 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1256 patch to make timestamp checking more tollerant to rounding
1257 errors given that real discontinuities are to be marked on
1258 buffers. Fixes some asf files and #338778.
1259 Also avoid some crashers when we receive an event in the
1262 2006-04-28 Michael Smith <msmith@fluendo.com>
1264 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
1265 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
1266 (gst_gnome_vfs_src_get_property),
1267 (gst_gnome_vfs_src_send_additional_headers_callback),
1268 (gst_gnome_vfs_src_received_headers_callback),
1269 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
1270 (gst_gnome_vfs_src_stop):
1271 * ext/gnomevfs/gstgnomevfssrc.h:
1272 Remove ICY handling (mostly) from gnomevfssrc, in favour of
1273 proper shared support within icydemux.
1275 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
1277 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1278 (gst_video_rate_swap_prev), (gst_video_rate_chain):
1280 fix a leak when no caps negotiated
1281 fix counting of input frames
1282 * tests/check/elements/.cvsignore:
1283 * tests/check/elements/videorate.c: (assert_videorate_stats),
1284 (GST_START_TEST), (videorate_suite):
1287 2006-04-28 Wim Taymans <wim@fluendo.com>
1289 * gst-libs/gst/audio/gstringbuffer.c:
1290 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
1291 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
1292 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1293 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
1294 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
1295 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1296 (gst_ring_buffer_commit), (gst_ring_buffer_read),
1297 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
1298 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
1299 Check arguments passed to public functions instead of
1302 2006-04-28 Wim Taymans <wim@fluendo.com>
1304 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
1305 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
1306 GstBaseAudioSrc must be live or it does not work.
1308 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
1309 Don't set live to TRUE as this is the default in the parentclass.
1311 2006-04-28 Wim Taymans <wim@fluendo.com>
1313 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
1314 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
1315 Videoscale doesn't pass on pixel-aspect ratio. Handle all
1316 fixation cases better. Fixes #338991
1318 2006-04-28 Wim Taymans <wim@fluendo.com>
1320 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
1321 Handle 0/1 framerate correctly Fixes #331901.
1323 2006-04-28 Wim Taymans <wim@fluendo.com>
1325 * tests/check/elements/audioconvert.c: (get_float_caps),
1326 (GST_START_TEST), (audioconvert_suite):
1327 Added check for correct clipping when doing float samples
1330 2006-04-28 Wim Taymans <wim@fluendo.com>
1332 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
1333 (gst_video_rate_chain):
1334 Print more debugging info.
1336 2006-04-28 Wim Taymans <wim@fluendo.com>
1338 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
1339 (resample_set_state_from_caps):
1340 Add support for other formats audioresample can handle such as
1341 32 bits in and float and 64 bits float. Fixes #301759
1343 2006-04-28 Wim Taymans <wim@fluendo.com>
1345 * gst/audioconvert/audioconvert.c: (float):
1346 correctly clip float samples > 1.0. Fixes #338718
1348 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
1350 Patch by: Young-Ho Cha <ganadist at chollian net>
1352 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1353 (gst_text_overlay_render_text):
1354 Don't strip newlines from the text. Also, center lines
1355 within multi-line paragraphs (#339405).
1357 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
1359 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
1360 Fix wavpack typefinding to work in more cases (don't peek
1361 for chunks of multiple hundred kBs at once, but process
1362 things step-by-step in smaller units). Fixes #339786.
1364 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
1369 === release 0.10.6 ===
1371 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
1374 releasing 0.10.6, "Chao"
1376 2006-04-26 David Schleef <ds@schleef.org>
1378 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
1381 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
1384 * win32/common/config.h:
1387 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
1389 patch by: Wim Taymans
1391 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1392 (gst_ogg_demux_perform_seek):
1393 make sure correct newsegments are sent, so that the decoder
1394 and the demuxer agree on timestamps. Fixes playback of a lot
1395 of Ogg files that do not start from 0. Fixes #339833.
1397 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
1399 Patch by: Edward Hervey <edward@fluendo.com>
1401 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
1402 * tests/check/Makefile.am:
1403 * tests/check/elements/videorate.c: (assert_videorate_stats),
1404 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
1405 (videorate_suite), (main):
1406 Fix an infinite loop if frames are passed in with wrongly ordered
1407 timestamps. Fixes #339013.
1409 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
1411 Patch by: Tim-Philipp Müller <tim at centricular dot net>
1413 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1414 fix typefinding on some ISO files. Fixes #339212.
1416 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
1418 Patch by: Tim-Philipp Müller <tim at centricular dot net>
1420 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1421 add another H264 fourcc. Fixes #339047.
1423 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
1425 Patch by: Jan Schmidt
1427 * gst/playback/gststreamselector.c:
1428 (gst_stream_selector_bufferalloc):
1429 Restore old StreamSelector behaviour.
1432 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
1435 * win32/common/config.h:
1438 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
1440 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1442 * gst-libs/gst/rtp/gstbasertpdepayload.c:
1443 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
1444 Fix some memory leaks: on finalize, free buffers left in the queue
1445 before destroying the queue; in _push(), unref rtp_buf even if
1446 the process vfunc returned a NULL buffer as output buffer (#337548);
1447 demote some recuring debug messages to LOG level.
1449 2006-04-11 Wim Taymans <wim@fluendo.com>
1451 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1452 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1453 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
1454 (gst_ogg_demux_loop):
1456 Respect segment stop when emiting EOS or SEGMENT_DONE.
1459 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
1461 * gst/playback/gststreamselector.c:
1462 (gst_stream_selector_get_property):
1463 Don't leak pad name.
1465 2006-04-10 Michael Smith <msmith@fluendo.com>
1467 * tests/check/Makefile.am:
1468 * tests/check/gst-plugins-base.supp:
1469 Suppress an old libtheora bug (fixed in more recent versions), so
1470 that FC4 buildslaves can pass.
1472 2006-04-10 Wim Taymans <wim@fluendo.com>
1474 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1475 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
1476 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
1477 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
1478 (gst_ogg_demux_loop):
1480 Remember what error we got when finding chains, if we
1481 were shutdown, that would not be an error.
1483 2006-04-10 Wim Taymans <wim@fluendo.com>
1485 * gst-libs/gst/audio/gstbaseaudiosink.c:
1486 (gst_base_audio_sink_event):
1487 Starting the ringbuffer when we did not acquire it can cause
1488 a deadlock, is pointless and causes nasty things for
1490 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
1492 2006-04-10 Wim Taymans <wim@fluendo.com>
1494 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1495 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
1496 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1497 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
1498 (gst_ogg_demux_deactivate_current_chain),
1499 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
1500 (gst_ogg_demux_bisect_forward_serialno),
1501 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
1502 Add some more debugging.
1504 2006-04-10 Wim Taymans <wim@fluendo.com>
1506 * ext/theora/theoradec.c: (theora_dec_src_event),
1507 (theora_handle_data_packet):
1508 Some more debug info.
1510 * tests/examples/seek/seek.c: (start_seek), (main):
1511 Print element messages too.
1513 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
1515 * gst/audioresample/debug.h:
1516 replace debug macros with variable number of parameters
1517 by a simple alias to gstreamer standard debug macros
1518 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
1519 supported by MSVC 6.0 and 7.1)
1520 * gst/audioresample/resample.h:
1521 define M_PI and rint for WIN32
1522 * win32/common/libgstaudio.def:
1523 * win32/common/libgstriff.def:
1524 * win32/common/libgsttag.def:
1525 * win32/common/libgstvideo.def:
1526 add new exported functions
1528 update project files
1530 2006-04-08 Stefan Kost <ensonic@users.sf.net>
1532 * ext/alsa/gstalsamixeroptions.c:
1533 (gst_alsa_mixer_options_class_init):
1534 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
1535 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
1536 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
1537 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
1538 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
1539 * gst-libs/gst/audio/gstaudiofilter.c:
1540 (gst_audio_filter_class_init):
1541 * gst-libs/gst/audio/gstaudiosink.c:
1542 (gst_audioringbuffer_class_init):
1543 * gst-libs/gst/audio/gstaudiosrc.c:
1544 (gst_audioringbuffer_class_init):
1545 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
1546 * gst-libs/gst/interfaces/colorbalancechannel.c:
1547 (gst_color_balance_channel_class_init):
1548 * gst-libs/gst/interfaces/mixeroptions.c:
1549 (gst_mixer_options_class_init):
1550 * gst-libs/gst/interfaces/mixertrack.c:
1551 (gst_mixer_track_class_init):
1552 * gst-libs/gst/interfaces/tunerchannel.c:
1553 (gst_tuner_channel_class_init):
1554 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
1555 * gst-libs/gst/netbuffer/gstnetbuffer.c:
1556 (gst_netbuffer_class_init):
1557 * gst-libs/gst/rtp/gstbasertppayload.c:
1558 (gst_basertppayload_class_init):
1559 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
1560 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
1561 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
1562 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
1563 * gst/playback/gststreamselector.c:
1564 (gst_stream_selector_class_init):
1565 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
1566 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
1567 * sys/v4l/gstv4lcolorbalance.c:
1568 (gst_v4l_color_balance_channel_class_init):
1569 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
1570 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
1571 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
1572 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
1573 (gst_v4l_tuner_norm_class_init):
1574 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
1575 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1576 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
1577 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
1579 2006-04-08 Stefan Kost <ensonic@users.sf.net>
1581 * ext/pango/gsttextrender.h:
1582 * gst-libs/gst/audio/gstaudiosink.h:
1583 * gst-libs/gst/audio/gstaudiosrc.h:
1584 * gst-libs/gst/audio/gstbaseaudiosink.h:
1585 * gst-libs/gst/audio/gstbaseaudiosrc.h:
1586 * gst-libs/gst/audio/gstringbuffer.h:
1587 * gst-libs/gst/rtp/gstbasertpdepayload.h:
1588 * gst-libs/gst/rtp/gstbasertppayload.h:
1589 * gst-libs/gst/video/gstvideofilter.h:
1590 * gst-libs/gst/video/gstvideosink.h:
1591 * gst/playback/gstplaybasebin.h:
1592 * gst/tcp/gstmultifdsink.h:
1593 * sys/v4l/gstv4lelement.h:
1594 Fix broken GObject macros
1596 2006-04-08 Stefan Kost <ensonic@users.sf.net>
1598 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
1599 More debug to trace why my USB headset is not working with gst
1601 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
1603 * gst/playback/gstplaybasebin.c: (group_destroy):
1604 Clean up our group elements properly in the case where it never
1605 got committed - it still got added unconditionally to the bin.
1607 2006-04-07 Wim Taymans <wim@fluendo.com>
1609 * ext/theora/theoradec.c: (theora_dec_sink_event),
1610 (theora_handle_data_packet), (theora_dec_chain):
1611 Unref unhandled events.
1612 Protect against empty buffers.
1613 Perform QoS on running time.
1615 2006-04-07 Michael Smith <msmith@fluendo.com>
1617 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
1618 (gst_vorbis_enc_chain):
1619 Remove leaks from vorbisenc.
1620 Mostly minor changes, the only significant one is that now the
1621 buffers we set as 'streamheader' on the caps are copies of the
1622 original buffers, to avoid circular refcounting problems.
1624 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
1626 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
1627 Don't remove our mute-probe if someone else already did so.
1628 Don't set a 2nd one if there is already one pending on the pad.
1630 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1632 When a seek fails, ensure that playbin is still set back to playing.
1634 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
1635 (mpeg_ts_type_find), (plugin_init):
1636 Add a typefind function for mpeg-ts streams. (Closes: #336617)
1638 2006-04-06 Andy Wingo <wingo@pobox.com>
1640 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
1641 (gst_video_rate_init): Caps-related parameters should not be reset
1642 by a flush -- move their inits to the instance init function.
1643 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
1644 is not OK, just return the result.
1646 * gst/audiotestsrc/gstaudiotestsrc.c
1647 (gst_audio_test_src_class_init)
1648 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
1649 broken by Stefan's commit on 24 March.
1651 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
1652 buffers being pushed out. Fixes oggmux ! multifdsink.
1654 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
1656 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
1657 (gst_vorbis_dec_init), (vorbis_dec_finalize):
1658 * ext/vorbis/vorbisdec.h:
1659 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
1660 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
1661 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
1662 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
1663 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
1664 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
1665 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
1666 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
1667 (gst_vorbis_enc_buffer_from_packet),
1668 (gst_vorbis_enc_buffer_from_header_packet),
1669 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
1670 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
1671 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
1672 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
1673 (gst_vorbis_enc_change_state):
1674 * ext/vorbis/vorbisenc.h:
1675 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
1676 vorbisenc adhere to the official nomenclature; use boilerplate
1679 2006-04-04 Andy Wingo <wingo@pobox.com>
1681 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
1682 Whoops, fix bug introduced. Bad hacker!
1684 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
1685 Properly handle the case where you get EOS before any buffers are
1686 received. Use gst_buffer_make_metadata_writable where appropriate.
1688 * ext/theora/theoradec.c (theora_handle_data_packet): This value
1689 is often negative -- make it signed so as not to wrap around.
1690 Fixes segfaults introduced on 9 March.
1692 2006-04-03 Wim Taymans <wim@fluendo.com>
1694 * ext/theora/gsttheoradec.h:
1695 * ext/theora/theoradec.c: (theora_dec_src_event):
1696 Don't try to store a gdouble in a gboolean.
1699 2006-04-03 Michael Smith <msmith@fluendo.com>
1701 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
1703 Make it suck slightly less by writing out the final page.
1704 Still can't encode a vorbis-in-ogg file correctly, though.
1706 2006-04-03 Andy Wingo <wingo@pobox.com>
1708 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
1711 * ext/theora/theora.c (plugin_init): Register theoraparse.
1713 * ext/theora/gsttheoraparse.h:
1714 * ext/theora/theoraparse.c: New files implementing a theora
1715 parser. Now we can properly remux ogg/theora+vorbis, yay.
1717 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
1719 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
1721 * gst/audiotestsrc/gstaudiotestsrc.c:
1722 Fixed the sample pipeline (see #323798)
1724 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
1727 * win32/common/config.h:
1728 * win32/common/config.h.in:
1729 use AS_VERSION and AS_NANO
1732 2006-03-31 Andy Wingo <wingo@pobox.com>
1734 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
1735 uninitialized variable return that would happen.
1737 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
1738 uninitialized variable return that would never happen.
1740 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
1741 (vorbis_parse_sink_event): Add an event function to flush our
1742 state on a seek, and to drain buffers on a premature EOS.
1743 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
1744 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
1745 (vorbis_parse_chain, vorbis_parse_queue_buffer)
1746 (vorbis_parse_drain_queue): Queue up buffers until we can set
1747 their timestamps and granulepos values.
1749 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
1750 and keep track of data needed for deriving granulepos and
1751 timestamps for buffers.
1753 2006-03-29 Wim Taymans <wim@fluendo.com>
1755 Patch by: j^ <j at bootlab dot org>
1757 * ext/alsa/gstalsamixerelement.c:
1758 (gst_alsa_mixer_element_class_init):
1759 * ext/alsa/gstalsasink.c:
1760 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
1761 * ext/ogg/gstoggdemux.c:
1762 * ext/ogg/gstoggmux.c:
1763 * ext/ogg/gstoggparse.c:
1764 * ext/pango/gstclockoverlay.c:
1765 * ext/pango/gsttextoverlay.c:
1766 * ext/pango/gsttextrender.c:
1767 * ext/pango/gsttimeoverlay.c:
1768 * ext/theora/theoradec.c:
1769 * ext/theora/theoraenc.c:
1770 * ext/vorbis/vorbisdec.c:
1771 * ext/vorbis/vorbisenc.c:
1772 * gst/audioconvert/gstaudioconvert.c:
1773 * gst/subparse/gstsubparse.c:
1774 * gst/tcp/gstmultifdsink.c:
1775 * gst/tcp/gsttcpclientsink.c:
1776 * gst/tcp/gsttcpclientsrc.c:
1777 * gst/tcp/gsttcpserversink.c:
1778 * gst/tcp/gsttcpserversrc.c:
1779 better/unified long descriptions
1782 2006-03-29 Wim Taymans <wim@fluendo.com>
1784 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
1786 Don't let double and triple clicks mess up our state.
1788 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
1790 * gst/playback/gstplaybin.c: (gen_video_element),
1791 (gen_text_element), (gen_audio_element), (gen_vis_element):
1792 Error out gracefully when we can't create any of the usual
1793 conversion elements for some reason. Also, don't try to
1794 create an audioscale (sic) element that's not used anyway.
1796 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
1798 * gst/playback/gstplaybasebin.c: (setup_source):
1799 Don't post RESOURCE_NOT_FOUND error when we can't find a source
1800 element for a particular protocol, that's confusing for users.
1801 Instead, post a RESOURCE_FAILED error, so that our own error
1802 message is actually shown in totem etc. (#336303).
1804 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
1806 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
1808 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
1809 (gst_gnome_vfs_src_get_icy_metadata):
1810 Fix some minor memory leaks (#336194).
1812 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
1814 * ext/gnomevfs/gstgnomevfs.c:
1815 (gst_gnome_vfs_location_to_uri_string):
1816 * ext/gnomevfs/gstgnomevfs.h:
1817 * ext/gnomevfs/gstgnomevfssink.c:
1818 (gst_gnome_vfs_sink_set_property):
1819 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
1820 Make gnomevfssink accept filenames as well as URIs for the
1821 "location" property, just like gnomevfssrc does (and
1822 filesrc/filesink do) (#336190).
1824 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
1826 * tests/check/generic/clock-selection.c: (GST_START_TEST):
1827 set to NULL before unreffing, fixes a valgrind leak.
1828 Why was this not triggering the error that an object needs to
1829 be NULL before unreffing ?
1830 * win32/common/config.h:
1833 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
1835 * gst/subparse/gstsubparse.c: (convert_encoding),
1836 (gst_sub_parse_change_state):
1837 * gst/subparse/gstsubparse.h:
1838 Text subtitle files may or may not be UTF-8. If it's not, we
1839 don't really want to see '?' characters in place of non-ASCII
1840 characters like accented characters. So let's assume the input
1841 is UTF-8 until we come across text that is clearly not. If it's
1842 not UTF-8, we don't really know what it is, so try the following:
1843 (a) see whether the GST_SUBTITLE_ENCODING environment variable
1844 is set; if not, check (b) if the current locale encoding is
1845 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
1846 the current locale encoding is UTF-8 and the environment variable
1847 was not set to any particular encoding. Not perfect, but better
1848 than nothing (and better than before, I think) (fixes #172848).
1850 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
1853 update core requirement to 0.10.4.1 because of async_playback
1854 vmethod on GstBaseSink
1856 2006-03-24 Stefan Kost <ensonic@users.sf.net>
1858 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1859 * gst/adder/gstadder.c: (gst_adder_init):
1860 use DEBUG_FUNCPTR for collectpads
1862 2006-03-24 Stefan Kost <ensonic@users.sf.net>
1864 * docs/plugins/Makefile.am:
1865 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1866 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1867 * ext/cdparanoia/gstcdparanoiasrc.c:
1868 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
1869 (gst_gnome_vfs_sink_class_init):
1870 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
1871 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
1872 * ext/ogg/gstoggmux.c:
1873 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
1874 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
1875 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
1876 * ext/pango/gsttextoverlay.c:
1877 * ext/pango/gsttextrender.c:
1878 * ext/theora/theoradec.c:
1879 * ext/theora/theoraenc.c:
1880 * ext/vorbis/vorbisdec.c:
1881 * ext/vorbis/vorbisenc.c:
1882 * gst-libs/gst/audio/gstaudiofilter.c:
1883 (gst_audio_filter_base_init):
1884 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1885 (gst_audio_filter_template_base_init):
1886 * gst/adder/gstadder.c: (gst_adder_get_type):
1887 * gst/adder/gstadder.h:
1888 * gst/audioconvert/gstaudioconvert.c:
1889 * gst/audiotestsrc/gstaudiotestsrc.c:
1890 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
1891 (gst_audio_test_src_create):
1892 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1893 * gst/playback/gstdecodebin.c:
1894 * gst/playback/gstplaybin.c:
1895 * gst/playback/gststreamselector.c:
1896 (gst_stream_selector_base_init):
1897 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
1898 * gst/volume/gstvolume.c:
1899 * sys/v4l/gstv4lmjpegsink.c:
1900 * sys/v4l/gstv4lmjpegsrc.c:
1901 * tests/check/libs/cddabasesrc.c:
1902 * tests/old/examples/gob/gst-identity2.gob:
1903 Add docs for adder, use GST_ELEMENT_DETAILS macro,
1904 define GstElementDetails at the top
1906 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
1908 * win32/common/libgstinterfaces.def:
1909 Add a lot of export functions for gst-python
1910 * win32/vs6/libgstinterfaces.dsp:
1911 Add a missing include folder in the project configuration
1913 2006-03-23 Wim Taymans <wim@fluendo.com>
1915 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1916 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
1917 (gst_base_audio_src_change_state):
1918 Fix audio sources, forgot to make the ringbuffer
1921 2006-03-23 Wim Taymans <wim@fluendo.com>
1923 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1924 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
1925 (gst_base_audio_src_change_state):
1926 unparent instead of unref the ringbuffer.
1928 2006-03-23 Wim Taymans <wim@fluendo.com>
1930 * gst-libs/gst/audio/gstbaseaudiosink.c:
1931 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
1932 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
1933 Implement new async_play vmethod to start slaving and allow
1934 playback start in case of async PLAY state changes.
1936 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
1937 Enable QoS with new method in base class.
1939 2006-03-23 Wim Taymans <wim@fluendo.com>
1941 Patch by: Julien MOUTTE <julien at moutte dot net>
1943 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
1944 (gst_video_test_src_do_seek), (gst_video_test_src_create):
1945 Partially handle 0 framerate, only EOS after the first frame
1948 2006-03-23 Wim Taymans <wim@fluendo.com>
1950 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
1952 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1953 (gst_riff_create_video_template_caps):
1954 * gst/ffmpegcolorspace/avcodec.h:
1955 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1956 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1957 (gst_ffmpegcsp_avpicture_fill):
1958 * gst/ffmpegcolorspace/imgconvert.c:
1959 Patch for support of YVU9 AVI files (#334822)
1961 2006-03-22 Edward Hervey <edward@fluendo.com>
1963 * docs/design/design-decodebin.txt:
1964 Added design document for new decodebin
1965 (Target Caps): text/x-pango-markup is also a default target caps.
1967 2006-03-22 Wim Taymans <wim@fluendo.com>
1969 * gst-libs/gst/audio/gstbaseaudiosink.c:
1970 (gst_base_audio_sink_dispose):
1971 Since we _parent the ringbuffer, we also need to
1972 _unparent instead of a plain _unref.
1974 2006-03-22 Wim Taymans <wim@fluendo.com>
1976 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
1977 (stop_seek), (scrub_toggle_cb), (main):
1980 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
1982 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
1983 (gst_ogg_parse_chain):
1984 Fix very inefficient usage of linked lists (#335365).
1986 2006-03-21 Edward Hervey <edward@fluendo.com>
1988 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
1989 * gst/playback/gstplaybin.c: (handoff):
1990 * gst/playback/gststreamselector.c:
1991 (gst_stream_selector_set_property):
1992 gcc 4.1 unreferenced pointer fixes.
1993 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1994 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1995 gst_buffer_ref() now takes a GstBuffer*.
1997 2006-03-20 Julien MOUTTE <julien@moutte.net>
1999 * sys/xvimage/xvimagesink.c:
2000 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
2003 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
2005 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
2006 (id3v1_type_find), (apetag_type_find), (plugin_init):
2007 Can't do tag preferences via probability, as tags would then
2008 lose against types that are recognised with MAXIMUM probability
2009 (like .wav); so let all tag typefinders return MAXIMUM themselves
2010 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
2011 that we can prefer APE to ID3v1 (fixes #335028).
2013 2006-03-17 Wim Taymans <wim@fluendo.com>
2015 * gst-libs/gst/audio/gstbaseaudiosink.c:
2016 (gst_base_audio_sink_change_state):
2017 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
2018 (gst_ring_buffer_may_start):
2019 * gst-libs/gst/audio/gstringbuffer.h:
2020 Only start playback if we are playing.
2023 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
2025 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
2026 * win32/common/config.h:
2027 Revert accidental commits to these files.
2029 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
2031 Patch by: Michal Benes <michal dot benes at xeris dot cz>
2033 * tests/Makefile.am:
2034 Don't try to build tests in tests/icles if we
2035 don't have X (#323852)
2037 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
2039 * gst-libs/gst/tag/gstid3tag.c:
2040 Add TXXX frame identifiers for replaygain stuff as used
2041 by some taggers (see #323721).
2043 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
2045 * gst/playback/gststreamselector.c:
2046 (gst_stream_selector_set_property),
2047 (gst_stream_selector_bufferalloc):
2048 Preserve the existing buggy streamselector behaviour by performing
2049 a fallback buffer allocation when downstream isn't linked yet.
2050 This should really be fixed in playbin by blocking pads until it's
2052 Also, use gst_pad_alloc_buffer instead of
2053 gst_pad_alloc_buffer_and_set.
2055 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
2057 * gst-libs/gst/tag/gstid3tag.c:
2058 Don't crash on unknown ID3v2 TXXX frames.
2060 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
2062 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
2063 Chain up to the parent finalize method.
2064 Add 32-bit sample size to the template caps.
2066 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2067 (gst_riff_create_video_template_caps):
2068 Add the fourcc that the VMWare codec uses.
2070 * gst/playback/gststreamselector.c:
2071 (gst_stream_selector_set_property),
2072 (gst_stream_selector_bufferalloc),
2073 (gst_stream_selector_request_new_pad):
2074 For the active pad, forward buffer-alloc requests, otherwise
2075 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
2076 having to memcpy every frame when used by playbin.
2078 * gst/tcp/gstmultifdsink.c:
2079 (gst_multi_fd_sink_handle_client_write):
2080 Get negotiated caps from the sink pad, rather than the sink
2083 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
2085 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2087 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
2088 Don't forget to set src->callbacks_pushed to FALSE again when
2089 popping them, otherwise re-activation in a different mode won't
2092 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
2094 Patch by: Sebastien Moutte <sebastien moutte net>
2096 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
2097 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
2098 (gst_ffmpeg_smpfmt_to_caps):
2099 Replace __VA_ARGS__ caps creation macros with varargs functions.
2100 Makes things compile on MSVC (#320765), looks nicer, and we can
2101 tell the compiler to check for the NULL terminator.
2103 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
2105 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
2107 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2108 Make sure the buffer we copy into is really always big
2109 enough, this time for real (#333488).
2111 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
2113 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2114 Add support for 24bpp DIB (#305279).
2116 2006-03-14 Wim Taymans <wim@fluendo.com>
2118 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
2119 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
2120 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
2121 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
2122 (gst_video_scale_init), (gst_video_scale_src_event):
2123 Re-enable QoS after the release.
2124 Rework videoscale to use the base class src_event handler.
2126 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
2131 === release 0.10.5 ===
2133 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
2136 releasing 0.10.5, "Net"
2138 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
2140 * docs/plugins/Makefile.am:
2141 Part of previous cdparanoiasrc docs fixes, forgot to commit.
2143 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
2145 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2146 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2147 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2148 Add cdparanoiasrc to docs.
2150 * gst-libs/gst/cdda/gstcddabasesrc.c:
2151 More GstCddaBaseSrc docs.
2153 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
2155 * docs/libs/gst-plugins-base-libs-sections.txt:
2156 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
2157 * gst-libs/gst/tag/tag.h:
2158 API: libgsttag: new method gst_tag_from_id3_user_tag().
2160 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
2162 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2163 NULL-terminate array of mpeg4 video file extensions.
2164 Fixes crash on PPC (#334226).
2166 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
2168 * ext/gnomevfs/gstgnomevfssrc.c:
2169 (gst_gnome_vfs_src_check_get_range):
2170 gnome_vfs_uri_is_local() alone is not a good indicator
2171 whether we can operate in pull-mode with a specific URI,
2172 as it returns FALSE for file:// URIs that point to an
2173 NFS-mounted path. Be more conservative here: whitelist
2174 local files, blacklist http URIs and use the old
2175 mechanism for anything else (fixes #334216).
2177 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
2182 === release 0.10.4 ===
2184 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
2187 releasing 0.10.4, "Power"
2189 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
2191 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
2192 Disable max-lateness by setting it to -1 for now, so that
2193 we can bed QoS stuff in thoroughly between now and the next
2196 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
2198 Patch by: Fabrizio Gennari
2200 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2201 Make sure we don't read beyond the palette buffer in case of
2202 broken or manipulated files (#333488)
2204 2006-03-10 Edward Hervey <edward@fluendo.com>
2206 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2207 Fix for variable not initialized.
2209 2006-03-09 Wim Taymans <wim@fluendo.com>
2211 * ext/libvisual/visual.c: (gst_visual_get_type),
2212 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
2216 * ext/theora/gsttheoradec.h:
2217 * ext/theora/theoradec.c: (gst_theora_dec_init),
2218 (gst_theora_dec_reset), (_theora_granule_time),
2219 (theora_dec_src_convert), (theora_dec_sink_convert),
2220 (theora_dec_src_query), (theora_dec_src_event),
2221 (theora_dec_sink_event), (theora_handle_comment_packet),
2222 (theora_handle_header_packet), (theora_dec_push),
2223 (theora_handle_data_packet), (theora_dec_chain),
2224 (theora_dec_change_state):
2227 2006-03-09 Wim Taymans <wim@fluendo.com>
2229 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
2230 (audiocast_register_listener), (gst_gnome_vfs_src_start):
2233 2006-03-09 Wim Taymans <wim@fluendo.com>
2235 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
2236 Don't try to activate NULL chains.
2238 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
2240 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2241 Fix invalid memory access to region before peek'd data (#332964).
2243 2006-03-09 Wim Taymans <wim@fluendo.com>
2245 Patch by: Christophe Fergeau
2247 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
2248 * ext/pango/gsttextrender.c: (gst_text_render_init):
2249 * gst/adder/gstadder.c: (gst_adder_init):
2250 Don't leak padtemplates, closes #333510.
2252 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
2254 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
2255 Fix invalid memory access: make sure string passed to
2256 regexec() is NUL-termianted.
2258 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
2260 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2262 Refactor mpeg/audio typefinding to make it more maintainable
2263 and easier to fine-tune. Make probing into middle of the file
2264 work properly (fixes #333900, also see #152688).
2266 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
2268 * gst/typefind/gsttypefindfunctions.c:
2269 (utf8_type_find_have_valid_utf8_at_offset):
2270 Remove part from previous commit that was bogus:
2271 g_utf8_validate() does in fact not accept embedded
2272 zeroes, so we don't need to check for those (thanks
2273 to Mike for the hint).
2275 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
2277 * gst/typefind/gsttypefindfunctions.c:
2278 (utf8_type_find_count_embedded_zeroes),
2279 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
2280 Make plain/text typefinder more conservative: firstly, check
2281 for embedded zeroes, which are perfectly valid UTF-8 characters,
2282 but also a fairly good sign that something is not a plain text
2283 file; secondly, probe into the middle of the file if possible.
2284 If we can't probe into the middle, limit the probability value
2285 to be returned to TYPE_FIND_POSSIBLE (see #333900).
2287 2006-03-08 Michael Smith <msmith@fluendo.com>
2289 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2290 Make typefind function name for mpeg4 video unique.
2292 2006-03-08 Wim Taymans <wim@fluendo.com>
2294 * ext/libvisual/visual.c: (gst_visual_init),
2295 (gst_visual_clear_actors), (gst_visual_dispose),
2296 (gst_visual_reset), (gst_visual_src_setcaps),
2297 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
2298 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
2299 (gst_visual_chain), (gst_visual_change_state):
2300 Cleanups, post nice errors.
2301 Handle sink and src events.
2302 Implement simple QoS.
2304 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
2305 Use new basesink methods to configure max-lateness.
2308 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2309 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
2310 Debug statement cleanups.
2312 * gst/volume/gstvolume.c: (gst_volume_class_init):
2315 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
2317 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
2318 (gst_text_overlay_init), (gst_text_overlay_set_property),
2319 (gst_text_overlay_get_property):
2320 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
2321 as string type properties, but mark them deprecated. Add
2322 'halignment' and 'valignment' properties that use enums
2325 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
2327 Patch by: Fabrizio Gennari
2329 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2330 Allow palettes with less than 256 colours in AVI files
2333 2006-03-07 Julien MOUTTE <julien@moutte.net>
2335 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
2336 (gst_text_overlay_video_event): Fix wrong EOS handling on text
2337 pad. We were releasing the queued text buffer when we should keep
2338 it until video pad gets EOS or discard the text buffer because it's
2339 too old. That was eating the last subtitle buffer. Add some more
2342 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
2344 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
2345 (gst_text_overlay_video_chain):
2346 Fix invalid memory access (we can't access a buffer after it's been
2347 pushed downstream without taking a reference); fix memory leak (if
2348 there's no text to render, bail out before allocating stuff).
2350 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
2352 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2353 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
2354 * ext/pango/gsttextoverlay.h:
2355 If input is plain text, escape it before passing it to
2356 pango_layout_set_markup().
2358 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
2360 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
2361 Don't ignore flow return from gst_pad_push().
2363 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
2365 Patch by: Fabrizio Gennari
2367 * ext/libvisual/visual.c: (gst_visual_getcaps),
2368 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
2369 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
2370 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
2371 (gst_vorbisenc_convert_sink):
2372 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
2373 (gst_audio_duration_from_pad_buffer):
2374 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
2375 (gst_audio_filter_chain):
2376 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2377 (gst_base_rtp_depayload_setcaps):
2378 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
2379 (gst_video_get_size):
2380 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
2381 Don't leak references returned by gst_pad_get_parent()
2384 2006-03-06 Stefan Kost <ensonic@users.sf.net>
2386 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
2387 change location param details
2388 * gst/volume/gstvolume.c: (plugin_init):
2389 correct plugin description
2391 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
2393 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
2394 (gst_gnome_vfs_src_check_get_range):
2395 Override GstBaseSrc::check_get_range() in order to avoid opening
2396 the resource just to check whether we can operate in pull-mode or
2397 not - we can predict that pretty well from the URI alone. Should
2398 fix problems with last.fm (#331690). (Requires latest core CVS).
2400 2006-03-06 Wim Taymans <wim@fluendo.com>
2402 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
2403 (gst_video_sink_class_init):
2404 Throw away frames that are later than 20 ms.
2406 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
2408 Patch by: Fabrizio Gennari
2410 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2411 Set depth on WMA caps (#333545)
2413 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
2415 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
2416 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
2417 put Theora BOS pages before others. This hardcodes
2418 the Ogg/Theora I profile, but hey.
2420 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
2423 updated with some examples
2424 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
2425 (granulepos_add), (theora_buffer_from_packet):
2426 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
2427 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
2428 (gst_vorbisenc_chain):
2429 implement strategy from ext/ogg/README
2430 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
2431 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
2432 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
2433 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
2434 Fix muxer so that oggz-validate is happy with all streams;
2435 except for no eos mark, and the BOS page ordering
2436 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
2437 (check_buffer_granulepos):
2438 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
2439 update tests to check for OFFSET being set as requested
2440 fixed type of granulepos, it's not a ClockTime
2442 2006-03-05 Julien MOUTTE <julien@moutte.net>
2444 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2445 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
2446 Check that the xvimage we are creating has a correct size
2447 before returning it. (#314897)
2449 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
2451 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2452 Give id3 and ape tag typefinders a rank slightly higher
2453 than PRIMARY to ensure they're always run before any of
2454 the other typefinders (in particular wav and mp3) (#324186).
2456 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
2458 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2459 Add support for '3IVD' fourcc (#333403).
2461 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
2464 Bump requirements to GStreamer CVS for the new error enum.
2466 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
2467 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
2468 space left on the device (fixes #333352).
2470 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
2473 add a project file for libgstvolume
2474 update the workspace
2476 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
2478 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
2479 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
2481 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
2482 Set IN_CAPS on header buffers
2484 2006-03-02 Wim Taymans <wim@fluendo.com>
2486 * docs/plugins/Makefile.am:
2487 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2488 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2489 Add audioresample to docs.
2491 * gst/audioconvert/gstaudioconvert.c:
2494 * gst/audioresample/gstaudioresample.c:
2495 (gst_audioresample_base_init), (gst_audioresample_class_init),
2496 (gst_audioresample_init), (gst_audioresample_dispose),
2497 (audioresample_get_unit_size), (audioresample_transform_caps),
2498 (resample_set_state_from_caps), (audioresample_transform_size),
2499 (audioresample_set_caps), (audioresample_event),
2500 (audioresample_do_output), (audioresample_transform),
2501 (audioresample_pushthrough), (gst_audioresample_set_property),
2502 (gst_audioresample_get_property), (plugin_init):
2503 * gst/audioresample/gstaudioresample.h:
2505 Small code cleanups.
2507 2006-03-02 Wim Taymans <wim@fluendo.com>
2509 * docs/plugins/Makefile.am:
2510 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2511 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2512 Added videoscale to docs.
2514 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2515 (gst_video_rate_swap_prev), (gst_video_rate_event),
2516 (gst_video_rate_chain):
2519 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
2520 (gst_video_scale_init), (gst_video_scale_prepare_size),
2521 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
2522 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
2523 * gst/videoscale/gstvideoscale.h:
2524 Added docs, examples.
2526 Post errors instead of g_warning.
2528 2006-03-02 Wim Taymans <wim@fluendo.com>
2530 * docs/libs/gst-plugins-base-libs-docs.sgml:
2531 * docs/libs/gst-plugins-base-libs-sections.txt:
2532 * docs/libs/gst-plugins-base-libs.types:
2533 * docs/plugins/Makefile.am:
2534 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2535 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2536 Added some more docs to libs and plugins.
2538 * gst-libs/gst/audio/gstringbuffer.c:
2539 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
2540 * gst-libs/gst/audio/gstringbuffer.h:
2541 Document ringbuffer some more.
2543 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
2544 (gst_video_rate_setcaps), (gst_video_rate_reset),
2545 (gst_video_rate_init), (gst_video_rate_flush_prev),
2546 (gst_video_rate_swap_prev), (gst_video_rate_event),
2547 (gst_video_rate_chain), (gst_video_rate_change_state):
2548 * gst/videorate/gstvideorate.h:
2549 Fix videorate to use segments.
2550 Make it work with 0/1 framerates (closes #331903)
2551 Handle EOS correctly.
2554 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
2556 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
2557 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
2558 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
2559 In state change function, first chain up to parent class,
2560 then handle downwards state change stuff. Remove some
2561 commented out cruft from 0.8 code.
2563 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
2565 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
2566 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
2567 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
2568 (gst_ogm_parse_chain):
2569 Don't remove/re-add source pad if the new caps are the same as
2570 the old caps anyway (#333042). When removing source pad, don't
2571 unref it afterwards - we didn't ref it when adding. Sprinkle some
2572 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
2573 after using gst_pad_get_parent(). Return downstream flow return
2574 value in chain function.
2576 2006-03-02 Wim Taymans <wim@fluendo.com>
2578 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2579 * docs/plugins/gst-plugins-base-plugins.args:
2580 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2581 * docs/plugins/gst-plugins-base-plugins.interfaces:
2582 * docs/plugins/gst-plugins-base-plugins.signals:
2583 Fix hierarchy, added some more elements to the docs.
2585 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2586 (gst_ffmpegcsp_get_type):
2587 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
2588 Fix docs for ffmpegcolorspace.
2590 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
2592 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
2593 (apetag_type_find), (ape_type_find), (plugin_init):
2594 Some typefinding fine-tuning:
2595 - rank ID3/APE tags in order of preference via probabilities, so that
2596 ID3v2 > APEv2 > APEv1 > ID3v1.
2597 - three or four bytes don't really justify MAXIMUM probability,
2598 change those to 'very likely' (musepack and monkeysaudio).
2600 2006-03-01 Wim Taymans <wim@fluendo.com>
2602 * docs/plugins/Makefile.am:
2603 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2604 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2605 * ext/alsa/gstalsamixer.c:
2606 * ext/alsa/gstalsamixer.h:
2607 * ext/alsa/gstalsamixerelement.c:
2608 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
2609 * ext/alsa/gstalsamixerelement.h:
2610 * ext/alsa/gstalsasink.c:
2611 * ext/alsa/gstalsasink.h:
2612 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
2614 * ext/alsa/gstalsasrc.h:
2616 Small code cleanups.
2618 2006-03-01 Wim Taymans <wim@fluendo.com>
2620 * ext/theora/Makefile.am:
2621 Dist new header too,
2623 2006-03-01 Wim Taymans <wim@fluendo.com>
2625 * docs/plugins/Makefile.am:
2626 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2627 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2628 * ext/gnomevfs/gstgnomevfssink.h:
2629 * ext/gnomevfs/gstgnomevfssrc.h:
2630 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2631 * ext/vorbis/vorbisdec.h:
2632 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
2633 * ext/vorbis/vorbisenc.h:
2634 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
2635 (vorbis_parse_chain), (vorbis_parse_change_state):
2636 * ext/vorbis/vorbisparse.h:
2637 * gst/audioconvert/gstaudioconvert.h:
2638 * gst/tcp/gsttcpserversink.h:
2639 * gst/videotestsrc/gstvideotestsrc.c:
2640 * gst/videotestsrc/gstvideotestsrc.h:
2641 * gst/volume/gstvolume.c:
2642 * gst/volume/gstvolume.h:
2644 Added docs for vorbisdec and vorbisparse.
2647 2006-03-01 Wim Taymans <wim@fluendo.com>
2649 * docs/plugins/Makefile.am:
2650 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2651 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2652 * ext/pango/gstclockoverlay.h:
2653 * ext/pango/gsttextoverlay.h:
2654 * ext/pango/gsttextrender.h:
2655 * ext/pango/gsttimeoverlay.h:
2656 * ext/theora/gsttheoradec.h:
2657 * ext/theora/gsttheoraenc.h:
2658 * ext/theora/theoradec.c:
2659 * ext/theora/theoraenc.c:
2660 * gst/audioconvert/gstaudioconvert.h:
2661 * gst/audiotestsrc/gstaudiotestsrc.h:
2662 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
2663 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
2664 * gst/tcp/gstmultifdsink.h:
2665 Updated/added documentation.
2667 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
2668 (gst_text_overlay_halign_get_type),
2669 (gst_text_overlay_wrap_mode_get_type),
2670 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
2671 (gst_text_overlay_init), (gst_text_overlay_set_property),
2672 (gst_text_overlay_get_property):
2673 Fix up properties to be enums instead of string to make bindings,
2674 introspection and automatic GUI creation possible.
2675 Add getters for the properties.
2677 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
2679 * gst/audiotestsrc/gstaudiotestsrc.c:
2680 added defines of M_PI and M_PI_2
2681 * gst/ffmpegcolorspace/avcodec.h:
2682 removed #include "stdint.h" for win32 as _stdint.h is
2683 autogenerated to win32/common
2684 * win32/common/libgstaudio.def:
2685 * win32/common/libgsttag.def:
2688 some project files bugs corrected
2690 project files are reset to the default vs7 configuration
2691 (they link to msvcr71.dll using default optimizations)
2693 2006-02-28 Wim Taymans <wim@fluendo.com>
2695 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
2698 2006-02-28 Edward Hervey <edward@fluendo.com>
2700 * ext/alsa/gstalsasrc.c:
2701 Set proper class on the ElementDetails:
2702 Source/Audio instead of Src/Audio/
2704 2006-02-28 Edward Hervey <edward@fluendo.com>
2706 * gst/videoscale/vs_scanline.c:
2707 (vs_scanline_resample_nearest_RGBA):
2708 Revert optimization in videoscale. It should go in liboil and have
2709 an appropriate liboil function.
2711 2006-02-28 Wim Taymans <wim@fluendo.com>
2713 * gst-libs/gst/audio/gstbaseaudiosink.c:
2714 (gst_base_audio_sink_provide_clock):
2715 Don't try to provide a clock in the NULL state.
2717 2006-02-28 Wim Taymans <wim@fluendo.com>
2719 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
2720 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
2721 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2722 (gst_ogg_demux_deactivate_current_chain),
2723 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
2724 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
2725 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
2726 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
2727 Use GstSegment infrastructure to remove duplicated code
2728 and handle more seek cases correctly.
2730 2006-02-28 Wim Taymans <wim@fluendo.com>
2732 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2733 (gst_ffmpegcsp_transform):
2734 Don't ignore return code from ffmpeg convert function.
2736 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
2737 Split out some long statements to ease debugging.
2739 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
2741 * ext/libvisual/visual.c: (gst_visual_init),
2742 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
2743 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
2744 being able to renegotiate the size. Instead, use the negotiation
2745 algorithm from the goom plugin to pick an initial output caps.
2747 Also, allow theoretical libvisual plugins that might support non-GL
2748 output even if they also do GL.
2750 2006-02-26 Julien MOUTTE <julien@moutte.net>
2752 * ext/libvisual/visual.c: (gst_visual_init),
2753 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
2754 (plugin_init): Load only non GL plugins. Fix some memleaks and
2755 possible negotiation issues.
2757 2006-02-25 Julien MOUTTE <julien@moutte.net>
2759 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
2761 2006-02-24 Michael Smith <msmith@fluendo.com>
2763 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
2764 (cmml_type_find), (plugin_init):
2765 Fix CMML type find function to not require a specific minor version
2768 Add an MPEG4 video elementary stream typefind function.
2770 2006-02-04 Michael Smith <msmith@fluendo.com>
2772 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2773 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
2774 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2775 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
2776 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
2777 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
2778 Annodex support in ogg demuxer. Doesn't do very much without the
2779 other annodex patches (to come).
2781 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
2783 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
2785 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2786 Pick up palette for MS video v1 (#327028)
2788 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
2790 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2791 (gst_ffmpegcsp_caps_remove_format_info),
2792 (gst_ffmpegcsp_get_unit_size):
2793 The 'palette_data' field from incoming RGB caps shouldn't be
2794 proxied on outgoing YUV caps; also, restrict unit size
2795 adjustment in case of paletted data only to the unit that
2796 actually has a palette. Fixes #330711.
2798 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
2800 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2801 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
2802 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
2803 (gst_ffmpegcsp_get_unit_size):
2804 Plug some memory leaks.
2806 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
2808 * sys/ximage/Makefile.am:
2809 * sys/xvimage/Makefile.am:
2810 Add some _CFLAGS and _LIBS that seem to be missing
2811 and/or required for Cygwin (see #317048).
2813 2006-02-22 Wim Taymans <wim@fluendo.com>
2815 * ext/alsa/gstalsasrc.c:
2816 Fix description as pointed out by caugier.
2818 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
2820 Reviewed by : Edward Hervey <edward@fluendo.com>
2822 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
2824 Better 3gp typefinding (#331526).
2826 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
2828 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
2829 Don't send EOS event here, the base class will send one for us.
2831 * gst/playback/gstplaybasebin.c: (prepare_output):
2832 Subpictures without video stream aren't allowed either.
2834 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
2835 Fix debug statement copy'n'paste-o.
2837 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
2839 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
2840 Fix issues with mixer keeping state when muting/unmuting
2841 and when changing the volume whilst muted (see #331763
2844 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
2846 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
2847 (parse_subrip), (gst_sub_parse_format_autodetect):
2848 Set right caps given that we send escaped text. Also,
2849 honour <i></i>, <b></b> and <u></u> markers that can be found
2850 in .srt files (fixes #310202).
2852 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
2854 * gst-libs/gst/audio/mixerutils.c:
2855 (element_factory_rank_compare_func):
2856 Make order in which elements are tried more determinable.
2858 2006-02-20 Julien MOUTTE <julien@moutte.net>
2860 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2861 (remove_element_chain), (cleanup_decodebin),
2862 (gst_decode_bin_change_state): Make decodebin reusable by
2863 fixing remove_element_chain first and then introduce a
2864 cleaner in state change to ->NULL. (Closes #331678)
2866 2006-02-19 Wim Taymans <wim@fluendo.com>
2868 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
2869 use 0666 mask when creating files so umask gets applied
2870 correctly. Fixes #331295.
2872 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
2874 * gst/subparse/Makefile.am:
2875 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
2876 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
2877 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
2878 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
2879 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
2880 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
2881 * gst/subparse/gstssaparse.h:
2882 * gst/subparse/gstsubparse.c: (plugin_init):
2883 Add very basic parser for SSA subtitle streams (as often
2884 found in matroska files).
2886 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
2888 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
2889 That should be text/x-pango-markup, not text/x-pango-layout.
2891 2006-02-19 Julien MOUTTE <julien@moutte.net>
2893 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
2896 2006-02-19 Julien MOUTTE <julien@moutte.net>
2898 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2899 (gst_text_overlay_finalize), (gst_text_overlay_init),
2900 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2901 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2902 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
2903 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
2904 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
2905 Fix state change deadlock.
2907 2006-02-19 Julien MOUTTE <julien@moutte.net>
2909 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2910 (gst_text_overlay_finalize), (gst_text_overlay_init),
2911 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2912 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2913 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
2914 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
2915 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
2916 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
2917 and subtitles files.
2919 2006-02-19 Julien MOUTTE <julien@moutte.net>
2921 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
2922 should be considered as raw.
2924 2006-02-19 Julien MOUTTE <julien@moutte.net>
2926 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
2928 * gst/playback/gststreaminfo.h: Introduce language informations.
2930 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
2932 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2933 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
2934 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2935 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2936 Set shared memory segments to be deleted as soon as we have attached,
2937 that way they get cleaned up automatically if we crash.
2939 2006-02-18 Julien MOUTTE <julien@moutte.net>
2941 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
2942 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
2943 functions are called with lock held.
2945 2006-02-18 Julien MOUTTE <julien@moutte.net>
2947 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2948 (gst_text_overlay_finalize), (gst_text_overlay_init),
2949 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2950 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2951 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
2952 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
2953 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2954 (gst_text_overlay_change_state): Refactoring of textoverlay
2955 without collectpads. This now supports sparse subtitles coming
2956 from a demuxer instead of a sub file. Seeking is still broken
2957 though. Need to discuss with wtay some more on how to handle
2959 * ext/pango/gsttextoverlay.h:
2960 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
2961 subtitles coming from the demuxer.
2963 2006-02-17 Wim Taymans <wim@fluendo.com>
2965 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
2966 (gst_vorbisenc_convert_sink):
2967 Use some more scaling functions.
2969 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
2971 * ext/cdparanoia/gstcdparanoiasrc.c:
2972 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
2973 (gst_cd_paranoia_paranoia_callback),
2974 (gst_cd_paranoia_src_signal_is_being_watched),
2975 (gst_cd_paranoia_src_read_sector):
2976 * ext/cdparanoia/gstcdparanoiasrc.h:
2977 Add back 'transport-error' and 'uncorrected-error' signals and
2978 make them actually be fired when bad stuff happens (#319340).
2980 2006-02-17 Wim Taymans <wim@fluendo.com>
2982 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
2983 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
2984 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
2985 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
2986 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
2987 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
2988 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
2989 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
2990 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
2991 (gst_ring_buffer_clear):
2993 Added some G_LIKELY.
2995 2006-02-17 Wim Taymans <wim@fluendo.com>
2997 * gst-libs/gst/audio/TODO:
3000 * gst-libs/gst/audio/gstbaseaudiosink.c:
3001 (gst_base_audio_sink_get_offset):
3002 When trying to play samples ASAP and we don't have a
3003 previous sample, try to play at position 0 instead of
3004 an invalid position.
3006 2006-02-17 Wim Taymans <wim@fluendo.com>
3008 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
3009 (gst_alsasink_reset):
3010 Also release lock when we get an error in _reset();
3011 fix an error message.
3013 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
3015 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
3016 (gst_alsasink_init), (get_channel_free_structure),
3017 (caps_add_channel_configuration), (gst_alsasink_getcaps),
3018 (gst_alsasink_close):
3019 * ext/alsa/gstalsasink.h:
3020 Add support for more than 2 channels (#326720).
3022 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
3024 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3025 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
3026 with 4 or 6 channels, assume a default channel layout to make things
3027 work (not sure there's anything else we can do in those cases).
3029 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
3031 * gst-libs/gst/audio/multichannel.c:
3034 * gst-libs/gst/riff/Makefile.am:
3035 * gst-libs/gst/riff/riff-ids.h:
3036 * gst-libs/gst/riff/riff-media.c:
3037 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
3038 Add support for WAVEFORMATEX, eg. PCM audio with more than two
3039 channels and a channel layout map.
3041 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
3043 Reviewed by Edward Hervey <edward@fluendo.com>
3045 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
3046 C-level optimization of the RGBA nearest neighbour function.
3047 Eventually this might end up in liboil with vectorized versions.
3049 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
3051 * gst-libs/gst/audio/multichannel.c:
3052 (gst_audio_get_channel_positions):
3053 When we have more than 2 channels, but no channel layout is
3054 specified in the caps, return some default channel layout
3055 to the caller and warn about about a possibly buggy element
3056 (could be buggy filtercaps as well of course) (#317038).
3058 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
3060 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3061 Add gst-libs/gst/cdda to list of lib search paths.
3063 2006-02-15 Andy Wingo <wingo@pobox.com>
3065 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
3066 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
3067 to the Lord Jesus that I do not have to touch the ogg muxer ever
3070 2006-02-15 Edward Hervey <edward@fluendo.com>
3072 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
3073 quicktime movie files can also contain 'uuid' atoms.
3075 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
3077 * gst/audioconvert/plugin.c: (plugin_init):
3078 Register the GstAudioChannelPosition enum type with the type
3079 system in the plugin_init function, so that it is known before
3080 any element actually makes use of multi-channel stuff. This is
3081 required for example if one wants to be able to deserialise/use
3082 a caps string with channel positions before any pipeline has
3083 been setup and started, like with gst-launch.
3085 2006-02-14 Wim Taymans <wim@fluendo.com>
3087 * gst-libs/gst/audio/gstringbuffer.c:
3088 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
3089 (gst_ring_buffer_samples_done), (wait_segment),
3090 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
3091 Add some compiler G_(UN_)LIKELY help.
3092 SIGNAL the ringbuffer waiters when going to PAUSED as well to
3093 make sure they can exit their functions. Should fix #330748
3095 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
3100 * win32/common/_stdint.h:
3101 Windows does not have long long; copy the generated _stdint.h
3102 * win32/common/interfaces-enumtypes.c:
3103 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
3104 (gst_mixer_track_flags_get_type),
3105 (gst_tuner_channel_flags_get_type):
3106 * win32/common/multichannel-enumtypes.c:
3107 (gst_audio_channel_position_get_type):
3110 2006-02-13 Wim Taymans <wim@fluendo.com>
3112 * gst-libs/gst/audio/gstbaseaudiosink.c:
3113 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
3114 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3115 Always sync on first sample we receive when starting.
3117 2006-02-13 Wim Taymans <wim@fluendo.com>
3119 * gst/playback/gstplaybin.c: (gen_vis_element):
3120 Update vis bin docs.
3121 Move queue after tee so we don't queue video buffers but
3122 audio samples instead. Fixes problems where the video queue
3123 is filled and the audio queue empty.
3125 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
3127 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3128 No need to push an EOS event here, GstBaseSrc will do that for us
3129 when we return FLOW_UNEXPECTED.
3131 2006-02-12 Wim Taymans <wim@fluendo.com>
3133 * gst-libs/gst/audio/gstbaseaudiosink.c:
3134 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
3135 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
3136 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3137 Use scale functions when possible.
3139 Free clockid when after waiting for EOS.
3140 Use G_(UN_)LIKLY when it makes sense.
3141 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
3143 2006-02-12 Edward Hervey <edward@fluendo.com>
3145 * gst/playback/gstplaybasebin.c: (prepare_output):
3146 Remove stray semi-colon (fixes #330888).
3148 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
3150 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
3151 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
3152 Fix up the XShm call testing so that we catch errors, and don't
3153 cause new ones by attempting to detach from a segment we failed
3154 to attach to. Fixes #312439.
3156 2006-02-10 Edward Hervey <edward@fluendo.com>
3158 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3159 Added flv file typefind (video/x-flv).
3161 2006-02-10 Edward Hervey <edward@fluendo.com>
3163 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3164 (gst_riff_create_video_template_caps):
3165 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
3166 Also added the caps to the default set of riff video caps.
3168 2006-02-09 Andy Wingo <wingo@pobox.com>
3170 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
3171 time and the end time of the last packet in the page.
3172 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
3173 on the pages in our queue, set the duration as well. Reflow a
3175 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
3176 Fixes bad muxing order.
3178 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
3180 * gst-libs/gst/rtp/gstbasertppayload.c:
3181 (gst_basertppayload_setcaps), (gst_basertppayload_push):
3182 update seqnum before setting it on the packet; this makes sure
3183 that the timestamp and seqnum properties match after pushing
3186 2006-02-09 Andy Wingo <wingo@pobox.com>
3188 * gst-libs/gst/audio/gstringbuffer.c
3189 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
3190 overflow after 13.5 hours of recording. Kapow!
3192 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
3193 the buffer size -- we don't care about underrun/overrun reporting
3194 right now, just need to return a useful value.
3196 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
3201 === release 0.10.3 ===
3203 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
3206 releasing 0.10.3, "Under Pressure"
3208 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
3211 Drat. Bump libtool version number for new API.
3212 Prelease 0.10.2.3 (of 0.10.3)
3214 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
3217 * win32/common/config.h:
3218 0.10.2.2 prerelease (of 0.10.3).
3220 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
3222 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
3223 Revert Andy's newsegment change pending a more correct
3226 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
3228 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
3229 (qt_type_find), (plugin_init):
3230 detect more files as 3gp
3231 group and reorder the iso file formats
3233 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
3235 * ext/vorbis/vorbis.c: (plugin_init):
3236 Register musicbrainz tags, so apps don't have to.
3238 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
3240 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
3241 (gst_tag_to_vorbis_tag):
3242 Make sure we called gst_tag_register_musicbrainz_tags()
3243 before possibly mapping a vorbiscomment string from/to a
3246 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
3248 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
3249 In case we can't find the required number of consecutive
3250 mpeg audio frames to positively identify an MPEG audio
3251 stream, check if there's at least a valid mpeg audio
3252 frame right at offset 0 and if so suggest mpeg/audio
3253 caps with a very low probability (#153004).
3255 2006-02-07 Andy Wingo <wingo@pobox.com>
3257 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
3258 a TIME segment if we get timestamped buffers. Requires recent
3259 fixes in core to work properly.
3261 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
3263 * gst/playback/gstplaybasebin.c: (prepare_output):
3264 Don't print the URI as part of the error message, it
3265 makes error dialogs look rather ugly, especially if
3266 the URI is very long or has characters in it that
3269 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
3271 * gst/playback/gstplaybasebin.c: (prepare_output):
3272 Error out if we have only text or subtitles, but nothing
3273 else. Also error out if we have subtitles but no video
3276 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
3278 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
3279 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
3280 Post an error message on the bus when we encounter an
3281 error, which will hopefully be more meaningful than the
3282 'Internal Flow Error' message users get to see if we
3283 just return GST_FLOW_ERROR.
3285 2006-02-07 Andy Wingo <wingo@pobox.com>
3287 * configure.ac (GST_MAJORMINOR): Update core version req to
3288 0.10.2.2, for the collectpads API addition (#330244).
3290 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
3292 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3293 Return FALSE from plugin_init() when GnomeVFS can't
3294 be initialised for some reason (#328423).
3296 2006-02-06 Julien MOUTTE <julien@moutte.net>
3298 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
3299 Stick to seeking theory until i find the bug.
3300 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
3302 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
3304 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3305 (theora_enc_finalize), (theora_enc_sink_setcaps),
3306 (theora_set_header_on_caps), (theora_enc_chain),
3307 (theora_enc_change_state):
3308 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3309 Make theoraenc and the tests leak free. Like, really.
3311 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
3313 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3314 (theora_enc_finalize), (theora_enc_sink_setcaps):
3315 Add a finalize method to ensure we clean up state even if
3316 someone omitted the state change back to NULL.
3318 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
3319 (gst_vorbisenc_chain):
3320 Free some more leaked bits.
3322 * tests/check/pipelines/theoraenc.c: (start_pipeline),
3324 Wait for state changes to happen if they're ASYNC.
3326 This ought to teach those fancy pants buildbots a lesson.
3328 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
3330 * gst-libs/gst/tag/gstid3tag.c:
3331 Add mapping for ID3 International Standard Recording Code
3334 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
3336 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
3337 Don't leak tag names.
3339 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
3341 * docs/libs/gst-plugins-base-libs-docs.sgml:
3342 * docs/libs/gst-plugins-base-libs-sections.txt:
3343 * gst-libs/gst/tag/gstid3tag.c:
3344 * gst-libs/gst/tag/gstvorbistag.c:
3345 * gst-libs/gst/tag/tags.c:
3346 Split libgsttag docs into multiple sections.
3348 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
3350 * docs/libs/Makefile.am:
3351 * docs/libs/gst-plugins-base-libs-docs.sgml:
3352 * docs/libs/gst-plugins-base-libs-sections.txt:
3353 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
3354 * gst-libs/gst/tag/gstvorbistag.c:
3355 * gst-libs/gst/tag/tag.h:
3356 * gst-libs/gst/tag/tags.c:
3357 Add libgsttag to the docs.
3359 2006-02-05 Julien MOUTTE <julien@moutte.net>
3361 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
3362 (gst_text_overlay_init), (gst_text_overlay_src_event),
3363 (gst_text_overlay_collected): Fix clockoverlay.
3365 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
3367 * docs/libs/compiling.sgml:
3368 Fix typo: it's pkg-config, not pkg-gconfig
3370 * docs/libs/gst-plugins-base-libs-docs.sgml:
3371 * docs/libs/gst-plugins-base-libs-sections.txt:
3372 * docs/libs/tmpl/gstgconf.sgml:
3373 There is no libgstgconf in 0.10, remove it
3376 2006-02-05 Julien MOUTTE <julien@moutte.net>
3378 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
3379 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
3380 (gst_text_overlay_src_event), (gst_text_overlay_collected):
3381 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
3382 (gst_sub_parse_class_init), (gst_sub_parse_init),
3383 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
3384 (parse_mpsub), (parser_state_init), (handle_buffer),
3385 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
3386 * gst/subparse/gstsubparse.h: Introduce seeking code.
3388 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
3390 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3391 Add comment about LANGUAGE tag inconsistency (we want
3392 ISO-639-1, but extract three-letter identifiers?)
3395 Add two translatable files.
3397 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
3399 * gst-libs/gst/tag/Makefile.am:
3400 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3401 * gst-libs/gst/tag/tag.h:
3402 * gst-libs/gst/tag/tags.c:
3403 (gst_tag_register_musicbrainz_tags_internal),
3404 (gst_tag_register_musicbrainz_tags):
3405 Forward-port some tags stuff from the 0.8 branch. This is
3406 mostly the addition of musicbrainz tags and their mapping
3407 to vorbistags, and a vorbistag mapping of the language tag.
3409 2006-02-05 Julien MOUTTE <julien@moutte.net>
3411 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
3414 2006-02-04 David Schleef <ds@schleef.org>
3416 * ext/ogg/gstoggmux.c:
3417 * gst/typefind/gsttypefindfunctions.c:
3418 Add Dirac typefinding and add dirac format to oggmux.
3420 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
3422 * gst/playback/gstdecodebin.c: (try_to_link_1):
3423 Don't put essential function call into
3424 g_return_*() macro, otherwise it'll all be
3425 replaced by NOOPs when compiling with
3426 G_DISABLE_CHECKS defined.
3428 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
3430 * ext/ogg/gstoggdemux.c:
3431 * ext/ogg/gstoggparse.c:
3432 * gst/tcp/gsttcpserversink.c:
3433 * sys/v4l/v4lsrc_calls.c:
3434 * sys/v4l/v4lsrc_calls.h:
3435 Just make it compile with --disable-gst-debug.
3437 2006-02-03 Wim Taymans <wim@fluendo.com>
3439 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
3440 (gst_alsasink_class_init), (gst_alsasink_init),
3441 (gst_alsasink_write), (gst_alsasink_reset):
3442 * ext/alsa/gstalsasink.h:
3443 Add lock to protect alsa calls.
3444 Implement reset to flush samples ASAP, does not work
3447 2006-02-02 Wim Taymans <wim@fluendo.com>
3449 * gst-libs/gst/audio/gstbaseaudiosink.c:
3450 (gst_base_audio_sink_provide_clock):
3451 Ugh.. getting late I guess...
3453 2006-02-02 Wim Taymans <wim@fluendo.com>
3455 * gst-libs/gst/audio/gstbaseaudiosink.c:
3456 (gst_base_audio_sink_provide_clock),
3457 (gst_base_audio_sink_set_property),
3458 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
3459 Don't try to provide a clock when we are not negotiated since
3460 we might not be able to make it run.
3462 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
3464 * gst/playback/gstdecodebin.c: (try_to_link_1):
3465 Unlinking two source pads is ... hard.
3467 2006-02-02 Wim Taymans <wim@fluendo.com>
3469 * gst-libs/gst/audio/TODO:
3472 * gst-libs/gst/audio/gstbaseaudiosink.c:
3473 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
3474 On EOS, wait till the last sample is played before posting EOS.
3476 2006-02-01 Philippe Kalaf <burger at speedy dot org>
3478 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3479 Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
3480 setting queue_delay to zero. Also avoid thread being started if
3481 queue_delay is zero.
3483 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
3485 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
3486 Make test work again by connecting fakesinks to each decoded pad,
3487 which makes the pipeline wait until each fakesink has a buffer
3488 queued before going to PAUSED state. At that point we know the
3489 decodebin pads are negotiated.
3491 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
3493 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
3494 (gst_cdda_base_src_handle_event):
3495 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
3496 Pass unhandled queries to the parent class's query function.
3498 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
3500 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
3501 (gst_ogg_pad_src_query):
3502 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
3503 * ext/theora/theoradec.c: (theora_dec_src_query),
3504 (theora_dec_sink_query):
3505 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3506 (vorbis_dec_sink_query):
3507 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
3508 (gst_vorbisenc_sink_query):
3509 * gst/adder/gstadder.c: (gst_adder_query):
3510 Pass unhandled queries upstream instead of just
3511 dropping them (#326447). Also, fix supported
3512 query types list for some elements.
3514 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
3516 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
3517 (paris_type_find), (ilbc_type_find), (plugin_init):
3518 Fix typefinding for audio/x-au, audio/x-paris and
3519 audio/iLBC-sh. We cannot use the START_WITH macros
3520 here, because there can only be one typefind factory
3521 with the same name (caps), so the second one would
3522 replace the first one and the first one would never
3523 be called when doing typefinding (see #161712).
3526 2006-01-31 Wim Taymans <wim@fluendo.com>
3528 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
3529 (vorbis_handle_header_packet), (vorbis_dec_push),
3530 (vorbis_handle_data_packet):
3531 Use scale_int when we can, add some more scaling.
3532 Check packettype before parsing it.
3534 2006-01-31 Wim Taymans <wim@fluendo.com>
3536 * ext/theora/theoradec.c: (_theora_granule_time),
3537 (theora_dec_src_convert), (theora_dec_sink_convert):
3538 Call right _scale functions.
3539 Use parameter instead of some other random value.
3541 2006-01-31 Wim Taymans <wim@fluendo.com>
3543 * ext/theora/theoradec.c: (_theora_granule_frame),
3544 (_theora_granule_time), (_inc_granulepos),
3545 (theora_dec_src_convert), (theora_dec_sink_convert),
3546 (theora_handle_type_packet), (theora_handle_data_packet),
3548 Use higher precision timestamps calculation.
3549 Convert some other conversions to _scale.
3551 2006-01-31 Stefan Kost <ensonic@users.sf.net>
3553 * gst/audiotestsrc/gstaudiotestsrc.c:
3554 (gst_audio_test_src_create_sine_table), (plugin_init):
3555 * gst/volume/gstvolume.c: (plugin_init):
3556 initialize gst_controller before using
3558 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
3560 * tests/check/pipelines/theoraenc.c:
3561 * tests/check/pipelines/vorbisenc.c:
3562 Define constant using G_GINT64_CONSTANT to avoid errors when
3563 passing it around - otherwise it gets truncated to 32 bits.
3565 Fixes failing tests.
3567 2006-01-31 Andy Wingo <wingo@pobox.com>
3569 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
3570 caps being set doesn't have a framerate value. Basically a stopgap
3573 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
3574 technically correct enough to put into core though.
3575 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
3576 DURATION. Fixes theoraenc ! oggmux.
3578 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
3579 fraction, not double.
3581 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
3584 add vs7 project files created by Sergey Scobich
3586 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
3589 add vs8 project files created by Sergey Scobich
3591 2006-01-30 Andy Wingo <wingo@pobox.com>
3593 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
3594 timestamp + duration, not just timestamp -- ogg pages should be
3595 ordered by stop time. Necessary fix given the change in vorbis
3598 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
3599 (gst_theora_enc_init): Pull the granule shift out of the encoder.
3600 (granulepos_add): New function, handles the messiness of adjusting
3602 (theora_buffer_from_packet):
3604 (theora_enc_sink_event): Use granulepos_add, not +.
3606 * tests/check/pipelines/theoraenc.c
3607 (check_buffer_granulepos_from_starttime): Just check the frame
3608 count, not the actual granulepos -- we can't dictate to the
3609 encoder when it should be placing keyframes.
3611 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
3613 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3614 SERVICE_NOT_AVAILABLE happens for example when you're trying to
3615 play an http:// stream from a server that's not serving
3617 2006-01-30 Andy Wingo <wingo@pobox.com>
3619 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
3620 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
3621 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
3624 * ext/theora/gsttheoraenc.h:
3625 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
3626 although theoraenc was timestamping correctly. Added handling of
3627 streams that start with nonzero timestamps.
3629 * tests/check/Makefile.am:
3630 * tests/check/pipelines/theoraenc.c: New file, basically does same
3633 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
3635 2006-01-30 Wim Taymans <wim@fluendo.com>
3637 * gst-libs/gst/audio/gstaudiosink.c:
3638 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
3639 (gst_audioringbuffer_pause):
3640 Implement pause that does not wait for completion.
3642 * gst-libs/gst/audio/gstbaseaudiosink.c:
3643 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3644 Don't drop buffers when going to PAUSED but perform preroll on
3645 remaining samples now that core base class supports this.
3647 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
3648 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
3649 (gst_ring_buffer_commit):
3650 Pause should not signal waiters.
3651 Implement return value of _commit correctly.
3653 2006-01-30 Andy Wingo <wingo@pobox.com>
3655 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
3657 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
3658 updated to timestamp from the first sample, not the last.
3659 (gst_vorbisenc_buffer_from_header_packet): New function, takes
3660 special care of granulepos and timestamp for header packets.
3661 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
3662 when the first buffer has a nonzero timestamp.
3664 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
3665 (GstVorbisEnc.subgranule_offset): New members. Take care of the
3666 case when the first audio buffer we get has a nonzero timestamp.
3667 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
3668 properly timestamp vorbis buffers with the time of the first
3669 sample, not the last.
3671 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
3672 vorbis_granule_time_copy -- now it takes the granule/subgranule
3673 offset into account.
3675 * tests/check/pipelines/vorbisenc.c: New test for correctness of
3676 timestamps, durations, and granulepos on buffers produced by
3679 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
3681 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3682 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
3683 Patch from Eric Jonas to support conversions to/from UYVY
3686 2006-01-30 Julien MOUTTE <julien@moutte.net>
3688 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
3689 (setup_subtitle), (setup_source), (set_active_source):
3690 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
3691 (gen_text_element), (gen_audio_element), (gen_vis_element),
3692 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
3694 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
3696 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
3697 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
3698 use gst_guint64_to_gdouble to be compliant with vs6
3699 * gst/playback/gstdecodebin.c: (try_to_link_1)
3700 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
3701 use G_GINT64_CONSTANT for int64 constants
3702 * win32/common/libgstinterfaces.def:
3703 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
3705 update and add new project files
3707 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
3711 * win32/common/interfaces-enumtypes.c:
3712 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
3713 (gst_mixer_track_flags_get_type),
3714 (gst_tuner_channel_flags_get_type):
3715 * win32/common/interfaces-enumtypes.h:
3716 * win32/common/multichannel-enumtypes.c:
3717 (gst_audio_channel_position_get_type):
3718 * win32/common/multichannel-enumtypes.h:
3719 add a win32-update rule like in core, and copy over enumtypes files
3721 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
3724 * win32/common/config.h:
3725 * win32/common/config.h.in:
3726 add config files just like in core
3728 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
3730 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
3731 Make gcc-4.1 happy (part of #327357).
3733 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
3735 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
3736 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
3737 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
3738 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
3739 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
3740 (gst_alsasrc_unprepare), (gst_alsasrc_read):
3741 Update all error messages. All of them should either use
3742 the default translated message, or actually provide a
3743 translatable string.
3744 Make the string for channel count problems meaningful.
3746 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
3748 * sys/v4l/v4l_calls.c: (gst_v4l_open):
3749 check for and throw RESOURCE_BUSY
3751 2006-01-27 David Schleef <ds@schleef.org>
3753 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
3754 checked in this change -- it requires liboil features not
3755 in 0.3.6. Revert parts.
3757 2006-01-27 David Schleef <ds@schleef.org>
3760 * configure.ac: update liboil requirement to 0.3.6
3761 * gst/videoscale/Makefile.am:
3762 * gst/videoscale/vs_scanline.c: liboilify
3764 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
3766 * ext/libvisual/visual.c: (get_buffer):
3767 When pad_alloc returns a GstFlowReturn other
3768 than GST_FLOW_OK, make sure it is passed upstream.
3770 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
3772 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
3773 (gst_alsasink_class_init):
3774 Free the device name string.
3776 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
3777 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
3778 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
3779 Don't remove a pad from the collectpads structure until it
3780 is released - it's a request pad, and may receive data again
3781 if the element gets moved back to PLAYING state.
3783 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3784 Ensure we turn on double buffering on the Xv port, and
3785 set the colour key to something dark and mysterious that
3788 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
3790 * ext/alsa/gstalsaplugin.c: (plugin_init):
3791 * ext/cdparanoia/gstcdparanoiasrc.c:
3792 (gst_cd_paranoia_src_base_init), (plugin_init):
3793 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3794 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
3795 - a library should not call setlocale. see "Libraries" node in
3797 - make sure all plugins that use translation do bindtextdomain
3798 to point to the localedir
3799 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
3800 (setup_sinks), (plugin_init):
3801 all this, and check for NULL when creating sinks
3803 2006-01-27 Julien MOUTTE <julien@moutte.net>
3805 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
3806 (plugin_init): Make typefinding of subtitles work again.
3808 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
3810 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
3811 (mp3_type_frame_length_from_header), (mp3_type_find),
3812 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
3814 Backport a bunch of typefinding fixes from the 0.8 branch.
3815 Also, improve wavpack typefinding: if we can't peek the
3816 entire wavpack block, try to parse the bits we can get and
3817 see if we find what we're looking for in those.
3819 2006-01-26 Julien MOUTTE <julien@moutte.net>
3821 * sys/ximage/ximagesink.c:
3822 (gst_ximagesink_calculate_pixel_aspect_ratio):
3823 * sys/xvimage/xvimagesink.c:
3824 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
3825 more cases of pixel aspect ratio.
3827 2006-01-26 Edward Hervey <edward@fluendo.com>
3829 * gst/playback/gstdecodebin.c: (pad_probe):
3830 Also consider the flush-start and tag events as unblockers
3833 2006-01-26 Julien MOUTTE <julien@moutte.net>
3835 * gst/playback/gstplaybin.c: (gst_play_bin_init),
3836 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
3837 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
3838 On the fly visualisation switch, works disabling, enabling as
3839 well but it won't be able to enable vis in a playbin that was
3840 created with no visualisation.
3842 2006-01-25 Wim Taymans <wim@fluendo.com>
3844 * gst-libs/gst/audio/gstbaseaudiosink.c:
3845 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3846 Undo previous commit that returned WRONG_STATE sooner, it breaks
3849 2006-01-25 Wim Taymans <wim@fluendo.com>
3851 * gst-libs/gst/audio/gstbaseaudiosink.c:
3852 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
3853 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
3855 Post error when caps cannot be parsed.
3856 Resync on discontinuity in the stream.
3857 Clip samples to segment boundaries.
3858 return WRONG_STATE sooner when we are flushing.
3860 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
3861 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
3862 Make audiosrc operate in TIME.
3863 Set TIMESTAMP and DURATION on buffers.
3865 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
3867 * tests/examples/seek/seek.c: (main):
3868 Output tag messages as well.
3870 2006-01-23 Edward Hervey <edward@fluendo.com>
3872 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3873 (free_pad_probes), (remove_fakesink), (pad_probe),
3874 (close_pad_link), (gst_decode_bin_change_state):
3875 Replace GstPadBlockCallback with pad probes that detect
3876 first buffer AND eos before removing fakesink.
3877 Fixes hang with demuxers doing EOS while pre-rolling.
3880 2006-01-23 Andy Wingo <wingo@pobox.com>
3882 * ext/alsa/gstalsasink.c:
3883 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3884 (gst_base_rtp_depayload_setcaps),
3885 (gst_base_rtp_depayload_add_to_queue),
3886 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
3888 Patch by: Jens Granseuer <jensgr at gmx dot net>
3890 2006-01-22 Julien MOUTTE <julien@moutte.net>
3892 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
3893 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3894 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
3895 frames. We might get a frame destroyed after changing state to
3896 NULL, adding a safety check on xcontext.
3898 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
3900 * gst-libs/gst/interfaces/xoverlay.c:
3901 Fix prepare-xwindow-id code example in the docs - we need to
3902 ignore all messages that aren't element messages as well.
3904 2006-01-21 Julien MOUTTE <julien@moutte.net>
3906 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
3907 I think one day i'll completely undestand how caps negotiation
3908 is supposed to work. This refactoring handles buffer_alloc
3909 called with caps we can't handle. We definitely don't want a
3910 set_caps with those caps, so we define and allocate a buffer
3911 we would like to receive.
3913 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
3915 * gst/playback/gstplaybasebin.c: (setup_source):
3916 Free iterator when done.
3918 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
3920 * gst-libs/gst/audio/gstbaseaudiosink.c:
3921 (gst_base_audio_sink_render):
3922 Fix playback of non-synchronised streams by assuming a rate
3923 of 1.0 instead of a random one.
3925 Makes this work again:
3927 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
3928 endianness=(int)4321, signed=(boolean)true, width=(int)16,
3929 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
3930 audioresample ! alsasink
3932 === release 0.10.2 ===
3934 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
3937 releasing 0.10.2, "Then the devil is six"
3939 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
3941 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3942 * gst/playback/gststreamselector.c:
3943 (gst_stream_selector_set_property):
3944 Comment out broken code that connects to the state-changed signal.
3945 At this point, changing current stream selection is broken, but
3946 stuff like gst-launch playbin current-audio=1 works and filters
3947 to the chosen stream.
3949 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
3951 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3952 Fix #327216 (null dereference in vorbisdec)
3954 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
3956 * ext/theora/theoradec.c: (theora_handle_comment_packet):
3957 Post taglist actually on bus instead of just freeing it
3958 (fixes #327114 and totem bug #327080).
3960 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3961 Use gst_element_found_tags_for_pad(), so that the tags
3962 are sent downstream as an event as well.
3964 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
3966 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3967 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
3968 (gst_ximagesink_buffer_alloc):
3969 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
3970 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
3971 (gst_xvimagesink_buffer_alloc):
3972 move all regularly occurring messages to GST_LOG level
3973 add some more object logs
3975 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
3977 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3978 fix a silly segfault
3980 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
3982 * docs/libs/gst-plugins-base-libs-docs.sgml:
3983 * docs/libs/gst-plugins-base-libs-sections.txt:
3984 * gst-libs/gst/audio/mixerutils.c:
3985 * gst-libs/gst/audio/mixerutils.h:
3986 Add docs for mixerutils stuff.
3988 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
3990 * gst/playback/gstplaybasebin.c: (setup_source):
3991 Fix playback for sources that emit raw audio or
3992 raw video streams (e.g.: cd audio sources) (#325984).
3994 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
3996 * gst-libs/gst/audio/mixerutils.c:
3997 (gst_audio_mixer_filter_do_filter):
3998 actually save the element we create
4000 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
4002 * gst-libs/gst/cdda/gstcddabasesrc.c:
4003 (gst_cdda_base_src_handle_track_seek):
4004 No need to post a tag message on the bus when seeking
4005 within the same track, only post it when the current
4008 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
4010 * gst/playback/gstplaybasebin.c: (group_destroy),
4011 (probe_triggered), (new_decoded_pad), (mute_group_type),
4012 (set_active_source):
4013 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
4014 * gst/playback/gststreamselector.c:
4015 (gst_stream_selector_base_init),
4016 (gst_stream_selector_set_property),
4017 (gst_stream_selector_request_new_pad):
4018 Reenable stream selection. These mechanisms need a complete overhaul
4019 in the face of 0.8->0.10 changes though.
4021 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
4023 * ext/ogg/gstoggdemux.c:
4024 Change the pad template to src_%d to match the pads that
4025 are created from it. decodebin needs this information in order
4026 to decide that oggdemux is capable of producing multiple pads
4027 (and hence needs queues inserted).
4029 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
4030 (gst_ogg_mux_collected):
4031 Make debug output more useful by using GST_PTR_FORMAT.
4033 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4035 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
4037 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4038 Set depth and width for alaw/mulaw (fixes #326601).
4040 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
4042 * tests/icles/Makefile.am:
4043 don't build the tests if we don't have the libs
4045 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
4047 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
4048 (gst_cd_paranoia_paranoia_callback):
4049 Don't try to free NULL pointers.
4051 2006-01-10 Edward Hervey <edward@fluendo.com>
4053 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
4054 (gst_audio_rate_change_state), (plugin_init):
4055 Add debugging category.
4057 Add case for incoming buffers without valid offset/offset_end.
4059 2006-01-10 Michael Smith <msmith@fluendo.com>
4061 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
4062 Don't leak GCond in audio sources.
4064 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
4066 * gst/playback/gstplaybin.c: (gen_audio_element):
4067 Don't leak an autoaudiosink/alsasink when we generate
4068 a new audio element. (old code, I guess)
4070 2006-01-10 Michael Smith <msmith@fluendo.com>
4072 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
4073 Support float audio in audiorate.
4074 Use width rather than depth for selecting sample width.
4076 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
4078 * gst/videotestsrc/videotestsrc.h:
4079 Use GLib types here (that way we don't have to include the
4080 generated _stdint.h header, which makes life easier for win32
4081 folks that don't use autotools for the build) (#325990, patch
4082 by: Sergey Scobich).
4084 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
4086 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
4087 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
4088 (gst_ring_buffer_pause), (wait_segment):
4089 * gst-libs/gst/audio/gstringbuffer.h:
4090 Name (private) union, makes Forte compiler happy (this time
4091 for real) (#324900).
4093 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
4095 * gst-libs/gst/audio/Makefile.am:
4096 Link against libgstinterfaces, needed for mixer
4097 and property probe stuff.
4099 2006-01-09 Edward Hervey <edward@fluendo.com>
4101 * gst-libs/gst/Makefile.am:
4103 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
4105 * gst-libs/gst/audio/Makefile.am:
4106 * gst-libs/gst/audio/mixerutils.c:
4107 (gst_audio_mixer_filter_do_filter),
4108 (gst_audio_mixer_filter_check_element),
4109 (gst_audio_mixer_filter_probe_feature),
4110 (element_factory_rank_compare_func),
4111 (gst_audio_default_registry_mixer_filter):
4112 * gst-libs/gst/audio/mixerutils.h:
4113 Add gst_audio_default_registry_mixer_filter() utility
4116 2006-01-03 Michael Smith <msmith@fluendo.com>
4118 * gst/audioresample/resample.h:
4119 As before, but for o_buf
4121 2006-01-03 Michael Smith <msmith@fluendo.com>
4123 * gst/audioresample/resample.h:
4124 Declare struct _ResampleState.buffer as unsigned char *, not void *,
4125 since we do arithmetic on it.
4127 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
4129 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
4130 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
4131 (gst_ring_buffer_pause), (wait_segment):
4132 * gst-libs/gst/audio/gstringbuffer.h:
4133 Sun's Forte compiler doesn't seem to like anonymous structs,
4134 so use same setup as in GstBaseSrc (fixes #324900).
4136 2005-12-30 Stefan Kost <ensonic@users.sf.net>
4139 * gst/volume/Makefile.am:
4140 * gst/volume/demo.c:
4141 move old example to tests/examples/volume/volune.c
4142 * tests/examples/Makefile.am:
4143 * tests/examples/seek/seek.c: (main):
4144 change window-close event from "delete-event" to "destroy"
4145 * tests/examples/volume/Makefile.am:
4146 * tests/examples/volume/volume.c: (value_changed_callback),
4147 (setup_gui), (message_received), (eos_message_received), (main):
4148 fix event handling and bus usage
4150 2005-12-29 Stefan Kost <ensonic@users.sf.net>
4152 * gst/audiotestsrc/gstaudiotestsrc.c:
4153 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
4154 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
4155 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
4156 (gst_audio_test_src_create_square),
4157 (gst_audio_test_src_create_saw),
4158 (gst_audio_test_src_create_triangle),
4159 (gst_audio_test_src_create_silence),
4160 (gst_audio_test_src_create_white_noise),
4161 (gst_audio_test_src_create_pink_noise),
4162 (gst_audio_test_src_init_sine_table),
4163 (gst_audio_test_src_create_sine_table),
4164 (gst_audio_test_src_change_wave),
4165 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
4166 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
4167 * gst/audiotestsrc/gstaudiotestsrc.h:
4168 update to basesrc changes, implement segmented seeking and eos
4169 handling, add a 'sine-tab' waveform for performance critical playback
4171 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
4174 ... and this time the other modified file that I missed last time.
4176 2005-12-29 Michael Smith <msmith@fluendo.com>
4178 * gst/playback/gstdecodebin.c: (new_pad):
4179 Fix non-C89 variable declaration not at the start of a block. Should
4180 help some compilers.
4182 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
4184 * tests/check/Makefile.am:
4185 And now fix 'make distcheck' (builddir != srcdir)
4187 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
4190 * ext/cdparanoia/Makefile.am:
4191 * ext/cdparanoia/gstcdparanoia.c:
4192 * ext/cdparanoia/gstcdparanoia.h:
4193 * ext/cdparanoia/gstcdparanoiasrc.c:
4194 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
4195 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
4196 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
4197 (gst_cd_paranoia_paranoia_callback),
4198 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
4199 (gst_cd_paranoia_src_set_property),
4200 (gst_cd_paranoia_src_get_property), (plugin_init):
4201 * ext/cdparanoia/gstcdparanoiasrc.h:
4202 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
4203 plugin again (there are still fixes required to playbin to make
4204 cdda:// uris work there).
4206 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
4208 * tests/check/Makefile.am:
4209 Fix test case compilation.
4211 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
4213 * gst-libs/gst/cdda/gstcddabasesrc.c:
4214 (gst_cdda_base_src_update_duration),
4215 (gst_cdda_base_src_calculate_cddb_id):
4216 An integer is not a string. Fix access to uninitialised variable.
4218 * tests/check/Makefile.am:
4219 Add cddabasesrc unit test; also actually enable the vorbis test.
4221 * tests/check/generic/states.c:
4222 Blacklist new cd audio elements as well.
4224 * tests/check/libs/cddabasesrc.c:
4225 Unit test for GstCddaBaseSrc (discid calculation mostly).
4227 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
4229 * docs/libs/Makefile.am:
4230 * docs/libs/gst-plugins-base-libs-docs.sgml:
4231 * docs/libs/gst-plugins-base-libs-sections.txt:
4232 * docs/libs/gst-plugins-base-libs.types:
4233 Add docs for libgstcdda/GstCddaBaseSrc.
4235 * gst-libs/gst/interfaces/mixertrack.h:
4236 Do one struct member per line with a semicolon at the end, that way
4237 even gtk-doc might parse it without complaining.
4239 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
4242 * gst-libs/gst/Makefile.am:
4243 * gst-libs/gst/cdda/Makefile.am:
4244 * gst-libs/gst/cdda/base64.c:
4245 * gst-libs/gst/cdda/base64.h:
4246 * gst-libs/gst/cdda/gstcddabasesrc.c:
4247 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
4248 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
4249 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
4250 (gst_cdda_base_src_get_property),
4251 (gst_cdda_base_src_get_track_from_sector),
4252 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
4253 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
4254 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
4255 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
4256 (gst_cdda_base_src_uri_get_protocols),
4257 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
4258 (gst_cdda_base_src_uri_handler_init),
4259 (gst_cdda_base_src_setup_interfaces),
4260 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
4261 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
4262 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
4263 (gst_cdda_base_src_add_tags),
4264 (gst_cdda_base_src_add_index_associations),
4265 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
4266 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
4267 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
4268 (gst_cdda_base_src_create):
4269 * gst-libs/gst/cdda/gstcddabasesrc.h:
4270 * gst-libs/gst/cdda/sha1.c:
4271 * gst-libs/gst/cdda/sha1.h:
4272 Add new libgstcdda with GstCddaBaseSrc class.
4274 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
4276 * ext/gnomevfs/gstgnomevfssink.h:
4277 Use GstBaseSinkClass as parent_class member for class struct, not
4280 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
4282 Patch by: Michael Benes
4284 * gst/videotestsrc/gstvideotestsrc.c:
4285 (gst_video_test_src_class_init), (gst_video_test_src_start):
4286 Add start method to reset running time and number of frames sent
4287 when starting up (fixes #324696)
4289 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
4291 * docs/plugins/Makefile.am:
4292 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4293 * docs/plugins/gst-plugins-base-plugins-sections.txt:
4294 * docs/plugins/gst-plugins-base-plugins.args:
4295 * docs/plugins/gst-plugins-base-plugins.hierarchy:
4296 * docs/plugins/gst-plugins-base-plugins.signals:
4297 Add docs stuff for gnomevfssrc and gnomevfssink.
4299 * ext/gnomevfs/gstgnomevfssrc.c:
4300 Fix example pipeline in gtk-doc blurb.
4302 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
4304 * ext/gnomevfs/Makefile.am:
4305 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
4306 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
4307 (gst_gnome_vfs_handle_get_type), (plugin_init):
4308 * ext/gnomevfs/gstgnomevfs.h:
4309 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
4310 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
4311 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
4312 (gst_gnome_vfs_sink_set_property),
4313 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
4314 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
4315 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
4316 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
4317 (gst_gnome_vfs_sink_uri_get_type),
4318 (gst_gnome_vfs_sink_uri_get_protocols),
4319 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
4320 (gst_gnome_vfs_sink_uri_handler_init):
4321 * ext/gnomevfs/gstgnomevfssink.h:
4322 Port gnomevfssink; add gtk-doc blurb.
4324 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
4325 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
4326 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
4327 (gst_gnome_vfs_src_uri_get_type),
4328 (gst_gnome_vfs_src_uri_get_protocols),
4329 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
4330 (gst_gnome_vfs_src_uri_handler_init),
4331 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
4332 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
4333 (gst_gnome_vfs_src_send_additional_headers_callback),
4334 (gst_gnome_vfs_src_received_headers_callback),
4335 (gst_gnome_vfs_src_push_callbacks),
4336 (gst_gnome_vfs_src_pop_callbacks),
4337 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
4338 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
4339 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
4340 * ext/gnomevfs/gstgnomevfssrc.h:
4341 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
4342 file; add gtk-doc blurb with example pipelines.
4344 === release 0.10.1 ===
4346 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
4349 releasing 0.10.1, "Dobro Dedek"
4351 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
4353 * gst/typefind/gsttypefindfunctions.c:
4354 iLBC30 and iLBC20 added to typefind.
4356 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
4358 * gst-libs/gst/audio/gstbaseaudiosink.c:
4359 (gst_base_audio_sink_class_init):
4360 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4361 (gst_base_audio_src_class_init):
4362 update strings, values are in microseconds
4363 change the default sink buffer time to something that is smaller
4364 (to help software volume mixing have a slightly lower delay) but
4365 still be acceptable on Wim's laptop
4367 2005-12-20 Edward Hervey <edward@fluendo.com>
4369 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
4370 Made a quack, forgot to add DUCK to the riff video template.
4372 2005-12-19 Edward Hervey <edward@fluendo.com>
4374 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
4375 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
4376 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4377 (gst_ogm_parse_chain):
4378 Make sure pads are initialized correctly.
4379 * gst-libs/gst/riff/riff-ids.h:
4380 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4381 (gst_riff_create_video_template_caps):
4382 Add a whole bunch of FOURCC <=> MimeType.
4383 Extend the riff video pad template to support the newly added fourcc.
4385 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
4387 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
4388 (gst_ogg_demux_activate_chain):
4389 Extra debug output when activating/deactivating chains.
4391 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
4392 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
4394 Remove a queue from our list when it becomes unlinked.
4395 Don't add queues to elements in class 'Demux' if they
4396 can only produce one pad
4398 2005-12-18 Julien MOUTTE <julien@moutte.net>
4400 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
4401 (gst_video_sink_get_type): Add a debug category.
4403 2005-12-17 Philippe Khalaf <burger@speedy.org>
4405 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4406 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
4407 Handle downstream newsegment by sending our own newsegment before the
4408 next buffer to be released. (#323900)
4410 2005-12-17 Philippe Khalaf <burger@speedy.org>
4412 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4413 (gst_base_rtp_depayload_set_gst_timestamp):
4414 add queue delay to new segment as well (as opposed to just the first
4415 buffer). (bug #322347)
4417 2005-12-16 Stefan Kost <ensonic@users.sf.net>
4419 * ext/libvisual/visual.c: (make_valid_name):
4420 change some char* into char[]
4421 * gst/audiotestsrc/gstaudiotestsrc.c:
4422 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
4423 (gst_audio_test_src_create):
4424 * gst/audiotestsrc/gstaudiotestsrc.h:
4425 prepare to handle EOS and SEGMENT_DONE
4427 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
4429 * tests/check/generic/states.c: (GST_START_TEST):
4430 Blacklist cdparanoia element in state test.
4432 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
4434 Patch by: Benjamin Pineau
4437 * gst/tcp/gsttcpclientsink.c:
4438 * gst/tcp/gsttcpserversink.c:
4439 * gst/tcp/gsttcpserversrc.c:
4440 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
4442 2005-12-15 Michael Smith <msmith@fluendo.com>
4444 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
4445 (gst_video_rate_chain):
4446 Fix timestamping for videorate when the first buffer it sees has a
4447 non-zero timestamp. Fix some misleading debug output.
4449 2005-12-15 Michael Smith <msmith@fluendo.com>
4451 * gst/audioresample/gstaudioresample.c:
4452 Don't leak all input buffers to audioresample.
4454 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
4456 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
4457 Don't operate on empty text buffers. Strip newlines and
4458 tabs only from the end of the text, but leave them intact
4459 in the middle. Fix typo in gtk-doc description.
4461 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
4463 * gst/playback/gstplaybasebin.c:
4464 * gst/playback/gstplaybin.c: (handoff):
4465 Make sure the video frame buffer we return to apps via the
4466 "frame" property always has caps set on it. Modify
4467 _gst_gvalue_set_object() macro to handle NULL objects
4470 2005-12-14 Stefan Kost <ensonic@users.sf.net>
4472 * gst/audiotestsrc/gstaudiotestsrc.c:
4473 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
4474 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
4475 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
4476 (gst_audio_test_src_create):
4477 * gst/audiotestsrc/gstaudiotestsrc.h:
4478 Adjust to some recent api changes and add wtays new cool seeking
4481 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
4483 * ext/alsa/Makefile.am:
4484 * ext/alsa/gstalsadeviceprobe.c:
4485 * ext/alsa/gstalsadeviceprobe.h:
4486 Helper functions to add device probing via the GstPropertyProbe
4487 interface to a class.
4489 * ext/alsa/gstalsamixer.h:
4490 Comment out GST_ALSA_MIXER, it returns a struct that's not
4493 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4494 Add some debug info.
4496 * ext/alsa/gstalsamixerelement.c:
4497 (gst_alsa_mixer_element_interface_supported),
4498 (gst_implements_interface_init),
4499 (gst_alsa_mixer_element_init_interfaces),
4500 (gst_alsa_mixer_element_class_init),
4501 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
4502 (gst_alsa_mixer_element_set_property),
4503 (gst_alsa_mixer_element_get_property),
4504 (gst_alsa_mixer_element_change_state):
4505 * ext/alsa/gstalsamixerelement.h:
4506 Add 'device' and 'device-name' properties. Add GstPropertyProbe
4507 for device handling (gnome-volume-control will need that).
4509 2005-12-12 Christian Schaller <uraeus@gnome.org>
4511 * ext/Makefile.am: fix cdparanoia entry
4512 * gst-plugins-base.spec.in: add cdparanoia
4514 2005-12-12 Michael Smith <msmith@fluendo.com>
4516 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
4517 Use the correct function to free list of typefind factories.
4519 2005-12-12 Wim Taymans <wim@fluendo.com>
4521 * gst/videotestsrc/gstvideotestsrc.c:
4522 (gst_video_test_src_class_init), (gst_video_test_src_init),
4523 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
4524 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
4525 (gst_video_test_src_create):
4526 * gst/videotestsrc/gstvideotestsrc.h:
4527 Implement seeking in videotestsrc.
4530 2005-12-12 Wim Taymans <wim@fluendo.com>
4532 * ext/cdparanoia/Makefile.am:
4533 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
4534 (gst_paranoia_endian_get_type), (_do_init),
4535 (cdparanoia_class_init), (cdparanoia_init),
4536 (cdparanoia_set_property), (cdparanoia_get_property),
4537 (cdparanoia_do_seek), (cdparanoia_is_seekable),
4538 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
4539 (cdparanoia_convert), (cdparanoia_get_query_types),
4540 (cdparanoia_query), (cdparanoia_set_index),
4541 (cdparanoia_uri_set_uri):
4542 * ext/cdparanoia/gstcdparanoia.h:
4543 Partially ported cdparanoia now that basesrc can support a
4546 2005-12-12 Wim Taymans <wim@fluendo.com>
4548 * tests/examples/seek/scrubby.c: (main):
4549 Set higher priority for bus events so they don't get reordered with
4552 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
4553 (flush_toggle_cb), (main):
4554 Added checkbox to disable flushing seeks.
4555 Disable scrubbing when doing non flushing seeks.
4557 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
4559 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
4560 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
4561 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
4562 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
4563 Implement some sort of event handling that doesn't rely on
4564 g_return_if_fail; make sure we always push the last chunk of an
4565 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
4566 state change function; remove some old cruft. Seeking is still
4567 rather unlikely to work though.
4572 2005-12-11 Julien MOUTTE <julien@moutte.net>
4574 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4575 Fixed a leak of the current image reference when cleaning up.
4576 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
4578 2005-12-09 Michael Smith <msmith@fluendo.com>
4580 * tools/Makefile.am:
4581 * tools/gst-launch-ext-m.m:
4582 Remove gst-launch-ext. It doesn't work, and is no longer
4583 particularly useful.
4585 2005-12-08 Luca Ognibene <luogni@tin.it>
4587 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
4588 don't pass random values to ogmparse convert function.
4589 Make seeking possible in the exile1.ogm file.
4591 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
4593 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4594 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4595 Work around refcount problem with g_value_set_object() that occur
4596 if the core has been compiled against GLib-2.6 (g_value_set_object()
4597 will only g_object_ref() the element, but the caller will
4598 gst_object_unref() it and bad things will happen due to the way
4599 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
4600 totem for people on FC4 using Thomas's 0.10 RPMs.
4602 2005-12-07 Edward Hervey <edward@fluendo.com>
4604 Time to welcome ogm to 0.10 :)
4606 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
4607 (gst_ogg_pad_typefind):
4608 Oggdemux can now properly typefind elements with dynamic pads.
4609 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4610 Properly set caps on src pad, and set caps on outgoing buffers.
4612 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
4614 * ext/alsa/gstalsamixer.h:
4615 * ext/alsa/gstalsamixerelement.h:
4616 * ext/alsa/gstalsamixeroptions.h:
4617 * ext/alsa/gstalsamixertrack.h:
4618 * ext/alsa/gstalsasink.c:
4619 * ext/alsa/gstalsasink.h:
4620 * ext/alsa/gstalsasrc.c:
4621 * ext/alsa/gstalsasrc.h:
4622 * ext/cdparanoia/gstcdparanoia.h:
4623 * ext/gnomevfs/gstgnomevfsuri.h:
4624 * ext/ogg/gstoggdemux.c:
4625 * ext/ogg/gstoggmux.c:
4626 * ext/pango/gsttextoverlay.h:
4627 * ext/theora/theoradec.c:
4628 * ext/theora/theoraenc.c:
4629 * ext/vorbis/vorbisdec.h:
4630 * ext/vorbis/vorbisenc.c:
4631 * ext/vorbis/vorbisenc.h:
4632 * ext/vorbis/vorbisparse.h:
4633 * gst-libs/gst/audio/gstaudioclock.h:
4634 * gst-libs/gst/audio/gstaudiosink.c:
4635 * gst-libs/gst/audio/gstaudiosink.h:
4636 * gst-libs/gst/audio/gstaudiosrc.c:
4637 * gst-libs/gst/audio/gstaudiosrc.h:
4638 * gst-libs/gst/audio/gstbaseaudiosink.c:
4639 * gst-libs/gst/audio/gstbaseaudiosink.h:
4640 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4641 * gst-libs/gst/audio/gstbaseaudiosrc.h:
4642 * gst-libs/gst/audio/gstringbuffer.h:
4643 * gst-libs/gst/audio/multichannel.h:
4644 * gst-libs/gst/floatcast/floatcast.h:
4645 * gst-libs/gst/interfaces/colorbalance.c:
4646 * gst-libs/gst/interfaces/colorbalance.h:
4647 * gst-libs/gst/interfaces/colorbalancechannel.h:
4648 * gst-libs/gst/interfaces/mixer.h:
4649 * gst-libs/gst/interfaces/mixeroptions.h:
4650 * gst-libs/gst/interfaces/mixertrack.h:
4651 * gst-libs/gst/interfaces/navigation.h:
4652 * gst-libs/gst/interfaces/propertyprobe.h:
4653 * gst-libs/gst/interfaces/tuner.h:
4654 * gst-libs/gst/interfaces/tunerchannel.h:
4655 * gst-libs/gst/interfaces/tunernorm.h:
4656 * gst-libs/gst/interfaces/xoverlay.h:
4657 * gst-libs/gst/netbuffer/gstnetbuffer.h:
4658 * gst-libs/gst/riff/riff-ids.h:
4659 * gst-libs/gst/riff/riff-media.h:
4660 * gst-libs/gst/riff/riff-read.h:
4661 * gst-libs/gst/rtp/gstbasertpdepayload.h:
4662 * gst-libs/gst/rtp/gstbasertppayload.c:
4663 * gst-libs/gst/rtp/gstbasertppayload.h:
4664 * gst-libs/gst/rtp/gstrtpbuffer.c:
4665 * gst-libs/gst/rtp/gstrtpbuffer.h:
4666 * gst-libs/gst/tag/gsttageditingprivate.h:
4667 * gst-libs/gst/tag/gstvorbistag.c:
4668 (gst_tag_list_from_vorbiscomment_buffer):
4669 * gst-libs/gst/tag/tag.h:
4670 * gst-libs/gst/video/video.h:
4671 * gst/adder/gstadder.c:
4672 * gst/adder/gstadder.h:
4673 * gst/audioconvert/audioconvert.c:
4674 * gst/audioconvert/audioconvert.h:
4675 * gst/audioconvert/gstaudioconvert.c:
4676 * gst/audioconvert/gstchannelmix.c:
4677 * gst/audioconvert/gstchannelmix.h:
4678 * gst/audiorate/gstaudiorate.c:
4679 * gst/audioresample/buffer.h:
4680 * gst/audioresample/functable.h:
4681 * gst/audioresample/gstaudioresample.c:
4682 * gst/audioresample/resample.h:
4683 * gst/ffmpegcolorspace/avcodec.h:
4684 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4685 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
4686 * gst/ffmpegcolorspace/imgconvert.c:
4687 * gst/ffmpegcolorspace/imgconvert_template.h:
4688 * gst/playback/gstdecodebin.c:
4689 * gst/playback/gstplaybasebin.h:
4690 * gst/playback/gstplaybin.c:
4691 * gst/playback/gststreaminfo.h:
4692 * gst/tcp/gstfdset.c:
4693 * gst/tcp/gstfdset.h:
4694 * gst/tcp/gstmultifdsink.c:
4695 * gst/tcp/gstmultifdsink.h:
4697 * gst/tcp/gsttcpclientsrc.c:
4698 * gst/tcp/gsttcpclientsrc.h:
4699 * gst/tcp/gsttcpplugin.h:
4700 * gst/tcp/gsttcpserversink.c:
4701 * gst/tcp/gsttcpserversrc.c:
4702 * gst/typefind/gsttypefindfunctions.c:
4703 * gst/videorate/gstvideorate.c:
4704 * gst/videotestsrc/gstvideotestsrc.h:
4705 * gst/videotestsrc/videotestsrc.h:
4706 * sys/v4l/gstv4lcolorbalance.h:
4707 * sys/v4l/gstv4ltuner.h:
4708 * sys/v4l/gstv4lxoverlay.h:
4709 * sys/v4l/v4l_calls.h:
4710 * sys/v4l/videodev_mjpeg.h:
4711 * tests/check/elements/audioconvert.c:
4712 * tests/check/elements/audioresample.c:
4713 * tests/check/elements/audiotestsrc.c:
4714 * tests/check/elements/videotestsrc.c:
4715 * tests/check/elements/volume.c:
4716 * tests/examples/seek/scrubby.c:
4717 * tests/examples/seek/seek.c:
4720 === release 0.10.0 ===
4722 2005-12-05 <thomas (at) apestaart (dot) org>
4725 releasing 0.10.0, "Mont-d'or"
4727 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
4729 * tests/examples/seek/Makefile.am:
4730 Build fix for when gtk is not available.
4732 2005-12-05 Andy Wingo <wingo@pobox.com>
4734 * ext/libvisual/visual.c: (get_buffer):
4735 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
4736 * ext/pango/gsttextrender.c: (gst_text_render_chain):
4737 * ext/theora/theoradec.c: (theora_handle_data_packet):
4738 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4740 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4741 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
4742 Update for alloc_buffer changes.
4744 2005-12-05 Andy Wingo <wingo@pobox.com>
4746 patch by: Kai Vehmanen <kv2004 eca cx>
4748 * gst-libs/gst/rtp/gstbasertpdepayload.c
4749 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
4751 2005-12-04 Andy Wingo <wingo@pobox.com>
4753 patch by: Sebastien Cote <sebas642 yahoo ca>
4755 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
4758 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
4760 * docs/plugins/Makefile.am:
4761 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4762 * docs/plugins/gst-plugins-base-plugins-sections.txt:
4763 * docs/plugins/gst-plugins-base-plugins.hierarchy:
4764 * ext/pango/gstclockoverlay.c:
4765 * ext/pango/gsttextoverlay.c:
4766 * ext/pango/gsttextrender.c:
4767 * ext/pango/gsttimeoverlay.c:
4768 Add gtk-doc blurbs to pango elements.
4770 2005-12-02 Wim Taymans <wim@fluendo.com>
4772 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
4773 * gst/audioresample/buffer.h:
4774 * gst/audioresample/gstaudioresample.c:
4775 * gst/audioresample/gstaudioresample.h:
4776 * gst/audioresample/resample.c: (resample_input_flush),
4777 (resample_input_pushthrough), (resample_input_eos),
4778 (resample_get_output_size_for_input),
4779 (resample_get_input_size_for_output), (resample_get_output_size),
4780 (resample_get_output_data):
4781 * gst/audioresample/resample.h:
4782 * gst/audioresample/resample_ref.c: (resample_scale_ref):
4783 Fix audioresample, seek torture, new segments, reverse negotiation
4786 2005-12-02 Wim Taymans <wim@fluendo.com>
4788 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4791 2005-12-02 Wim Taymans <wim@fluendo.com>
4793 * gst/audioconvert/gstaudioconvert.c:
4794 (gst_audio_convert_transform):
4797 === release 0.9.7 ===
4799 2005-12-01 <thomas (at) apestaart (dot) org>
4802 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
4804 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
4810 add win32 MANIFEST file
4811 do something to the hungarian translation
4813 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
4816 Add $(PANGO_DIR) to SUBDIRS
4818 * ext/pango/gstclockoverlay.c:
4819 * ext/pango/gsttimeoverlay.c:
4820 Fix and improve element descriptions.
4822 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
4824 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4825 * docs/plugins/inspect/plugin-libvisual.xml:
4826 * docs/plugins/inspect/plugin-pango.xml:
4827 add pango plugin to docs
4829 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
4835 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
4838 * tests/Makefile.am:
4839 * tests/icles/.cvsignore:
4840 * tests/icles/Makefile.am:
4841 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
4842 (close_display), (resize_window), (move_window), (create_window),
4843 (terminate_playback), (pause_playback), (start_playback), (main):
4844 add stress test for xoverlay from Julien
4846 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
4848 * docs/libs/tmpl/gstcolorbalance.sgml:
4849 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4850 * gst-libs/gst/rtp/gstbasertppayload.c:
4851 * gst-libs/gst/rtp/gstrtpbuffer.c:
4852 * gst-libs/gst/rtp/gstrtpbuffer.h:
4853 Do burger's rename for rtp payloaders and depayloaders
4855 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
4858 add Visual Studio 6 build files
4860 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
4862 * docs/libs/gst-plugins-base-libs-docs.sgml:
4863 * docs/libs/gst-plugins-base-libs-sections.txt:
4864 * docs/libs/tmpl/gstaudio.sgml:
4865 * docs/libs/tmpl/gstringbuffer.sgml:
4866 * gst-libs/gst/interfaces/xoverlay.c:
4867 * gst-libs/gst/video/gstvideofilter.c:
4868 * gst-libs/gst/video/gstvideosink.c:
4869 update documentation
4871 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
4873 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
4874 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
4875 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
4876 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
4877 (gst_multi_fd_sink_get_stats),
4878 (gst_multi_fd_sink_remove_client_link),
4879 (gst_multi_fd_sink_handle_client_read),
4880 (gst_multi_fd_sink_client_queue_data),
4881 (gst_multi_fd_sink_client_queue_caps),
4882 (gst_multi_fd_sink_client_queue_buffer),
4883 (gst_multi_fd_sink_new_client),
4884 (gst_multi_fd_sink_handle_client_write),
4885 (gst_multi_fd_sink_recover_client),
4886 (gst_multi_fd_sink_queue_buffer),
4887 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
4888 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
4889 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
4890 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
4891 * gst/tcp/gstmultifdsink.h:
4892 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
4893 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
4894 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
4895 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4896 (gst_tcp_client_sink_set_property),
4897 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
4898 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
4899 * gst/tcp/gsttcpclientsink.h:
4900 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
4901 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
4902 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
4903 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
4904 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
4905 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4906 * gst/tcp/gsttcpclientsrc.h:
4907 * gst/tcp/gsttcpplugin.c: (plugin_init):
4908 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
4909 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
4910 (gst_tcp_server_sink_finalize),
4911 (gst_tcp_server_sink_handle_server_read),
4912 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
4913 (gst_tcp_server_sink_set_property),
4914 (gst_tcp_server_sink_get_property),
4915 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4916 * gst/tcp/gsttcpserversink.h:
4917 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
4918 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
4919 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
4920 (gst_tcp_server_src_set_property),
4921 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
4922 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4923 * gst/tcp/gsttcpserversrc.h:
4926 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
4928 * docs/plugins/Makefile.am:
4929 * docs/plugins/gst-plugins-base-plugins.args:
4930 * docs/plugins/inspect/plugin-libvisual.xml:
4931 * gst/audioconvert/plugin.h:
4932 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
4933 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
4934 (gst_audio_rate_setcaps), (gst_audio_rate_init),
4935 (gst_audio_rate_chain), (gst_audio_rate_set_property),
4936 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
4938 * gst/audiotestsrc/gstaudiotestsrc.c:
4939 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
4940 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
4941 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
4942 (gst_audio_test_src_get_query_types),
4943 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
4944 (gst_audio_test_src_create_square),
4945 (gst_audio_test_src_create_saw),
4946 (gst_audio_test_src_create_triangle),
4947 (gst_audio_test_src_create_silence),
4948 (gst_audio_test_src_create_white_noise),
4949 (gst_audio_test_src_init_pink_noise),
4950 (gst_audio_test_src_generate_pink_noise_value),
4951 (gst_audio_test_src_create_pink_noise),
4952 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
4953 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
4954 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
4956 * gst/audiotestsrc/gstaudiotestsrc.h:
4957 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
4958 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
4959 (gst_sub_parse_init), (gst_sub_parse_formats),
4960 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
4961 (convert_encoding), (get_next_line),
4962 (gst_sub_parse_data_format_autodetect),
4963 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
4964 (gst_sub_parse_loop), (gst_sub_parse_chain),
4965 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
4967 * gst/subparse/gstsubparse.h:
4968 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
4969 (gst_video_rate_base_init), (gst_video_rate_class_init),
4970 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
4971 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
4972 (gst_video_rate_init), (gst_video_rate_event),
4973 (gst_video_rate_chain), (gst_video_rate_set_property),
4974 (gst_video_rate_get_property), (gst_video_rate_change_state),
4976 * gst/videoscale/gstvideoscale.c:
4977 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
4978 (gst_video_scale_src_template_factory),
4979 (gst_video_scale_sink_template_factory),
4980 (gst_video_scale_get_type), (gst_video_scale_base_init),
4981 (gst_video_scale_class_init), (gst_video_scale_init),
4982 (gst_video_scale_set_property), (gst_video_scale_get_property),
4983 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
4984 (gst_video_scale_prepare_size), (parse_caps),
4985 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
4986 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
4987 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
4989 * gst/videoscale/gstvideoscale.h:
4990 * gst/videotestsrc/gstvideotestsrc.c:
4991 (gst_video_test_src_pattern_get_type),
4992 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
4993 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
4994 (gst_video_test_src_set_pattern),
4995 (gst_video_test_src_set_property),
4996 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
4997 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
4998 (gst_video_test_src_event), (gst_video_test_src_get_times),
4999 (gst_video_test_src_create), (plugin_init):
5000 * gst/videotestsrc/gstvideotestsrc.h:
5001 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
5002 (gst_video_test_src_smpte), (gst_video_test_src_snow),
5003 (gst_video_test_src_black):
5004 * gst/videotestsrc/videotestsrc.h:
5006 clean up docs a little
5008 2005-11-30 Wim Taymans <wim@fluendo.com>
5010 * gst-libs/gst/rtp/gstbasertpdepayload.h:
5011 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
5012 (gst_basertppayload_event), (gst_basertppayload_push),
5013 (gst_basertppayload_change_state):
5014 * gst-libs/gst/rtp/gstbasertppayload.h:
5017 2005-11-30 Julien MOUTTE <julien@moutte.net>
5019 * docs/libs/gst-plugins-base-libs-docs.sgml:
5020 * docs/libs/gst-plugins-base-libs-sections.txt:
5021 * gst-libs/gst/video/gstvideofilter.c:
5022 * gst-libs/gst/video/gstvideosink.c:
5023 * gst-libs/gst/video/gstvideosink.h: Adding docs.
5025 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
5045 * scripts/autoplugins.sh:
5048 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
5052 * examples/Makefile.am:
5053 * examples/capsfilter/Makefile.am:
5054 * examples/capsfilter/capsfilter1.c:
5055 * examples/gob/Makefile.am:
5056 * examples/gob/gst-identity2.gob:
5057 * examples/indexing/.cvsignore:
5058 * examples/indexing/Makefile.am:
5059 * examples/indexing/indexmpeg.c:
5060 * examples/seeking/.cvsignore:
5061 * examples/seeking/Makefile.am:
5062 * examples/seeking/cdparanoia.c:
5063 * examples/seeking/cdplayer.c:
5064 * examples/seeking/chained.c:
5065 * examples/seeking/scrubby.c:
5066 * examples/seeking/seek.c:
5067 * examples/stats/Makefile.am:
5068 * examples/stats/mp2ogg.c:
5069 * examples/switch/.cvsignore:
5070 * examples/switch/Makefile.am:
5071 * examples/switch/switcher.c:
5072 * tests/Makefile.am:
5073 * tests/check/generic/.cvsignore:
5074 * tests/check/pipelines/.cvsignore:
5075 * tests/examples/Makefile.am:
5076 * tests/examples/seek/Makefile.am:
5077 reorganize stuff under tests/
5079 2005-11-30 Edward Hervey <edward@fluendo.com>
5081 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5082 Go away you stupid GstStaticPadTemplate memleak.
5084 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
5086 * gst-libs/gst/net/Makefile.am:
5087 * gst-libs/gst/net/README:
5088 * gst-libs/gst/net/gstnetbuffer.c:
5089 * gst-libs/gst/net/gstnetbuffer.h:
5090 this was moved to "netbuffer"
5092 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
5094 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
5095 (gst_video_filter_class_init), (gst_video_filter_init):
5096 * gst-libs/gst/video/gstvideofilter.h:
5097 borgify name to bring in line with other classes
5099 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
5101 * gst/audioscale/.cvsignore:
5102 * gst/audioscale/Makefile.am:
5103 * gst/audioscale/README:
5104 * gst/audioscale/audioscale.vcproj:
5105 * gst/audioscale/dtof.c:
5106 * gst/audioscale/dtos.c:
5107 * gst/audioscale/functable.c:
5108 * gst/audioscale/gstaudioscale.c:
5109 * gst/audioscale/gstaudioscale.h:
5110 * gst/audioscale/private.h:
5111 * gst/audioscale/resample.c:
5112 * gst/audioscale/resample.h:
5113 * gst/audioscale/test.c:
5116 2005-11-30 Edward Hervey <edward@fluendo.com>
5118 * gst-libs/gst/netbuffer/Makefile.am:
5119 really, really tired
5121 2005-11-30 Edward Hervey <edward@fluendo.com>
5123 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5124 Update for new GstTypeFindFactory _register()
5126 2005-11-30 Edward Hervey <edward@fluendo.com>
5128 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
5129 Let's not override libgstnet from core for no reason...
5130 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
5131 Ok, maybe not so quick next time.
5133 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
5136 * gst-libs/gst/Makefile.am:
5137 moved gst-libs/gst/net to netbuffer through CVS surgery
5138 remove old directory
5139 updating build to accomodate
5142 2005-11-29 Andy Wingo <wingo@pobox.com>
5144 * pkgconfig/gstreamer-plugins-base.pc.in:
5145 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
5146 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
5149 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
5151 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
5152 3rd time's the charm. Correct ref-counting for discarded buffers.
5154 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
5156 * gst/playback/gststreamselector.c:
5157 (gst_stream_selector_class_init),
5158 (gst_stream_selector_set_property),
5159 (gst_stream_selector_get_property),
5160 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
5163 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
5165 * gst/subparse/gstsubparse.c: (feed_textbuf):
5166 Don't access already unref'ed buffer.
5168 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
5170 * gst/playback/gststreamselector.c:
5171 (gst_stream_selector_class_init), (gst_stream_selector_init),
5172 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
5173 (gst_stream_selector_get_property),
5174 (gst_stream_selector_get_linked_pad),
5175 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
5176 * gst/playback/gststreamselector.h:
5177 Add the active-pad property for playbin to use shortly. Ignore buffers
5178 from any other pad, returning GST_FLOW_NOT_LINKED
5180 2005-11-29 Julien MOUTTE <julien@moutte.net>
5182 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
5183 patch from bug #322704 (Alessandro Decina).
5185 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
5187 * gst-libs/gst/audio/Makefile.am:
5188 folded audiofilter into the audio library
5190 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
5192 * gst/videoscale/gstvideoscale.h:
5193 * gst/videoscale/gstvideoscale.c:
5194 remove unimplemented scale methods
5196 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
5198 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
5201 2005-11-28 Julien MOUTTE <julien@moutte.net>
5203 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
5204 (gst_ximagesink_setcaps):
5205 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
5206 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
5207 happens (only visible on ximagesink but bug is in xv too) set_caps was
5208 destroying the internal x[v]image used to memcpy non locally alloced
5209 buffers so that it got renewed on next _chain. The issue is that
5210 _expose will try to put that image as it reffed it in _put.
5211 Using gst_buffer_unref instead of destroy fixes it !
5213 2005-11-28 Edward Hervey <edward@fluendo.com>
5215 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5216 (try_to_link_1), (queue_filled_cb):
5217 Better use of the queues. Start with a small size queue and only increase
5218 the size of the queues when the other queues are empty.
5220 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
5222 * gst-libs/gst/video/Makefile.am:
5223 compile in copied-over videofilter into the video library
5224 * gst-libs/gst/video/videosink.h:
5225 rename the header to gstvideosink.h since it's a base GstObject class
5226 * sys/ximage/ximagesink.h:
5227 * sys/xvimage/xvimagesink.h:
5230 2005-11-28 Wim Taymans <wim@fluendo.com>
5232 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
5233 * gst/playback/gstplaybasebin.h:
5234 Prepare to handle errors betters.
5236 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
5237 Set sinks to PAUSED first before adding and linking them so that
5238 we don't interrupt dataflow.
5240 2005-11-28 Wim Taymans <wim@fluendo.com>
5242 * gst-libs/gst/audio/TODO:
5245 * gst-libs/gst/audio/gstaudiosink.c:
5246 (gst_audioringbuffer_open_device),
5247 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5248 (gst_audioringbuffer_release):
5251 * gst-libs/gst/audio/gstbaseaudiosink.c:
5252 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
5253 (gst_base_audio_sink_change_state):
5254 Slave to the master clock when going to PLAYING and unslave when
5257 * gst-libs/gst/audio/gstringbuffer.c:
5258 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
5259 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
5260 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
5261 (gst_ring_buffer_clear_all), (wait_segment),
5262 (gst_ring_buffer_commit), (gst_ring_buffer_read),
5263 (gst_ring_buffer_advance):
5264 * gst-libs/gst/audio/gstringbuffer.h:
5265 Add some docs and cleanups.
5267 2005-11-28 Julien MOUTTE <julien@moutte.net>
5269 * sys/xvimage/xvimagesink.c:
5270 (gst_xvimagesink_navigation_send_event): Fix navigation events
5271 coordinates translation with pixel aspect ratios.
5273 2005-11-28 Julien MOUTTE <julien@moutte.net>
5275 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
5276 Use calculated video geometry from _setcaps instead of buffer
5277 caps to respect pixel aspect ratio. (fixes #322388)
5279 2005-11-28 Julien MOUTTE <julien@moutte.net>
5281 * docs/libs/tmpl/gstcolorbalance.sgml:
5282 * docs/libs/tmpl/gstmixer.sgml:
5283 * docs/libs/tmpl/gstxoverlay.sgml:
5284 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
5287 2005-11-28 Julien MOUTTE <julien@moutte.net>
5289 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
5290 Refuse to create an XvImage if we can't find the format.
5292 2005-11-28 Edward Hervey <edward@fluendo.com>
5294 * gst-libs/gst/riff/riff-media.c:
5295 (gst_riff_create_audio_template_caps):
5296 Add ATRAC3 to the list of riff-possible audio caps.
5297 I know we still don't have a plugin for atrac3, but it's saner to output
5298 that than a cryptic mimetype.
5300 2005-11-27 Edward Hervey <edward@fluendo.com>
5302 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
5303 Don't try to create a zero-sized subbuffer.
5305 2005-11-27 Julien MOUTTE <julien@moutte.net>
5307 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
5308 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
5309 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
5310 (gst_ximagesink_expose): Fixed a tricky race.
5311 * sys/ximage/ximagesink.h:
5312 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
5313 (gst_xvimagesink_expose): Fixed a tricky race.
5314 * sys/xvimage/xvimagesink.h:
5316 2005-11-27 Edward Hervey <edward@fluendo.com>
5318 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5319 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
5320 Remove unused properties, and add queues between demuxers and decoders
5321 so that a lot more files can preroll properly.
5323 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
5325 * gst-libs/gst/net/Makefile.am:
5326 * gst-libs/gst/rtp/Makefile.am:
5327 * gst-libs/gst/tag/Makefile.am:
5328 remove silly include
5329 * gst/tags/Makefile.am:
5330 * gst/tags/gsttagediting.c:
5331 * gst/tags/gsttageditingprivate.h:
5332 * gst/tags/tagedit.vcproj:
5333 remove directory, is as good as empty
5335 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
5338 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
5339 * gst-libs/Makefile.am:
5340 * gst-libs/gst/audio/Makefile.am:
5341 * gst-libs/gst/interfaces/Makefile.am:
5342 * gst-libs/gst/net/Makefile.am:
5343 * gst-libs/gst/riff/Makefile.am:
5344 * gst-libs/gst/rtp/Makefile.am:
5345 * gst-libs/gst/tag/Makefile.am:
5346 * gst-libs/gst/video/Makefile.am:
5349 2005-11-27 Julien MOUTTE <julien@moutte.net>
5351 * docs/libs/tmpl/gstcolorbalance.sgml:
5352 * docs/libs/tmpl/gstmixer.sgml:
5353 * docs/libs/tmpl/gstxoverlay.sgml:
5354 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
5355 * sys/ximage/ximagesink.h:
5356 * sys/xvimage/xvimagesink.h: More and more documentation.
5358 2005-11-26 Julien MOUTTE <julien@moutte.net>
5360 * docs/libs/gst-plugins-base-libs-docs.sgml:
5361 * docs/libs/gst-plugins-base-libs-sections.txt:
5362 * docs/libs/tmpl/gstcolorbalance.sgml:
5363 * docs/libs/tmpl/gstmixer.sgml:
5364 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
5367 2005-11-26 Julien MOUTTE <julien@moutte.net>
5369 * docs/plugins/Makefile.am:
5370 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5371 * docs/plugins/gst-plugins-base-plugins-sections.txt:
5372 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
5374 2005-11-26 Julien MOUTTE <julien@moutte.net>
5376 * docs/plugins/Makefile.am:
5377 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5378 * docs/plugins/gst-plugins-base-plugins-sections.txt:
5379 * docs/plugins/inspect/plugin-adder.xml:
5380 * docs/plugins/inspect/plugin-alsa.xml:
5381 * docs/plugins/inspect/plugin-audioconvert.xml:
5382 * docs/plugins/inspect/plugin-audiorate.xml:
5383 * docs/plugins/inspect/plugin-audioresample.xml:
5384 * docs/plugins/inspect/plugin-audiotestsrc.xml:
5385 * docs/plugins/inspect/plugin-decodebin.xml:
5386 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5387 * docs/plugins/inspect/plugin-gnomevfs.xml:
5388 * docs/plugins/inspect/plugin-ogg.xml:
5389 * docs/plugins/inspect/plugin-playbin.xml:
5390 * docs/plugins/inspect/plugin-subparse.xml:
5391 * docs/plugins/inspect/plugin-tcp.xml:
5392 * docs/plugins/inspect/plugin-theora.xml:
5393 * docs/plugins/inspect/plugin-typefindfunctions.xml:
5394 * docs/plugins/inspect/plugin-video4linux.xml:
5395 * docs/plugins/inspect/plugin-videorate.xml:
5396 * docs/plugins/inspect/plugin-videoscale.xml:
5397 * docs/plugins/inspect/plugin-videotestsrc.xml:
5398 * docs/plugins/inspect/plugin-volume.xml:
5399 * docs/plugins/inspect/plugin-vorbis.xml:
5400 * docs/plugins/inspect/plugin-ximagesink.xml:
5401 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
5402 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
5404 2005-11-26 Edward Hervey <edward@fluendo.com>
5406 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
5407 Properly return GstFlowReturn from gst_pad_push in chain functions.
5409 2005-11-25 Michael Smith <msmith@fluendo.com>
5411 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
5412 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
5413 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5414 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
5415 Handle various conditions better when we don't understand a stream.
5416 Removes a heap of CRITICALs on ogg streams containing unknown data.
5418 2005-11-24 Andy Wingo <wingo@pobox.com>
5420 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
5423 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
5425 * configure.ac: back to HEAD
5427 === release 0.9.6 ===
5429 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
5432 releasing 0.9.6, "White Eight"
5434 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
5436 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
5437 * docs/plugins/inspect/plugin-sine.xml:
5438 remove sinesrc some more
5440 2005-11-23 Wim Taymans <wim@fluendo.com>
5442 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
5443 If we are reading too slowly, jump forward in the ringbuffer
5444 instead of blocking.
5446 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
5448 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
5450 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
5451 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
5452 (gst_videorate_chain):
5453 * gst/videotestsrc/gstvideotestsrc.c:
5454 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
5455 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
5456 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
5457 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
5458 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
5459 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
5460 Updates for API changes
5462 2005-11-23 Wim Taymans <wim@fluendo.com>
5464 * gst-libs/gst/audio/gstbaseaudiosink.c:
5465 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
5466 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5467 Fix for calibration API change.
5469 2005-11-23 Michael Smith <msmith@fluendo.com>
5471 * gst-libs/gst/audio/multichannel.c:
5472 (gst_audio_get_channel_positions),
5473 (gst_audio_set_channel_positions),
5474 (gst_audio_set_structure_channel_positions_list),
5475 (gst_audio_fixate_channel_positions):
5476 Use gst_value_array_*() functions on value arrays, not
5479 2005-11-23 Edward Hervey <edward@fluendo.com>
5482 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
5485 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
5487 * check/Makefile.am:
5488 * check/elements/videotestsrc.c: (setup_videotestsrc),
5489 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
5491 add a test for videotestsrc
5493 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
5495 * gst/sine/.cvsignore:
5496 * gst/sine/Makefile.am:
5497 * gst/sine/gstsinesrc.c:
5498 * gst/sine/gstsinesrc.h:
5499 * gst/sine/sinesrc.vcproj:
5500 and remove sinesrc from the repository. Closes #321446
5502 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
5505 * gst-plugins-base.spec.in:
5506 remove sinesrc from the build
5508 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
5510 * check/Makefile.am:
5511 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
5512 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
5514 add a test for audiotestsrc, testing all waves. Even seems
5515 leak-free at first glance, nice job Stefan
5517 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
5533 Translation string updates
5535 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
5536 (gst_v4lsrc_set_caps):
5537 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
5538 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
5539 * sys/v4l/v4lsrc_calls.h:
5540 Improve v4lsrc, by making it work again.
5542 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
5544 * ext/libvisual/visual.c: (gst_visual_chain):
5545 Fix the fps calculations.
5547 * gst/ffmpegcolorspace/avcodec.h:
5548 Move structure element for clarity
5550 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
5551 * gst-libs/gst/interfaces/tunernorm.h:
5552 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
5553 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
5554 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
5555 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
5556 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
5557 (gst_v4lmjpegsrc_getcaps):
5558 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
5559 (gst_v4lsrc_set_caps):
5560 * sys/v4l/gstv4lsrc.h:
5561 * sys/v4l/v4l_calls.c: (gst_v4l_open):
5562 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
5563 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
5564 * sys/v4l/v4lsrc_calls.h:
5565 Fractional framerates...
5567 2005-11-22 Wim Taymans <wim@fluendo.com>
5569 * gst-libs/gst/audio/gstbaseaudiosink.c:
5570 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
5571 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5572 And we provide a clock by default, of course...
5574 2005-11-22 Wim Taymans <wim@fluendo.com>
5576 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
5577 This clock can be slaved to a master clock now.
5579 * gst-libs/gst/audio/gstbaseaudiosink.c:
5580 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
5581 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
5582 (gst_base_audio_sink_set_clock),
5583 (gst_base_audio_sink_set_property),
5584 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
5585 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5586 * gst-libs/gst/audio/gstbaseaudiosink.h:
5587 Handle slaving the internal clock to the clock selected in the
5589 Add property to make the basesink not provide a clock.
5591 * gst-libs/gst/rtp/gstbasertpdepayload.c:
5592 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
5593 (gst_base_rtp_depayload_wait):
5594 * gst-libs/gst/rtp/gstbasertpdepayload.h:
5595 We can use the clock in GstElement, no need to store it ourselves.
5597 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
5599 * docs/libs/tmpl/gstaudio.sgml:
5601 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
5602 (gst_paranoia_endian_get_type):
5603 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
5604 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
5605 * gst/audiotestsrc/gstaudiotestsrc.c:
5606 (gst_audiostestsrc_wave_get_type):
5607 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5608 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5609 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5610 (gst_sync_method_get_type), (gst_unit_type_get_type),
5611 (gst_client_status_get_type), (gst_multifdsink_class_init),
5612 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
5613 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
5614 (gst_multifdsink_get_property):
5615 * gst/tcp/gstmultifdsink.h:
5616 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
5617 * gst/videotestsrc/gstvideotestsrc.c:
5618 (gst_videotestsrc_pattern_get_type):
5619 remove deprecated properties
5620 fix up enums to correctly have short lowercase dashed nicks
5622 2005-11-22 Michael Smith <msmith@fluendo.com>
5624 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
5625 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
5628 2005-11-22 Michael Smith <msmith@fluendo.com>
5630 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
5631 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
5632 Use utility method for scaling clocktime for fractional framerates.
5634 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
5636 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
5638 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5639 * ext/theora/theoradec.c: (theora_handle_type_packet):
5640 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5642 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5643 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
5644 * gst-libs/gst/video/video.h:
5645 * gst/ffmpegcolorspace/avcodec.h:
5646 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5647 (gst_ffmpeg_caps_to_pixfmt):
5648 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5649 (gst_ffmpegcsp_set_caps):
5650 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
5651 (gst_videorate_setcaps), (gst_videorate_blank_data),
5652 (gst_videorate_chain):
5653 * gst/videotestsrc/gstvideotestsrc.c:
5654 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
5655 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
5656 (gst_videotestsrc_event), (gst_videotestsrc_create):
5657 * gst/videotestsrc/gstvideotestsrc.h:
5658 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5659 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
5660 (gst_ximagesink_get_times), (gst_ximagesink_init):
5661 * sys/ximage/ximagesink.h:
5662 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5663 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
5664 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
5665 * sys/xvimage/xvimagesink.h:
5666 Convert elements to use fractions for their framerate.
5667 V4L elements to come later tonight.
5669 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
5671 * gst-libs/gst/audio/audio.c:
5672 * gst-libs/gst/audio/audio.h:
5673 remove some deprecated functions
5675 2005-11-22 Andy Wingo <wingo@pobox.com>
5677 * Update for gst_tag_setter API changes.
5679 2005-11-22 Andy Wingo <wingo@pobox.com>
5681 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
5682 (gst_ogg_demux_perform_seek):
5683 * ext/theora/theoradec.c (theora_dec_sink_event):
5684 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
5687 2005-11-22 Wim Taymans <wim@fluendo.com>
5689 * examples/seeking/seek.c: (main):
5690 Give higher priority to bus signals than the gtk events
5691 to fix a race condition in the segment looping.
5693 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
5695 * ext/theora/Makefile.am:
5696 * ext/vorbis/Makefile.am:
5697 * gst-libs/gst/tag/Makefile.am:
5698 * gst-plugins-base.spec.in:
5699 Rename libgsttagedit to libgsttag (#322117).
5701 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
5703 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
5704 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5705 Call gst_x_overlay_prepare_xwindow_id() to give applications
5706 a final chance to set their own xwindow id before the video
5707 sink creates its own window.
5709 2005-11-22 Julien MOUTTE <julien@moutte.net>
5711 * sys/xvimage/xvimagesink.c:
5712 (gst_xvimagesink_navigation_send_event): Handle navigation
5713 events correcly with borders if applicable.
5715 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
5717 Patch by: Luca Ognibene
5719 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5720 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
5721 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5722 (gst_ffmpegcsp_caps_remove_format_info):
5723 * gst/ffmpegcolorspace/imgconvert.c:
5724 * gst/ffmpegcolorspace/imgconvert_template.h:
5725 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
5726 #318353); use gst_structure_has_name().
5728 2005-11-22 Julien MOUTTE <julien@moutte.net>
5730 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
5731 (gst_ximagesink_class_init): Add debug macros on functions.
5732 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5733 (gst_xvimagesink_xwindow_draw_borders),
5734 (gst_xvimagesink_xvimage_put),
5735 (gst_xvimagesink_xwindow_update_geometry),
5736 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
5737 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
5738 (gst_xvimagesink_xcontext_clear),
5739 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5740 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
5741 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5742 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
5743 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
5744 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5745 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
5746 expose while being PAUSED, out of data flow navigation events, etc..
5748 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
5750 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
5751 * gst-libs/gst/audio/audio.h:
5752 fix prototype - wondering why the test worked regardless
5754 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
5756 * check/Makefile.am:
5757 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
5758 * gst-libs/gst/audio/audio.h:
5759 add a method that returns a proper GstClockTime
5761 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
5763 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
5764 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
5765 * gst-libs/gst/interfaces/xoverlay.h:
5766 Remove everything having to do with the desired size; add
5767 gst_x_overlay_prepare_xwindow_id() function; remove the
5768 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
5769 post a message on the bus instead (#321816).
5771 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
5772 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
5773 (gst_xvimagesink_xoverlay_init):
5774 Remove desired size stuff (#321816).
5776 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
5778 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
5779 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5780 (mpeg_video_type_find), (mpeg_video_stream_type_find):
5781 Terminate vararg functions with NULL instead of 0 to
5784 2005-11-21 Andy Wingo <wingo@pobox.com>
5786 patch by: Sebastien Cote <sebas642@yahoo.ca>
5788 * gst-libs/gst/rtp/gstrtpbuffer.h:
5789 * gst-libs/gst/rtp/gstrtpbuffer.c
5790 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
5792 2005-11-21 Andy Wingo <wingo@pobox.com>
5794 * gst/playback/gstplaybin.c (gen_audio_element)
5795 (gen_video_element): Use the new MISSING_PLUGIN core error
5796 category. Closes #320060.
5798 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
5799 * gst/videorate/gstvideorate.c (gst_videorate_event):
5800 * ext/theora/theoradec.c (theora_dec_sink_event):
5801 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
5804 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
5805 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
5806 stream lock changes.
5808 2005-11-21 Wim Taymans <wim@fluendo.com>
5810 * gst-libs/gst/audio/gstbaseaudiosink.c:
5811 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
5812 (gst_base_audio_sink_provide_clock),
5813 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
5814 (gst_base_audio_sink_change_state):
5815 * gst/audioresample/gstaudioresample.c:
5818 2005-11-21 Andy Wingo <wingo@pobox.com>
5821 * *.c: Ran scripts/update-macros. Oh yes.
5823 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
5825 * sys/ximage/Makefile.am:
5826 * sys/ximage/ximage.c:
5827 Rename ximage plugin to ximagesink (#321426) (Don't forget to
5828 remove your old libgstximage.* manually if necessary).
5830 2005-11-21 Michael Smith <msmith@fluendo.com>
5832 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
5833 Minimal fix for bug #320200: set the min/max bitrate in the correct
5834 units. A better fix would be to upgrade to the RATEMANAGE2
5835 interface, rather than using the deprecated interface used here, but
5836 that would require an update in our libvorbis dependency (to 1.1),
5837 which is probably undesirable.
5839 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
5841 * ext/libvisual/visual.c: (get_buffer):
5842 * gst-libs/gst/audio/gstbaseaudiosrc.c:
5843 (gst_base_audio_src_fixate):
5844 * gst/audioconvert/gstaudioconvert.c:
5845 (gst_audio_convert_fixate_caps):
5846 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
5847 * gst/audiotestsrc/gstaudiotestsrc.c:
5848 (gst_audiotestsrc_src_fixate):
5849 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
5850 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
5851 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
5852 * gst/videotestsrc/gstvideotestsrc.c:
5853 (gst_videotestsrc_src_fixate):
5854 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
5855 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
5856 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
5860 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
5862 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5863 (gst_riff_create_iavs_caps):
5864 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
5865 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5866 (gst_riff_parse_info):
5867 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
5868 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
5869 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5870 Fixes for GST_FOURCC_FORMAT API change.
5872 2005-11-21 Andy Wingo <wingo@pobox.com>
5874 patch by: Alessandro Dessina <alessandro nnva org>
5876 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
5877 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
5878 (gst_ogg_parse_chain):
5879 * ext/theora/theoraenc.c (theora_set_header_on_caps):
5880 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
5881 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
5882 gst_value_list calls on arrays. Fixes #321962.
5884 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
5886 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5887 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
5888 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
5889 * gst/adder/gstadder.c: (gst_adder_init),
5890 (gst_adder_request_new_pad), (gst_adder_collected),
5891 (gst_adder_change_state):
5892 Update for gst_collectpads_foo() to gst_collect_pads_foo()
5895 2005-11-21 Michael Smith <msmith@fluendo.com>
5897 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
5898 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
5899 Properly handle pad_push return values.
5901 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
5903 * gst-libs/gst/tag/Makefile.am:
5904 * gst-libs/gst/tag/gstvorbistag.c:
5905 (gst_tag_list_to_vorbiscomment_buffer):
5906 Remove obsolete vorbistag element and debug category.
5908 * gst/playback/gstplaybasebin.c: (check_queue):
5909 Don't divide by 0 when queue-threshold is 0.
5911 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
5912 Don't modify an existing pixel-aspect-ratio if we fail to read
5915 2005-11-20 Wim Taymans <wim@fluendo.com>
5917 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
5918 (gst_vorbisenc_push_packet):
5919 GST_PAD_IS_USABLE is gone, use the return value of
5920 the push or pad_alloc_buffer instead.
5922 2005-11-18 Julien MOUTTE <julien@moutte.net>
5924 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5925 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
5926 (gst_ximagesink_ximage_destroy),
5927 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
5928 (gst_ximagesink_xwindow_new),
5929 (gst_ximagesink_xwindow_update_geometry),
5930 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
5931 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
5932 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
5933 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
5934 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
5935 (gst_ximagesink_navigation_send_event),
5936 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
5937 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
5938 (gst_ximagesink_finalize), (gst_ximagesink_init),
5939 (gst_ximagesink_class_init):
5940 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
5941 This new version brings correct software scaling, non flickering
5942 window while resizing, pixel aspect ratio handling, usage of
5943 hardware buffer pools, out of data flow event thread for
5944 navigation and handling of expose events even when being PAUSED,
5945 a new property to keep video aspect ratio when resizing, etc...
5947 2005-11-18 Julien MOUTTE <julien@moutte.net>
5949 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
5950 (gst_videoscale_fixate_caps): Introduce back caps fixate with
5953 2005-11-18 <bilboed@dvdsrc.fluendo.com>
5955 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
5956 Unsetting IS_SINK flag from the fakesink, so decodebin
5957 never behaves as a sink.
5959 2005-11-17 Wim Taymans <wim@fluendo.com>
5961 * gst-libs/gst/audio/gstbaseaudiosrc.c:
5962 (gst_base_audio_src_change_state):
5963 Fix the audiosrc base class again, we did not unflush.
5965 2005-11-17 Julien MOUTTE <julien@moutte.net>
5967 * examples/seeking/seek.c: (make_dv_pipeline),
5968 (make_vorbis_theora_pipeline), (make_avi_pipeline),
5969 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
5970 to ogg/vorbis/theora pipeline.
5972 2005-11-17 Wim Taymans <wim@fluendo.com>
5974 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
5975 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
5976 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
5977 Fix EOS on multiple streams.
5980 2005-11-16 Wim Taymans <wim@fluendo.com>
5982 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
5983 (gst_ogg_demux_perform_seek):
5984 Segment done must include stream time.
5986 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5987 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
5988 (gst_ogg_mux_change_state):
5989 Fix ogg muxer again.
5991 2005-11-16 Wim Taymans <wim@fluendo.com>
5993 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
5996 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
5998 * ext/libvisual/visual.c: (gst_visual_init):
5999 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
6000 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
6001 (gst_ogg_parse_chain):
6002 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
6003 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
6004 * ext/theora/theoradec.c: (gst_theora_dec_init):
6005 * ext/theora/theoraenc.c: (gst_theora_enc_init):
6006 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
6007 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
6008 * gst/adder/gstadder.c: (gst_adder_class_init),
6009 (gst_adder_dispose):
6010 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
6011 * gst/subparse/gstsubparse.c: (gst_subparse_init):
6012 * gst/videorate/gstvideorate.c: (gst_videorate_init):
6013 Fix a whole set of pad template leaks
6015 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
6017 * check/generic/states.c: (GST_START_TEST):
6018 fix the test so that it only checks for elements that are part of
6021 2005-11-16 Michael Smith <msmith@fluendo.com>
6023 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
6024 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
6025 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6026 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
6027 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
6028 (gst_ogg_mux_change_state):
6029 Fix leaking collectpads.
6031 2005-11-16 Edward Hervey <edward@fluendo.com>
6033 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
6034 (gst_videorate_event), (gst_videorate_chain):
6035 Handle segment seeks
6037 2005-11-16 Wim Taymans <wim@fluendo.com>
6039 * gst-libs/gst/audio/gstbaseaudiosink.c:
6040 (gst_base_audio_sink_provide_clock),
6041 (gst_base_audio_sink_change_state):
6042 Set ringbuffer to non-flushing when going to PAUSED, set to
6043 flushing again when going to READY.
6045 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
6046 (gst_ring_buffer_stop):
6047 Start in flushing mode by default.
6048 Don't set flushing in the _stop method, let the app call
6051 2005-11-16 Julien MOUTTE <julien@moutte.net>
6053 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
6054 * gst-libs/gst/video/videosink.h: Add helper function needed
6057 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
6059 * gst/videoscale/gstvideoscale.c:
6060 (gst_videoscale_handle_src_event):
6061 Don't leak reference to pad parent.
6063 2005-11-16 Wim Taymans <wim@fluendo.com>
6065 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
6066 Set ringbuffer to flushing when stopping so that we don't
6067 block on wait_segment anymore and livelock.
6069 2005-11-16 Wim Taymans <wim@fluendo.com>
6071 * examples/seeking/seek.c: (send_event), (do_seek),
6072 (loop_toggle_cb), (segment_done), (main):
6073 Added looping checkbox.
6075 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
6077 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
6078 (gst_ogg_demux_init):
6079 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
6080 (gst_vorbis_dec_init):
6081 revert unrefs, they don't pass make check
6083 2005-11-15 Johan Dahlin <johan@gnome.org>
6085 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
6086 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
6087 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
6088 (gst_vorbis_dec_init):
6089 Fix pad template leaks.
6091 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
6093 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
6094 Make state change function thread safe.
6096 2005-11-15 Edward Hervey <edward@fluendo.com>
6098 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
6099 (gst_ogg_demux_class_init):
6100 Implement GstElement::send_event, so we can send seek events
6103 2005-11-14 Julien MOUTTE <julien@moutte.net>
6105 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
6106 Discovered how to take away flickering while resizing the
6107 window. Please don't put that in ximagesink, refactoring in
6110 2005-11-14 Michael Smith <msmith@fluendo.com>
6112 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
6113 (gst_multifdsink_render):
6114 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
6116 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
6118 * gst/playback/gstplaybin.c: (gen_audio_element):
6119 Use autoaudiosink, it tends to be more widely available than
6122 2005-11-14 Andy Wingo <wingo@pobox.com>
6124 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
6125 as well if it is available. Fixes #316442.
6127 2005-11-14 Michael Smith <msmith@fluendo.com>
6129 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
6130 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
6131 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6132 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
6133 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
6134 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
6135 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
6136 (gst_vorbisenc_change_state):
6137 Fix a small memory leak in vorbisenc.
6138 Fix large memory leaks in oggmux, also fix lots of state change
6141 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
6143 * gst/videotestsrc/gstvideotestsrc.c:
6144 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
6145 (gst_videotestsrc_src_fixate):
6146 move fixation to a fixate function
6147 remove negotiate function, basesrc's is good enough
6148 fixes a bug for check when using the element alone
6150 2005-11-13 Edward Hervey <edward@fluendo.com>
6152 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
6153 (key_toggle_cb), (main):
6154 Added checkboxes for adding/removing the accurate and key_unit seek
6157 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
6159 * configure.ac: back to HEAD
6161 === release 0.9.5 ===
6163 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
6166 releasing 0.9.5, "No No Kia"
6168 2005-11-11 Edward Hervey <edward@fluendo.com>
6170 * examples/seeking/seek.c: (make_parselaunch_pipeline):
6171 Added parse-launch syntax seeking mode for the seeking example.
6172 This should help stress-test even more cases.
6173 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
6175 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
6177 * sys/xvimage/xvimagesink.c:
6178 (gst_xvimagesink_navigation_send_event):
6179 Check whether peer pad exists before sending navigation events
6182 2005-11-11 Michael Smith <msmith@fluendo.com>
6184 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
6185 (gst_vorbisenc_buffer_from_packet):
6186 * ext/vorbis/vorbisenc.h:
6187 Set duration on encoded buffers. This allows oggmux's
6188 max_page_delay parameter to actually work.
6190 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
6192 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6193 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
6194 (gst_ffmpegcsp_avpicture_fill):
6195 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6196 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
6197 Make palettes work again (see #132341). Use our own macros
6200 2005-11-10 Andy Wingo <wingo@pobox.com>
6202 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
6205 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
6207 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6208 (gst_ffmpegcsp_transform_caps):
6209 Prefer passthrough in transform_caps
6211 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
6213 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6214 check for ALSA errors properly, instead of relying on ALSA's
6215 error strings to serve to the user.
6217 2005-11-10 Wim Taymans <wim@fluendo.com>
6219 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
6220 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
6221 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
6222 Modernise the seek code.
6224 2005-11-10 Michael Smith <msmith@fluendo.com>
6226 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
6227 (setup_substreams), (set_active_source):
6228 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
6229 trying to go to NULL if we failed to read a file.
6231 2005-11-10 Wim Taymans <wim@fluendo.com>
6233 * gst/audiotestsrc/gstaudiotestsrc.c:
6234 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
6235 (gst_audiotestsrc_create):
6236 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6237 (gst_sinesrc_get_times), (gst_sinesrc_create):
6238 * gst/videotestsrc/gstvideotestsrc.c:
6239 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
6240 (gst_videotestsrc_create):
6241 The base class can now sync for us.
6243 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
6245 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
6246 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
6247 name=source autoprobe=false autoprobe-fps=false copy-mode=1
6248 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
6249 format=(fourcc)I420" ! xvimagesink
6251 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
6253 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6254 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
6255 (gst_sinesrc_newsegment):
6256 Send newsegment event in TIME format, set duration if
6257 num-buffers is set, fix duration querying.
6259 2005-11-10 Michael Smith <msmith@fluendo.com>
6261 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
6262 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6263 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
6264 (gst_ogg_mux_collected):
6265 Fix EOS handling, partially. Now forwarding an EOS event once we have
6266 EOS on all pads works correctly. However, we still don't properly set
6267 EOS on the actual ogg stream pages.
6269 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
6271 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
6272 Set elements to NULL state before disposing of them.
6274 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
6276 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
6278 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6279 (gst_base_rtp_depayload_init),
6280 (gst_base_rtp_depayload_set_gst_timestamp):
6281 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6282 We need to send a newsegment event for each instance, not
6283 just for the first instance of this class (get rid of
6284 static variable in function). (#321011).
6286 2005-11-08 Michael Smith <msmith@fluendo.com>
6288 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
6289 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
6290 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
6291 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
6292 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
6293 This makes us mux things correctly according to the ogg muxing
6294 rules. Still not handling EOS correctly right now, though.
6296 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
6298 * gst/audioconvert/gstaudioconvert.c:
6301 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
6303 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6304 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
6305 Initialise segment_stop to GST_CLOCK_TIME_NONE when
6306 creating a new chain; should fix live streaming. Also
6307 add more debug output and fix a typo.
6309 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
6311 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
6313 * gst/volume/gstvolume.c: (volume_set_caps):
6314 Fix compilation on Solaris with Forte. (#320923)
6316 2005-11-08 Wim Taymans <wim@fluendo.com>
6318 * gst-libs/gst/audio/gstbaseaudiosink.c:
6319 (gst_base_audio_sink_render):
6320 No need to do a typecheck.
6322 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
6324 * ext/alsa/gstalsa.h:
6325 We register a debug category, so let's use it.
6327 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
6329 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6330 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
6331 Fixed a small problem.
6333 2005-11-04 Wim Taymans <wim@fluendo.com>
6335 * examples/seeking/Makefile.am:
6336 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
6337 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
6338 (make_playerbin_pipeline), (format_value), (update_scale),
6339 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
6340 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
6341 (print_usage), (main):
6342 Added app for playback speed testing.
6344 * examples/seeking/seek.c: (dynamic_link),
6345 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
6346 (make_mpeg_pipeline), (do_seek), (set_update_scale),
6347 (message_received), (main):
6348 Updated seek example.
6350 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
6352 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6353 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
6354 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
6355 (gst_base_rtp_depayload_set_clock):
6356 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6357 Don't sleep on the bench (system clock) when you have a nice
6358 comfortable bed (Gstreamer clock) to sleep on.
6360 2005-11-03 Wim Taymans <wim@fluendo.com>
6362 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6363 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
6364 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
6365 Handle the case where a pad_block failed.
6367 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
6369 reviewed by: Zeeshan Ali <zeenix@gmail.com>
6371 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6372 (gst_base_rtp_depayload_add_to_queue),
6373 (gst_base_rtp_depayload_push),
6374 (gst_base_rtp_depayload_set_gst_timestamp),
6375 (gst_base_rtp_depayload_queue_release):
6376 Fixes some bugs in the depayloader's queuing/de-queueing code.
6378 2005-10-31 Michael Smith <msmith@fluendo.com>
6380 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
6381 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
6382 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
6383 Patch from Alessandro Decina <alessandro@nnva.org>.
6384 Make oggdemux only find the final time in a chain, not per-pad,
6385 since the per-pad information can be very expensive to locate, and
6386 it isn't used anywhere. This makes reading a file containing
6387 OggSkeleton reasonably fast.
6388 Also, make chain finding work when there are logical bitstreams that
6389 can't be decoded. Fixes #319110.
6391 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
6393 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6394 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
6395 (gst_base_rtp_depayload_chain),
6396 (gst_base_rtp_depayload_add_to_queue),
6397 (gst_base_rtp_depayload_push),
6398 (gst_base_rtp_depayload_set_gst_timestamp),
6399 (gst_base_rtp_depayload_queue_release),
6400 (gst_base_rtp_depayload_start_thread),
6401 (gst_base_rtp_depayload_set_property),
6402 (gst_base_rtp_depayload_get_property):
6403 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6404 Some random fixes, to fullfill the desires of thomas.
6406 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
6408 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6409 (gst_base_rtp_depayload_add_to_queue),
6410 (gst_base_rtp_depayload_push):
6411 Fixed the queueing algorithm.
6413 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
6415 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6416 (gst_base_rtp_depayload_push):
6419 2005-10-31 Wim Taymans <wim@fluendo.com>
6421 * gst-libs/gst/audio/gstringbuffer.h:
6424 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6425 (gst_ffmpeg_caps_to_pixfmt):
6426 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6427 (gst_ffmpegcsp_set_caps):
6429 Handle missing required caps fields better.
6431 2005-10-31 Wim Taymans <wim@fluendo.com>
6433 * gst-libs/gst/audio/gstbaseaudiosink.c:
6434 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
6435 (gst_base_audio_sink_render):
6436 * gst-libs/gst/audio/gstringbuffer.c:
6437 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
6438 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6439 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
6440 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
6441 (gst_ring_buffer_read):
6442 * gst-libs/gst/audio/gstringbuffer.h:
6443 Add flushing mode to the ringbuffer so that it in all cases does
6444 not try to handle more audio. This makes sure it does not try to
6445 block anymore when flushing and fixes a livelock.
6447 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
6449 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
6450 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
6451 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
6452 Explicitly check for -1 values before doing a conversion
6453 and always map them to -1. (#315545)
6455 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
6457 * gst/playback/gstplaybin.c: (gen_video_element):
6458 first try autovideosink, then xvimagesink, then error out
6460 add translatable file
6477 2005-10-27 Philippe Khalaf <burger at speedy dot org>
6479 * gst-libs/gst/rtp/gstbasedepayload.c:
6480 * gst-libs/gst/rtp/gstbasedepayload.h:
6483 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
6485 * gst/playback/.cvsignore:
6486 * gst/playback/decodetest.c:
6487 * gst/playback/test3.c:
6488 Port these two tests as well.
6490 2005-10-27 Wim Taymans <wim@fluendo.com>
6492 * ext/theora/theoradec.c: (theora_dec_src_query),
6493 (theora_dec_sink_event):
6494 * ext/theora/theoraenc.c: (theora_enc_sink_event),
6495 (theora_enc_change_state):
6496 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6497 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
6498 Take proper locks when handling events.
6500 2005-10-27 Wim Taymans <wim@fluendo.com>
6502 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
6503 (gst_adder_change_state):
6504 Fix timestamps and fix deadlock when stopping the collectpads.
6506 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
6508 * gst-libs/gst/rtp/gstrtpbuffer.h:
6509 Declaring the payload types as strings too so that they can be used
6510 in the padtemplate inialization.
6512 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
6514 reviewed by: Zeeshan Ali <zeenix@gmail.com>
6516 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6517 (gst_base_rtp_depayload_class_init):
6518 Fixes a small but nasty bug. The derived elements no longer segfaults
6521 2005-10-26 Michael Smith <msmith@fluendo.com>
6523 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
6524 When clearing an audioconvert context, set tmpbufsize to zero, so
6525 we'll allocate it again later if required.
6526 This fixes audioconvert re-negotiating formats, which previously
6527 segfaulted with a NULL destination buffer.
6529 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
6531 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6532 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
6533 (gst_base_rtp_depayload_set_gst_timestamp),
6534 (gst_base_rtp_depayload_queue_release):
6535 Fixed a smalll memleak.
6537 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
6538 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6539 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
6540 (gst_base_rtp_depayload_finalize),
6541 (gst_base_rtp_depayload_setcaps),
6542 (gst_base_rtp_depayload_add_to_queue),
6543 (gst_base_rtp_depayload_push),
6544 (gst_base_rtp_depayload_set_gst_timestamp),
6545 (gst_base_rtp_depayload_queue_release),
6546 (gst_base_rtp_depayload_thread),
6547 (gst_base_rtp_depayload_change_state):
6548 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6549 Changed the C++ comments to C comments
6551 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
6553 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
6554 * gst/tcp/gsttcpclientsrc.h:
6555 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
6556 * gst/tcp/gsttcpserversrc.h:
6557 Remove unused 'curoffset' structure member.
6559 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
6561 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6562 (gst_base_rtp_depayload_base_init),
6563 (gst_base_rtp_depayload_finalize):
6564 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6565 * gst-libs/gst/rtp/gstbasertppayload.h:
6566 The pad-template on the sinkpad should be set by the derived classes.
6567 Also added some useful macros.
6569 2005-10-24 Wim Taymans <wim@fluendo.com>
6571 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6572 Correctly flush decoder samples even if we could not
6573 copy them to an output buffer. Fixes #319618.
6575 2005-10-24 Julien MOUTTE <julien@moutte.net>
6577 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
6578 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
6579 the caps against our xcontext caps.
6581 2005-10-24 Wim Taymans <wim@fluendo.com>
6583 * gst-libs/gst/audio/gstbaseaudiosink.c:
6584 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
6586 Use sync property from baseclass to disable sync.
6588 2005-10-24 Wim Taymans <wim@fluendo.com>
6590 * gst-libs/gst/audio/gstbaseaudiosink.c:
6591 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
6592 Buffers with no timestamps get aligned with previous buffers or
6593 on underrun, played ASAP.
6595 2005-10-24 Julien MOUTTE <julien@moutte.net>
6597 * gst-libs/gst/video/video.h:
6598 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6599 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
6600 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
6601 here comes my change on caps for framerate and geometry range.
6602 We are now accepting 1 to MAXINT for width and height, and from
6603 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
6604 to be blended correctly in videomixer.
6606 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
6611 === release 0.9.4 ===
6613 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
6618 releasing 0.9.4, "Velociraptor"
6620 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
6622 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
6626 2005-10-21 Wim Taymans <wim@fluendo.com>
6628 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6629 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
6630 (pad_blocked), (close_pad_link), (new_pad):
6631 Don't try to remove elements twice.
6633 2005-10-21 Wim Taymans <wim@fluendo.com>
6635 * ext/theora/theoradec.c: (theora_dec_src_query),
6636 (theora_dec_sink_event):
6637 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6638 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
6639 (vorbis_handle_data_packet):
6640 * ext/vorbis/vorbisdec.h:
6643 * gst-libs/gst/audio/gstbaseaudiosink.c:
6644 (gst_base_audio_sink_render):
6645 Don't try to sync on buffers without a timestamp.
6647 2005-10-21 Wim Taymans <wim@fluendo.com>
6649 * ext/theora/theoradec.c: (theora_dec_src_query),
6650 (theora_dec_sink_event):
6651 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6652 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
6653 (vorbis_handle_data_packet):
6654 * ext/vorbis/vorbisdec.h:
6657 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
6659 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
6660 (gst_vorbisenc_src_query):
6661 Implement position and duration queries.
6663 * gst/playback/test3.c: (update_scale), (main):
6664 Fix for async state changes and print nicer output.
6666 2005-10-20 Wim Taymans <wim@fluendo.com>
6668 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6669 (dump_element_stats), (main):
6670 * gst/playback/test6.c: (main):
6673 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
6675 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
6676 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6677 Don't use functions for position queries when handling
6680 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
6682 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6683 (vorbis_handle_data_packet), (vorbis_dec_chain),
6684 (vorbis_dec_change_state):
6685 * ext/vorbis/vorbisdec.h:
6686 Vorbis streams can be embedded in other container formats
6687 than ogg, container formats where the demuxer might set
6688 timestamps on encoded vorbis buffers instead of those silly
6689 granulepos thingies. In short: make vorbisdec handle
6690 timestamps on incoming buffers as well.
6692 2005-10-20 Wim Taymans <wim@fluendo.com>
6694 * gst/playback/gstplaybasebin.c: (group_destroy),
6695 (gst_play_base_bin_change_state):
6697 Handle case where playbasebin is now ASYNC because
6700 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
6702 * gst/audioconvert/Makefile.am:
6703 * gst/audioconvert/bufferframesconvert.c:
6704 * gst/audioconvert/plugin.c: (plugin_init):
6705 * gst/audioconvert/plugin.h:
6706 And bye bye buffer-frames-convert
6708 2005-10-19 Wim Taymans <wim@fluendo.com>
6710 * check/elements/audioconvert.c:
6711 * docs/libs/tmpl/gstaudio.sgml:
6712 * docs/libs/tmpl/gstcolorbalance.sgml:
6713 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6714 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
6715 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
6716 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
6717 * gst-libs/gst/audio/audio.h:
6718 * gst/audioconvert/audioconvert.h:
6719 * gst/audioconvert/gstaudioconvert.c:
6720 (gst_audio_convert_parse_caps):
6721 * gst/volume/gstvolume.c:
6722 Bye bye buffer-frames.
6724 2005-10-19 Wim Taymans <wim@fluendo.com>
6726 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
6727 (query_positions_elems), (query_positions_pads), (update_scale),
6728 (do_seek), (set_update_scale), (message_received), (main):
6729 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6730 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
6731 (gst_ogg_demux_loop):
6732 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
6733 * ext/theora/theoradec.c: (theora_dec_src_query),
6734 (theora_dec_sink_event):
6735 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6736 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
6737 * gst/adder/gstadder.c: (gst_adder_query):
6738 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
6739 * gst/playback/test3.c: (update_scale):
6740 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6741 (dump_element_stats), (main):
6742 * gst/playback/test6.c: (main):
6743 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6746 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
6748 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6749 (xml_check_first_element), (xml_type_find), (smil_type_find),
6751 Add typefinding for SMIL and for generic XML. Based on patch by
6752 Akos Maroy (#308663).
6754 2005-10-18 Wim Taymans <wim@fluendo.com>
6756 * gst/playback/Makefile.am:
6757 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6758 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
6759 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
6760 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
6761 (gst_decode_bin_change_state):
6762 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6763 (gst_play_bin_send_event_to_sink):
6764 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6765 (dump_element_stats), (main):
6766 * gst/playback/test6.c: (main):
6767 Make playbin async, it'll commit state to paused when all streams
6770 Added test6.c to show async behaviour.
6772 2005-10-18 Wim Taymans <wim@fluendo.com>
6774 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6775 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
6776 Fix for segment-start/stop API change.
6778 2005-10-18 Wim Taymans <wim@fluendo.com>
6780 * check/Makefile.am:
6781 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
6783 Add future test for clock selection.
6785 2005-10-18 Wim Taymans <wim@fluendo.com>
6787 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
6788 (gst_alsasink_close):
6791 * gst-libs/gst/audio/gstringbuffer.c:
6792 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
6793 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
6794 (gst_ring_buffer_start), (gst_ring_buffer_pause),
6795 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
6796 (gst_ring_buffer_read):
6799 2005-10-17 Stefan Kost <ensonic@users.sf.net>
6801 * gst/audiotestsrc/Makefile.am:
6802 * gst/sine/Makefile.am:
6803 * gst/volume/Makefile.am:
6804 fix broken build of controllerized plugins
6806 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6808 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
6810 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6811 (gst_riff_create_video_template_caps):
6812 Add support for Indeo-3 (IV32).
6814 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
6819 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
6821 * gst-libs/gst/video/video.c: (gst_video_get_size):
6822 * gst/audiotestsrc/gstaudiotestsrc.c:
6825 2005-10-17 Andy Wingo <wingo@pobox.com>
6827 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
6828 with the collectpads change.
6829 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
6831 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
6833 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
6835 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
6836 alloc_buffer flow return to callers.
6837 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
6838 change. Fix some memleaks in theoraenc.
6840 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
6841 in strange circumstance.
6843 2005-10-17 Julien MOUTTE <julien@moutte.net>
6845 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6846 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
6847 from caps, let's use the caps...
6849 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
6852 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
6854 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
6856 * gst-libs/gst/interfaces/Makefile.am:
6859 2005-10-16 Andy Wingo <wingo@pobox.com>
6861 * gst/playback/gstdecodebin.c
6862 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
6864 (try_to_link_1): Increase kraziness level.
6866 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
6869 restructure like the core one
6870 * gst-libs/gst/audio/Makefile.am:
6871 * gst-libs/gst/interfaces/Makefile.am:
6872 * gst-libs/gst/net/Makefile.am:
6873 * gst-libs/gst/riff/Makefile.am:
6874 * gst-libs/gst/rtp/Makefile.am:
6875 * gst-libs/gst/tag/Makefile.am:
6876 * gst-libs/gst/video/Makefile.am:
6877 use correct linker flags, now the libs are properly versioned
6878 * check/elements/audioconvert.c: (verify_convert):
6879 * ext/alsa/gstalsaplugin.c:
6880 * ext/cdparanoia/gstcdparanoia.c:
6881 * ext/gnomevfs/gstgnomevfs.c:
6882 * ext/libvisual/visual.c:
6884 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
6885 * ext/theora/theora.c:
6886 * ext/vorbis/vorbis.c:
6887 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6888 * gst-libs/gst/tag/gsttagediting.c:
6889 * gst-libs/gst/video/video.c:
6890 * gst/adder/gstadder.c:
6891 * gst/audioconvert/plugin.c:
6892 * gst/audiorate/gstaudiorate.c:
6893 * gst/audioresample/gstaudioresample.c:
6894 * gst/audioresample/resample_ref.c: (resample_scale_ref):
6895 * gst/audioscale/gstaudioscale.c:
6896 * gst/audioscale/resample.c:
6897 * gst/audiotestsrc/gstaudiotestsrc.c:
6898 * gst/ffmpegcolorspace/gstffmpeg.c:
6899 * gst/playback/gstdecodebin.c: (close_pad_link):
6900 * gst/playback/gstplaybin.c: (gen_video_element),
6901 (gen_audio_element):
6902 * gst/sine/gstsinesrc.c:
6903 * gst/subparse/gstsubparse.c:
6904 * gst/tags/gsttagediting.c:
6905 * gst/tcp/gsttcpplugin.c:
6906 * gst/typefind/gsttypefindfunctions.c:
6907 * gst/videorate/gstvideorate.c:
6908 * gst/videoscale/gstvideoscale.c:
6909 * gst/videotestsrc/gstvideotestsrc.c:
6910 * gst/volume/gstvolume.c:
6912 * sys/ximage/ximage.c:
6913 * sys/xvimage/xvimagesink.c:
6916 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
6918 * ext/vorbis/vorbisenc.c:
6919 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
6920 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
6921 (gst_tag_to_vorbis_comments):
6922 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
6924 2005-10-13 Stefan Kost <ensonic@users.sf.net>
6926 * examples/stats/mp2ogg.c:
6927 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6930 2005-10-13 Michael Smith <msmith@fluendo.com>
6932 * ext/ogg/gstoggmux.c:
6933 Use magic glib macros to define constants as 64 bit, to ensure
6934 appropriate vararg passing.
6936 2005-10-13 Michael Smith <msmith@fluendo.com>
6938 * ext/ogg/gstoggmux.c:
6939 * gst/audioconvert/audioconvert.c: (float):
6940 Don't use LL suffix, as it's not portable, and neither of these
6941 uses required it anyway.
6943 2005-10-12 Stefan Kost <ensonic@users.sf.net>
6945 * examples/indexing/indexmpeg.c: (main):
6946 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
6947 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
6948 (cdparanoia_convert), (cdparanoia_query):
6949 * ext/cdparanoia/gstcdparanoia.h:
6950 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
6951 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
6952 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
6953 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6954 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
6955 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
6956 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
6957 (gst_multifdsink_render), (gst_multifdsink_start),
6958 (gst_multifdsink_stop):
6959 * gst/tcp/gstmultifdsink.h:
6960 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
6961 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
6962 (gst_tcpclientsink_stop):
6963 * gst/tcp/gsttcpclientsink.h:
6964 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
6965 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
6966 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
6967 * gst/tcp/gsttcpclientsrc.h:
6968 * gst/tcp/gsttcpserversink.h:
6969 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
6970 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
6971 (gst_tcpserversrc_stop):
6972 * gst/tcp/gsttcpserversrc.h:
6973 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
6974 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
6975 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
6976 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
6977 moved bitshift from macro to enum definition
6979 2005-10-12 Wim Taymans <wim@fluendo.com>
6981 * examples/seeking/Makefile.am:
6984 2005-10-12 Wim Taymans <wim@fluendo.com>
6986 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
6987 (gst_ring_buffer_read), (gst_ring_buffer_clear):
6988 Don't assert on normal stuff.
6990 * gst/playback/gstplaybin.c: (do_playbin_seek):
6993 2005-10-12 Wim Taymans <wim@fluendo.com>
6995 * check/pipelines/simple_launch_lines.c: (run_pipeline):
6996 * examples/seeking/Makefile.am:
6997 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
6998 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
6999 (do_seek), (set_update_scale), (message_received), (main):
7000 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
7001 (gst_ring_buffer_read), (gst_ring_buffer_clear):
7002 Update for _get_state() API change.
7004 2005-10-11 Wim Taymans <wim@fluendo.com>
7006 * gst-libs/gst/audio/gstbaseaudiosink.c:
7007 (gst_base_audio_sink_render):
7008 * gst-libs/gst/audio/gstbaseaudiosrc.c:
7009 (gst_base_audio_src_create):
7010 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
7011 (gst_ring_buffer_read):
7013 Commit and read from ringbuffer in samples rather than bytes.
7015 2005-10-11 Wim Taymans <wim@fluendo.com>
7017 * gst-libs/gst/audio/gstbaseaudiosink.c:
7018 (gst_base_audio_sink_render):
7019 Respect segment rate and accum when scheduling samples.
7021 2005-10-11 Julien MOUTTE <julien@moutte.net>
7023 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
7024 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
7025 EOS correctly, that needs more work.
7027 2005-10-11 Wim Taymans <wim@fluendo.com>
7029 * check/generic/states.c: (GST_START_TEST):
7030 remove old property.
7032 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7033 (gst_ogg_demux_perform_seek):
7034 * ext/theora/theoradec.c: (theora_dec_sink_event):
7035 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7036 (vorbis_handle_data_packet):
7037 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7038 (gst_base_rtp_depayload_set_gst_timestamp):
7039 * gst/videorate/gstvideorate.c: (gst_videorate_event):
7040 Update for newsegment API change.
7042 2005-10-11 Michael Smith <msmith@fluendo.com>
7044 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
7045 (do_playbin_seek), (gst_play_bin_send_event):
7046 Override send_event differently, so that we can takes bits of
7047 functionality from GstPipeline (special handling for seeks,
7048 including pausing/resuming, and resetting stream time) and still get
7049 the appropriate behaviour of only forwarding event to a single sink,
7050 rather than all of them.
7051 Unfortunately requires a lot of code duplication, but the
7052 alternatives are equally ugly in the end.
7054 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
7056 * check/elements/audioconvert.c: (setup_audioconvert),
7057 (cleanup_audioconvert), (get_int_caps), (verify_convert),
7058 (GST_START_TEST), (audioconvert_suite):
7059 clean up tests a little, fix some leaks.
7061 2005-10-10 Wim Taymans <wim@fluendo.com>
7063 * ext/alsa/gstalsasink.c:
7064 Also allow unsigned int.
7066 * gst-libs/gst/audio/gstbaseaudiosrc.c:
7067 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
7070 2005-10-10 Wim Taymans <wim@fluendo.com>
7072 * check/pipelines/simple_launch_lines.c: (run_pipeline):
7073 Small update, use API as stated in design docs.
7075 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
7076 (update_scale), (do_seek), (seek_cb), (set_update_scale),
7077 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
7078 (message_received), (main):
7079 Updated seek example for GOption. Some usability improvements.
7081 2005-10-10 Wim Taymans <wim@fluendo.com>
7083 * gst/audioconvert/audioconvert.h:
7084 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
7085 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
7086 Alloc temp storage somewhere else where we can do it more
7089 2005-10-10 Wim Taymans <wim@fluendo.com>
7091 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
7092 (gst_tcpserversrc_start):
7093 Don't block in accept while doing the state change, move
7094 to poll and make cancellable.
7096 2005-10-09 Philippe Khalaf <burger@speedy.org>
7098 * gst-libs/gst/rtp/rtpbasedepayload.c:
7099 Set timestamp and add queue delay to timestamp
7100 * gst-libs/gst/rtp/rtpbuffer.h:
7101 Set correct payload type for h263
7103 2005-10-09 Stefan Kost <ensonic@users.sf.net>
7105 * gst/audiotestsrc/gstaudiotestsrc.c:
7106 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
7107 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
7108 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
7109 (gst_audiotestsrc_create_triangle),
7110 (gst_audiotestsrc_create_silence),
7111 (gst_audiotestsrc_create_white_noise),
7112 (gst_audiotestsrc_init_pink_noise),
7113 (gst_audiotestsrc_generate_pink_noise_value),
7114 (gst_audiotestsrc_create_pink_noise),
7115 (gst_audiotestsrc_change_wave):
7116 * gst/audiotestsrc/gstaudiotestsrc.h:
7117 fixed typo, added pink noise
7119 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
7121 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
7123 Add wavpack and spc typefind functions from 0.8 branch.
7125 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
7127 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
7128 (ar_type_find), (msdos_type_find), (plugin_init):
7129 Add typefind functions for tar archives, ar archives,
7130 RAR archives, and msdos-executables (dlls, exe, etc.).
7131 Some of those would be wrongly identified as mpeg
7132 streams of some sort before (#315550).
7134 2005-10-09 Stefan Kost <ensonic@users.sf.net>
7137 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7138 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7139 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
7140 * gst/audiotestsrc/Makefile.am:
7141 * gst/audiotestsrc/gstaudiotestsrc.c:
7142 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
7143 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
7144 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
7145 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
7146 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
7147 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
7148 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
7149 (gst_audiotestsrc_create_silence),
7150 (gst_audiotestsrc_create_white_noise),
7151 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
7152 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
7153 (gst_audiotestsrc_start), (plugin_init):
7154 * gst/audiotestsrc/gstaudiotestsrc.h:
7155 add new plugin and element
7156 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
7159 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
7161 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
7162 (gst_adder_init), (gst_adder_request_new_pad),
7163 (gst_adder_change_state):
7164 Add query function to source pad, so adder reports the correct
7165 time/sample position when queried (#315457); fix state change
7166 function; use GST_DEBUG_FUNCPTR() for pad functions.
7168 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
7170 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
7171 Fix leaks in typefind registration
7172 Clean up the gratuitous commenting and whitespacing a little
7174 2005-10-08 Wim Taymans <wim@fluendo.com>
7176 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
7177 Only actually wait for the thread to be stopped if it's
7180 2005-10-08 Wim Taymans <wim@fluendo.com>
7182 * gst-libs/gst/audio/gstbaseaudiosink.c:
7183 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7184 If we receive EOS we can start playback of what we had.
7186 2005-10-08 Wim Taymans <wim@fluendo.com>
7188 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
7189 (gst_multifdsink_finalize), (multifdsink_hash_remove),
7190 (gst_multifdsink_stop):
7191 Fix crasher when going to NULL multiple times.
7193 2005-10-06 Wim Taymans <wim@fluendo.com>
7195 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
7196 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
7197 * gst-libs/gst/audio/gstbaseaudiosrc.h:
7198 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
7199 patch from Edgard Lima <edgard.lima@indt.org.br>
7200 Fixed gstbaseaudiosrc adding ring buffer sync to it.
7202 2005-10-06 Wim Taymans <wim@fluendo.com>
7204 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
7205 Report the FLOW_RETURN as string in the error message.
7207 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
7208 Don't assert when clearing an unnegotiated buffer.
7210 2005-10-04 Michael Smith <msmith@fluendo.com>
7212 * gst/playback/gstplaybasebin.c: (group_destroy),
7213 (gen_preroll_element), (remove_groups), (setup_source):
7214 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
7215 (setup_sinks), (gst_play_bin_send_event),
7216 (gst_play_bin_change_state):
7217 Set state to NULL before removing from bin. Fix refcounting.
7219 2005-10-04 Michael Smith <msmith@fluendo.com>
7221 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
7222 Correct refcounting in send_event() function. Previously was wrong
7223 if the first sink was unable to handle the event.
7225 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
7230 === release 0.9.3 ===
7232 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
7235 Releasing 0.9.3, "De Facto"
7237 2005-10-03 Andy Wingo <wingo@pobox.com>
7239 * gst/playback/gstdecodebin.c (try_to_link_1)
7240 (remove_element_chain): set element to NULL before removing it.
7242 2005-10-02 Johan Dahlin <johan@gnome.org>
7244 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
7245 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
7248 2005-10-02 Andy Wingo <wingo@pobox.com>
7250 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
7251 (gst_ring_buffer_prepare_read):
7252 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
7255 2005-09-29 Wim Taymans <wim@fluendo.com>
7257 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
7258 * ext/theora/theoradec.c: (theora_handle_data_packet):
7259 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7260 Propagate error codes from alloc_buffer too.
7262 2005-09-29 Wim Taymans <wim@fluendo.com>
7264 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
7267 * gst/playback/Makefile.am:
7268 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
7269 (dump_element_stats), (main):
7270 Added example stream introspection code.
7272 2005-09-28 Stefan Kost <ensonic@users.sf.net>
7274 * gst/adder/gstadder.c: (gst_adder_collected):
7275 fix adder for float elements
7277 2005-09-28 Wim Taymans <wim@fluendo.com>
7279 * gst-libs/gst/audio/gstbaseaudiosink.c:
7280 (gst_base_audio_sink_class_init),
7281 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
7282 * gst-libs/gst/audio/gstbaseaudiosrc.c:
7283 (gst_base_audio_src_class_init),
7284 (gst_base_audio_src_provide_clock):
7285 get_clock -> provide_clock
7287 2005-09-28 Andy Wingo <wingo@pobox.com>
7289 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
7292 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
7295 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
7296 Actually add the pad template.
7297 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
7299 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
7302 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
7303 from fdsrc. Get caps in create() instead of start() so it can be
7304 interrupted. Interruption somewhat untested.
7306 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
7307 Proper EOS handling.
7309 2005-09-27 Andy Wingo <wingo@pobox.com>
7311 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
7313 * gst/tcp/gsttcpserversrc.c: Cleaned up.
7315 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
7318 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
7319 out of tcpclientsrc.c. Cancellable.
7320 (gst_tcp_socket_read): Made private, cancellable, with better
7321 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
7322 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
7323 whole buffer, and better diagnostics.
7324 (gst_tcp_gdp_read_caps): Same.
7326 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
7328 2005-09-26 Andy Wingo <wingo@pobox.com>
7330 * gst/sine/gstsinesrc.h:
7331 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
7332 change the 'sync' property to 'is-live' and implement it halfway,
7333 update for controller api change.
7335 * gst/volume/gstvolume.c (volume_transform_ip): Update for
7336 controller api change.
7338 2005-09-24 Wim Taymans <wim@fluendo.com>
7340 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
7341 * gst-libs/gst/audio/gstaudiosink.c:
7342 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7343 (gst_audioringbuffer_stop):
7344 * gst-libs/gst/audio/gstbaseaudiosink.c:
7345 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
7346 (gst_base_audio_sink_change_state):
7347 * gst-libs/gst/audio/gstbaseaudiosink.h:
7348 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
7349 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7350 (gst_ring_buffer_commit), (gst_ring_buffer_read):
7351 * gst-libs/gst/audio/gstringbuffer.h:
7352 Fix sync again. Moved sample alignment to basesink.
7354 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
7356 * docs/plugins/Makefile.am:
7357 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7358 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7359 * gst/volume/gstvolume.c:
7361 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
7362 * gst-libs/gst/audio/audio.h:
7363 add conversion macros for frames <-> clocktime
7365 2005-09-23 David Schleef <ds@schleef.org>
7367 * gst/audioresample/Makefile.am:
7368 * gst/audioresample/debug.h:
7369 * gst/audioresample/gstaudioresample.c:
7370 * gst/audioresample/resample.c: Convert to using gst debugging
7372 2005-09-22 Wim Taymans <wim@fluendo.com>
7374 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7375 (gst_play_bin_send_event):
7376 Only seek on one sink, the first one that succeeds.
7378 2005-09-22 Michael Smith <msmith@fluendo.com>
7380 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
7381 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
7382 Don't flush encoder state unless we have an initialised encoder.
7383 Clear out encoder state on PAUSED_TO_READY.
7385 2005-09-22 Wim Taymans <wim@fluendo.com>
7387 * gst-libs/gst/rtp/gstbasertppayload.c:
7388 (gst_basertppayload_class_init), (gst_basertppayload_init),
7389 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7390 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7391 (gst_basertppayload_is_filled), (gst_basertppayload_push),
7392 (gst_basertppayload_set_property),
7393 (gst_basertppayload_get_property),
7394 (gst_basertppayload_change_state):
7395 * gst-libs/gst/rtp/gstbasertppayload.h:
7396 Added max-ptime to control amount of data in the rtp packets.
7398 2005-09-21 Andy Wingo <wingo@pobox.com>
7400 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
7403 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
7404 can be called multiple times, dogs.
7406 2005-09-21 Wim Taymans <wim@fluendo.com>
7408 * gst-libs/gst/rtp/gstbasertppayload.c:
7409 (gst_basertppayload_class_init), (gst_basertppayload_init),
7410 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7411 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7412 (gst_basertppayload_push), (gst_basertppayload_get_property),
7413 (gst_basertppayload_change_state):
7416 2005-09-21 Stefan Kost <ensonic@users.sf.net>
7418 * docs/libs/compiling.sgml:
7421 2005-09-20 Wim Taymans <wim@fluendo.com>
7423 * gst-libs/gst/rtp/gstbasertppayload.c:
7424 (gst_basertppayload_class_init), (gst_basertppayload_init),
7425 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7426 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7427 (gst_basertppayload_push), (gst_basertppayload_set_property),
7428 (gst_basertppayload_get_property),
7429 (gst_basertppayload_change_state):
7430 * gst-libs/gst/rtp/gstbasertppayload.h:
7431 Added property to configure sequence number offsets.
7433 2005-09-20 Wim Taymans <wim@fluendo.com>
7435 * gst-libs/gst/rtp/gstbasertppayload.c:
7436 (gst_basertppayload_class_init), (gst_basertppayload_init),
7437 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7438 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7439 (gst_basertppayload_push), (gst_basertppayload_set_property),
7440 (gst_basertppayload_get_property),
7441 (gst_basertppayload_change_state):
7442 * gst-libs/gst/rtp/gstbasertppayload.h:
7443 Make timestamp offset configurable.
7445 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
7447 * check/pipelines/simple_launch_lines.c: (run_pipeline):
7450 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
7452 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
7454 * gst-libs/gst/interfaces/propertyprobe.c:
7455 (gst_property_probe_probe_property_name),
7456 (gst_property_probe_needs_probe_name),
7457 (gst_property_probe_get_values_name),
7458 (gst_property_probe_probe_and_get_values_name):
7459 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
7460 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
7462 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
7464 * check/Makefile.am:
7465 have some tests be disabled for valgrinding
7466 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
7468 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
7469 Fix A Leak. Chain To Parent Finalize.
7471 2005-09-19 Wim Taymans <wim@fluendo.com>
7473 * examples/seeking/seek.c: (make_wav_pipeline), (main):
7476 2005-09-19 Wim Taymans <wim@fluendo.com>
7478 * gst-libs/gst/rtp/gstbasertppayload.c:
7479 (gst_basertppayload_class_init), (gst_basertppayload_init),
7480 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7481 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7482 (gst_basertppayload_push), (gst_basertppayload_get_property),
7483 (gst_basertppayload_change_state):
7484 Posting ERROR and WARNING messages is good.
7486 2005-09-19 Wim Taymans <wim@fluendo.com>
7488 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7489 (gst_base_rtp_depayload_add_to_queue),
7490 (gst_base_rtp_depayload_push),
7491 (gst_base_rtp_depayload_set_gst_timestamp),
7492 (gst_base_rtp_depayload_queue_release):
7493 This one was not supposed to go in.
7495 2005-09-19 Wim Taymans <wim@fluendo.com>
7497 * check/pipelines/simple_launch_lines.c: (run_pipeline):
7500 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7501 (gst_base_rtp_depayload_chain),
7502 (gst_base_rtp_depayload_add_to_queue),
7503 (gst_base_rtp_depayload_push),
7504 (gst_base_rtp_depayload_set_gst_timestamp),
7505 (gst_base_rtp_depayload_queue_release):
7508 * gst-libs/gst/rtp/gstbasertppayload.c:
7509 (gst_basertppayload_class_init), (gst_basertppayload_init),
7510 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
7511 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7512 (gst_basertppayload_get_property),
7513 (gst_basertppayload_change_state):
7514 Added debugging category.
7516 2005-09-18 David Schleef <ds@schleef.org>
7518 * gst/playback/gstdecodebin.c: free plugin list correctly
7519 * gst/playback/gstplaybin.c: emit warning if autovideosink
7520 and autoaudiosink can't be found (instead of segfaulting)
7522 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
7524 * check/elements/audioconvert.c: (GST_START_TEST):
7525 try out 24 bit conversion
7527 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
7529 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
7530 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
7531 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
7532 * ext/vorbis/vorbisenc.h:
7533 Fix EOS handling. Still needs a fix in the ogg muxer to
7534 mark the last page as eos.
7536 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
7538 * common/gtk-doc-plugins.mak:
7539 * docs/plugins/Makefile.am:
7540 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7541 * gst/ffmpegcolorspace/Makefile.am:
7542 * gst/ffmpegcolorspace/avcodec.h:
7543 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7544 * gst/tcp/gstmultifdsink.c:
7545 fix up ffmpegcolorspace docs; extract header
7547 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
7549 * common/gtk-doc-plugins.mak:
7550 * docs/plugins/Makefile.am:
7551 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7552 * ext/theora/Makefile.am:
7553 * ext/theora/gsttheoraenc.h:
7554 * ext/theora/theoraenc.c:
7555 * ext/vorbis/vorbisenc.c:
7556 pick up signals and args for vorbis; add some docs for vorbis
7558 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
7560 * common/gstdoc-scangobj:
7561 * common/gtk-doc-plugins.mak:
7562 * docs/libs/Makefile.am:
7563 * docs/plugins/gst-plugins-base-plugins.args:
7564 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7565 * docs/plugins/gst-plugins-base-plugins.interfaces:
7566 * docs/plugins/gst-plugins-base-plugins.prerequisites:
7567 * docs/plugins/gst-plugins-base-plugins.signals:
7568 only scanobj stuff from our source module. Not sure yet
7569 if that's correct, given the hierarchy stuff :)
7571 2005-09-15 Wim Taymans <wim@fluendo.com>
7573 * gst/audioconvert/gstaudioconvert.c:
7574 And enable 24 bits mode as well..
7576 2005-09-15 Wim Taymans <wim@fluendo.com>
7578 * gst-libs/gst/rtp/Makefile.am:
7579 * gst-libs/gst/rtp/gstbasertppayload.c:
7580 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
7581 (gst_basertppayload_class_init), (gst_basertppayload_init),
7582 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
7583 (gst_basertppayload_chain), (gst_basertppayload_set_options),
7584 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7585 (gst_basertppayload_set_property),
7586 (gst_basertppayload_get_property),
7587 (gst_basertppayload_change_state):
7588 * gst-libs/gst/rtp/gstbasertppayload.h:
7589 Added rtp payloader base class.
7591 2005-09-15 Andy Wingo <wingo@pobox.com>
7593 * configure.ac (plugindir): Remove the EOL matcher from the
7594 regexp, as it causes me problems. Libtool? Make? Who knows?
7596 2005-09-14 David Schleef <ds@schleef.org>
7598 * check/generic/states.c:
7599 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
7600 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
7601 Fixes for changes in registry API.
7603 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
7604 to GST_PLUGIN_LDFLAGS.
7605 * ext/libvisual/visual.c: Make the library shut up.
7606 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
7607 * gst-libs/gst/audio/gstaudiofilter.c: same
7609 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
7611 * docs/plugins/Makefile.am:
7612 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7613 * docs/plugins/inspect/plugin-libvisual.xml:
7614 * docs/plugins/tmpl/element-tcpserversink.sgml:
7615 * ext/theora/theoraenc.c:
7616 add libvisual plugin and theoraenc element to docs
7618 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
7620 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7621 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7622 * ext/theora/theoraenc.c:
7625 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
7627 * gst/audioconvert/Makefile.am:
7628 Audioconvert derives from GstBaseTransform and should
7629 link to the library with our base elements to avoid
7630 unresolved symbols. Makes things work with MinGW (#316160)
7632 * gst/playback/test4.c: (main):
7633 Fix MinGW build problem and use g_usleep() instead of
7636 2005-09-12 Wim Taymans <wim@fluendo.com>
7638 * gst/audioconvert/audioconvert.c: (float),
7639 (audio_convert_prepare_context), (audio_convert_convert):
7640 * gst/audioconvert/audioconvert.h:
7641 Cleanups, speedups, simplifications, added back support
7644 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
7646 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7647 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7648 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7649 * docs/plugins/tmpl/element-tcpserversink.sgml:
7650 * gst/ffmpegcolorspace/gstffmpeg.c:
7651 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7652 * gst/videotestsrc/gstvideotestsrc.c:
7653 * gst/volume/gstvolume.c:
7654 add more elements to the docs
7656 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
7658 * check/Makefile.am:
7659 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
7660 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
7661 Add extra tests for basetransform based components.
7662 Comment out the test_element_negotiation test until we decide
7663 if it's testing correct behaviour.
7664 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
7665 (gst_visual_chain), (gst_visual_change_state):
7666 Slightly more correct but still bogus timestamping.
7667 Fix state change function.
7668 * gst/audioconvert/gstaudioconvert.c:
7669 (gst_audio_convert_class_init):
7670 * gst/audioresample/gstaudioresample.c:
7671 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7672 (gst_ffmpegcsp_class_init):
7673 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
7674 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
7675 (gst_videoscale_prepare_image):
7676 * gst/volume/gstvolume.c: (gst_volume_class_init),
7677 (volume_transform_ip):
7678 Basetransform updates. Enable passthrough modes.
7679 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7680 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
7681 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7682 Negotiation fix that allows the window to return to the original
7683 size and renegotiate passthrough upstream. Extra debug output.
7685 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
7687 * gst/sine/gstsinesrc.c:
7688 * gst/volume/gstvolume.c:
7689 fix up header include
7691 2005-09-09 Stefan Kost <ensonic@users.sf.net>
7693 * gst-libs/gst/audio/gstbaseaudiosink.c:
7694 (gst_base_audio_sink_render):
7695 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
7696 * gst/volume/gstvolume.c: (gst_volume_class_init),
7698 fixing lost sync, some more debugging
7700 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
7702 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7703 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
7704 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
7705 (gst_xvimagesink_check_xshm_calls):
7706 Fix compilation when XShm is not available.
7708 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
7710 * ext/libvisual/visual.c: (gst_visual_dispose),
7711 (gst_visual_getcaps), (gst_visual_src_setcaps),
7712 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
7713 (gst_visual_change_state):
7714 Finish fixing up libvisual plugin so that it runs.
7716 2005-09-07 Stefan Kost <ensonic@users.sf.net>
7718 * ext/vorbis/vorbisenc.c:
7719 * gst-libs/gst/tag/gstvorbistag.c:
7720 gsttaginterface.h -> gsttagsetter.h
7722 2005-09-07 Stefan Kost <ensonic@users.sf.net>
7724 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
7725 added another test that failes for me (test is not active by default)
7727 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
7730 v4l2 is no longer in gst-plugins-base
7732 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
7735 In the output at the end, don't show the first plugin on the same
7736 line as "Core plug-ins, always built:".
7737 Indent the output as for other plugin categories
7738 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
7739 #define that can be used to not use peer buffer_alloc functions for
7741 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7742 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
7743 (gst_ximagesink_show_frame):
7744 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
7745 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
7746 (gst_xvimagesink_show_frame):
7747 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
7748 fails gracefully instead of XError aborting or deadlocking.
7750 2005-09-07 Stefan Kost <ensonic@users.sf.net>
7752 * ext/libvisual/Makefile.am:
7753 link against gst-base-libs
7755 2005-09-06 David Schleef <ds@schleef.org>
7757 * configure.ac: Enable libvisual plugin.
7758 * ext/libvisual/Makefile.am:
7759 * ext/libvisual/visual.c: Fixes to make it compile.
7761 === release 0.9.2 ===
7763 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
7768 * docs/random/ChangeLog-0.8:
7769 releasing 0.9.2, "Spoon"
7771 2005-09-05 Michael Smith <msmith@fluendo.com>
7773 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
7774 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
7775 that in the vorbisenc element.
7777 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
7779 * common/gtk-doc-plugins.mak:
7780 * docs/plugins/Makefile.am:
7782 * gst/audioresample/resample.c:
7785 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
7787 * common/gst-xmlinspect.py:
7788 * common/gtk-doc-plugins.mak:
7789 only inspect plugins for this given package
7790 require gst-python 0.9
7792 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
7796 * common/gst-xmlinspect.py:
7799 * docs/plugins/inspect/plugin-alsa.xml:
7800 * docs/plugins/inspect/plugin-audioresample.xml:
7801 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7802 * docs/plugins/inspect/plugin-ogg.xml:
7803 * docs/plugins/tmpl/element-gnomevfssink.sgml:
7804 * docs/plugins/tmpl/element-multifdsink.sgml:
7805 * docs/plugins/tmpl/element-tcpserversink.sgml:
7806 * docs/plugins/tmpl/element-vorbisenc.sgml:
7807 * gst-plugins-base.spec.in:
7808 various doc-related updates
7810 2005-08-31 Wim Taymans <wim@fluendo.com>
7812 * gst-libs/gst/audio/gstbaseaudiosink.c:
7813 (gst_base_audio_sink_render):
7814 Resync if the buffer timestamps drift more than a 10th
7817 2005-08-31 Tim-Philipp M??ller <tim at centricular dot net>
7819 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
7820 (gst_v4lsrc_get_property):
7821 The 'timestamp-offset' property is registered as an int64, so
7822 let's use g_value_{set|get}_int64() in our setter and getter
7823 functions (makes it work and fixes warnings with gst-inspect).
7825 2005-08-30 Wim Taymans <wim@fluendo.com>
7827 * check/elements/audioconvert.c: (setup_audioconvert):
7828 * check/elements/audioresample.c: (setup_audioresample):
7829 * check/elements/volume.c: (setup_volume):
7832 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
7834 * common/gtk-doc-plugins.mak:
7835 * common/plugins.xsl:
7836 * docs/plugins/Makefile.am:
7839 2005-08-30 Stefan Kost <ensonic@users.sf.net>
7841 * examples/seeking/seek.c: (make_mp3_pipeline),
7842 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
7843 (play_cb), (pause_cb), (stop_cb):
7846 2005-08-30 Stefan Kost <ensonic@users.sf.net>
7848 * gst/volume/gstvolume.c: (gst_volume_class_init),
7850 do not update controlled params, if buffer has no timestamp
7852 2005-08-29 Stefan Kost <ensonic@users.sf.net>
7855 * gst/sine/Makefile.am:
7856 * gst/volume/Makefile.am:
7857 controllerized elements also need to link against controller-libs ;)
7859 2005-08-29 Stefan Kost <ensonic@users.sf.net>
7861 * docs/libs/tmpl/gstcolorbalance.sgml:
7862 * docs/libs/tmpl/gstgconf.sgml:
7863 * docs/libs/tmpl/gstmixer.sgml:
7864 * docs/libs/tmpl/gstringbuffer.sgml:
7865 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7866 (gst_sinesrc_create):
7867 * gst/volume/gstvolume.c: (gst_volume_class_init),
7869 controllerized two audio plugins
7871 2005-08-29 Andy Wingo <wingo@pobox.com>
7873 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
7874 (vorbis_handle_data_packet): Fix some int overflow errors.
7876 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
7878 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
7880 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
7881 if it's valid. Fixed streaming-mode playback.
7883 * check/elements/volume.c (cleanup_volume): Fix for running
7886 * check/elements/audioconvert.c: Convert from native endian, not
7889 2005-08-29 Michael Smith <msmith@fluendo.com>
7891 * ext/ogg/Makefile.am:
7892 * ext/ogg/gstogg.c: (plugin_init):
7893 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
7894 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
7895 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
7896 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
7897 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
7898 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
7899 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
7900 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
7901 Add an ogg parser element.
7903 2005-08-28 Andy Wingo <wingo@pobox.com>
7905 * Updates for two-arg init from GST_BOILERPLATE_FULL.
7907 2005-08-26 Wim Taymans <wim@fluendo.com>
7909 * gst/audioconvert/audioconvert.c: (if), (float),
7910 (audio_convert_get_func_index), (check_default),
7911 (audio_convert_clean_fmt), (audio_convert_prepare_context),
7912 (audio_convert_clean_context), (audio_convert_get_sizes),
7913 (audio_convert_convert):
7916 2005-08-26 Wim Taymans <wim@fluendo.com>
7918 * gst/audioconvert/audioconvert.c: (if), (float),
7919 (audio_convert_get_func_index), (check_default),
7920 (audio_convert_clean_fmt), (audio_convert_prepare_context),
7921 (audio_convert_clean_context), (audio_convert_get_sizes),
7922 (audio_convert_convert):
7923 More elegant and working temp buffer selection algo.
7925 2005-08-26 Wim Taymans <wim@fluendo.com>
7927 * gst/audioconvert/audioconvert.c: (if), (float),
7928 (audio_convert_get_func_index), (check_default),
7929 (audio_convert_clean_fmt), (audio_convert_prepare_context),
7930 (audio_convert_clean_context), (audio_convert_get_sizes),
7931 (get_temp_buffer), (audio_convert_convert):
7932 Use realloc else we lose our original data.
7934 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
7936 * gst/audioresample/gstaudioresample.c:
7937 use base class' newsegment to properly timestamp
7939 2005-08-26 Wim Taymans <wim@fluendo.com>
7941 * gst/audioconvert/audioconvert.c: (if), (float),
7942 (audio_convert_get_func_index), (check_default),
7943 (audio_convert_clean_fmt), (audio_convert_prepare_context),
7944 (audio_convert_clean_context), (audio_convert_get_sizes),
7945 (get_temp_buffer), (audio_convert_convert):
7946 * gst/audioconvert/gstaudioconvert.c:
7947 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
7948 (gst_audio_convert_transform_caps),
7949 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
7950 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
7951 Oops, allocate enough space to perform the channel mix.
7953 2005-08-26 Wim Taymans <wim@fluendo.com>
7955 * gst/audioconvert/Makefile.am:
7956 * gst/audioconvert/audioconvert.c: (if), (float),
7957 (audio_convert_get_func_index), (check_default),
7958 (audio_convert_clean_fmt), (audio_convert_prepare_context),
7959 (audio_convert_clean_context), (audio_convert_get_sizes),
7960 (get_temp_buffer), (audio_convert_convert):
7961 * gst/audioconvert/audioconvert.h:
7962 * gst/audioconvert/gstaudioconvert.c:
7963 (gst_audio_convert_class_init), (gst_audio_convert_init),
7964 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
7965 (gst_audio_convert_get_unit_size),
7966 (gst_audio_convert_transform_caps),
7967 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
7968 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
7969 * gst/audioconvert/gstaudioconvert.h:
7970 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
7971 (gst_channel_mix_fill_identical),
7972 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
7973 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
7974 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
7975 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
7976 (gst_channel_mix_mix):
7977 * gst/audioconvert/gstchannelmix.h:
7978 Cleanups, librarify a bit, optimize, better negotiation and more.
7980 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
7982 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
7984 During typefinding, don't support negative offsets
7985 (offsets from the end of the stream) in our typefind->peek() function
7986 - nothing embedded in ogg ever needs them. However, we need to recognise
7987 those requests and reject them, otherwise we return invalid pointers.
7989 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
7991 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7992 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
7993 (vorbisdec_finalize), (vorbis_handle_type_packet):
7994 Big shout-out to MikeS for fixing this giant memory leak.
7997 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
7999 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
8000 (audio_convert_get_unit_size):
8003 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
8005 * check/Makefile.am:
8006 * check/elements/audioconvert.c: (setup_audioconvert),
8007 (cleanup_audioconvert), (get_int_caps), (verify_convert),
8008 (GST_START_TEST), (audioconvert_suite), (main):
8009 add a test for audioconvert
8010 * gst/audioresample/gstaudioresample.c:
8011 * gst/audioresample/gstaudioresample.h:
8012 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
8013 note that for buffers of 1/3 sec this means DURATION(c) is
8014 one nanosecond more than for a and b
8016 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
8018 * check/Makefile.am:
8019 * check/elements/audioresample.c: (setup_audioresample),
8020 (cleanup_audioresample), (fail_unless_perfect_stream),
8021 (test_perfect_stream_instance), (GST_START_TEST),
8022 add a check for audioresample
8023 (audioresample_suite), (main):
8024 * check/elements/volume.c: (GST_START_TEST):
8025 remove unused method
8026 * gst/audioresample/gstaudioresample.c:
8027 set correct buffer parameters since we're changing them
8028 * gst/audioresample/resample_ref.c: (resample_scale_ref):
8031 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
8033 * gst/audioresample/debug.c:
8034 * gst/audioresample/gstaudioresample.c:
8035 add room for extra overlap samples when asked to transform size
8036 protect against possible mem corruption and check for discrepancies
8037 between written size and outbuffer's size so we can warn for
8039 * gst/audioresample/resample.c: (resample_init),
8040 (resample_get_output_size_for_input), (resample_get_output_size),
8041 (resample_set_n_channels), (resample_set_format):
8042 set debug level based on RESAMPLE_DEBUG env var
8043 make sure that get_output_size* returns a whole number of
8045 set sample_size each time either channel or format is set
8046 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
8047 * gst/audioresample/resample_functable.c:
8048 (resample_scale_functable):
8049 * gst/audioresample/resample_ref.c: (resample_scale_ref):
8050 remove r->sample_size, it's done in resample.c now
8051 add some debugging to the ref implementation
8052 make sure we only give back bytes that are wholes of the sample
8055 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
8056 * gst/playback/gstplaybasebin.c: (fill_buffer):
8057 Revert unpopular change for GST_MESSAGE_SRC to GObject.
8059 2005-08-25 Stefan Kost <ensonic@users.sf.net>
8061 * gst/volume/gstvolume.c:
8062 made set_caps function static
8064 2005-08-24 Wim Taymans <wim@fluendo.com>
8066 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
8067 (gst_vorbisenc_change_state):
8068 Stop leaking taglists.
8070 2005-08-24 Wim Taymans <wim@fluendo.com>
8072 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8073 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
8074 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
8075 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
8076 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
8077 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
8078 Parse seeking events better.
8080 Generate correct newsegment events, fixes seeking in live oggs.
8082 * ext/theora/theoradec.c: (theora_dec_src_query),
8083 (theora_dec_src_event), (theora_dec_src_getcaps),
8084 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
8085 Use newsegment values to report correct play time.
8087 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8088 (vorbis_dec_src_event), (vorbis_dec_sink_event):
8089 * ext/vorbis/vorbisdec.h:
8090 Parse and use newsegment values to report correct play time.
8092 * gst-libs/gst/audio/gstbaseaudiosink.c:
8093 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
8094 Clear ringbuffer on flush.
8095 Use newsegment values to calculate playback time.
8097 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
8098 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
8099 Basesink does newsegment calculations for us now.
8101 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
8103 * check/Makefile.am:
8105 add core's plugins to the mix so that playbin works
8106 * check/generic/states.c: (GST_START_TEST):
8107 set a 0 timeout on pipelines, so they don't force the next
8109 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
8110 (gst_play_base_bin_change_state):
8111 remove the crappy error handling and do GST error handling
8113 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
8115 * check/Makefile.am:
8116 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
8117 add same test as to core, it bitches out on playbin atm.
8119 2005-08-24 Wim Taymans <wim@fluendo.com>
8124 2005-08-24 Wim Taymans <wim@fluendo.com>
8126 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
8127 (gst_videoscale_prepare_size), (parse_caps),
8128 (gst_videoscale_set_caps), (gst_videoscale_get_size),
8129 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
8130 (gst_videoscale_transform):
8131 * gst/videoscale/gstvideoscale.h:
8132 Refactor, make use of BaseTranform really well.
8134 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
8137 compile audioresample
8138 * gst/audioresample/Makefile.am:
8139 * gst/audioresample/buffer.c:
8140 * gst/audioresample/functable.c:
8141 * gst/audioresample/gstaudioresample.c:
8142 * gst/audioresample/gstaudioresample.h:
8143 * gst/audioresample/resample.c:
8144 (resample_get_output_size_for_input):
8145 * gst/audioresample/resample.h:
8146 * gst/audioresample/resample_chunk.c:
8147 * gst/audioresample/resample_functable.c:
8148 * gst/audioresample/resample_ref.c:
8149 port to use basetransform; doesn't work in all cases yet
8151 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
8153 * gst/audioconvert/gstaudioconvert.c:
8154 (gst_audio_convert_class_init), (gst_audio_convert_init),
8155 (audio_convert_get_unit_size), (audio_convert_transform_caps),
8156 (audio_convert_fixate_caps), (audio_convert_set_caps),
8157 (audio_convert_transform),
8158 (gst_audio_convert_buffer_to_default_format),
8159 (gst_audio_convert_buffer_from_default_format),
8160 (gst_audio_convert_channels):
8161 * gst/audioconvert/gstchannelmix.c:
8162 * gst/audioconvert/gstchannelmix.h:
8163 port to basetransform
8164 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8165 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
8166 (gst_ffmpegcsp_get_unit_size):
8167 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
8168 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
8169 fix for basetransform changes
8171 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
8173 * check/Makefile.am:
8174 Add CHECK_CFLAGS and LDFLAGS
8176 * gst/playback/gstplaybasebin.c: (fill_buffer):
8177 GST_MESSAGE_SRC became a GObject
8179 2005-08-24 Wim Taymans <wim@fluendo.com>
8181 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
8182 (gst_ring_buffer_clear_all):
8183 * gst-libs/gst/audio/gstringbuffer.h:
8184 Added function to clear the ringbuffer.
8186 2005-08-24 Andy Wingo <wingo@pobox.com>
8188 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
8189 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
8190 of _open and _close.
8192 * sys/v4l/gstv4lxoverlay.h:
8193 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
8194 an Xv connection here, instead of all the time. Make Xv only be
8195 loaded if you axe for it. Kindof a workaround for buggy behaviour
8196 of Xv when using remote xservers (XvQueryExtension would block).
8197 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
8198 replace the _open and _close public API. Only start the xv
8199 connection if necessary.
8200 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
8202 2005-08-23 David Schleef <ds@schleef.org>
8204 * gst/audioresample/Makefile.am: Leet audioresampling code
8205 * gst/audioresample/buffer.c:
8206 * gst/audioresample/buffer.h:
8207 * gst/audioresample/debug.c:
8208 * gst/audioresample/debug.h:
8209 * gst/audioresample/functable.c:
8210 * gst/audioresample/functable.h:
8211 * gst/audioresample/gstaudioresample.c:
8212 * gst/audioresample/gstaudioresample.h:
8213 * gst/audioresample/resample.c:
8214 * gst/audioresample/resample.h:
8215 * gst/audioresample/resample_chunk.c:
8216 * gst/audioresample/resample_functable.c:
8217 * gst/audioresample/resample_ref.c:
8219 2005-08-23 Wim Taymans <wim@fluendo.com>
8221 * examples/seeking/seek.c: (make_vorbis_pipeline),
8222 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
8225 2005-08-23 Andy Wingo <wingo@pobox.com>
8227 * gst-libs/gst/audio/gstbaseaudiosrc.c
8228 (gst_base_audio_src_fixate): Only fixate endianness if it is
8229 present in the caps.
8231 2005-08-22 Andy Wingo <wingo@pobox.com>
8233 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
8234 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
8235 device-name property.
8237 * gst-libs/gst/audio/gstaudiosrc.h:
8238 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
8239 close_device in the ring buffer, like gstaudiosink.
8241 * ext/alsa/gstalsamixer.h:
8242 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
8243 macro to implement the interface without much code. Cleanups.
8245 * ext/alsa/gstalsasrc.h:
8246 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
8249 * ext/alsa/Makefile.am: Add new files.
8250 * ext/alsa/gstalsamixerelement.c:
8251 * ext/alsa/gstalsamixerelement.c: Split element code out from
8252 mixer code so that alsasrc can be a mixer too.
8254 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
8256 * check/elements/volume.c: (setup_volume), (cleanup_volume),
8258 * check/elements/vorbisdec.c: (setup_vorbisdec),
8259 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
8260 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8261 (vorbis_handle_identification_packet),
8262 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
8263 (vorbis_handle_header_packet), (vorbis_dec_push),
8265 use the setup/teardown methods to save code. save code is good.
8267 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
8269 * check/Makefile.am:
8270 add ext dir for plugins
8271 add vorbisdec test conditionally
8272 * check/elements/volume.c: (setup_volume), (cleanup_volume),
8273 (GST_START_TEST), (volume_suite):
8274 add a test with wrong caps
8275 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
8276 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
8277 add a vorbisdec test
8278 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
8279 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
8280 clean up debug output
8281 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8282 yay, fix a segfault/security issue in vorbisdec
8283 gst-launch fakesrc ! vorbisdec wasn't happy
8284 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
8285 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
8286 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
8287 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
8288 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
8289 (gst_vorbisenc_set_metadata), (get_constraints_string),
8290 (update_start_message), (gst_vorbisenc_setup),
8291 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
8292 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
8293 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
8294 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
8295 * ext/vorbis/vorbisenc.h:
8297 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8298 (gst_ffmpegcsp_transform):
8299 have the kow come home
8300 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
8302 * gst/volume/gstvolume.c: (volume_set_caps):
8305 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
8309 * check/Makefile.am:
8310 * check/elements/.cvsignore:
8311 * check/elements/volume.c: (chain_func), (event_func),
8312 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
8315 add unit test structure for gst-plugins-base
8316 add a test for volume
8317 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
8318 (gst_volume_set_volume), (gst_volume_get_volume),
8319 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
8320 (volume_funcfind), (volume_process_float), (volume_process_int16),
8321 (volume_set_caps), (volume_transform), (volume_update_mute),
8322 (volume_update_volume), (volume_set_property),
8323 (volume_get_property):
8324 document a little; use basetransform vmethod _set_caps
8326 2005-08-19 Andy Wingo <wingo@pobox.com>
8328 * ext/alsa/gstalsamixertrack.h:
8329 * ext/alsa/gstalsamixertrack.c:
8330 * ext/alsa/gstalsamixeroptions.h:
8331 * ext/alsa/gstalsamixeroptions.c:
8332 * ext/alsa/gstalsamixer.h:
8333 * ext/alsa/gstalsamixer.c: Port to 0.9.
8335 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
8336 Remove gstalsa.c and alsaclock. No more cruft here.
8338 2005-08-18 Wim Taymans <wim@fluendo.com>
8340 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8341 (gst_base_rtp_depayload_chain),
8342 (gst_base_rtp_depayload_add_to_queue),
8343 (gst_base_rtp_depayload_push),
8344 (gst_base_rtp_depayload_queue_release):
8345 * gst-libs/gst/rtp/gstbasertpdepayload.h:
8346 Fix for RTPBuffer changes.
8348 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
8349 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
8350 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
8351 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
8352 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
8353 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
8354 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
8355 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
8356 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
8357 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
8358 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
8359 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
8360 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
8361 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
8362 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
8363 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
8364 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
8365 (gst_rtpbuffer_get_payload):
8366 * gst-libs/gst/rtp/gstrtpbuffer.h:
8367 Don't subclass GstBuffer but add methods and helper functions
8368 to construct and manipulate RTP packets in regular GstBuffers.
8370 2005-08-18 Stefan Kost <ensonic@users.sf.net>
8372 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
8373 moved statement below switch
8374 * gst/volume/gstvolume.c: (gst_volume_class_init):
8377 2005-08-16 Wim Taymans <wim@fluendo.com>
8379 * gst-libs/gst/audio/gstbaseaudiosrc.c:
8380 (gst_base_audio_src_change_state):
8381 Open and close device in READY<->NULL state change.
8383 2005-08-16 Andy Wingo <wingo@pobox.com>
8385 * examples/seeking/Makefile.am: Don't compile non-compiling
8386 compiled objects with the compiler.
8388 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
8391 2005-08-12 Philippe Khalaf <burger@speedy.org>
8392 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8393 * gst-libs/gst/rtp/gstbasertpdepayload.h:
8394 Made a thread to release the queue.
8395 Removed timestamp conversion for now.
8397 2005-08-10 Philippe Khalaf <burger@speedy.org>
8398 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8399 * gst-libs/gst/rtp/gstbasertpdepayload.h:
8400 Added rtp timestamp -> gst timestamp conversion.
8401 Fixed several problems with queue.
8403 2005-08-09 Tim-Philipp M??ller <tim at centricular dot net>
8405 * gst-libs/gst/audio/gstaudioclock.h:
8406 * gst-libs/gst/audio/gstaudiofilter.h:
8407 * gst-libs/gst/audio/gstaudiosink.h:
8408 * gst-libs/gst/audio/gstaudiosrc.h:
8409 * gst-libs/gst/audio/gstbaseaudiosink.h:
8410 * gst-libs/gst/audio/gstbaseaudiosrc.h:
8411 * gst-libs/gst/audio/gstringbuffer.h:
8412 * gst-libs/gst/net/gstnetbuffer.h:
8413 * gst-libs/gst/rtp/gstbasertpdepayload.h:
8414 * gst-libs/gst/rtp/gstrtpbuffer.h:
8415 Add padding (you will need to rebuild gst-plugins-base,
8416 gst-plugins and all applications afterwards!)
8418 2005-08-09 Tim-Philipp M??ller <tim at centricular dot net>
8420 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
8421 (gst_riff_parse_chunk):
8422 Fix bug in debug message and add some more debug messages.
8424 2005-08-08 Edward Hervey <edward@fluendo.com>
8426 * gst-libs/gst/riff/riff-media.c:
8427 backported updates since branch
8429 2005-08-08 Andy Wingo <wingo@pobox.com>
8431 * gst-libs/gst/audio/gstbaseaudiosink.c
8432 (gst_base_audio_sink_change_state): Open the device in NULL->READY
8433 like good elements should. Close on READY->NULL too.
8435 * gst-libs/gst/audio/gstaudiosink.c
8436 (gst_audioringbuffer_open_device,
8437 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
8438 (gst_audioringbuffer_release): Updates for new ring buffer API,
8439 hook into the new audio sink api.
8441 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
8442 (GstAudioSinkClass.close): Just open and close the device -- no
8443 resource allocation or configuration.
8444 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
8445 vmethods, handle device setup and resource allocation.
8447 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
8448 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
8451 * gst-libs/gst/audio/gstringbuffer.h
8452 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
8455 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
8456 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
8457 New API functions. The device should be opened before acquiring
8458 and closed after releasing.
8460 2005-08-08 Tim-Philipp M??ller <tim at centricular dot net>
8462 * gst-libs/gst/interfaces/mixer.h:
8463 Reset padding to GST_PADDING.
8465 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8467 * gst/playback/gstplaybin.c: (remove_sinks):
8468 Remove visualization from parent explicitely; works around some
8469 apparent refcount issue that I haven't tracked down yet.
8471 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8473 * ext/alsa/gstalsasink.c: (set_hwparams):
8474 Assign debug category, add negotiation debug msgs.
8476 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8478 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
8479 Fix error code for file-not-found to NOT_FOUND.
8481 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
8483 * common/gtk-doc-plugins.mak:
8484 * docs/plugins/Makefile.am:
8485 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8486 * docs/plugins/gst-plugins-base-plugins-sections.txt:
8487 renamed to actual element names, so much nicer to look at
8488 * docs/plugins/tmpl/gstmultifdsink.sgml:
8490 * docs/plugins/tmpl/multifdsink.sgml:
8491 * docs/plugins/tmpl/tcpserversink.sgml:
8493 * ext/alsa/gstalsa.c:
8494 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
8495 * ext/ogg/gstoggmux.c:
8496 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
8497 * gst/playback/gstdecodebin.c:
8498 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
8499 * gst/tcp/gsttcpserversink.c:
8500 various fixes and documentation additions
8502 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
8504 * common/Makefile.am:
8505 * common/gstdoc-scangobj:
8506 * common/gtk-doc-plugins.mak:
8507 * common/gtk-doc.mak:
8508 add a custom scangobj that uses the registry
8509 add a custom gtk-doc-plugins.mak that uses it
8510 some doc build fixes
8513 * docs/plugins/Makefile.am:
8514 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8515 * docs/plugins/gst-plugins-base-plugins-sections.txt:
8516 * docs/plugins/gst-plugins-base-plugins.types:
8517 * docs/plugins/tmpl/gstmultifdsink.sgml:
8518 add docs for one element, multifdsink
8519 * gst/adder/gstadder.h:
8520 * gst/volume/gstvolume.h:
8521 don't privatize enum
8522 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
8523 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8524 (gst_sync_method_get_type), (gst_client_status_get_type),
8525 (gst_multifdsink_class_init),
8526 (gst_multifdsink_client_queue_buffer),
8527 (gst_multifdsink_handle_client_write):
8528 * gst/tcp/gstmultifdsink.h:
8530 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
8531 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
8532 (gst_tcpclientsink_render):
8533 * gst/tcp/gsttcpclientsink.h:
8534 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
8535 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
8536 (gst_tcpclientsrc_start):
8537 * gst/tcp/gsttcpclientsrc.h:
8538 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
8539 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
8540 * gst/tcp/gsttcpserversrc.h:
8541 * gst/typefind/gsttypefindfunctions.c:
8542 remove superfluous Type stuff
8544 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8546 * gst/playback/gstplaybin.c: (gen_video_element):
8549 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8551 * gst-libs/gst/gconf/gconf.c:
8552 * gst-libs/gst/gconf/gconf.h:
8553 Fix some Andy Problem [tm].
8555 2005-08-04 Andy Wingo <wingo@pobox.com>
8557 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
8558 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
8559 (gst_ffmpegcsp_get_size): Adapt to API changes.
8561 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
8562 Implement an in-place do-nothing transform.
8564 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8566 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8567 (gst_ximagesink_renegotiate_size):
8568 Do not set new window sizes yet if we prepare a new buffer size
8569 for upstream renegotiation (software scaling) at some point in the
8570 future, because this new size waqs not actually accepted yet. Once
8571 accepted, renegotiation later on will set the new sizes just fine.
8572 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
8575 2005-08-03 Andy Wingo <wingo@pobox.com>
8577 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
8578 (gst_ximagesink_buffer_alloc):
8579 Protect the height, width, and desired_caps with the pool_lock.
8580 Fixes videotestsrc ! queue ! ximagesink.
8582 2005-08-02 Edward Hervey <edward@fluendo.com>
8584 * gst/volume/gstvolume.c:
8585 include left from controller cleanup
8587 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
8588 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
8589 Stop collectpads before calling the parent state
8590 change function on PAUSED->READY.
8592 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
8594 When testing for X libs, use the X CFlags
8595 * gst/adder/gstadder.c: (gst_adder_change_state):
8596 Stop the collectpads before calling parent state change function
8597 on PAUSED->READY, otherwise we deadlock deactivating pads.
8599 2005-08-01 Stefan Kost <ensonic@users.sf.net>
8602 * docs/libs/tmpl/gstcolorbalance.sgml:
8603 * docs/libs/tmpl/gstmixer.sgml:
8604 * examples/Makefile.am:
8605 * gst/sine/Makefile.am:
8606 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
8607 (gst_sinesrc_set_property), (plugin_init):
8608 * gst/sine/gstsinesrc.h:
8609 * gst/volume/Makefile.am:
8610 * gst/volume/gstvolume.c: (gst_volume_set_volume),
8611 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
8612 (volume_process_float), (volume_process_int16),
8613 (volume_set_property), (plugin_init):
8614 * gst/volume/gstvolume.h:
8615 deactivate and remove dparams (libgstcontrol)
8617 2005-07-29 Wim Taymans <wim@fluendo.com>
8619 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
8620 Convert me to BaseTransform!! help..
8622 2005-07-29 Andy Wingo <wingo@pobox.com>
8624 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
8627 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
8628 support of both endiannesses.
8630 2005-07-28 Tim-Philipp M??ller <tim at centricular dot net>
8632 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8633 Fix confusing debug message (s/event/query/)
8635 2005-07-28 Tim-Philipp M??ller <tim at centricular dot net>
8637 * gst/videotestsrc/videotestsrc.h:
8638 Use "_stdint.h" instead of <stdint.h>
8640 2005-07-27 Wim Taymans <wim@fluendo.com>
8642 * ext/vorbis/Makefile.am:
8643 Revert wrong commit.
8645 2005-07-27 Wim Taymans <wim@fluendo.com>
8647 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
8648 More compilation fixen.
8650 2005-07-27 Wim Taymans <wim@fluendo.com>
8652 * gst-libs/gst/audio/gstbaseaudiosink.c:
8653 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
8654 (gst_base_audio_sink_create_ringbuffer),
8655 (gst_base_audio_sink_change_state):
8658 2005-07-27 Wim Taymans <wim@fluendo.com>
8660 * examples/seeking/seek.c: (setup_dynamic_link),
8661 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
8662 (query_positions_elems), (query_positions_pads), (do_seek):
8663 Update seek example.
8665 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
8666 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
8667 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
8668 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
8669 (gst_ogg_demux_handle_event),
8670 (gst_ogg_demux_deactivate_current_chain),
8671 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8672 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
8673 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
8674 (gst_ogg_demux_loop):
8675 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8676 * ext/theora/theoradec.c: (theora_dec_src_event),
8677 (theora_dec_src_getcaps), (theora_dec_sink_event),
8678 (theora_dec_push), (theora_dec_chain):
8679 * ext/vorbis/Makefile.am:
8680 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
8681 (vorbis_dec_sink_event), (vorbis_dec_push),
8682 (vorbis_handle_data_packet):
8683 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
8684 (gst_vorbisenc_chain):
8685 * gst/playback/gststreaminfo.c: (cb_probe):
8686 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
8687 * gst/videorate/gstvideorate.c: (gst_videorate_event):
8688 * gst/videoscale/gstvideoscale.c:
8689 (gst_videoscale_handle_src_event):
8690 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
8691 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
8692 (gst_ximagesink_navigation_send_event):
8693 * sys/xvimage/xvimagesink.c:
8694 (gst_xvimagesink_navigation_send_event):
8695 Various event updates and cleanups
8697 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8699 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
8700 Fix segfault for I420/YV12.
8702 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8704 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8707 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8709 * gst/playback/gstplaybin.c: (gen_video_element),
8710 (gen_audio_element):
8711 Switch to auto*sink elements as default sinks; add volume element
8712 so that volume control in totem works.
8714 2005-07-21 Wim Taymans <wim@fluendo.com>
8716 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
8717 * gst/playback/gstplaybin.c: (setup_sinks),
8718 (gst_play_bin_change_state):
8719 Refcount fix and more comments.
8721 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
8723 * sys/ximage/Makefile.am:
8724 * sys/ximage/ximage.c: (plugin_init):
8725 * sys/ximage/ximagesink.c:
8726 Prepare for adding ximagesrc, rename of plugin to ximage etc.
8729 2005-07-21 Wim Taymans <wim@fluendo.com>
8731 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
8732 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
8733 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
8734 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8735 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
8736 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
8737 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
8738 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
8739 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
8740 Generate correct disconts for live chained oggs.
8742 * gst-libs/gst/audio/gstbaseaudiosink.c:
8743 (gst_base_audio_sink_render),
8744 (gst_base_audio_sink_create_ringbuffer),
8745 (gst_base_audio_sink_change_state):
8746 Handle discont math correctly.
8748 * gst/playback/gstplaybin.c: (add_sink):
8749 Some small debug cleanup.
8751 2005-07-21 Wim Taymans <wim@fluendo.com>
8753 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
8754 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
8755 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
8756 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8757 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
8758 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
8759 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8760 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
8761 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
8762 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
8763 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
8764 (gst_ogg_demux_change_state), (gst_ogg_print):
8765 Reorganize code to send the right disconts when in streaming
8768 2005-07-20 Andy Wingo <wingo@pobox.com>
8770 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
8771 fix (?), fixes a seggie mcfalterson (#310894).
8773 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8775 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
8776 (gst_ogg_mux_set_header_on_caps):
8777 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
8778 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8779 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
8780 * gst-libs/gst/audio/multichannel.c:
8781 (gst_audio_set_channel_positions),
8782 (gst_audio_set_structure_channel_positions_list):
8783 * gst/playback/gstdecodebin.c: (dynamic_create):
8784 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
8785 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8786 Fixes for API changes in core.
8788 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8790 * gst/playback/gstplaybasebin.c: (fill_buffer):
8791 Use _new_custom() so we can set custom message types for buffering
8794 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8797 * gst-libs/gst/Makefile.am:
8798 * gst-libs/gst/gconf/.cvsignore:
8799 * gst-libs/gst/gconf/Makefile.am:
8800 * gst-libs/gst/gconf/test-gconf.c:
8801 * pkgconfig/Makefile.am:
8802 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
8803 * pkgconfig/gstreamer-gconf.pc.in:
8804 Remove gconf stuff, use gconf elements instead from now on.
8806 2005-07-20 Wim Taymans <wim@fluendo.com>
8808 * gst-libs/gst/audio/TODO:
8809 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
8810 (gst_audio_clock_get_internal_time):
8811 * gst-libs/gst/audio/gstaudioclock.h:
8812 * gst-libs/gst/audio/gstbaseaudiosink.c:
8813 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
8814 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
8815 (gst_base_audio_sink_render),
8816 (gst_base_audio_sink_create_ringbuffer),
8817 (gst_base_audio_sink_change_state):
8818 Make sure the audio clock always returns an increasing value.
8820 2005-07-19 Andy Wingo <wingo@pobox.com>
8822 * gst/videotestsrc/: Cleanups.
8824 2005-07-19 Wim Taymans <wim@fluendo.com>
8826 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
8829 2005-07-19 Wim Taymans <wim@fluendo.com>
8831 * examples/seeking/seek.c: (make_dv_pipeline),
8832 (make_vorbis_theora_pipeline), (query_rates),
8833 (query_positions_elems), (query_positions_pads), (do_seek):
8834 Make correct DV pipeline.
8836 2005-07-18 Andy Wingo <wingo@pobox.com>
8838 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
8839 default. Also because it's the only thing that really works. (This
8840 is used in the GConf elements).
8841 Use AS_LIBTOOL_TAGS.
8843 2005-07-18 Wim Taymans <wim@fluendo.com>
8845 * gst/playback/gstdecodebin.c: (remove_element_chain):
8846 * gst/playback/gstplaybin.c: (add_sink):
8847 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
8848 (gst_stream_info_set_mute):
8849 * gst/playback/gststreamselector.c:
8850 (gst_stream_selector_get_linked_pad),
8851 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
8852 More leak and compile fixes.
8854 2005-07-18 Wim Taymans <wim@fluendo.com>
8856 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8857 (query_rates), (query_positions_elems), (query_positions_pads),
8858 (do_seek), (seek_cb), (stop_seek):
8859 Updated seek example.
8861 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
8862 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
8863 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
8864 * gst/playback/gstplaybin.c: (add_sink):
8865 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
8866 (gst_stream_info_set_mute):
8867 Some refcount leak fixes.
8869 2005-07-16 Wim Taymans <wim@fluendo.com>
8871 * gst-libs/gst/audio/gstbaseaudiosink.c:
8872 (gst_base_audio_sink_render):
8873 Align samples even if we have roundoff errors in the
8874 timestamp conversion.
8876 2005-07-16 Wim Taymans <wim@fluendo.com>
8878 * docs/libs/tmpl/gstringbuffer.sgml:
8879 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8880 (query_rates), (query_positions_elems), (query_positions_pads),
8881 (update_scale), (do_seek):
8882 Updated seek example.
8884 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8885 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
8886 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
8887 (gst_ogg_demux_loop):
8888 Push out correct discont values.
8890 * ext/theora/theoradec.c: (theora_dec_src_convert),
8891 (theora_dec_sink_convert), (theora_dec_src_getcaps),
8892 (theora_dec_sink_event), (theora_handle_type_packet),
8893 (theora_handle_header_packet), (theora_dec_push),
8894 (theora_handle_data_packet), (theora_dec_chain),
8895 (theora_dec_change_state):
8896 Better timestamping.
8898 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8899 (vorbis_dec_sink_event), (vorbis_dec_push),
8900 (vorbis_handle_data_packet), (vorbis_dec_chain):
8901 * ext/vorbis/vorbisdec.h:
8902 Better timestamping.
8904 * gst-libs/gst/audio/gstbaseaudiosink.c:
8905 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
8906 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
8907 Handle syncing on timestamps instead of sample offsets. Make
8908 use of DISCONT values as described in design docs.
8910 * gst-libs/gst/audio/gstbaseaudiosrc.c:
8911 (gst_base_audio_src_get_time):
8912 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
8913 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
8914 (gst_ring_buffer_read):
8915 * gst-libs/gst/audio/gstringbuffer.h:
8916 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
8917 (gst_ximagesink_show_frame):
8918 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
8919 Correcly convert buffer timestamp to stream time.
8921 2005-07-16 Wim Taymans <wim@fluendo.com>
8923 * gst/audioconvert/gstaudioconvert.c:
8924 (gst_audio_convert_get_buffer):
8925 Timestamp buffers correctly.
8927 * gst/playback/gstplaybin.c: (gen_video_element):
8928 Make internal fakesink silent.
8930 2005-07-15 Wim Taymans <wim@fluendo.com>
8932 * gst/ffmpegcolorspace/Makefile.am:
8933 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8934 (gst_ffmpegcsp_caps_remove_format_info),
8935 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
8936 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
8937 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
8938 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
8939 Ported ffmpegcolorspace to basetransform.
8941 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
8942 * gst/volume/gstvolume.c: (volume_transform):
8945 2005-07-14 Wim Taymans <wim@fluendo.com>
8947 * gst/videotestsrc/Makefile.am:
8948 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
8949 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
8950 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
8951 (gst_videotestsrc_init), (gst_videotestsrc_event),
8952 (gst_videotestsrc_create), (gst_videotestsrc_start),
8953 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
8954 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
8955 (gst_videotestsrc_get_property):
8956 * gst/videotestsrc/gstvideotestsrc.h:
8957 Make videotestsrc a pushsrc.
8959 2005-07-14 Wim Taymans <wim@fluendo.com>
8961 * gst/tcp/gstfdset.c: (gst_fdset_free):
8962 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
8963 (gst_multifdsink_add), (gst_multifdsink_remove),
8964 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
8965 (gst_multifdsink_remove_client_link),
8966 (gst_multifdsink_client_queue_data),
8967 (gst_multifdsink_client_queue_caps),
8968 (gst_multifdsink_client_queue_buffer),
8969 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
8970 (gst_multifdsink_stop):
8971 * gst/tcp/gstmultifdsink.h:
8974 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
8975 Also draw image when not from a pool.
8977 2005-07-14 Wim Taymans <wim@fluendo.com>
8979 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
8980 (mute_stream), (silence_stream):
8981 Small debug additions.
8983 2005-07-14 Wim Taymans <wim@fluendo.com>
8985 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
8986 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
8987 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
8988 Better error recovery, ignore unconnected pads and
8991 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
8993 * docs/libs/tmpl/gstaudio.sgml:
8994 * docs/libs/tmpl/gstcolorbalance.sgml:
8995 * docs/libs/tmpl/gstgconf.sgml:
8996 * docs/libs/tmpl/gstmixer.sgml:
8997 * docs/libs/tmpl/gstringbuffer.sgml:
8998 * docs/libs/tmpl/gsttuner.sgml:
8999 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9000 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
9001 (gst_tcpclientsrc_class_init):
9002 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
9003 (gst_tcpserversrc_class_init):
9004 * sys/v4l/gstv4lelement.c:
9005 more autistic cleanliness in functions/names/defines
9007 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
9010 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
9011 added manually to each Makefile.am so we are sure it goes
9012 *last* and doesn't add -L flags before linking in libs of our
9013 own, like, say, internal .la libs, that then accidentally pick
9014 up the installed copy.
9015 * docs/libs/Makefile.am:
9016 * ext/alsa/Makefile.am:
9017 * ext/cdparanoia/Makefile.am:
9018 * ext/gnomevfs/Makefile.am:
9019 * ext/libvisual/Makefile.am:
9020 * ext/ogg/Makefile.am:
9021 * ext/theora/Makefile.am:
9022 * ext/vorbis/Makefile.am:
9023 * gst-libs/gst/video/Makefile.am:
9024 * gst/adder/Makefile.am:
9025 * gst/audioconvert/Makefile.am:
9026 * gst/audiorate/Makefile.am:
9027 * gst/audioscale/Makefile.am:
9028 * gst/ffmpegcolorspace/Makefile.am:
9029 * gst/playback/Makefile.am:
9030 * gst/sine/Makefile.am:
9031 * gst/subparse/Makefile.am:
9032 * gst/tags/Makefile.am:
9033 * gst/tcp/Makefile.am:
9034 * gst/typefind/Makefile.am:
9035 * gst/videorate/Makefile.am:
9036 * gst/videoscale/Makefile.am:
9037 * gst/videotestsrc/Makefile.am:
9038 * gst/volume/Makefile.am:
9039 * sys/v4l/Makefile.am:
9040 * sys/ximage/Makefile.am:
9041 * sys/xvimage/Makefile.am:
9042 adapt properly to this change. This should make sure that
9043 plugins and libs properly link to the as-yet-uninstalled
9044 copies of stuff like libgstinterfaces and libgstvideo
9046 2005-07-13 Andy Wingo <wingo@pobox.com>
9048 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
9049 (gst_v4lsrc_fixate): Fixate on format as well.
9051 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
9052 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
9053 buffer points to it.
9054 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
9055 rather just doing X calls ourselves. Also fixes a memleak.
9057 2005-07-12 Andy Wingo <wingo@pobox.com>
9059 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
9060 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
9061 (gst_v4lsrc_create): Re-add the copy-mode property, default to
9062 TRUE to avoid deadlocks if an element holds on to our buffers.
9064 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
9066 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9067 (gst_sinesrc_init), (gst_sinesrc_create),
9068 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
9069 (gst_sinesrc_start):
9070 * gst/sine/gstsinesrc.h:
9071 removing num-buffers property before moving it
9073 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
9076 use overridable ERROR_CFLAGS
9077 * docs/libs/gst-plugins-base-libs.types:
9078 * docs/libs/tmpl/gstringbuffer.sgml:
9079 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
9080 (gst_alsasink_class_init):
9081 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
9082 (gst_alsasrc_class_init):
9083 * gst-libs/gst/audio/audio.h:
9084 * gst-libs/gst/audio/gstaudioclock.h:
9085 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
9086 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
9087 (gst_audio_filter_link), (gst_audio_filter_init),
9088 (gst_audio_filter_chain), (gst_audio_filter_set_property),
9089 (gst_audio_filter_get_property),
9090 (gst_audio_filter_class_add_pad_templates):
9091 * gst-libs/gst/audio/gstaudiofilter.h:
9092 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9093 (gst_audio_filter_template_get_type),
9094 (gst_audio_filter_template_base_init),
9095 (gst_audio_filter_template_class_init),
9096 (gst_audio_filter_template_init),
9097 (gst_audio_filter_template_set_property),
9098 (gst_audio_filter_template_get_property), (plugin_init),
9099 (gst_audio_filter_template_setup),
9100 (gst_audio_filter_template_filter),
9101 (gst_audio_filter_template_filter_inplace):
9102 * gst-libs/gst/audio/gstaudiosink.c:
9103 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9104 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
9105 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
9106 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
9107 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
9108 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
9109 * gst-libs/gst/audio/gstaudiosink.h:
9110 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
9111 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
9112 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9113 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
9114 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
9115 (gst_audio_src_class_init), (gst_audio_src_init),
9116 (gst_audio_src_create_ringbuffer):
9117 * gst-libs/gst/audio/gstaudiosrc.h:
9118 * gst-libs/gst/audio/gstbaseaudiosink.c:
9119 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
9120 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
9121 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
9122 (gst_base_audio_sink_set_property),
9123 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
9124 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
9125 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
9126 (gst_base_audio_sink_create_ringbuffer),
9127 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
9128 * gst-libs/gst/audio/gstbaseaudiosink.h:
9129 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9130 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
9131 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
9132 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
9133 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
9134 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
9135 (gst_base_audio_src_event), (gst_base_audio_src_create),
9136 (gst_base_audio_src_create_ringbuffer),
9137 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
9138 * gst-libs/gst/audio/gstbaseaudiosrc.h:
9139 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
9140 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
9141 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
9142 (gst_ring_buffer_debug_spec_caps),
9143 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
9144 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
9145 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
9146 (gst_ring_buffer_start), (gst_ring_buffer_pause),
9147 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
9148 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9149 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
9150 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
9151 (gst_ring_buffer_clear):
9152 * gst-libs/gst/audio/gstringbuffer.h:
9153 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
9154 (gst_video_sink_class_init), (gst_video_sink_get_type):
9155 * gst-libs/gst/video/videosink.h:
9156 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
9157 (gst_multifdsink_class_init),
9158 (gst_multifdsink_handle_client_write),
9159 (gst_multifdsink_change_state):
9160 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
9161 (gst_tcpclientsink_setcaps):
9162 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9163 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
9164 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
9165 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
9166 (gst_ximagesink_send_pending_navigation),
9167 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
9168 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
9169 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
9170 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
9171 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
9172 (gst_xvimagesink_send_pending_navigation),
9173 (gst_xvimagesink_navigation_send_event),
9174 (gst_xvimagesink_set_xwindow_id),
9175 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
9176 (gst_xvimagesink_get_type):
9177 more macro splitting
9179 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
9181 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9182 plug a memleak, allows me to import 1479 albums in one go
9184 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9185 (vorbis_handle_type_packet), (vorbis_dec_chain),
9186 (vorbis_dec_change_state):
9187 fix some format strings
9189 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
9191 * docs/libs/tmpl/gstcolorbalance.sgml:
9192 * docs/libs/tmpl/gstmixer.sgml:
9193 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9194 (gst_alsasink_set_property), (gst_alsasink_get_property):
9195 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
9196 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
9199 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
9201 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9202 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
9203 (audiocast_register_listener), (audiocast_thread_run),
9204 (gst_gnomevfssrc_send_additional_headers_callback),
9205 (gst_gnomevfssrc_received_headers_callback),
9206 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
9207 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
9208 (gst_gnomevfssrc_get_size):
9209 add/clean up debugging
9210 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
9213 2005-07-07 Andy Wingo <wingo@pobox.com>
9215 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
9216 framerate. Need to get a handle on when exactly this function is
9219 * sys/v4l/v4lsrc_calls.h:
9220 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
9221 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
9222 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
9224 * sys/v4l/v4l_calls.h: Cast to V4lElement.
9225 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
9226 v4lelements are sources.
9228 * sys/v4l/gstv4lxoverlay.h:
9229 * sys/v4l/gstv4lxoverlay.c:
9230 * sys/v4l/gstv4ltuner.h:
9231 * sys/v4l/gstv4ltuner.c: Header loc fixen.
9233 * sys/v4l/gstv4lsrc.h:
9234 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
9235 PushSrc/BaseSrc. Removed most sync-related properties, videorate
9236 or something should handle that. Made a live source.
9238 * sys/v4l/gstv4lelement.h:
9239 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
9240 signals. Some cleanups.
9242 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
9244 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
9247 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
9250 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
9252 2005-07-07 Wim Taymans <wim@fluendo.com>
9254 * ext/theora/theoradec.c: (theora_get_query_types),
9255 (theora_dec_src_getcaps), (theora_dec_push):
9256 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
9257 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
9258 Remove deprecated/unused query types.
9260 2005-07-06 Wim Taymans <wim@fluendo.com>
9262 * ext/alsa/Makefile.am:
9263 * ext/alsa/gstalsaplugin.c: (plugin_init):
9264 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9265 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
9266 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
9267 (gst_alsasrc_class_init), (gst_alsasrc_init),
9268 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
9269 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
9270 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
9271 (gst_alsasrc_reset):
9272 * ext/alsa/gstalsasrc.h:
9273 * gst-libs/gst/audio/Makefile.am:
9274 * gst-libs/gst/audio/gstaudiosink.c:
9275 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9276 (gst_audioringbuffer_start):
9277 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
9278 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
9279 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
9280 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
9281 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
9282 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
9283 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
9284 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
9285 * gst-libs/gst/audio/gstaudiosrc.h:
9286 * gst-libs/gst/audio/gstbaseaudiosink.c:
9287 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
9288 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
9289 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
9290 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9291 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
9292 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
9293 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
9294 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
9295 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
9296 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
9297 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
9298 (gst_baseaudiosrc_change_state):
9299 * gst-libs/gst/audio/gstbaseaudiosrc.h:
9300 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
9301 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
9302 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
9303 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
9304 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
9305 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
9306 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
9307 * gst-libs/gst/audio/gstringbuffer.h:
9308 Added audiosource base classes.
9309 Ported alsasrc, still very basic.
9311 2005-07-06 Wim Taymans <wim@fluendo.com>
9313 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
9314 (theora_dec_push), (theora_handle_data_packet):
9315 Prepare for better timestamp fix later.
9317 * gst/audioconvert/gstaudioconvert.c:
9318 List most accurate caps first
9320 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
9321 Use proper pad task function.
9323 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9324 (gst_xvimagesink_show_frame):
9325 Fix deadlock when alloc failed.
9327 2005-07-05 Andy Wingo <wingo@pobox.com>
9329 * ext/gnomevfs/gstgnomevfssrc.c:
9330 * gst/sine/gstsinesrc.c:
9331 * gst/tcp/gsttcpserversrc.c:
9332 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
9334 * sys/v4l/: Port from 0.8.
9336 * Many files: Null if we got it....
9338 2005-07-05 Andy Wingo <wingo@pobox.com>
9340 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
9341 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
9344 2005-07-05 Wim Taymans <wim@fluendo.com>
9347 * gst/tcp/Makefile.am:
9349 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
9350 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
9351 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
9352 (is_sync_frame), (gst_multifdsink_handle_client_write),
9353 (gst_multifdsink_render), (gst_multifdsink_start),
9354 (gst_multifdsink_stop), (gst_multifdsink_change_state):
9355 * gst/tcp/gstmultifdsink.h:
9356 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
9357 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
9358 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
9360 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
9361 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
9362 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
9363 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
9364 * gst/tcp/gsttcpclientsink.h:
9365 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
9366 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
9367 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
9368 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
9369 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
9370 * gst/tcp/gsttcpclientsrc.h:
9371 * gst/tcp/gsttcpplugin.c: (plugin_init):
9372 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
9373 * gst/tcp/gsttcpserversink.h:
9374 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
9375 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
9376 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
9377 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
9378 (gst_tcpserversrc_stop):
9379 * gst/tcp/gsttcpserversrc.h:
9380 * gst/tcp/gsttcpsink.c:
9381 * gst/tcp/gsttcpsink.h:
9382 * gst/tcp/gsttcpsrc.c:
9383 * gst/tcp/gsttcpsrc.h:
9384 Ported tcp plugins to 0.9.
9387 2005-07-05 Andy Wingo <wingo@pobox.com>
9389 * gst/playback/gstplaybasebin.c (fill_buffer):
9390 message_new_application fixen.
9392 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
9395 2005-07-04 Wim Taymans <wim@fluendo.com>
9397 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
9398 Set caps on output buffer.
9400 2005-07-04 Andy Wingo <wingo@pobox.com>
9402 * ext/gnomevfs/gstgnomevfssrc.c
9403 (gst_gnomevfssrc_received_headers_callback)
9404 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
9407 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
9408 No refcount leakage.
9410 * configure.ac: Enable -Werror.
9412 * ext/theora/theoradec.c (theora_dec_src_getcaps):
9413 * gst/audioconvert/bufferframesconvert.c
9414 (buffer_frames_convert_fixate):
9415 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
9416 (gst_audio_convert_fixate):
9417 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
9418 (gst_sinesrc_create): Fixate func changes.
9420 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9421 (gst_ximagesink_buffer_alloc): Unused var.
9423 2005-07-01 Andy Wingo <wingo@pobox.com>
9425 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
9426 getcaps to do explicit caps. Needs to be done in all decoders,
9427 possibly via a base class.
9429 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
9431 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
9432 caps on the sink pad, just rely on the pad template. Also, setting
9433 ANY caps on a pad is not valid because the caps are not fixed.
9435 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
9436 caps on the buffer, and get the width from the desired_caps if
9438 (gst_ximagesink_renegotiate_size): Implement via setting the
9439 desired_caps on the ximagesink.
9440 (gst_ximagesink_setcaps): Only reset the width of the player if it
9441 wasn't already set. Not sure if this is right.
9442 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
9444 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
9445 that the user wants. NULL unless the window has been resized.
9447 * gst/volume/gstvolume.c (volume_transform): Adapt to
9448 basetransform refcount changes.
9450 2005-07-01 Andy Wingo <wingo@pobox.com>
9452 * gst/videoscale/gstvideoscale.c:
9453 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
9454 from BaseTransform, implements a transform_caps. Removed dead code
9455 including some PAR stuff that was never reached -- should probably
9456 be added back somehow.
9458 2005-07-01 Andy Wingo <wingo@pobox.com>
9460 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
9463 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
9466 * docs/libs/Makefile.am:
9467 * docs/libs/gst-plugins-libs.types:
9468 * ext/alsa/Makefile.am:
9469 * ext/alsa/gstalsamixer.h:
9470 * ext/alsa/gstalsamixeroptions.h:
9471 * ext/alsa/gstalsamixertrack.h:
9472 * gst-libs/gst/Makefile.am:
9473 * gst-libs/gst/colorbalance/.cvsignore:
9474 * gst-libs/gst/colorbalance/Makefile.am:
9475 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
9476 * gst-libs/gst/colorbalance/colorbalance.c:
9477 * gst-libs/gst/colorbalance/colorbalance.h:
9478 * gst-libs/gst/colorbalance/colorbalance.vcproj:
9479 * gst-libs/gst/colorbalance/colorbalancechannel.c:
9480 * gst-libs/gst/colorbalance/colorbalancechannel.h:
9481 * gst-libs/gst/interfaces/Makefile.am:
9482 * gst-libs/gst/interfaces/colorbalance.c:
9483 (gst_color_balance_class_init):
9484 * gst-libs/gst/interfaces/colorbalance.h:
9485 * gst-libs/gst/interfaces/interfaces-marshal.list:
9486 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
9487 * gst-libs/gst/interfaces/mixer.h:
9488 * gst-libs/gst/interfaces/mixeroptions.h:
9489 * gst-libs/gst/interfaces/navigation.c:
9490 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
9491 * gst-libs/gst/interfaces/tuner.h:
9492 * gst/volume/Makefile.am:
9493 * gst/volume/gstvolume.c:
9494 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
9495 * sys/ximage/Makefile.am:
9496 * sys/ximage/ximagesink.c:
9497 * sys/xvimage/Makefile.am:
9498 * sys/xvimage/xvimagesink.c:
9499 fold in all interfaces into an interfaces dir, preserving CVS
9502 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9504 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9505 Fix build after riff changes.
9507 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9509 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9510 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
9511 (gst_riff_create_video_template_caps),
9512 (gst_riff_create_audio_template_caps),
9513 (gst_riff_create_iavs_template_caps):
9514 * gst-libs/gst/riff/riff-media.h:
9515 * gst-libs/gst/riff/riff-read.h:
9516 * gst-libs/gst/riff/riff.c: (gst_riff_init):
9517 Add gst_riff_init() to initialize the debug category, instead
9518 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
9520 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9522 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
9523 Oops, I shouldn't apply hacks.
9525 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9527 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
9528 Remove pad_loop function which doesn't work.
9530 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9532 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
9533 Send EOS when deactivating.
9534 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9535 (check_queue), (queue_threshold_reached), (queue_out_of_data),
9536 (gen_preroll_element), (probe_triggered), (mute_stream),
9537 (silence_stream), (new_decoded_pad), (setup_substreams),
9538 (set_active_source):
9539 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
9540 (remove_sinks), (add_sink):
9541 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
9542 Change for new probe API.
9544 2005-06-29 Wim Taymans <wim@fluendo.com>
9546 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
9547 * gst-libs/gst/audio/gstbaseaudiosink.c:
9548 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
9549 (gst_baseaudiosink_change_state):
9550 * gst-libs/gst/audio/gstbaseaudiosink.h:
9551 * gst-libs/gst/audio/gstringbuffer.c:
9552 (gst_ringbuffer_set_callback):
9553 Fix compilation error.
9554 Ringbuffer starts out as not running.
9555 Free our clock in dispose.
9556 When releasing the ringbuffer we need to renegotiate so
9559 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
9564 * docs/libs/Makefile.am:
9565 * docs/libs/gst-plugins-libs-docs.sgml:
9566 * docs/libs/gst-plugins-libs-sections.txt:
9567 * docs/libs/gst-plugins-libs.types:
9568 * docs/libs/tmpl/gstaudio.sgml:
9569 * docs/libs/tmpl/gstcolorbalance.sgml:
9570 * docs/libs/tmpl/gstringbuffer.sgml:
9571 * gst-libs/gst/audio/gstringbuffer.c:
9572 (gst_ringbuffer_set_callback):
9573 reinstate gtk-doc docs for plugin libs
9575 2005-06-28 Wim Taymans <wim@fluendo.com>
9577 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9578 (gst_ogg_demux_init):
9579 Removed pad loop function.
9581 2005-06-28 Wim Taymans <wim@fluendo.com>
9583 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
9584 If we're building a chain we are not in an error case
9585 when we queue a buffer.
9587 2005-06-28 Andy Wingo <wingo@pobox.com>
9589 * *.c: Don't cast to GstObject before reffing/unreffing.
9591 2005-06-27 Andy Wingo <wingo@pobox.com>
9593 * gst/videotestsrc/gstvideotestsrc.c
9594 (gst_videotestsrc_activate_push): Activation API changes.
9596 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
9597 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
9598 they have refs on the decodebin.
9600 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
9602 (gst_ogg_pad_typefind): Don't leak a pad ref.
9603 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
9604 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
9605 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
9607 2005-06-27 Edward Hervey <edward@fluendo.com>
9609 * ext/theora/theoradec.c: (theora_dec_change_state):
9610 re-arranged call to parent's state change in order to avoid locks (or
9613 2005-06-26 Edward Hervey <edward@fluendo.com>
9615 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9616 2nd argument of 'unknow-type' signal is a GstCaps and not a
9619 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
9620 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
9621 Set the worker thread's running flag to TRUE before starting the
9623 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
9624 Catch a failure to add typefind to the bin.
9626 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
9628 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9629 (gst_sinesrc_init), (gst_sinesrc_create),
9630 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
9631 (gst_sinesrc_start):
9632 * gst/sine/gstsinesrc.h:
9633 add num-buffers and timestamp-offset properties
9634 * gst/videotestsrc/gstvideotestsrc.c:
9635 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
9636 (gst_videotestsrc_get_property):
9637 add timestamp-offset property
9639 2005-06-23 Christian Schaller <uraeus@gnome.org>
9641 * configure.ac: add videorate
9642 * gst-plugins-base.spec.in: add videorate
9644 2005-06-23 Wim Taymans <wim@fluendo.com>
9646 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
9647 (gst_videorate_getcaps), (gst_videorate_setcaps),
9648 (gst_videorate_event), (gst_videorate_chain):
9649 Fixed videorate, fixating an already fixated caps is not
9652 2005-06-23 Wim Taymans <wim@fluendo.com>
9655 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
9656 Buffer on caps is not boxed anymore.
9658 2005-06-22 Wim Taymans <wim@fluendo.com>
9660 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
9661 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
9662 Set buffers on caps as miniobjects and not as boxed.
9664 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
9669 === release 0.9.1 ===
9671 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
9694 2005-06-09 Andy Wingo <wingo@pobox.com>
9696 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
9698 2005-06-09 Andy Wingo <wingo@pobox.com>
9701 * gst-libs/gst/Makefile.am:
9702 * gst-libs/gst/net/Makefile.am:
9703 Add gstnet to build.
9705 2005-06-09 Andy Wingo <wingo@pobox.com>
9707 * gst-libs/gst/gconf/gconf.c:
9708 * gst/playback/test.c:
9709 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
9712 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
9714 * ext/theora/theoraenc.c (theora_enc_chain):
9715 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
9717 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
9720 2005-06-02 Wim Taymans <wim@fluendo.com>
9722 * gst-libs/gst/net/Makefile.am:
9723 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
9724 * pkgconfig/gstreamer-libs.pc.in:
9725 Added net stuff, version net lib.
9727 2005-06-02 Wim Taymans <wim@fluendo.com>
9729 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
9730 (query_rates), (query_positions_elems), (query_positions_pads),
9732 Updated seek example.
9734 2005-06-02 Andy Wingo <wingo@pobox.com>
9736 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
9737 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
9740 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
9741 remove the typefind, the bin dispose will do it for us. When it's
9742 removed and unreffed, the signal handler will be disconnected,
9744 (unlinked): It's too difficult to disconnect from unlinked
9745 handlers, as they are on pads not elements. Just punt if the pads
9746 aren't grandkids of the bin.
9748 2005-06-02 Wim Taymans <wim@fluendo.com>
9751 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9752 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
9753 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
9754 * ext/theora/theoradec.c: (theora_dec_src_query),
9755 (theora_handle_data_packet):
9756 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9758 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9759 (vorbis_handle_data_packet):
9760 * gst/audioconvert/bufferframesconvert.c:
9761 (buffer_frames_convert_chain):
9762 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9763 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9764 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9765 (gst_ffmpegcsp_chain):
9766 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
9767 (gst_videorate_getcaps), (gst_videorate_setcaps),
9768 (gst_videorate_event), (gst_videorate_chain):
9769 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
9770 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
9771 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9772 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
9773 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9774 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
9775 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
9776 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
9777 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
9778 Cleanups and buffer alloc.
9780 2005-05-31 Wim Taymans <wim@fluendo.com>
9782 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
9783 Don't try to call the delay method when the device is not
9786 2005-05-31 Wim Taymans <wim@fluendo.com>
9788 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
9789 Get actual segment size and buffer size after opening
9792 2005-05-30 Wim Taymans <wim@fluendo.com>
9794 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
9795 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
9796 Also FLUSH upstream, makes the loop function exit faster.
9798 * ext/theora/theoradec.c: (theora_dec_src_query):
9799 Some more debug info in the query.
9801 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9802 (gst_ximagesink_setcaps):
9803 Release lock on par error, better error reporting.
9805 2005-05-26 Wim Taymans <wim@fluendo.com>
9807 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9808 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
9809 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
9810 Clear chains in READY
9811 Queue packets until the chain is activated.
9813 2005-05-25 Wim Taymans <wim@fluendo.com>
9815 * gst-libs/gst/audio/gstaudiosink.c:
9816 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9817 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9818 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9819 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9820 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9821 (gst_audiosink_create_ringbuffer):
9822 * gst-libs/gst/audio/gstbaseaudiosink.c:
9823 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
9824 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
9825 (gst_baseaudiosink_set_property), (build_linear_format),
9826 (debug_spec_caps), (debug_spec_buffer),
9827 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
9828 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
9829 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
9830 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9831 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9832 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9833 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
9834 (gst_ringbuffer_play), (gst_ringbuffer_pause),
9835 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
9836 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
9837 (wait_segment), (gst_ringbuffer_commit),
9838 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
9839 (gst_ringbuffer_clear):
9840 Various small cleanups.
9842 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9843 (gst_audio_convert_change_state):
9844 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
9845 No need to take the locks anymore.
9847 2005-05-25 Wim Taymans <wim@fluendo.com>
9849 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9850 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
9851 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
9853 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
9854 (group_destroy), (group_commit), (queue_overrun),
9855 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
9856 (mute_stream), (new_decoded_pad), (setup_substreams),
9857 (setup_source), (mute_group_type), (set_active_source),
9858 (gst_play_base_bin_change_state):
9859 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
9860 (gen_video_element), (gen_text_element), (gen_audio_element),
9861 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
9862 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
9863 (gst_stream_info_dispose), (gst_stream_info_set_mute):
9864 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9865 Some playbin cleanups mostly refcounting sloppyness.
9867 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9869 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
9870 Work with streaming input.
9872 2005-05-25 Wim Taymans <wim@fluendo.com>
9874 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9875 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9876 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9877 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
9878 No need to take the STREAM lock anymore.
9880 2005-05-25 Wim Taymans <wim@fluendo.com>
9882 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
9883 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
9884 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
9885 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
9886 (gst_ogg_demux_sink_activate):
9887 * ext/theora/theoradec.c: (theora_dec_src_event),
9888 (theora_handle_comment_packet), (theora_dec_chain),
9889 (theora_dec_change_state):
9890 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9891 (vorbis_handle_data_packet), (vorbis_dec_chain),
9892 (vorbis_dec_change_state):
9893 Remove STREAM locks as they are taken in core now.
9894 Never set bogus granulepos on vorbis/theora.
9895 Fix leaks in theoradec tag parsing.
9897 2005-05-25 Wim Taymans <wim@fluendo.com>
9899 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
9900 Fix memleaks, GST_BUFFER_DATA() is not freed.
9902 2005-05-25 Wim Taymans <wim@fluendo.com>
9904 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9905 Open non-blocking, set to blocking mode afterwards to avoid
9906 lockups when audio device is busy.
9908 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9910 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
9913 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9915 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9916 (gst_audio_convert_chain), (gst_audio_convert_link_src),
9917 (gst_audio_convert_setcaps):
9918 Implement instant setup switching.
9920 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9922 * gst/playback/gstplaybasebin.c: (probe_triggered):
9924 * gst/playback/gstplaybin.c: (add_sink):
9925 First add, then link (otherwise pad link fails).
9927 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
9929 * examples/Makefile.am:
9930 fix buildbot (make distcheck)
9932 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9934 * gst/playback/gstplaybin.c: (gen_vis_element):
9935 Remove some wrong code. Doesn't work yet.
9937 2005-05-19 Wim Taymans <wim@fluendo.com>
9939 * gst-libs/gst/net/Makefile.am:
9940 * gst-libs/gst/net/README:
9941 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
9942 (gst_netbuffer_class_init), (gst_netbuffer_init),
9943 (gst_netbuffer_finalize), (gst_netbuffer_copy),
9944 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
9945 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
9946 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
9947 * gst-libs/gst/net/gstnetbuffer.h:
9948 Added buffer subclass to store extra to/from addresses for
9949 network sources/sinks.
9951 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9953 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
9954 Don't lock an unassigned variable.
9956 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9958 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
9959 Increase buffer for video, decrease buffer for other media types.
9960 * gst/playback/gstplaybin.c: (gen_video_element),
9961 (gen_audio_element):
9962 Change names for debugging purposes.
9964 2005-05-18 Wim Taymans <wim@fluendo.com>
9966 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9967 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9968 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9969 (gst_ffmpegcsp_chain):
9970 Enable buffer alloc passthrough if the source and dest
9971 formats are the same.
9973 2005-05-17 Wim Taymans <wim@fluendo.com>
9975 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
9976 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
9977 (gst_ogg_demux_chain_unlocked):
9978 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9979 (gst_audio_convert_caps_remove_format_info),
9980 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
9981 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
9982 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9983 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9984 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
9985 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
9986 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9987 (gst_ffmpegcsp_get_property):
9988 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9989 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
9990 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
9991 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
9992 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
9993 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
9994 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
9995 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
9996 Leak fixes in oggdemux.
9997 Some cleanups in audioconvert.
9998 Make passthrough work along with buffer_alloc etc.
9999 Make buffer_alloc and buffer recycling actually work in
10002 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
10004 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
10005 make the compiler happy
10007 2005-05-17 Wim Taymans <wim@fluendo.com>
10009 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
10010 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
10011 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
10012 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
10013 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
10014 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
10015 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10016 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
10017 (gst_xvimagesink_set_xwindow_id):
10018 * sys/xvimage/xvimagesink.h:
10019 Port xvimagesink to new MiniObject.
10021 2005-05-17 Wim Taymans <wim@fluendo.com>
10023 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
10024 (gst_audiofilter_chain):
10025 * gst-libs/gst/audio/gstaudiosink.c:
10026 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10027 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10028 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10029 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10030 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10031 (gst_audiosink_create_ringbuffer):
10032 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10033 (gst_audio_convert_caps_remove_format_info),
10034 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
10035 (gst_audio_convert_fixate), (gst_audio_convert_channels):
10036 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10037 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
10038 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
10039 Fix passthrough in ffmpegcolorspace.
10040 Fix memset in audiosink on wrong memory.
10042 2005-05-16 David Schleef <ds@schleef.org>
10044 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
10047 2005-05-16 David Schleef <ds@schleef.org>
10049 Port from GstData to GstMiniObject.
10050 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
10051 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
10052 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
10053 (gst_ogg_mux_collected):
10054 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10055 * ext/theora/theoradec.c: (theora_handle_comment_packet),
10056 (theora_handle_data_packet):
10057 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
10058 (theora_set_header_on_caps), (theora_enc_chain):
10059 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
10060 (vorbis_handle_comment_packet):
10061 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
10062 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
10063 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
10064 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
10065 * gst/audioconvert/gstaudioconvert.c:
10066 (gst_audio_convert_get_buffer):
10067 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
10068 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
10069 (mute_stream), (silence_stream):
10070 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
10071 * gst/volume/gstvolume.c: (volume_transform):
10072 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10073 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
10074 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
10075 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
10076 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
10077 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
10078 (gst_ximagesink_buffer_alloc):
10079 * sys/ximage/ximagesink.h:
10081 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10083 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10084 (fill_buffer), (check_queue), (queue_threshold_reached),
10085 (queue_out_of_data):
10086 * gst/playback/gstplaybasebin.h:
10087 Post buffer-fullness on the bus.
10089 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10091 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10093 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10094 (group_commit), (probe_triggered), (setup_source),
10095 (gst_play_base_bin_change_state):
10096 * gst/playback/gstplaybasebin.h:
10097 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10098 (gst_play_bin_init), (remove_sinks), (setup_sinks),
10099 (gst_play_bin_change_state):
10100 Move setup_output_pads into a virtual function, remove
10101 group-switch (no longer needed) and redirect (handled by bus
10104 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10106 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
10107 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
10108 (get_active_group), (get_building_group), (group_destroy),
10109 (group_commit), (check_queue), (queue_overrun),
10110 (queue_threshold_reached), (queue_out_of_data),
10111 (gen_preroll_element), (remove_groups), (unknown_type),
10112 (add_element_stream), (no_more_pads), (probe_triggered),
10113 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
10114 (setup_substreams), (setup_source), (finish_source),
10115 (prepare_output), (muted_group_change_state),
10116 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
10117 (gst_play_base_bin_change_state):
10118 * gst/playback/gstplaybasebin.h:
10119 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10120 (gst_play_bin_init), (gst_play_bin_set_property),
10121 (gen_video_element), (gen_text_element), (gen_audio_element),
10122 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
10123 (gst_play_bin_change_state):
10124 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
10125 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
10126 (stream_info_change_state), (gst_stream_info_set_mute),
10127 (gst_stream_info_get_property):
10128 * gst/playback/gststreaminfo.h:
10129 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
10130 (gst_stream_selector_get_linked_pad),
10131 (gst_stream_selector_getcaps),
10132 (gst_stream_selector_get_linked_pads),
10133 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10134 * gst/playback/gststreamselector.h:
10135 Rough port of playbin. Needs some more work, but is mostly done,
10136 and uses a few locks in important places, which should make stuff
10137 like chain-switches clean. Still uses GST_STATE() in a few places,
10138 which isn't all that good an idea, subtitles/elements disabled
10139 because no elements to test with and thus probably broken, query
10140 and event handling moved to GstBin, internal thread removed
10141 alltogether because the pipeline does that for us now. Can play
10142 Ogg/Vorbis files. Haven't tested anything else yet.
10144 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10146 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
10147 Do no-more-pads (needed for autoplugging).
10149 2005-05-10 Andy Wingo <wingo@pobox.com>
10151 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
10152 message to the bus with the tags. Still not sent downstream tho.
10154 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
10156 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
10157 avoid refcounting hassles.
10159 2005-05-09 Andy Wingo <wingo@pobox.com>
10161 * gst/volume/Makefile.am:
10162 * gst/volume/demo.c
10163 * gst/volume/gstvolume.h
10164 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
10165 basetransform. Probably need an audio filter base class.
10167 2005-05-09 Wim Taymans <wim@fluendo.com>
10169 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
10170 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
10171 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
10172 (gst_vorbisenc_chain):
10173 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10174 (gst_audio_convert_caps_remove_format_info),
10175 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
10176 (gst_audio_convert_fixate), (gst_audio_convert_channels):
10177 Make caps writable before writing to it.
10178 Fix negotiation in audioconvert some more.
10180 2005-05-09 Wim Taymans <wim@fluendo.com>
10182 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10183 (gst_videorate_getcaps), (gst_videorate_setcaps),
10184 (gst_videorate_event), (gst_videorate_chain):
10185 Better negotiation.
10187 2005-05-09 Wim Taymans <wim@fluendo.com>
10189 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
10190 (gst_videorate_getcaps), (gst_videorate_setcaps),
10191 (gst_videorate_blank_data), (gst_videorate_init),
10192 (gst_videorate_event), (gst_videorate_chain),
10193 (gst_videorate_change_state):
10194 Port videorate, do a better job at negotiation while we're at
10197 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
10202 * examples/Makefile.am:
10203 * gst-libs/gst/audio/Makefile.am:
10204 * gst-libs/gst/riff/Makefile.am:
10205 * gst-libs/gst/tag/Makefile.am:
10206 * gst-libs/gst/video/Makefile.am:
10207 Fixups for missing variables.
10209 2005-05-09 Wim Taymans <wim@fluendo.com>
10211 * examples/seeking/seek.c: (make_theora_pipeline),
10212 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
10213 (query_rates), (query_positions_elems), (query_positions_pads),
10214 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
10215 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
10216 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
10217 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
10218 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
10219 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
10220 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10221 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
10222 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
10223 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10224 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10225 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10226 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
10227 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
10228 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
10229 (theora_dec_src_convert), (theora_dec_sink_convert),
10230 (theora_dec_src_query), (theora_dec_sink_query),
10231 (theora_dec_src_event), (theora_dec_sink_event),
10232 (theora_handle_comment_packet), (theora_handle_type_packet),
10233 (theora_handle_header_packet), (theora_handle_data_packet),
10234 (theora_dec_chain):
10235 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
10236 (vorbis_dec_convert), (vorbis_dec_src_query),
10237 (vorbis_dec_sink_query), (vorbis_dec_src_event),
10238 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
10239 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
10240 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
10241 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
10242 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
10243 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
10244 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10245 (gst_play_bin_query):
10246 * gst/playback/test3.c: (update_scale):
10247 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
10248 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
10249 * gst/subparse/gstsubparse.c: (gst_subparse_init):
10250 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
10251 (gst_videotestsrc_src_query):
10252 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
10253 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
10254 (paint_hline_YUV9):
10255 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
10256 Port to new query API.
10258 Cleanups in x[v]imagesink
10260 2005-05-09 Andy Wingo <wingo@pobox.com>
10262 * ext/alsa/gstalsasink.h:
10263 * ext/gnomevfs/gstgnomevfssrc.c:
10264 (gst_gnomevfssrc_get_icy_metadata):
10265 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
10266 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
10267 * ext/theora/theoradec.c (theora_dec_src_query)
10268 (theora_dec_src_event, theora_dec_sink_event)
10269 (theora_handle_comment_packet, theora_handle_data_packet):
10270 * ext/theora/theoraenc.c (theora_enc_chain):
10271 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
10272 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
10273 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
10274 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
10276 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
10277 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
10278 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
10279 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
10280 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
10281 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
10282 (paint_setup_xBGR8888, paint_setup_RGBx8888)
10283 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
10284 (paint_setup_RGB565, paint_setup_xRGB1555):
10285 * gst/videotestsrc/videotestsrc.h:
10286 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
10287 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
10288 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
10291 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
10292 gst_pad_query_position. Fixes oggdemux.
10294 2005-05-08 David Schleef <ds@schleef.org>
10296 * configure.ac: Require liboil.
10297 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
10299 * gst/videotestsrc/videotestsrc.c:
10300 * gst/videotestsrc/videotestsrc.h:
10302 2005-05-06 Wim Taymans <wim@fluendo.com>
10304 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10305 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
10306 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
10307 Well, unreffing a buffer right before pushing it is asking
10310 2005-05-06 Christian Schaller <uraeus@gnome.org>
10312 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
10314 2005-05-06 Wim Taymans <wim@fluendo.com>
10316 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10317 (gst_audio_convert_caps_remove_format_info),
10318 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
10319 (gst_audio_convert_fixate), (gst_audio_convert_channels):
10320 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10321 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
10322 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
10323 * gst/sine/Makefile.am:
10324 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
10325 (gst_sinesrc_class_init), (gst_sinesrc_init),
10326 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
10327 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
10328 (gst_sinesrc_update_freq):
10329 * gst/sine/gstsinesrc.h:
10330 * gst/tcp/gstmultifdsink.c:
10331 * sys/xvimage/xvimagesink.c:
10332 Fixed negotiation wrt _peer_get_caps()
10336 2005-05-06 Wim Taymans <wim@fluendo.com>
10338 * gst-libs/gst/audio/gstaudiosink.c:
10339 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10340 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10341 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10342 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10343 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10344 (gst_audiosink_create_ringbuffer):
10345 * gst-libs/gst/audio/gstbaseaudiosink.c:
10346 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
10347 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
10348 (gst_baseaudiosink_set_property), (build_linear_format),
10349 (debug_spec_caps), (debug_spec_buffer),
10350 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
10351 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
10352 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
10353 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10354 * gst-libs/gst/audio/gstbaseaudiosink.h:
10355 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10356 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10357 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
10358 (gst_ringbuffer_play), (gst_ringbuffer_pause),
10359 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
10360 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
10361 (wait_segment), (gst_ringbuffer_commit),
10362 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
10363 (gst_ringbuffer_clear):
10364 * gst-libs/gst/audio/gstringbuffer.h:
10365 Make the base audiosink return an error when there is no
10366 audiobuffer negotiated.
10368 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
10371 Disable cdparanoia until someone ports it!
10373 2005-05-06 Wim Taymans <wim@fluendo.com>
10375 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10376 (gst_ogg_demux_sink_activate):
10377 And revert after wingo's revert.. sigh..
10379 2005-05-05 Andy Wingo <wingo@pobox.com>
10381 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
10383 * configure.ac: Return audiorate and subparse from the ghetto.
10384 Re-enable -Wall -Werror.
10385 * gst/subparse/gstsubparse.c:
10386 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
10387 or chain-based. Cleaned up a bit. Not tested.
10389 2005-05-05 Christian Schaller <christian@fluendo.com>
10391 * Makefile.am: remove stuff that is not building
10392 * configure.ac: remove stuff that is not building
10393 * examples/Makefile.am: remove stuff that is not building
10394 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
10395 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
10396 * sys/Makefile.am: remove stuff that is not building
10397 * testsuite/Makefile.am: remove stuff that is not building
10399 2005-05-05 Andy Wingo <wingo@pobox.com>
10401 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
10402 * gst-libs/gst/tag/gstvorbistag.c:
10403 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
10404 * gst/adder/gstadder.h:
10405 * gst/audioconvert/gstchannelmix.c:
10406 (gst_audio_convert_fill_one_other):
10407 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
10408 (gst_audiorate_init), (gst_audiorate_chain):
10409 * gst/playback/gstplaybasebin.c: (setup_source):
10410 * gst/playback/test3.c: (update_scale):
10428 2005-05-05 Wim Taymans <wim@fluendo.com>
10430 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10431 (gst_audio_convert_caps_remove_format_info),
10432 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
10433 (gst_audio_convert_change_state), (gst_audio_convert_channels):
10434 * gst/videotestsrc/gstvideotestsrc.c:
10435 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
10436 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
10437 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
10438 (gst_videotestsrc_init), (gst_videotestsrc_loop):
10439 Don't ignore _push() return values.
10440 Make sure no processing is done when shutting down.
10441 Videotestsrc pad activation fix.
10443 2005-05-05 Wim Taymans <wim@fluendo.com>
10445 * gst/adder/Makefile.am:
10446 * gst/adder/gstadder.c: (gst_adder_setcaps),
10447 (gst_adder_class_init), (gst_adder_init),
10448 (gst_adder_request_new_pad), (gst_adder_collected),
10449 (gst_adder_change_state):
10450 * gst/adder/gstadder.h:
10451 Ported adder as an example of a mixer element using
10452 collect pads. Needs more negotiation work.
10454 2005-05-05 Wim Taymans <wim@fluendo.com>
10456 * ext/theora/theoradec.c: (_inc_granulepos),
10457 (theora_dec_src_event), (theora_dec_sink_event),
10458 (theora_handle_comment_packet), (theora_handle_type_packet),
10459 (theora_handle_header_packet), (theora_handle_data_packet),
10460 (theora_dec_chain):
10461 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10462 (gst_theora_enc_init), (theora_enc_sink_setcaps),
10463 (theora_push_buffer), (theora_push_packet),
10464 (theora_enc_sink_event), (theora_enc_chain),
10465 (theora_enc_change_state), (theora_enc_set_property),
10466 (theora_enc_get_property):
10467 Added stream lock to decoder so that we can serialize
10469 More theoraenc porting, recover from errors, do clean
10472 2005-05-05 Wim Taymans <wim@fluendo.com>
10474 * ext/ogg/Makefile.am:
10476 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10477 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
10479 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10480 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
10481 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
10482 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
10483 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
10484 (gst_ogg_mux_change_state):
10487 2005-05-05 Wim Taymans <wim@fluendo.com>
10489 * docs/design-audiosinks.txt:
10490 * gst-libs/gst/audio/TODO:
10491 * gst-libs/gst/audio/gstaudiosink.c:
10492 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10493 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10494 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10495 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10496 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10497 (gst_audiosink_create_ringbuffer):
10498 * gst-libs/gst/audio/gstbaseaudiosink.c:
10499 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
10500 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
10501 (gst_baseaudiosink_set_property), (build_linear_format),
10502 (debug_spec_caps), (debug_spec_buffer),
10503 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
10504 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
10505 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
10506 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10507 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10508 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10509 (gst_ringbuffer_release), (gst_ringbuffer_play),
10510 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
10511 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
10512 (gst_ringbuffer_set_sample), (wait_segment),
10513 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
10514 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
10515 More work on the audiosink, mostly debugging and a race in
10518 2005-04-28 Wim Taymans <wim@fluendo.com>
10520 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10521 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
10522 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
10523 (vorbis_dec_src_query), (vorbis_dec_src_event),
10524 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
10525 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
10526 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
10527 Don't crap out when seeking back to position 0.
10529 2005-04-28 Wim Taymans <wim@fluendo.com>
10531 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
10532 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
10533 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
10534 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
10535 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
10536 Make audio sink configurable, use alsasink as default.
10538 2005-04-28 Wim Taymans <wim@fluendo.com>
10540 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10541 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
10542 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
10543 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
10544 (vorbis_dec_change_state):
10545 * ext/vorbis/vorbisdec.h:
10546 Refactor, use STREAM_LOCK.
10548 2005-04-28 Wim Taymans <wim@fluendo.com>
10550 * ext/theora/theoradec.c: (_inc_granulepos),
10551 (theora_dec_sink_event), (theora_handle_comment_packet),
10552 (theora_handle_type_packet), (theora_handle_header_packet),
10553 (theora_handle_data_packet), (theora_dec_chain),
10554 (theora_dec_change_state):
10555 Refactor a bit, use STREAM_LOCK.
10557 2005-04-28 Wim Taymans <wim@fluendo.com>
10559 * ext/alsa/Makefile.am:
10560 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
10561 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
10562 (gst_alsa_link), (gst_alsa_close_audio):
10563 * ext/alsa/gstalsaplugin.c: (plugin_init):
10564 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
10565 (gst_alsasink_dispose), (gst_alsasink_base_init),
10566 (gst_alsasink_class_init), (gst_alsasink_init),
10567 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
10568 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
10569 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
10570 (gst_alsasink_reset):
10571 * ext/alsa/gstalsasink.h:
10572 Implement alsasink with simple open/write/close API.
10573 Make alsa dir build by disabling compilation of code.
10575 2005-04-28 Wim Taymans <wim@fluendo.com>
10577 * gst-libs/gst/audio/Makefile.am:
10578 * gst-libs/gst/audio/audio.h:
10579 * gst-libs/gst/audio/audioclock.c:
10580 * gst-libs/gst/audio/audioclock.h:
10581 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
10582 (gst_audio_clock_class_init), (gst_audio_clock_init),
10583 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
10584 * gst-libs/gst/audio/gstaudioclock.h:
10585 * gst-libs/gst/audio/gstaudiosink.c:
10586 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10587 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10588 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10589 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10590 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10591 (gst_audiosink_create_ringbuffer):
10592 * gst-libs/gst/audio/gstbaseaudiosink.c:
10593 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
10594 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
10595 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
10596 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
10597 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
10598 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
10599 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
10600 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10601 * gst-libs/gst/audio/gstbaseaudiosink.h:
10602 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10603 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
10604 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10605 (gst_ringbuffer_release), (gst_ringbuffer_play),
10606 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
10607 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
10608 (gst_ringbuffer_set_sample), (wait_segment),
10609 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
10610 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
10611 * gst-libs/gst/audio/gstringbuffer.h:
10612 Make ringbuffer faster and more simple by removing the locks
10613 in the playback thread.
10614 Add sample accurate playback based on buffer sample offsets.
10615 Make the baseaudiosink provide a clock.
10616 Parse caps in the base class.
10617 Correctly handle seeking, flushing and state changes.
10619 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
10622 * gst/audioconvert/Makefile.am:
10623 * gst/audioscale/Makefile.am:
10624 Fix part of the build. Come on guys, autogen didn't even work :)
10626 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10629 * gst-libs/gst/Makefile.am:
10630 * gst-libs/gst/media-info/.cvsignore:
10631 * gst-libs/gst/media-info/Makefile.am:
10632 * gst-libs/gst/media-info/README:
10633 * gst-libs/gst/media-info/media-info-priv.c:
10634 * gst-libs/gst/media-info/media-info-priv.h:
10635 * gst-libs/gst/media-info/media-info-test.c:
10636 * gst-libs/gst/media-info/media-info.c:
10637 * gst-libs/gst/media-info/media-info.h:
10638 * gst-libs/gst/media-info/media-info.vcproj:
10639 * pkgconfig/Makefile.am:
10640 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
10641 * pkgconfig/gstreamer-media-info.pc.in:
10642 Remove media-info, which is also successed by playbin (see Totem
10645 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10648 * examples/Makefile.am:
10649 * examples/gstplay/.cvsignore:
10650 * examples/gstplay/Makefile.am:
10651 * examples/gstplay/player.c:
10652 * gst-libs/gst/Makefile.am:
10653 * gst-libs/gst/play/.cvsignore:
10654 * gst-libs/gst/play/Makefile.am:
10655 * gst-libs/gst/play/play.c:
10656 * gst-libs/gst/play/play.h:
10657 * gst-libs/gst/play/play.vcproj:
10658 * pkgconfig/Makefile.am:
10659 * pkgconfig/gstreamer-play-uninstalled.pc.in:
10660 * pkgconfig/gstreamer-play.pc.in:
10661 Remove libgstplay, playbin is now the official successor.
10663 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10666 * gst-libs/gst/Makefile.am:
10667 * gst-libs/gst/xwindowlistener/Makefile.am:
10668 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
10669 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
10670 Remove deprecated xwindowlistener (I've moved xwindowlistening
10671 in the v4l/v4l2 plugins over to serverside).
10673 2005-04-25 David Schleef <ds@schleef.org>
10675 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
10676 to examples/dynparams. Examples do not belong interspersed with
10678 * examples/dynparams/demo-dparams.c:
10679 * gst/sine/Makefile.am:
10680 * gst/sine/demo-dparams.c:
10682 2005-04-25 David Schleef <ds@schleef.org>
10684 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
10685 * gst-libs/gst/audio/Makefile.am:
10686 * gst-libs/gst/riff/Makefile.am:
10687 * gst-libs/gst/tag/Makefile.am:
10688 * gst-libs/gst/video/Makefile.am:
10689 * gst-libs/gst/xwindowlistener/Makefile.am:
10691 Convert to 0.9 API, seems to work:
10692 * sys/ximage/Makefile.am:
10693 * sys/ximage/ximagesink.c:
10695 2005-04-24 David Schleef <ds@schleef.org>
10697 Link plugins against libraries:
10698 * ext/alsa/Makefile.am:
10699 * gst/tcp/Makefile.am:
10701 Remove asm code that should be in liboil
10702 * gst/videoscale/Makefile.am:
10703 * gst/videoscale/videoscale_x86_asm.s:
10705 gettext wants these checked in:
10721 2005-04-24 David Schleef <ds@schleef.org>
10723 Convert gst_main() to g_main_loop_run()
10724 * gst/playback/decodetest.c: (main):
10725 * gst/playback/test2.c: (main):
10726 * gst/playback/test3.c: (main):
10727 * gst/playback/test4.c: (main):
10729 Link plugins against libraries:
10730 * ext/libvisual/Makefile.am:
10731 * sys/xvimage/Makefile.am:
10733 2005-04-24 David Schleef <ds@schleef.org>
10735 * configure.ac: Remove idct and resample libs
10736 * gst-libs/gst/Makefile.am: same
10738 Remove usage of gst_library_load():
10739 * ext/alsa/gstalsaplugin.c: (plugin_init):
10740 * ext/libvisual/visual.c: (plugin_init):
10741 * ext/ogg/gstogg.c: (plugin_init):
10742 * ext/theora/theora.c: (plugin_init):
10743 * ext/vorbis/vorbis.c: (plugin_init):
10744 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
10745 * gst/audioscale/gstaudioscale.c:
10746 * gst/adder/gstadder.c: (plugin_init):
10747 * gst/audioconvert/plugin.c: (plugin_init):
10748 * sys/ximage/ximagesink.c: (plugin_init):
10749 * sys/xvimage/xvimagesink.c: (plugin_init):
10750 * gst/tcp/gsttcpplugin.c: (plugin_init):
10752 Link plugins against libraries:
10753 * ext/ogg/Makefile.am:
10754 * ext/theora/Makefile.am:
10755 * ext/vorbis/Makefile.am:
10756 * gst/audioconvert/Makefile.am:
10758 Create proper libraries:
10759 * gst-libs/gst/riff/Makefile.am:
10760 * gst-libs/gst/audio/Makefile.am:
10761 * gst-libs/gst/video/Makefile.am:
10763 Move resample library to audioscale plugin directory:
10764 * gst-libs/gst/resample/Makefile.am:
10765 * gst-libs/gst/resample/README:
10766 * gst-libs/gst/resample/dtof.c:
10767 * gst-libs/gst/resample/dtos.c:
10768 * gst-libs/gst/resample/functable.c:
10769 * gst-libs/gst/resample/private.h:
10770 * gst-libs/gst/resample/resample.c:
10771 * gst-libs/gst/resample/resample.h:
10772 * gst-libs/gst/resample/resample.vcproj:
10773 * gst-libs/gst/resample/test.c:
10774 * gst/audioscale/Makefile.am:
10775 * gst/audioscale/README:
10776 * gst/audioscale/dtof.c:
10777 * gst/audioscale/dtos.c:
10778 * gst/audioscale/functable.c:
10779 * gst/audioscale/private.h:
10780 * gst/audioscale/resample.c:
10781 * gst/audioscale/resample.h:
10782 * gst/audioscale/test.c:
10784 Move tagedit library to gst-libs:
10785 * gst-libs/gst/tag/Makefile.am:
10786 * gst-libs/gst/tag/gstid3tag.c:
10787 * gst-libs/gst/tag/gsttagediting.c:
10788 * gst-libs/gst/tag/gsttageditingprivate.h:
10789 * gst-libs/gst/tag/gstvorbistag.c:
10790 * gst/tags/Makefile.am:
10791 * gst/tags/gstid3tag.c:
10792 * gst/tags/gstvorbistag.c:
10794 Fix for core changes:
10795 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10796 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
10797 (gst_sinesrc_getrange):
10799 2005-04-23 David Schleef <ds@schleef.org>
10801 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
10802 in gst-plugins in a long time, and properly belongs in liboil.
10803 * gst-libs/gst/idct/Makefile.am:
10804 * gst-libs/gst/idct/README:
10805 * gst-libs/gst/idct/dct.h:
10806 * gst-libs/gst/idct/doieee:
10807 * gst-libs/gst/idct/fastintidct.c:
10808 * gst-libs/gst/idct/floatidct.c:
10809 * gst-libs/gst/idct/idct.c:
10810 * gst-libs/gst/idct/idct.h:
10811 * gst-libs/gst/idct/idtc.vcproj:
10812 * gst-libs/gst/idct/ieeetest.c:
10813 * gst-libs/gst/idct/intidct.c:
10815 2005-04-20 Wim Taymans <wim@fluendo.com>
10817 * docs/design-audiosinks.txt:
10818 * gst-libs/gst/audio/Makefile.am:
10819 * gst-libs/gst/audio/TODO:
10820 * gst-libs/gst/audio/gstaudiosink.c:
10821 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10822 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10823 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
10824 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10825 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10826 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
10827 (gst_audiosink_class_init), (gst_audiosink_init),
10828 (gst_audiosink_create_ringbuffer):
10829 * gst-libs/gst/audio/gstaudiosink.h:
10830 * gst-libs/gst/audio/gstbaseaudiosink.c:
10831 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
10832 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
10833 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
10834 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
10835 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
10836 (gst_baseaudiosink_create_ringbuffer),
10837 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10838 * gst-libs/gst/audio/gstbaseaudiosink.h:
10839 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10840 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
10841 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
10842 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10843 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
10844 (gst_ringbuffer_play), (gst_ringbuffer_pause),
10845 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
10846 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
10847 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
10848 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
10849 * gst-libs/gst/audio/gstringbuffer.h:
10850 An attempt at a set of audio base classes together with some
10853 2005-04-20 Wim Taymans <wim@fluendo.com>
10855 * gst/audioconvert/Makefile.am:
10856 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10857 (gst_audio_convert_caps_remove_format_info),
10858 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
10859 (gst_audio_convert_channels):
10860 Link against audio libs.
10861 Fix audio convert plugin.
10863 2005-04-20 Wim Taymans <wim@fluendo.com>
10865 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
10866 (gst_ogg_demux_sink_activate):
10867 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10868 (theora_set_header_on_caps), (theora_enc_sink_event),
10869 (theora_enc_chain):
10870 Fix theora encoder.
10872 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10874 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
10875 * gst/playback/gstdecodebin.c: (find_compatibles):
10876 Work with staticpadtemplates in elementfactories.
10878 2005-04-12 Wim Taymans <wim@fluendo.com>
10880 * gst/playback/README:
10881 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10882 (compare_ranks), (print_feature), (gst_decode_bin_init),
10883 (dynamic_create), (dynamic_free), (find_compatibles),
10884 (mimetype_is_raw), (close_pad_link), (got_redirect),
10885 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
10886 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
10887 (gst_decode_bin_change_state):
10888 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10889 (gst_play_base_bin_init), (group_destroy), (group_commit),
10890 (check_queue), (queue_overrun), (queue_threshold_reached),
10891 (queue_out_of_data), (gen_preroll_element), (unknown_type),
10892 (new_decoded_pad), (setup_subtitle), (gen_source_element),
10893 (got_redirect), (setup_source), (play_base_eos),
10894 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
10895 (gst_play_base_bin_remove_element):
10896 * gst/playback/gstplaybasebin.h:
10897 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10898 (gst_play_bin_init), (gst_play_bin_dispose),
10899 (gst_play_bin_set_property), (gen_video_element),
10900 (gen_text_element), (gen_audio_element), (remove_sinks),
10901 (gst_play_bin_send_event):
10902 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
10903 (stream_info_change_state), (gst_stream_info_set_mute):
10904 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
10905 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
10906 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
10907 (gst_stream_selector_chain):
10908 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
10910 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
10911 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
10912 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
10913 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
10914 Raw and crude port of decodebin.
10915 Make playbin compile.
10917 2005-04-06 Wim Taymans <wim@fluendo.com>
10919 * ext/gnomevfs/Makefile.am:
10920 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
10921 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
10922 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
10923 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
10924 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
10925 (gst_gnomevfssrc_stop):
10926 * ext/ogg/Makefile.am:
10927 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
10928 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
10929 * ext/theora/Makefile.am:
10930 * ext/theora/theoradec.c: (_inc_granulepos),
10931 (theora_dec_sink_event), (theora_dec_chain):
10932 * ext/vorbis/Makefile.am:
10933 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10934 (vorbis_dec_sink_event), (vorbis_dec_chain):
10935 * gst-libs/gst/audio/Makefile.am:
10936 * sys/xvimage/Makefile.am:
10937 Make gnomevfssrc extend the source base class.
10938 Fix linking against libs in various plugins.
10940 2005-04-06 Andy Wingo <wingo@pobox.com>
10942 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
10945 * configure.ac: Add check and AC_SUBST for libgstbase.
10947 2005-03-31 Wim Taymans <wim@fluendo.com>
10949 * examples/seeking/Makefile.am:
10950 * examples/seeking/cdparanoia.c: (main):
10951 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
10952 (play_cb), (pause_cb), (stop_cb), (main):
10953 * examples/seeking/playbin.c:
10954 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
10955 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
10956 (make_sid_pipeline), (make_vorbis_pipeline),
10957 (make_theora_pipeline), (make_vorbis_theora_pipeline),
10958 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
10959 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
10960 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
10961 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
10963 * examples/seeking/spider_seek.c:
10964 * examples/seeking/vorbisfile.c:
10965 * ext/gnomevfs/Makefile.am:
10966 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10967 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
10968 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
10969 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
10970 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
10971 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
10972 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
10973 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
10975 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
10976 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
10977 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
10978 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
10979 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
10980 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
10981 (gst_ogg_pad_event), (gst_ogg_pad_reset),
10982 (gst_ogg_demux_factory_filter), (compare_ranks),
10983 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
10984 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
10985 (gst_ogg_chain_new), (gst_ogg_chain_free),
10986 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
10987 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
10988 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
10989 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
10990 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
10991 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10992 (gst_ogg_demux_get_prev_page),
10993 (gst_ogg_demux_deactivate_current_chain),
10994 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
10995 (gst_ogg_demux_bisect_forward_serialno),
10996 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10997 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
10998 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
10999 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
11000 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
11001 (gst_ogg_demux_change_state), (gst_ogg_print):
11002 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11003 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
11004 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
11005 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
11006 (gst_ogg_mux_loop):
11007 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
11008 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
11009 (theora_dec_src_convert), (theora_dec_sink_convert),
11010 (theora_dec_src_query), (theora_dec_src_event),
11011 (theora_dec_sink_event), (theora_dec_chain),
11012 (theora_dec_change_state):
11013 * ext/theora/theoraenc.c: (gst_theora_enc_init),
11014 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
11015 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
11016 (theora_enc_change_state):
11017 * ext/vorbis/Makefile.am:
11018 * ext/vorbis/oggvorbisenc.c:
11019 * ext/vorbis/oggvorbisenc.h:
11020 * ext/vorbis/vorbis.c: (plugin_init):
11021 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
11022 (vorbis_dec_src_query), (vorbis_dec_src_event),
11023 (vorbis_dec_sink_event), (vorbis_dec_chain),
11024 (vorbis_dec_change_state):
11025 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
11026 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
11027 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
11028 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
11029 (gst_vorbisenc_change_state):
11030 * ext/vorbis/vorbisenc.h:
11031 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
11032 * gst-libs/gst/audio/audioclock.c:
11033 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
11034 (gst_audiofilter_init), (gst_audiofilter_chain):
11035 * gst-libs/gst/audio/testchannels.c: (main):
11036 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
11037 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
11038 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
11039 (gmip_find_track_streaminfo), (gmip_find_track_format):
11040 * gst-libs/gst/media-info/media-info.c:
11041 (gst_media_info_read_idler):
11042 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
11043 (gst_play_get_all_by_interface):
11044 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
11045 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
11046 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
11047 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
11048 (gst_riff_parse_info):
11049 * gst-libs/gst/riff/riff-read.h:
11050 * gst-libs/gst/riff/riff.c: (plugin_init):
11051 * gst-libs/gst/video/Makefile.am:
11052 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
11053 (gst_videosink_class_init), (gst_videosink_get_type):
11054 * gst-libs/gst/video/videosink.h:
11055 * gst/audioconvert/bufferframesconvert.c:
11056 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
11057 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
11058 * gst/audioconvert/channelmixtest.c: (main):
11059 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
11060 (gst_audio_convert_chain),
11061 (gst_audio_convert_caps_remove_format_info),
11062 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
11063 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
11064 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
11065 (gst_audio_convert_buffer_to_default_format),
11066 (gst_audio_convert_buffer_from_default_format),
11067 (gst_audio_convert_channels):
11068 * gst/audioconvert/gstchannelmix.h:
11069 * gst/ffmpegcolorspace/avcodec.h:
11070 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11071 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
11072 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
11073 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
11074 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
11075 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
11076 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11077 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
11078 (mpeg_video_type_find), (mpeg_video_stream_type_find),
11080 * gst/videotestsrc/gstvideotestsrc.c:
11081 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
11082 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
11083 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
11084 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
11085 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
11086 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
11087 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
11088 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
11089 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
11090 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
11091 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
11092 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
11093 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
11094 (gst_xvimagesink_navigation_send_event),
11095 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
11096 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
11097 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11098 * sys/xvimage/xvimagesink.h:
11099 Plugin port to 0.9, ogg/theora playback should work in the seek
11101 Removed old examples.
11102 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
11103 explained in 0.9 TODO doc.
11106 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
11128 * testsuite/Makefile.am:
11129 remove a whole bunch of plugins. This module now contains a set
11130 of free reference plugins/elements as agreed.
11132 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
11135 hunting season on 0.9 is now OPEN
11137 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11139 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
11140 Kick the hell out of gcc for not warning me about a symbol conflict.
11142 2005-02-22 Luca Ognibene <luogni@tin.it>
11144 Reviewed by: Tim-Philipp M??ller <tim at centricular dot net>
11146 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
11147 Don't leak caps string (fixes #168134)
11149 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
11150 (gst_jpegenc_init), (gst_jpegenc_finalize),
11151 (gst_jpegenc_change_state):
11152 Don't leak line buffers and context struct (fixes #168133).
11154 2005-02-21 Tim-Philipp M??ller <tim at centricular dot net>
11157 * ext/dirac/gstdiracdec.cc:
11158 (gst_diracdec_chain):
11159 Since dirac 0.5.0 the framerate in dirac is expressed as a
11160 rational number. Fix build and up requirement to 0.5.0, and
11161 also pass parameters to gst_diracdec_link in the right order
11164 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
11166 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
11167 * ext/faad/gstfaad.h:
11168 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
11169 certain invalid muxed streams, where some packets will contain
11170 junk after decoder data. Partially fixes #149158.
11172 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
11173 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
11174 Make sure we only write to writable buffers
11176 2005-02-20 Tim-Philipp M??ller <tim at centricular dot net>
11178 * gst-libs/gst/riff/riff-media.c:
11179 (gst_riff_create_audio_caps_with_data):
11180 Do actually fix invalid RIFF fmt header values for alaw
11181 and mulaw audio instead of just saying so.
11183 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
11184 Give gst_riff_create_audio_caps_with_data() a chance to
11185 fix up broken format header fields before extracting any
11186 parameters from the header. (fixes #167633)
11188 2005-02-19 Martin Holters <martin.holters@gmx.de>
11190 Reviewed by: Tim-Philipp M??ller <tim at centricular dot net>
11192 * gst/audioconvert/bufferframesconvert.c:
11193 (buffer_frames_convert_link):
11194 Don't leak othercaps. (fixes #167878)
11196 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
11199 * ext/libvisual/visual.c: (gst_visual_srclink),
11200 (gst_visual_change_state):
11201 Support libvisual 0.2.0.
11203 2005-02-18 Tim-Philipp M??ller <tim at centricular dot net>
11205 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
11206 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
11207 Use same rowstrides for I420 as used everywhere else.
11209 2005-02-17 Tim-Philipp M??ller <tim at centricular dot net>
11211 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11212 Declare variables at beginning of block and make gcc-2.95 happy
11213 (fixes # 167482, patch by Gergely Nagy).
11215 * gst/tcp/gsttcpclientsrc.c:
11216 * gst/tcp/gsttcpclientsrc.h:
11217 Move some includes into the header, so that struct sockaddr_in is
11218 defined when it should be defined on FreeBSD as well (fixes
11221 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
11222 Don't pass uninitialised values to setsockopt() here either.
11224 2005-02-17 Luca Ognibene <luogni at tin dot it>
11226 Reviewed by: Tim-Philipp M??ller <tim at centricular dot net>
11228 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
11229 Don't pass uninitialised values to setsockopt(). (fixes #167704)
11231 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11233 * gst/playback/gstplaybin.c: (add_sink):
11234 Invert bin_add/link order to workaround deadlock in opt.
11236 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11238 * gst/modplug/gstmodplug.cc:
11239 Add missing break causing position queries to fail.
11241 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11243 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
11244 Granpos can apparently be -1, which screws up calculations...
11246 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
11248 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
11249 (gst_ximagesink_send_pending_navigation),
11250 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
11251 (gst_ximagesink_init):
11252 * sys/ximage/ximagesink.h:
11253 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
11254 (gst_xvimagesink_send_pending_navigation),
11255 (gst_xvimagesink_navigation_send_event),
11256 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
11257 * sys/xvimage/xvimagesink.h:
11258 Use a mutex protected list to marshal navigation
11259 events into the stream thread from whichever thread
11262 2005-02-15 Tim-Philipp M??ller <tim at centricular dot net>
11264 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
11265 Display current position and track length; misc. clean-ups.
11267 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
11268 (speed_init), (speed_chain):
11269 Add query function, so that the stream length and current position
11270 get adjusted when queried (note that current position queries may
11271 still be wrong if the audio sink returns values based on buffer
11272 timestamps instead of passing on the query).
11274 2005-02-13 Benjamin Otte <otte@gnome.org>
11276 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
11277 (gst_audio_convert_channels):
11278 create channel conversion matrix when linking
11279 * gst/audioconvert/.cvsignore:
11280 * gst/audioconvert/Makefile.am:
11281 * gst/audioconvert/channelmixtest.c: (main):
11282 add (ugly) test that ensures stereo <=> mono conversion works
11285 2005-02-13 Benjamin Otte <otte@gnome.org>
11287 * gst/audioconvert/gstchannelmix.h:
11288 include missing header file
11289 * gst/audioconvert/gstchannelmix.c:
11290 (gst_audio_convert_fill_compatible):
11291 use same sign for both channels when converting to/from compatible
11292 channel. Previously used different signs made the signals cancel
11293 each other out and appear like silence. (fixes #167269)
11295 2005-02-12 Tim-Philipp M??ller <tim at centricular dot net>
11297 * gst/ffmpegcolorspace/avcodec.h:
11298 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11299 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11300 (gst_ffmpegcsp_avpicture_fill):
11301 * gst/ffmpegcolorspace/imgconvert.c:
11302 Convert to and from YV12 (fixes #156379).
11304 2005-02-12 Julien MOUTTE <julien@moutte.net>
11306 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11307 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
11308 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
11309 (gst_ximagesink_expose), (gst_ximagesink_set_property),
11310 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
11311 methods from chain and negotiation and vice versa (Fixes #166142).
11312 * sys/ximage/ximagesink.h: Add stream_lock.
11313 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
11314 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
11315 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
11316 (gst_xvimagesink_expose): Check for xcontext before trying to link.
11318 2005-02-12 Tim-Philipp M??ller <tim at centricular dot net>
11320 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
11321 Don't send "Hey! You gave me a NULL pointer you naughty person" as
11322 error message when we can't open the DVD device (when dvdnav_open()
11323 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
11324 the above). Send something more useful instead (fixes #167117).
11326 2005-02-11 Julien MOUTTE <julien@moutte.net>
11328 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
11329 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
11330 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
11331 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
11332 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
11333 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
11334 methods from chain and negotiation and vice versa (Fixes #166142).
11335 Fix a possible bug of images in the buffer pool being discarded because
11336 we are looking at the wrong geometry.
11337 * sys/xvimage/xvimagesink.h: Add stream_lock.
11339 2005-02-11 David Schleef <ds@schleef.org>
11341 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
11342 unsigned int. (fixes #167128)
11344 2005-02-11 David Schleef <ds@schleef.org>
11346 * gst/librfb/Makefile.am: Testing stuff before committing is
11347 for wimps... and people with fast machines. Fix stupid
11350 2005-02-11 David Schleef <ds@schleef.org>
11352 * configure.ac: Pull in librfb from my CVS tree, because it is
11353 too small and annoying to be separate. Move rfbsrc plugin
11356 * ext/librfb/Makefile.am:
11357 * ext/librfb/gstrfbsrc.c:
11358 * gst/librfb/Makefile.am:
11359 * gst/librfb/gstrfbsrc.c:
11360 * gst/librfb/rfb.c:
11361 * gst/librfb/rfb.h:
11362 * gst/librfb/rfbbuffer.c:
11363 * gst/librfb/rfbbuffer.h:
11364 * gst/librfb/rfbbytestream.c:
11365 * gst/librfb/rfbbytestream.h:
11366 * gst/librfb/rfbcontext.h:
11367 * gst/librfb/rfbdecoder.c:
11368 * gst/librfb/rfbdecoder.h:
11369 * gst/librfb/rfbutil.h:
11371 2005-02-10 Tim-Philipp M??ller <tim at centricular dot net>
11373 * gst/speed/Makefile.am:
11374 * gst/speed/demo-mp3.c: (main):
11375 * gst/speed/filter.func:
11376 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
11377 (speed_class_init), (speed_init), (speed_chain_int16),
11378 (speed_chain_float32), (speed_chain), (speed_set_property),
11379 (speed_get_property), (speed_change_state):
11380 * gst/speed/gstspeed.h:
11381 Fix speed element and make it chain-based (fixes #156467),
11382 and make it handle more than one channel.
11384 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
11386 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
11387 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
11388 (gst_dtsdec_chain), (gst_dtsdec_change_state):
11389 * ext/dts/gstdtsdec.h:
11390 Don't clobber the stack constructing the channels array.
11391 Make the element chain-based. DTS tracks can now be played.
11393 2005-02-09 Tim-Philipp M??ller <tim at centricular dot net>
11395 * gst-libs/gst/audio/multichannel.h:
11396 * gst-libs/gst/gconf/gconf.h:
11397 * gst-libs/gst/idct/idct.h:
11398 * gst-libs/gst/media-info/media-info-priv.h:
11399 * gst-libs/gst/play/play.h:
11400 * gst-libs/gst/resample/private.h:
11401 * gst-libs/gst/resample/resample.h:
11402 * gst-libs/gst/riff/riff-ids.h:
11403 * gst-libs/gst/video/video.h:
11404 * gst-libs/gst/video/videosink.h:
11405 Add G_BEGIN_DECLS and G_END_DECLS around headers where
11406 missing, so that they work when included from C++ code.
11408 2005-02-09 David Schleef <ds@schleef.org>
11410 * testsuite/gst-lint: Check for non-statically scoped
11411 parent_class variables. This won't be a problem once
11412 plugins are loaded with RTLD_LOCAL.
11414 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11416 * ext/mplex/gstmplexibitstream.cc:
11419 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11421 * ext/ogg/gstogmparse.c:
11422 * gst/debug/gstnavigationtest.c:
11423 Die, thou faulty symbol pollutors (non-static parent_class).
11425 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11427 * ext/mplex/gstmplexibitstream.cc:
11428 Fix event handling (#165525).
11430 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11432 * ext/mikmod/gstmikmod.c:
11433 * gst/modplug/gstmodplug.cc:
11434 Add missing endianness to template (fixes #165509).
11436 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11438 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
11439 Fix wrong order of reading of optional bytes (#165290).
11441 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11443 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11444 Implement FILLER event awareness.
11446 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11448 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
11449 Fix track calculations (#166208).
11451 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
11453 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11455 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
11456 * ext/libpng/gstpngenc.c:
11457 Fix byte-order, use proper fixed caps. Fixes #164197.
11459 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
11464 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
11465 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
11466 Don't push buffers if the src pad isn't negotiated yet.
11468 * gst/audioconvert/gstaudioconvert.c:
11469 (gst_audio_convert_buffer_to_default_format),
11470 (gst_audio_convert_buffer_from_default_format):
11471 Add support for 24-bit width.
11473 * gst/dvdlpcmdec/.cvsignore:
11474 * gst/dvdlpcmdec/Makefile.am:
11475 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
11476 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
11477 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
11478 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
11480 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
11481 New decoder for rearranging DVD LPCM into our audio/x-raw-int
11482 format. Needs support for the channels maps if someone can find
11483 a DVD LPCM track with > 2 channels.
11485 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
11486 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
11487 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
11488 * gst/mpegstream/gstdvddemux.h:
11489 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
11490 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
11491 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
11492 * gst/mpegstream/gstmpegdemux.h:
11493 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
11494 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
11495 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
11496 (gst_mpeg_parse_handle_src_query),
11497 (gst_mpeg_parse_handle_src_event):
11498 Use audio/x-dvd-lpcm for LPCM output.
11501 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
11503 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11505 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
11506 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
11507 Add BGRA handling (#165736).
11509 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
11511 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11513 * gst/law/alaw-decode.c: (alawdec_link):
11514 * gst/law/alaw-encode.c: (alawenc_link):
11515 * gst/law/mulaw-decode.c: (mulawdec_link):
11516 * gst/law/mulaw-encode.c: (mulawenc_link):
11517 Fix caps memleaks (#166600).
11519 2005-02-08 Tim-Philipp M??ller <tim at centricular dot net>
11521 * ext/tarkin/mem.h:
11522 * ext/tarkin/wavelet.h:
11523 * ext/tarkin/yuv.h:
11524 * gst/ffmpegcolorspace/avcodec.h:
11525 Include "_stdint.h" instead of <stdint.h>. Fixes build on
11526 systems that don't have stdint.h, like Solaris9 (fixes #166631).
11528 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11530 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
11531 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
11532 (gst_xvimagesink_change_state):
11533 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
11534 Xv video (and thereby regenerate Xv colourkey) in clear() so
11535 that PLAY -> READY -> PLAY works (fixes #162504).
11537 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11539 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
11540 Switch to list instead of range, since MJPEG-devices really just
11541 support decimations, not any size.
11543 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
11544 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
11545 (gst_mpeg2dec_reset), (free_all_buffers),
11546 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
11547 * ext/mpeg2dec/gstmpeg2dec.h:
11548 The libmpeg2 user-allocated buffer management is awkward,
11549 to say the least. Hopefully this fixes things.
11551 2005-02-04 Andy Wingo <wingo@pobox.com>
11553 * gst/audioconvert/bufferframesconvert.c
11554 (buffer_frames_convert_fixate): New function, fixates to 256
11555 frames per buffer by default. (Much better than 1.)
11556 (buffer_frames_convert_init): Set the fixate function for both src
11558 (buffer_frames_convert_link): After success setting nonfixed caps,
11559 get the negotiated caps so we can know how many buffer-frames it
11560 will be. No idea how this worked at all before.
11562 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
11564 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
11565 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
11566 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
11567 (handle_sequence), (handle_picture):
11568 * ext/mpeg2dec/gstmpeg2dec.h:
11569 Rearrange buffer tracking and refcounting and refactor
11570 a little for readability.
11572 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
11573 * sys/v4l/gstv4l.c: (plugin_init):
11574 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
11575 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
11576 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
11577 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
11578 * sys/v4l/gstv4ljpegsrc.h:
11579 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
11580 * sys/v4l/v4l_calls.h:
11581 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
11582 (gst_v4lsrc_get_fps):
11583 * sys/v4l/v4lsrc_calls.h:
11584 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
11585 you jpeg inside rgb frames" driver.
11586 Don't error in the v4lsrc link function, just return
11589 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11591 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
11592 (gst_qcamsrc_open):
11593 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
11595 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11597 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
11598 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
11600 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11602 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
11603 Reset negotiated state on PAUSED->READY.
11605 2005-02-02 David Schleef <ds@schleef.org>
11607 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
11608 whereever possible. (Fixes #165997)
11609 * examples/capsfilter/capsfilter1.c: (main):
11610 * examples/dynparams/filter.c: (create_ui):
11611 * examples/seeking/cdparanoia.c: (get_track_info), (main):
11612 * examples/seeking/chained.c: (main):
11613 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
11614 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
11615 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
11616 (make_mpeg_pipeline), (make_mpegnt_pipeline):
11617 * examples/seeking/spider_seek.c: (make_spider_pipeline):
11618 * examples/switch/switcher.c: (main):
11619 * ext/dv/demo-play.c: (main):
11620 * ext/faad/gstfaad.c: (gst_faad_change_state):
11621 * ext/mad/gstmad.c: (gst_mad_chain):
11622 * ext/smoothwave/demo-osssrc.c: (main):
11623 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
11624 (gst_gconf_render_bin_from_description),
11625 (gst_gconf_get_default_audio_sink),
11626 (gst_gconf_get_default_video_sink),
11627 (gst_gconf_get_default_audio_src),
11628 (gst_gconf_get_default_video_src),
11629 (gst_gconf_get_default_visualization_element):
11630 * gst/level/demo.c: (main):
11631 * gst/level/plot.c: (main):
11632 * gst/playback/gstplaybin.c: (gen_video_element),
11633 (gen_audio_element):
11634 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
11635 * gst/playondemand/demo-mp3.c: (setup_pipeline):
11636 * gst/sine/demo-dparams.c: (main):
11637 * gst/spectrum/demo-osssrc.c: (main):
11638 * gst/speed/demo-mp3.c: (main):
11639 * gst/volume/demo.c: (main):
11640 * testsuite/embed/embed.c: (main):
11642 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
11644 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
11645 (gst_tcpclientsink_finalize):
11646 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
11647 (gst_tcpclientsrc_finalize):
11648 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11649 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
11650 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
11651 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
11652 Don't leak the hostname when shutting down.
11653 In tcpserversrc, take a copy of the default hostname.
11655 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11657 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
11658 Set caps to systemstream=TRUE.
11660 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11662 * testsuite/Makefile.am:
11663 Fix more OSX buildbots.
11665 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
11667 * ext/mpeg2dec/gstmpeg2dec.c:
11668 Don't send things to NULL PAD_PEERs
11670 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
11671 Copy-on-write the incoming buffer.
11673 * gst/mpegstream/gstdvddemux.h:
11674 * gst/mpegstream/gstmpegclock.h:
11675 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
11676 (normal_seek), (gst_mpeg_demux_handle_src_event):
11677 * gst/mpegstream/gstmpegdemux.h:
11678 * gst/mpegstream/gstmpegpacketize.h:
11679 * gst/mpegstream/gstmpegparse.c:
11680 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
11681 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
11682 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
11683 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
11684 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
11685 * gst/mpegstream/gstmpegparse.h:
11686 * gst/mpegstream/gstrfc2250enc.h:
11687 Various changes to the way time is computed that make seeking and
11688 total time estimation much better here.
11689 Use G_BEGIN/END_DECLS instead of __cplusplus
11691 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
11692 Use gst_buffer_stamp instead of only copying the TIMESTAMP
11694 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11696 * gst/subparse/gstsubparse.c:
11699 2005-01-31 Tim-Philipp M??ller <tim at centricular dot net>
11701 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
11702 (theora_enc_chain), (theora_enc_change_state):
11703 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11704 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
11705 (gst_vorbisenc_change_state):
11706 * ext/vorbis/vorbisenc.h:
11707 Set granulepos and timestamp correctly for streams not
11708 starting at 0, taking into account the initial delay.
11710 2005-01-31 Tim-Philipp M??ller <tim at centricular dot net>
11712 * gst/mpegstream/gstdvddemux.c:
11713 Add audio/x-dts to audio pad template caps
11715 2005-01-30 David Schleef <ds@schleef.org>
11717 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
11718 (create_context), (gst_polypsink_link): Fix silly endianness
11719 bug. Add some debugging. Remove float from caps; it doesn't
11720 work. Attempt to get remote audio working.
11722 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11724 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
11727 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11729 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
11730 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
11731 (gst_avi_demux_stream_data):
11732 * gst/avi/gstavidemux.h:
11733 Invert DIB images. Fixes #132341.
11735 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11737 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11738 (gst_ffmpegcsp_chain):
11739 D'oh, reference the palette data, not the palette structure.
11740 Fixes color distortion in #132341.
11742 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11744 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
11745 PAR can be non-fixed when not provided as argument (#162626).
11747 2005-01-29 David Moore <dcm@acm.org>
11749 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11751 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11752 (gst_qtdemux_loop_header):
11753 Re-apply patch from #142272 that allows non-seekable sources,
11754 re-proposed by Daniel Drake <dsd@gentoo.org>.
11756 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11758 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
11759 Use the src template for creating the src pad (#162330).
11761 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11764 * ext/musepack/Makefile.am:
11765 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
11766 (gst_musepackdec_init), (gst_musepackdec_dispose),
11767 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
11768 (gst_musepack_stream_init), (gst_musepackdec_loop),
11769 (gst_musepackdec_change_state):
11770 * ext/musepack/gstmusepackdec.cpp:
11771 * ext/musepack/gstmusepackdec.h:
11772 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
11773 (gst_musepack_reader_read), (gst_musepack_reader_seek),
11774 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
11775 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
11776 * ext/musepack/gstmusepackreader.cpp:
11777 * ext/musepack/gstmusepackreader.h:
11778 Update to 1.1 API (#165446).
11780 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11785 2005-01-28 Andy Wingo <wingo@pobox.com>
11787 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
11788 to reflect a different dubious internet source. Add a reference
11789 and some commentary.
11791 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11793 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
11794 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
11795 * gst/playback/gststreamselector.h:
11796 Be more selective when we're redoing caps negotiation from
11797 within the chain function on a stream change.
11799 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11803 * ext/amrnb/Makefile.am:
11804 * ext/amrnb/amrnb.c: (plugin_init):
11805 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
11806 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
11807 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
11808 (gst_amrnbdec_state_change):
11809 * ext/amrnb/amrnbdec.h:
11810 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
11811 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
11812 (gst_amrnbparse_init), (gst_amrnbparse_formats),
11813 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
11814 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
11815 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
11816 * ext/amrnb/amrnbparse.h:
11817 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
11818 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11819 Add AMR-NB/-WB raw formats.
11820 * ext/alsa/gstalsa.c: (gst_alsa_link):
11821 Keep valid time when changing format.
11822 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11823 (qtdemux_parse_trak):
11824 Add some more format-specific options (#140141, #143555, #155163).
11826 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11828 * gst/matroska/matroska-demux.c:
11829 (gst_matroska_demux_parse_blockgroup):
11830 Fix logic error in timing of subtitle stream synchronization.
11831 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11832 Add skip-chunk, which is found in kodak-camera streams.
11834 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
11838 Adding Vietnamese translation (submitted by Clytie Siddall)
11840 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11842 * gst/playback/gstdecodebin.c: (try_to_link_1):
11843 Use realpad for signal.
11845 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11847 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
11848 Fix category so decodebin picks it up.
11850 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11852 * ext/mad/Makefile.am:
11853 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
11854 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
11855 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
11856 (found_type), (gst_id3demux_bin_change_state):
11857 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
11858 (gst_id3_tag_init), (gst_id3_tag_handle_event),
11859 (gst_id3_tag_src_link), (gst_id3_tag_chain),
11860 (gst_id3_tag_change_state), (plugin_init):
11861 * ext/mad/gstmad.h:
11862 Add id3demuxbin (which is a simple bin consisting of id3demux
11863 and typefind), take over rank from id3demux, remove typefind
11864 code from id3demux. Makes all broken mp3s that I know of work,
11865 and thereby fixes #152688.
11867 2005-01-27 Edward Hervey <bilboed@bilboed.com>
11869 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11871 * ext/mad/gstmad.c: (gst_mad_src_event):
11872 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
11873 Allow seeks on audio pad, make mad forward those (#164826).
11874 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
11875 Set duration (#165335).
11877 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11879 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
11880 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
11881 (gst_asf_demux_process_ext_content_desc),
11882 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
11883 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
11884 * gst/asfdemux/gstasfdemux.h:
11885 Improve metadata display, e.g. if the metadata comes before the
11886 streams are loaded (which is perfectly valid).
11888 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11890 * tools/gst-launch-ext-m.m:
11891 Fix AVI/ASF pipelines (#165340).
11893 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
11894 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
11895 build failure on amd64
11897 2005-01-26 Tim-Philipp M??ller <tim at centricular dot net>
11899 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
11900 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
11901 Check environment variables GST_ID3V2_TAG_ENCODING,
11902 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
11903 list of character encodings to force interpretation of non-unicode
11904 strings stored in an ID3v2 tag to a particular encoding. If none
11905 is specified, try to use current locale's encoding, then fall back
11906 to ISO-8859-1 (which will always succeed). (Resolves #149274)
11907 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
11908 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
11909 Check environment variables GST_ID3V1_TAG_ENCODING,
11910 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
11911 list of character encodings to use in case a string encountered
11912 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
11913 specified, try to use the current locale's encoding, then fall
11914 back to ISO-8859-1 (which will always succeed).
11916 2005-01-25 Benjamin Otte <otte@gnome.org>
11918 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
11919 - on half framerate, compute the rate in advance so the comparisons
11920 don't compare wrong values
11921 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
11923 - don't use mad_header_decode anymore, mad_frame_decode does that
11925 - when getting rid of consumed bytes, reset the stream's skiplen
11928 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
11930 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
11931 Use 1/2 a second for default max_discont, as PES streams from DVB
11932 seem to have larger spacings in the SCR.
11935 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11937 * gst/playback/gstplaybasebin.c: (group_commit):
11938 Notify delayed stream-info availability.
11940 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
11941 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
11942 (gst_a52dec_handle_event), (gst_a52dec_chain):
11943 Add some debug output. Check that a discont has a valid
11945 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
11946 (gst_alsa_sink_loop):
11947 Ignore TAG events. A little extra debug for broken timestamps.
11948 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
11949 (dvdnavsrc_change_state):
11950 Ensure we send a discont to engage the link before we send any
11952 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
11953 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
11954 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
11955 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
11956 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
11957 dvd://title works in totem because typefinding sends a seek that ends
11958 up going back to chapter 1 regardless.
11959 * ext/mpeg2dec/gstmpeg2dec.c:
11960 * ext/mpeg2dec/gstmpeg2dec.h:
11961 Output correct timestamps and handle disconts.
11962 * ext/ogg/gstoggdemux.c: (get_relative):
11963 Small guard against a null dereference.
11964 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
11965 (gst_textoverlay_set_property):
11966 Free memory when done. Don't call gst_event_filler_get_duration on
11967 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
11969 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
11970 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
11971 (gst_sw_srclink), (gst_smoothwave_chain):
11972 Draw solid lines, prettier colours.
11973 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
11974 Add a default palette that'll work for some movies.
11975 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
11976 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
11977 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
11978 * gst/mpegstream/gstdvddemux.h:
11979 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
11980 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
11981 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
11982 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
11983 * gst/mpegstream/gstmpegparse.h:
11984 Use PTM/NAV events when for timestamp adjustment when connected to
11985 dvdnavsrc. Don't use many discont events where one suffices.
11986 * gst/playback/gstplaybasebin.c: (group_destroy),
11987 (gen_preroll_element), (gst_play_base_bin_add_element):
11988 * gst/playback/gstplaybasebin.h:
11989 Make sure we remove subtitles from the same bin we put them in.
11990 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
11991 (gst_subparse_buffer_format_autodetect),
11992 (gst_subparse_change_state):
11993 Fix some memleaks and invalid accesses.
11994 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
11995 (oggskel_type_find), (cmml_type_find), (plugin_init):
11996 Some typefind functions for Annodex v3.0 files
11997 * gst/wavparse/gstwavparse.h:
11998 GstRiffReadClass is the correct parent class.
12000 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12002 * gst-libs/gst/riff/riff-media.c:
12003 (gst_riff_create_video_caps_with_data):
12004 Add extradata to huffyuv (fixes #165013).
12005 * gst-libs/gst/riff/riff-read.c:
12006 (gst_riff_read_strf_vids_with_data):
12007 Fix extradata extraction if it is in the chunk size.
12009 2005-01-25 Edward Hervey <bilboed@bilboed.com>
12011 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12013 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
12014 (gst_quarktv_change_state), (gst_quarktv_dispose):
12015 Memory free'ing location fix (#164708).
12017 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12019 * gst/playback/gstplaybasebin.c: (group_commit),
12020 (gen_preroll_element), (probe_triggered), (gen_source_element),
12021 (setup_source), (gst_play_base_bin_change_state),
12022 (gst_play_base_bin_add_element):
12023 Don't block for streams.
12024 * gst/playback/gststreaminfo.c: (stream_info_change_state),
12025 (gst_stream_info_set_mute):
12026 Use gst_pad_set_active_recursive.
12028 2005-01-25 Andy Wingo <wingo@pobox.com>
12030 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
12031 for #ifndef HAVE_XVIDEO.
12033 2005-01-24 Jeffrey C. Ollie
12035 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
12037 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
12038 * ext/gsm/gstgsmdec.h:
12039 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
12040 * ext/gsm/gstgsmenc.h:
12041 Fix rate to 8kHz as per spec, removes obscure errors when no rate
12042 was given by property. Add proper buffer timestamps and offsets.
12044 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12046 * gst-libs/gst/riff/riff-media.c:
12047 (gst_riff_create_audio_caps_with_data):
12048 Audio can be <8000Hz.
12050 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12052 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12053 Explicit state change to workaround refcount bugs.
12055 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12057 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
12058 (gst_avimux_riff_get_avi_header):
12061 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12063 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
12064 (gst_riff_read_element_data):
12065 * gst-libs/gst/riff/riff-read.h:
12066 Add _peek version (req'ed in CDXA).
12067 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
12068 (gst_cdxaparse_loop):
12069 Fix parsing in playbin.
12070 * gst/playback/gstdecodebin.c: (close_pad_link):
12071 Ignore current_ pads, they cause major annoyance.
12073 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12075 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12078 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12080 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
12083 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12085 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
12086 Allow for 0-sized buffers. Fixes length query problems in
12087 starwars.mkv from the testsuite.
12089 2005-01-19 Tim-Philipp M??ller <tim at centricular dot net>
12091 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
12092 (gst_video_box_i420), (gst_video_box_chain):
12093 Fix row strides for I420 (fixes #163159)
12095 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12097 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
12098 MPEG2 has a useful rate property, so we can actually use that.
12099 For MPEG-1, continue using the bytes/time properties.
12101 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12103 * gst-libs/gst/riff/riff-media.c:
12104 (gst_riff_create_video_caps_with_data),
12105 (gst_riff_create_video_template_caps):
12108 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12110 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
12111 Fail if caps negotiation fails. Should fix #162184, and should
12112 definately be in there regardless of it fixing the actual bug.
12113 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
12114 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
12115 (gst_avimux_riff_get_avix_header),
12116 (gst_avimux_riff_get_video_header),
12117 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
12118 (gst_avimux_start_file), (gst_avimux_handle_event),
12119 (gst_avimux_change_state):
12120 * gst/avi/gstavimux.h:
12121 Refactor structure writing to use GST_WRITE_UINT macros, add
12122 metadata writing support.
12124 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12126 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12127 Elements may already be destroyed when this function is called.
12129 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12131 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
12132 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
12133 More memory leak fixes (#149162).
12135 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12137 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
12138 (gst_qtdemux_add_stream):
12141 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12143 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
12146 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12148 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
12149 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
12150 when fixating to six channels in Totem.
12152 2005-01-17 Tim-Philipp M??ller <tim at centricular dot net>
12154 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
12155 Fix compile warnings on Solaris 10 buildbot
12157 2005-01-17 Tim-Philipp M??ller <tim at centricular dot net>
12159 * ext/dvdread/dvdreadsrc.c: (_read):
12160 Don't read beyond the last cell in a chapter (fixes
12161 invalid memory access)
12163 2005-01-17 Tim-Philipp M??ller <tim at centricular dot net>
12165 * ext/dvdread/stream_labels.c:
12166 (dvdreadsrc_get_audio_stream_labels):
12167 Use NULL for an empty GList instead of g_list_alloc(); fix
12168 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
12169 of GString (easier to bulk free later)
12171 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
12173 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12175 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12176 (gst_ffmpeg_pixfmt_to_caps):
12177 Fix BGRA32 caps (#164209).
12179 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
12181 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12183 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12184 (gst_ffmpeg_caps_to_pixfmt):
12185 alpha_mask can be RGBA/ABGR. Fixes #164265.
12187 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
12189 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12191 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
12192 (gst_mpeg2dec_alloc_buffer):
12193 * ext/mpeg2dec/gstmpeg2dec.h:
12194 Crop if decoding size is not the actual image size (#163676).
12196 2005-01-17 Steve Baker <steve@stevebaker.org>
12198 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12200 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
12201 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
12202 Add libsndfile typefind functions (#163309).
12204 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12206 * tools/gst-launch-ext-m.m:
12207 Add .aac, fix .m1v/.m2v (#163891).
12209 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12211 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
12212 Sanity check, don't wait endlessly since the clock might not
12213 actually run at this point (which is a deadlock). Fixes #164069.
12215 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12217 * gst/playback/gstplaybasebin.c: (probe_triggered):
12218 Of course, only pause if group is done...
12220 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12222 * gst/playback/gstplaybasebin.c: (probe_triggered):
12225 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
12227 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
12228 Don't return state change success when the parent
12231 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12233 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
12234 Free events (fix memleak in #162905).
12236 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
12238 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12240 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12241 (gst_ffmpeg_caps_to_pixfmt):
12242 Fix for depth = 15. Fixes #161675.
12244 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12246 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
12247 Set FPS correctly, even for webcams and the like.
12248 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
12249 Don error on setting while capturing.
12251 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12253 * ext/dv/gstdvdec.c:
12254 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
12255 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
12256 I'm a bad boy. using /1001. to force C to do float division
12257 and not integer division (as it did in my last commit)
12258 Thanks to David I. Lehn for pointing this mistake.
12260 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12262 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
12263 Revert Johan??s 1.35->1.36 since it breaks compat.
12265 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12267 * ext/dv/gstdvdec.c:
12268 * ext/libfame/gstlibfame.c:
12269 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
12270 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
12271 replace framerate aproximations by their real value
12272 (24000/1001, 30000/1001, 60000/1001)
12273 Finish fixing bug #164049
12275 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
12277 * ext/ogg/gstoggmux.c:
12279 * gst/tcp/gstmultifdsink.c:
12280 * gst/tcp/gstmultifdsink.h:
12281 * gst/tcp/gsttcp.c:
12282 * gst/tcp/gsttcp.h:
12283 * gst/tcp/gsttcpclientsink.c:
12284 * gst/tcp/gsttcpclientsrc.c:
12285 * gst/tcp/gsttcpserversink.c:
12286 * gst/tcp/gsttcpserversrc.c:
12287 improve reusability of elements after state changes and errors
12288 make multifdsink throw away streamheaders when receiving new ones
12290 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12292 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
12293 Fix for if items are already in list...
12295 2005-01-12 Benjamin Otte <otte@gnome.org>
12297 * gst/adder/gstadder.c: (gst_adder_loop):
12298 fix adder a bit so it doesn't screw up with events as much anymore
12300 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
12302 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
12303 (pixbufscale_scale), (gst_pixbufscale_chain):
12304 * ext/gdk_pixbuf/pixbufscale.h:
12305 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
12306 to ensure rowstrides are calculated the same way as
12308 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
12309 that we pick up duration and offset also.
12311 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12313 * gst/avi/gstavimux.c: (gst_avimux_class_init),
12314 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
12317 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12319 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
12320 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
12321 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
12322 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
12323 Update flags when requested.
12325 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12327 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
12330 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12332 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12333 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
12334 (probe_triggered), (new_decoded_pad), (gen_source_element),
12335 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
12336 * gst/playback/gstplaybasebin.h:
12337 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12338 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
12339 (gst_play_bin_change_state):
12340 Implement group-switch signal for use in apps to clear metadata
12341 cache, clean up subtitle, add suburi property instead of # hack,
12342 some error-out fixes.
12344 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12346 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12348 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
12349 If we got a state change in the _get handler, don't return success.
12351 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12353 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
12354 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
12355 Make jpegdec quiet on MJPEG decoding
12356 * gst/asfdemux/README:
12357 Fix mimetypes for MJPEG and H263
12359 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12361 * ext/theora/theoradec.c: (theora_dec_chain):
12362 Fix broken code generation by gcc by swapping arguments.
12363 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12366 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12369 delete this file, it is by far outdated
12370 * ext/alsa/gstalsa.1: remove
12371 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
12372 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
12373 (gst_alsa_get_caps):
12374 Add HW probing for supported sample rates. Fixes #161704
12376 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12378 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
12379 Don't crash, biatch! :).
12381 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12383 * ext/musepack/gstmusepackreader.cpp:
12384 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
12385 Some work on tags - still doesn't work in playbin...
12386 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
12389 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12391 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
12392 Also shove tags on kid pads.
12394 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12396 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
12397 Don't bail on unknown events.
12398 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
12399 Don't crash on events before negotiation.
12400 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
12401 Send tags on pads, too.
12402 * gst/playback/gststreamselector.c:
12403 (gst_stream_selector_request_new_pad):
12404 Forward events on first pad if no input was selected yet.
12406 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12408 * gst/playback/gstplaybasebin.c: (setup_substreams):
12409 Don't disable streamtype if the stream doesn't exist, since
12410 then playing a video after audio will disable both and nothing
12411 will happen. Fixes the testsuite.
12413 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12415 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
12416 (gst_v4l_xoverlay_set_xwindow_id):
12417 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
12418 (gst_v4l2_xoverlay_set_xwindow_id):
12419 Add debug categories, fix overlay disabling.
12421 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12423 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
12424 * ext/alsa/gstalsa.h:
12425 Add HW probing for period_count/size and buffer_size MIX/MAX
12426 Adjust default/user defined value if out of bounds
12427 Should fix bug #162024
12429 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12431 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
12432 Fix warning (#161191).
12434 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12436 * ext/dvdread/stream_labels.c:
12437 (dvdreadsrc_get_audio_stream_labels):
12438 Fix warning (init the good variable in switch default)
12440 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
12442 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12444 * gst/tta/gstttaparse.c: (gst_tta_src_event):
12445 Fix gcc-2.95 compile (#163485).
12447 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12450 * ext/flac/gstflacenc.c: (gst_flacenc_init),
12451 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
12452 (gst_flacenc_tell_callback), (gst_flacenc_chain),
12453 (gst_flacenc_change_state):
12454 * ext/flac/gstflacenc.h:
12455 Update for API change in flac-1.1.1. Update requirement in
12456 configure.ac. Fixes #162974.
12458 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12460 * gst/playback/gstplaybasebin.c: (group_destroy):
12461 Remove hack to get rid of assert and get rid of unlinked
12464 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12466 * gst/playback/gstplaybasebin.c: (setup_source):
12467 Set source to NULL so that resources are free'ed. Fixes issues
12468 with playback of CDDA and similar device-accessing things.
12470 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12472 * testsuite/embed/Makefile.am:
12473 test->noinst, fix make test in buildbot.
12475 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12477 * ext/dvdread/stream_labels.c: new file
12478 * ext/dvdread/stream_labels.h: new file
12479 * ext/dvdread/Makefile.am:
12480 * ext/dvdread/dvdreadsrc.c: (_seek_title):
12481 Extract audio stream label from DVD IFO files.
12482 It only dump them on the console for now, still have to
12483 make playbin aware of them.
12485 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12487 * gst/playback/gstplaybasebin.c: (setup_source):
12490 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12492 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12493 (gen_preroll_element), (remove_groups), (setup_subtitle),
12494 (gen_source_element), (setup_source):
12495 * gst/playback/gstplaybasebin.h:
12496 Multiple .sub files is just a stupid idea... Fix some threading
12497 mistakes. Interestingly, external .sub files cause playbin to
12498 hang, I don't know why... Parsing fixes contributed by Fran??ois
12499 Kooman <fkooman@tuxed.net>.
12501 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12503 * testsuite/embed/Makefile.am:
12506 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
12508 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12510 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12511 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12512 (gst_pngenc_set_property):
12513 * ext/libpng/gstpngenc.h:
12514 Add compression level property (#163323).
12516 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12519 * examples/capsfilter/capsfilter1.c: (main):
12520 * examples/seeking/spider_seek.c: (make_spider_pipeline):
12521 * ext/dvdread/Makefile.am:
12522 * ext/dvdread/demo-play:
12523 * ext/dvdread/demo-play.c:
12524 * gconf/gstreamer.schemas.in:
12525 * gst-libs/gst/gconf/gconf.c:
12527 * testsuite/Makefile.am:
12528 * testsuite/embed/Makefile.am:
12529 * testsuite/embed/embed.c: (cb_expose), (main):
12530 Remove all references to xvideosink, fix examples (#140845).
12531 * gst/playback/gstplaybasebin.c: (group_destroy):
12532 Apparently, disposal does not unlink - so do explicitely.
12533 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
12536 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
12538 * README: fix PKG_CONFIG_PATH instructions, what was there
12539 previously was breaking default search path, not nice.
12542 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12544 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
12545 (gst_audioscale_chain):
12546 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
12547 when resampling - how the ^@$^!@^! is this possible?!?
12549 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12551 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12552 Reset variables on READY.
12553 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
12554 (gst_matroska_mux_loop):
12555 Require data before writing header.
12557 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
12559 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12561 * ext/mad/gstmad.c: (gst_mad_chain):
12562 Don't call mad_stream_sync() directly after recovering sync.
12565 2005-01-09 Martin Eikermann <meiker@upb.de>
12567 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12569 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
12570 (snapshot_handler), (gst_snapshot_sinkconnect),
12571 (gst_snapshot_chain):
12572 Allocate resources when required, fix recursive signal emission
12573 and fix caps. Fixes #161667.
12575 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
12577 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12579 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
12580 (gst_pngdec_chain):
12581 Handle only 8-bppc (bits-per-pixel-component) images, better
12582 error handling and correct strides. Fixes #163177.
12583 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
12584 (gst_pngenc_chain):
12585 Better error handling. Fixes #163348.
12587 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12589 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
12590 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
12591 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
12592 (dvdnavsrc_uri_handler_init):
12593 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
12594 * gst/playback/gstplaybasebin.c: (gen_source_element):
12595 Add MMS to streaming URIs.
12597 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12599 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
12600 * sys/xvimage/xvimagesink.c:
12601 (gst_xvimagesink_navigation_send_event):
12602 Check for pad availability before sending event.
12604 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12606 * gst-plugins.spec.in:
12609 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12612 Since we use functions from CVS, up requirement.
12614 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12616 * gst/playback/Makefile.am:
12617 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12618 (group_destroy), (group_commit), (group_is_muted),
12619 (gen_preroll_element), (add_stream), (unknown_type),
12620 (probe_triggered), (preroll_unlinked), (mute_stream),
12621 (silence_stream), (new_decoded_pad), (setup_substreams),
12622 (setup_source), (get_active_source), (mute_group_type),
12623 (muted_group_change_state), (set_active_source),
12624 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12625 (play_base_eos), (gst_play_base_bin_change_state):
12626 * gst/playback/gstplaybasebin.h:
12627 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
12628 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
12629 (gst_stream_info_dispose), (stream_info_mute_pad),
12630 (stream_info_change_state), (gst_stream_info_set_mute):
12631 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
12632 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
12633 (gst_stream_selector_init), (gst_stream_selector_dispose),
12634 (gst_stream_selector_get_linked_pad),
12635 (gst_stream_selector_get_caps), (gst_stream_selector_link),
12636 (gst_stream_selector_get_linked_pads),
12637 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12638 * gst/playback/gststreamselector.h:
12639 Adding stream selection support plus required properties for
12640 applications to use this. Fully fixes #100931.
12642 2005-01-08 Benjamin Otte <otte@gnome.org>
12644 * gst/games/gstpuzzle.c: (nav_event_handler):
12645 - handle nav events differently: forward every event no matter if it
12646 was handled or not.
12648 You can now cheat by using navigationtest ! puzzle and moving the
12649 mouse close to the edge of a tile. ;)
12651 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12654 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
12655 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
12656 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
12657 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
12658 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
12659 (gst_ogm_parse_plugin_init):
12660 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
12661 (gst_textoverlay_link), (gst_textoverlay_getcaps),
12662 (gst_textoverlay_event), (gst_textoverlay_video_chain),
12663 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
12664 * ext/pango/gsttextoverlay.h:
12665 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12666 (gst_matroska_demux_handle_seek_event),
12667 (gst_matroska_demux_sync_streams),
12668 (gst_matroska_demux_parse_blockgroup),
12669 (gst_matroska_demux_subtitle_caps),
12670 (gst_matroska_demux_plugin_init):
12671 * gst/matroska/matroska-ids.h:
12672 * gst/playback/gstdecodebin.c: (close_pad_link):
12673 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12674 (gen_preroll_element), (remove_groups), (add_stream),
12675 (new_decoded_pad), (setup_subtitles), (gen_source_element),
12677 * gst/playback/gstplaybasebin.h:
12678 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
12679 * gst/subparse/Makefile.am:
12680 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
12681 (gst_subparse_base_init), (gst_subparse_class_init),
12682 (gst_subparse_init), (gst_subparse_formats),
12683 (gst_subparse_eventmask), (gst_subparse_event),
12684 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
12685 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
12686 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
12687 (parse_mpsub_deinit), (parse_mpsub_init),
12688 (gst_subparse_buffer_format_autodetect),
12689 (gst_subparse_format_autodetect), (gst_subparse_loop),
12690 (gst_subparse_change_state), (gst_subparse_type_find),
12692 * gst/subparse/gstsubparse.h:
12693 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
12695 Add subtitle support, .sub parser (supports SRT and MPsub),
12696 OGM text support, Matroska UTF-8 text support, deadlock fixes
12697 all over the place, subtitle awareness in decodebin/playbin
12698 and some fixes to textoverlay to handle subtitles in a stream
12699 correctly. Fixes #100931.
12701 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12703 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12704 Check for pad availability before doing a query on it.
12706 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12708 * ext/dv/gstdvdec.c:
12709 really fix bpp24/32 dvdec caps (classic rgba indeed)
12710 * gst/asfdemux/gstasfdemux.c:
12711 (gst_asf_demux_process_ext_content_desc):
12712 don't send text tags if they are empty (bis repetita)
12714 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12716 * ext/dv/gstdvdec.c:
12717 remove unneeded comment from dvdec
12718 (related to DV 4CC codes in AVI files)
12719 moved them in gstreamer/docs/random/mimetypes
12720 * gst/asfdemux/gstasfdemux.c:
12721 (gst_asf_demux_process_ext_content_desc):
12722 don't send text tags if they are empty
12723 fix mem leak on error path
12724 * gst/ffmpegcolorspace/avcodec.h:
12725 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12726 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
12727 (gst_ffmpegcsp_avpicture_fill):
12728 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
12729 * gst/ffmpegcolorspace/imgconvert_template.h:
12730 adds BGR32 and BGRA32 to ffmpegcolorspace
12731 (still bad colors, fixing it on next commit)
12732 helps with dvdec outputing BGR32
12734 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12736 * ext/dv/gstdvdec.c:
12737 Fix audio caps i just broke (missing ',')
12738 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
12739 (gst_matroska_mux_reset):
12740 Fix typo + add FIXME about old "x-gst-metadata" crap
12742 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12744 * ext/dv/demo-play.c: (main):
12745 xvideosink -> xvimagesink
12746 * ext/dv/gstdvdec.c:
12747 change rgb 32/32 caps to 24/32 (no alpha)
12748 change nb of channels to be a list (2 or 4, not 2)
12749 change sample rate to be a list (32, 44.1, 48 kHz) not a range
12750 * gst/asfdemux/gstasfdemux.c:
12751 (gst_asf_demux_process_ext_content_desc):
12752 Add 'date/year' to extracted metadata list
12754 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12756 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12757 The return value of fixate_to does not imply that the requested
12758 value was set, so don't assume.
12760 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
12762 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12764 * ext/libpng/gstpngdec.c:
12765 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
12766 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
12767 * ext/libpng/gstpngenc.h:
12768 Alpha support (encoder; #163161), mime fixage.
12770 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
12772 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12774 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
12775 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
12776 (gst_faac_set_property), (gst_faac_get_property):
12777 * ext/faac/gstfaac.h:
12778 Allow for ADTS output (#153434).
12780 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12782 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
12783 Fix against template (#150576).
12785 2005-01-06 Benjamin Otte <otte@gnome.org>
12787 * gst/games/gstpuzzle.c: (draw_puzzle):
12788 don't draw a puzzle if either width or height of tiles would be 0.
12790 2005-01-06 Benjamin Otte <otte@gnome.org>
12792 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
12793 (gst_puzzle_class_init), (gst_puzzle_finalize):
12794 no memleaks, please
12795 (gst_puzzle_create), (gst_puzzle_init),
12796 (gst_puzzle_set_property), (gst_puzzle_setup):
12797 change initialization code around so we don't reshuffle on resize
12799 fix another stupid typo
12801 2005-01-06 Benjamin Otte <otte@gnome.org>
12803 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
12804 fix stupid typo that borked copying on YUY2
12806 2005-01-06 Benjamin Otte <otte@gnome.org>
12808 * gst/games/gstpuzzle.c: (draw_puzzle):
12809 fix edges when image sizes aren't multiples of tile sizes
12811 2005-01-06 Benjamin Otte <otte@gnome.org>
12813 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
12814 make RGB endianness work correctly
12815 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
12816 refactor and fix race with initial shuffling
12817 (nav_event_handler):
12818 allow using the mouse to puzzle
12820 insist on tiles having width and height as multiples of 4 to get
12821 clean YUV image handling
12822 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12823 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
12824 s/DEBUG/LOG/ for common messages
12825 (gst_xvimagesink_navigation_send_event):
12826 fix mouse event translation to not include screen PAR
12827 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
12828 fix mouse event translation to actually work
12830 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12832 * gst/asfdemux/gstasfdemux.c:
12833 (gst_asf_demux_process_ext_content_desc):
12834 Extract TrackNumber metadata + clean up code
12835 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
12836 Hope this is the good fix (var used unitialised)
12838 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12840 * ext/faad/gstfaad.c: (gst_faad_chain):
12841 Only increment timestamp if it's valid. Fixes raw AAC streams.
12843 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
12846 * gst/games/Makefile.am:
12847 * gst/games/gstpuzzle.c:
12848 add a puzzle game with...
12849 * gst/games/gstvideoimage.c:
12850 * gst/games/gstvideoimage.h:
12851 ... full colorspace support (that includes YUV9 and RGB16)) stolen
12852 from videotestsrc and made into something that would be a nice
12853 library for a lot of other plugins.
12855 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12858 don't compile faad plugin if a RC of 2.0 is found
12859 Fixes #155346 (and FC1 buildbot)
12860 * gst/asfdemux/gstasfdemux.c:
12861 (gst_asf_demux_process_ext_content_desc):
12862 try to make Solaris compiler happier
12864 2005-01-06 Paul Jack <pjack@sfaf.org>
12866 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12868 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
12869 Fix segfault (#161667).
12871 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12873 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
12874 Fix framerate reporting.
12876 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12878 * gst-libs/gst/riff/riff-ids.h:
12879 * gst/wavenc/riff.h:
12880 Add AMR (VBR and CBR) ids to riff.h audio codec list
12881 * gst/asfdemux/gstasfdemux.c:
12882 (gst_asf_demux_process_ext_content_desc),
12883 (gst_asf_demux_process_object):
12884 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
12886 2005-01-05 Martin Eikermann <meiker@upb.de>
12888 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12890 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12891 (gst_dvd_demux_handle_discont):
12892 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
12893 (gst_mpeg_demux_handle_discont):
12894 Recreate pads on new-media (#160730).
12895 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
12896 Send discont even if manager changes timestamps (#161929).
12898 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
12900 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12902 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
12903 Fix invalid memory access (#159211).
12905 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12907 * examples/gstplay/player.c: (main):
12909 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
12910 Add visualizations.
12911 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
12912 (gst_a52dec_handle_frame):
12914 * ext/dvdnav/gst-dvd:
12915 Add audioconvert. Fixes #161325.
12916 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
12917 Explicitely case to gint64. Possible valgrind error.
12918 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
12919 (gst_play_tick_callback), (gst_play_change_state),
12920 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
12921 (gst_play_set_location), (gst_play_get_location),
12922 (gst_play_seek_to_time), (gst_play_set_data_src),
12923 (gst_play_set_video_sink), (gst_play_set_audio_sink),
12924 (gst_play_set_visualization), (gst_play_connect_visualization),
12925 (gst_play_get_framerate), (gst_play_get_all_by_interface),
12927 Use playbin. Fixes #139749 and #147744.
12928 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
12930 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
12931 (audioscale_get_type), (gst_audioscale_base_init),
12932 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
12933 (gst_audioscale_getcaps), (gst_audioscale_fixate),
12934 (gst_audioscale_link), (gst_audioscale_get_buffer),
12935 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
12936 (gst_audioscale_init), (gst_audioscale_dispose),
12937 (gst_audioscale_chain), (gst_audioscale_set_property),
12938 (gst_audioscale_get_property), (plugin_init):
12940 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
12942 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
12943 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
12944 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
12945 Add more metadata (fixes #162656).
12947 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
12952 === release 0.8.7 ===
12954 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
12959 releasing 0.8.7, "Hyperspace"
12961 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
12963 patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
12965 * gst/playback/gstplaybasebin.c:
12966 Fix for #162924 - free caps after use, not before
12968 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
12970 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12972 * gst/playback/gstplaybasebin.c:
12973 * gst/wavparse/gstwavparse.c:
12974 Fix for #154773 - fixes playback of small .wav files
12976 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
12978 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12980 * gst/audioscale/gstaudioscale.c:
12981 Fix for #162819 - make audioscale reusable
12982 Fixes playback of more than one file with playbin/totem
12984 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
12986 * gst/ffmpegcolorspace/avcodec.h:
12987 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12988 * gst/ffmpegcolorspace/imgconvert.c:
12989 clean up the mess that made me cry and avoid needless duplication
12991 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
12993 * gst/ffmpegcolorspace/imgconvert.c:
12994 give some indication of why we're segfaulting
12996 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12999 Fix indentation, fix v4l2 plugin detection.
13001 Fix libmms location (Maciej, use diff -u!).
13002 * ext/alsa/gstalsa.c: (gst_alsa_init):
13003 Initialize caps cache to NULL.
13004 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13005 Only change state on audiosink if it exists.
13007 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
13009 * gst/matroska/matroska-demux.c:
13010 * gst/matroska/matroska-ids.h:
13011 * gst/matroska/matroska-demux.h:
13012 Fix Vorbis streams failing to decode in some files, where cluster_time
13013 isn't 0, because then it doesn't send codec_priv before actual data.
13014 Remove time-based test and replace it with marker set on beginning of
13017 2004-12-28 David Schleef <ds@schleef.org>
13019 Merge patch from Ronald fixing problems with streaming
13021 * ext/cairo/gstcairo.c: (plugin_init):
13022 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
13023 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13024 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
13025 (gst_textoverlay_font_init), (gst_textoverlay_init),
13026 (gst_textoverlay_set_property):
13027 * ext/cairo/gsttextoverlay.h:
13029 2004-12-27 David Schleef <ds@schleef.org>
13031 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
13032 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13033 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
13034 (gst_textoverlay_font_init), (gst_textoverlay_init),
13035 (gst_textoverlay_set_property): Improvements to actually
13036 render text as white on black outline on video, including
13037 font selection and horizontal/vertical alignment. (Ronald's
13039 * ext/cairo/gsttextoverlay.h:
13041 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13043 * ext/ogg/gstogg.c:
13044 * ext/ogg/gstogmparse.c:
13045 fix ogm[audio/video]parse plugin registration
13046 (riff won't load if bytestream is already loaded)
13048 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
13050 * gst/audioconvert/gstchannelmix.c:
13053 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
13057 disable docs again until it actually passes make distcheck.
13059 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13061 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
13062 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
13064 Add 3GP (variables name Q3GP because they can't start with a
13065 number). Add samr audio fourcc (used in .3gp files), decoder
13066 is work in progress. Also do a GST_WARNING instead of ERROR
13067 in case of unknown nodes, to decrease output.
13069 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
13074 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
13077 * ext/speex/gstspeexdec.h:
13078 * ext/speex/gstspeexenc.h:
13079 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
13080 Fix detection code in configure.ac
13082 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13084 * gst/matroska/matroska-demux.c:
13085 (gst_matroska_demux_parse_blockgroup):
13086 Save position, so that queries give proper return values. Don't
13087 know how this could ever have worked before...
13089 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
13092 Put additional LAME check inside the conditional. Fixes #152339
13094 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13096 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13097 (gst_avi_demux_stream_scan):
13098 Add some more debug. Fix logic error when setting movi offset
13099 while reading index.
13101 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13103 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13104 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
13105 (gst_avi_demux_process_next_entry):
13106 Add some debugging. Better detection of broken indexes and the
13107 accompanying index recovery. No infinite loops on state changes
13108 when we're still in our loopfunction.
13110 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13115 2004-12-22 Archana Shah <archana.shah@wipro.com>
13117 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13119 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
13120 Normalizing the value before setting
13121 (gst_sunaudiomixer_get_volume):
13122 Normalizing the value after getting. Fixes bug# 161980
13124 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
13126 * Makefile.am: Make sure docs gets disted
13127 * docs/Makefile.am: Make sure all needed files get disted
13128 * gst-plugins.spec.in: latest updates
13130 2004-12-22 Wim Taymans <wim@fluendo.com>
13132 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
13133 Revert patch 1.38 as clock distribution over schedulers does
13134 not work correcly in the core yet.
13136 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13138 * sys/oss/README: remove this file, which predates my birth
13139 (and which content is by far outdated)
13141 2004-12-20 Stefan Kost <ensonic@users.sf.net>
13145 * docs/Makefile.am:
13146 * docs/libs/Makefile.am:
13147 * docs/libs/gst-plugins-libs-docs.sgml:
13148 * docs/libs/gst-plugins-libs-sections.txt:
13149 * docs/libs/tmpl/gstgconf.sgml:
13151 * docs/version.entities.in:
13152 Added boilerplate gtk-doc files for plugin-libs documentation.
13154 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13156 * gst/auparse/gstauparse.c: fix int and float audio caps
13158 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13160 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
13161 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
13162 g_assert() can be a macro, don't use #ifdef inside it.
13164 2004-12-19 Edward Hervey <bilboed@bilboed.com>
13166 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13168 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
13169 (gst_videorate_init), (gst_videorate_chain),
13170 (gst_videorate_change_state):
13171 Event handling (fixes #159986).
13173 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13175 * gst-libs/gst/riff/riff-media.c:
13176 (gst_riff_create_video_caps_with_data):
13177 Add BLZ0 (Blizzard's version of DivX) fourcc.
13179 2004-12-18 David Schleef <ds@schleef.org>
13181 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
13184 2004-12-18 David Schleef <ds@schleef.org>
13186 * gst/tta/ttadec.h: Disable some header code that isn't used
13187 and clearly isn't portable.
13189 2004-12-18 David Schleef <ds@schleef.org>
13191 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
13192 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
13193 (avcodec_get_pix_fmt), (avpicture_layout),
13194 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
13195 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
13196 Fix code to not use GCC extensions (and c99 extensions that
13197 Forte does not like.)
13199 2004-12-19 Tim-Philipp M??ller <t.i.m@zen.co.uk>
13201 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13203 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
13204 (gst_deinterlace_chain):
13205 Rowstride fixes. Fixes #161039.
13206 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
13207 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
13208 (gst_video_crop_getcaps), (gst_video_crop_link),
13209 (gst_video_crop_i420), (gst_video_crop_chain),
13210 (gst_video_crop_change_state):
13211 Rework of negotiation. Actually works now. Fixes #158650.
13213 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13215 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
13216 That was very stupid.
13218 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13220 * gst/matroska/matroska-demux.c:
13221 (gst_matroska_demux_parse_blockgroup):
13222 Fix possible crasher.
13224 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13226 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
13227 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
13228 Lace sizes can be zero.
13230 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13232 * ext/musepack/gstmusepackdec.cpp:
13233 Fetch error return values. Fixes #161624.
13234 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
13237 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13239 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13240 Work for truncated (unfinished download etc.) files. Fixes #160514.
13242 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13244 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13245 Fix for integer overflow. Makes #156001 not crash. Probably masks
13248 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13250 * gst/ac3parse/gstac3parse.c: (plugin_init):
13251 Parsers never have ranks. Fixes #159651.
13253 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
13255 * gst/playback/gstdecodebin.c: (compare_ranks):
13256 make sure the facotries are ordered the same every time even if they
13257 have the same rank by using the name
13258 * gst/playback/gstdecodebin.c: (find_compatibles):
13259 make sure we don't add factories to the list twice
13261 2004-12-16 David Schleef <ds@schleef.org>
13263 * configure.ac: look for musepack headers as musepack/*.h
13265 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
13266 * ext/musepack/gstmusepackreader.h: same
13268 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13270 * gst-libs/gst/riff/riff-read.c:
13271 (gst_riff_read_strf_auds_with_data):
13272 Read extradata correctly (fixes #155879).
13274 2004-12-16 David Schleef <ds@schleef.org>
13276 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
13277 audio. does _not_ attempt or allow conversion unless channels
13280 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
13282 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
13284 2004-12-16 David Schleef <ds@schleef.org>
13286 * gst/audioscale/gstaudioscale.c: the resample library only
13287 handles 1 or 2 channels. Change caps to compensate.
13289 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13291 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
13292 (gst_matroska_demux_audio_caps):
13293 Some MPEG-AAC hacks, because else it doesn't work...
13295 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13297 * gst-libs/gst/riff/riff-media.c:
13298 (gst_riff_create_video_caps_with_data),
13299 (gst_riff_create_video_template_caps):
13302 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13304 * gst-libs/gst/audio/Makefile.am:
13305 Try to fix buildbot.
13307 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
13309 * gst/tcp/gstmultifdsink.c:
13310 Clean up and uniformize debugging.
13312 2004-12-16 Edward Hervey <bilboed@bilboed.com>
13314 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13316 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
13317 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
13318 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
13319 (gst_mpeg_demux_change_state):
13320 Reset on ready. Fixes 160276.
13322 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
13324 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13326 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13327 (gst_ffmpegcsp_pad_link):
13328 Fix memleak (#154815).
13330 2004-12-16 James Bowes <bowes@cs.dal.ca>
13332 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13334 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
13335 (gst_musicbrainz_init), (gst_musicbrainz_chain),
13336 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
13337 * ext/musicbrainz/gsttrm.h:
13338 Add support for using a proxy server when getting a trm id from
13339 the MusicBrainz database (#149613).
13341 2004-12-16 Christophe Fergeau <teuf@gnome.org>
13343 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13345 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
13346 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13347 Fix memleaks (#157233).
13349 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
13351 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13353 * gst-libs/gst/resample/resample.c: (gst_resample_close):
13354 * gst-libs/gst/resample/resample.h:
13355 * gst/audioscale/gstaudioscale.c:
13356 Fix memleak (#159215).
13358 2004-12-16 Toni Willberg <toniw@iki.fi>
13360 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13362 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
13363 * sys/oss/oss_probe.c: (main):
13364 Check for mono/stereo support (similar to samplerate probing),
13365 fixes #159433. Also add missing copyright header to oss_probe.c.
13367 2004-12-15 David Schleef <ds@schleef.org>
13369 * configure.ac: add audioresample and cairo plugins. Remove
13370 HAVE_MMX stuff, because it's not used.
13371 * ext/Makefile.am: same
13372 * ext/audioresample/Makefile.am: You are not ready for an
13373 audio resampling element based on audioresample.
13374 * ext/audioresample/gstaudioresample.c:
13375 * ext/audioresample/gstaudioresample.h:
13376 * ext/cairo/Makefile.am: You are not ready for overlay elements
13377 based on cairo. Don't look too closely, these elements kinda
13379 * ext/cairo/gstcairo.c: new
13380 * ext/cairo/gsttextoverlay.c: new
13381 * ext/cairo/gsttextoverlay.h: new
13382 * ext/cairo/gsttimeoverlay.c: new
13383 * ext/cairo/gsttimeoverlay.h: new
13384 * gst-libs/gst/media-info/media-info-priv.h: fix compile
13385 problem with compilers that don't support variadic macros.
13387 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
13389 Reviewed by: David Schleef <ds@schleef.org>
13391 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
13392 Bala, registering sunaudiosrc (oops!), and cleaning up code a
13393 bit. Also ran indent-gst.
13394 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
13395 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
13396 (gst_sunaudiosrc_setparams):
13398 2004-12-14 David Schleef <ds@schleef.org>
13400 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
13401 output rate to 16000. Should fix #160235.
13403 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13405 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13406 Add typefinding for mpeg2 pes streams
13408 2004-12-13 David Schleef <ds@schleef.org>
13410 * configure.ac: Applied patch from bug #143659, making default
13411 sources and sinks OS-dependent (for Solaris), and added code
13413 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
13415 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13417 * gst-libs/gst/riff/riff-media.c:
13418 forgot to add h2.64 to avidemux template caps
13420 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13422 * gst/wavenc/riff.h:
13423 * gst-libs/gst/riff/riff-media.c:
13424 * gst-libs/gst/riff/riff-ids.h:
13425 * gst/avi/gstavimux.c
13426 add 4CC code for VideoSoft h264 in AVI (VSSH)
13428 remove s323 from riff, it's quicktime specific :(
13430 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13432 * gst/asfdemux/README
13433 * gst/wavenc/riff.h
13434 * gst-libs/gst/riff/riff-ids.h
13435 * gst-libs/gst/riff/riff-media.c
13436 * gst/qtdemux/qtdemux.c:
13437 add new 4CC codes for h263 related codecs
13438 fixes partially bug #155163
13440 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
13442 * configure.ac: Update polyaudio requirement to 0.7
13443 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
13445 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13447 * gst/interleave/deinterleave.c:
13448 fix my name's spelling! :)
13450 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13452 * AUTHORS ChangeLog
13453 * gst/auparse/gstauparse.c
13454 * gst/interleave/deinterleave.c
13456 alaw-decode.c alaw-encode.c
13457 mulaw-decode.c mulaw-encode.c
13458 * gst/oneton/gstoneton.c
13460 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
13462 cocoawindow.h cocoawindow.m
13463 osxvideosink.h osxvideosink.m
13465 put the same mail address for Zaheer Abbas Merali everywhere
13467 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13469 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
13470 Align by packetsize, and assert that we a packet available before
13471 playing. The first makes webstreams work (they often include
13472 trailing padding data in a packet), the second allows pausing a
13473 ASF stream in totem without getting demux errors afterwards.
13475 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13477 * ext/ogg/gstoggdemux.c: (get_relative):
13478 Check for non-NULL before accessing member (end-of-chain).
13480 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13482 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
13483 (cdparanoia_set_property), (cdparanoia_get_property):
13484 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
13485 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
13486 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
13487 (dvdreadsrc_init), (dvdreadsrc_set_property),
13488 (dvdreadsrc_get_property):
13489 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
13490 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
13491 Synchronize property names where not yet the case. Devices are
13492 now device=X, other versions are deprecated (but still exist).
13493 Also use g_free() unconditionally.
13494 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13495 (setup_source), (gst_play_base_bin_get_property):
13498 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
13500 * configure.ac: move GCONF macro outside conditional for the am
13501 conditional. Fixes #160439
13503 2004-12-08 David Schleef <ds@schleef.org>
13505 * tools/gst-visualise-m.m: Switch to elements that currently
13508 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13510 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13511 We love wrong commas.
13513 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13515 * gst/matroska/matroska-demux.c:
13516 (gst_matroska_demux_handle_src_query):
13517 Don't set DEFAULT, unsupported - makes length display incorrectly
13520 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
13522 * gst/monoscope/README: remove blurb about files being GPL
13523 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
13524 * gst/monoscope/monoscope.c: Change license to BSD with explanation
13525 monoscope is now effectively LGPL licensed
13527 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
13529 * gst/monoscope/README: Update information to be more correct
13530 * gst/monoscope/convolve.c: Relicense to LGPL
13531 * gst/monoscope/convolve.h: Relicense to LGPL
13533 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
13535 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
13536 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
13537 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
13538 set default_duration for mpeg1 audio
13540 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
13542 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
13543 * ext/alsa/gstalsa.h:
13544 refactor big chunks of the core caps negotiation code to make it
13545 a lot faster, because people claim it's really slow
13546 (actually, just cache the getcaps when the device is opened)
13548 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13550 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
13551 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
13552 (gst_a52dec_handle_frame), (gst_a52dec_chain),
13553 (gst_a52dec_change_state), (plugin_init):
13554 * ext/a52dec/gsta52dec.h:
13555 Do something useful with timestamps. Make chain-based (since
13556 there's really no reason to be loopbased).
13557 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13558 Update current_byte/frame correctly.
13560 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13562 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
13563 (gst_ape_demux_stream_init):
13566 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13568 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
13569 Let's make sure we're done typefinding when detecting tags.
13571 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13573 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
13574 (gst_ebml_read_init), (gst_ebml_read_use_event),
13575 (gst_ebml_read_element_id), (gst_ebml_peek_id),
13576 (gst_ebml_read_seek), (gst_ebml_read_skip),
13577 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
13578 (gst_ebml_read_master):
13579 * gst/matroska/ebml-read.h:
13580 * gst/matroska/matroska-demux.c:
13581 (gst_matroska_demux_parse_contents),
13582 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
13583 Disgustingly evil hack for working around INTERRUPT events and
13584 their extremely annoying habit of being a pain in the ass. We
13585 simply peek a cluster before reading any of it.
13587 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13589 * ext/musepack/gstmusepackdec.cpp:
13590 There's also floating point libmusepacks.
13592 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13594 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
13595 (gst_faad_chanpos_to_gst), (gst_faad_chain):
13596 Set DURATION even if source buffer didn't. Also use increasing
13598 * gst-libs/gst/riff/riff-media.c:
13599 (gst_riff_create_audio_caps_with_data):
13600 Block_align can have larger values than 8192.
13602 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13604 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
13605 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
13606 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
13607 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
13610 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13612 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
13615 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13617 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
13620 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13622 * ext/esd/esdsink.c: (gst_esdsink_chain):
13623 Make error actually say something useful (fixes #156798).
13624 * gst-libs/gst/riff/riff-media.c:
13625 (gst_riff_create_video_caps_with_data),
13626 (gst_riff_create_video_template_caps):
13627 Add Intel Video 5.0 fourcc (IV50).
13629 2004-12-01 Christophe Fergeau <teuf@gnome.org>
13631 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
13632 detection on mono and stereo mp3 files.
13634 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13636 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13637 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
13638 the contained stream).
13640 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13642 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
13643 Oops, remove debug.
13645 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
13647 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13649 * gst/law/alaw-decode.c: (alawdec_getcaps):
13650 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
13651 Prevent warnings when negotiating caps (fixes #159338).
13653 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13655 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13656 (gst_ffmpegcsp_chain):
13657 Remove old leftover that shouldn't be there...
13659 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
13661 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13663 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
13664 Don't forward DISCONT events (fixes #159684).
13666 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13668 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
13669 Unlink manually since sometimes bin disposal (and therefore
13670 pad unlinking) is delayed, which will cause a new media file
13671 to not be able to start playing instantly.
13673 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13675 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
13676 On mute of an unlinked stream, check for pad availability so
13677 we don't crash on unlinked pad.
13679 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13681 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13682 (gst_avi_demux_massage_index):
13683 Fix quite humiliating bug in omitting 0-sized index chunks but
13684 forgetting to count them for timestamps.
13686 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13688 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
13689 Actually leave the loop if we failed to sync. Don't crash.
13691 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13693 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
13694 (gst_dvd_demux_process_private):
13695 * gst/mpegstream/gstdvddemux.h:
13696 Fix crash (#159759). Doesn't work, though. :-(.
13698 2004-11-28 Benjamin Otte <otte@gnome.org>
13700 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
13701 more overwriting protection due to modifying channels one by one
13702 instead of all at once
13704 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13706 * gst/audioconvert/gstchannelmix.c:
13707 (gst_audio_convert_fill_normalize):
13708 Normalize using absolute values.
13710 2004-11-28 Julien MOUTTE <julien@moutte.net>
13714 * ext/directfb/Makefile.am:
13715 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
13716 (gst_directfbvideosink_get_pixel_format),
13717 (gst_directfbvideosink_get_format_from_fourcc),
13718 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
13719 (gst_directfbvideosink_sink_link),
13720 (gst_directfbvideosink_change_state),
13721 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
13722 (gst_directfbvideosink_buffer_alloc),
13723 (gst_directfbvideosink_interface_supported),
13724 (gst_directfbvideosink_interface_init),
13725 (gst_directfbvideosink_navigation_send_event),
13726 (gst_directfbvideosink_navigation_init),
13727 (gst_directfbvideosink_set_property),
13728 (gst_directfbvideosink_get_property),
13729 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
13730 (gst_directfbvideosink_base_init),
13731 (gst_directfbvideosink_class_init),
13732 (gst_directfbvideosink_get_type), (plugin_init):
13733 * ext/directfb/directfbvideosink.h: Adding a first version of
13735 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
13738 2004-11-28 Benjamin Otte <otte@gnome.org>
13740 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
13741 walk the samples backwards if out_channels > in_channels so we don't
13744 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13746 * gst/audioconvert/Makefile.am:
13747 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
13748 (gst_audio_convert_link), (gst_audio_convert_change_state),
13749 (gst_audio_convert_channels):
13750 * gst/audioconvert/gstchannelmix.c:
13751 (gst_audio_convert_unset_matrix),
13752 (gst_audio_convert_fill_identical),
13753 (gst_audio_convert_fill_compatible),
13754 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
13755 (gst_audio_convert_fill_others),
13756 (gst_audio_convert_fill_normalize),
13757 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
13758 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
13759 * gst/audioconvert/gstchannelmix.h:
13760 Implement a channel mixer.
13762 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
13764 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
13765 * ext/alsa/gstalsa.h:
13766 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
13767 Make alsasink actually honor gst_element_set_clock and use that
13768 clock instead of its internal one.
13770 2004-11-27 Christophe Fergeau <teuf@gnome.org>
13772 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
13773 (gst_play_base_bin_change_state): nullify source and decoder when
13774 going from READY to NULL so that we don't try to do weird stuff with
13775 them when going from NULL to READY
13776 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
13777 instead of g_object_unref
13778 (gen_video_element), (gen_audio_element): more refcounting fixes, now
13779 it should be correct
13780 (gst_play_bin_change_state): don't call remove_sinks if we are
13781 currently disposing the object
13783 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13785 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
13786 Don't forget bass if it's there. Else left channel is silent...
13788 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13790 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
13791 (gst_a52dec_change_state):
13792 Don't do sample adjusting anymore, we use float audio now.
13793 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
13794 Don't fixate to non-existing properties.
13796 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13798 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
13799 (gst_a52dec_change_state):
13800 Advertise that we can do surround sound.
13802 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13804 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
13805 Add buffer-frames=0.
13806 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
13807 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
13808 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
13809 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
13810 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
13811 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
13812 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
13813 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
13814 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
13815 * ext/dvdread/dvdreadsrc.h:
13816 Add seeking, querying for bytes, sectors, title, angle and
13817 chapter. Handle multiple chapters. Relicense to LGPL because
13818 Billy agreed on that (thanks Billy!).
13820 2004-11-27 Christophe Fergeau <teuf@gnome.org>
13822 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
13823 call parent dispose method
13825 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
13827 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
13828 (gst_audio_clock_get_internal_time):
13829 Fix active <-> inactive transitions: ensure time value always
13830 grows and avoid abrupt value changes.
13832 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
13835 * gst/tta/Makefile.am:
13837 * gst/tta/filters.h:
13838 * gst/tta/gsttta.c:
13839 * gst/tta/gstttadec.c:
13840 * gst/tta/gstttadec.h:
13841 * gst/tta/gstttaparse.c:
13842 * gst/tta/gstttaparse.h:
13843 * gst/tta/ttadec.h:
13844 added TTA parser and decoder
13846 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13848 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13849 (probe_triggered), (check_queue), (buffer_underrun),
13850 (buffer_running), (buffer_overrun), (gen_source_element),
13852 * gst/playback/gstplaybasebin.h:
13853 Implement buffering. Needs some more work.
13855 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13857 * ext/theora/theoradec.c: (theora_dec_chain):
13858 Fix ilog mask range overflow.
13860 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13862 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
13863 Don't omit the last (which in case of dmix is the only :) )
13864 channel count. Don't set channels if <= 2.
13866 2004-11-26 Christophe Fergeau <teuf@gnome.org>
13868 * gst/playback/gstplaybin.c: (gen_video_element),
13869 (gen_audio_element): Removed 2 obsolete comments
13871 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13873 * ext/vorbis/oggvorbisenc.c
13874 * ext/vorbis/vorbisenc.c :
13875 change description fields of those plugins to differentiate them
13876 (pitivi show Encoders by description, they had the same one)
13878 2004-11-25 Christophe Fergeau <teuf@gnome.org>
13880 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13882 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
13883 (gst_play_bin_set_property), (gen_video_element),
13884 (gen_audio_element):
13885 Refcounting fixes for provided audio-/videosinks.
13887 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13889 * gst/playback/gstplaybin.c: (gen_video_element),
13890 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
13891 Don't reference all sinks, but only the video- and audiosinks.
13892 The vis. element should be disposed when we're done with it.
13893 We don't have any reason to keep it around. This fixes warnings
13894 when reusing playbin for playing multiple audio files with
13895 vis. enabled. Also release audio device on pause - idea stolen
13898 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13900 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
13901 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
13902 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
13903 * ext/alsa/gstalsaplugin.c: (plugin_init):
13904 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
13905 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
13906 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
13907 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
13908 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
13909 (gst_faad_change_state), (plugin_init):
13910 * ext/faad/gstfaad.h:
13911 * ext/vorbis/vorbis.c: (plugin_init):
13912 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13913 * gst-libs/gst/audio/Makefile.am:
13914 * gst-libs/gst/audio/audio.c: (plugin_init):
13915 * gst-libs/gst/audio/multichannel.c:
13916 (gst_audio_check_channel_positions),
13917 (gst_audio_get_channel_positions),
13918 (gst_audio_set_channel_positions),
13919 (gst_audio_set_structure_channel_positions_list),
13920 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
13921 (gst_audio_fixate_channel_positions):
13922 * gst-libs/gst/audio/multichannel.h:
13923 * gst-libs/gst/audio/testchannels.c: (main):
13924 * gst/audioconvert/gstaudioconvert.c:
13925 (gst_audio_convert_class_init), (gst_audio_convert_init),
13926 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
13927 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
13928 (gst_audio_convert_fixate), (gst_audio_convert_channels):
13929 * gst/audioconvert/plugin.c: (plugin_init):
13930 Surround sound support.
13932 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13934 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
13935 Fix position for discont if we're close as well. Nitpicking, but
13936 saves a few milliseconds of extra waiting or skipping.
13938 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13940 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
13941 We sometimes need parsers for playback, so add those too.
13943 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13946 * gst/apetag/Makefile.am:
13947 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
13948 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
13949 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
13950 (gst_ape_demux_get_src_query_types),
13951 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
13952 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
13953 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
13954 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
13955 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
13956 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
13957 (gst_ape_demux_change_state):
13958 * gst/apetag/apedemux.h:
13959 * gst/apetag/apetag.c: (plugin_init):
13960 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
13962 APE v1/2 tag reader plus typefind function.
13964 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13967 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
13968 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
13969 Remove hacks for older core. Require newer core version
13972 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13974 * gst/cdxaparse/Makefile.am:
13975 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
13976 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
13977 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
13978 * gst/cdxaparse/gstcdxaparse.h:
13979 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
13980 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
13981 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
13982 (gst_cdxastrip_get_src_query_types),
13983 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
13984 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
13985 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
13986 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
13987 * gst/cdxaparse/gstcdxastrip.h:
13988 SVCD/VCD header stripping separated from CDXA image parsing.
13989 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13991 Add VCD/SVCD header typefinding for VCD/SVCD.
13992 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
13993 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
13994 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
13995 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
13996 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
13997 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
13998 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
13999 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
14000 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
14001 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
14002 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
14003 * sys/vcd/vcdsrc.h:
14004 Fix up, add seeking, querying, URI interface. Works in totem now.
14006 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
14011 === release 0.8.6 ===
14013 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
14031 releasing 0.8.6, "IOU Love"
14033 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
14035 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
14037 * gst/playback/gstplaybasebin.c:
14038 Fix unplayable files error handling. Fixes #158365
14040 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
14042 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
14044 * gst/typefind/gsttypefindfunctions.c:
14045 Fix broken mp3 typefinding. Fixes #158375
14047 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
14049 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
14051 * ext/ogg/gstoggdemux.c:
14052 Fix sync on broken files. Fixes #158976
14054 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
14056 patch by: Edward Hervey <bilboed@bilboed.com>
14058 * ext/libpng/gstpngenc.c:
14059 Copy over buffer properties. Fixes #158832
14061 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
14063 patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
14065 * ext/dvdread/dvdreadsrc.c:
14066 Fixes invalid reads (#158462)
14068 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
14070 * sys/v4l/gstv4lsrc.c:
14071 * sys/v4l/gstv4lsrc.h:
14072 * sys/v4l/v4lsrc_calls.c:
14073 Probe less and cache it. Fixes #159187.
14075 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
14077 * gst/videorate/gstvideorate.c:
14078 Handle all video formats. Fixes #159186.
14080 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
14081 * gst/synaesthesia/gstsynaesthesia.c:
14082 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
14083 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
14084 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
14085 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
14086 (gst_synaesthesia_change_state), (plugin_init):
14087 Fix up synaesthesia to work under different samplerates/ buffer sizes.
14088 Force 320x200 output, as that's the only thing the underlying
14089 synaesthesia implementation supports. Still needs to be made
14092 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14095 Fix mpeg2enc configure check (similar to mplex check below).
14097 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
14099 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14101 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14102 Fix for gcc-2.95 (fixes #158221).
14104 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14106 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
14107 Re-add clock distribution hack (until new core is released).
14110 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
14112 fix mplex configure check segfaulting on some systems (bug #140994)
14114 2004-11-13 Benjamin Otte <otte@gnome.org>
14116 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
14118 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14119 do a wait when we enter the loop func with no data available to
14120 write instead of getting into an 100% CPU loop by just returning and
14121 being called again by the scheduler
14123 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
14126 * ext/libvisual/visual.c: (gst_visual_get_type),
14127 (libvisual_log_handler), (gst_visual_getcaps),
14128 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
14130 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
14131 * ext/smoothwave/Makefile.am:
14132 * ext/smoothwave/demo-osssrc.c: (main):
14133 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
14134 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
14135 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
14137 * ext/smoothwave/gstsmoothwave.h:
14138 Make gstsmoothwave a working element in the 20th century.
14140 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
14141 Fix incorrect link function
14143 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14145 * gst/volume/gstvolume.c:
14146 Allow buffer-frames=0.
14148 2004-11-12 Iain <iaingnome@gmail.com>
14150 * configure.ac: Check for polypaudio
14152 * ext/Makefile.am: Build the polyp dir
14154 * ext/polyp: The polypsink sources.
14156 2004-10-30 Iain <iaingnome@gmail.com>
14158 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
14159 caps to reflect the new number of channels.
14161 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14163 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14164 Fix for negotiation order problem. This would show when the
14165 ALSA loopfuction was called before any other function. ALSA
14166 wouldn't do anything because we're not negotiated yet, leading
14167 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
14169 2004-11-11 Tim-Philipp M??ller <t.i.m@zen.co.uk>
14171 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14173 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
14174 No warnings (#157986).
14176 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14178 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14179 Prefer apev1/2 and id3v1 (at end of file) over musepack.
14181 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14183 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
14184 Signal no-more-pads (so it works in playbin).
14186 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14188 * ext/musepack/gstmusepackreader.cpp:
14189 Workaround for older core.
14191 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14193 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
14194 Actually test for odd width/height rather than testing whether
14195 a temporary variable that was 0 before we subtracted 1 is now
14196 not equal to zero (which it always is).
14198 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14200 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
14201 Fix compilation if HAVE_XVIDEO is not defined
14203 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14205 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
14206 Fix compilation if HAVE_XVIDEO is not defined
14208 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
14210 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
14211 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
14212 (gst_goom_change_state), (plugin_init):
14213 Use the bytestream adapter so goom doesn't depend on the input
14215 Add a debug category
14217 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14219 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
14220 Only set hardware parameters *after* negotiation. Before
14221 negotiation, it will set ANY and that seems to cause crashes
14222 (see e.g. #151288, #153227).
14224 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14226 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
14227 This seems to be antique leftover. It needs to pass error
14229 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
14230 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
14231 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
14232 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
14233 Fix GstXOverlay implementation (#151059).
14235 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14237 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
14238 Don't assert (#157853).
14240 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14242 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
14243 Fix bytes/samples confustion.
14244 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
14245 Fix for underrun (#144389).
14247 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14249 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
14250 Disable halfway-seek for pending release (since it needs a new
14253 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
14255 * sys/v4l/gstv4lsrc.c:
14256 * sys/v4l/gstv4lsrc.h:
14257 * sys/v4l/v4lsrc_calls.c:
14258 add autoprobe-fps property so we can separate autoprobing parts
14260 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
14262 * sys/v4l/gstv4lsrc.c:
14263 * sys/v4l/v4lsrc_calls.c:
14264 initialise fourcc to catch unset fourcc's, and debug
14266 2004-11-09 Wim Taymans <wim@fluendo.com>
14268 * gst/playback/README:
14269 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
14270 * gst/playback/gstplaybin.c: (gst_play_bin_init),
14271 (gst_play_bin_dispose), (gst_play_bin_set_property),
14272 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
14273 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
14274 (gst_play_bin_get_formats), (gst_play_bin_convert),
14275 (gst_play_bin_get_query_types), (gst_play_bin_query):
14276 Cleanups and some more documentation.
14278 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
14280 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
14281 (gst_cacasink_init), (gst_cacasink_chain):
14282 * ext/libcaca/gstcacasink.h:
14283 Cacasink inherits from VideoSink, so let that store the clock.
14285 2004-11-09 Wim Taymans <wim@fluendo.com>
14287 * gst/playback/README:
14288 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
14289 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
14290 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
14291 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
14292 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
14294 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
14295 (gst_stream_info_is_mute), (gst_stream_info_set_property):
14296 * gst/playback/gststreaminfo.h:
14298 Only switch groups if all streams have muted (EOSed).
14299 Send Tags in sync with the stream playback instead of in
14300 the playback/preroll phase.
14301 Some cleanups, free the fakesrc elements.
14303 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
14305 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
14306 buffer-frames property was missing
14307 * ext/arts/gst_arts.c:
14308 rate missing from sinkcaps
14309 * ext/audiofile/gstafparse.c:
14310 * ext/audiofile/gstafsink.c:
14311 * ext/audiofile/gstafsrc.c:
14312 * ext/swfdec/gstswfdec.c:
14313 int audio doesn't know buffer-frames
14314 * ext/cdparanoia/gstcdparanoia.c:
14315 int audio doesn't know chunksize either
14316 * ext/nas/nassink.c:
14317 it's endianness, not endianess
14318 * gst-libs/gst/audio/audio.h:
14319 make float standard pad template caps really describe float
14320 * gst/law/mulaw.c: (linear_factory):
14321 signed only, please
14322 * gst/mpegstream/gstdvddemux.c:
14323 widths of 20 are not valid
14325 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
14327 Submitted by: Luca Ferretti <elle.uca@infinito.it>
14333 2004-11-08 Wim Taymans <wim@fluendo.com>
14335 * gst/playback/README:
14336 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
14337 * gst/playback/gstplaybasebin.c: (probe_triggered),
14338 (gst_play_base_bin_change_state):
14339 Updated README, added more comments for fixmes etc..
14341 2004-11-08 Wim Taymans <wim@fluendo.com>
14343 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
14344 We can remove this hack now.
14346 2004-11-08 Wim Taymans <wim@fluendo.com>
14348 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
14349 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
14350 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
14351 Only mix AYUV for maximum quality.
14353 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14355 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
14356 (gst_ogg_demux_push), (gst_ogg_pad_push):
14357 Let's act as if we're synchronized now! :).
14358 * ext/theora/theoradec.c: (theora_dec_chain):
14361 2004-11-08 Wim Taymans <wim@fluendo.com>
14363 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14364 (gst_alpha_set_property), (gst_alpha_sink_link),
14365 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
14366 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
14367 (gst_alpha_init_params), (gst_alpha_chain):
14368 Implement alpha functions for AYUV too, this increases
14369 accuracy quite a bit.
14371 2004-11-08 Wim Taymans <wim@fluendo.com>
14373 * gst/ffmpegcolorspace/avcodec.h:
14374 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14375 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
14376 (gst_ffmpegcsp_avpicture_fill):
14377 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14378 (gst_ffmpegcsp_caps_remove_format_info):
14379 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
14380 (shrink12), (img_get_alpha_info), (deinterlace_line),
14381 (deinterlace_line_inplace):
14382 * gst/ffmpegcolorspace/imgconvert_template.h:
14383 Added AYUV colorspace and handle RGBA a bit more respectful.
14385 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14387 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14388 Actually always send a discont (cornercase when resending the
14389 same serial-tagged chain twice).
14391 2004-11-08 Julien MOUTTE <julien@moutte.net>
14393 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
14394 (gst_ximagesink_finalize):
14395 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14396 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
14398 2004-11-08 Wim Taymans <wim@fluendo.com>
14400 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
14401 Don't segfault on NULL data.
14403 2004-11-08 Wim Taymans <wim@fluendo.com>
14405 * gst/playback/gstdecodebin.c: (unlinked):
14406 * gst/playback/gstplay-marshal.list:
14407 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14408 (gst_play_base_bin_init), (group_create), (get_active_group),
14409 (get_building_group), (group_destroy), (group_commit),
14410 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
14411 (add_element_stream), (no_more_pads), (probe_triggered),
14412 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
14413 (state_change), (setup_source), (gst_play_base_bin_get_property),
14414 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
14415 (gst_play_base_bin_link_stream),
14416 (gst_play_base_bin_get_streaminfo):
14417 * gst/playback/gstplaybasebin.h:
14418 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14419 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
14420 Add support for chained ogg files. Prepare for playlist
14421 support. This patch introduces the concept of pad groups, which
14422 together compose one playable media file.
14424 2004-11-07 David Schleef <ds@schleef.org>
14426 * testsuite/gst-lint: Check for pad templates that aren't statically
14429 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14433 * ext/musepack/Makefile.am:
14434 * ext/musepack/gstmusepackdec.cpp:
14435 * ext/musepack/gstmusepackdec.h:
14436 * ext/musepack/gstmusepackreader.cpp:
14437 * ext/musepack/gstmusepackreader.h:
14438 Add musepack decoder.
14439 * ext/faad/gstfaad.c: (gst_faad_base_init):
14440 Make pad templates static.
14441 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
14443 Add musepack typefinder, make mp3 typefinding work halfway stream,
14444 which doesn't actually work yet because id3demux doesn't implement
14447 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14449 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14450 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
14451 Fix interrupt event handling (#144436).
14453 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14455 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
14458 2004-11-06 Tim-Philipp M??ller <t.i.m@zen.co.uk>
14460 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14462 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
14463 Fix weird caps (#157548).
14465 2004-11-06 Tim-Philipp M??ller <t.i.m@zen.co.uk>
14467 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14469 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
14470 Add missing NULL terminator (#157543).
14472 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
14474 * gst/tcp/gsttcp.h:
14475 * gst/tcp/gsttcpclientsink.c:
14476 * gst/tcp/gsttcpclientsrc.c:
14477 * gst/tcp/gsttcpserversink.c:
14478 * gst/tcp/gsttcpserversrc.c:
14479 ports can go up to 65535. Move common defines to gsttcp.h
14481 2004-11-05 Wim Taymans <wim@fluendo.com>
14483 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
14484 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
14485 Added two more colorspaces.
14487 2004-11-05 Wim Taymans <wim@fluendo.com>
14489 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14490 (gst_ffmpegcsp_avpicture_fill):
14491 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
14492 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
14493 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
14496 2004-11-05 Wim Taymans <wim@fluendo.com>
14498 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
14499 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
14500 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
14501 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
14502 (gst_videomixer_loop):
14505 2004-11-05 Benjamin Otte <otte@gnome.org>
14507 * ext/mad/gstmad.c: (gst_mad_chain):
14508 don't overflow data buffer. Flush not needed sync data when syncing
14511 2004-11-04 Wim Taymans <wim@fluendo.com>
14513 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14514 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14515 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
14516 (gst_alpha_init_params), (gst_alpha_chain),
14517 (gst_alpha_change_state):
14518 Updated the chroma keying algorithm with something more
14521 2004-11-03 Wim Taymans <wim@fluendo.com>
14523 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
14524 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
14525 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
14526 Fix stride issues. Does not completely work for odd
14529 2004-11-03 Wim Taymans <wim@fluendo.com>
14531 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14532 (gst_alpha_chroma_key), (gst_alpha_chain):
14533 Fix stride issues. Does not completely work for odd
14536 2004-11-03 Christophe Fergeau <teuf@gnome.org>
14538 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
14539 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
14542 2004-11-03 Wim Taymans <wim@fluendo.com>
14544 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14545 (gst_ffmpegcsp_avpicture_fill):
14546 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
14548 * gst/ffmpegcolorspace/imgconvert_template.h:
14549 Use correct _fill function to get correct strides.
14551 2004-11-02 David Schleef <ds@schleef.org>
14553 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
14554 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
14555 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
14556 Change all g_print()s to debugging. Add a bunch of consistency
14559 2004-11-02 Wim Taymans <wim@fluendo.com>
14561 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14562 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
14563 (unlinked), (no_more_pads), (close_link):
14564 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14565 (unknown_type), (add_element_stream), (new_decoded_pad),
14566 (removed_decoded_pad), (setup_source):
14567 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
14568 (gst_stream_info_class_init), (gst_stream_info_init),
14569 (gst_stream_info_new), (gst_stream_info_dispose),
14570 (stream_info_mute_pad), (gst_stream_info_set_property),
14571 (gst_stream_info_get_property):
14572 * gst/playback/gststreaminfo.h:
14573 Fix playback of multiple files.
14574 a slightly different approach to handling dynamic pad removals.
14575 This one only looks at pads that we have linked.
14577 2004-11-01 Christophe Fergeau <teuf@gnome.org>
14579 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
14580 free" warning from libc.
14582 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14584 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14585 (get_unconnected_element), (remove_starting_from), (pad_removed),
14587 Implement support for dynamic pad changing. We listen to "live"
14588 pad removals (i.e. while playing) and re-setup autoplugging
14589 after that. Playbasebin/playbin need some more work for this
14590 to finally work, but decodebin supports (and replugs) chained
14593 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
14595 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
14596 (gst_alsa_finalize):
14597 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
14598 (gst_cdaudio_finalize):
14599 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
14600 (cdparanoia_finalize):
14601 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
14602 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
14603 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
14604 (dvdreadsrc_finalize):
14605 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
14606 (gst_flacdec_finalize):
14607 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
14608 (gst_flacenc_finalize):
14609 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
14610 (gst_gnomevfssink_finalize):
14611 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
14612 (gst_gnomevfssrc_finalize):
14613 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
14614 (gst_fameenc_finalize):
14615 * ext/nas/nassink.c: (gst_nassink_class_init),
14616 (gst_nassink_finalize):
14617 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
14618 (gst_sdlvideosink_class_init):
14619 * ext/sndfile/gstsf.c: (gst_sf_dispose):
14620 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
14621 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
14622 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
14623 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
14624 (gst_x_window_listener_dispose):
14625 * gst/audioscale/gstaudioscale.c:
14626 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
14627 (play_on_demand_finalize):
14628 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
14629 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
14630 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
14631 (cdplayer_finalize):
14632 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
14633 (gst_glimagesink_class_init):
14634 * sys/oss/gstosselement.c: (gst_osselement_class_init),
14635 (gst_osselement_finalize):
14636 * sys/oss/gstosssink.c: (gst_osssink_dispose):
14637 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
14638 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
14639 Fixes a bunch of problems with finalize and dispose functions,
14640 either assumptions that dispose is only called once, or not calling
14641 the parent class dispose/finalize function
14643 2004-11-01 Stefan Kost <ensonic@users.sf.net>
14645 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
14646 added two api precondition guards
14647 use g_strdup with getenv to fix crash when using ENVVAR
14649 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
14650 * ext/esd/esdsink.c: (gst_esdsink_class_init),
14651 (gst_esdsink_finalize):
14652 Use a finalize function, not dispose, and more importantly,
14653 call the parent class finalize function too
14655 2004-11-01 Johan Dahlin <johan@gnome.org>
14657 * ext/ogg/gstoggdemux.c:
14658 * gst/tags/gstvorbistag.c:
14661 2004-10-31 Benjamin Otte <otte@gnome.org>
14663 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
14664 lotsa memleaks today. But they're all small...
14666 2004-10-31 Benjamin Otte <otte@gnome.org>
14668 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14669 another memleak crushed
14671 2004-10-31 Benjamin Otte <otte@gnome.org>
14673 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
14676 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14678 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14679 Hack to prevent crash when going to READY inside signal handler
14680 while this function is active.
14682 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14684 * gst/ffmpegcolorspace/Makefile.am:
14685 * gst/ffmpegcolorspace/avcodec.h:
14686 * gst/ffmpegcolorspace/common.h:
14687 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
14688 * gst/ffmpegcolorspace/dsputil.h:
14689 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
14690 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14691 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
14692 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
14693 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
14694 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
14695 (gst_ffmpegcsp_avpicture_fill):
14696 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
14697 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14698 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
14699 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
14700 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
14701 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
14702 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14703 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
14704 * gst/ffmpegcolorspace/imgconvert.c:
14705 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
14706 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
14707 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
14708 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
14709 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
14710 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
14711 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
14712 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
14713 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
14714 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
14715 (grow21), (grow22), (grow41), (grow44), (conv411),
14716 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
14717 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
14718 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
14719 (avpicture_free), (is_yuv_planar), (img_convert),
14720 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
14721 (deinterlace_line_inplace), (deinterlace_bottom_field),
14722 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
14723 * gst/ffmpegcolorspace/imgconvert_template.h:
14724 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
14725 * gst/ffmpegcolorspace/mmx.h:
14726 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
14727 (av_fast_realloc), (av_mallocz_static), (av_free_static),
14728 (av_freep), (avcodec_get_context_defaults),
14729 (avcodec_alloc_context), (avcodec_init):
14730 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
14731 handling plus update from ffmpeg CVS. Large clean-up.
14733 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14735 * gst/playback/Makefile.am:
14736 We need the marshallers for decodebin, too.
14738 2004-10-30 David Schleef <ds@schleef.org>
14740 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
14741 quicktime typefinding work with 64-bit offsets.
14743 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
14745 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
14746 Set EOS on the element when processing an EOS event.
14747 * ext/speex/gstspeexdec.h:
14748 * ext/speex/gstspeexenc.h:
14749 Only keep a const ptr to the mode
14750 * gst-libs/gst/riff/riff-media.c:
14751 (gst_riff_create_audio_caps_with_data),
14752 (gst_riff_create_audio_template_caps):
14753 Allow WMAV3, with up to 6 channels.
14754 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
14755 Don't call gst_pad_set_event_function on a sink pad.
14756 * gst/mpegstream/gstdvddemux.c:
14757 (gst_dvd_demux_get_subpicture_stream),
14758 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
14759 Copy the explicit caps that were set across to the cur_* pads,
14760 instead of trying to use a possibly non-existent negotiated caps.
14761 Reset the type of subpicture pads to UNKNOWN after calling
14762 init_stream, so that the caps get set.
14764 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
14766 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14768 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
14769 Don't touch buffer if it is of size 0 (fixes #151064).
14771 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14773 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
14774 Synchronized discont handling.
14776 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14778 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
14779 (gst_ogg_demux_push):
14780 Make seeking sort-of exact again (fixes #156387).
14782 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14784 * gst/playback/gstplaybasebin.c: (unknown_type),
14785 (add_element_stream), (new_decoded_pad),
14786 (gst_play_base_bin_change_state):
14787 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14788 (gst_stream_info_init), (gst_stream_info_new),
14789 (gst_stream_info_dispose), (gst_stream_info_get_property):
14790 * gst/playback/gststreaminfo.h:
14791 Make caps explicitely available. Makes testing for unsupported
14792 types possible. Improves error reporting.
14794 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14796 * gst/audioconvert/gstaudioconvert.c:
14797 (gst_audio_convert_buffer_to_default_format):
14798 Really don't touch read-only buffers (#156563).
14800 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
14802 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14804 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14805 Fix memleak (#155223).
14807 2004-10-29 Wim Taymans <wim@fluendo.com>
14809 * gst/tcp/.cvsignore:
14810 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14811 (gst_multifdsink_class_init), (gst_multifdsink_init),
14812 (gst_multifdsink_add), (gst_multifdsink_remove),
14813 (gst_multifdsink_remove_client_link), (is_sync_frame),
14814 (gst_multifdsink_new_client),
14815 (gst_multifdsink_handle_client_write),
14816 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14817 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
14818 (gst_multifdsink_get_property):
14819 * gst/tcp/gstmultifdsink.h:
14820 Added burst on connect sync_method, deprecated sync_clients,
14821 streamlined the sync code some more.
14823 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14825 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
14826 (gst_play_base_bin_change_state):
14827 Improve error reporting.
14829 2004-10-28 Wim Taymans <wim@fluendo.com>
14831 * gst/tcp/Makefile.am:
14832 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
14833 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
14834 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
14835 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
14836 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14837 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14839 Added more locks around fdset structures. Fixed/reworked
14840 the poll array resizing code.
14841 Added stress test for fdset.
14843 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14845 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
14848 2004-10-28 Benjamin Otte <otte@gnome.org>
14850 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
14851 fix link function to always query channels and query width for
14855 * gst/equalizer/Makefile.am:
14856 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
14857 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
14858 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
14859 (arg_to_scale), (setup_filter),
14860 (gst_iir_equalizer_compute_frequencies),
14861 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
14862 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
14866 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
14868 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
14872 Added Norwegian Bokmaal translation
14874 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14876 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14877 Don't break on options (fixes #156488).
14879 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
14882 * ext/cdaudio/Makefile.am:
14884 fix build on older automake
14886 2004-10-26 Wim Taymans <wim@fluendo.com>
14888 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
14889 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
14890 Allow a little margin when negotiating the framerate.
14892 2004-10-26 Stefan Kost <ensonic@users.sf.net>
14894 * gst/level/gstlevel.c:
14895 synchonised naming of pads and pad-templates
14897 2004-10-26 Wim Taymans <wim@fluendo.com>
14899 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
14900 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
14901 (_find_streams_check), (gst_ogg_demux_push):
14902 Fix EOS again. Needs to be done in a better way. We should not
14903 remove the pad if there is no new chained stream.
14905 2004-10-26 Iain <iaingnome@gmail.com>
14907 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
14908 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
14910 * gst/interleave/interleave.c (interleave_class_init): Hook up release
14912 (interleave_release_pad): Remove the pad.
14913 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
14914 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
14916 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
14918 (gst_xvimagesink_xcontext_clear): Free the xcontext.
14919 (gst_xvimagesink_finalize): Free the par.
14921 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14923 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
14924 (gst_avimux_stop_file):
14925 First calculate the rate, and only then use it. Hdr.rate is a
14926 multiple and not a derivative of hdr.scale. Scale is not the
14927 same as blockalign but is solely related to rate.
14929 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14931 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
14932 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
14935 2004-10-25 James Henstridge <james@jamesh.id.au>
14937 Reviewed by: David Schleef <ds@schleef.org>
14939 * examples/gstplay/player.c: (got_stream_length), (main):
14940 * examples/seeking/cdplayer.c: (update_scale):
14941 * examples/seeking/seek.c: (format_value), (update_scale):
14942 * examples/seeking/spider_seek.c: (format_value), (update_scale),
14944 Build fixes on AMD64.
14946 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14948 reviewed by: Ronald Bultje <rbultje at gnome dot org>
14950 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
14951 Fix for some v4l cards which hang in v4lsrc
14953 2004-10-25 Wim Taymans <wim@fluendo.com>
14955 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
14956 (gst_ogg_demux_push), (gst_ogg_chains_clear):
14957 Make sure to remove the pad when a new chain is
14958 encountered. Set some vars to NULL so we don't try
14959 to reference freed memory.
14961 2004-10-25 Wim Taymans <wim@fluendo.com>
14963 * examples/seeking/Makefile.am:
14964 * examples/seeking/cdplayer.c: (update_scale):
14965 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
14966 * examples/seeking/playbin.c: (make_playerbin_pipeline),
14967 (format_value), (update_scale), (iterate), (start_seek),
14968 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
14969 (print_usage), (main):
14970 Added some more examples, update others.
14972 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14974 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
14975 * ext/speex/gstspeexdec.c: (speex_dec_chain):
14976 * ext/theora/theoradec.c: (theora_dec_chain):
14977 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14978 Add codec-name metadata.
14980 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
14982 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14984 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14985 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14986 * ext/alsa/gstalsamixertrack.h:
14988 ALSA mixer track label internationalization (#154054).
14990 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14992 * ext/theora/theoradec.c: (theora_dec_chain):
14993 Export bitrate as metadata.
14995 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14997 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14998 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14999 * ext/alsa/gstalsamixertrack.h:
15000 Fix names, fix loop.
15002 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15004 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
15005 (speex_dec_convert):
15006 sinkconvert function so oggdemux can get the file length (totem).
15008 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
15010 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15012 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
15013 Don't push incomplete packets.
15014 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
15015 Fix MPEG-4 audio typefinding.
15017 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15019 * sys/v4l/Makefile.am:
15020 * sys/v4l/gstv4l.c: (plugin_init):
15021 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
15022 (gst_v4lelement_init), (gst_v4lelement_dispose),
15023 (gst_v4lelement_change_state):
15024 * sys/v4l/gstv4lelement.h:
15025 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
15026 (gst_v4l_xoverlay_close), (idle_refresh),
15027 (gst_v4l_xoverlay_set_xwindow_id):
15028 * sys/v4l/gstv4lxoverlay.h:
15029 * sys/v4l/v4l-overlay_calls.c:
15030 * sys/v4l/v4l_calls.h:
15031 * sys/v4l2/Makefile.am:
15032 * sys/v4l2/gstv4l2.c: (plugin_init):
15033 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
15034 (gst_v4l2element_init), (gst_v4l2element_dispose),
15035 (gst_v4l2element_change_state):
15036 * sys/v4l2/gstv4l2element.h:
15037 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
15038 (gst_v4l2_xoverlay_close), (idle_refresh),
15039 (gst_v4l2_xoverlay_set_xwindow_id):
15040 * sys/v4l2/gstv4l2xoverlay.h:
15041 * sys/v4l2/v4l2-overlay_calls.c:
15042 * sys/v4l2/v4l2_calls.h:
15043 Remove client-side overlay handling, use the X-server v4l plugin
15044 for that. Nicer overlay, less code. Also make the plugin
15045 compileable without X (but then without overlay, obviously).
15046 Makes xwindowlistener obsolete, should we remove that?
15048 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15050 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
15051 (gst_osssrc_src_query):
15052 * sys/oss/gstosssrc.h:
15053 OK, so people want offset in DEFAULT. This time, actually fix all
15055 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
15058 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15060 * gst/asfdemux/gstasfmux.c:
15061 * gst/avi/gstavimux.c:
15064 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15066 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
15067 Fix properties (channel, norm, frequency).
15069 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15071 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
15073 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
15076 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15078 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
15081 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15083 * sys/v4l2/gstv4l2element.h:
15084 Yet Another Hack (tm) for kernel header borkedness.
15085 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
15086 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
15087 (gst_v4l2src_link), (gst_v4l2src_getcaps),
15088 (gst_v4l2src_change_state):
15089 * sys/v4l2/gstv4l2src.h:
15090 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
15091 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
15092 Fix caps, keep track of state, work.
15094 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15096 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
15099 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15101 * sys/oss/gstosssrc.c: (gst_osssrc_get):
15102 Don't mix bytes and samples.
15104 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15106 * ext/ogg/gstoggmux.c:
15107 Basic pad template which accepts OGM tracks, speex, flac, vorbis
15108 and theora. Any is incorrect.
15109 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
15111 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
15112 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
15113 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
15114 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
15115 * sys/v4l/gstv4lmjpegsrc.h:
15116 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
15117 (gst_v4lsrc_change_state):
15118 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
15119 (gst_v4lmjpegsrc_capture_stop):
15120 Fix caps. Keep track of internal state. Work.
15122 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15125 Fix the build fixes.
15127 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15129 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15130 (gst_ogg_demux_src_event), (_find_chain_seek),
15131 (gst_ogg_pad_push):
15132 Check for pad availability before using it.
15133 * ext/ogg/gstoggdemux.c: (_find_chain_process):
15134 Fix parsing of chained ogg. Needs more work on the decoder side.
15136 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
15138 * gst/spectrum/Makefile.am:
15139 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
15141 Fix demo and reenable it. Yes, I'm currently playing with audio
15144 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15146 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
15147 We love it if files that start at zero work too...
15149 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15151 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
15152 Handle files with missing EOS headers.
15154 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15156 * gst/tcp/gsttcpserversink.c:
15157 (gst_tcpserversink_handle_server_read),
15158 (gst_tcpserversink_init_send):
15159 Zero some variables first (need for accept not to return EINVAL)
15161 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15163 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15164 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
15165 * ext/theora/theoradec.c: (theora_dec_sink_convert),
15166 (theora_dec_chain):
15167 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
15168 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
15169 Seeking and querying finetune.
15171 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
15175 * ext/raw1394/Makefile.am:
15178 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15180 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
15182 * gst/playback/Makefile.am:
15183 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15184 * gst/playback/gstplay-marshal.list:
15185 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15188 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15190 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
15193 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15195 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15196 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
15197 (gst_ogg_pad_push):
15198 Yay for non-lineair granulepos in theora.
15200 2004-10-18 Wim Taymans <wim@fluendo.com>
15202 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
15203 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
15204 * ext/dv/gstdvdec.h:
15205 Make sure we renegotiate aspect ratio when the camera switches.
15207 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15209 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15210 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
15212 * ext/theora/theoradec.c: (theora_dec_chain):
15213 Skip headers. Bad idea for chained ogg, but fixes seeking.
15215 2004-10-18 Wim Taymans <wim@fluendo.com>
15218 I swear, this is the last time I touch this.
15220 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15222 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15223 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
15224 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
15226 * ext/theora/theoradec.c: (theora_dec_sink_convert):
15227 Time-to-default conversion.
15228 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
15229 Don't error on unknown packets, just skip. We should probably
15230 read them if we want to support chained ogg.
15232 2004-10-18 Wim Taymans <wim@fluendo.com>
15235 Added cdaudio to wrong list.
15237 2004-10-18 Wim Taymans <wim@fluendo.com>
15242 2004-10-18 Wim Taymans <wim@fluendo.com>
15244 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
15245 (gst_dvdec_video_link), (gst_dvdec_push):
15246 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
15247 (gst_smokeenc_resync), (gst_smokeenc_chain):
15248 Fix mimetype on smoke encoder.
15249 Add aspect ratio to dvdec. Not sure if these
15250 values are correct though....
15252 2004-10-18 Wim Taymans <wim@fluendo.com>
15254 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
15255 Fix vorbis property descriptions and ranges.
15257 2004-10-18 Wim Taymans <wim@fluendo.com>
15259 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
15260 Really do nothing when no data is available.
15261 Go to the playing state when the stream is not seekable
15262 instead of failing.
15264 2004-10-18 Wim Taymans <wim@fluendo.com>
15266 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
15267 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
15268 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
15269 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
15270 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
15271 Added uri handler for cd://
15274 2004-10-18 Wim Taymans <wim@fluendo.com>
15276 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15277 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
15278 (try_to_link_1), (no_more_pads), (close_link), (type_found):
15279 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
15280 (remove_prerolls), (unknown_type), (add_element_stream),
15281 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
15282 (gst_play_base_bin_remove_element),
15283 (gst_play_base_bin_link_stream):
15284 * gst/playback/gstplaybin.c: (gen_video_element),
15285 (gen_vis_element), (remove_sinks), (setup_sinks):
15286 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
15287 (gst_stream_info_get_type), (gst_stream_info_class_init),
15288 (gst_stream_info_init), (gst_stream_info_new),
15289 (gst_stream_info_dispose), (stream_info_mute_pad),
15290 (gst_stream_info_set_property), (gst_stream_info_get_property):
15291 * gst/playback/gststreaminfo.h:
15292 Add sink padtemplate to decodebin.
15293 Added some more comments.
15294 Make queue size configurable in playbasebin.
15295 Added possibility to use elements as sinks (ex cdaudio).
15297 2004-10-15 Wim Taymans <wim@fluendo.com>
15299 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
15300 (gst_speexenc_chain):
15301 Fix speex timestamps so that it gets muxed properly.
15303 2004-10-15 Wim Taymans <wim@fluendo.com>
15305 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
15306 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
15307 (gst_dv1394src_init), (gst_dv1394src_dispose),
15308 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
15309 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
15310 (gst_dv1394src_event), (gst_dv1394src_get_formats),
15311 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
15312 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
15313 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
15314 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
15315 * ext/raw1394/gstdv1394src.h:
15316 Added conversion/query functions.
15317 Update buffer timestamps,
15319 Added uri dv:// so it might play from the firewire in playbin.
15320 Fix a possible leak.
15323 2004-10-15 Wim Taymans <wim@fluendo.com>
15325 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
15326 (gst_dv1394src_init), (gst_dv1394src_set_property),
15327 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
15328 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
15329 * ext/raw1394/gstdv1394src.h:
15330 Added AV/C VTR control support needed for some cameras.
15331 Added automatic port detection.
15332 Added properties for selecting the channel.
15333 The configure.ac script is not yet updated to reflect the
15334 new libavc1394 and librom1394 dependencies.
15336 2004-10-15 Wim Taymans <wim@fluendo.com>
15338 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15339 (qtdemux_parse), (gst_qtdemux_handle_esds):
15340 An esds box is not a container.
15341 Fix parsing of mp4v boxes.
15342 Do not try to renegotiate fps for each frame. Need to
15343 find a better method. This should fix mp4 playback.
15345 2004-10-14 David Schleef <ds@schleef.org>
15347 * configure.ac: update for swfdec-0.3 and liboil-0.2
15348 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
15349 * ext/swfdec/gstswfdec.h: same
15350 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
15351 * gst/videotestsrc/videotestsrc.c: same
15353 2004-10-14 Wim Taymans <wim@fluendo.com>
15355 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15356 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
15357 (is_sync_frame), (gst_multifdsink_new_client),
15358 (gst_multifdsink_handle_client_write),
15359 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15360 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
15361 Turn warnings into info.
15362 Don't allow a state change in the streaming thread.
15364 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
15366 * ext/vorbis/oggvorbisenc.c:
15367 * ext/vorbis/vorbisdec.c:
15368 fix template sample rate
15370 2004-10-13 Wim Taymans <wim@fluendo.com>
15372 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
15373 Decoding the header first fixes some problems in resyncing
15376 2004-10-12 Wim Taymans <wim@fluendo.com>
15378 * gst/playback/gstplaybin.c: (gen_video_element),
15379 (gen_vis_element), (remove_sinks), (setup_sinks):
15380 Added vis plugin support, need to configure the vis
15381 element to activate it.
15383 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15385 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
15386 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15388 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15389 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
15390 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
15391 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
15392 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
15393 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
15394 * gst/avi/gstavidemux.h:
15395 Support for openDML-2.0 indx/ix## chunks. Support for broken index
15396 recovery (where, if part of the index is broken, we will still read
15397 the rest of the index and recover the broken part by stream
15398 scanning). More broken media support. EOS workarounds. General AVI
15399 braindamage headache recovery. Aspirin included.
15401 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15403 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
15404 (cdparanoia_event), (cdparanoia_query):
15405 Get rid of hideous lead-in.
15407 2004-10-11 Wim Taymans <wim@fluendo.com>
15409 * gst/playback/gstplaybasebin.c: (setup_source):
15410 Wrong var used to get g_list_next.
15412 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15414 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
15415 (cdparanoia_get), (cdparanoia_open):
15416 Report discid as metadata, add duration.
15418 2004-10-11 Wim Taymans <wim@fluendo.com>
15420 * gst/playback/gstplaybasebin.c: (setup_source):
15421 Cleanup the previous pipeline a little earlier for the
15422 case that a source element provides raw data.
15424 2004-10-11 Benjamin Otte <otte@gnome.org>
15426 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15427 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
15428 consuming the last 128 bytes, even though it was valid mp3 data.
15430 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15432 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
15433 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
15434 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
15435 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
15437 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15439 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
15440 Fix for webcams that support only specific width or height
15442 2004-10-09 Tim-Philipp M??ller <t.i.m@zen.co.uk>
15444 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15446 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15447 Fix wrong discont event setup (fixes #154967).
15449 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
15451 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15453 * gst/auparse/gstauparse.c: (gst_auparse_chain):
15454 Error out on invalid data (fixes #154807).
15456 2004-10-09 Tim-Philipp M??ller <t.i.m@zen.co.uk>
15458 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15460 * ext/dvdread/dvdreadsrc.c: (_read):
15461 Make titles > 0 work again (fixes #154834).
15463 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15465 * gst-libs/gst/riff/riff-media.c:
15466 (gst_riff_create_video_template_caps):
15467 WMV3 missing in template caps.
15469 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15471 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15472 OK, so the original code was too strict. It makes random AVI files
15473 hang for seconds upon opening, which is unacceptable and is far
15474 beyond the original goal of getting multiple chunks for one-chunk
15475 sounc stream files. So now do just that.
15477 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15479 * gst/playback/gstplaybasebin.c: (setup_source),
15480 (gst_play_base_bin_change_state):
15481 Actually clean up streaminfo if output fails. This would trigger
15482 if, for example, there was no CD in the drive. No preroll, so
15483 a streaminfo structure is created, but the subsequent state change
15484 of the thread fails.
15485 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
15486 Don't change state if parent failed.
15488 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15490 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15491 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
15492 (gen_video_element), (remove_sinks):
15493 Add small bits of code for screenshot handling.
15495 2004-10-08 Wim Taymans <wim@fluendo.com>
15497 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
15498 (gen_video_element), (gen_audio_element), (setup_sinks):
15499 Don't assume the user provided sinks are named "sink"...
15501 2004-10-08 Wim Taymans <wim@fluendo.com>
15503 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
15504 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
15505 (gst_play_base_bin_link_stream):
15506 Do not try to autoplug sources that generate raw streams like
15508 disconnect the preroll overrun signal when we don't need it anymore.
15510 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
15512 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
15513 Added reworked patch from #154903 from milosz derezynski (deadchip).
15515 2004-10-08 Wim Taymans <wim@fluendo.com>
15517 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
15518 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
15519 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
15520 (cdparanoia_convert), (cdparanoia_uri_get_type),
15521 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
15522 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
15523 * ext/cdparanoia/gstcdparanoia.h:
15524 This adds the cdda://<tracknum> uri.
15526 2004-10-08 Wim Taymans <wim@fluendo.com>
15528 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15529 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
15530 (try_to_link_1), (no_more_pads), (close_link), (type_found):
15531 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15532 (unknown_type), (gst_play_base_bin_remove_element),
15533 (gst_play_base_bin_link_stream):
15534 * gst/playback/gstplaybasebin.h:
15535 * gst/playback/gstplaybin.c: (gst_play_bin_init),
15536 (gst_play_bin_set_property), (gen_video_element),
15537 (gen_audio_element), (setup_sinks):
15538 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
15539 (gst_stream_info_get_type), (gst_stream_info_class_init),
15540 (gst_stream_info_init), (gst_stream_info_new),
15541 (gst_stream_info_dispose), (stream_info_mute_pad),
15542 (gst_stream_info_set_property), (gst_stream_info_get_property):
15543 * gst/playback/gststreaminfo.h:
15544 Reuse the audio and video bins.
15545 Some internal cleanups in the stream selection code.
15547 2004-10-08 Julien MOUTTE <julien@moutte.net>
15549 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15550 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
15551 * sys/ximage/ximagesink.h:
15552 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15553 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
15554 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
15555 not coming from those elements. Moreover these elements should not keep
15556 the xid they have been given when in NULL state.
15558 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15560 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15561 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
15562 * sys/ximage/ximagesink.h:
15563 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15564 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
15565 * sys/xvimage/xvimagesink.h:
15566 Actually only create a new toplevel window if we're not gonna
15567 embed it right after.
15569 2004-10-07 Wim Taymans <wim@fluendo.com>
15571 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
15572 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
15573 * gst/playback/gstplaybin.c: (setup_sinks):
15574 Implement muting/unmuting of streams, mute streams that are not
15577 2004-10-07 Wim Taymans <wim@fluendo.com>
15579 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
15581 Added lame audio/x-ac3 typefind function.
15583 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
15588 === release 0.8.5 ===
15590 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
15595 releasing 0.8.5, "Take You On"
15597 2004-10-06 Wim Taymans <wim@fluendo.com>
15599 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15600 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15601 (no_more_pads), (close_link), (type_found):
15602 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
15603 * gst/playback/gstplaybin.c: (gen_video_element):
15604 Do not signal the no_more_pads after the first pad when
15605 we are plugging a non dynamic element with multiple
15606 output pads (like swfdec, dvdec, ...).
15608 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
15611 bump for prerelease
15613 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15615 * gst/wavparse/gstwavparse.c:
15616 add ATRAC3 to STATIC CAPS to fix a warning
15618 * gst/matroska/ebml-read.c:
15619 * gst-libs/gst/riff/riff-read.c:
15622 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15624 * gst-libs/gst/riff/riff-media.c:
15625 generate caps for ATRAC3 audio streams
15627 * gst/realmedia/rmdemux.c:
15628 generate caps for ATRAC3 audio streams
15630 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15632 * gst/wavparse/Makefile.am
15633 * gst/wavparse/riff.h
15634 * gst/wavparse/wavparse.vcproj
15635 riff.h removal (unused and duplication with riff-ids.h)
15637 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15639 * gst/wavparse/gstwavparse.h
15640 remove duplicated defines for audio codec codes
15642 * gst-libs/gst/riff/riff-ids.h
15643 * gst/wavenc/riff.h:
15644 add "4CC" code for ATRAC3 audio streams
15645 add "4CC" code for ITU_G721_ADPCM (unused for now)
15647 2004-10-06 Wim Taymans <wim@fluendo.com>
15649 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
15650 Actually _do_ negotiation. Pass gdouble as arg instead
15651 of guint64 for the framerate.
15653 2004-10-06 Wim Taymans <wim@fluendo.com>
15655 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15656 (find_compatibles), (close_pad_link), (try_to_link_1),
15657 (no_more_pads), (close_link), (type_found):
15658 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
15659 * gst/playback/gstplaybin.c: (gen_video_element),
15660 (gen_audio_element):
15661 Set state on newly added element to READY so that negotiation
15663 Addes some more debug info.
15664 Do not try to plug pads with multiple caps structures or ANY
15665 because it is too dangerous since we do not do dynamic
15668 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
15670 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
15674 add Oriya translation
15676 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15678 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15679 Prevent overwrite of size member. Makes audio sound crappy.
15681 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15683 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15684 Add rmvb to the list of known RealMedia extensions
15686 2004-10-05 Wim Taymans <wim@fluendo.com>
15688 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
15689 (mngdec_openstream), (mngdec_closestream),
15690 (mngdec_handle_sink_event), (mngdec_readdata),
15691 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
15692 (mngdec_getcanvasline), (mngdec_refresh),
15693 (gst_mngdec_change_state):
15694 Set the framerate correctly.
15696 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15698 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15699 There was something wrong with the index massaging.
15701 2004-10-04 Wim Taymans <wim@fluendo.com>
15703 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
15704 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
15705 (gst_smokedec_chain):
15706 * ext/jpeg/gstsmokedec.h:
15707 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
15708 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
15709 * ext/jpeg/gstsmokeenc.h:
15710 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
15711 (smokecodec_decode_new), (smokecodec_info_free),
15712 (smokecodec_set_quality), (smokecodec_get_quality),
15713 (smokecodec_set_threshold), (smokecodec_get_threshold),
15714 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
15715 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
15716 (smokecodec_encode), (smokecodec_parse_id),
15717 (smokecodec_parse_header), (smokecodec_decode):
15718 * ext/jpeg/smokecodec.h:
15719 * ext/jpeg/smokeformat.h:
15720 Updated smoke, new bitstream, allows embedding in ogg.
15722 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15724 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
15725 Fix seeking in some files. All this code is no longer needed (and
15726 actually breaks stuff) because we now synchronize the full index
15727 right when reading the header.
15729 2004-10-04 Wim Taymans <wim@fluendo.com>
15732 configure update for libmng.
15734 2004-10-04 Wim Taymans <wim@fluendo.com>
15736 * ext/libmng/Makefile.am:
15737 * ext/libmng/gstmng.c: (plugin_init):
15738 * ext/libmng/gstmng.h:
15739 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
15740 (gst_mngdec_base_init), (gst_mngdec_class_init),
15741 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
15742 (gst_mngdec_loop), (gst_mngdec_get_property),
15743 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
15744 (mngdec_closestream), (mngdec_handle_sink_event),
15745 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
15746 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
15747 (gst_mngdec_change_state):
15748 * ext/libmng/gstmngdec.h:
15749 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
15750 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
15751 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
15752 (gst_mngenc_chain), (gst_mngenc_get_property),
15753 (gst_mngenc_set_property):
15754 * ext/libmng/gstmngenc.h:
15755 Added basic MNG decoder. Needs more work. The encoder does
15758 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15760 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
15761 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
15762 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
15763 Don't hang on length=0 chunks. Some negotiation fixes. Signal
15766 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
15769 you need at least 1.0.4 of speex
15771 2004-10-04 Iain <iaingnome@gmail.com>
15773 * ext/speex/gstspeexdec.h: Revert the includes changes.
15775 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
15777 2004-09-30 Iain <iaingnome@gmail.com>
15779 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
15780 found during init or set as a property instead of hardcoding /dev/audio
15782 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15784 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
15785 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
15786 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
15787 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
15788 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
15789 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
15790 (gst_rmdemux_dump_data):
15791 Use debug category, fix EOS handling. filesrc ! rmdemux now
15794 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15796 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15797 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
15798 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
15799 Improve allocation, cutting and sorting of the index. How takes a
15800 few seconds instead of minutes.
15802 2004-10-03 Christophe Fergeau <teuf@gnome.org>
15804 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
15807 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15809 * gst-libs/gst/riff/riff-media.c:
15810 (gst_riff_create_video_caps_with_data),
15811 (gst_riff_create_video_template_caps):
15812 Add wing commander format mimetype/fourccs.
15813 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15814 Don't crash if some value is 0.
15816 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15818 * gst-libs/gst/riff/riff-media.c:
15819 (gst_riff_create_video_caps_with_data),
15820 (gst_riff_create_video_template_caps):
15821 Add DIB fourcc (raw, palettized 8-bit RGB).
15822 * gst-libs/gst/riff/riff-read.c:
15823 (gst_riff_read_strf_vids_with_data):
15824 Oops, fix strf_data reading bug.
15825 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
15826 Use a non-NULL tag.
15827 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
15828 Time for hacks. Sorry Dave. At least one quicktime movie (a
15829 trailer) that I've encountered contains multiple video tracks.
15830 One of those is the actual video track, the other are one-frame
15831 tracks (images). Unfortunately, the number of frames according
15832 to the trak header is 1 for each, so that doesn't help. So
15833 instead, I look at the duration and discard tracks with a
15834 duration shorter than 20% of the length of the stream. Better
15837 2004-10-01 Christian Schaller <christian@fluendo.com>
15839 * ext/ivorbis/vorbis.c:
15840 Patch from Phil Blundell (Bug 152341)
15842 2004-10-01 Wim Taymans <wim@fluendo.com>
15844 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
15845 (speex_dec_get_formats), (speex_dec_convert),
15846 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
15847 (speex_dec_chain), (gst_speexdec_get_property),
15848 (gst_speexdec_set_property):
15851 2004-10-01 Wim Taymans <wim@fluendo.com>
15853 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
15854 (gst_wavparse_stream_init), (gst_wavparse_fmt),
15855 (gst_wavparse_other), (gst_wavparse_loop),
15856 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15857 (gst_wavparse_srcpad_event):
15858 * gst/wavparse/gstwavparse.h:
15859 Added some more debugging info.
15860 Fix the case where the length of the file is 0.
15861 Make sure we seek to sample borders.
15863 2004-10-01 Wim Taymans <wim@fluendo.com>
15865 * gst/playback/README:
15866 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
15867 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
15868 (try_to_link_1), (no_more_pads), (close_link), (type_found):
15869 Add some debug info to decodebin, update README
15871 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15873 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
15874 Don't use g_print(); use GST_DEBUG().
15876 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15878 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15879 (gst_ogg_mux_queue_pads):
15880 Handle EOS properly.
15882 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
15884 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15886 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
15887 (gst_faad_chain), (gst_faad_change_state):
15888 * ext/faad/gstfaad.h:
15889 Allow playback of raw (unframed) MPEG AAC files (#148993).
15891 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
15893 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15895 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15896 Throw error if we didn't recognize the stream. Fixes #152289.
15898 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15900 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
15903 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
15905 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15907 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15910 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
15912 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15914 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
15916 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
15919 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15921 * gst-libs/gst/riff/riff-media.c:
15922 (gst_riff_create_video_caps_with_data),
15923 (gst_riff_create_audio_caps_with_data):
15924 Add codec_data handling (like asfdemux used to do).
15925 * gst/asfdemux/gstasf.c: (plugin_init):
15926 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
15927 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
15928 Use riff-media for caps creation instead of our own (mostly
15929 broken) copy of its functions.
15931 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15933 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
15934 Don't actually error out if we get another return value than
15935 -EINVAL. Opposite to what I first thought, drivers have random
15936 return values for this, although -EINVAL is the expected return
15937 value. Since this is not fatal, we shouldn't use
15938 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
15940 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15942 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
15943 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
15944 (dvdreadsrc_get_property), (_open), (_seek), (_read),
15945 (dvdreadsrc_get), (dvdreadsrc_open_file),
15946 (dvdreadsrc_change_state):
15947 Fix. Don't do one big huge loop around the whole DVD, that will
15948 cache all data and thus eat sizeof(dvd) (several GB) before we
15950 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15951 Actually NULL'ify event after using it.
15952 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
15953 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
15954 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
15955 (gst_ebml_read_seek), (gst_ebml_read_skip):
15957 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
15958 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
15959 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
15960 Fix timing (this will probably break if I seek using menus, but
15961 I didn't get there yet). VOBs and normal DVDs should now work.
15962 Add a mpeg2-only pad with high rank so this get autoplugged for
15964 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
15965 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
15966 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
15967 (gst_mpeg_demux_get_audio_stream),
15968 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
15969 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
15970 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
15971 MPEG-1 but use dvddemux for MPEG-2.
15972 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
15973 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
15974 (gst_mpeg_parse_parse_packhead):
15975 Timing. Only add pad template if it exists. Add sink template from
15976 class and not from ourselves. This means we will always use the
15977 correct sink template even if it is not the one defined in this
15980 2004-09-29 Wim Taymans <wim@fluendo.com>
15982 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
15983 (gst_mpeg_demux_parse_pes):
15984 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
15985 Fix playback of mpeg again, timestamps where screwed up by
15988 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15990 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
15991 Only return true if we actually filled something in. Prevents
15992 player applications from showing a random length for flac files.
15993 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
15994 (gst_riff_read_use_event), (gst_riff_read_handle_event),
15995 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
15996 (gst_riff_read_strf_vids_with_data),
15997 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
15998 OK, ok, so I implemented event handling. Apparently it's normal
15999 that we receive random events at random points without asking
16001 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16002 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
16003 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
16004 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
16005 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
16006 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16007 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
16008 * gst/avi/gstavidemux.h:
16009 Implement non-lineair chunk handling and subchunk processing.
16010 The first solves playback of AVI files where the audio and video
16011 data of individual buffers that we read are not synchronized.
16012 This should not happen according to the wonderful AVI specs, but
16013 of course it does happen in reality. It is also a prerequisite for
16014 the second. Subchunk processing allows us to cut chunks in small
16015 pieces and process each of these pieces separately. This is
16016 required because I've seen several AVI files with incredibly large
16017 audio chunks, even some files with only one audio chunk for the
16018 whole file. This allows for proper playback including seeking.
16019 This patch is supposed to fix all AVI A/V sync issues.
16020 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
16021 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
16023 * gst/modplug/gstmodplug.cc:
16024 Proper return value setting for the query() function.
16025 * gst/playback/gstplaybasebin.c: (setup_source):
16026 Being in non-playing state (after, e.g., EOS) is not necessarily
16027 a bad thing. Allow for that. This fixes playback of short files.
16028 They don't actually playback fully now, because the clock already
16029 runs. This means that small files (<500kB) with a small length
16030 (<2sec) will still not or barely play. Other files, such as mod
16031 or flx, will work correctly, however.
16033 2004-09-28 Wim Taymans <wim@fluendo.com>
16035 * ext/speex/gstspeex.c: (plugin_init):
16036 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
16037 (gst_speex_dec_class_init), (speex_dec_get_formats),
16038 (speex_get_event_masks), (speex_get_query_types),
16039 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
16040 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
16041 (gst_speexdec_get_property), (gst_speexdec_set_property),
16042 (speex_dec_change_state):
16043 * ext/speex/gstspeexdec.h:
16044 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
16045 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
16046 (gst_speexenc_base_init), (gst_speexenc_class_init),
16047 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
16048 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
16049 (gst_speexenc_src_query), (gst_speexenc_init),
16050 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
16051 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
16052 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
16053 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
16054 (gst_speexenc_chain), (gst_speexenc_get_property),
16055 (gst_speexenc_set_property), (gst_speexenc_change_state):
16056 * ext/speex/gstspeexenc.h:
16057 Rewrote speex encoder, make sure it can be embedded in ogg.
16058 Implemented speex decoder.
16060 2004-09-28 Christian Schaller <christian@fluendo.com>
16063 Remove kioslave plugin. Markey is brewing a new working one
16064 * ext/Makefile.am: Remove kioslave plugin
16066 * gst-plugins.spec.in: remove kio plugin from spec
16068 2004-09-27 Wim Taymans <wim@fluendo.com>
16070 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16071 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
16072 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
16073 (gst_multifdsink_new_client),
16074 (gst_multifdsink_handle_client_write),
16075 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16076 (gst_multifdsink_handle_clients):
16077 * gst/tcp/gstmultifdsink.h:
16078 Make syncing to keyframes actually work for new clients and lagging
16081 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
16083 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
16084 (gst_navigationtest_handle_src_event), (draw_box_planar411),
16085 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
16086 * gst/debug/gstnavigationtest.h:
16087 make navigationtest display button-press and button-release events
16089 2004-09-26 Iain <iaingnome@gmail.com>
16091 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
16092 the channels have received a new media event.
16093 (interleave_buffered_loop): Compresses a new media event on all
16096 2004-09-26 Iain <iaingnome@gmail.com>
16098 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
16099 call the sinkpad's default event handler and not the srcpads. He also
16100 says this is confusing :)
16101 (gst_wavenc_stop_file): Company says that seek events only go upstream
16102 we should send a discontinuous downstream instead.
16104 2004-09-25 Christian Schaller <christian@fluendo.com>
16106 * Update SPEC file to be usable in conjunction with Fedora Core,
16107 Fedora.us and freshrpms packages
16108 * Fix typo in multifilesrc test Makefile
16110 2004-09-24 Wim Taymans <wim@fluendo.com>
16112 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
16113 Only signal the no_more_pads signal when we have
16114 added the stream to our list.
16116 2004-09-24 Wim Taymans <wim@fluendo.com>
16118 * gst/playback/gstplaybasebin.c: (remove_prerolls),
16120 * gst/playback/gstplaybasebin.h:
16121 * gst/playback/gstplaybin.c: (setup_sinks):
16122 Don't try to preroll or decode more than one audio/video
16125 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16127 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16128 Throw error if we failed to find a suitable output. This should
16129 throw an error if we successfully set up a pipeline (e.g. because
16130 we recognized a media file) but found no decodable streams in it
16131 (e.g. because it contains only media stream types for which we
16132 have no decoders, or because it's not a media type).
16134 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16136 * ext/dirac/Makefile.am:
16137 * ext/dirac/gstdirac.cc:
16138 * ext/dirac/gstdiracdec.cc:
16139 * ext/dirac/gstdiracdec.h:
16140 Do something. Don't actually know if this works because I don't
16141 have a demuxer yet.
16142 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
16143 Add channels=1 to caps returned from _getcaps().
16144 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
16145 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
16146 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
16147 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16148 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
16149 (gst_ogm_parse_change_state):
16150 Separate between audio/video so ogmaudioparse actually uses the
16151 audio pad templates. Both audio and video work now, including
16152 autoplugging. Also use sometimes-srcpad hack.
16153 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
16154 Handle events better. Don't hang on infinite loops.
16155 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
16156 (gst_avi_demux_init), (gst_avi_demux_reset),
16157 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
16158 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
16159 (gst_avi_demux_change_state):
16160 * gst/avi/gstavidemux.h:
16161 Improve A/V sync. Still not perfect.
16162 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
16163 (gst_ebml_read_skip):
16164 Handle events better.
16165 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16166 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
16167 (qtdemux_audio_caps):
16168 Add IMA4. Improve event handling. Save offset after a seek when
16169 the headers are at the end of the file so that we don't end up in
16171 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16172 Add low-priority typefind support for files with no length.
16174 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16176 * testsuite/multifilesink/Makefile.am:
16179 2004-09-22 Julien MOUTTE <julien@moutte.net>
16181 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
16182 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
16183 mistakes from thaytan's patches.
16185 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
16187 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
16188 For completeness, XSync in the destroy function as xvimage does.
16190 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
16192 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
16193 Correct caps negotiation
16194 * gst/volume/gstvolume.c: (volume_chain_float),
16195 (volume_chain_int16):
16196 Modify debug output to be little more informative
16197 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
16198 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16199 (gst_xvimagesink_xvimage_destroy):
16200 Add XSync calls after detaching from the shared memory segment to
16203 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16205 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
16206 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
16207 * ext/vorbis/vorbis.c: (plugin_init):
16208 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16209 (gst_vorbisenc_chain):
16210 * ext/vorbis/vorbisenc.h:
16211 remove explicit newmedia support from oggmux and vorbisenc
16212 add debug category to vorbisenc
16213 * gst/multifilesink/gstmultifilesink.c:
16214 (gst_multifilesink_class_init), (gst_multifilesink_init),
16215 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
16216 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
16217 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
16219 * gst/multifilesink/gstmultifilesink.h:
16220 add support for streamheader in multifilesink
16222 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16224 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
16225 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
16226 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
16227 Prevent infinite loops. More correct error reporting.
16228 * gst/auparse/gstauparse.c: (gst_auparse_chain):
16229 Error out if negotiation fails.
16230 * gst/playback/gstplaybasebin.c: (setup_source),
16231 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
16232 (gst_play_base_bin_found_tag):
16233 Error/tag forwarding. Pre-roll fixes for source errors on state
16234 changes (e.g. "file does not exist") to prevent hangs.
16236 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16238 * testsuite/multifilesink/Makefile.am:
16239 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
16240 (gst_newmedia_class_init), (gst_newmedia_init),
16241 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16242 (newfile_signal), (test_signal), (main):
16243 * testsuite/multifilesink/multifilesrc_test.c: (main):
16244 * testsuite/multifilesink/oggtheora_test.c:
16245 (gst_newmedia_base_init), (gst_newmedia_class_init),
16246 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
16247 (test_format), (newfile_signal), (test_signal), (main):
16248 * testsuite/multifilesink/oggvorbis_test.c:
16249 (gst_newmedia_base_init), (gst_newmedia_class_init),
16250 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
16251 (test_format), (newfile_signal), (test_signal), (main):
16252 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
16253 (gst_newmedia_class_init), (gst_newmedia_init),
16254 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16255 (newfile_signal), (test_signal), (main):
16258 2004-09-20 Christian Schaller <christian@fluendo.com>
16260 * Fix mikmod license to LGPL as they have relicensed
16261 * Move Dirac and Effectv into LGPL section of README_license
16263 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16265 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
16266 (gst_mad_change_state):
16267 Allow for mp3 rate/channels changes. However, only very
16268 conservatively. Reason that we *have* to enable this is smiply
16269 because the mad find_sync() function is not good enough, it will
16270 regularly sync on random data as valid frames and therefore make
16271 us provide random caps as *final* caps of the stream. The best fix
16272 I could think of is to simply require several of the same stream
16273 changes in a row before we change caps.
16274 The actual testcase that works now is #
16275 * ext/ogg/Makefile.am:
16276 * ext/ogg/gstogg.c: (plugin_init):
16277 * ext/ogg/gstogmparse.c:
16278 OGM support (video only for now; I need an audio sample file).
16279 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
16280 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
16281 (gst_asf_demux_add_video_stream):
16283 * gst/playback/gstplaybasebin.c: (unknown_type):
16284 Don't error out on single unknown-types after all. It's wrong.
16285 If we found type of video and audio but not of a subtitle stream,
16286 it will still error out (which is unwanted). Will find a better fix
16288 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
16289 (ogmaudio_type_find), (plugin_init):
16292 2004-09-20 Johan Dahlin <johan@gnome.org>
16294 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
16295 after setting caps.
16297 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16299 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
16300 * gst/wavenc/gstwavenc.h:
16301 Added newmedia support to wavenc
16303 2004-09-17 Wim Taymans <wim@fluendo.com>
16305 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
16306 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
16307 (gst_fdset_fd_can_write), (gst_fdset_wait):
16308 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
16309 (gst_multifdsink_init), (gst_multifdsink_add),
16310 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
16311 (gst_multifdsink_remove_client_link),
16312 (gst_multifdsink_client_queue_buffer),
16313 (gst_multifdsink_handle_client_write),
16314 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
16315 (gst_multifdsink_close), (gst_multifdsink_change_state):
16316 * gst/tcp/gstmultifdsink.h:
16317 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16318 (gst_tcpserversink_removed):
16319 Small cleanups in fdset.c
16320 Use a hastable to map fd to the client structure for faster
16321 lookup in _remove and get_stats.
16322 Added virtual function to close the fds.
16323 Handle clients even when the select/poll call was unblocked because
16325 Implement syncing to keyframe in the recovery procedure.
16327 2004-09-16 Iain <iaingnome@gmail.com>
16329 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
16332 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16334 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
16335 Caps are only set if the type of the stream is unknown, but this
16336 is initialized in ->init_stream(), so set to UNKNOWN after calling
16337 ->init_stream() so that capsnego starts.
16339 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16341 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16342 (gst_avi_demux_stream_data):
16343 Just hardcode for raw audio then. AVI audio sucks.
16345 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
16347 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
16348 * gst/matroska/matroska-mux.c: (audiosink_templ),
16349 (gst_matroska_mux_audio_pad_link):
16350 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
16351 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
16353 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16355 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16356 (gst_avi_demux_stream_data):
16357 Try to fix a/v sync issues.
16359 2004-09-15 David Schleef <ds@schleef.org>
16361 * configure.ac: remove NASM check, since we don't use it. Update
16363 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
16364 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16365 Initialized variables.
16366 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16367 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
16368 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
16371 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16373 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16374 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
16375 * gst/avi/gstavidemux.h:
16376 Fix for compressed audio (mp3) timestamp generation. How did this
16379 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16381 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
16382 Volume is a double not a float.
16384 2004-09-15 Wim Taymans <wim@fluendo.com>
16386 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
16387 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
16388 Don't close the fd in multifdsink as we didn't open it in the
16389 first place. Some cleanups.
16391 2004-09-15 Wim Taymans <wim@fluendo.com>
16393 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16394 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16395 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16396 Fix the case where the muxer would mark pages as delta
16397 frames when they are not (vorbis only ogg).
16399 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16401 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
16402 (gst_play_base_bin_change_state):
16403 Handle the case where we failed to setup a clear pipeline. This
16404 will throw an error (or EOS, another nice case) and if you don't
16405 catch that, the app will wait for the signal forever (and thus
16408 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16410 * ext/gnomevfs/gstgnomevfssink.c:
16411 (gst_gnomevfssink_uri_get_protocols):
16412 * ext/gnomevfs/gstgnomevfssrc.c:
16413 (gst_gnomevfssrc_uri_get_protocols):
16414 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
16415 * ext/gnomevfs/gstgnomevfsuri.h:
16416 Use _uri_new() instead of _open(), so it doesn't take as long and
16417 Christophe's computer won't hang.
16418 * gst/playback/gstplaybasebin.c: (unknown_type):
16419 Throw error on unknown media type, so apps actually display it.
16421 2004-09-14 Brian Cameron <brian.cameron@sun.com
16423 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
16424 this script to work on Solaris since bash shell handles echo
16425 differenly than bash.
16427 2004-09-17 Wim Taymans <wim@fluendo.com>
16429 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
16430 (setup_source), (gst_play_base_bin_set_property),
16431 (gst_play_base_bin_add_element):
16432 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
16433 Some more work on making sure seeking pauses the pipeline and
16434 that changing the uri actually does something.
16436 2004-09-17 Wim Taymans <wim@fluendo.com>
16438 * gst/tcp/gstfdset.c: (gst_fdset_wait):
16439 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
16440 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
16441 (gst_tcpserversink_close):
16442 Be a bit more paranoid when freeing memory.
16444 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16446 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
16447 (qtdemux_parse_trak):
16448 Don't crash by dividing by zero (see sample movie in #126922).
16450 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16452 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
16453 Don't touch non-existing data (fixes crash on file in #140147).
16455 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16457 * gst/playback/gstplaybasebin.c:
16458 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
16459 Handle double disposals, and proper change of URIs.
16461 2004-09-13 Martin Eikermann <meiker@upb.de>
16463 * gst/mpegstream/gstmpegparse.c:
16464 fix synchronistation for streams recorded from digital PCR
16467 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16469 * ext/gnomevfs/Makefile.am:
16470 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16471 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
16472 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
16473 (gst_gnomevfssink_uri_get_type),
16474 (gst_gnomevfssink_uri_get_protocols),
16475 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
16476 (gst_gnomevfssink_uri_handler_init),
16477 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
16478 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
16479 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
16480 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
16481 (gst_gnomevfssrc_uri_get_type),
16482 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
16483 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
16484 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
16485 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
16486 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
16487 * ext/gnomevfs/gstgnomevfsuri.h:
16488 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
16489 of fake URIs to see which this version of Gnome-VFS likes, and
16490 uses that for the Gst-URI interface. Makes playbin support http://
16491 streams. Also fix up some stupid behaviour in gnomevfssrc.
16493 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16495 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16496 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16497 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16498 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16499 Update mixer (to sync with other sessions) if we try to obtain
16500 a new value. This makes alsamixer work accross applications.
16501 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
16502 Only call sync functions if we're running, else alsalib asserts.
16503 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
16504 Sometimes fails to compile. Possibly a gcc bug.
16505 * gst/playback/gstplaybin.c: (gen_video_element),
16506 (gen_audio_element):
16507 Add a reference to an application-provided object, because we lose
16508 this same reference if we add it to the bin. If we don't do this,
16509 we can only use this object once and thus crash if we go from
16510 ready to playing, back to ready and back to playing again.
16511 Also add an audioscale element because several cheap soundcards -
16512 like mine - don't support all samplerates.
16513 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
16514 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
16515 Fix wrong order or PAR calls. Makes automatically obtained PAR
16516 from the X server atually being used.
16518 2004-09-12 David Schleef <ds@schleef.org>
16520 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
16521 #151887, #152102, #152247.
16522 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
16523 * examples/seeking/cdparanoia.c: same
16524 * examples/seeking/cdplayer.c: same
16525 * examples/seeking/seek.c: same
16526 * examples/seeking/spider_seek.c: same
16527 * examples/seeking/vorbisfile.c: same
16528 * examples/stats/mp2ogg.c: same
16529 * ext/esd/esdsink.c: (gst_esdsink_class_init),
16530 (gst_esdsink_dispose): Dispose of element properly.
16531 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
16533 * ext/nas/nassink.c: (gst_nassink_class_init),
16534 (gst_nassink_dispose): Dispose of element correctly.
16535 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
16536 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16537 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
16538 Fix 64-bit warning.
16539 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16540 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
16541 Fix 64-bit warning.
16543 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16545 * configure.ac : change speex detection as 1.1.6 now uses
16546 .pc/pkg-config and they changed their headers location.
16548 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
16550 * gst/matroska/matroska-mux.h:
16551 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
16552 (gst_matroska_mux_start), (gst_matroska_mux_finish),
16553 (gst_matroska_mux_write_data):
16554 Write multiple blocks/frames per cluster.
16555 Write meta-seek information (seek heads).
16557 2004-09-09 Scott Wheeler <wheeler@kde.org>
16559 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
16560 (gst_play_bin_set_property), (gst_play_bin_get_property),
16561 (gen_audio_element), (gen_audio_element):
16562 Add a volume element / property to the pipeline.
16564 2004-09-07 Wim Taymans <wim@fluendo.com>
16566 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
16567 Copy timestamps from the master pad to the output buffers.
16569 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
16571 * ext/raw1394/gstdv1394src.c:
16572 throw errors when applicable
16574 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
16576 * gst/matroska/ebml-ids.h:
16577 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
16578 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
16579 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
16580 automatically convert unix time <-> ebml time when reading/writing
16581 a date, use gst_ebml_write_uint to write CUETIME,
16582 not gst_ebml_write_date.
16583 * gst/matroska/matroska-ids.h:
16584 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
16585 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
16586 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
16587 (gst_matroska_mux_write_data):
16588 Write track and segment UIDs, write muxing date, write
16589 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
16590 Create cues for audio only files.
16592 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16594 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
16595 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
16596 Re-commit ALSA switches.
16597 * gst/adder/gstadder.c: (gst_adder_loop):
16598 64-bit fix (#151416).
16599 * gst/debug/progressreport.c: (gst_progressreport_report):
16600 64-bit fix (#151419).
16601 * gst/matroska/matroska-demux.c:
16602 (gst_matroska_demux_parse_contents):
16603 64-bit fix (#151420).
16604 * gst/playback/test3.c: (update_scale):
16605 64-bit fix (#151421).
16607 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
16612 === release 0.8.4 ===
16614 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
16616 * configure.ac: releasing 0.8.4, "Alias"
16618 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
16620 * ext/theora/Makefile.am:
16621 fix makefile. Fixes #151462.
16623 2004-08-30 Wim Taymans <wim@fluendo.com>
16625 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
16626 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16627 (gst_multifdsink_remove_client_link),
16628 (gst_multifdsink_client_queue_buffer),
16629 (gst_multifdsink_handle_client_write):
16630 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
16631 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
16632 Fix some memory leaks.
16634 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
16636 Patch by: David Schleef
16640 rename our detection macro for V4L2. Fixes #151236.
16642 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
16644 Patch by: David Schleef
16647 check to define LAMEPRESET. Fixes #151232.
16649 2004-08-27 David Schleef <ds@schleef.org>
16651 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
16652 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
16653 (gst_glimagesink_fixate): Move local variable declarations to
16654 make gcc-2.95 happy.
16656 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
16659 bump nano for prerelease
16661 2004-08-27 David Schleef <ds@schleef.org>
16663 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
16664 * sys/sunaudio/gstsunaudiosrc.c:
16665 * sys/sunaudio/gstsunaudiosrc.h:
16667 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
16669 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
16670 handle EOS correctly
16671 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
16672 * gst/matroska/matroska-mux.h:
16673 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
16674 VFW compatibility mode
16676 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
16678 patch by: Zaheer Abbas Merali
16680 * ext/ogg/gstoggmux.c:
16681 * ext/vorbis/vorbisenc.c:
16682 * ext/vorbis/vorbisenc.h:
16685 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
16687 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
16688 fix byte order reversion on little endian machines.
16689 * gst/matroska/matroska-mux.c: (audiosink_templ),
16690 (gst_matroska_mux_audio_pad_link):
16691 add TTA codec to the list of supported codecs.
16692 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
16693 (gst_matroska_mux_start), (gst_matroska_mux_finish),
16694 (gst_matroska_mux_write_data):
16695 * gst/matroska/matroska-mux.h:
16696 write segment duration correctly, write muxing app string, fixes bugs
16697 #140897 and #140898.
16698 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
16699 wait for all pads to be negotiated before starting to mux.
16701 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16703 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
16704 * ext/lame/gstlame.h:
16705 Added new media support to lame
16707 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
16709 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
16710 send vorbis headers at the beginning of a stream, fixes bug #141554.
16711 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
16713 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16714 (gst_matroska_demux_plugin_init):
16715 * gst/matroska/matroska-ids.h:
16716 enable demuxing of TTA audio streams, fixes bug #148951.
16717 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
16718 enable typefinding for TTA audio files, fixes bug #148711.
16719 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
16720 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
16721 fixes playback of packed bitstream and xvid with bframes, bug #135407.
16723 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
16725 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
16726 (gst_riff_read_element_data), (gst_riff_read_seek),
16727 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
16728 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
16731 2004-08-23 Iain <iaingnome@gmail.com>
16733 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
16734 tags. They appear to be handled differently to normal.
16735 (tag_list_to_id3_tag_foreach): Ditto.
16737 2004-08-22 Wim Taymans <wim@fluendo.com>
16739 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16740 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16741 Make sure we never send -1 granulepos.
16743 2004-08-20 Wim Taymans <wim@fluendo.com>
16745 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16746 (gst_ogg_mux_loop):
16747 I will accept bitchslappings with non sharp objects.
16749 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16752 Clean up the test for lame presets
16754 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16757 * ext/lame/Makefile.am:
16758 * ext/lame/gstlame.c: (gst_lame_class_init),
16759 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
16760 Only enable lame presets if version of lame has presets in API
16762 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
16763 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
16764 * gst/udp/gstudpsrc.h:
16765 Don't call gst_pad_push in a get function. Fixes #150449
16767 2004-08-18 Wim Taymans <wim@fluendo.com>
16769 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
16770 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
16771 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
16772 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16773 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16775 * gst/tcp/gstfdset.h:
16776 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16777 (gst_multifdsink_client_queue_buffer),
16778 (gst_multifdsink_handle_client_write):
16779 * gst/tcp/gstmultifdsink.h:
16780 Some extra checks in gstfdset.
16781 Only use send() when the fd is a socket. Don't try to
16782 read from write only fds.
16784 2004-08-18 Wim Taymans <wim@fluendo.com>
16786 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
16787 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
16788 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16789 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16791 Add more locking and bounds checking.
16793 2004-08-18 Wim Taymans <wim@fluendo.com>
16795 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
16796 Realloc test fdset in the lock and right before starting
16797 the poll call. Bump the limit to 4096.
16799 2004-08-17 David Schleef <ds@schleef.org>
16801 * sys/sunaudio/Makefile.am:
16802 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
16803 of rates and channels. Make debugging less obnoxious.
16805 Patch from Balamurali Viswanathan implementing a mixer for
16806 Sun audio. (bug #144091):
16807 * sys/sunaudio/gstsunelement.c:
16808 * sys/sunaudio/gstsunelement.h:
16809 * sys/sunaudio/gstsunmixer.c:
16810 * sys/sunaudio/gstsunmixer.h:
16812 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16814 * gst/audioscale/gstaudioscale.c:
16815 * gst/audioscale/gstaudioscale.h:
16816 made audioscale resample from any sample rate to any sample rate
16818 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
16820 * ext/libpng/gstpngdec.c:
16821 error out on unsupported types
16823 2004-08-17 Iain <iaingnome@gmail.com>
16825 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
16826 mid_side and loose_mid_side properties if its a stereo stream.
16828 2004-08-17 Wim Taymans <wim@fluendo.com>
16830 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16831 (theora_get_formats), (theora_dec_src_convert),
16832 (theora_dec_sink_convert), (theora_dec_src_query),
16833 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
16836 2004-08-17 Wim Taymans <wim@fluendo.com>
16838 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
16839 (gst_ogg_pad_push):
16840 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
16841 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
16842 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
16843 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16844 Mark delta units in the muxer.
16845 Try to decode the packet after an out-of-sync error from
16848 2004-08-17 Wim Taymans <wim@fluendo.com>
16850 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16851 (gst_multifdsink_init), (gst_multifdsink_add),
16852 (gst_multifdsink_client_queue_buffer),
16853 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
16854 * gst/tcp/gstmultifdsink.h:
16855 Added option to send a keyframe to clients as the first buffer.
16856 Make timeout property writable.
16858 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
16860 patch by: Wim Taymans
16862 * gst/tcp/gstfdset.c:
16863 * gst/tcp/gstmultifdsink.c:
16864 fix index comparison, should include 0
16866 2004-08-16 Wim Taymans <wim@fluendo.com>
16868 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
16869 (gst_fdset_add_fd), (gst_fdset_remove_fd),
16870 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16871 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16873 copy when reallocing for poll so the select arguments don't get
16874 changed during the call
16876 2004-08-16 Wim Taymans <wim@fluendo.com>
16878 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
16879 (gst_theora_enc_class_init), (theora_enc_sink_link),
16880 (theora_buffer_from_packet), (theora_enc_chain):
16881 Fix bug where buffers were not marked as keyframes
16884 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16886 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
16887 (gst_lame_preset_get_type), (gst_lame_class_init):
16888 describe the enum values for vbr mode and presets more verbosely
16890 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16892 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
16893 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
16894 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
16895 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
16896 * ext/lame/gstlame.h:
16897 add preset property to lame so it can use lame presets
16899 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16901 * ext/lame/gstlame.c: (gst_lame_get_property):
16902 whoops forgot break, thanks teuf
16904 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16906 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
16907 (gst_lame_class_init), (gst_lame_src_getcaps),
16908 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
16909 (gst_lame_get_property), (gst_lame_setup):
16910 * ext/lame/gstlame.h:
16911 fix lame's broken vbr stuff, allow it to resample if need be, and also
16912 make xing header optional
16914 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16916 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
16917 added getcaps function so samplerate doesnt get fixated to silly values
16919 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16921 * ext/lame/gstlame.c: (gst_lame_src_link):
16922 revert previous fix
16924 2004-08-12 Johan Dahlin <johan@gnome.org>
16926 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
16927 checks. Doesn't matter what state we are in. Interfaces are a
16928 compile time thing, not runtime. It also broke the python bindings.
16930 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16932 * ext/lame/gstlame.c: (gst_lame_src_link):
16933 made source pad link function check if sinkpad is ok..fixes the problem
16934 where core fixates the output rate of lame stupidly
16936 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
16938 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
16939 * sys/v4l/v4l_calls.c:
16940 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
16941 fix fixate function to handle nonsimple caps.
16942 remove bogus check in _link
16945 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16947 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
16948 set default compression ratio parameter to 0.0 so bitrate parameter
16951 2004-08-11 David Schleef <ds@schleef.org>
16953 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
16955 2004-08-11 David Schleef <ds@schleef.org>
16957 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
16960 2004-08-11 David Schleef <ds@schleef.org>
16962 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
16964 2004-08-11 David Schleef <ds@schleef.org>
16966 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
16968 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
16969 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
16971 * gst/auparse/gstauparse.c: Fix plugin license field.
16972 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
16973 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
16974 * gst/rtp/gstrtp.c: Fix plugin license field.
16976 2004-08-11 Wim Taymans <wim@fluendo.com>
16978 * gst/tcp/Makefile.am:
16979 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
16980 (ensure_size), (gst_fdset_new), (gst_fdset_free),
16981 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
16982 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
16983 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
16984 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
16985 (gst_fdset_fd_can_write), (gst_fdset_wait):
16986 * gst/tcp/gstfdset.h:
16987 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
16988 (gst_multifdsink_class_init), (gst_multifdsink_init),
16989 (gst_multifdsink_add), (gst_multifdsink_remove),
16990 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16991 (gst_multifdsink_remove_client_link),
16992 (gst_multifdsink_handle_client_read),
16993 (gst_multifdsink_client_queue_data),
16994 (gst_multifdsink_client_queue_caps),
16995 (gst_multifdsink_client_queue_buffer),
16996 (gst_multifdsink_handle_client_write),
16997 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16998 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
16999 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
17000 (gst_multifdsink_close):
17001 * gst/tcp/gstmultifdsink.h:
17002 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17003 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
17004 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
17005 (gst_tcpserversink_close):
17006 * gst/tcp/gsttcpserversink.h:
17007 Abstracted away the select call, implemented poll (yes we ran into
17008 the 1024 limit in production).
17010 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
17012 * gst/tcp/gsttcp.c:
17013 * gst/tcp/gsttcpplugin.c:
17014 improve debuggging, remove assert
17016 2004-08-10 Wim Taymans <wim@fluendo.com>
17018 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
17019 (gst_client_status_get_type), (gst_multifdsink_class_init),
17020 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
17021 (gst_multifdsink_handle_client_read),
17022 (gst_multifdsink_handle_client_write),
17023 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17024 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
17025 (gst_multifdsink_get_property):
17026 * gst/tcp/gstmultifdsink.h:
17027 * gst/tcp/gsttcp-marshal.list:
17028 Starting to prepare for specifying buffer time in other units
17029 than buffers. Expose remove reason in signal.
17031 2004-08-10 Wim Taymans <wim@fluendo.com>
17033 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
17034 (gst_multifdsink_remove), (gst_multifdsink_clear),
17035 (gst_multifdsink_remove_client_link),
17036 (gst_multifdsink_handle_client_read),
17037 (gst_multifdsink_client_queue_data),
17038 (gst_multifdsink_client_queue_buffer),
17039 (gst_multifdsink_handle_client_write),
17040 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
17041 (gst_multifdsink_chain), (gst_multifdsink_close):
17042 * gst/tcp/gstmultifdsink.h:
17043 Added more debugging info. Changed the way clients are
17044 removed from the lists. Fixed a bug where a bad file descriptor
17045 could cause many clients to be removed.
17047 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
17049 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
17050 allow all pixel-aspect-ratios, not just 1:1
17052 2004-08-09 David Schleef <ds@schleef.org>
17054 * sys/glsink/ARB_multitexture.h: Remove old files.
17055 * sys/glsink/EXT_paletted_texture.h:
17056 * sys/glsink/NV_register_combiners.h:
17057 * sys/glsink/gstgl_nvimage.c:
17058 * sys/glsink/gstgl_pdrimage.c:
17059 * sys/glsink/gstgl_rgbimage.c:
17060 * sys/glsink/gstglsink.c:
17061 * sys/glsink/gstglsink.h:
17062 * sys/glsink/gstglxwindow.c:
17063 * sys/glsink/regcomb_yuvrgb.c:
17065 2004-08-09 David Schleef <ds@schleef.org>
17067 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
17068 GL sink plugin. (Bug #147302)
17070 * configure.ac: Test for OpenGL
17071 * sys/Makefile.am: Use test for OpenGL
17072 * sys/glsink/Makefile.am:
17073 * sys/glsink/glimagesink.c: rewrite
17074 * sys/glsink/glimagesink.h: rewrite
17076 2004-08-09 David Schleef <ds@schleef.org>
17078 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
17080 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
17081 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
17082 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
17084 2004-08-09 Wim Taymans <wim@fluendo.com>
17086 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17087 (gst_multifdsink_add), (gst_multifdsink_get_stats),
17088 (gst_multifdsink_client_remove),
17089 (gst_multifdsink_handle_client_read),
17090 (gst_multifdsink_handle_client_write),
17091 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
17092 Do a bit more logging, make the client_read code more robust.
17094 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
17096 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
17097 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
17098 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
17099 (gst_jpegdec_init), (gst_jpegdec_chain):
17100 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
17101 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
17102 cleanups, debugging fixes and memleak plugging
17104 2004-08-09 Wim Taymans <wim@fluendo.com>
17106 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
17107 (theora_get_formats), (theora_dec_src_convert),
17108 (theora_dec_sink_convert), (theora_dec_src_query),
17109 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
17110 (theora_dec_change_state):
17111 Don't crash on missing header packets.
17113 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
17117 Added Albanian translation (Laurent Dhima)
17121 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
17123 * ext/lame/gstlame.c:
17126 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
17128 * sys/ximage/ximagesink.c:
17129 * sys/xvimage/xvimagesink.c:
17130 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
17132 2004-08-06 Wim Taymans <wim@fluendo.com>
17134 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17135 (gst_multifdsink_add), (gst_multifdsink_get_stats),
17136 (gst_multifdsink_client_remove),
17137 (gst_multifdsink_handle_client_read),
17138 (gst_multifdsink_handle_client_write),
17139 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
17140 Make sure we don't try to read more from a client that what
17141 ioctl says us or we deadlock.
17143 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
17145 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
17146 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
17147 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
17148 decouple running_time and n_frames so it can handle changing
17149 framerate while running
17151 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
17155 updated translations
17157 2004-08-04 Benjamin Otte <otte@gnome.org>
17159 * gst/videotestsrc/gstvideotestsrc.c:
17160 (gst_videotestsrc_get_capslist), (generate_capslist),
17162 generate the list of supported caps at startup and reuse it instead
17163 of always generating it
17165 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
17167 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
17168 whoops, last checkin broke normal build
17170 2004-08-03 Benjamin Otte <otte@gnome.org>
17172 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
17173 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
17174 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
17175 (gst_alsa_mixer_get_option):
17176 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
17177 (dvdnavsrc_print_event):
17178 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
17179 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
17180 (gst_ogg_mux_pad_unlink):
17181 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
17182 (gst_multipart_mux_pad_unlink):
17183 * gst/videofilter/gstvideobalance.c:
17184 (gst_videobalance_colorbalance_set_value):
17185 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
17186 (gst_videomixer_pad_unlink):
17188 * sys/oss/gstossmixer.c:
17189 * sys/v4l/gstv4lcolorbalance.c:
17190 * sys/v4l/gstv4ltuner.c:
17191 * sys/v4l/v4lsrc_calls.c:
17192 * sys/v4l2/gstv4l2colorbalance.c:
17193 * sys/v4l2/gstv4l2tuner.c:
17194 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
17196 2004-08-03 Benjamin Otte <otte@gnome.org>
17198 * examples/dynparams/filter.c: (ui_control_create):
17199 * examples/gstplay/player.c: (print_tag):
17200 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
17201 * ext/gdk_pixbuf/gstgdkanimation.c:
17202 (gst_gdk_animation_iter_may_advance):
17203 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
17204 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
17205 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
17206 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
17207 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
17208 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
17209 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
17210 * gst/sine/demo-dparams.c: (main):
17211 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
17212 * testsuite/alsa/formats.c: (create_pipeline):
17213 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
17214 fixes for G_DISABLE_ASSERT and friends
17215 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
17216 (mp3_type_frame_length_from_header), (mp3_type_find),
17218 require mp3 typefinding to have at least MIN_HEADERS valid headers
17219 add typefinding for AAC adts files
17221 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
17223 * sys/ximage/ximagesink.c:
17224 (gst_ximagesink_calculate_pixel_aspect_ratio):
17225 * sys/xvimage/xvimagesink.c:
17226 (gst_xvimagesink_calculate_pixel_aspect_ratio):
17227 Make sure we calculate pixel-aspect-ratio using floating point maths
17229 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
17232 updated translation
17234 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
17236 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
17237 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
17238 add debugging for display PAR calculation
17240 2004-08-02 David Schleef <ds@schleef.org>
17242 * configure.ac: Fix mikmod CFLAGS.
17244 2004-07-27 Benjamin Otte <otte@gnome.org>
17246 * gst/audioscale/gstaudioscale.c:
17247 - fix templates to only support S16, it's the only format that works
17248 - make caps nego code use try_set_caps_nonfixed and fixation instead
17249 of try_set_caps twice, which is not nice for autopluggers
17250 - change rank to secondary, so autopluggers can pick it up after
17253 2004-08-02 Iain <iain@prettypeople.org>
17255 * gst/interleave/interleave.c (interleave_init),
17256 (interleave_request_new_pad),
17257 (interleave_pad_removed),
17258 (interleave_buffered_loop): Use the real pad count, not the artificial
17261 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
17263 * configure.ac: bump nano back to development
17265 === release 0.8.3 ===
17267 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
17269 * configure.ac: releasing 0.8.3, "Water"
17271 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
17273 * sys/xvimage/xvimagesink.c:
17274 (gst_xvimagesink_calculate_pixel_aspect_ratio),
17275 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
17276 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
17277 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
17278 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
17279 * sys/xvimage/xvimagesink.h:
17280 apply similar PAR fixes as to ximagesink
17282 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
17284 patch from: Benjamin Otte
17286 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
17287 add link function to lame. Fixes #148986.
17289 2004-08-02 Johan Dahlin <johan@gnome.org>
17291 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
17294 2004-07-30 David Schleef <ds@schleef.org>
17296 * gst/videomixer/Makefile.am: Fix things that should have been
17297 fixed in the last checkin.
17299 2004-07-30 David Schleef <ds@schleef.org>
17301 * gst/multipart/Makefile.am: Fix things that should have been
17302 fixed in the last checkin.
17304 2004-07-30 David Schleef <ds@schleef.org>
17306 * testsuite/multifilesink/Makefile.am: Fix unused variable.
17308 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
17311 bump nano for prerelease
17323 2004-07-30 Wim Taymans <wim@fluendo.com>
17325 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17326 (gst_multifdsink_add), (gst_multifdsink_remove),
17327 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
17328 (gst_multifdsink_client_remove),
17329 (gst_multifdsink_handle_client_write),
17330 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
17331 * gst/tcp/gstmultifdsink.h:
17332 Recover from a select with a bad file descriptor by removing
17335 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
17338 fix requirement of core
17339 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
17340 (gst_play_pipeline_setup):
17341 don't use colorspace element. do use hermescolorspace element.
17342 make macro to get a colorspace element.
17343 mark strings for translation.
17355 update translations
17357 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17359 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17360 fix default for newmedia flag
17362 2004-07-30 Wim Taymans <wim@fluendo.com>
17364 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
17365 (gst_theora_dec_init), (theora_get_formats),
17366 (theora_dec_src_convert), (theora_dec_sink_convert),
17367 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
17368 (theora_dec_chain), (theora_dec_set_property),
17369 (theora_dec_get_property):
17370 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
17371 (gst_theora_enc_class_init), (gst_theora_enc_init),
17372 (theora_enc_sink_link), (theora_enc_chain),
17373 (theora_enc_set_property), (theora_enc_get_property):
17374 Added cropping option to theora decoder.
17375 Added border option to theora encoder.
17377 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17379 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17380 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17381 (gst_pngenc_set_property):
17382 * ext/libpng/gstpngenc.h:
17383 Added newmedia support to pngenc so now gst-launch-0.8 videotestsrc ! ffmpegcolorspace ! pngenc snapshot=false newmedia=true ! multifilesink location=blah%d.png works as expected
17385 2004-07-30 Wim Taymans <wim@fluendo.com>
17387 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17388 (theora_enc_sink_link), (theora_enc_chain),
17389 (theora_enc_set_property), (theora_enc_get_property):
17390 Fix encoding of non-multiple-of-16 video.
17392 2004-07-29 David Schleef <ds@schleef.org>
17394 * configure.ac: make test for audiofile more strict
17396 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
17398 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17399 give different names to typefind functions
17401 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
17403 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17404 (gst_ximagesink_calculate_pixel_aspect_ratio),
17405 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
17406 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
17407 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
17408 (gst_ximagesink_get_property), (gst_ximagesink_init):
17409 * sys/ximage/ximagesink.h:
17410 allocate PAR's dynamically.
17411 use autodetected PAR if no object-set PAR is given.
17412 add workaround for directfb's X not setting physical size.
17413 fix to xvimagesink will follow tomorrow.
17415 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17417 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
17418 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
17419 (gst_shout2send_get_type), (gst_shout2send_set_clock),
17420 (gst_shout2send_class_init), (gst_shout2send_init),
17421 (set_shout_metadata), (gst_shout2send_set_metadata),
17422 (gst_shout2send_chain), (gst_shout2send_set_property),
17423 (gst_shout2send_get_property), (gst_shout2send_connect),
17424 (gst_shout2send_change_state):
17425 * ext/shout2/gstshout2.h:
17426 - fix for sending mp3 audio to icecast2 server, if pad link function not
17427 called before PAUSED state
17428 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
17429 - added tagging support for mp3 audio broadcasted
17430 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17433 2004-07-28 Wim Taymans <wim@fluendo.com>
17435 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
17436 (gst_ogg_demux_push):
17437 Return query failure when we don't know the length of
17438 an ogg stream insteda of returning TRUE with a bogus value.
17440 2004-07-28 Wim Taymans <wim@fluendo.com>
17442 * ext/theora/theoradec.c: (theora_get_formats),
17443 (theora_dec_src_convert), (theora_dec_sink_convert),
17444 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
17445 (theora_dec_chain):
17446 Don't screw up the 1 Chroma for 1 luma sample situation when we
17447 have an odd offset/width by adding a black border in those cases.
17449 2004-07-28 Wim Taymans <wim@fluendo.com>
17451 * ext/theora/theoradec.c: (theora_get_formats),
17452 (theora_dec_src_convert), (theora_dec_sink_convert),
17453 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
17454 (theora_dec_chain):
17455 * ext/theora/theoraenc.c: (theora_enc_sink_link):
17456 Added first attempt at cropping of the image as required by the
17457 theora spec. We need more properties in the caps (offset_x,
17458 offset_y,stride) to implement this correctly.
17460 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
17462 * ext/dvdnav/README:
17463 Update the README to use dvddemux
17464 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
17465 Ensure getcaps returns a subset of the template caps
17466 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
17467 (gst_mpeg2subt_init):
17468 Ensure getcaps returns a subset of the template caps
17469 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17470 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
17471 (gst_dvd_demux_get_subpicture_stream),
17472 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
17473 * gst/mpegstream/gstdvddemux.h:
17474 Set the explicit caps on the current_video pad before pushing
17476 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
17477 (gst_mpeg_demux_get_audio_stream):
17478 Free caps used to gst_pad_set_explicit_caps, which takes a const
17481 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
17483 * configure.ac: update GStreamer requirement to 0.8.4 because of
17486 2004-07-28 Wim Taymans <wim@fluendo.com>
17488 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
17489 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
17490 Add the pad to the element after setting up the caps. This
17491 makes it a lot easier to autoplug.
17493 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
17495 * gst/median/gstmedian.c:
17496 * gst/mpeg2subt/gstmpeg2subt.c:
17497 * gst/mpegaudioparse/gstmpegaudioparse.c:
17498 * gst/mpegstream/gstdvddemux.c:
17499 * gst/mpegstream/gstmpegdemux.c:
17500 * gst/mpegstream/gstmpegpacketize.c:
17501 * gst/rtjpeg/gstrtjpeg.c:
17502 * gst/rtjpeg/gstrtjpegdec.c:
17503 * gst/rtjpeg/gstrtjpegenc.c:
17504 * gst/sine/gstsinesrc.c:
17505 * gst/smooth/gstsmooth.c:
17506 * gst/smpte/gstsmpte.c:
17507 * gst/smpte/gstsmpte.h:
17508 * gst/stereo/gststereo.c:
17509 * gst/videofilter/gstgamma.c:
17510 * gst/videofilter/gstvideobalance.c:
17511 * gst/videofilter/gstvideofilter.c:
17512 * gst/videofilter/gstvideoflip.c:
17513 * gst/videoscale/gstvideoscale.c:
17514 * gst/videoscale/videoscale.c:
17515 * gst/videotestsrc/gstvideotestsrc.c:
17516 * gst/videotestsrc/videotestsrc.c:
17517 * gst/wavenc/gstwavenc.c:
17518 * gst/wavparse/gstwavparse.c:
17519 fix local includes and 64 bits constants
17521 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
17524 * gst-libs/gst/*/*.vcproj:
17526 more working plugins
17528 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17530 * testsuite/alsa/Makefile.am:
17531 * testsuite/alsa/srcstate.c:
17532 add test for alsasrc changing state
17534 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17536 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
17538 * gst/silence/gstsilence.h:
17539 fix silence generation for 16bit raw audio
17541 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
17543 * gst/matroska/matroska-demux.c:
17544 (gst_matroska_demux_parse_metadata),
17545 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
17546 * gst/mpegaudio/common.c:
17547 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
17548 (gst_videoscale_getcaps), (gst_videoscale_link),
17549 (gst_videoscale_src_fixate), (gst_videoscale_init),
17550 (gst_videoscale_finalize):
17551 * gst/videoscale/gstvideoscale.h:
17552 * gst/videotestsrc/gstvideotestsrc.c:
17553 (gst_videotestsrc_get_capslist):
17554 * gst/wavenc/gstwavenc.c:
17555 * sys/oss/gstossmixer.c: (fill_labels):
17556 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17557 (gst_ximagesink_handle_xevents),
17558 (gst_ximagesink_calculate_pixel_aspect_ratio),
17559 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
17560 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
17561 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
17562 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
17563 (gst_ximagesink_init), (gst_ximagesink_class_init):
17564 * sys/ximage/ximagesink.h:
17565 * sys/xvimage/xvimagesink.c:
17566 (gst_xvimagesink_calculate_pixel_aspect_ratio),
17567 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
17568 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
17569 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
17570 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
17571 * sys/xvimage/xvimagesink.h:
17572 first batch of pixel aspect ratio commits.
17574 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
17576 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17577 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
17578 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
17579 handle stride, needs work if we want to move stride handling
17580 upstream, but works correctly for our purposes.
17582 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
17584 * gst/videoscale/README:
17585 add testing examples
17586 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
17587 (gst_videoscale_chain):
17588 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17589 (gst_videoscale_get_size):
17590 add get_size function that handles stride like videotestsrc.
17591 fixes conversion for YUV formats for as much as I can test them.
17593 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
17595 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17596 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17597 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17598 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
17599 (gst_xvimagesink_xvimage_put):
17600 further cleanups, logging, error handling and synchronizing
17602 2004-07-27 Wim Taymans <wim@fluendo.com>
17604 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17605 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
17606 (gst_videomixer_pad_set_property),
17607 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
17608 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
17609 (gst_videomixer_class_init), (gst_videomixer_init),
17610 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
17611 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
17612 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
17613 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
17614 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
17615 (gst_videomixer_loop), (plugin_init):
17616 Be a nicer negotiation citizen and provide a getcaps function on
17617 the srcpad. This also fixes a crash when resizing.
17619 2004-07-27 Julien MOUTTE <julien@moutte.net>
17621 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17622 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
17624 2004-07-27 Wim Taymans <wim@fluendo.com>
17626 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
17627 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17628 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17629 (gst_pngenc_set_property):
17630 * ext/libpng/gstpngenc.h:
17631 Added snapshot property to pngenc.
17632 removed g_print from pngdec
17634 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
17636 * gst/ac3parse/ac3parse.vcproj
17637 * gst/adder/adder.vcproj
17638 * gst/alpha/alpha.vcproj
17639 * gst/alpha/alphacolor.vcproj
17640 * gst/asfdemux/asf.vcproj
17641 * gst/audioconvert/audioconvert.vcproj
17642 * gst/audiorate/audiorate.vcproj
17643 * gst/audioscale/audioscale.vcproj
17644 * gst/auparse/auparse.vcproj
17645 * gst/avi/avi.vcproj
17646 * gst/cdxaparse/cdxaparse.vcproj
17647 * gst/chart/chart.vcproj
17648 * gst/colorspace/colorspace.vcproj
17649 * gst/cutter/cutter.vcproj
17650 * gst/debug/debug.vcproj
17651 * gst/debug/efence.vcproj
17652 * gst/debug/navigationtest.vcproj
17653 * gst/deinterlace/deinterlace.vcproj
17654 * gst/effectv/effectv.vcproj
17655 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
17656 * gst/filter/filter.vcproj
17657 * gst/flx/flxdec.vcproj
17658 * gst/goom/goom.vcproj
17659 * gst/interleave/interleave.vcproj
17660 * gst/law/alaw.vcproj
17661 * gst/law/mulaw.vcproj
17662 * gst/matroska/matroska.vcproj
17663 * gst/median/median.vcproj
17664 * gst/mixmatrix/mixmatrix.vcproj
17665 * gst/mpeg1sys/mpeg1systemencode.vcproj
17666 * gst/mpeg1videoparse/mp1videoparse.vcproj
17667 * gst/mpeg2sub/mpeg2subt.vcproj
17668 * gst/mpegaudio/mpegaudio.vcproj
17669 * gst/mpegaudioparse/mpegaudioparse.vcproj
17670 * gst/mpegstream/mpegstream.vcproj
17671 * gst/multifilesink/multifilesink.vcproj
17672 * gst/multipart/multipart.vcproj
17673 * gst/oneton/oneton.vcproj
17674 * gst/overlay/overlay.vcproj
17675 * gst/passthrough/passthrough.vcproj
17676 * gst/qtdemux/qtdemux.vcproj
17677 * gst/realmedia/rmdemux.vcproj
17678 * gst/rtjpeg/rtjpeg.vcproj
17679 * gst/rtp/rtp.vcproj
17680 * gst/silence/silence.vcproj
17681 * gst/sine/sinesrc.vcproj
17682 * gst/smooth/smooth.vcproj
17683 * gst/smpte/smpte.vcproj
17684 * gst/spectrum/spectrum.vcproj
17685 * gst/speed/speed.vcproj
17686 * gst/stereo/stereo.vcproj
17687 * gst/switch/switch.vcproj
17688 * gst/tags/tagedit.vcproj
17689 * gst/tcp/tcp.vcproj
17690 * gst/typefind/typefindfunctions.vcproj
17691 * gst/udp/udp.vcproj
17692 * gst/videobox/videobox.vcproj
17693 * gst/videocrop/videocrop.vcproj
17694 * gst/videodrop/videodrop.vcproj
17695 * gst/videofilter/gamma.vcproj
17696 * gst/videofilter/videobalance.vcproj
17697 * gst/videofilter/videofilter.vcproj
17698 * gst/videofilter/videoflip.vcproj
17699 * gst/videoflip/videoflip.vcproj
17700 * gst/videomixer/videomixer.vcproj
17701 * gst/videorate/videorate.vcproj
17702 * gst/videoscale/videoscale.vcproj
17703 * gst/videotestsrc/videotestsrc.vcproj
17704 * gst/virtualdub/virtualdub.vcproj
17705 * gst/volenv/volenv.vcproj
17706 * gst/volume/volume.vcproj
17707 * gst/wavenc/wavenc.vcproj
17708 * gst/wavparse/wavparse.vcproj
17709 * gst/y4m/y4menc.vcproj
17710 * gst-libs/gst/audio/audio.vcproj
17711 * gst-libs/gst/audio/audiofilter.vcproj
17712 * gst-libs/gst/colorbalance/colorbalance.vcproj
17713 * gst-libs/gst/idct/idtc.vcproj
17714 * gst-libs/gst/media-info/media-info.vcproj
17715 * gst-libs/gst/mixer/mixer.vcproj
17716 * gst-libs/gst/navigation/navigation.vcproj
17717 * gst-libs/gst/play/play.vcproj
17718 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
17719 * gst-libs/gst/resample/resample.vcproj
17720 * gst-libs/gst/riff/riff.vcproj
17721 * gst-libs/gst/tuner/tuner.vcproj
17722 * gst-libs/gst/video/video.vcproj
17723 * gst-libs/gst/xoverlay/xoverlay.vcproj
17724 avoid problems with math.h, fix release dependancy
17725 rename GStreamer-0.8.lib to libgstreamer.lib
17727 2004-07-27 Julien MOUTTE <julien@moutte.net>
17729 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
17730 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
17731 the atom is not available we have to unlock the mutex. Fixes #148023
17733 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
17735 * gst-libs/gst/media-info/media-info.h:
17736 issue for a vararg macro with MSVC
17738 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
17740 * gst/effectv/effectv.vcproj
17741 * gst-libs/gst/idct/idct.vcproj:
17742 * gst-libs/gst/media-info/media-info.vcproj:
17743 * gst-libs/gst/navigation/navigation.vcproj:
17744 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
17745 * gst-libs/gst/video/video.vcproj:
17746 * gst-libs/gst/xoverlay/xoverlay.vcproj:
17747 fixes for build problems
17749 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
17751 * gst-libs/gst/audio/audio.def:
17752 * gst-libs/gst/audio/riff.def:
17753 add some definitions needed by plugins
17755 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
17757 * gst/asfdemux/gstasfmux.c
17758 Fix some 64 bits constants to be glib friendly
17760 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
17762 * gst/ac3parse/gstac3parse.c
17763 * gst/audioscale/gstaudioscale.c
17764 * gst/auparse/gstauparse.c
17765 * gst/colorspace/gstcolorspace.c
17766 * gst/colorspace/yuv2rgb.h
17767 local include fixes
17769 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
17772 add more plugins to the build
17774 2004-07-26 Julien MOUTTE <julien@moutte.net>
17776 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17777 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
17779 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
17781 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
17782 (gst_level_set_property), (gst_level_get_property),
17783 (gst_level_base_init), (gst_level_class_init):
17784 add debugging categories. cleanups.
17786 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
17788 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17789 (gst_videoscale_planar411), (gst_videoscale_planar400),
17790 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
17791 (gst_videoscale_scale_nearest_str1),
17792 (gst_videoscale_scale_nearest_str2),
17793 (gst_videoscale_scale_nearest_str4),
17794 (gst_videoscale_scale_nearest_16bit),
17795 (gst_videoscale_scale_nearest_24bit):
17796 fixed stride issues
17797 tested with 320x240 -> 321, 322, 324 x240
17798 tested with YV12, I420, YUY2, UYVY
17799 fixed packed422rev (don't think it could have worked before)
17800 by testing with UYVY
17802 2004-07-26 Benjamin Otte <otte@gnome.org>
17804 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
17805 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
17807 add debugging category, add error checks like checking return values
17808 of setup calls, make sure it still works after
17809 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
17811 2004-07-26 Wim Taymans <wim@fluendo.com>
17813 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
17814 (gst_mpeg_demux_get_audio_stream),
17815 (gst_mpeg_demux_process_private):
17816 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
17817 Check for error codes from the negotiation functions. Make sure
17818 we really set the pad caps when a new pad is created.
17820 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
17822 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17823 (gst_ffmpeg_caps_to_pix_fmt):
17824 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
17825 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17826 (gst_ffmpegcolorspace_pad_link):
17827 don't make function do two things at the same time without reason.
17829 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
17831 * gst/ac3parse/ac3parse.vcproj
17832 * gst/adder/adder.vcproj
17833 * gst/alpha/alpha.vcproj
17834 * gst/alpha/alphacolor.vcproj
17835 * gst/asfdemux/asf.vcproj
17836 * gst/audioconvert/audioconvert.vcproj
17837 * gst/audiorate/audiorate.vcproj
17838 * gst/audioscale/audioscale.vcproj
17839 * gst/auparse/auparse.vcproj
17840 * gst/avi/avi.vcproj
17841 * gst/cdxaparse/cdxaparse.vcproj
17842 * gst/chart/chart.vcproj
17843 * gst/colorspace/colorspace.vcproj
17844 * gst/cutter/cutter.vcproj
17845 * gst/debug/debug.vcproj
17846 * gst/debug/efence.vcproj
17847 * gst/debug/navigationtest.vcproj
17848 * gst/deinterlace/deinterlace.vcproj
17849 * gst/effectv/effectv.vcproj
17850 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
17851 * gst/filter/filter.vcproj
17852 * gst/flx/flxdec.vcproj
17853 * gst/goom/goom.vcproj
17854 * gst/interleave/interleave.vcproj
17855 * gst/law/alaw.vcproj
17856 * gst/law/mulaw.vcproj
17857 * gst/matroska/matroska.vcproj
17858 * gst/median/median.vcproj
17859 * gst/mixmatrix/mixmatrix.vcproj
17860 * gst/mpeg1sys/mpeg1systemencode.vcproj
17861 * gst/mpeg1videoparse/mp1videoparse.vcproj
17862 * gst/mpeg2sub/mpeg2subt.vcproj
17863 * gst/mpegaudio/mpegaudio.vcproj
17864 * gst/mpegaudioparse/mpegaudioparse.vcproj
17865 * gst/mpegstream/mpegstream.vcproj
17866 * gst/multifilesink/multifilesink.vcproj
17867 * gst/multipart/multipart.vcproj
17868 * gst/oneton/oneton.vcproj
17869 * gst/overlay/overlay.vcproj
17870 * gst/passthrough/passthrough.vcproj
17871 * gst/qtdemux/qtdemux.vcproj
17872 * gst/realmedia/rmdemux.vcproj
17873 * gst/rtjpeg/rtjpeg.vcproj
17874 * gst/rtp/rtp.vcproj
17875 * gst/silence/silence.vcproj
17876 * gst/sine/sinesrc.vcproj
17877 * gst/smooth/smooth.vcproj
17878 * gst/smpte/smpte.vcproj
17879 * gst/spectrum/spectrum.vcproj
17880 * gst/speed/speed.vcproj
17881 * gst/stereo/stereo.vcproj
17882 * gst/switch/switch.vcproj
17883 * gst/tags/tagedit.vcproj
17884 * gst/tcp/tcp.vcproj
17885 * gst/typefind/typefindfunctions.vcproj
17886 * gst/udp/udp.vcproj
17887 * gst/videobox/videobox.vcproj
17888 * gst/videocrop/videocrop.vcproj
17889 * gst/videodrop/videodrop.vcproj
17890 * gst/videofilter/gamma.vcproj
17891 * gst/videofilter/videobalance.vcproj
17892 * gst/videofilter/videofilter.vcproj
17893 * gst/videofilter/videoflip.vcproj
17894 * gst/videoflip/videoflip.vcproj
17895 * gst/videomixer/videomixer.vcproj
17896 * gst/videorate/videorate.vcproj
17897 * gst/videoscale/videoscale.vcproj
17898 * gst/videotestsrc/videotestsrc.vcproj
17899 * gst/virtualdub/virtualdub.vcproj
17900 * gst/volenv/volenv.vcproj
17901 * gst/volume/volume.vcproj
17902 * gst/wavenc/wavenc.vcproj
17903 * gst/wavparse/wavparse.vcproj
17904 * gst/y4m/y4menc.vcproj
17905 more plugins supported under windows
17907 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
17909 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17910 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
17911 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
17912 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17913 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
17914 Add debugging statements. Use the sizes as returned by the
17915 *CreateImage calls.
17917 2004-07-26 Johan Dahlin <johan@gnome.org>
17919 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
17920 the pad is negotiated.
17922 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
17924 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
17926 * gst-libs/gst/colorbalance/colorbalance.vcproj:
17927 * gst-libs/gst/idct/idct.vcproj:
17928 * gst-libs/gst/media-info/media-info.vcproj:
17929 * gst-libs/gst/mixer/mixer.vcproj:
17930 * gst-libs/gst/navigation/navigation.vcproj:
17931 * gst-libs/gst/play/play.vcproj:
17932 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
17933 * gst-libs/gst/resample/resample.vcproj:
17934 * gst-libs/gst/tuner/tuner.vcproj:
17935 * gst-libs/gst/video/video.vcproj:
17936 * gst-libs/gst/xoverlay/xoverlay.vcproj:
17937 more plugins supported under windows
17939 2004-07-25 Iain <iain@prettypeople.org>
17941 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
17942 pad now rather than when the pad is created because state changes wipe
17943 explicit caps (fixes #148043).
17945 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
17947 reviewed by Benjamin Otte <otte@gnome.org>
17949 * ext/mad/gstmad.c:
17950 fix mad plugin crashing on Sun (fixes #148289)
17952 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
17955 * gst/avi/avi.vcproj:
17956 * gst/matroska/matroska.def:
17957 * gst/matroska/matroska.vcproj:
17958 remove unused .def files
17960 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
17962 * gst-libs/gst/audio/gstaudiofilter.c:
17963 Clean the local include
17965 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
17968 * gst-libs/gst/audio/audio.def:
17969 * gst-libs/gst/audio/audio.vcproj:
17970 * gst-libs/gst/audio/audiofilter.vcproj:
17971 * gst-libs/gst/audio/riff.def:
17972 * gst-libs/gst/audio/riff.vcproj:
17973 * gst-libs/gst/gst-libs.def:
17974 * gst-libs/gst/gst-libs.vcproj:
17975 * gst/avi/avi.vcproj:
17976 * gst/avi/avi.vcproj:
17977 Copy the files where needed after building, cleaner projects
17979 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
17981 * gst/matroska/ebml-write.c:
17982 Fix some 64 bits constants to be glib friendly
17984 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
17987 * gst-libs/gst/gst-libs.def:
17988 * gst-libs/gst/gst-libs.vcproj:
17989 * gst/matroska/matroska.def:
17990 * gst/matroska/matroska.vcproj:
17991 Add the preliminary canvas to build plugins on Win32
17993 2004-07-23 Benjamin Otte <otte@gnome.org>
17995 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17996 don't enfore negotiation from source side, it breaks
17997 sinesrc ! audioconvert ! osssink
17999 2004-07-22 David Schleef <ds@schleef.org>
18001 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
18002 for ELF files, since they can easily be recognized as audio/mpeg.
18005 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
18007 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
18008 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
18009 (gst_videoscale_scale_nearest_24bit),
18010 (gst_videoscale_scale_nearest_16bit):
18011 fix 16bit and 24bit for stride (24bit might need testing)
18012 don't pretend we do more than one algorithm
18014 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18018 * gst/multifilesink/Makefile.am:
18019 * gst/multifilesink/gstmultifilesink.c:
18020 (gst_multifilesink_get_formats),
18021 (gst_multifilesink_get_query_types), (_do_init),
18022 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
18023 (gst_multifilesink_init), (gst_multifilesink_dispose),
18024 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
18025 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
18026 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
18027 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
18028 (gst_multifilesink_chain), (gst_multifilesink_change_state),
18029 (gst_multifilesink_uri_get_type),
18030 (gst_multifilesink_uri_get_protocols),
18031 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
18032 (gst_multifilesink_uri_handler_init), (plugin_init):
18033 * gst/multifilesink/gstmultifilesink.h:
18034 * testsuite/Makefile.am:
18035 * testsuite/multifilesink/Makefile.am:
18036 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
18037 (gst_newmedia_class_init), (gst_newmedia_init),
18038 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
18039 (newfile_signal), (test_signal), (main):
18040 multifilesink plugin for creating new files every time a new media
18041 discontinuity event occurs
18043 2004-07-22 Wim Taymans <wim@fluendo.com>
18045 * gst/alpha/Makefile.am:
18046 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
18047 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
18048 (gst_alpha_color_init), (gst_alpha_color_set_property),
18049 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
18050 (transform), (gst_alpha_color_chain),
18051 (gst_alpha_color_change_state), (plugin_init):
18052 Stupid plugin to to RGBA to AYUV conversion because none of
18053 the colorspace plugins can handle that yet.
18055 2004-07-22 Wim Taymans <wim@fluendo.com>
18057 * examples/seeking/seek.c: (update_scale), (main):
18058 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18059 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
18060 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
18061 (gst_decode_bin_init), (gst_decode_bin_dispose),
18062 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18063 (no_more_pads), (close_link), (type_found),
18064 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18066 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18067 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18068 (gst_play_base_bin_dispose), (queue_overrun),
18069 (gen_preroll_element), (remove_prerolls), (unknown_type),
18070 (no_more_pads), (new_stream), (setup_source),
18071 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
18072 (play_base_eos), (gst_play_base_bin_change_state),
18073 (gst_play_base_bin_add_element),
18074 (gst_play_base_bin_remove_element),
18075 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18076 (gst_play_base_bin_unlink_stream),
18077 (gst_play_base_bin_get_streaminfo):
18078 * gst/playback/gstplaybin.c: (gen_video_element),
18079 (gen_audio_element):
18080 * gst/playback/gststreaminfo.h:
18081 More playback updates, attempt to fix things after the state change
18084 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
18086 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
18087 (gst_videoscale_scale_nearest_16bit):
18090 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
18092 * gst/videotestsrc/gstvideotestsrc.c:
18093 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
18094 (gst_videotestsrc_init), (gst_videotestsrc_get),
18095 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
18096 (gst_videotestsrc_get_property):
18097 * gst/videotestsrc/gstvideotestsrc.h:
18098 * gst/videotestsrc/videotestsrc.c:
18099 * gst/videotestsrc/videotestsrc.h:
18100 cleanup and commenting
18102 2004-07-21 Wim Taymans <wim@fluendo.com>
18104 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
18105 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
18106 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
18107 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
18108 (_find_chain_get_unknown_part), (_find_streams_check),
18109 (gst_ogg_demux_push), (gst_ogg_pad_push):
18110 * ext/theora/theoradec.c: (theora_get_formats),
18111 (theora_dec_src_convert), (theora_dec_sink_convert),
18112 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18113 (theora_dec_chain):
18114 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
18115 (vorbis_dec_convert), (vorbis_dec_src_query),
18116 (vorbis_dec_src_event), (vorbis_dec_event):
18117 More seeking fixes, oggdemux now supports seeking to time and
18118 uses the downstream element to convert granulepos to time.
18119 Seeking in theora-only ogg files now works.
18121 2004-07-21 Wim Taymans <wim@fluendo.com>
18123 * ext/theora/theoradec.c: (gst_theora_dec_init),
18124 (theora_get_formats), (theora_get_event_masks),
18125 (theora_get_query_types), (theora_dec_src_convert),
18126 (theora_dec_sink_convert), (theora_dec_src_query),
18127 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
18128 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
18129 (vorbis_get_event_masks), (vorbis_get_query_types),
18130 (gst_vorbis_dec_init), (vorbis_dec_convert),
18131 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
18132 Added query/convert/formats functions to vorbis and theora decoders
18133 so that the outside world can use them too. Fixed seeking on an
18134 ogg/theora/vorbis file by disabling the seeking seeking on the
18137 2004-07-21 Julien MOUTTE <julien@moutte.net>
18139 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18140 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
18141 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
18142 images creation for both elements. We don't create the image on caps
18143 nego or renego, we just destroy the internal one if present if it does
18144 not match the needs. The chain function takes care of creating a new
18146 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18147 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
18148 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
18149 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
18150 the image format information. The buffer pool checks for the context
18151 image format and discard images with different formats.
18152 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
18154 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
18156 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18157 (gst_ffmpegcolorspace_chain):
18158 no point in doing any chaining if the pad we want to push from
18161 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
18163 * gst-libs/gst/riff/riff-media.c:
18164 (gst_riff_create_audio_caps_with_data):
18165 Fix double end-to-native symbol conversion (#148021).
18167 2004-07-20 David Schleef <ds@schleef.org>
18169 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
18170 Don't use an Atom that doesn't exist.
18172 2004-07-20 Wim Taymans <wim@fluendo.com>
18174 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18175 (gst_multifdsink_add), (gst_multifdsink_get_stats),
18176 (gst_multifdsink_client_remove),
18177 (gst_multifdsink_handle_client_write),
18178 (gst_multifdsink_queue_buffer):
18179 * gst/tcp/gstmultifdsink.h:
18180 More multifdsink stats. Avoid deadlock by releasing locks
18181 before sending out a signal.
18183 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
18187 added Hungarian translation (Laszlo Dvornik)
18189 2004-07-20 Wim Taymans <wim@fluendo.com>
18191 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18192 (gst_multifdsink_add), (gst_multifdsink_client_remove),
18193 (gst_multifdsink_handle_client_write),
18194 (gst_multifdsink_queue_buffer):
18195 * gst/tcp/gsttcp-marshal.list:
18196 Fixed the stupid marshal definition.
18198 2004-07-20 Wim Taymans <wim@fluendo.com>
18200 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18201 (gst_multifdsink_init), (gst_multifdsink_add),
18202 (gst_multifdsink_client_remove),
18203 (gst_multifdsink_handle_client_write),
18204 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
18205 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
18206 (gst_multifdsink_init_send):
18207 * gst/tcp/gstmultifdsink.h:
18208 Added more stats, added timeout for a client, fixed some typos
18209 and added some comments.
18211 2004-07-20 Wim Taymans <wim@fluendo.com>
18213 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18214 (gst_multifdsink_add), (gst_multifdsink_get_stats),
18215 (gst_multifdsink_client_remove),
18216 (gst_multifdsink_handle_client_write):
18217 * gst/tcp/gstmultifdsink.h:
18218 * gst/tcp/gsttcp-marshal.list:
18219 Added get_stats method that returns a GValueArray of
18222 2004-07-19 Benjamin Otte <otte@gnome.org>
18224 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
18225 make sure longname, description and author are valid UTF-8
18227 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
18229 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
18230 (gst_ximagesink_set_property):
18231 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
18232 (gst_xvimagesink_set_property):
18233 make sure SYNCHRONOUS is respected after getting the X context
18235 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
18237 * gst/matroska/matroska-demux.c:
18238 (gst_matroska_demux_handle_src_event),
18239 (gst_matroska_demux_parse_blockgroup):
18240 * gst/matroska/matroska-ids.h:
18241 add BlockReference tag and ignore it to clear out log.
18242 ignore NAVIGATION events to clear out log.
18244 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
18246 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
18247 (gst_matroska_demux_add_stream):
18248 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
18249 add debug categories
18251 2004-07-16 Wim Taymans <wim@fluendo.com>
18253 * ext/libpng/Makefile.am:
18254 * ext/libpng/gstpng.c: (plugin_init):
18255 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
18256 (gst_pngdec_get_type), (gst_pngdec_base_init),
18257 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
18258 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
18259 * ext/libpng/gstpngdec.h:
18262 2004-07-16 Julien MOUTTE <julien@moutte.net>
18264 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
18265 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
18266 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
18267 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
18268 (gst_ximagesink_buffer_alloc):
18269 * sys/ximage/ximagesink.h:
18270 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
18271 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
18272 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18273 (gst_xvimagesink_buffer_alloc):
18274 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
18275 again. Using internal data pointer of the x(v)image to store image's
18276 data to be coherent with the buffer alloc mechanism. Investigated the
18277 image destruction code to be sure that everything gets freed correctly.
18279 2004-07-16 Wim Taymans <wim@fluendo.com>
18281 * gst-libs/gst/riff/riff-read.c:
18282 (gst_riff_read_strf_vids_with_data),
18283 (gst_riff_read_strf_auds_with_data):
18284 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18285 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
18286 Make sure we don't create 0 sized subbuffers in riff-read.
18287 Signal the no more pads signal after reading the avi header.
18289 2004-07-16 Wim Taymans <wim@fluendo.com>
18291 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18292 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
18293 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
18294 (gst_decode_bin_init), (gst_decode_bin_dispose),
18295 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18296 (no_more_pads), (close_link), (type_found),
18297 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18298 (gst_decode_bin_change_state), (plugin_init):
18299 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18300 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18301 (gst_play_base_bin_dispose), (queue_overrun),
18302 (gen_preroll_element), (remove_prerolls), (unknown_type),
18303 (no_more_pads), (new_stream), (setup_source),
18304 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
18305 (play_base_eos), (gst_play_base_bin_change_state),
18306 (gst_play_base_bin_add_element),
18307 (gst_play_base_bin_remove_element),
18308 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18309 (gst_play_base_bin_unlink_stream),
18310 (gst_play_base_bin_get_streaminfo):
18311 * gst/playback/gstplaybasebin.h:
18312 Better error recovery. Added configurable preroll queue size. Faster
18313 detection of no-more-pads.
18315 2004-07-16 Wim Taymans <wim@fluendo.com>
18317 * gst-libs/gst/video/video.h:
18318 Added 32 bits RGBA. Not sure if we should use another mime-type
18319 for alpha rgb. Currently the presence of the alpha_mask property
18320 signals an alpha channel.
18322 2004-07-16 Wim Taymans <wim@fluendo.com>
18324 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
18325 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18326 FPS seems to be 0.0 to MAX everywhere else.
18328 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
18330 * gst-libs/gst/riff/riff-media.c:
18331 (gst_riff_create_video_caps_with_data):
18332 mp42/mp43 (no caps) exist too.
18333 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
18334 Set pixel_width/height; we've got them in-caps.
18335 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18336 * gst/wavparse/gstwavparse.c: (plugin_init):
18337 Both are valid primary.
18338 * sys/oss/gstossmixer.c:
18339 Remove i18n hack and enable translations.
18341 2004-07-15 Benjamin Otte <otte@gnome.org>
18343 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
18344 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
18345 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
18347 2004-07-15 Benjamin Otte <otte@gnome.org>
18349 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18350 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
18351 (gst_alsa_close_audio):
18352 disable some of the debugging code for now. Writing debugging to a
18353 buffer is broken in current alsalib releases.
18355 2004-07-12 Benjamin Otte <otte@gnome.org>
18357 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
18360 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
18362 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
18363 (theora_dec_src_query), (theora_dec_event):
18364 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
18365 add debugging categories. Remove \n's.
18367 2004-07-13 Johan Dahlin <johan@gnome.org>
18369 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
18370 (gst_play_bin_get_property): Impl.
18372 2004-07-13 Wim Taymans <wim@fluendo.com>
18374 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
18375 When trying to find the stream length, seek back N pages
18376 instead of just one, where N is the number of streams in
18379 2004-07-13 Wim Taymans <wim@fluendo.com>
18381 * gst-libs/gst/riff/riff-media.c:
18382 (gst_riff_create_audio_caps_with_data),
18383 (gst_riff_create_audio_caps),
18384 (gst_riff_create_audio_template_caps):
18385 * gst-libs/gst/riff/riff-media.h:
18386 * gst-libs/gst/riff/riff-read.c:
18387 (gst_riff_read_strf_vids_with_data),
18388 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
18389 * gst-libs/gst/riff/riff-read.h:
18390 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18391 (gst_avi_demux_add_stream):
18392 Set codec_data on caps for avidemuxer.
18394 2004-07-12 David Schleef <ds@schleef.org>
18396 * configure.ac: Fix test for Objective C
18398 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
18399 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
18400 (gst_gdk_pixbuf_chain):
18401 Add svg and pcx to template caps, and ensure that getcaps returns a
18402 subset of the template caps.
18403 Copy each row manually for output, as gdkpixbuf may pad the
18404 rowstride to a 32-bit word boundary.
18406 2004-07-12 Wim Taymans <wim@fluendo.com>
18408 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
18409 (gst_riff_create_video_template_caps):
18410 Fix the template caps to include some more media types.
18412 2004-07-12 Wim Taymans <wim@fluendo.com>
18414 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18415 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18416 (compare_ranks), (print_feature), (gst_decode_bin_init),
18417 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
18418 (try_to_link_1), (new_pad), (close_link), (type_found),
18419 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18420 (gst_decode_bin_change_state), (plugin_init):
18421 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18422 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18423 (gst_play_base_bin_dispose), (queue_overrun),
18424 (gen_preroll_element), (remove_prerolls), (no_more_pads),
18425 (new_stream), (setup_source), (gst_play_base_bin_set_property),
18426 (gst_play_base_bin_get_property), (play_base_eos),
18427 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18428 (gst_play_base_bin_remove_element),
18429 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18430 (gst_play_base_bin_unlink_stream),
18431 (gst_play_base_bin_get_streaminfo):
18432 * gst/playback/gstplaybasebin.h:
18433 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18434 (gst_play_bin_class_init), (gst_play_bin_init),
18435 (gst_play_bin_dispose), (gst_play_bin_set_property),
18436 (gst_play_bin_get_property), (gen_video_element),
18437 (gen_audio_element), (remove_sinks), (setup_sinks),
18438 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
18439 (gst_play_bin_send_event), (gst_play_bin_get_formats),
18440 (gst_play_bin_convert), (gst_play_bin_get_query_types),
18441 (gst_play_bin_query), (plugin_init):
18442 * gst/playback/test4.c: (main):
18443 More fixes on reusing of the element.
18445 2004-07-11 Benjamin Otte <otte@gnome.org>
18447 * ext/mad/gstmad.c: (normal_seek):
18448 allow seeking for other methods than just SET
18450 2004-07-11 Andy Wingo <wingo@pobox.com>
18452 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
18453 float, "any" caps -> buffer_frames=[0,MAX].
18455 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
18456 doesn't intersect our caps with the template any more. Do it
18458 (interleave_buffered_loop): Use g_newa instead of malloc/free.
18460 2004-07-09 Wim Taymans <wim@fluendo.com>
18462 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18463 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18464 (compare_ranks), (print_feature), (gst_decode_bin_init),
18465 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
18466 (try_to_link_1), (new_pad), (close_link), (type_found),
18467 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18468 (gst_decode_bin_change_state), (plugin_init):
18469 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18470 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18471 (gst_play_base_bin_dispose), (queue_overrun),
18472 (gen_preroll_element), (remove_prerolls), (no_more_pads),
18473 (new_stream), (setup_source), (gst_play_base_bin_set_property),
18474 (gst_play_base_bin_get_property), (play_base_eos),
18475 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18476 (gst_play_base_bin_remove_element),
18477 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18478 (gst_play_base_bin_unlink_stream),
18479 (gst_play_base_bin_get_streaminfo):
18480 * gst/playback/gstplaybasebin.h:
18481 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18482 (gst_play_bin_class_init), (gst_play_bin_init),
18483 (gst_play_bin_dispose), (gst_play_bin_set_property),
18484 (gst_play_bin_get_property), (gen_video_element),
18485 (gen_audio_element), (remove_sinks), (setup_sinks),
18486 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
18487 (gst_play_bin_send_event), (gst_play_bin_get_formats),
18488 (gst_play_bin_convert), (gst_play_bin_get_query_types),
18489 (gst_play_bin_query), (plugin_init):
18490 * gst/playback/test4.c: (main):
18491 Work on object reuse and seeking.
18493 2004-07-09 Wim Taymans <wim@fluendo.com>
18495 * examples/seeking/seek.c: (iterate):
18496 Don't consume all CPU in the idle loop.
18498 2004-07-09 Wim Taymans <wim@fluendo.com>
18500 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
18501 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
18502 Add pad to element *after* setting the pad functions so that
18503 the scheduler can use the correct ones.
18505 2004-07-09 Wim Taymans <wim@fluendo.com>
18507 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
18508 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
18509 Sync to keyframe after seek
18511 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18513 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18514 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18515 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
18516 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
18517 * ext/libvisual/visual.c: (gst_visual_change_state):
18518 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
18519 * ext/theora/theoradec.c: (theora_dec_change_state):
18520 * ext/theora/theoraenc.c: (theora_enc_change_state):
18521 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
18522 * gst-libs/gst/navigation/navigation.c:
18523 * gst/adder/gstadder.c: (gst_adder_change_state):
18524 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18525 (gst_audio_convert_get_buffer):
18526 * gst/multipart/multipartdemux.c:
18527 (gst_multipart_demux_change_state):
18528 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
18529 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18530 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
18531 * gst/videoscale/gstvideoscale.c:
18532 (gst_videoscale_handle_src_event):
18533 * gst/volume/gstvolume.c: (volume_chain_int16):
18534 don't assert in state change, this should be done by the base
18536 various debugging fixes.
18538 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18541 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18542 (gst_play_dispose), (gst_play_set_location),
18543 (gst_play_set_data_src), (gst_play_set_video_sink),
18544 (gst_play_set_audio_sink), (gst_play_set_visualization),
18545 (gst_play_connect_visualization), (gst_play_get_sink_element),
18546 (gst_play_get_all_by_interface):
18547 * gst-libs/gst/play/play.h:
18548 add new method to get elements implementing an interface.
18549 add various error logging
18551 2004-07-08 Wim Taymans <wim@fluendo.com>
18553 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
18554 (make_mpeg_pipeline), (make_mpegnt_pipeline),
18555 (make_playerbin_pipeline), (query_durations_elems),
18556 (query_durations_pads), (query_positions_elems),
18557 (query_positions_pads), (update_scale), (iterate), (stop_seek),
18559 Added playbin seeking example.
18561 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18563 * gst-libs/gst/play/play.c: (gst_play_set_location),
18564 (gst_play_set_data_src), (gst_play_set_video_sink),
18565 (gst_play_set_audio_sink), (gst_play_set_visualization),
18566 (gst_play_connect_visualization), (gst_play_get_framerate):
18567 use a macro to look up elements from hash table
18569 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18571 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18572 (gst_play_get_length_callback), (gst_play_set_location),
18573 (gst_play_seek_to_time), (gst_play_set_data_src),
18574 (gst_play_set_video_sink), (gst_play_set_audio_sink),
18575 (gst_play_set_visualization), (gst_play_connect_visualization),
18576 (gst_play_get_sink_element):
18577 - add debugging info
18578 - fix looking up sink elements by iterating over complete caps
18579 - put everything except for source and autoplugger in a complete bin
18581 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18583 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
18584 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
18585 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
18586 (gst_alsa_sink_write), (gst_alsa_sink_loop):
18587 * ext/alsa/gstalsasink.h:
18588 - add debugging info
18589 - clean up schizophrenia of data/buffer/event
18590 - fix double event unref error
18592 2004-07-08 Wim Taymans <wim@fluendo.com>
18594 * gst/playback/Makefile.am:
18595 Add headers to noinst
18597 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18599 * tools/gst-launch-ext-m.m:
18600 * tools/gst-launch-ext.1.in:
18601 convert to the third millenium
18603 2004-07-07 David Schleef <ds@schleef.org>
18605 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
18607 2004-07-07 Wim Taymans <wim@fluendo.com>
18609 * gst/playback/Makefile.am:
18610 * gst/playback/README:
18611 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18612 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18613 (compare_ranks), (print_feature), (gst_decode_bin_init),
18614 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
18615 (try_to_link_1), (new_pad), (close_link), (type_found),
18616 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18618 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18619 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18620 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
18621 (gen_preroll_element), (no_more_pads), (new_stream),
18622 (setup_source), (gst_play_base_bin_set_property),
18623 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
18624 (gst_play_base_bin_add_element),
18625 (gst_play_base_bin_remove_element),
18626 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18627 (gst_play_base_bin_unlink_stream),
18628 (gst_play_base_bin_get_streaminfo):
18629 * gst/playback/gstplaybasebin.h:
18630 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18631 (gst_play_bin_class_init), (gst_play_bin_init),
18632 (gst_play_bin_dispose), (gst_play_bin_set_property),
18633 (gst_play_bin_get_property), (gen_video_element),
18634 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
18635 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18636 (gst_play_bin_get_formats), (gst_play_bin_convert),
18637 (gst_play_bin_get_query_types), (gst_play_bin_query),
18639 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
18640 (gst_stream_info_get_type), (gst_stream_info_class_init),
18641 (gst_stream_info_init), (gst_stream_info_new),
18642 (gst_stream_info_dispose), (gst_stream_info_set_property),
18643 (gst_stream_info_get_property):
18644 * gst/playback/gststreaminfo.h:
18645 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
18647 * gst/playback/test2.c: (main):
18648 * gst/playback/test3.c: (update_scale), (main):
18649 More playbin fixes. Added README. Do better element filtering.
18650 Added base class to preroll media. Added test apps.
18652 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18654 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
18655 * ext/mpeg2dec/gstmpeg2dec.h:
18656 various debugging improvements. Reset stream to next picture
18657 instead of sequence header, otherwise seeks cannot work.
18659 2004-07-07 Wim Taymans <wim@fluendo.com>
18661 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
18662 (gst_video_box_class_init), (gst_video_box_set_property),
18663 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
18664 Use pad_alloc where possible.
18666 2004-07-07 Wim Taymans <wim@fluendo.com>
18668 * sys/oss/gstosselement.c: (gst_osselement_reset),
18669 (gst_osselement_parse_caps):
18670 * sys/oss/gstosselement.h:
18671 * sys/oss/gstosssrc.c: (gst_osssrc_get):
18672 Fix offset on osssrc.
18674 2004-07-07 Wim Taymans <wim@fluendo.com>
18676 * ext/theora/theora.c: (plugin_init):
18677 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
18678 (theora_dec_src_query), (theora_dec_chain):
18679 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18680 (theora_enc_sink_link), (theora_buffer_from_packet),
18681 (theora_push_packet), (theora_enc_chain):
18682 Fix theora granulepos calculation.
18683 Fix overflow in duration/position calculation.
18684 Bump rank to PRIMARY for theoradec.
18685 Use granulepos of last packet to calculate position.
18686 Set keyframe flag on buffers when needed.
18688 2004-07-06 David Schleef <ds@schleef.org>
18690 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
18691 serious? (Fixed, obviously.)
18693 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
18697 added Czech translation (Miloslav Trmac)
18699 2004-07-05 Wim Taymans <wim@fluendo.com>
18701 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18702 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18703 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
18704 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18705 (close_link), (type_found), (gst_decode_bin_set_property),
18706 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
18707 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
18708 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
18709 (gst_decode_bin_query), (plugin_init):
18710 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18711 (gst_play_bin_class_init), (gst_play_bin_init),
18712 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
18713 (get_video_element), (new_pad), (setup_source),
18714 (gst_play_bin_set_property), (gst_play_bin_get_property),
18715 (gst_play_bin_change_state), (gst_play_bin_add_element),
18716 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
18717 (gst_play_bin_send_event), (gst_play_bin_get_formats),
18718 (gst_play_bin_convert), (gst_play_bin_get_query_types),
18719 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
18720 * gst/playback/test.c: (main):
18721 More fixes, cleaned up playbin, make it use decodebin. Added
18722 threaded property to playbin.
18724 2004-07-05 Wim Taymans <wim@fluendo.com>
18727 * gst/playback/Makefile.am:
18728 * gst/playback/decodetest.c: (main):
18729 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18730 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18731 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
18732 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18733 (close_link), (type_found), (gst_decode_bin_set_property),
18734 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
18735 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
18736 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
18737 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
18739 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18740 (gst_play_bin_class_init), (gst_play_bin_init),
18741 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
18742 (collect_sink_pads), (find_compatibles), (close_pad_link),
18743 (try_to_link_1), (new_pad), (close_link), (type_found),
18744 (setup_source), (gst_play_bin_set_property),
18745 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
18746 (compare_ranks), (gst_play_bin_collect_factories),
18747 (gst_play_bin_change_state), (gst_play_bin_add_element),
18748 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
18749 (gst_play_bin_send_event), (gst_play_bin_get_formats),
18750 (gst_play_bin_convert), (gst_play_bin_get_query_types),
18751 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
18752 * gst/playback/test.c: (main):
18753 Added some playback helper elements and some test apps, very alpha
18756 2004-07-04 Benjamin Otte <otte@gnome.org>
18758 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
18759 only restart audio when we indeed have an xrun to fix repeated
18760 xruns. Fix suggested by Giuliano Pochini.
18762 2004-07-03 David Schleef <ds@schleef.org>
18764 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
18765 call to gst_debug_log() if debugging is disabled (bug #145118)
18767 2004-07-03 Benjamin Otte <otte@gnome.org>
18769 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
18770 use our own functions for restarting the alsa device.
18771 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18772 I should apply patches myself - use MIN for the third argument, not
18773 the second, this fixes seeking
18775 2004-07-02 David Schleef <ds@schleef.org>
18777 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
18778 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
18781 2004-07-02 David Schleef <ds@schleef.org>
18783 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
18784 output buffers. Fix logic mistake. (bug #144866)
18786 2004-07-02 David Schleef <ds@schleef.org>
18788 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
18789 on X. (bug #144753)
18791 2004-07-02 David Schleef <ds@schleef.org>
18793 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
18794 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
18796 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
18797 (gst_osselement_rate_probe_check): Add another workaround for
18798 buggy drivers (bug #145336)
18800 2004-07-02 David Schleef <ds@schleef.org>
18802 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
18803 Most systems don't have MSG_NOSIGNAL.
18805 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
18808 * gst-libs/gst/colorbalance/Makefile.am:
18809 * gst-libs/gst/mixer/Makefile.am:
18810 * gst-libs/gst/play/Makefile.am:
18811 * gst-libs/gst/tuner/Makefile.am:
18812 (hopefully) fix both install and dist and make error message useful.
18813 needs testing across automakes.
18815 2004-07-02 Benjamin Otte <otte@gnome.org>
18817 * ext/ogg/gstogg.c: (plugin_init):
18818 we require bytestream now
18819 * ext/ogg/gstoggdemux.c:
18820 huge diff to implement chain setup in a fast and generic way. This
18821 improves tag reading and startup of huge files (read: Theora videos)
18822 quite a bit. It probably contains bugs, too, so please test.
18823 Seeking is not improved to the fast method.
18825 2004-06-29 Wim Taymans <wim@fluendo.com>
18827 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18828 * ext/ogg/gstoggmux.c:
18829 Fix memleak in oggdemux when running unconnected pads.
18830 doc update in mux, start working on keyframe mode.
18832 2004-06-29 Benjamin Otte <otte@gnome.org>
18834 * sys/oss/gstosssink.c:
18835 * sys/oss/gstosssrc.c:
18836 advertise correct template caps - we indeed do non-native endianness
18837 and 8bit audio has no endianness
18838 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
18839 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
18840 avoid (wrong) duplications in getcaps function and return
18843 2004-06-29 Wim Taymans <wim@fluendo.com>
18845 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18846 (gst_multifdsink_class_init), (gst_multifdsink_add),
18847 (gst_multifdsink_remove), (gst_multifdsink_clear),
18848 (gst_multifdsink_client_remove),
18849 (gst_multifdsink_handle_client_read),
18850 (gst_multifdsink_client_queue_data),
18851 (gst_multifdsink_client_queue_caps),
18852 (gst_multifdsink_client_queue_buffer),
18853 (gst_multifdsink_handle_client_write),
18854 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18855 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18856 (gst_multifdsink_init_send), (gst_multifdsink_close):
18857 Fix wrong GList iteration that could crash the server when
18858 more then 2 clients disconnect at the same time. Read all the
18859 pending commands in one batch to recover from command storms under
18862 2004-06-28 Wim Taymans <wim@fluendo.com>
18864 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
18865 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
18866 (gst_videomixer_pad_set_property),
18867 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
18868 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
18869 (gst_videomixer_class_init), (gst_videomixer_init),
18870 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
18871 (pad_zorder_compare), (gst_videomixer_sort_pads),
18872 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18873 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18874 (gst_videomixer_update_queues), (gst_videomixer_loop),
18876 Avoid divide by zero, choose masterpad as the pad with the highest
18879 2004-06-27 Julien Moutte <julien@moutte.net>
18881 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
18882 (gst_ximagesink_xwindow_new):
18883 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
18884 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
18885 function directly. We might want to call it from somewhere else one day.
18887 2004-06-27 Julien Moutte <julien@moutte.net>
18889 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
18890 (gst_ximagesink_xwindow_new):
18891 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
18892 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
18893 window decorations.
18895 2004-06-27 Wim Taymans <wim@fluendo.com>
18897 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
18898 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18899 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
18900 (gst_dvdec_set_property), (gst_dvdec_get_property):
18901 * ext/dv/gstdvdec.h:
18902 Implement drop_factor property to lower the framerate with
18905 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
18907 * gst-libs/gst/colorbalance/Makefile.am:
18908 * gst-libs/gst/mixer/Makefile.am:
18909 * gst-libs/gst/play/Makefile.am:
18910 * gst-libs/gst/tuner/Makefile.am:
18911 unbreak Company's fix that didn't install the -enum.h files
18913 2004-06-27 Wim Taymans <wim@fluendo.com>
18915 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
18916 (gst_dvdec_change_state):
18917 * ext/dv/gstdvdec.h:
18918 Fix timestamp, duration and offset of the buffers.
18920 2004-06-27 Wim Taymans <wim@fluendo.com>
18922 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18923 (gst_multifdsink_class_init), (gst_multifdsink_add),
18924 (gst_multifdsink_remove), (gst_multifdsink_clear),
18925 (gst_multifdsink_client_remove),
18926 (gst_multifdsink_handle_client_read),
18927 (gst_multifdsink_client_queue_data),
18928 (gst_multifdsink_client_queue_caps),
18929 (gst_multifdsink_client_queue_buffer),
18930 (gst_multifdsink_handle_client_write),
18931 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18932 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18933 (gst_multifdsink_init_send), (gst_multifdsink_close):
18934 * gst/tcp/gstmultifdsink.h:
18935 * gst/tcp/gsttcpserversink.c:
18936 (gst_tcpserversink_handle_server_read),
18937 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
18938 More multifdsink fixes, more recovery policy fixes.
18939 Removed stupid g_print
18941 2004-06-26 Wim Taymans <wim@fluendo.com>
18943 * gst/tcp/Makefile.am:
18944 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18945 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
18946 (gst_multifdsink_class_init), (gst_multifdsink_init),
18947 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
18948 (gst_multifdsink_handle_client_read),
18949 (gst_multifdsink_client_queue_data),
18950 (gst_multifdsink_client_queue_caps),
18951 (gst_multifdsink_client_queue_buffer),
18952 (gst_multifdsink_handle_client_write),
18953 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18954 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18955 (gst_multifdsink_chain), (gst_multifdsink_set_property),
18956 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
18957 (gst_multifdsink_close), (gst_multifdsink_change_state):
18958 * gst/tcp/gstmultifdsink.h:
18959 * gst/tcp/gsttcpplugin.c: (plugin_init):
18960 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
18961 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
18962 (gst_tcpserversink_handle_server_read),
18963 (gst_tcpserversink_handle_select),
18964 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
18965 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
18966 * gst/tcp/gsttcpserversink.h:
18967 Added multifdsink, made tcpserversink a subclass of fdsink, removed
18968 one of the locks, added recovery policy to multifdsink.
18970 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
18972 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
18973 fix decision for when getting frames with same timestamp
18974 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
18975 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
18976 (gst_v4lsrc_get_property):
18977 * sys/v4l/gstv4lsrc.h:
18978 add latency offset property
18980 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
18982 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
18984 fix debugging. add category.
18986 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
18988 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
18991 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
18993 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
18994 (gst_alsa_src_get_time), (gst_alsa_src_loop),
18995 (gst_alsa_src_change_state):
18996 return a time that is in sync with the element's processing
18998 2004-06-25 Wim Taymans <wim@fluendo.com>
19000 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
19001 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
19002 (gst_tcpserversink_client_remove),
19003 (gst_tcpserversink_handle_client_read),
19004 (gst_tcpserversink_client_queue_data),
19005 (gst_tcpserversink_client_queue_caps),
19006 (gst_tcpserversink_client_queue_buffer),
19007 (gst_tcpserversink_handle_client_write),
19008 (gst_tcpserversink_queue_buffer),
19009 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
19010 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
19011 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
19012 (gst_tcpserversink_close):
19013 * gst/tcp/gsttcpserversink.h:
19014 Serversink rewrite. Really do non blocking writes to clients and
19015 maintain an internal queue to handle slower clients while not
19016 disturbing fast clients.
19018 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
19020 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19021 better debug, don't override OFFSET and OFFSET_END
19023 2004-06-25 Iain <iain@prettypeople.org>
19025 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
19026 name=source for the wavparse pipeline.
19028 2004-06-24 Johan Dahlin <johan@gnome.org>
19030 * ext/theora/theoraenc.c (theora_enc_chain): Call
19031 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
19032 streamheader caps are set correctly.
19034 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
19036 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
19037 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
19038 respect minimum bitrate; same could be done for max bitrate
19040 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
19042 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
19043 (gst_vorbisenc_setup):
19044 fix sample rate range
19046 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
19048 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
19049 (gst_oggvorbisenc_setup):
19050 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
19051 (gst_vorbisenc_setup):
19052 resolve ambiguities in code and description
19054 2004-06-24 Wim Taymans <wim@fluendo.com>
19056 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
19057 * ext/alsa/gstalsa.h:
19058 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
19059 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
19060 Use alsa trigger_tstamp to get the timestamp of the first
19061 sample in the buffer for more precise sync. Some cleanups.
19063 2004-06-24 Wim Taymans <wim@fluendo.com>
19065 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
19066 (gst_audiorate_init), (gst_audiorate_chain),
19067 (gst_audiorate_set_property), (gst_audiorate_get_property):
19068 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
19069 (gst_videorate_chain):
19070 Added some logging, fixed an overflow bug in videorate.
19072 2004-06-24 Benjamin Otte <otte@gnome.org>
19074 * ext/kio/Makefile.am:
19075 fix for builddir != srcdir and distcheck
19077 2004-06-24 Benjamin Otte <otte@gnome.org>
19079 * gst-libs/gst/colorbalance/Makefile.am:
19080 * gst-libs/gst/mixer/Makefile.am:
19081 * gst-libs/gst/play/Makefile.am:
19082 * gst-libs/gst/tuner/Makefile.am:
19083 * gst/tcp/Makefile.am:
19084 * sys/dxr3/Makefile.am:
19085 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
19087 Also add all *.list files that were missing.
19089 add a distcheck hook to ensure the above doesn't happen again.
19091 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
19093 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
19095 2004-06-23 Colin Walters <walters@redhat.com>
19097 * m4/Makefile.am: Distribute gst-fionread.m4.
19099 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
19101 * configure.ac: back to dev
19103 2004-06-23 Wim Taymans <wim@fluendo.com>
19105 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
19106 (gst_alsa_xrun_recovery):
19107 * ext/alsa/gstalsa.h:
19108 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19109 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
19110 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
19111 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
19112 (gst_alsa_src_loop):
19113 Add clock to alsasrc. Take new capture timestamp when
19114 restarting after an overrun. Split up some functions between
19115 alsasrc and alsasink.
19117 === release 0.8.2 ===
19119 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
19121 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
19122 (gst_alsa_change_state), (gst_alsa_update_avail),
19123 (gst_alsa_xrun_recovery):
19124 * ext/alsa/gstalsa.h:
19125 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19126 merge back changes from release
19128 2004-06-23 Wim Taymans <wim@fluendo.com>
19130 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
19131 (gst_audiorate_init), (gst_audiorate_chain),
19132 (gst_audiorate_set_property), (gst_audiorate_get_property):
19133 Implement sample dropping and notify
19135 2004-06-22 Wim Taymans <wim@fluendo.com>
19137 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19138 (theora_enc_sink_link), (theora_buffer_from_packet),
19139 (theora_push_packet), (theora_enc_chain):
19140 Some cleanups, make sure the timestamps are correct.
19142 2004-06-22 Wim Taymans <wim@fluendo.com>
19144 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
19145 (gst_alsa_change_state), (gst_alsa_update_avail),
19146 (gst_alsa_xrun_recovery):
19147 * ext/alsa/gstalsa.h:
19148 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19149 Cleanups, take queued samples into account when reporting
19152 2004-06-22 Wim Taymans <wim@fluendo.com>
19154 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
19155 (gst_videorate_init):
19156 Initialize the property as well.
19158 2004-06-22 Wim Taymans <wim@fluendo.com>
19160 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
19161 (gst_videorate_init), (gst_videorate_chain),
19162 (gst_videorate_set_property), (gst_videorate_get_property):
19163 Add property to make videorate silent.
19164 Add property to prefer new frames over old ones.
19166 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19168 * sys/osxvideo/Makefile.am:
19169 Workaround so that the osxvideo .so file gets linked with the
19170 Cocoa, OpenGL and QuickTime frameworks
19172 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19174 * sys/osxaudio/Makefile.am:
19175 Workaround so that the osxaudio .so file gets linked with the
19176 CoreAudio framework
19178 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19181 Whoops, my fault...fixed build issues
19183 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19186 Add objective-c support if running in Darwin/Mac OS X
19189 * sys/osxvideo/Makefile.am:
19190 * sys/osxvideo/osxvideosink.h:
19191 * sys/osxvideo/osxvideosink.m:
19192 * sys/osxvideo/cocoawindow.h:
19193 * sys/osxvideo/cocoawindow.m:
19194 Add osxvideosink, a cocoa-based osx video sink
19197 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
19198 * ext/dvdnav/gst-dvd:
19199 Grab the gconf key from the right spot
19200 * gst/debug/gstnavseek.c: (gst_navseek_init),
19201 (gst_navseek_segseek), (gst_navseek_handle_src_event),
19202 (gst_navseek_chain):
19203 * gst/debug/gstnavseek.h:
19204 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
19205 and loop parameters of a segment seek.
19206 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
19207 (gst_videotestsrc_get_event_masks),
19208 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
19209 * gst/videotestsrc/gstvideotestsrc.h:
19210 Add seeking support to videotestsrc
19211 Initialise the timestamp_offset variable.
19213 2004-06-18 Wim Taymans <wim@fluendo.com>
19215 * ext/sidplay/gstsiddec.cc:
19216 Fix negotiation and set correct end offset.
19218 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
19220 * configure.ac: branch and prerelease
19222 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
19224 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
19225 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
19226 (gst_tcpclientsrc_init_receive):
19227 * gst/tcp/gsttcpclientsrc.h:
19228 read caps when connecting to server for GDP so we set them correctly
19230 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
19232 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19233 notify drops and duplicates
19234 * gst/videoscale/videoscale.c: (videoscale_get_structure):
19235 no good reason to limit ourselves to 100x100
19237 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
19239 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
19240 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19241 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
19242 (gst_v4lsrc_get_property):
19243 * sys/v4l/gstv4lsrc.h:
19244 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
19245 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
19246 (gst_v4l_set_audio):
19247 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
19248 (gst_v4lsrc_try_capture):
19249 * sys/v4l/v4lsrc_calls.h:
19250 change try_palette to more general try_capture
19251 add autoprobe option so we can turn off autoprobing
19254 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
19258 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
19259 (gst_ximagesink_class_init):
19260 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
19261 (gst_xvimagesink_class_init):
19262 run them as finalize, not dispose, since dispose can be invoked
19265 2004-06-17 Wim Taymans <wim@fluendo.com>
19267 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
19268 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
19269 * ext/alsa/gstalsa.h:
19270 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
19271 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
19272 (gst_alsa_src_change_state):
19273 * ext/alsa/gstalsasrc.h:
19274 Make the xrun code timestamp and offset the buffers correctly.
19275 moved the clock to the base class, use alsa methods to get time.
19276 Do correct timestamping on outgoing buffers.
19278 2004-06-17 Wim Taymans <wim@fluendo.com>
19280 * gst/audiorate/Makefile.am:
19281 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
19282 (gst_audiorate_base_init), (gst_audiorate_class_init),
19283 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
19284 (gst_audiorate_set_property), (gst_audiorate_get_property),
19285 (gst_audiorate_change_state), (plugin_init):
19286 Added an audiorate converter that fills in gaps.
19288 2004-06-17 Johan Dahlin <johan@gnome.org>
19290 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
19292 2004-06-16 Wim Taymans <wim@fluendo.com>
19294 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
19295 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
19296 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
19297 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
19298 (gst_v4lsrc_get_property):
19299 * sys/v4l/gstv4lsrc.h:
19300 Added a copy mode to v4lsrc where it will output a copied version
19301 of its internal hardware buffer.
19302 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
19305 2004-06-16 Wim Taymans <wim@fluendo.com>
19307 * sys/oss/gstosssrc.c: (gst_osssrc_get):
19310 2004-06-16 Wim Taymans <wim@fluendo.com>
19312 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
19313 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
19314 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
19315 (gst_v4lsrc_get_property):
19316 * sys/v4l/gstv4lsrc.h:
19317 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19318 Added a sync mode enum property to control v4lsrc timestamp method
19319 Removed the use-fixed-fps property and moved functionality in
19321 Don't error on an error value from v4l-conf, it might not always
19324 2004-06-16 Wim Taymans <wim@fluendo.com>
19326 * gst/videorate/Makefile.am:
19327 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
19328 (gst_videorate_base_init), (gst_videorate_class_init),
19329 (gst_videorate_getcaps), (gst_videorate_link),
19330 (gst_videorate_init), (gst_videorate_chain),
19331 (gst_videorate_set_property), (gst_videorate_get_property),
19332 (gst_videorate_change_state), (plugin_init):
19333 Added a video timestamp corrector.
19335 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19337 fixed a potential leak with previous commit
19339 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
19341 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19343 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
19344 Added missing refcount, fixes bug #144425
19345 Cheers Tim for finding the bug
19347 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
19349 * sys/v4l/gstv4l.c: (plugin_init):
19350 * sys/v4l/gstv4lcolorbalance.c:
19351 * sys/v4l/gstv4lcolorbalance.h:
19352 * sys/v4l/gstv4lelement.c:
19353 * sys/v4l/gstv4lelement.h:
19354 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
19355 * sys/v4l/gstv4lmjpegsink.h:
19356 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
19357 * sys/v4l/gstv4lmjpegsrc.h:
19358 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
19359 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
19360 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
19361 * sys/v4l/gstv4lsrc.h:
19362 * sys/v4l/gstv4ltuner.c:
19363 * sys/v4l/gstv4ltuner.h:
19364 * sys/v4l/gstv4lxoverlay.c:
19365 * sys/v4l/gstv4lxoverlay.h:
19366 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
19367 (gst_v4l_set_window), (gst_v4l_enable_overlay):
19368 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
19369 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
19370 (gst_v4l_set_audio):
19371 * sys/v4l/v4l_calls.h:
19372 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19373 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
19374 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
19375 (gst_v4lmjpegsink_playback_init),
19376 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
19377 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
19378 (gst_v4lmjpegsink_playback_stop),
19379 (gst_v4lmjpegsink_playback_deinit):
19380 * sys/v4l/v4lmjpegsink_calls.h:
19381 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
19382 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
19383 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
19384 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
19385 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
19386 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
19387 * sys/v4l/v4lmjpegsrc_calls.h:
19388 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19389 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
19390 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
19391 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
19392 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
19393 (gst_v4lsrc_try_palette):
19394 * sys/v4l/v4lsrc_calls.h:
19395 bunch of paranoia cleanups
19397 2004-06-14 David Schleef <ds@schleef.org>
19399 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
19400 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
19401 Send discont events and change timestamps appropriately when
19402 we get a seek event. (bug #144240)
19403 * ext/cdparanoia/gstcdparanoia.h:
19405 2004-06-14 Benjamin Otte <otte@gnome.org>
19407 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
19408 snd_pcm_hw_params_set_rate since the latter fails for no good
19409 reason on some setups.
19411 2004-06-14 David Schleef <ds@schleef.org>
19413 * gst/volume/demo.c: (value_changed_callback): exp10() is not
19414 standard. Thank you for playing.
19416 2004-06-14 Wim Taymans <wim@fluendo.com>
19418 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
19419 Patch 1.3 broke the ordering of the colorspace info and
19420 made the plugin basically work by coincidence, reordered
19423 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
19425 * ext/lame/gstlame.c:
19426 * ext/mad/gstmad.c:
19427 sync caps. Make sure mad can only output a list of rates, not
19428 a full range. In the future, have three caps lists for each of the
19429 mpeg versions. Change mpegversion to a double as well.
19431 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
19433 * gst/volume/.cvsignore:
19434 * gst/volume/Makefile.am:
19435 * gst/volume/demo.c: (value_changed_callback), (idler),
19436 (setup_gui), (main):
19437 added small demo app
19439 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
19440 * ext/esd/esdsink.c: (gst_esdsink_change_state):
19441 * ext/esd/esdsink.h:
19442 Close the esd connection on pause, because esd will just wait -
19443 blocking all other esd clients indefinitely.
19445 2004-06-12 Christophe Fergeau <teuf@gnome.org>
19447 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
19448 previous commit with GST_DEBUG
19450 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
19453 add a header check for a dvdread header in dvdnav. Fixes #133002
19455 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19457 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
19458 * gst/tcp/gsttcpclientsink.h:
19459 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
19460 * gst/tcp/gsttcpclientsrc.h:
19461 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
19462 (gst_tcpserversink_handle_server_read),
19463 (gst_tcpserversink_init_send):
19464 * gst/tcp/gsttcpserversink.h:
19465 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
19466 * gst/tcp/gsttcpserversrc.h:
19467 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
19470 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19473 Added ogg library so that OSX detects libtheora properly
19475 2004-06-11 Wim Taymans <wim@fluendo.com>
19477 * ext/theora/theoradec.c: (theora_dec_chain),
19478 (theora_dec_change_state):
19479 Don't try to decode frames before we received a keyframe.
19481 2004-06-11 Wim Taymans <wim@fluendo.com>
19483 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
19484 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
19485 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19486 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
19487 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
19488 Added property to set the maximum delay of a page.
19490 2004-06-10 Wim Taymans <wim@fluendo.com>
19492 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
19493 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
19494 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19495 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
19496 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
19497 Added max-delay property to control the maximum amount
19498 of data to put in one page.
19500 2004-06-10 Wim Taymans <wim@fluendo.com>
19502 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19503 (gst_theora_enc_init), (theora_enc_sink_link),
19504 (theora_buffer_from_packet), (theora_enc_set_property),
19505 (theora_enc_get_property):
19506 Set duration on encoded buffer, added some more properties
19508 2004-06-10 Wim Taymans <wim@fluendo.com>
19510 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19511 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19512 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
19513 * ext/theora/theoraenc.c: (theora_enc_chain):
19514 Fix refcounting bugs
19516 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
19518 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
19519 (gst_asf_demux_loop), (gst_asf_demux_process_file),
19520 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
19521 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
19522 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
19523 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
19524 (gst_asf_demux_change_state):
19525 * gst/asfdemux/gstasfdemux.h:
19526 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
19527 feels like. I think we should set a new requirement for demuxers
19528 from now on to implement sane loop functions, data loops, query
19529 and seek functions before first commit into CVS. And this commit
19530 fixes all of the above.
19532 2004-06-10 Christophe Fergeau <teuf@gnome.org>
19534 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
19535 vorbis comments are properly encoded in UTF-8 before adding them
19538 2004-06-09 Benjamin Otte <otte@gnome.org>
19540 * ext/alsa/gstalsa.c: (add_channels):
19541 handle min <= max correctly
19542 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
19543 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
19544 add fixation functions so we fixate correctly. No preferring of alaw
19545 anymore because it's the first structure.
19546 * ext/alsa/gstalsa.h:
19547 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
19548 (gst_alsa_hw_params_dump):
19549 add functions to ease debugging in alsalib
19550 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
19551 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
19552 (gst_alsa_start_audio):
19553 only specify hw params if we really setup a format (fixes #134007 -
19554 or at least works around it)
19556 2004-06-09 Wim Taymans <wim@fluendo.com>
19558 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19559 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
19560 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
19561 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
19562 (gst_ogg_mux_loop):
19563 Use stream caps to setup the initial pages in the ogg stream.
19564 Correctly set the streamheader caps on the srcpad.
19566 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
19568 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
19569 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
19570 (gst_v4lsrc_getcaps):
19571 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
19572 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
19573 add querying of fps lists for webcams. Negotiating to a framerate
19576 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
19578 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19579 (theora_push_buffer), (theora_push_packet),
19580 (theora_set_header_on_caps), (theora_enc_chain):
19581 mark buffers and put on streamheader, raw theora streaming
19582 now works too, whee
19584 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
19586 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
19587 (gst_tcp_gdp_read_caps):
19588 do a looping read for caps and GDP headers too
19590 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
19592 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19593 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
19594 return EOS instead of NULL in _get
19596 2004-06-08 Wim Taymans <wim@fluendo.com>
19598 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
19599 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
19600 (gst_tcp_gdp_write_caps):
19601 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19602 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
19603 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
19606 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
19608 * ext/vorbis/Makefile.am:
19609 * ext/vorbis/vorbis.c: (plugin_init):
19610 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
19611 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
19612 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
19613 (vorbis_parse_change_state):
19614 * ext/vorbis/vorbisparse.h:
19615 adding a vorbisparse element that marks the buffers, streaming
19616 raw vorbis using GDP now works, whee
19618 2004-06-08 Wim Taymans <wim@fluendo.com>
19620 * ext/jpeg/Makefile.am:
19622 * ext/jpeg/gstjpeg.c: (plugin_init):
19623 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
19624 (gst_smokedec_base_init), (gst_smokedec_class_init),
19625 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
19626 * ext/jpeg/gstsmokedec.h:
19627 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
19628 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
19629 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
19630 (gst_smokeenc_resync), (gst_smokeenc_chain),
19631 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
19632 * ext/jpeg/gstsmokeenc.h:
19633 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
19634 (smokecodec_flush_destination), (smokecodec_term_destination),
19635 (smokecodec_init_source), (smokecodec_fill_input_buffer),
19636 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
19637 (smokecodec_term_source), (smokecodec_encode_new),
19638 (smokecodec_decode_new), (smokecodec_info_free),
19639 (smokecodec_set_quality), (smokecodec_get_quality),
19640 (smokecodec_set_threshold), (smokecodec_get_threshold),
19641 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
19642 (find_best_size), (abs_diff), (put), (smokecodec_encode),
19643 (smokecodec_parse_header), (smokecodec_decode):
19644 * ext/jpeg/smokecodec.h:
19645 Added a new simple jpeg based codec
19647 2004-06-08 Wim Taymans <wim@fluendo.com>
19649 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19650 (gst_multipart_mux_loop):
19653 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
19655 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19656 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
19657 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
19658 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
19659 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
19660 * gst/tcp/gsttcpserversink.h:
19661 take streamheader into account
19663 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
19665 * gst/level/Makefile.am:
19666 * gst/level/gstlevel.c: (gst_level_class_init):
19667 clean up marshal generation
19669 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
19671 * gst/tcp/Makefile.am:
19672 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
19673 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
19674 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
19675 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
19676 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
19677 (gst_tcpclientsrc_get_property):
19678 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
19679 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
19680 (gst_tcpserversink_handle_client_read),
19681 (gst_tcpserversink_handle_client_write),
19682 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
19683 * gst/tcp/gsttcpserversink.h:
19684 add signals client-added and client-removed
19685 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
19686 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
19687 (gst_tcpserversrc_get_property):
19688 uniformized, change default protocol to NONE
19689 * gst/tcp/gsttcp-marshal.list: added
19690 2004-06-07 Benjamin Otte <otte@gnome.org>
19692 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19693 handle discont events if they happen before caps nego
19695 2004-06-07 Wim Taymans <wim@fluendo.com>
19697 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19698 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19699 (gst_multipart_demux_plugin_init):
19700 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19701 (gst_multipart_mux_init), (gst_multipart_mux_loop),
19702 (gst_multipart_mux_change_state):
19703 Small updates, fix a memleak
19705 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19707 * configure.ac: OSS portability
19708 * ext/arts/gst_arts.c: idem
19709 * sys/oss/gstosselement.c: idem
19710 * sys/oss/gstossmixer.c: idem
19711 * sys/oss/gstosssink.c: idem
19712 * sys/oss/gstosssrc.c: idem
19713 * sys/oss/oss_probe.c: idem
19714 - check for soundcard.h in different places for some BSD
19716 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
19719 Add me to the authors file
19721 Increase the libdv requirement to >= version 0.100
19722 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
19723 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
19724 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
19725 * ext/dv/gstdvdec.h:
19726 Add support for the new_media flag when sending DISCONT events
19727 Make the querying work when video pad is not linked
19729 2004-06-07 Tim-Philipp M??ller <t.i.m@zen.co.uk>
19731 reviewed by Benjamin Otte <otte@gnome.org>
19733 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
19734 create a NULL-initialized array of pads, so we don't think they
19735 exist already. (fixes #143130)
19737 2004-06-07 Benjamin Otte <otte@gnome.org>
19739 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
19740 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
19741 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
19742 don't use // coments
19744 2004-06-07 Benjamin Otte <otte@gnome.org>
19746 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
19747 cast to GstClockTime to get higher granularity
19748 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19749 use gst_element_set_time_delay to get the exact time
19750 * ext/mad/gstmad.c: (gst_mad_chain):
19751 use the negotiated rate instead of the current frame's rate which
19752 might be wrong because of bit errors. This avoids emitting totally
19753 bogus timestamps and screwing sync.
19756 2004-06-07 Tim-Philipp M??ller <t.i.m@zen.co.uk>
19758 reviewed by Benjamin Otte <otte@gnome.org>
19760 * gst/adder/gstadder.c: (gst_adder_loop):
19761 properly error out when no negotiation has happened yet. (fixes
19764 2004-06-06 Benjamin Otte <otte@gnome.org>
19766 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19767 forward correctly transformed offset in discont events. Based on
19768 patch by Arwed v. Merkatz. (fixes #142851)
19770 2004-06-06 David Schleef <ds@schleef.org>
19772 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
19773 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
19774 problems on several systems.
19776 2004-06-06 Benjamin Otte <otte@gnome.org>
19778 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
19779 use explicit caps on the srcpad
19780 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19781 properly error out if caps couldn't be set (fixes #142764)
19783 2004-06-06 Benjamin Otte <otte@gnome.org>
19785 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
19786 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
19787 (gst_alsa_start_audio):
19788 - don't call set_periods_integer anymore, it breaks the
19789 configuration randomly
19790 - call snd_pcm_hw_params_set_access directly instead of using masks
19791 - don't fail if the sw_params can't be set, just use the default
19792 params and hope it works. Alsalib has weird issues when you touch
19793 sw_params and does no proper error reporting about what failed.
19794 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
19795 (gst_alsa_close_audio):
19796 make our alsa debugging go via gst debugging and not conditionally
19798 * ext/alsa/gstalsa.h:
19799 add ALSA_DEBUG_FLUSH macro
19800 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
19802 wrap alsa errors to be printed via the gst debugging system and not
19805 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
19807 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
19808 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
19809 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
19810 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
19811 (qtdemux_parse_trak):
19812 * gst/qtdemux/qtdemux.h:
19813 Bitch. Also known as seeking, querying & co.
19814 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
19815 (gst_osssink_change_state):
19816 * sys/oss/gstosssink.h:
19817 Resyncing is for weenies, this hack is no longer needed and was
19818 broken anyway (since it - unintendedly - always leaves resync to
19821 2004-06-05 Andrew Turner <zxombie@hotpop.com>
19823 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
19824 * gst/tcp/gsttcpclientsrc.h: idem
19825 - define MSG_NOSIGNAL if not done
19826 - include unistd.h for off_t
19829 2004-06-05 Benjamin Otte <otte@gnome.org>
19832 * ext/kio/Makefile.am:
19833 check for qt's moc preprocessor explicitly and use it
19835 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19837 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
19838 don't get a signal for EPIPE on socket writes
19839 (somebody check if this works on other platforms)
19841 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
19843 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
19844 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19845 check error condition on available samples correctly
19847 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
19849 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
19851 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
19852 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
19853 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
19854 (gst_tcpserversrc_gdp_read_header):
19855 use ssize_t over size_t since the former is signed and thus the
19856 check for error codes can work
19858 2004-06-02 Wim Taymans <wim@fluendo.com>
19862 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19863 (gst_multipart_mux_loop):
19866 2004-06-02 Wim Taymans <wim@fluendo.com>
19868 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19869 (gst_multipart_mux_init), (gst_multipart_mux_loop),
19870 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
19871 (gst_multipart_mux_change_state):
19872 Added configurable boundary specifier, added the value as a
19873 caps field as well.
19875 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19877 * gst/tcp/gsttcp.c:
19878 * gst/tcp/gsttcpclientsrc.c:
19879 * gst/tcp/gsttcpclientsrc.h:
19880 * gst/tcp/gsttcpserversrc.c:
19881 - portability fix, to compile on OSX
19884 * sys/osxaudio/gstosxaudioelement.c:
19885 * sys/osxaudio/gstosxaudiosink.c:
19886 * sys/osxaudio/gstosxaudiosrc.c:
19887 - compilation warnings on OSX
19890 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19892 * ext/vorbis/vorbisdec.c : sign warning fixes
19894 * gst-libs/gst/mixer/mixertrack.c :
19895 do no use defines which are glib 2.4 specific
19897 2004-06-01 Christophe Fergeau <teuf@gnome.org>
19899 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
19900 buffer since libflac doesn't expect it (reports a sync error when
19901 it encounters that)
19904 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
19906 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
19907 * gst-libs/gst/mixer/mixertrack.c:
19908 (gst_mixer_track_get_property), (get_mixer_track_init),
19909 (get_mixer_track_get_property): Added property accessors
19910 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
19911 * gst-libs/gst/mixer/mixeroptions.c:
19912 (gst_mixer_options_get_values): Added
19913 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
19914 * gst-libs/gst/mixer/mixer.c: Fixed comment
19917 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19919 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
19920 improve error messages on open
19923 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
19925 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19926 check if v4l-conf is in path
19928 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
19930 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
19931 change assert to a more readable error message
19933 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19935 * gst-libs/gst/tuner/tunerchannel.h:
19936 - add a freq_multiplicator field to make the conversion
19937 between internal frequency unit and Hz
19938 * sys/v4l/gstv4lelement.c:
19939 * sys/v4l2/gstv4l2element.c:
19940 - change default video device to /dev/video0
19941 * sys/v4l/v4l_calls.c:
19942 * sys/v4l2/v4l2_calls.c:
19943 - we only expose frequency to the user in Hz instead of
19944 bastard v4lX unit (either 62.5kHz or 62.5Hz)
19946 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
19947 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19948 Initialise b_o_s and e_o_s variables
19949 * gst-libs/gst/riff/riff-media.c:
19950 (gst_riff_create_video_caps_with_data):
19951 Add some unusual fourcc's from mplayer avi's
19952 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
19953 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
19956 2004-05-28 Wim Taymans <wim@fluendo.com>
19959 * gst/alpha/Makefile.am:
19960 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19961 (gst_alpha_get_type), (gst_alpha_base_init),
19962 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19963 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
19964 (gst_alpha_chroma_key), (gst_alpha_chain),
19965 (gst_alpha_change_state), (plugin_init):
19966 A plugin to add an alpha channel to I420 video. Can optionally do
19968 * gst/multipart/Makefile.am:
19969 * gst/multipart/multipart.c: (plugin_init):
19970 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19971 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19972 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
19973 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19974 (gst_multipart_demux_change_state),
19975 (gst_multipart_demux_plugin_init):
19976 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
19977 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
19978 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
19979 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
19980 (gst_multipart_mux_pad_unlink),
19981 (gst_multipart_mux_request_new_pad),
19982 (gst_multipart_mux_handle_src_event),
19983 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
19984 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
19985 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
19986 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
19987 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
19988 send multipart jpeg images to a browser.
19989 * gst/videobox/Makefile.am:
19990 * gst/videobox/README:
19991 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
19992 (gst_video_box_get_type), (gst_video_box_base_init),
19993 (gst_video_box_class_init), (gst_video_box_init),
19994 (gst_video_box_set_property), (gst_video_box_get_property),
19995 (gst_video_box_sink_link), (gst_video_box_i420),
19996 (gst_video_box_ayuv), (gst_video_box_chain),
19997 (gst_video_box_change_state), (plugin_init):
19998 Crops or adds borders around an image. can do alpha channel
20000 * gst/videomixer/Makefile.am:
20001 * gst/videomixer/README:
20002 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
20003 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
20004 (gst_videomixer_pad_get_sink_event_masks),
20005 (gst_videomixer_pad_get_property),
20006 (gst_videomixer_pad_set_property),
20007 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
20008 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
20009 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
20010 (gst_videomixer_base_init), (gst_videomixer_class_init),
20011 (gst_videomixer_init), (gst_videomixer_request_new_pad),
20012 (gst_videomixer_handle_src_event),
20013 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
20014 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
20015 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
20016 (gst_videomixer_loop), (gst_videomixer_get_property),
20017 (gst_videomixer_set_property), (gst_videomixer_change_state),
20019 Generic video mixer plugin, can handle multiple inputs all with
20020 different framerates and video sizes. Is fully alpha channel
20023 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
20025 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20026 Select first track as master track. Not sure how else to handle
20028 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
20029 Discard discont events. Should fix #142962.
20031 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
20033 * ext/alsa/Makefile.am:
20034 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
20035 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
20036 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
20037 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
20038 (gst_alsa_mixer_get_option):
20039 * ext/alsa/gstalsamixer.h:
20040 * ext/alsa/gstalsamixeroptions.c:
20041 (gst_alsa_mixer_options_get_type),
20042 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
20043 (gst_alsa_mixer_options_new):
20044 * ext/alsa/gstalsamixeroptions.h:
20045 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20046 * ext/alsa/gstalsamixertrack.h:
20047 Add enumerations (as GstMixerOptions). Make correct distinction
20048 between input/output tracks. Add capture/playback private flag.
20049 Use flag to decide on whether to set capture or playback volumes
20050 or switches. Use playback and record switches.
20051 * gst-libs/gst/mixer/Makefile.am:
20052 * gst-libs/gst/mixer/mixer-marshal.list:
20053 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
20054 (gst_mixer_set_option), (gst_mixer_get_option),
20055 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
20056 (gst_mixer_volume_changed), (gst_mixer_option_changed):
20057 * gst-libs/gst/mixer/mixer.h:
20058 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
20059 (gst_mixer_options_class_init), (gst_mixer_options_init),
20060 (gst_mixer_options_dispose):
20061 * gst-libs/gst/mixer/mixeroptions.h:
20062 Add GstMixerOptions.
20063 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
20064 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
20065 broken device detection on computers with multiple OSS sound
20068 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
20070 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
20071 fixate nicely even when the peer is not negotiating
20073 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
20075 * gst/audioconvert/gstaudioconvert.c:
20076 (gst_audio_convert_parse_caps):
20077 make sure we don't allow depth > width
20078 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
20079 fixate endianness to G_BYTE_ORDER as default
20080 * gst/audioscale/gstaudioscale.c:
20081 we don't handle another endianness as host-endianness
20083 2004-05-25 David Schleef <ds@schleef.org>
20085 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
20087 2004-05-24 Benjamin Otte <otte@gnome.org>
20089 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
20090 (gst_oggvorbisenc_setup):
20091 properly fail when we can't setup the vorbis encoder due to
20092 unsupported settings
20093 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
20094 (gst_vorbisenc_setup):
20096 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20097 fix case where warnings occured when one pad was unlinked while the
20098 other's link function was called
20100 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
20102 * gst/tcp/Makefile.am:
20105 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
20107 * gst-libs/gst/resample/private.h:
20108 don't use optimizations that are #if 0'ed
20110 2004-05-24 Wim Taymans <wim@fluendo.com>
20112 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20113 Fix potential division by zero error and hopefully get
20114 the position query right to get correct timestamps on avi
20117 2004-05-24 Wim Taymans <wim@fluendo.com>
20119 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
20120 (gst_videoscale_scale_nearest_str2),
20121 (gst_videoscale_scale_nearest_str4),
20122 (gst_videoscale_scale_nearest_32bit),
20123 (gst_videoscale_scale_nearest_24bit),
20124 (gst_videoscale_scale_nearest_16bit):
20125 Fix the scaling algorithm and avoid a buffer overflow.
20126 removed the while loop in the scaling function as it
20127 was used for point sampling only.
20129 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
20131 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
20132 (gst_id3_tag_class_init), (gst_id3_tag_init),
20133 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
20134 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
20135 (gst_id3_tag_send_tag_event):
20136 lots of fixes to make id3mux work and id3demux work correctly
20138 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20141 add rules to build shout2send (was removed by accident
20142 when this module was no more marked experimental/broken)
20144 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20146 * ext/shout2/gstshout2.c:
20147 * ext/shout2/gstshout2.h:
20148 adding a "connection problem" signal to shout2send
20151 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
20153 * ext/kio/kioreceiver.cpp:
20154 * ext/kio/kioreceiver.h:
20155 fix sign comparison issues
20157 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20159 * gst/cdxaparse/gstcdxaparse.c:
20160 * gst/cdxaparse/gstcdxaparse.h:
20162 add some checks/sanity
20163 prepare for seek addition
20165 * sys/sunaudio/gstsunaudio.c:
20166 remove exported dupe init function
20168 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
20170 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
20171 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
20172 Fix format conversion and position querying.
20173 * gst/debug/progressreport.c: (gst_progressreport_report):
20174 Don't output a bogus total value that we didn't query.
20175 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
20176 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
20177 only a blank window after xine has been used.
20179 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20182 sync with upstream version to fix test on FC2
20183 readd with -ko to preserve Id header
20185 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20188 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
20189 * gst/tcp/gsttcpclientsrc.c: idem
20190 * gst/tcp/gsttcpserversink.c: idem
20191 * gst/tcp/gsttcpserversrc.c: idem
20192 * m4/gst-fionread.m4: idem
20194 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
20196 * configure.ac: enable speex plugin for speex 1.1.5+
20197 * ext/speex/gstspeexenc.c: fix cast warning
20199 * ext/esd/README: fix typo
20201 2004-05-20 David Schleef <ds@schleef.org>
20203 * configure.ac: Minor cosmetic change to convince the buildbot to
20205 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
20206 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
20207 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
20208 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
20209 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
20210 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
20211 More hacking. Plays audio now.
20213 2004-05-20 David Schleef <ds@schleef.org>
20218 2004-05-20 David Schleef <ds@schleef.org>
20220 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
20221 * sys/osxaudio/gstosxaudio.c:
20222 * sys/osxaudio/gstosxaudioelement.c:
20223 * sys/osxaudio/gstosxaudioelement.h:
20224 * sys/osxaudio/gstosxaudiosink.c:
20225 * sys/osxaudio/gstosxaudiosink.h:
20226 * sys/osxaudio/gstosxaudiosrc.c:
20227 * sys/osxaudio/gstosxaudiosrc.h:
20229 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
20231 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
20232 (gst_vorbisenc_chain):
20233 put the codec headers on the caps as streamheader as well as
20236 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
20238 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
20239 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
20240 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
20241 split up push_packet into two functions
20243 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
20245 * gst/tcp/.cvsignore:
20247 * gst/tcp/Makefile.am:
20249 * gst/tcp/gsttcp.c:
20250 * gst/tcp/gsttcp.h:
20251 * gst/tcp/gsttcpclientsink.c:
20252 * gst/tcp/gsttcpclientsink.h:
20253 * gst/tcp/gsttcpclientsrc.c:
20254 * gst/tcp/gsttcpclientsrc.h:
20255 * gst/tcp/gsttcpplugin.c:
20256 * gst/tcp/gsttcpserversink.c:
20257 * gst/tcp/gsttcpserversink.h:
20258 * gst/tcp/gsttcpserversrc.c:
20259 * gst/tcp/gsttcpserversrc.h:
20260 add new tcp elements
20262 2004-05-19 Wim Taymans <wim@fluendo.com>
20264 * gst/law/mulaw-conversion.c: (mulaw_encode):
20265 Fix overflow bug in ulaw encoding.
20267 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
20269 * ext/mad/gstmad.c: (gst_mad_handle_event):
20270 don't unref the event twice
20272 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
20275 remove -Wno-sign-compare
20277 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
20280 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
20281 if you want to work against glib 2.2 and 2.4
20283 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
20285 * gst/tcp/Makefile.am:
20286 * gst/tcp/gsttcp.c:
20287 * gst/tcp/gsttcp.h:
20288 * gst/tcp/gsttcpsink.h:
20289 * gst/tcp/gsttcpsrc.h:
20290 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
20292 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
20294 * gst/debug/tests.c: (md5_get_value):
20295 fix segfault on gst-inspect
20297 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
20299 * gst/debug/testplugin.c:
20300 * gst/debug/tests.c:
20301 * gst/debug/tests.h:
20302 add new extensible and configurable testing element. Current tests
20303 include buffer count, stream length, timestamp/duration matching and
20305 * gst/debug/Makefile.am:
20306 * gst/debug/gstdebug.c: (plugin_init):
20307 add infrastructure for new element
20309 2004-05-19 Johan Dahlin <johan@gnome.org>
20311 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
20312 ending of the array. Fixes gst-inspect segfault on ppc.
20314 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20316 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
20318 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
20320 2004-05-18 David Schleef <ds@schleef.org>
20322 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
20323 warnings (bugs, actually) noticed by gcc but not forte.
20325 2004-05-18 David Schleef <ds@schleef.org>
20327 * sys/sunaudio/Makefile.am:
20328 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
20330 2004-05-18 David Schleef <ds@schleef.org>
20332 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20333 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
20334 to allow qtdemux to use non-seekable streams. (bug #142272)
20336 2004-05-18 David Schleef <ds@schleef.org>
20338 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
20339 (gst_resample_sinc_ft_float): Remove use of static temporary
20340 buffer. This code was obviously not supposed to last long, but
20341 it's stuck in our ABI, so it required a little hack to make it
20342 ABI-compatible. Fixes #142585.
20343 * gst-libs/gst/resample/resample.h: same.
20345 2004-05-18 David Schleef <ds@schleef.org>
20347 * configure.ac: Add sunaudio
20348 * examples/Makefile.am: make gstplay depend on gconf
20349 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
20350 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
20351 (convert_table_lookup), (img_convert): remove c99-isms
20352 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
20353 unsigned, to fix a warning on Solaris
20354 * gst/mpeg1sys/systems.c: bcopy->memcpy
20355 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
20356 * sys/Makefile.am: Add sunaudio
20358 2004-05-18 Wim Taymans <wim@fluendo.com>
20360 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
20361 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20362 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
20363 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
20364 (gst_ogg_mux_loop):
20365 Fix an ugly memleak where the muxer didn't flush enough ogg
20366 pages. This also resulted in badly muxed ogg files.
20368 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20370 * gst/asfdemux/asfheaders.c :
20371 * gst/asfdemux/asfheaders.h :
20372 * gst/asfdemux/gstasfdemux.c :
20373 - fix ASF_OBJ_PADDING guid
20374 - add 3 new object guids (language list, metadata,
20375 extended stream properties)
20376 - add a function to parse extended header objects
20378 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
20380 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20381 remove leftover debugging g_print
20383 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
20385 * ext/mad/gstmad.c: (gst_mad_handle_event):
20386 Fix for when the first format in a discont event is not a
20387 byte-based one. Should fix #137710.
20389 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20391 * m4/a52.m4 : fix compilation with -Wall -Werror
20392 * m4/libfame.m4 : idem
20393 * m4/libmikmod.m4 : idem
20395 2004-05-17 Benjamin Otte <otte@gnome.org>
20397 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20398 signal the new tags before giving up the reference
20400 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
20402 * ext/shout2/gstshout2.c:
20403 use application/ogg instead of application/x-ogg (patch by Patrick
20404 Guimond, fixes #142432)
20405 * sys/oss/gstosselement.c: (gst_osselement_reset),
20406 (gst_osselement_sync_parms):
20407 don't set fragment size unless specified (fixes #142493)
20409 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20411 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
20414 2004-05-17 Benjamin Otte <otte@gnome.org>
20416 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20417 compute offsets correctly for internal buffers so timestamps are set
20418 correctly when we can't seek. Also handle cases where there are no
20419 offsets. (based on a patch by David Moore, fixes #142507)
20421 2004-05-17 Benjamin Otte <otte@gnome.org>
20423 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20424 use correct variable when determining amount of data to skip so we
20425 don't skip into the void and segfault
20427 2004-05-16 Benjamin Otte <otte@gnome.org>
20429 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
20432 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20434 * gst/asfdemux/gstasfdemux.c:
20435 - fix a mem leak and always propagate tags
20436 - add WMV3 to known video codecs (but no decoder yet)
20437 - replace "surplus data" at end of audio header for what
20438 it is : codec specific data
20441 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
20443 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20445 * gst-libs/gst/audio/audioclock.c:
20446 Fix wrong return type (#142205).
20448 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
20450 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
20451 Ignore CRCs by default (fixes #142566).
20453 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
20455 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
20456 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
20457 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
20458 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
20459 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20460 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
20461 Fix for cases where we fail to attach to a mixer.
20463 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
20465 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20466 Don't touch events after not owning them anymore.
20467 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
20468 (gst_wavparse_fmt), (gst_wavparse_other),
20469 (gst_wavparse_handle_seek), (gst_wavparse_loop),
20470 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20471 (gst_wavparse_srcpad_event):
20472 * gst/wavparse/gstwavparse.h:
20473 Add seeking, fix querying.
20475 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20477 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20478 - process comments even if they don't end with \0\0
20479 g_convert would ignore them if present and works well without them
20481 2004-05-16 Benjamin Otte <otte@gnome.org>
20483 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
20486 2004-05-16 Benjamin Otte <otte@gnome.org>
20488 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20489 don't write to memory we might not write to - g_convert does that
20490 for us anyway (fixes #142613)
20491 (gst_asf_demux_audio_caps):
20492 comment out gst_util_dump_mem
20494 2004-05-16 Benjamin Otte <otte@gnome.org>
20496 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20497 compute correct expected timestamps after seek (broken since
20499 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
20500 rename element and debugging category to gdkpixbufscale
20502 2004-05-16 Benjamin Otte <otte@gnome.org>
20504 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20505 add error checking to snd_pcm_delay and remove duplicate call to
20506 snd_pcm_delay that caused issues (see inline code comments)
20507 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
20508 make more readable and fix return value when snd_pcm_delay fails
20511 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
20512 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
20513 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
20514 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
20515 (gst_pixbufscale_link), (gst_pixbufscale_init),
20516 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
20517 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
20518 (gst_pixbufscale_get_property), (pixbufscale_init):
20519 * ext/gdk_pixbuf/pixbufscale.h:
20520 Add these files I forgot earlier
20522 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
20523 * ext/gdk_pixbuf/Makefile.am:
20524 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
20525 * ext/gdk_pixbuf/gstgdkpixbuf.h:
20526 Add new pixbufscale element to scale RGB video
20527 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
20528 and HYPER interpolation correctly.
20529 * ext/theora/theoraenc.c: (theora_enc_chain),
20530 Discard buffer and return if explicit caps could not be set
20531 (theora_enc_get_property):
20532 Make _get return kbps for the bitrate consistent with
20536 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
20538 * ext/libvisual/visual.c: (gst_visual_chain):
20539 add missing visual_audio_analyze
20541 2004-05-14 David Schleef <ds@schleef.org>
20543 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
20544 is killed while we're playing.
20545 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
20546 gst_element_no_more_pads().
20548 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20550 * gst-libs/gst/riff/riff-read.c :
20551 - fix INFO tag extraction in RIFF/AVI files
20552 because gst_event_unref (event) also freed taglist
20555 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20557 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
20558 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
20560 * gst/auparse/gstauparse.c :
20561 - add code (commented for now) to support audio/x-adpcm on src pad
20562 (we have no decoder for those layout yet)
20564 * gst/cdxaparse/gstcdxaparse.c :
20565 * gst/cdxaparse/gstcdxaparse.h :
20566 - partial rewrite using RiffRead (ripped iain's wavparse code)
20568 * gst/rtp/gstrtpL16enc.c : typo
20569 * gst/rtp/gstrtpgsmenc.c : typo
20571 2004-05-13 Benjamin Otte <otte@gnome.org>
20574 check for exact version of libvisual, it's not supposed to be
20577 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
20579 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
20580 signal no-more-pads
20582 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
20584 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
20585 Report which format was used for GST_FORMAT_DEFAULT
20586 * gst/debug/Makefile.am:
20587 * gst/debug/gstdebug.c: (plugin_init):
20588 * gst/debug/progressreport.c: (gst_progressreport_base_init),
20589 (gst_progressreport_class_init), (gst_progressreport_init),
20590 (gst_progressreport_report), (gst_progressreport_set_property),
20591 (gst_progressreport_get_property), (gst_progressreport_chain),
20592 (gst_progressreport_plugin_init):
20593 Add progressreport element for testing.
20595 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
20597 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
20598 * sys/v4l/gstv4lsrc.h:
20599 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
20600 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
20601 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
20602 (gst_v4lsrc_grab_frame):
20604 send a discont at start
20606 2004-05-12 Colin Walters <walters@redhat.com>
20608 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
20609 inflooping if we can't find a chunk. Or in other words, don't blow
20610 chunks if we don't have a chunk to blow.
20612 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
20613 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
20614 Remove old debug output
20615 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
20616 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
20617 (gst_dvdec_set_property), (gst_dvdec_get_property):
20618 Change the quality setting to an enum, so it works from gst-launch
20619 Don't renegotiate a non-linked pad. Allows audio only decoding.
20620 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
20621 (gst_deinterlace_link), (gst_deinterlace_init):
20622 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20623 (gst_videodrop_link):
20624 Some caps negotiation fixes
20626 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20628 * ext/tarkin/gsttarkin.c :
20629 - Change RANK from NONE to PRIMARY
20630 * ext/gdk_pixbuf/gstgdkpixbuf.c :
20631 - Change RANK from NONE to MARGINAL
20632 * ext/divx/gstdivxenc.c :
20633 - Change RANK from PRIMARY to NONE (encoder/spider issue)
20635 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
20637 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
20638 (gst_vorbisenc_push_packet):
20639 copy a function that was added between 1.0 and 1.0.1 until we
20640 depend on worthwhile features of post-1.0
20642 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
20645 enable shout2 by default
20646 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
20647 (gst_shout2send_base_init), (gst_shout2send_init),
20648 (gst_shout2send_connect), (gst_shout2send_change_state):
20649 * ext/shout2/gstshout2.h:
20650 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
20652 * ext/theora/theora.c: (plugin_init):
20653 don't set rank on encoders
20655 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
20657 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
20658 Use codec_data property instead of flag1 and flag2 for wma
20660 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20662 * gst/cdxaparse/gstcdxaparse.c :
20663 - Add mpegversion to CAPS to make it link
20664 - Rank is as GST_RANK_SECONDARY instead of NONE
20665 * gst/auparse/gstauparse.c :
20666 - Document all audio encoding we can encounter from Solaris 9
20667 headers and libsndfile information.
20668 - Increase max. rate from 48000 to 192000 (to match other elements)
20669 - Don't try to play junk data between header and samples
20671 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
20673 * ext/libvisual/visual.c: (gst_visual_getcaps):
20674 use the right caps depending on endianness (I hope)
20675 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
20676 use GST_RANK_NONE for all non-decoding elements or spider gets
20679 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
20681 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20682 Fix some odd cases and fix BE metadata parsing of unicode16 text.
20684 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
20686 * gst/switch/gstswitch.c: (gst_switch_release_pad),
20687 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
20688 (gst_switch_loop), (gst_switch_get_type):
20689 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
20690 HEADERS. Had to be said.
20692 2004-05-10 David Schleef <ds@schleef.org>
20694 * configure.ac: Add prototype Dirac support.
20696 * ext/dirac/Makefile.am:
20697 * ext/dirac/gstdirac.cc:
20698 * ext/dirac/gstdiracdec.cc:
20700 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
20702 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20703 (gst_auparse_init), (gst_auparse_chain),
20704 (gst_auparse_change_state):
20705 Hack around spider. Remove me some day please.
20707 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
20709 * gst/auparse/gstauparse.c: (gst_auparse_chain):
20710 Fix for some uninitialized variables in previous patch, also
20711 makes it work. Fixes #142286 while we're at it.
20713 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20715 * gst/auparse/gstauparse.c:
20716 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
20717 only unsupported formats are ADPCM/CCITT G.72x
20719 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
20721 2004-05-10 Wim Taymans <wim@fluendo.com>
20723 * ext/vorbis/Makefile.am:
20724 * ext/vorbis/README:
20725 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
20726 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
20727 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
20728 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
20729 (gst_oggvorbisenc_convert_sink),
20730 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
20731 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
20732 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
20733 (get_constraints_string), (update_start_message),
20734 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
20735 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
20736 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
20737 * ext/vorbis/oggvorbisenc.h:
20738 * ext/vorbis/vorbis.c: (plugin_init):
20739 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
20740 (raw_caps_factory), (gst_vorbisenc_class_init),
20741 (gst_vorbisenc_init), (gst_vorbisenc_setup),
20742 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
20743 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
20744 * ext/vorbis/vorbisenc.h:
20745 Added a raw vorbis encoder to be used with the oggmuxer.
20746 We still need the old encoder for some gnome applications,
20747 read the README to find out how that works.
20748 The raw encoder is called "rawvorbisenc" until 0.9.
20750 2004-05-10 Wim Taymans <wim@fluendo.com>
20752 * ext/ogg/gstogg.c: (plugin_init):
20753 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
20755 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
20756 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
20757 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
20758 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
20759 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
20760 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
20761 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
20762 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
20763 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
20764 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
20765 Added an ogg muxer.
20766 Small typo fixes in the demuxer.
20768 2004-05-10 Wim Taymans <wim@fluendo.com>
20770 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20771 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
20772 (theora_enc_change_state), (theora_enc_set_property),
20773 (theora_enc_get_property):
20774 Mark the last packet with an EOS flag which is not really needed
20776 Do some better video framerate initialisation.
20777 Update the buffer timestamp.
20779 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
20781 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
20782 Return the result of the parent state change call
20784 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20786 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
20787 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
20788 * gst/law/alaw-encode.c : (idem)
20789 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
20790 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
20791 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
20793 2004-05-09 Benjamin Otte <otte@gnome.org>
20795 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
20796 don't use a fixed buffer size when writing variable length data to
20797 it. Fixes memory corruption and makes alsasrc work
20799 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
20801 * ext/gnomevfs/gstgnomevfssink.c:
20802 (_gst_boolean_allow_overwrite_accumulator),
20803 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
20804 Run glib's default signal handler (??) in RUN_CLEANUP rather than
20805 RUN_LAST, and don't use that to set the accumulator value because
20806 then it's always FALSE.
20808 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
20810 * gst-libs/gst/riff/riff-media.c:
20811 (gst_riff_create_video_caps_with_data),
20812 (gst_riff_create_audio_caps),
20813 (gst_riff_create_audio_template_caps):
20814 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
20815 Fix for unaligned RIFF files (i.e. where all the chunks together
20816 in a LIST chunk are not of the same size as the size given in
20817 the LIST chunk header). Fixes several odd WAVE files. Also fix
20818 ADPCM (block_align property) in audio, so that wavparse based
20819 on this works now as it used to stand-alone.
20821 2004-05-09 Edward Hervey <bilboed@bilboed.com>
20823 reviewed by Benjamin Otte <otte@gnome.org>
20825 * ext/a52dec/gsta52dec.c:
20826 * ext/divx/gstdivxdec.c:
20827 * ext/divx/gstdivxenc.c:
20828 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
20829 * ext/faac/gstfaac.c: (gst_faac_base_init):
20830 * ext/faad/gstfaad.c: (gst_faad_base_init):
20831 * ext/ivorbis/vorbisfile.c:
20832 * ext/lame/gstlame.c:
20833 * ext/libfame/gstlibfame.c:
20834 * ext/mpeg2enc/gstmpeg2enc.cc:
20835 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
20836 * ext/sidplay/gstsiddec.cc:
20837 * ext/speex/gstspeexdec.c:
20838 * ext/speex/gstspeexenc.c:
20839 * ext/xvid/gstxviddec.c:
20840 * ext/xvid/gstxvidenc.c:
20841 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
20844 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
20846 * ext/alsa/gstalsa.c: (device_list),
20847 (gst_alsa_class_probe_devices):
20848 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
20849 Fix alsa oddness in mixer after the combination of using mixer
20850 in source/sink elements and using hw:x,y instead of just hw:x.
20852 2004-05-09 Benjamin Otte <otte@gnome.org>
20854 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
20855 (gst_wavparse_create_sourcepad):
20856 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
20859 2004-05-09 Benjamin Otte <otte@gnome.org>
20861 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20862 allow discont events before caps nego
20864 2004-05-08 Benjamin Otte <otte@gnome.org>
20866 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
20869 2004-05-08 Benjamin Otte <otte@gnome.org>
20871 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
20872 (gst_level_change_state), (gst_level_init):
20873 * gst/level/gstlevel.h:
20874 figure out if we're initialized directly instead of keeping a
20875 variable that's wrong in 90% of cases
20876 don't initialize pads and then leak them and use a new unitialized
20877 pad. (fixes #142084)
20878 these were bugs so n00bish I didn't find them for an hour :/
20880 2004-05-08 Iain <iain@prettypeople.org>
20882 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
20883 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
20884 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
20885 return the length that was read.
20886 (gst_riff_read_strf_auds): Allow fmt tags as well.
20888 2004-05-07 David Schleef <ds@schleef.org>
20890 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
20891 signed char assumption in faad.h.
20893 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
20895 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
20896 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
20898 2004-05-07 Colin Walters <walters@redhat.com>
20900 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
20901 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
20903 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
20904 Add dispose function.
20906 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
20907 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
20908 Fix caps nego and pad templates. RGB mode caps should
20910 * ext/dvdnav/gst-dvd:
20911 Move mpeg2dec inside the thread because otherwise the
20912 queue rejects cap changes mid-stream
20913 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
20914 (gst_mpeg2dec_flush_decoder):
20915 For mpeg2dec > 0.4.0, call the flush function instead of
20916 manually extracting all in-flight frames.
20917 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
20918 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
20919 Change mime type video/dv go video/x-dv to match the
20920 rest of gst-plugins
20922 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
20924 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20925 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
20926 (gst_alsa_sink_class_init):
20927 * ext/alsa/gstalsasink.h:
20928 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
20929 (gst_alsa_src_class_init):
20930 * ext/alsa/gstalsasrc.h:
20931 Make alsasink/src a subclass of alsamixer so that mixer stuff
20932 shows up in gst-rec. Needs some finetuning.
20934 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
20936 * ext/lame/gstlame.c: (gst_lame_chain):
20938 * ext/mad/gstmad.c: (gst_mad_handle_event):
20940 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
20941 be able to detect mp3 files < 4096 bytes
20943 2004-05-06 Wim Taymans <wim@fluendo.com>
20945 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20946 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
20947 (theora_enc_set_property), (theora_enc_get_property):
20948 Also encode the first frame, cleanup some code.
20950 2004-05-06 Wim Taymans <wim@fluendo.com>
20952 * ext/mpeg2enc/gstmpeg2enc.cc:
20953 Forward events first before deciding that negotiation was
20956 2004-05-06 Wim Taymans <wim@fluendo.com>
20958 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
20959 First process the events before deciding that negotiation
20962 2004-05-06 Wim Taymans <wim@fluendo.com>
20964 * ext/theora/Makefile.am:
20965 * ext/theora/theora.c: (plugin_init):
20966 * ext/theora/theoradec.c: (theora_dec_change_state):
20967 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
20968 (gst_theora_enc_class_init), (gst_theora_enc_init),
20969 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
20970 (theora_enc_chain), (theora_enc_change_state),
20971 (theora_enc_set_property), (theora_enc_get_property):
20972 Added a theora encoder, grouped the encoder and decoder into the
20975 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
20977 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
20978 (gst_jpegenc_chain):
20979 fix DURATION on outgoing buffers
20980 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
20981 debug using time formats
20982 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20983 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20984 (gst_xvimagesink_sink_link):
20985 windows with width/height 0 generate X errors, so don't allow them
20987 2004-05-05 Wim Taymans <wim@fluendo.com>
20989 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
20990 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
20991 (gst_mpeg2dec_negotiate_format):
20992 * ext/mpeg2dec/gstmpeg2dec.h:
20993 removed the static pad template so that we can add the
20994 more accurate framerate value to the caps.
20997 2004-05-04 Benjamin Otte <otte@gnome.org>
21000 check for kdemacros.h, too (should fix #141821)
21001 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
21002 don't crash if no header was sent, but nicely error out (fixes part
21005 2004-05-04 Wim Taymans <wim@fluendo.com>
21007 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
21008 parent dispose function to avoid segfault on destroy.
21010 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
21012 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
21014 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21015 (gst_xvimagesink_sink_link):
21016 clean up debugging caps
21017 also recreate xvimage when format has changed
21019 2004-05-04 Benjamin Otte <otte@gnome.org>
21021 * ext/libvisual/Makefile.am:
21022 * ext/libvisual/visual.c: (gst_visual_class_init),
21023 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
21024 (gst_visual_srclink), (gst_visual_chain),
21025 (gst_visual_change_state), (plugin_init):
21026 use a GstAdapter to correctly adapt buffer sizes - allows using a
21029 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
21031 * sys/v4l/gstv4lelement.h:
21032 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
21033 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
21034 (gst_v4lsrc_buffer_free):
21035 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
21036 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
21037 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
21038 (gst_v4lsrc_requeue_frame):
21039 move some debugging categories around
21040 query for fps index and set accordingly if found
21042 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21044 * ext/lame/gstlame.c:
21045 correct defaults that lame_init puts out of range
21047 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
21049 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
21050 (gst_divxenc_class_init):
21051 fix range since -1 is the default
21052 * gst/mpeg1sys/gstmpeg1systemencode.c:
21053 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
21054 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
21055 (gst_rtjpegdec_chain):
21056 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
21057 (gst_rtjpegenc_chain):
21058 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
21059 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
21060 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
21061 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
21062 * sys/v4l/gstv4lsrc.c:
21063 * sys/v4l/v4l_calls.c: (gst_v4l_open):
21064 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
21065 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
21066 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
21067 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
21068 remove gst_info calls
21070 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
21079 Updated translations
21081 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
21083 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
21084 refactor/comment code
21086 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
21088 * gst/asfdemux/Makefile.am:
21089 * gst/asfdemux/asfheaders.c:
21090 * gst/asfdemux/asfheaders.h:
21091 * gst/asfdemux/gstasf.c: (plugin_init):
21092 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
21093 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
21094 (gst_asf_demux_setup_pad):
21095 * gst/asfdemux/gstasfdemux.h:
21096 * gst/asfdemux/gstasfmux.c:
21097 * gst/asfdemux/gstasfmux.h:
21098 Add tagging support to demuxer, split out registration in its own
21099 file instead of in demux (hacky), and prevent having some tables
21100 in our memory multiple times (in asfheaders.h).
21102 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
21104 * gst/matroska/matroska-demux.c:
21105 (gst_matroska_demux_parse_metadata):
21106 * gst/matroska/matroska-ids.h:
21107 Basic tag reading support.
21109 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
21111 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21112 Really detect ac-3 audio.
21113 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
21114 really detect matroska files (off-by-1).
21116 2004-04-30 David Schleef <ds@schleef.org>
21118 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21119 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
21120 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
21121 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
21122 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
21123 hackage -- parse a lot more atoms, extract a few tags. One might even
21124 mistake this for tag support. Maybe it is.
21125 * gst/qtdemux/qtdemux.h:
21127 2004-04-30 Colin Walters <walters@verbum.org>
21129 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
21131 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
21133 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21134 (gst_ffmpegcolorspace_getcaps):
21135 remove broken nego fix
21137 2004-04-30 Benjamin Otte <otte@gnome.org>
21141 * ext/libvisual/Makefile.am:
21142 * ext/libvisual/visual.c:
21143 add initial support for libvisual (http://libvisual.sourceforge.net)
21144 libvisual is still quite alpha, so expect crashes in there :)
21146 2004-04-29 David Schleef <ds@schleef.org>
21148 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
21149 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
21150 up qtdemux to make it spit out codec_data. Do _not_ look at this
21151 code; you will no longer respect me.
21153 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21155 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
21156 * ext/alsa/gstalsa.h :
21157 change alsa pcm device discovery to find more than 1 device
21158 per card. code review by Ronald.
21160 2004-04-29 David Schleef <ds@schleef.org>
21162 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
21163 Add a check for a driver bug on FreeBSD. (bug #140565)
21165 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
21167 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
21168 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
21169 (gst_jpegenc_getcaps):
21170 move format setting to inner loop
21171 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21172 (gst_ffmpegcolorspace_getcaps):
21173 use GST_PAD_CAPS if available so that we use already negotiated
21175 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21176 (qtdemux_parse_moov), (qtdemux_parse):
21178 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
21179 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
21180 move hardcoded path to DEFINE
21182 2004-04-28 David Schleef <ds@schleef.org>
21184 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
21187 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
21189 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
21190 Don't probe for playback device if we're a source element. Fixes
21193 2004-04-29 Benjamin Otte <otte@gnome.org>
21195 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
21196 (gst_id3_tag_chain):
21197 rewrite buffer offset
21199 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
21203 * ext/dts/Makefile.am:
21204 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
21205 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
21206 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
21207 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
21208 (gst_dtsdec_loop), (gst_dtsdec_change_state),
21209 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
21211 * ext/dts/gstdtsdec.h:
21213 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
21214 (gst_faad_srcconnect):
21215 Add ESDS atom handling (.m4a).
21217 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
21219 * ext/divx/gstdivxdec.c: (plugin_init):
21220 Remove comment that makes no sense.
21221 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
21222 Fix for obvious typo that resulted in warnings during gst-register.
21223 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
21224 (gst_xviddec_sink_link):
21225 Fix caps negotiation a bit better.
21226 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
21227 We call this 'codec_data', not 'esds'.
21229 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
21231 * gst/monoscope/gstmonoscope.c:
21232 make sure we only provide 256x128
21233 * gst/monoscope/monoscope.c: (monoscope_init):
21234 assert size of 256x128
21236 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
21239 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
21240 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
21241 fixate to max width and height of device
21243 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
21246 * sys/v4l/gstv4l.c:
21247 * sys/v4l/gstv4lsrc.c:
21248 * sys/v4l/v4l_calls.c:
21249 * sys/v4l/v4lsrc_calls.c:
21250 fix for qc-usb driver which fakes having more than one buffer
21251 by handing the same buffer twice, which confused GStreamer's/v4lsrc
21252 buffer_free override
21255 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
21258 * gst/videotestsrc/gstvideotestsrc.c:
21259 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
21260 (gst_videotestsrc_init), (gst_videotestsrc_get),
21261 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
21262 * gst/videotestsrc/gstvideotestsrc.h:
21263 add num-buffers property
21265 2004-04-26 Benjamin Otte <otte@gnome.org>
21267 * ext/mad/gstid3tag.c: (plugin_init):
21268 set id3mux rank to NONE so it doesn't confuse spider
21269 require audio/mpeg,mpegversion=1 in id3mux
21271 2004-04-26 Benjamin Otte <otte@gnome.org>
21274 detect faad correctly as non-working if it's indeed non-working
21276 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
21279 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
21280 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
21281 fix _getcaps so it only negotiates to its supported format
21283 2004-04-25 Benjamin Otte <otte@gnome.org>
21285 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
21288 2004-04-23 Benjamin Otte <otte@gnome.org>
21290 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
21291 audio/x-raw-int with height rules! not. Now it's depth.
21293 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
21295 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
21296 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
21297 (gst_wavparse_loop):
21298 Missing variable initialization. Add handling of DVI ADPCM. Fix
21299 mis-parsing of LIST chunks. This works around a bug where we mis-
21300 parse non-aligning LIST chunks (so LIST chunks where the contents
21301 don't align with the actual LIST size). The correct fix is to use
21302 rifflib, I'm not going to fix wavparse - too much work. All this
21305 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21307 reviewed by Benjamin Otte <otte@gnome.org>
21309 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
21310 fix shoutcast not working (fixes #140844)
21312 2004-04-22 Benjamin Otte <otte@gnome.org>
21314 * ext/hermes/gsthermescolorspace.c:
21315 (gst_hermes_colorspace_caps_remove_format_info):
21316 * gst/colorspace/gstcolorspace.c:
21317 (gst_colorspace_caps_remove_format_info):
21318 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21319 (gst_ffmpegcolorspace_caps_remove_format_info):
21320 s/gst_caps_simplify/gst_caps_do_simplify/
21322 2004-04-22 Benjamin Otte <otte@gnome.org>
21324 * gst-libs/gst/riff/riff-media.c:
21325 (gst_riff_create_video_caps_with_data):
21326 mpegversion is an int
21327 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
21328 don't try to create pad templates with NULL caps, use any caps
21331 2004-04-20 David Schleef <ds@schleef.org>
21333 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
21334 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
21337 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
21339 reviewed by David Schleef
21341 * ext/mad/gstid3tag.c: Add stdlib.h
21342 * gst/rtp/gstrtpgsmenc.c: same
21343 * gst/tags/gstid3tag.c: same
21344 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
21345 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
21346 GST_DISABLE_LOADSAVE use.
21347 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
21348 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
21349 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
21351 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
21352 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
21354 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
21355 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
21357 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
21360 2004-04-20 David Schleef <ds@schleef.org>
21362 * gst/realmedia/rmdemux.c: This was supposed to part of the
21363 last checkin. Same idea.
21365 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
21367 reviewed by David Schleef
21369 * configure.ac: bump required gstreamer version to 0.8.1.1
21370 because of following changes [--ds]
21372 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
21373 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
21374 (gst_riff_read_header): Use GST_READ_UINT*
21375 macros to access possibly unaligned memory.
21377 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
21378 (mp3_type_find): Use GST_READ_UINT*
21379 macros to access possibly unaligned memory.
21380 (mp3_type_find, mpeg1_parse_header, qt_type_find)
21381 (speex_type_find): Likewise
21383 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
21385 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
21386 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
21387 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
21388 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
21389 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
21390 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
21391 macros to access possibly unaligned memory.
21393 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
21396 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
21397 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
21399 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21402 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
21403 (gst_mpeg2subt_chain_subtitle): Likewise.
21405 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
21406 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
21409 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
21412 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
21415 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
21418 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
21421 update required version of GStreamer because of GST_TIME_FORMAT
21423 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
21425 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
21426 remove leftover g_print
21427 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21428 don't try setting only a subset of the caps. We don't want to kill
21429 autoplugging on purpose
21431 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
21433 * sys/ximage/ximagesink.c: (plugin_init):
21434 * sys/xvimage/xvimagesink.c: (plugin_init):
21435 add debugging categories
21437 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
21441 Adding en_GB translation (Gareth Owen)
21443 2004-04-20 David Schleef <ds@schleef.org>
21445 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21446 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
21447 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
21448 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
21449 A number of new features and hacks to extract the esds atom and
21450 put it into the caps. (bug #137724)
21452 2004-04-19 David Schleef <ds@schleef.org>
21454 * gconf/Makefile.am: Fix for non-GNU make
21455 * gst-libs/gst/Makefile.am: Change directory order to handle
21456 GstPlay linking with gstinterfaces
21457 * gst-libs/gst/audio/make_filter: make use of tr portable
21458 * gst-libs/gst/play/Makefile.am: Add intended \
21459 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
21460 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
21461 function prototype instead of void *.
21462 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
21464 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21465 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
21466 * gst/videofilter/make_filter: make use of tr portable
21467 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
21469 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
21473 Added Ukrainian translation (Maxim V. Dziumanenko)
21475 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
21477 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
21478 (gst_gsmdec_link), (gst_gsmdec_chain):
21479 Fix capsnego, simplify chain function slightly.
21480 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21483 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
21485 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21486 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
21487 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
21488 Hack to make wavparse work with spider (always -> sometimes pad).
21489 Fixes #135862 && #140411.
21491 2004-04-18 Benjamin Otte <otte@gnome.org>
21493 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
21494 (gst_osselement_rate_probe_check),
21495 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
21496 get rid of \n in debug output
21498 2004-04-17 Iain <iain@prettypeople.org>
21500 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
21503 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
21505 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
21506 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
21507 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
21508 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
21509 (gst_id3_tag_src_link), (gst_id3_tag_chain),
21510 (gst_id3_tag_change_state), (plugin_init):
21511 deprecate id3tag element and replace with id3demux/id3mux.
21512 great side effect: this ugly file is now even uglier, yay!
21513 * ext/mad/gstmad.h:
21514 remove non-available function
21515 update for new get_type
21517 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
21520 require mpeg2dec >= 0.4.0
21522 2004-04-17 Benjamin Otte <otte@gnome.org>
21524 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
21525 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
21526 (gst_xvimagesink_set_xwindow_id):
21527 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
21528 assorted cleanup fixes.
21530 2004-04-16 David Schleef <ds@schleef.org>
21532 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
21533 * sys/xvimage/xvimagesink.h: same
21535 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
21537 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
21538 Fix GST_ELEMENT_ERROR with (NULL)
21540 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
21542 * gst-libs/gst/riff/riff-media.c:
21543 (gst_riff_create_video_caps_with_data):
21544 Add div[3456] as fourccs for DivX 3 (fixes #140137).
21546 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
21548 * gst-libs/gst/riff/riff-media.c:
21549 (gst_riff_create_video_caps_with_data),
21550 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
21551 (gst_riff_create_video_template_caps),
21552 (gst_riff_create_audio_template_caps):
21553 * gst-libs/gst/riff/riff-media.h:
21554 * gst-libs/gst/riff/riff-read.c:
21555 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
21556 * gst-libs/gst/riff/riff-read.h:
21557 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21558 Add MS RLE support. I added some functions to read out strf chunks
21559 into strf chunks and the data behind it. This is usually color
21560 palettes (as in RLE, but also in 8-bit RGB). Also use those during
21561 caps creation. Lastly, add ADPCM (similar to wavparse - which
21562 should eventually be rifflib based).
21563 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
21564 (gst_matroska_demux_init), (gst_matroska_demux_reset):
21565 * gst/matroska/matroska-demux.h:
21566 Remove placeholders for some prehistoric tagging system. Didn't add
21567 support for any tag system really anyway.
21568 * gst/qtdemux/qtdemux.c:
21569 Add support for audio/x-m4a (MPEG-4) through spider.
21570 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21571 (gst_wavparse_loop):
21572 ADPCM support (#135862). Increase max. buffer size because we
21573 cannot split buffers for ADPCM (screws references) and I've seen
21574 files with 2048 byte chunks. 4096 seems safe for now.
21576 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
21578 * configure.ac: bump nano to 1
21580 === release 0.8.1 ===
21582 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
21584 * configure.ac: releasing 0.8.1, "Comforting Sounds"
21586 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
21588 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
21589 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
21592 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
21594 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
21595 lower rank of dvddemux so that it's not used for mpeg playback.
21597 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
21600 save libs correctly when checking mad
21602 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
21604 * ext/mad/gstid3tag.c: (plugin_init):
21605 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
21607 2004-04-13 David Schleef <ds@schleef.org>
21609 * common/m4/gst-feature.m4: Call -config scripts with
21610 --plugin-libs if it is supported.
21611 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
21612 JPEG images are image/jpeg.
21613 * gst/debug/Makefile.am:
21614 * gst/debug/negotiation.c: (gst_negotiation_class_init),
21615 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
21616 (gst_negotiation_update_caps), (gst_negotiation_get_property),
21617 (gst_negotiation_plugin_init): Add a property that acts like
21619 * testsuite/gst-lint: Move license checking to be a standard
21622 2004-04-13 David Schleef <ds@schleef.org>
21624 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
21625 patch from Sebastien Cote (bug #139958)
21627 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
21629 * examples/gstplay/Makefile.am:
21630 * examples/gstplay/player.c: (main):
21631 make the commandline player example use gconf settings
21633 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
21635 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
21636 (gst_cacasink_sinkconnect), (gst_cacasink_init),
21637 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
21638 init/end library during state transition, not object
21639 creation/disposal. get rid of custom dispose handler.
21642 2004-04-12 Christian Schaller <Uraeus@gnome.org>
21644 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
21647 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
21649 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
21650 Handle JUNK chunks inside data section. Prevents warnings.
21652 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
21654 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21655 (gst_riff_create_video_template_caps):
21657 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21658 (gst_avi_demux_stream_data):
21659 Add support for "rec-list" chunks.
21661 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
21663 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
21664 Fix another codecname mismatch.
21666 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
21668 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
21669 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
21670 so that MJPEG plays back.
21672 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
21674 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21675 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
21676 * gst/mpeg1videoparse/gstmp1videoparse.h:
21677 Fix for some slight mis-cuts in buffer parsing, and for some
21678 potential overflows or faults-causers. Adds disconts. Also fixes
21679 #139105 while we're at it.
21681 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
21684 * sys/v4l2/gstv4l2element.h:
21685 Workaround for missing struct v4l2_buffer declaration in Suse 9
21686 and Mandrake 10 linux/videodev2.h header file (#135919).
21688 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
21690 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
21691 Bail out if no filename was given.
21693 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
21695 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
21696 (gst_v4l2_fourcc_from_structure):
21697 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
21700 2004-04-09 Benjamin Otte <otte@gnome.org>
21702 * ext/gnomevfs/gstgnomevfssink.c:
21703 (_gst_boolean_allow_overwrite_accumulator),
21704 (gst_gnomevfssink_class_init):
21705 fix erase signal - if any handler returns false the file will not be
21706 overwritten. If no handler is connected, the file will not be
21707 overwritten either.
21708 renamed signal to "allow-overwrite"
21709 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
21710 free string when adding it to ID3 failed
21711 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21712 unref event when done
21713 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
21715 * gst/typefind/gsttypefindfunctions.c:
21716 (mpeg_video_stream_type_find):
21719 2004-04-08 David Schleef <ds@schleef.org>
21721 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21722 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
21724 2004-04-08 David Schleef <ds@schleef.org>
21726 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
21727 we don't support (bug #139532)
21729 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
21731 * ext/mad/gstmad.c: (gst_mad_handle_event),
21732 (gst_mad_check_caps_reset), (gst_mad_chain),
21733 (gst_mad_change_state):
21734 only set explicit caps if they haven't been set before for
21735 this stream. MPEG-audio sample rate/channels aren't allowed
21736 to change in-stream.
21739 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
21741 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
21742 (_gst_boolean_did_something_accumulator),
21743 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
21744 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
21745 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
21746 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
21747 (gst_gnomevfssink_change_state):
21748 Fix erase signal. Don't erase by default. Remove handoff signal.
21749 Remove erase property. Don't segfault. General cleanup.
21751 2004-04-07 Benjamin Otte <otte@gnome.org>
21753 * gst-libs/gst/gconf/test-gconf.c: (main):
21754 add missing gst_init
21756 2004-04-07 Benjamin Otte <otte@gnome.org>
21758 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
21759 free the mutexes, too
21761 2004-04-07 Benjamin Otte <otte@gnome.org>
21763 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
21764 actually free the URI string
21765 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
21766 compute offset correctly when passing discont events
21767 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21768 don't leak discont events
21769 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
21770 add some missing breaks so caps aren't copied randomly
21771 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
21772 if we realloc memory, we better use it
21774 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
21776 * ext/mad/gstmad.c: (normal_seek):
21777 fix GST_FORMAT_TIME usage
21779 2004-04-05 David Schleef <ds@schleef.org>
21781 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
21782 a deprecated function (hack!)
21784 2004-04-05 Benjamin Otte <otte@gnome.org>
21786 * ext/esd/esdmon.c: (gst_esdmon_get):
21787 fix nonterminated vararg and memleak
21789 2004-04-05 Benjamin Otte <otte@gnome.org>
21791 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
21792 (gst_ladspa_init), (gst_ladspa_force_src_caps),
21793 (gst_ladspa_set_property), (gst_ladspa_get_property),
21794 (gst_ladspa_instantiate), (gst_ladspa_activate),
21795 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
21798 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
21800 reviewed by Benjamin Otte <otte@gnome.org>
21802 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
21803 check for broken LADSPA parameters (fixes #138635)
21805 2004-04-05 Benjamin Otte <otte@gnome.org>
21807 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
21808 advertise buffer-frames correctly on sinkpads
21810 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
21812 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
21813 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
21814 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
21815 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
21816 (gst_mad_check_caps_reset), (gst_mad_chain):
21817 add more debugging, only reset caps when we're not in error state
21819 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
21821 * ext/mad/gstmad.c: add debugging category, comment + cleanups
21823 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
21825 reviewed by Benjamin Otte <otte@gnome.org>
21828 fix == in test(1) operator
21830 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
21832 reviewed by Benjamin Otte <otte@gnome.org>
21835 fix --export-symblos-regex to a working regex.
21837 2004-04-04 Benjamin Otte <otte@gnome.org>
21839 * sys/oss/.cvsignore:
21842 2004-04-03 Tim-Phillip M??ller <t.i.m@zen.co.uk>
21844 reviewed by Benjamin Otte <otte@gnome.org>
21846 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21847 add missing 'new_media' argument (fixes #138168)
21848 * gst/matroska/matroska-demux.c:
21849 (gst_matroska_demux_handle_seek_event):
21850 add vararg terminator (fixes #138169)
21852 2004-04-02 David Schleef <ds@schleef.org>
21854 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
21855 disted (bug #138914)
21857 2004-04-01 Benjamin Otte <otte@gnome.org>
21859 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
21860 (gst_alsa_close_audio):
21861 handle case better where a soundcard can't pause
21862 * ext/ogg/gstoggdemux.c:
21863 don't crash when we get events but don't have pads yet
21865 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
21867 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
21868 throw an error if we couldn't probe any caps.
21870 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
21872 * ext/dvdnav/gst-dvd:
21873 Add a really simple sample DVD player
21875 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
21877 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
21878 (gst_a52dec_push), (gst_a52dec_handle_event),
21879 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
21880 (gst_a52dec_change_state):
21881 * ext/a52dec/gsta52dec.h:
21882 Use a debug category, Output timestamps correctly
21883 Emit tag info, Handle events, tell liba52dec about cpu
21884 capabilities so it can use MMX etc.
21885 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
21886 Fix a crasher accessing invalid memory
21887 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
21888 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
21889 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
21890 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
21892 Some support for byte-format seeking.
21893 Small fixes for still frames and menu button overlays
21894 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
21895 (gst_mpeg2dec_alloc_buffer):
21896 Use a debug category. Adjust the report level of several items to
21897 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
21898 so it doesn't lose the GstBuffer pointer
21899 * gst/debug/Makefile.am:
21900 * gst/debug/gstdebug.c: (plugin_init):
21901 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
21902 (gst_navseek_base_init), (gst_navseek_class_init),
21903 (gst_navseek_init), (gst_navseek_seek),
21904 (gst_navseek_handle_src_event), (gst_navseek_set_property),
21905 (gst_navseek_get_property), (gst_navseek_chain),
21906 (gst_navseek_plugin_init):
21907 * gst/debug/gstnavseek.h:
21908 Add the navseek debug element for seeking back and forth in a
21909 video stream using arrow keys.
21910 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
21911 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
21912 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
21913 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
21914 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
21915 (gst_mpeg2subt_parse_header), (gst_get_nibble),
21916 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
21917 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
21918 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
21919 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
21920 * gst/mpeg2sub/gstmpeg2subt.h:
21921 Pretty much a complete rewrite. Now a loopbased element. May still
21922 require work to properly synchronise subtitle buffers.
21923 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
21924 (gst_dvd_demux_send_subbuffer):
21925 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
21926 Don't attempt to create subbuffers of size 0
21927 Reduce a couple of error outputs to warnings.
21928 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
21929 (gst_y4mencode_chain):
21930 Output the y4m frame header correctly.
21932 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
21934 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
21935 throw errors instead of allowing SIGFPE
21937 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
21939 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
21940 (gst_gconf_render_bin_from_key):
21941 leak plugging and style fixing
21943 2004-03-31 David Schleef <ds@schleef.org>
21945 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
21946 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
21948 * gst/debug/Makefile.am:
21949 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
21950 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
21952 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
21953 (gst_negotiation_base_init), (gst_negotiation_class_init),
21954 (gst_negotiation_init), (gst_negotiation_getcaps),
21955 (gst_negotiation_pad_link), (gst_negotiation_chain),
21956 (gst_negotiation_set_property), (gst_negotiation_get_property),
21957 (gst_negotiation_plugin_init): New element to talk about random
21958 negotiation things happening in a pipeline.
21960 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
21962 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
21963 fix integer addition with help of Stefan Kost
21965 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
21967 * po/nl.po: updated Dutch translation (Elros Cyriatan)
21969 2004-03-30 David Schleef <ds@schleef.org>
21971 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
21972 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
21973 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
21975 * ext/mpeg2dec/gstmpeg2dec.h:
21977 2004-03-30 David Schleef <ds@schleef.org>
21979 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
21981 2004-03-30 David Schleef <ds@schleef.org>
21983 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
21984 Michael Petullo) to handle .mov
21986 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
21988 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
21989 (gst_osselement_rate_check_rate):
21990 probe caps correctly for sound cards that only support one format
21992 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
21994 * ext/kio/kiosrc.cpp: (process_events):
21995 update handling event processing if inside KDE - untested
21997 2004-03-29 David Schleef <ds@schleef.org>
21999 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
22000 by 2 to not interfere with other colorspaces.
22001 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
22002 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
22003 one to not interfere with ffmpeg_colorspace.
22005 2004-03-29 David Schleef <ds@schleef.org>
22007 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
22008 aren't in the caps.
22009 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
22010 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
22012 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
22014 * gst-libs/gst/riff/riff-media.c:
22015 fail on error, don't try to set stuff on NULL caps
22017 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
22021 * ext/kio/Makefile.am:
22022 * ext/kio/kioreceiver.cpp:
22023 * ext/kio/kioreceiver.h:
22024 * ext/kio/kiosrc.cpp:
22025 * ext/kio/kiosrc.h:
22026 add experimental kiosrc plugin
22027 * ext/alsa/gstalsaplugin.c: (plugin_init):
22028 initialize debugging category only when we're sure registering the
22031 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
22033 * examples/gstplay/player.c: (main):
22034 * gst-libs/gst/play/play.c: (gst_play_class_init),
22035 (gst_play_set_location), (gst_play_set_data_src),
22036 (gst_play_set_video_sink), (gst_play_set_audio_sink),
22037 (gst_play_set_visualization), (gst_play_connect_visualization):
22038 check return values of element_set_state and return FALSE where
22041 2004-03-29 Benjamin Otte <otte@gnome.org>
22043 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
22044 try harder to check if an event is really a discont
22046 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
22048 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
22051 2004-03-28 Benjamin Otte <otte@gnome.org>
22053 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
22054 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
22055 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
22056 get rid of non-standard "..." ranges in case statements.
22058 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
22060 * gst/mpegstream/gstmpegdemux.c:
22061 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
22062 specific functionality split to the new dvddemux element.
22063 * gst/mpegstream/gstdvddemux.c:
22064 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
22065 streams, derived from mpegdemux.
22066 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
22067 up. SCR based timestamp rewriting can be turned off (will probably
22068 completely disappear soon).
22069 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
22070 hacking. General cleanup. All printf statements replaced by
22071 debugging messages. Almost complete libdvdnav support.
22072 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
22073 by events. New properties for audio and subpicture languages.
22074 (dvdnavsrc_update_highlight): Now uses events.
22075 (dvdnavsrc_user_op): Cleaned up.
22076 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
22077 based). Lots of cleanup, and propper support for most libdvdnav
22079 (dvdnavsrc_make_dvd_event): New function.
22080 (dvdnavsrc_make_dvd_nav_packet_event): New function.
22081 (dvdnavsrc_make_clut_change_event): New function.
22083 2004-03-26 Benjamin Otte <otte@gnome.org>
22085 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
22086 fix bug where typefinding would claim it's theora whenever less then
22087 7 bytes of data were available
22089 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
22091 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
22092 (gst_alawdec_base_init), (gst_alawdec_class_init),
22093 (gst_alawdec_init), (gst_alawdec_chain):
22094 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
22095 (gst_alawenc_base_init), (gst_alawenc_class_init),
22096 (gst_alawenc_init), (gst_alawenc_chain):
22097 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
22098 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
22099 (gst_mulawdec_init), (gst_mulawdec_chain):
22100 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
22101 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
22102 (gst_mulawenc_init), (gst_mulawenc_chain):
22103 Fix capsnego in all four, remove the unused property functions and
22104 simplify the chain functions slightly. I guess we could use macros
22105 or something similar for those, since the code is so similar, but
22106 I'm currently too lazy...
22108 2004-03-24 David Schleef <ds@schleef.org>
22110 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
22111 (gst_osselement_close_audio), (gst_osselement_probe_caps),
22112 (gst_osselement_get_format_structure),
22113 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
22114 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
22115 (gst_osselement_rate_int_compare): Add code to handle rate probing
22117 * sys/oss/gstosselement.h: same
22118 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
22119 Use rate probing provided by osselement.
22120 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
22122 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
22124 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
22125 (gst_xvidenc_get_property):
22128 2004-03-24 David Schleef <ds@schleef.org>
22130 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
22131 (gst_speexdec_init):
22132 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
22133 (gst_speexenc_init): Create the pad template correctly (from
22134 the static pad template, not a NULL pointer.)
22136 2004-03-25 Benjamin Otte <otte@gnome.org>
22138 * gst/debug/Makefile.am:
22139 * gst/debug/breakmydata.c:
22140 add element that quasi-randomly changes bytes in the stream.
22141 Intended use is robustness checking of demuxers and decoders in
22144 2004-03-24 Benjamin Otte <otte@gnome.org>
22146 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22147 (gst_alsa_probe_hw_params):
22148 * ext/alsa/gstalsa.h:
22149 debugging output fixes
22151 2004-03-24 Benjamin Otte <otte@gnome.org>
22153 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
22154 don't g_return_if_fail if element is PLAYING, fail silently as every
22156 * gst/effectv/gstquark.c: (gst_quarktv_chain):
22157 only fix needed for cast lvalue issues in gst-plugins
22158 * gst/volenv/gstvolenv.c: (gst_volenv_init):
22161 2004-03-24 Benjamin Otte <otte@gnome.org>
22163 * gst/level/gstlevel.c: (gst_level_init):
22164 add proxying getcaps function, so level doesn't advertise impossible
22167 2004-03-24 David Schleef <ds@schleef.org>
22169 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
22170 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
22171 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
22172 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
22173 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
22174 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
22175 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
22176 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
22177 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
22178 messages. Divide the chunk size by the compression ratio
22179 (needed for MACE audio)
22181 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
22183 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
22184 Fix buffer overflow read error.
22186 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
22188 * ext/alsa/gstalsa.h:
22189 Remove unused entry.
22190 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
22192 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
22193 (gst_videodrop_link), (gst_videodrop_chain):
22194 Fix, sort of. Was horribly broken with new capsnego. Bah...
22196 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
22198 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
22200 Add a monkeysaudio typefind function
22202 2004-03-23 Johan Dahlin <johan@gnome.org>
22204 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
22205 (gst_play_video_fixate): Check so the structure has the field
22206 before trying to fixate them, this makes it possible to have
22207 fakesinks for video and audio output without printing errors on
22208 the output console.
22210 2004-03-22 David Schleef <ds@schleef.org>
22212 * sys/oss/Makefile.am:
22213 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
22214 (check_rate), (add_rate): Rate probing test app.
22216 2004-03-21 Benjamin Otte <otte@gnome.org>
22218 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
22219 (_fixate_caps_to_int), (gst_audio_convert_fixate):
22220 add a fixation function that pretty much does the right thing (fixes
22223 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
22225 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
22227 2004-03-20 Tim-Phillip M??ller <t.i.m@zen.co.uk>
22229 reviewed by: Benjamin Otte <otte@gnome.org>
22231 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22232 terminate gst_event_new_discontinuous correctly (fixes parts of
22235 2004-03-19 David Schleef <ds@schleef.org>
22237 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
22238 since it doesn't depend on X, and it's part of our ABI.
22240 2004-03-19 Iain <iain@prettypeople.org>
22242 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
22243 is_int in the structure, not the local variable.
22245 2004-03-19 David Schleef <ds@schleef.org>
22247 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
22248 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
22249 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
22250 Improvements in caps negotiation.
22252 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
22256 adding Afrikaans (Petri Jooste)
22258 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
22260 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22261 (gst_ffmpegcolorspace_chain):
22262 throw error instead of g_critical (#137588)
22264 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
22268 dist common and m4 correctly
22271 2004-03-17 David Schleef <ds@schleef.org>
22273 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
22276 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
22280 adding Swedish translation (Christian Rose)
22282 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
22284 * Makefile.am: use release.mak
22286 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
22288 * common/ChangeLog:
22289 * common/gst-autogen.sh:
22290 add some explanation about the version detection
22294 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
22296 * configure.ac: bump nano to 1
22298 === release 0.8.0 ===
22300 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
22302 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
22304 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
22307 update libtool version
22308 * gst-libs/gst/media-info/Makefile.am:
22309 actually use libtool version
22311 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
22313 * configure.ac: fix speex detection to work with 1.0 but not 1.1
22315 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
22318 * gst-plugins.spec.in:
22319 * pkgconfig/Makefile.am:
22320 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
22321 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22322 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22323 * pkgconfig/gstreamer-libs.pc.in:
22324 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
22325 * pkgconfig/gstreamer-play-uninstalled.pc.in:
22326 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
22327 * pkgconfig/gstreamer-plugins.pc.in:
22328 remove @VERSION@ from some of the pc files since core and plugins
22330 created gstreamer-plugins.pc as it's a better name, but keeping
22331 -libs around for now to get fixes upstream done first.
22333 2004-03-15 Julien MOUTTE <julien@moutte.net>
22335 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
22336 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
22337 * gst-libs/gst/play/play.h:
22339 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
22341 * *.c, *.cc: don't mix tabs and spaces
22343 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
22345 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
22346 use the new ffmpegcolorspace
22347 * gst-plugins.spec.in:
22348 package new colorspace and media-info
22350 * pkgconfig/Makefile.am:
22351 fix some more disting issues
22352 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
22353 * pkgconfig/gstreamer-media-info.pc.in:
22354 generate media-info pc files
22356 2004-03-15 Johan Dahlin <johan@gnome.org>
22358 * *.h: Revert indenting
22360 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
22363 adding ffmpegcolorspace element
22364 * gst/ffmpegcolorspace/Makefile.am:
22365 * gst/ffmpegcolorspace/avcodec.h:
22366 * gst/ffmpegcolorspace/common.h:
22367 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
22368 * gst/ffmpegcolorspace/dsputil.h:
22369 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
22370 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22371 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
22372 (gst_ffmpeg_caps_to_pix_fmt):
22373 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22374 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22375 (gst_ffmpegcolorspace_caps_remove_format_info),
22376 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
22377 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
22378 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
22379 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
22380 (gst_ffmpegcolorspace_set_property),
22381 (gst_ffmpegcolorspace_get_property),
22382 (gst_ffmpegcolorspace_register):
22383 * gst/ffmpegcolorspace/imgconvert.c:
22384 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
22385 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
22386 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
22387 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
22388 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
22389 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
22390 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
22391 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
22392 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
22393 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
22394 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
22395 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
22396 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
22397 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
22398 (img_get_alpha_info), (deinterlace_line),
22399 (deinterlace_line_inplace), (deinterlace_bottom_field),
22400 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
22401 * gst/ffmpegcolorspace/imgconvert_template.h:
22402 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
22403 * gst/ffmpegcolorspace/mmx.h:
22404 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
22405 adding ffmpegcolorspace element supplied by Ronald after cleaning
22406 up and pulling in the right bits of upstream source.
22407 I'm sure a better C/compiler wizard could do some cleaning up (for
22408 example use GLIB's malloc stuff), but as a first pass this
22411 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
22413 * ext/alsa/gstalsa.h:
22414 I assume Ronald forgot to commit the change to have cardname
22415 as a struct member. Expect some public spanking at the next
22418 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
22420 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
22421 (gst_alsa_open_audio), (gst_alsa_close_audio):
22422 * ext/alsa/gstalsa.c:
22423 Don't open the device if we're a mixer (= padless).
22424 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
22425 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
22426 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
22427 Open mixer during state change rather than during object
22428 initialization. Also, get a device name. Currently in a somewhat
22429 hackish fashion, but I didn't really find something better.
22431 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
22433 * *.c, *.h: run gst-indent
22435 2004-03-14 Benjamin Otte <otte@gnome.org>
22437 * gst/modplug/gstmodplug.cc:
22438 * gst/modplug/gstmodplug.h:
22439 set correct timestamps on outgoing buffers
22441 2004-03-14 Benjamin Otte <otte@gnome.org>
22443 * gst/modplug/gstmodplug.cc:
22444 handle events - don't do crap when a discont arrives that's not
22446 This allows correct loading and playback of mods in Rhythmbox
22448 2004-03-14 Benjamin Otte <otte@gnome.org>
22451 * gst-libs/gst/gconf/Makefile.am:
22452 * pkgconfig/Makefile.am:
22453 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
22454 they get rebuilt properly
22456 when checking for vorbis, try pkgconfig first.
22457 * gst/modplug/gstmodplug.cc:
22458 add fixate function
22460 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
22462 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
22463 Fix for obvious mistake, where we first shift the offset and then
22464 read a samplesize element assuming the old offset. Note that this
22465 part still has something weird, i.e. my movies containing those
22466 don't actually play well, but at least there's something that looks
22469 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
22470 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
22472 Add a typefind function for speex format
22474 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
22476 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
22477 (gst_asf_demux_setup_pad):
22478 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
22479 instead of 0. Reason is simple: some elements have a fps range
22480 of 1-max instead of 0-max. So now ASF video actually works.
22482 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
22486 adding serbian as a language
22488 2004-03-13 Benjamin Otte <otte@gnome.org>
22490 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22491 return taglist correctly from _get function, don't gst_pad_push it.
22494 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
22495 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
22497 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
22499 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
22500 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
22501 (gst_alsa_mixer_track_new):
22502 * ext/alsa/gstalsamixertrack.h:
22503 Fix ancient leftovers... MixerTrack is a GObject.
22505 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
22507 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
22508 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
22509 Don't block during probing...
22511 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
22513 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
22514 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
22515 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
22516 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
22517 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
22518 (gst_alsa_open_audio), (gst_alsa_close_audio):
22519 * ext/alsa/gstalsa.h:
22520 Add propertyprobe interface implementation, add some device-name
22521 property, all this so that it looks good in gnome-volume-control.
22523 2004-03-12 David Schleef <ds@schleef.org>
22525 * configure.ac: the Hermes library controls hermescolorspace, not
22527 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
22528 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
22530 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
22531 * ext/sdl/sdlvideosink.h: ditto.
22532 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
22534 2004-03-12 Benjamin Otte <otte@gnome.org>
22536 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
22537 (gst_x_overlay_got_xwindow_id):
22538 * gst-libs/gst/xoverlay/xoverlay.h:
22539 replace XID with unsigned long to get rid of the xlibs dependency in
22540 XOverlay (fixes #137004)
22542 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
22543 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
22544 (gst_agingtv_setup):
22545 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
22546 (gst_dicetv_base_init), (gst_dicetv_class_init),
22547 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
22548 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
22549 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
22550 (gst_edgetv_setup), (gst_edgetv_rgb32):
22551 * gst/effectv/gsteffectv.c:
22552 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
22553 (gst_quarktv_set_property):
22554 * gst/effectv/gstrev.c: (gst_revtv_get_type),
22555 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
22556 (gst_revtv_setup), (gst_revtv_rgb32):
22557 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
22558 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
22559 (gst_shagadelictv_init), (gst_shagadelictv_setup),
22560 (gst_shagadelictv_rgb32):
22561 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
22562 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
22563 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
22564 * gst/effectv/gstwarp.c:
22565 Port everything that can be ported to videofilter and fix up the caps.
22566 Can someone with a big-endian machine please check these?
22568 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
22570 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
22571 (gst_osssink_chain), (gst_osssink_change_state):
22572 Latest fixes for A/V sync, audio playback and such. This is about
22573 all... MPEG playback issues are mostly related to the async build-
22574 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
22576 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
22578 patch from: Stephane Loeuillet
22581 use pkg-config for some libraries, falling back to the old .m4 way
22586 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
22589 * tools/Makefile.am:
22590 * tools/Makefile.in:
22591 * tools/gst-launch-ext-m.m:
22592 * tools/gst-launch-ext.1.in:
22593 * tools/gst-visualise-m.m:
22594 * tools/gst-visualise.1:
22595 * tools/gst-visualise.1.in:
22596 reorganizing generation of script tools
22598 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
22600 * ext/divx/gstdivxdec.c:
22601 Downgrade priority. We prefer ffdec_mpeg4.
22602 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
22603 (gst_faad_chain), (gst_faad_change_state):
22604 Fix capsnego. Doesn't work for some sounds because we don't have
22605 a 5:1 to stereo element.
22606 * ext/xvid/gstxvid.c: (plugin_init):
22608 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
22609 (gst_osssink_change_state):
22610 Add discont handling.
22612 2004-03-09 Colin Walters <walters@verbum.org>
22614 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
22617 2004-03-09 Benjamin Otte <otte@gnome.org>
22619 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
22620 the signals take 2 arguments
22622 2004-03-09 David Schleef <ds@schleef.org>
22624 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
22625 (gst_alsa_fixate): Add fixate function. (bug #136686)
22626 * ext/alsa/gstalsa.h:
22627 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
22629 2004-03-09 Benjamin Otte <otte@gnome.org>
22631 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
22632 (gst_mikmod_change_state):
22633 * ext/mikmod/gstmikmod.h:
22634 make mikmod's loop function not loop infinitely and call
22635 gst_element_yield anymore
22636 * gst/modplug/gstmodplug.cc:
22637 fix pad negotiation (fixes #136590)
22639 2004-03-09 David Schleef <ds@schleef.org>
22641 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
22642 doesn't conflict with the internal colorspace plugin.
22643 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
22644 satisfy the crappy-ass shell shipped by a certain vendor.
22645 * gst/videofilter/make_filter: same (bug #135299)
22647 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
22649 * configure.ac: bump nano to 1
22651 === release 0.7.6 ===
22653 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
22655 * configure.in: releasing 0.7.6, "There"
22657 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
22659 * pkgconfig/gstreamer-play-uninstalled.pc.in:
22660 * pkgconfig/gstreamer-play.pc.in:
22661 synchronize the two
22663 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
22665 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
22666 (cdparanoia_open), (cdparanoia_event):
22667 fix/add error handling
22669 add cdparanoia source
22670 * tools/Makefile.am:
22671 make scripts executable
22673 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
22676 * ext/vorbis/Makefile.am:
22678 remove id3types, vorbisfile and xvideosink from the build (#133783)
22680 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
22682 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22683 Fix metadata read crash (#136537).
22685 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
22687 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
22688 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
22689 adding mime types, fixing the one-stop function
22691 2004-03-08 Christian Schaller <Uraeus@gnome.org>
22693 * ext/nas/nassink.c and /ext/nas/nassink.h:
22694 More NAS love from Arwed von Merkatz
22695 So lets all sing 'Can you feel the NAS tonight'
22697 2004-03-08 Christian Schaller <Uraeus@gnome.org>
22699 * tools/gst-launch-ext.in:
22700 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
22702 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
22704 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
22705 (gst_mpeg2dec_init):
22706 remove the user_data pad for now, because it is being used in
22707 fixating causing MPEG playback to fixate on 1000 Hz for playback.
22708 If someone knows how to fix this properly, please do.
22710 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
22712 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
22713 (gst_osssink_get_time):
22714 add a warning, IMO this won't get triggered anymore, remove later
22716 2004-03-07 David Schleef <ds@schleef.org>
22718 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
22719 format (bug #136470)
22721 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
22723 * gst-libs/Makefile.am:
22724 * gst-libs/gst/media-info/Makefile.am:
22725 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
22726 (error_callback), (gst_media_info_error_create),
22727 (gst_media_info_error_element), (gmip_init), (gmip_reset),
22728 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
22729 * gst-libs/gst/media-info/media-info-priv.h:
22730 * gst-libs/gst/media-info/media-info-test.c: (main):
22731 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
22732 (gst_media_info_class_init), (gst_media_info_instance_init),
22733 (gst_media_info_set_source), (gst_media_info_read_with_idler),
22734 (gst_media_info_read_idler), (gst_media_info_read):
22735 * gst-libs/gst/media-info/media-info.h:
22736 fixed, should work now
22738 2004-03-07 Christian Schaller <Uraeus@gnome.org>
22740 * ext/nas/nassink.c:
22741 A bunch of NAS fixes from Arwed von Merkatz
22743 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
22745 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
22746 (qtdemux_parse_trak):
22747 Fix crash (j might be greater than n_samples, in which case we're
22748 writing outside the allocated space for the array) and memleak.
22750 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
22752 * sys/oss/gstosssink.c: (gst_osssink_chain):
22753 And another caller that couldn't handle delay < 0 (unsigned
22754 integer overflow). Video now continues playing on an audio
22755 buffer underrun, and the clock continues working. Audio still
22758 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
22760 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
22761 (gst_osssink_get_time):
22762 get_delay() may return values lower than 0. In those cases, we
22763 should not actually cast to *unsigned* int64, that will break
22764 stuff horribly. In my case, it screwed up A/V sync in movies
22765 in totem rather badly.
22767 2004-03-06 Christophe Fergeau <teuf@gnome.org>
22769 * ext/faac/gstfaac.c: (gst_faac_chain):
22770 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22771 * ext/libpng/gstpngenc.c: (user_write_data):
22772 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22773 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
22774 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
22775 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
22776 Fix several misuse of gst_buffer_merge (it doesn't take ownership
22777 of any buffer), should fix some leaks. I hope I didn't unref buffers
22778 that shouldn't be...
22780 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
22782 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
22783 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
22784 (error_callback), (gmi_reset), (gmi_seek_to_track),
22785 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
22786 (gmip_find_type_post), (gmip_find_stream_post),
22787 (gmip_find_track_streaminfo_post):
22788 * gst-libs/gst/media-info/media-info-priv.h:
22789 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
22790 (info_print), (main):
22791 * gst-libs/gst/media-info/media-info.c:
22792 (gst_media_info_error_create), (gst_media_info_error_element),
22793 (gst_media_info_instance_init), (gst_media_info_get_property),
22794 (gst_media_info_new), (gst_media_info_set_source),
22795 (gst_media_info_read_idler), (gst_media_info_read):
22796 * gst-libs/gst/media-info/media-info.h:
22797 first pass at making this work again. This seems to work on
22798 tagged ogg/vorbis and mp3 files.
22800 2004-03-06 Benjamin Otte <otte@gnome.org>
22802 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22803 fix huge leak: gst_buffer_merge doesn't unref the first argument
22806 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
22808 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
22809 report layer/mode/emphasis
22811 2004-03-06 Christophe Fergeau <teuf@gnome.org>
22813 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
22815 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
22817 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
22820 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
22822 * ext/vorbis/vorbis.c: (plugin_init):
22823 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22824 (gst_vorbis_dec_init), (vorbis_dec_event):
22826 make vorbisdec handle _BYTE and _TIME queries
22828 2004-03-06 Christophe Fergeau <teuf@gnome.org>
22830 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
22831 from the xing header
22833 2004-03-06 Benjamin Otte <otte@gnome.org>
22835 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
22836 (gst_audio_convert_link), (gst_audio_convert_change_state),
22837 (gst_audio_convert_buffer_from_default_format):
22838 do conversions from/to float correctly, fix some caps nego errors,
22839 export correct supported caps in template and getcaps, use correct
22840 caps in try_set_caps functions
22842 2004-03-06 Christophe Fergeau <teuf@gnome.org>
22844 For some reason, I only committed a ChangeLog entry yesterday and
22845 not the corresponding code...
22846 * ext/mad/gstmad.c: Fix detection of Xing headers
22847 * gst/tags/gstid3tag.c: Changes to support TLEN tags
22849 2004-03-06 Benjamin Otte <otte@gnome.org>
22851 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
22852 (gst_ogg_demux_src_query):
22853 make sure to handle the case where there's no current chain
22856 2004-03-05 David Schleef <ds@schleef.org>
22858 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
22859 Add fixate function. (bug #131128)
22860 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
22861 (gst_sdlvideosink_fixate): Add fixate function.
22862 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22863 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
22864 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
22865 Fix missing break that was causing ulaw to be interpreted as
22868 2004-03-05 David Schleef <ds@schleef.org>
22870 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
22871 Fix code that ignores return value of gst_buffer_merge().
22873 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
22874 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
22875 * testsuite/gst-lint: Check for above.
22877 2004-03-05 David Schleef <ds@schleef.org>
22879 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
22880 caps and throw an element error. (bug #136334)
22882 2004-03-05 David Schleef <ds@schleef.org>
22884 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
22885 (gst_faad_chain): Fix negotiation.
22886 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
22887 key and button events.
22888 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
22890 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
22892 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
22893 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22894 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
22895 function to encourage better negotiation, particularly between
22896 audioconvert and osssink.
22897 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22898 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
22900 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
22902 * gst/vbidec/vbiscreen.c: Add glib header
22903 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
22905 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
22907 * ext/mad/gstmad.c: Fix detection of Xing headers
22908 * gst/tags/gstid3tag.c: Changes to support TLEN tags
22910 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
22912 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22913 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
22916 2004-03-06 Christophe Fergeau <teuf@gnome.org>
22918 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22919 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
22920 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
22921 files, and report the parsed length as a GST_TAG_DURATION tag.
22922 * gst/tags/gstid3tag.c: support TLEN (duration) tag
22924 2004-03-05 Benjamin Otte <otte@gnome.org>
22926 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
22927 convert channels correctly. convert correctly to unsigned.
22929 2004-03-05 Julien MOUTTE <julien@moutte.net>
22931 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
22932 we have a window before clearing it.
22934 2004-03-05 Julien MOUTTE <julien@moutte.net>
22936 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
22937 have a window before clearing it.
22939 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
22941 * gconf/gstreamer.schemas.in:
22942 * gst-libs/gst/gconf/Makefile.am:
22943 version installation path the same way as for 0.6
22944 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22945 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22946 * pkgconfig/gstreamer-play-uninstalled.pc.in:
22947 remove comment that was fixed
22949 2004-03-05 David Schleef <ds@schleef.org>
22951 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
22952 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
22953 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
22954 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
22955 Add prototype code for handling seeking and querying.
22957 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
22959 * examples/gstplay/player.c: (main):
22960 Initialize variables to NULL. Prevents a segfault because the
22961 (uninitialized) variable is not NULL, resulting in a crash on
22962 trying to reach error->message.
22964 2004-03-05 Benjamin Otte <otte@gnome.org>
22966 * gst/audioconvert/gstaudioconvert.c:
22967 (gst_audio_convert_buffer_to_default_format):
22968 make float=>int conversion work correctly even in cornercases.
22970 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
22972 * debian/README.Debian:
22973 * debian/build-deps:
22974 * debian/changelog:
22976 * debian/control.in:
22977 * debian/copyright:
22978 * debian/gstreamer-a52dec.files:
22979 * debian/gstreamer-aa.files:
22980 * debian/gstreamer-alsa.files:
22981 * debian/gstreamer-alsa.manpages:
22982 * debian/gstreamer-arts.files:
22983 * debian/gstreamer-artsd.files:
22984 * debian/gstreamer-audiofile.files:
22985 * debian/gstreamer-avifile.files:
22986 * debian/gstreamer-cdparanoia.files:
22987 * debian/gstreamer-colorspace.files:
22988 * debian/gstreamer-doc.files:
22989 * debian/gstreamer-dv.files:
22990 * debian/gstreamer-dvd.files:
22991 * debian/gstreamer-esd.files:
22992 * debian/gstreamer-festival.files:
22993 * debian/gstreamer-flac.files:
22994 * debian/gstreamer-gconf.conffiles:
22995 * debian/gstreamer-gconf.files:
22996 * debian/gstreamer-gconf.postinst:
22997 * debian/gstreamer-gnomevfs.files:
22998 * debian/gstreamer-gsm.files:
22999 * debian/gstreamer-http.files:
23000 * debian/gstreamer-jack.files:
23001 * debian/gstreamer-jpeg.files:
23002 * debian/gstreamer-mad.files:
23003 * debian/gstreamer-mikmod.files:
23004 * debian/gstreamer-misc.files:
23005 * debian/gstreamer-mpeg2dec.files:
23006 * debian/gstreamer-oss.files:
23007 * debian/gstreamer-plugin-apps.files:
23008 * debian/gstreamer-plugin-apps.manpages:
23009 * debian/gstreamer-plugin-libs-dev.files:
23010 * debian/gstreamer-plugin-libs.files:
23011 * debian/gstreamer-plugin-template.postinst:
23012 * debian/gstreamer-plugin-template.postrm:
23013 * debian/gstreamer-sdl.files:
23014 * debian/gstreamer-sid.files:
23015 * debian/gstreamer-vorbis.files:
23016 * debian/gstreamer-x.files:
23017 * debian/mk.control:
23019 Debian package info not maintained here.
23021 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
23023 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
23024 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
23025 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
23026 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
23027 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
23028 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
23029 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
23030 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
23031 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
23032 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
23033 * gst-libs/gst/colorbalance/colorbalance.c:
23034 (gst_color_balance_class_init):
23035 * gst-libs/gst/colorbalance/colorbalancechannel.c:
23036 (gst_color_balance_channel_class_init):
23037 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
23038 * gst-libs/gst/play/play.c: (gst_play_class_init):
23039 * gst-libs/gst/propertyprobe/propertyprobe.c:
23040 (gst_property_probe_iface_init):
23041 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
23042 * gst-libs/gst/tuner/tunerchannel.c:
23043 (gst_tuner_channel_class_init):
23044 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
23045 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
23046 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
23047 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
23048 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
23049 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
23050 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
23051 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
23052 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
23053 fix signals to use - instead of _
23054 * ext/libcaca/gstcacasink.h:
23055 * ext/sdl/sdlvideosink.h:
23058 2004-03-04 David Schleef <ds@schleef.org>
23060 * testsuite/gst-lint: Add a check for bad signal names.
23062 2004-03-04 <kost@imn.htwk-leipzig.de>
23064 reviewed by David Schleef
23066 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
23067 modified the alpha channel and caused a warning. (bug #136192)
23069 2004-04-03 Christian Schaller <Uraeus@gnome.org>
23071 * gst-plugins.spec.in:
23072 Change names of plugins to actually be correct. Try to keep things
23073 alphabetical to avoid getting beat up by Thomas
23075 2004-03-03 Julien MOUTTE <julien@moutte.net>
23077 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
23078 Using ximagesink as a default if no gconf key found. We should
23079 probably consider using alsasink instead of osssink for the audio
23082 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
23085 fix --with-plugins, don't think it ever worked before
23086 * gst-plugins.spec.in:
23089 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
23091 * ext/sdl/sdlvideosink.h:
23092 * sys/ximage/ximagesink.h:
23093 * sys/xvideo/xvideosink.h:
23094 * sys/xvimage/xvimagesink.h:
23095 Fix for move of gstvideosink.h -> videosink.h.
23097 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
23099 * gst-libs/gst/xwindowlistener/Makefile.am:
23100 this is a plugin library, not a library
23102 2004-03-01 David Schleef <ds@schleef.org>
23104 * AUTHORS: Added some names. Add yourself if you're still
23107 2004-03-01 David Schleef <ds@schleef.org>
23111 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
23113 * gst-plugins.spec.in: clean up spec file
23115 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
23117 * gst-libs/gst/video/Makefile.am:
23118 * gst-libs/gst/video/gstvideosink.c:
23119 * gst-libs/gst/video/gstvideosink.h:
23120 rename gstvideosink.h to videosink.h to match other headers
23121 * gst/mixmatrix/Makefile.am:
23122 fix plugin filename
23123 * gst/tags/Makefile.am: fix plugin filename
23125 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
23127 * gst/tags/Makefile.am: fix plugin filename
23129 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
23131 * examples/gstplay/player.c: (got_time_tick), (main):
23133 display time_tick more readably
23134 * gst/mixmatrix/Makefile.am:
23135 fix plugin file name
23137 2004-02-29 Christophe Fergeau <teuf@gnome.org>
23139 * sys/oss/gstosselement.c: (gst_osselement_probe),
23140 (device_combination_append), (gst_osselement_class_probe_devices):
23141 * sys/oss/gstosselement.h:
23142 Reworked enumeration of oss dsps and mixers so that gst-mixer works
23143 on my system using alsa oss emulation, fixes bug #135597
23145 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
23147 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
23148 (gst_videodrop_chain), (gst_videodrop_change_state):
23149 * gst/videodrop/gstvideodrop.h:
23150 Work based on timestamp of input data, not based on the expected
23151 framerate from the input. The consequence is that this element now
23152 not only scales framerates, but also functions as a framerate
23153 corrector or framerate stabilizer/constantizer.
23155 2004-02-27 David Schleef <ds@schleef.org>
23157 patches from jmmv@menta.net (Julio M. Merino Vidal)
23159 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
23160 GST_ELEMENT_ERROR call (bug #135634)
23161 * gst/interleave/interleave.c: (interleave_buffered_loop),
23162 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
23163 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
23164 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
23165 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
23166 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
23167 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
23168 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
23169 Fix GST_ELEMENT_ERROR call.
23170 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
23171 GST_ELEMENT_ERROR call.
23173 2004-02-27 Benjamin Otte <otte@gnome.org>
23175 * gst-libs/gst/audio/audio.h:
23176 add macro to make sure header isn't included twice
23177 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
23178 don't use gst_buffer_free
23179 * gst/playondemand/filter.func:
23180 don't use gst_data_free. Free data only once.
23182 2004-02-26 David Schleef <ds@schleef.org>
23184 * gst-libs/gst/colorbalance/Makefile.am:
23185 * gst-libs/gst/mixer/Makefile.am:
23186 * gst-libs/gst/tuner/Makefile.am:
23187 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
23188 should not be disted, -marshal.h files should not be installed,
23189 and -enum.h files _should_ be installed. Fix to make this the
23192 === release 0.7.5 ===
23194 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
23196 * configure.ac: release 0.7.5, "Under The Sea"
23198 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
23200 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
23201 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
23202 * gst/videoscale/gstvideoscale.c:
23203 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
23204 assorted debug/warning fixes
23206 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
23208 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
23209 (gst_videoscale_init), (gst_videoscale_chain),
23210 (gst_videoscale_set_property), (plugin_init):
23211 * gst/videoscale/gstvideoscale.h:
23212 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23213 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
23214 (gst_videoscale_planar400), (gst_videoscale_packed422),
23215 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
23216 (gst_videoscale_24bit), (gst_videoscale_16bit),
23217 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
23218 (gst_videoscale_scale_plane_slow),
23219 (gst_videoscale_scale_point_sample),
23220 (gst_videoscale_scale_nearest),
23221 (gst_videoscale_scale_nearest_str2),
23222 (gst_videoscale_scale_nearest_str4),
23223 (gst_videoscale_scale_nearest_32bit),
23224 (gst_videoscale_scale_nearest_24bit),
23225 (gst_videoscale_scale_nearest_16bit):
23226 add debugging category and use it properly
23227 fix use of GST_PTR_FORMAT
23229 2004-02-25 Andy Wingo <wingo@pobox.com>
23231 * gst/interleave/interleave.c (interleave_buffered_loop): Always
23232 push only when channel->buffer is NULL. Prevents segfaults doing
23233 the state change after a nonlocal exit, like a scheme exception.
23235 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
23236 Handle the case where the intersected caps is empty.
23238 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
23240 * gst/law/mulaw-decode.c: (mulawdec_link):
23241 * gst/law/mulaw.c: (plugin_init):
23242 fix mulawdec so it actually works again
23244 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
23246 reviewed by: David Schleef <ds@schleef.org>
23248 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
23249 (gst_gamma_init), (gst_gamma_set_property),
23250 (gst_gamma_get_property), (gst_gamma_calculate_tables),
23251 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
23252 for RGB, with separate r g and b correction factors. (#131167)
23254 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
23256 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23257 only signal tags for bitrate if they're > 0 (#134894)
23259 2004-02-24 David Schleef <ds@schleef.org>
23261 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
23262 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
23263 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
23264 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
23265 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
23266 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
23267 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
23268 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
23269 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
23270 category. Attempt to fix timestamp calculation.
23272 2004-02-24 Johan Dahlin <johan@gnome.org>
23274 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
23276 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
23279 * gconf/Makefile.am:
23280 * gconf/gstreamer.schemas:
23281 * gst-libs/gst/gconf/Makefile.am:
23282 * gst-libs/gst/gconf/gconf.c:
23283 version gconf schemas and install locations
23285 2004-02-23 Benjamin Otte <otte@gnome.org>
23287 * ext/xine/xineinput.c: (gst_xine_input_dispose):
23288 (gst_xine_input_subclass_init):
23289 call parent dispose.
23290 change pad template for CD reader correctly
23291 * ext/xine/Makefile.am:
23292 * ext/xine/gstxine.h:
23293 * ext/xine/xine.c: (plugin_init):
23294 * ext/xine/xineaudiosink.c:
23295 wrap audio sinks, too
23296 * gst-libs/gst/resample/private.h:
23297 * gst-libs/gst/resample/resample.c: (gst_resample_init),
23298 (gst_resample_reinit), (gst_resample_scale),
23299 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
23300 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
23301 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
23302 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
23303 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
23304 * gst-libs/gst/resample/resample.h:
23305 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
23306 (gst_audioscale_class_init), (gst_audioscale_link),
23307 (gst_audioscale_get_buffer), (gst_audioscale_init),
23308 (gst_audioscale_chain), (gst_audioscale_set_property),
23309 (gst_audioscale_get_property):
23310 * gst/audioscale/gstaudioscale.h:
23311 s/resample_*/gst_resample_*/i to not clobber namespaces
23313 2004-02-23 Julien MOUTTE <julien@moutte.net>
23315 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23316 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23317 (gst_riff_create_video_template_caps),
23318 (gst_riff_create_audio_template_caps),
23319 (gst_riff_create_iavs_template_caps):
23320 * gst-libs/gst/riff/riff-media.h:
23321 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23322 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
23323 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
23324 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
23325 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
23326 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
23327 (gst_matroska_demux_plugin_init): First batch implementing audio and
23328 video codec tags in demuxers.
23330 2004-02-22 Benjamin Otte <otte@gnome.org>
23332 * ext/xine/Makefile.am:
23333 * ext/xine/gstxine.h:
23334 * ext/xine/xine.c: (plugin_init):
23335 * ext/xine/xineinput.c:
23336 add input plugin wrapper. Playback from files, http, mms and cdda
23338 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
23339 remove leftover G_GNUC_UNUSED
23340 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
23341 (gst_asf_demux_identify_guid):
23342 improve debugging output
23344 2004-02-22 Benjamin Otte <otte@gnome.org>
23346 reported by: Padraig O'Briain <padraig.obriain@sun.com>
23349 replace test -e with test -x for mkinstalldirs to be more portable.
23352 2004-02-22 Benjamin Otte <otte@gnome.org>
23354 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
23356 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
23357 set rank to PRIMARY
23358 * gst/volume/gstvolume.c: (plugin_init):
23362 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
23364 reviewed by Benjamin Otte <otte@gnome.org>
23366 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
23367 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
23369 2004-02-22 Benjamin Otte <otte@gnome.org>
23372 export [_]*{gst,Gst,GST}.* symbols from plugins
23374 2004-02-22 Christophe Fergeau <teuf@gnome.org>
23376 reviewed by: Benjamin Otte <otte@gnome.org>
23378 * ext/lame/gstlame.c: (add_one_tag):
23379 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
23380 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
23381 (gst_vorbisenc_metadata_set1):
23382 * gst/tags/gstid3tag.c:
23383 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
23384 apply fixes from bugs #135042 (lame can't write tags) and #133817
23385 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
23387 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
23389 * configure.ac: Export only gst_plugin_desc from plugins.
23390 Note that this change only makes any effect with Linux using libtool
23391 1.5.2 or higher. Otherwise it is silently ignored, but it would build
23392 fine. And don't try to have several versions of libtool in different
23395 2004-02-20 Andy Wingo <wingo@pobox.com>
23397 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
23398 interleave respectively.
23400 * gst/interleave/deinterleave.c: New plugin: deinterleave
23401 (replaces on oneton).
23402 * gst/interleave/interleave.c: New plugin: interleave.
23403 * gst/interleave/plugin.h: Support file.
23404 * gst/interleave/plugin.c: Support file.
23406 * configure.ac: Remove intfloat and oneton, add interleave.
23408 * ext/sndfile/gstsf.c: Handle events better.
23410 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
23411 and float2int operation. int2float has scheduling problems as
23412 noted in in2float_chain.
23414 2004-02-20 Benjamin Otte <otte@gnome.org>
23416 * ext/xine/Makefile.am:
23417 * ext/xine/gstxine.h:
23419 * ext/xine/xineaudiodec.c:
23420 * ext/xine/xinecaps.c:
23421 add first version of xine plugin wrapper. Currently only wraps the
23422 QDM2 win32 DLL, and even that only in proof-of-concept quality.
23425 add xine plugin wrapper, disabled by default. Use --enable-xine to
23426 build. Note that it'll segfault on gst-register if you don't remove
23427 the goom and tvtime post plugins from xine.
23428 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
23429 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
23430 add extradata parsing for QDM2.
23431 change around debugging prints.
23433 2004-02-19 Benjamin Otte <otte@gnome.org>
23435 * ext/lame/gstlame.c: (gst_lame_chain):
23436 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23437 use gst_tag_list_insert when you want to insert tags
23439 2004-02-18 David Schleef <ds@schleef.org>
23441 * configure.ac: Move massink to gst-rotten
23443 * ext/mas/Makefile.am:
23444 * ext/mas/massink.c:
23445 * ext/mas/massink.h:
23447 2004-02-18 David Schleef <ds@schleef.org>
23449 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
23450 typefinding, since it seems to be worse than nothing.
23451 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
23452 atom to recognize .mp4 and .m4a files as video/quicktime.
23454 2004-02-18 David Schleef <ds@schleef.org>
23456 * gst/sine/demo-dparams.c: (quit_live),
23457 (dynparm_log_value_changed), (dynparm_value_changed), (main):
23458 Use double dparams, not float.
23459 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23460 (gst_sinesrc_init): Change sync default to FALSE, since multiple
23461 sync'd elements don't really work correctly.
23462 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
23463 (volume_update_volume), (volume_get_property): Change dparam
23466 2004-02-18 Julien MOUTTE <julien@moutte.net>
23468 * sys/ximage/ximagesink.c:
23469 (gst_ximagesink_xwindow_update_geometry),
23470 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
23471 (gst_ximagesink_change_state), (gst_ximagesink_expose),
23472 (gst_ximagesink_init): Rework the way software video scaling works. So
23473 now we check on each chain call if the video frames are feeling the
23474 window. If not we try to renegotiate caps. On failure we memorize that
23475 and we won't try again for that PLAYING sessions.
23476 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
23478 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
23481 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
23483 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
23484 break up _link so we can give a better debug message for errors
23486 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
23488 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
23489 set up debug category
23491 2004-02-18 Julien MOUTTE <julien@moutte.net>
23493 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23494 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
23495 the way renegotiation work. The event handling function is not taking
23496 care of external windows and renegotiate method check for pad flags
23497 NEGOTIATING. Should fix : #133209
23499 2004-02-17 Julien MOUTTE <julien@moutte.net>
23501 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
23502 pad is negotiating before trying renegotiation.
23504 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
23506 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
23507 pass on all possible mime types as typefind hints
23509 2004-02-17 Julien MOUTTE <julien@moutte.net>
23511 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
23512 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
23513 possible SHM leak if we crash. All other apps using XShm are doing
23516 2004-02-17 Julien MOUTTE <julien@moutte.net>
23518 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23519 (gst_ximagesink_expose): Renegotiate size on expose.
23520 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
23523 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
23525 * testsuite/alsa/sinesrc.c:
23526 cosmetic fix to fix compile issue with gcc 2.95.4
23528 2004-02-16 Julien MOUTTE <julien@moutte.net>
23530 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23531 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
23532 failed opening the audio device.
23533 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23534 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
23535 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
23536 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
23537 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
23538 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
23539 (gst_ximagesink_change_state), (gst_ximagesink_chain),
23540 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
23541 Removing some useless g_return_if_fail like wingo suggested.
23542 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23543 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
23544 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
23545 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
23546 (gst_xvimagesink_update_colorbalance),
23547 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
23548 (gst_xvimagesink_xcontext_clear),
23549 (gst_xvimagesink_get_fourcc_from_caps),
23550 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
23551 (gst_xvimagesink_set_xwindow_id),
23552 (gst_xvimagesink_colorbalance_list_channels),
23553 (gst_xvimagesink_colorbalance_set_value),
23554 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
23555 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
23557 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
23559 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23560 throw error when not negotiated instead of asserting
23562 2004-02-15 Julien MOUTTE <julien@moutte.net>
23564 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
23565 correct data refcounting.
23567 2004-02-15 Julien MOUTTE <julien@moutte.net>
23569 * gst/switch/gstswitch.c: (gst_switch_change_state),
23570 (gst_switch_class_init): Cleaning the sinkpads correctly on state
23571 change, mostly the EOS flag.
23573 2004-02-15 Julien MOUTTE <julien@moutte.net>
23575 * examples/gstplay/player.c: (got_eos), (main): Adding some
23576 output for debugging.
23577 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
23578 timeouts if we go to any state different from PLAYING.
23579 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
23580 more EOS bugs in riff lib.
23582 2004-02-14 Julien MOUTTE <julien@moutte.net>
23584 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
23585 visualization until i find a way to fix switch correctly.
23586 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
23588 * gst/switch/gstswitch.c: (gst_switch_release_pad),
23589 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
23590 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
23591 Reworked switch to get a more correct behaviour with events and refing
23592 of data stored in sinkpads.
23593 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
23594 we don't pull from a pad in EOS.
23596 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
23598 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23599 remove v1 tag even if we can't read it (makes sure we don't detect
23602 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
23604 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
23605 (gst_alsa_xrun_recovery):
23606 * ext/alsa/gstalsa.h:
23607 try xrun recovery when wait failed. Make xrun recovery function
23608 return TRUE/FALSE to indicate success. (might fix #134354)
23610 2004-02-13 David Schleef <ds@schleef.org>
23612 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
23613 (dynparm_value_changed), (main): Convert from float to double.
23614 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
23616 2004-02-13 David Schleef <ds@schleef.org>
23618 * gst/silence/gstsilence.c: (gst_silence_class_init),
23619 (gst_silence_set_clock), (gst_silence_get),
23620 (gst_silence_set_property), (gst_silence_get_property):
23621 * gst/silence/gstsilence.h: Add sync property.
23622 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23623 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
23624 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
23625 * gst/sine/gstsinesrc.h: Add sync property.
23627 2004-02-13 David Schleef <ds@schleef.org>
23629 * gst/intfloat/gstint2float.c: (conv_f32_s16),
23630 (gst_int2float_chain_gint16): Change stdint usage to glib types.
23632 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
23636 * gst-libs/ext/Makefile.am:
23637 move ffmpeg plugin to gst-ffmpeg module
23639 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
23641 * configure.ac: use GST_ARCH to detect architecture
23643 2004-02-12 Julien MOUTTE <julien@moutte.net>
23645 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
23647 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
23649 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23650 classify LADSPA plugins based on number of src/sink pads
23651 (#133663, Stefan Kost)
23652 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
23653 fix dparams registration
23654 (#133528, Stefan Kost)
23655 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
23656 fix use of isprint and use g_ascii_isprint instead
23657 (#133316, Stefan Kost)
23659 2004-02-11 David Schleef <ds@schleef.org>
23661 Convert a few inner loops to use liboil. This is currently
23662 optional, and is only enabled if liboil is present (duh!).
23663 * configure.ac: Check for liboil-0.1
23664 * gst/intfloat/Makefile.am:
23665 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
23666 (gst_int2float_chain_gint16):
23667 * gst/videofilter/Makefile.am:
23668 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
23669 (tablelookup_u8), (gst_videobalance_planar411):
23670 * gst/videotestsrc/Makefile.am:
23671 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
23672 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
23673 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
23674 (paint_hline_RGB565), (paint_hline_xRGB1555):
23676 2004-02-11 David Schleef <ds@schleef.org>
23678 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
23679 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
23680 (gst_colorspace_getcaps), (gst_colorspace_link),
23681 (gst_colorspace_base_init), (gst_colorspace_init),
23682 (gst_colorspace_chain), (gst_colorspace_change_state),
23683 (plugin_init): Merge Ronald's patch (bug #117897) and update
23684 for new caps and negotiation. Seems to work, although it
23685 shows off bugs in lcs.
23687 2004-02-11 David Schleef <ds@schleef.org>
23689 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
23690 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
23692 2004-02-11 David Schleef <ds@schleef.org>
23694 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
23695 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
23696 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
23697 Add server and port properties
23699 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
23704 * m4/as-liblame.m4:
23705 * m4/as-slurp-ffmpeg.m4:
23706 * m4/check-libheader.m4:
23713 * m4/gst-ivorbis.m4:
23714 * m4/gst-matroska.m4:
23716 * m4/gst-shout2.m4:
23724 fix underquotedness of macros (#133800)
23725 * m4/as-avifile.m4:
23727 removed because no longer used
23729 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
23732 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
23733 by autopoint (fixes #132996)
23735 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
23737 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
23738 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
23739 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
23740 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
23743 2004-02-11 David Schleef <ds@schleef.org>
23745 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23746 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
23747 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
23748 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
23749 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
23750 (gst_jpegenc_class_init), (gst_jpegenc_init),
23751 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
23752 (gst_jpegenc_chain), (gst_jpegenc_set_property),
23753 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
23754 * ext/jpeg/gstjpegenc.h: Fix negotiation.
23756 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
23758 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
23759 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
23760 * ext/mikmod/gstmikmod.h:
23761 fix caps negotiation in mikmod
23762 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
23763 output debug information
23765 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
23767 * gst-libs/gst/colorbalance/Makefile.am:
23768 * gst-libs/gst/navigation/Makefile.am:
23769 * gst-libs/gst/xoverlay/Makefile.am:
23770 remove unused GST_OPT_CFLAGS from Makefiles
23771 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
23773 2004-02-07 David Schleef <ds@schleef.org>
23775 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
23776 push events to pads that haven't been created (#133508)
23778 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
23780 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
23781 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
23782 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23783 (gst_dvdec_loop), (gst_dvdec_change_state):
23784 Second attempt at committing a working dvdec element.
23786 2004-02-06 David Schleef <ds@schleef.org>
23788 Build fixes for OS X: (see #129600)
23789 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
23790 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
23791 (gst_riff_read_strf_iavs):
23792 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
23793 (gst_avi_demux_stream_odml):
23794 * gst/playondemand/Makefile.am:
23795 * gst/rtp/rtp-packet.c:
23797 2004-02-05 David Schleef <ds@schleef.org>
23799 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
23800 last change, because it Just Doesn't Compile.
23802 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
23804 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23805 skip undecodable id3v2 tag instead of keeping it
23807 2004-02-05 David Schleef <ds@schleef.org>
23809 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
23810 Unref leaked buffer. (Noticed by Ronald)
23812 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
23814 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23815 Sync requires with other checks. >= vs =.
23817 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
23819 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
23820 (gst_dvdec_video_link), (gst_dvdec_loop):
23821 * ext/dv/gstdvdec.h:
23822 rework the caps negotiation so that dvdec works again instead
23823 of just segfaulting.
23825 === release 0.7.4 ===
23827 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
23829 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
23830 * configure.ac: changed for release
23832 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
23834 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
23835 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23836 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23837 * pkgconfig/gstreamer-play-uninstalled.pc.in:
23838 reworked patch by David Lehn to fix libdir and includedir for
23839 uninstalled libraries
23840 removed play and gconf from gstreamer-libs since they have their
23841 own pkgconfig files
23843 2004-02-04 David Schleef <ds@schleef.org>
23845 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
23848 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
23850 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23851 use correct GST_TAG_ENCODER tag
23853 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
23855 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23856 be sure to stop the clock when going to paused
23857 * sys/oss/gstosssink.c: (gst_osssink_change_state):
23858 reset number of transmitted when going to ready.
23861 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
23863 reviewed by Benjamin Otte
23865 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
23866 extract track count (fixes #133410)
23868 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
23870 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
23871 that should be !=, not == (fixes #132519)
23873 2004-02-04 David Schleef <ds@schleef.org>
23875 Make sure set_explicit_caps() is called before adding pad.
23876 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23877 * gst/id3/gstid3types.c: (gst_id3types_loop):
23878 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
23879 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23881 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
23884 bump nano to 2, first prerelease
23885 put back AM_PROG_LIBTOOL
23887 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
23889 * testsuite/alsa/Makefile.am:
23890 these are user test apps, not automatic testsuite tests
23892 2004-02-04 David Schleef <ds@schleef.org>
23894 Convert GST_DEBUG_CAPS() to GST_DEBUG():
23895 * gst/mpeg1videoparse/gstmp1videoparse.c:
23896 (mp1videoparse_parse_seq):
23897 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23898 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23899 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
23900 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
23901 (gst_xvideosink_getcaps):
23902 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23903 * testsuite/gst-lint: more tests
23905 2004-02-04 David Schleef <ds@schleef.org>
23907 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
23908 with the code that they would expand to.
23909 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
23910 (gst_flacdec_get_src_query_types),
23911 (gst_flacdec_get_src_event_masks):
23912 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
23913 (gst_gnomevfssrc_get_query_types),
23914 (gst_gnomevfssrc_get_event_mask):
23916 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
23918 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23919 (gst_sinesrc_dispose):
23920 fix memleak by properly disposing sinesrc
23922 2004-02-04 Julien MOUTTE <julien@moutte.net>
23924 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
23925 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
23926 an overlay to redraw the image because it has been exposed.
23927 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
23928 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
23929 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
23930 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
23932 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
23933 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
23934 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
23935 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
23938 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
23940 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
23941 more memleak fixage
23943 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
23945 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
23946 * gst/typefind/gsttypefindfunctions.c:
23947 fix memleaks shown by gst-typefind
23949 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
23951 * common/glib-gen.mak:
23952 add hack rule to touch .Plo files
23953 * gst-libs/gst/colorbalance/Makefile.am:
23954 * gst-libs/gst/mixer/Makefile.am:
23955 * gst-libs/gst/play/Makefile.am:
23956 * gst-libs/gst/tuner/Makefile.am:
23957 remove glib_root variable
23959 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
23961 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
23962 set explicit caps before adding the element, so the autopluggers can
23964 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
23965 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
23966 (mpeg_video_type_find), (mpeg_video_stream_type_find),
23968 fix memleaks in typefind functions. gst_type_find_suggest takes a const
23971 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
23973 * gst-libs/gst/colorbalance/Makefile.am:
23974 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23975 * gst-libs/gst/colorbalance/colorbalance.c:
23976 * gst-libs/gst/colorbalance/colorbalance.h:
23977 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
23978 * gst-libs/gst/mixer/Makefile.am:
23979 * gst-libs/gst/mixer/mixer-marshal.list:
23980 * gst-libs/gst/mixer/mixer.c:
23981 * gst-libs/gst/mixer/mixer.h:
23982 * gst-libs/gst/mixer/mixermarshal.list:
23983 * gst-libs/gst/play/Makefile.am:
23984 * gst-libs/gst/play/play.h:
23985 * gst-libs/gst/tuner/Makefile.am:
23986 * gst-libs/gst/tuner/tuner-marshal.list:
23987 * gst-libs/gst/tuner/tuner.c:
23988 * gst-libs/gst/tuner/tuner.h:
23989 * gst-libs/gst/tuner/tunermarshal.list:
23990 use new glib-gen.mak snippet to clean up Makefile.am
23991 fix various bugs in Makefile.am's
23993 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
23995 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
23996 handle chain parsing correctly in the multichain case
23997 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
23998 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
23999 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
24000 (theora_dec_chain):
24001 handle events and queries correctly
24003 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
24006 Ignore generated file _stdint.h.
24008 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
24010 * gst-libs/gst/colorbalance/Makefile.am:
24011 * gst-libs/gst/colorbalance/colorbalance.h:
24012 * gst-libs/gst/mixer/Makefile.am:
24013 * gst-libs/gst/mixer/mixer.h:
24014 * gst-libs/gst/play/Makefile.am:
24015 * gst-libs/gst/play/play.h:
24016 * gst-libs/gst/tuner/Makefile.am:
24017 * gst-libs/gst/tuner/tuner.h:
24018 Generate enum type code with glib-mkenums.
24019 * gst-libs/gst/colorbalance/.cvsignore:
24020 * gst-libs/gst/mixer/.cvsignore:
24021 * gst-libs/gst/play/.cvsignore:
24022 * gst-libs/gst/tuner/.cvsignore:
24023 Ignore generated files.
24025 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
24027 * gst-libs/gst/audio/.cvsignore:
24028 Ignore generated file.
24029 * gst-libs/gst/audio/Makefile.am:
24030 Do not install example filter.
24032 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
24034 * examples/switch/.cvsignore:
24035 Ignore generated file.
24037 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
24039 * common/m4/ax_create_stdint_h.m4:
24041 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
24044 remove generated _stdint.h in DISTCLEANFILES
24045 * ext/a52dec/gsta52dec.c:
24046 include _stdint.h for a52dec. (should fix #133064)
24048 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
24050 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
24051 (gst_tag_to_vorbis_comments):
24052 Add replaygain support to vorbistag
24054 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
24055 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
24056 (gst_ffmpeg_caps_to_extradata):
24057 Fix SVQ3 caps flag properties
24058 Use glib macro for bytes swap
24060 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
24062 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
24063 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
24064 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24065 * ext/sndfile/gstsf.c: (plugin_init):
24066 * gst/avi/gstavi.c: (plugin_init):
24067 * sys/dxr3/dxr3init.c: (plugin_init):
24068 * sys/oss/gstossaudio.c: (plugin_init):
24069 * sys/v4l/gstv4l.c: (plugin_init):
24070 * sys/v4l2/gstv4l2.c: (plugin_init):
24071 remove textdomain calls
24073 update Dutch translation
24075 2004-02-02 Julien MOUTTE <julien@moutte.net>
24077 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
24078 (gst_play_set_audio_sink): Moving volume in the audio thread for
24079 instantaneous volume change. Maybe i will add another volume in front
24080 of visualization later, not sure yet though.
24082 2004-02-02 Julien MOUTTE <julien@moutte.net>
24084 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24085 (gst_ximagesink_handle_xevents): Better X events handling, only take
24086 the latest events for configure and motion.
24087 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
24089 2004-02-02 Jon Trowbridge <trow@gnu.org>
24091 reviewed by: David Schleef <ds@schleef.org>
24094 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
24095 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
24097 2004-02-02 David Schleef <ds@schleef.org>
24099 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
24101 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
24102 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
24103 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
24104 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
24105 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
24106 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
24107 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
24108 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
24109 (gst_float2_2_int_link):
24110 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
24111 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
24112 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
24113 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
24114 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
24115 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
24116 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
24117 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
24118 * testsuite/gst-lint: Add tests for bzero and ;;
24120 2004-02-02 David Schleef <ds@schleef.org>
24122 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
24124 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
24126 * ext/aalib/gstaasink.c: (gst_aasink_open):
24127 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
24128 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24129 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24130 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
24131 (gst_afsink_close_file):
24132 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
24133 (gst_afsrc_close_file):
24134 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
24135 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
24136 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
24137 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
24138 * ext/esd/esdmon.c: (gst_esdmon_get):
24139 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
24140 * ext/faac/gstfaac.c: (gst_faac_chain):
24141 * ext/faad/gstfaad.c: (gst_faad_chain):
24142 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
24143 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
24144 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
24145 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
24146 (gst_flacdec_loop):
24147 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
24148 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
24149 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
24150 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
24151 (gst_gnomevfssink_close_file):
24152 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24153 (gst_gnomevfssrc_open_file):
24154 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
24155 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
24156 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
24157 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
24158 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
24159 * ext/mad/gstmad.c: (gst_mad_chain):
24160 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
24161 * ext/mpeg2dec/gstmpeg2dec.c:
24162 * ext/mpeg2enc/gstmpeg2enc.cc:
24163 * ext/mplex/gstmplex.cc:
24164 * ext/mplex/gstmplexibitstream.cc:
24165 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
24166 (gst_ogg_demux_push):
24167 * ext/raw1394/gstdv1394src.c:
24168 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
24169 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
24170 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
24172 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
24173 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
24174 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
24175 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
24176 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24177 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
24178 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
24179 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
24180 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24181 (gst_riff_read_element_data), (gst_riff_read_seek),
24182 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
24183 * gst/adder/gstadder.c: (gst_adder_loop):
24184 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
24185 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
24186 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
24187 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
24188 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
24189 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
24190 * gst/goom/gstgoom.c: (gst_goom_chain):
24191 * gst/id3/gstid3types.c: (gst_id3types_loop):
24192 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
24193 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
24194 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
24195 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
24196 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
24197 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
24198 (gst_ebml_read_float), (gst_ebml_read_header):
24199 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
24200 (gst_matroska_demux_parse_blockgroup):
24201 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
24202 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
24203 * gst/oneton/gstoneton.c: (gst_oneton_chain):
24204 * gst/silence/gstsilence.c: (gst_silence_get):
24205 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24206 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
24207 * gst/speed/gstspeed.c: (speed_loop):
24208 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
24209 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24210 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
24211 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
24212 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
24213 (gst_wavparse_loop):
24214 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
24215 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
24216 (dxr3audiosink_close):
24217 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
24218 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
24219 (dxr3videosink_close), (dxr3videosink_write_data):
24220 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
24221 * sys/oss/gstosssink.c: (gst_osssink_chain):
24222 * sys/oss/gstosssrc.c: (gst_osssrc_get):
24223 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
24224 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
24225 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
24226 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24227 (gst_v4l_set_window), (gst_v4l_enable_overlay):
24228 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
24229 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
24230 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
24231 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
24232 (gst_v4l_set_audio):
24233 * sys/v4l/v4l_calls.h:
24234 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24235 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
24236 (gst_v4lmjpegsink_playback_init),
24237 (gst_v4lmjpegsink_playback_start):
24238 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
24239 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24240 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
24241 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
24242 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
24243 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
24244 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
24245 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
24246 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
24247 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
24248 (gst_v4l2_get_output), (gst_v4l2_set_output),
24249 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
24250 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
24251 (gst_v4l2_set_attribute):
24252 * sys/v4l2/v4l2_calls.h:
24253 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
24254 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
24255 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
24256 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
24257 (gst_v4l2src_capture_stop):
24258 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
24259 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
24260 (gst_ximagesink_chain):
24261 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
24262 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
24263 (gst_xvideosink_xwindow_new):
24264 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24265 (gst_xvimagesink_chain):
24267 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
24269 * gst/volume/gstvolume.c: (gst_volume_set_volume),
24270 (gst_volume_get_volume), (volume_class_init), (volume_init),
24271 (volume_chain_int16), (volume_update_volume):
24272 * gst/volume/gstvolume.h:
24273 make code more readable by removing magic numbers
24274 make mixer interface export 0-100 range
24275 make it internally map to 0.0-1.0 range so users don't distort
24276 output by putting the sliders at full volume
24278 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
24280 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
24281 (gst_play_state_change), (gst_play_seek_to_time):
24282 block the tick callback for 0.5 secs after doing a seek
24284 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
24286 * gst-libs/gst/play/play.c: (gst_play_new):
24289 2004-02-01 Julien MOUTTE <julien@moutte.net>
24291 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
24292 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
24293 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
24294 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
24295 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
24296 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
24298 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
24301 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
24302 check for a function added in vorbis 1.1
24304 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
24306 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24307 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
24308 really start/stop clock only on PLAYING <=> PAUSED
24309 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24310 remove \n from debugging lines
24311 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
24312 make it work when seeking does not
24313 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
24316 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
24318 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
24319 start clock on PAUSED=>PLAYING, not later
24320 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24321 extract correct time for different discont formats
24322 (gst_alsa_sink_get_time):
24323 don't segfault when no format is negotiated yet, just return 0
24324 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
24325 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
24326 (gst_ogg_pad_push):
24327 handle flush and discont events correctly
24328 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
24329 handle discont events correctly
24331 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
24333 * gst-libs/gst/play/play.c: (gst_play_error_quark),
24334 (gst_play_error_create), (gst_play_error_plugin),
24335 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
24336 * gst-libs/gst/play/play.h:
24337 add error handling during creation
24338 * examples/gstplay/player.c: (main):
24339 use new gst_play_new
24342 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
24344 * ext/theora/theoradec.c: (theora_dec_chain):
24346 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24347 (vorbis_dec_src_event), (vorbis_dec_chain):
24348 add encoder tag, fix tag reading to be more error tolerant, change
24349 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
24350 gst_pad_event_default.
24351 * gst/tags/gstvorbistag.c:
24352 (gst_tag_list_from_vorbiscomment_buffer):
24353 undefine function specific define at end of function
24355 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
24357 * ext/flac/gstflac.c: (plugin_init):
24358 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
24359 * ext/flac/gstflacdec.h:
24360 * ext/flac/gstflacenc.h:
24363 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
24365 * examples/gstplay/player.c: s/gstplay.h/play.h/
24367 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
24369 * gst-libs/gst/play/Makefile.am:
24370 * gst-libs/gst/play/gstplay.c:
24371 * gst-libs/gst/play/gstplay.h:
24372 * gst-libs/gst/play/play.c:
24373 more surgery, operation complete
24375 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
24377 * gst-libs/gst/play/play.old.c:
24378 * gst-libs/gst/play/play.old.h:
24379 after CVS surgery by moving, remove
24380 * gst-libs/gst/play/playpipelines.c:
24383 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
24384 add negotiation error
24386 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
24388 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
24389 (gst_ogg_demux_push):
24390 add some seeking debug info
24391 send a flush when seeking
24393 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
24399 * ext/theora/Makefile.am:
24400 * ext/theora/theoradec.c:
24401 add theora video decoder. Does just do simple decoding for now and
24402 has been tested against Theora cvs only. It only works when theora
24403 is compiled with --enable-static.
24404 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
24405 always reset packetno on DISCONT
24407 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
24409 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
24412 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
24414 * gst/mpegaudioparse/gstmpegaudioparse.c:
24415 (mp3_type_frame_length_from_header):
24416 Fix header parsing - stolen from ffmpeg (thank you! :) ).
24418 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
24420 * ext/esd/esdsink.c: (gst_esdsink_init):
24421 Since we have static pad template caps, we don't need to negotiate;
24422 either the core errors out or we know the format.
24424 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
24426 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24427 (gst_riff_read_seek):
24428 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
24429 (gst_ebml_read_seek):
24430 Fix event handling.
24432 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
24434 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
24435 removee video/x-theora from vp3 decoder, it doesn't handle raw
24437 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
24438 fix bug with finalizing element that never went to PAUSED
24439 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
24440 length and position queries were swapped
24441 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24442 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
24443 (vorbis_dec_src_event):
24444 implement querying time and bytes
24446 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
24448 * just about every source file:
24449 gst_element_error -> GST_ELEMENT_ERROR
24451 2004-01-29 Julien MOUTTE <julien@moutte.net>
24453 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
24454 emiting FLUSH and even before DISCONT.
24455 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
24456 get the best instant seeking as possible yay!
24458 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
24460 * gst/mpeg1videoparse/gstmp1videoparse.c:
24461 (gst_mp1videoparse_real_chain):
24462 Committed wrong version last week... Grr... Didn't notice until now.
24464 2004-01-29 Julien MOUTTE <julien@moutte.net>
24466 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
24467 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
24468 have_xwindow_id signal in xwindow_create.
24470 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
24472 * ext/ogg/gstoggdemux.c:
24473 lots of changes - mainly support for chained bitstreams, seeking,
24474 querying and bugfixes of course
24475 * ext/vorbis/Makefile.am:
24476 * ext/vorbis/vorbisdec.c:
24477 * ext/vorbis/vorbisdec.h:
24478 add vorbisdec raw vorbis decoder
24479 * ext/vorbis/vorbis.c: (plugin_init):
24480 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
24481 * gst/intfloat/Makefile.am:
24482 * gst/intfloat/float22int.c:
24483 * gst/intfloat/float22int.h:
24484 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
24485 add float2intnew plugin. It converts multichannel interleaved float to
24486 multichannel interleaved int. The name should probably be changed.
24487 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
24489 add typefinding for raw theora video so oggdemux can detect it.
24491 2004-01-28 Julien MOUTTE <julien@moutte.net>
24493 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
24494 sink element first.
24495 * gst/videoscale/gstvideoscale.c:
24496 (gst_videoscale_handle_src_event): Fixing src event handler.
24498 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
24500 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24501 (gst_v4lsrc_open), (gst_v4lsrc_close),
24502 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
24503 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
24504 * sys/v4l/gstv4lsrc.h:
24505 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
24506 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
24507 Implement resizing... Hack. But that's why v4l is b0rked...
24509 2004-01-28 Julien MOUTTE <julien@moutte.net>
24511 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24512 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24513 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
24514 (gst_ximagesink_xwindow_destroy):
24515 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24516 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
24517 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
24518 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
24519 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
24520 correctly cleaning the image created to check xshm calls on succes,
24521 added a lot of XSync calls in X11 functions, and fixed a segfault when
24522 no image format was defined before negotiation happened.
24524 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
24526 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
24527 use gst_element_get_time to get correct time
24529 2004-01-28 Julien MOUTTE <julien@moutte.net>
24531 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
24532 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
24533 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
24534 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
24535 (gst_xvimagesink_check_xshm_calls),
24536 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
24537 X plugins are now able to detect that XShm calls will fail even if the
24538 server claims that it has XShm support (remote displays most of the
24539 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
24540 so that we use non XShm functions. This feature is almost useless for
24541 xvimagesink as Xv is not supported on remote displays anyway, but
24542 it might happen than even on the local display XShm calls fail.
24544 2004-01-27 David Schleef <ds@schleef.org>
24546 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
24547 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
24548 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
24549 changed esdsink to only use 44100,16,2, since esd sucks at rate
24550 conversion and esdsink has had difficulty negotiating.
24552 2004-01-27 Julien MOUTTE <julien@moutte.net>
24554 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
24555 (gst_play_seek_to_time): Fixing the way to get current position.
24557 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
24559 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
24560 use gst_element_get_time to get correct time
24562 2004-01-27 Julien MOUTTE <julien@moutte.net>
24564 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
24565 fix ever... Inverting 2 lines of code make spider autoplug correctly
24568 2004-01-27 David Schleef <ds@schleef.org>
24570 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24571 Use gst_pad_try_set_caps_nonfixed().
24573 2004-01-27 David Schleef <ds@schleef.org>
24575 * gst/ac3parse/gstac3parse.c: update to checklist 5
24576 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
24577 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
24578 * gst/audioscale/gstaudioscale.c: same
24579 * gst/auparse/gstauparse.c: same
24580 * gst/avi/gstavidemux.c: same
24582 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
24584 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
24585 stop processing after EOS
24587 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
24589 * gst/asfdemux/asfheaders.h:
24590 * gst/asfdemux/gstasfdemux.c:
24591 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
24592 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
24593 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
24594 lot's of fixes to make data extraction simpler and get the code
24595 architecture and compiler independant. Add debugging category
24596 * gst/goom/gstgoom.c: (gst_goom_change_state):
24597 reset channel count on PAUSED=>READY, not READY=>PAUSED
24599 2004-01-26 Colin Walters <walters@verbum.org>
24601 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
24602 code to pull a bigger buffer in iradio mode. This as a side effect
24603 makes typefinding work.
24605 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
24607 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
24608 Fix SVQ3 decoding on PPC
24610 2004-01-26 Julien MOUTTE <julien@moutte.net>
24612 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
24613 that one managed to stay there... Fixed.
24615 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
24617 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
24618 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
24619 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
24620 (qtdemux_video_caps):
24621 * gst/qtdemux/qtdemux.h:
24622 Add SVQ3 specific flags to qtdemux and ffmpeg
24624 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
24626 * gst-libs/gst/audio/audio.h:
24627 remove buffer-frames from audio caps
24628 * gst/audioconvert/gstaudioconvert.c:
24629 fix plugin to really work.
24631 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
24633 * gst-libs/gst/mixer/mixer.c:
24634 * gst-libs/gst/propertyprobe/propertyprobe.c:
24635 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
24636 (gst_tuner_find_channel_by_name):
24637 * gst-libs/gst/tuner/tuner.h:
24638 Add gtk-doc style comments. Also fix a function name.
24640 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
24642 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
24643 (gst_divxdec_negotiate):
24644 Fix for new capsnego - also fixes gst-player with divxdec.
24646 2004-01-25 Julien MOUTTE <julien@moutte.net>
24648 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
24649 (gst_play_identity_handoff), (gst_play_set_location),
24650 (gst_play_set_visualization), (gst_play_connect_visualization): Another
24651 try in visualization implementation. Still have an issue with switch
24652 blocking when pulling from video_queue and only audio comes out of
24654 * gst/switch/gstswitch.c: (gst_switch_release_pad),
24655 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
24656 release method. And check if the pad is usable before pulling.
24658 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
24660 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
24661 (gst_videobalance_init),
24662 (gst_videobalance_colorbalance_list_channels),
24663 (gst_videobalance_colorbalance_set_value),
24664 (gst_videobalance_colorbalance_get_value),
24665 (gst_videobalance_update_properties),
24666 (gst_videobalance_update_tables_planar411),
24667 (gst_videobalance_planar411):
24668 * gst/videofilter/gstvideobalance.h:
24669 Implement lookup-tables. +/- 10x faster.
24671 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
24673 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
24674 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
24675 The index reading was broken. The rest worked fine, but the whole
24676 goal of my rewrite was to make avidemux readable, and this was
24677 not at all readable. Please use typed variables.
24679 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
24681 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
24682 Additional pad usability check.
24683 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
24684 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
24685 (gst_mp1videoparse_real_chain):
24686 Fix MPEG video stream parsing. The original plugin had several
24687 issues, including not timestamping streams where the source was
24688 not timestamped (this happens with PTS values in mpeg system
24689 streams, but MPEG video is also a valid stream on its own so
24690 that needs timestamps too). We use the display time code for that
24691 for now. Also, if one incoming buffer contains multiple valid
24692 frames, we push them all on correctly now, including proper EOS
24693 handling. Lastly, several potential segfaults were fixed, and we
24694 properly sync on new sequence/gop headers to include them in next,
24695 not previous frames (since they're header for the next frame, not
24696 the previous). Also see #119206.
24697 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
24699 Move caps setting so we only do it after finding several valid
24700 MPEG-1 fraes sequentially, not right after the first one (which
24701 might be coincidental).
24702 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
24703 (mpeg_video_type_find), (mpeg_video_stream_type_find),
24705 Add unsynced MPEG video stream typefinding, and change some
24706 probability values so we detect streams rightly. The idea is as
24707 follows: I can have an unsynced system stream which contains
24708 video. In the current code, I would randomly get a type for either
24709 system or video stream type found, because the probabilities are
24710 being calculated rather randomly. I now use fixed values, so we
24711 always prefer system stream if that was found (and that is how it
24712 should be). If no system stream was found, we can still identity the stream as video-only.
24714 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
24716 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
24717 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
24718 don't write to buffer. Extract data without the need of
24719 __attribute__ ((packed))
24721 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
24723 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
24724 (mpeg1_sys_type_find):
24725 Fix MPEG-1 stream typefinding.
24727 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
24729 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
24730 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
24732 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
24734 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
24735 * ext/esd/gstesd.c: (plugin_init):
24736 private debugging, better error reporting
24738 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
24740 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
24741 (gst_riff_read_init), (gst_riff_read_change_state):
24742 * gst-libs/gst/riff/riff-read.h:
24743 Remove stuff fromold metadata system.
24745 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
24747 * ext/ogg/gstoggdemux.c:
24748 Fix wrong file comment.
24749 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
24750 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
24751 Add metadata reading properly.
24753 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
24756 Fix nas DIST_SUBDIRS
24758 Fix bug where make distcheck doesn't get run on adding stuff to
24761 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
24763 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
24764 * ext/divx/gstdivxdec.h:
24765 Fix divx3 ("msmpeg4") playback using divxdec.
24767 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
24769 * gst/typefind/gsttypefindfunctions.c:
24770 (mp3_type_frame_length_from_header): fix bug in length computation
24771 (mp3_type_find): improve debugging output
24773 2004-01-23 Julien MOUTTE <julien@moutte.net>
24775 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
24776 (gst_play_set_location), (gst_play_seek_to_time),
24777 (gst_play_set_audio_sink), (gst_play_set_visualization),
24778 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
24779 the pipeline from scratch. Visualization is back and switch went out as
24780 i realized it was not possible to use the way i wanted.
24781 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
24782 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
24783 clearing in state change from READY to NULL. So that one can clean the
24784 X ressources keeping the element.
24785 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24786 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
24787 (gst_xvimagesink_colorbalance_set_value),
24788 (gst_xvimagesink_colorbalance_get_value),
24789 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
24790 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
24791 change from READY to NULL and fixed some stupid bugs in colorbalance
24792 get/set values. Also added the following feature : when nobody tries to
24793 set some values to the colorbalance levels before the xcontext is
24794 grabbed, then when creating channels list from Xv attributes we set the
24795 internal values to the Xv defaults. This way we handle buggy Xv drivers
24796 that set default hue values far from the middle of the range (Thanks
24797 to Jon Trowbridge for pointing that issue).
24798 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
24799 colorbalance levels have been set before xcontext is grabbed.
24801 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
24803 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24804 Fix the ossmixer case where we shouldn't open /dev/dsp* because
24805 it might block operations (which is bad for a mixer).
24807 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
24809 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
24810 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
24811 (gmip_find_type_pre):
24812 * gst-libs/gst/media-info/media-info-priv.h:
24813 * gst-libs/gst/media-info/media-info.c:
24814 (gst_media_info_instance_init), (gst_media_info_read_idler):
24815 add fakesink to get caps on decoder src pad again
24816 fix callback prototype to match new have_type signal signature
24818 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
24820 * gst/adder/gstadder.c: (gst_adder_link):
24821 fix non-compile and cut-n-paste code
24823 2004-01-21 David Schleef <ds@schleef.org>
24825 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
24826 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
24827 (gst_swfdec_init), (gst_swfdec_change_state):
24828 * ext/swfdec/gstswfdec.h:
24830 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
24831 (gst_adder_request_new_pad): Fix negotiation.
24832 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
24833 Add a fixate function.
24834 * gst/intfloat/gstfloat2int.c:
24835 * gst/intfloat/gstfloat2int.h:
24836 * gst/intfloat/gstint2float.c:
24837 * gst/intfloat/gstint2float.h:
24838 Completely rewrite the negotiation. Doesn't quite work yet,
24839 due to some buffer-frames problem.
24841 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
24843 * ext/gnomevfs/gstgnomevfssrc.c:
24844 * sys/v4l2/v4l2_calls.h:
24845 fix includes for distcheck
24847 2004-01-21 Christian Schaller <uraeus@gnome.org>
24850 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
24851 based on earlier patch from Laurent Vivier
24853 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
24855 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
24856 Fix wma caps property
24857 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24858 Fix typo (flags1 and flags2)
24860 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
24862 * gst-libs/gst/media-info/media-info-priv.c:
24863 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
24864 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
24865 (gmip_find_stream), (gmip_find_track_metadata),
24866 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
24867 (gmip_find_track_format):
24868 * gst-libs/gst/media-info/media-info-priv.h:
24869 * gst-libs/gst/media-info/media-info-test.c: (main):
24870 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
24871 (gst_media_info_read_idler), (gst_media_info_read):
24872 * gst-libs/gst/media-info/media-info.h:
24873 register debugging category and use it for debugging
24875 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
24877 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
24878 (gst_vorbisfile_new_link):
24879 signal streaminfo through tags
24881 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
24883 * ext/mplex/gstmplex.cc:
24884 * ext/mplex/gstmplexibitstream.cc:
24885 g++ doesn't like NULL in our i18n/error macros, should be
24886 either (NULL) or ("").
24888 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
24890 * sys/dxr3/dxr3audiosink.c:
24891 * sys/dxr3/dxr3init.c:
24892 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
24893 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
24894 Fix more error error error errors (missing includes here).
24896 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
24898 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24899 fix thomas' error errors.
24901 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
24903 * ext/mpeg2enc/gstmpeg2enc.cc:
24906 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
24908 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
24909 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
24910 Fix for new error system.
24912 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
24914 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
24915 fix for new error reporting
24917 2004-01-20 David Schleef <ds@schleef.org>
24919 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24920 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
24921 (gst_ximagesink_set_xwindow_id): Change to using a framerate
24922 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
24923 and neither is 100+, most likely.
24924 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
24925 (gst_xvimagesink_getcaps): same
24927 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
24930 Up version requirement to 2.0.3 (not yet released) to avoid symbol
24931 clashes with ffmpeg.
24933 2004-01-20 Julien MOUTTE <julien@moutte.net>
24935 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
24936 (gst_switch_init): Fixed switch element : proxying link and setting
24937 caps from src to sink on request.
24939 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
24941 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24942 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
24943 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
24946 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
24948 * sys/v4l/v4l_calls.h:
24949 * sys/v4l2/v4l2_calls.h:
24950 element_error fixes
24952 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
24954 * gst-libs/gst/gst-i18n-plugin.h:
24956 remove config.h inclusion
24958 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
24961 adding autopoint invocation
24964 * gst-libs/gst/gettext.h:
24965 adding gettext bits
24966 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
24967 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
24968 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24969 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
24970 (gst_gnomevfssink_close_file):
24971 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
24972 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
24973 * gst-libs/gst/gst-i18n-plugin.h:
24974 * gst/avi/gstavi.c: (plugin_init):
24975 * sys/dxr3/dxr3init.c: (plugin_init):
24976 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
24977 * sys/oss/gstossaudio.c: (plugin_init):
24978 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
24979 * sys/v4l/gstv4l.c: (plugin_init):
24980 * sys/v4l/v4l_calls.c: (gst_v4l_open):
24981 * sys/v4l2/gstv4l2.c: (plugin_init):
24982 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
24983 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
24984 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
24985 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
24986 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
24987 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
24988 make sure locale and translation domain are set
24989 fix translated strings
24995 put translation files into place
24996 * sys/xvideo/imagetest.c: (main):
24997 * ext/dv/demo-play.c: (main):
24998 fix unnecessary translations
25000 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
25002 * ext/sndfile/gstsf.c:
25003 * gst/avi/gstavimux.c:
25004 * ext/audiofile/gstafsink.c:
25005 * ext/audiofile/gstafsrc.c:
25006 * ext/gnomevfs/gstgnomevfssink.c:
25007 * ext/gnomevfs/gstgnomevfssrc.c:
25008 * sys/oss/gstosselement.c:
25009 * sys/v4l/v4l_calls.h:
25012 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
25014 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
25015 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
25016 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
25017 (gst_v4l2_get_output), (gst_v4l2_set_output),
25018 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
25019 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
25020 (gst_v4l2_set_attribute):
25021 update to new error handling
25023 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
25025 * ext/sidplay/gstsiddec.cc:
25026 * gst/modplug/gstmodplug.cc:
25027 parenthese NULL because C++ seems angry about it
25029 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
25031 * gst-libs/gst/gst-i18n-plugin.h:
25032 add skeleton i18n stuff, but needs to be further implemented
25034 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
25036 * examples/gstplay/player.c: (main):
25037 * ext/aalib/gstaasink.c: (gst_aasink_open):
25038 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
25039 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25040 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25041 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
25042 (gst_afsink_close_file):
25043 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
25044 (gst_afsrc_close_file):
25045 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
25046 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
25047 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
25048 * ext/esd/esdmon.c: (gst_esdmon_get):
25049 * ext/esd/esdsink.c: (gst_esdsink_chain):
25050 * ext/faac/gstfaac.c: (gst_faac_chain):
25051 * ext/faad/gstfaad.c: (gst_faad_chain):
25052 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
25053 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
25054 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
25055 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
25056 (gst_flacdec_loop):
25057 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
25058 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
25059 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
25060 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
25061 (gst_gnomevfssink_close_file):
25062 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
25063 (gst_gnomevfssrc_open_file):
25064 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
25065 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
25066 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
25067 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25068 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
25069 * ext/mad/gstmad.c: (gst_mad_chain):
25070 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
25071 * ext/mpeg2dec/gstmpeg2dec.c:
25072 * ext/mpeg2enc/gstmpeg2enc.cc:
25073 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
25074 * ext/mplex/gstmplex.cc:
25075 * ext/mplex/gstmplexibitstream.cc:
25076 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
25077 (gst_ogg_demux_push), (gst_ogg_pad_push):
25078 * ext/raw1394/gstdv1394src.c:
25079 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
25080 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
25081 * ext/sidplay/gstsiddec.cc:
25082 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
25084 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
25085 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
25086 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
25087 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
25088 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
25089 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
25090 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
25091 * gst-libs/gst/Makefile.am:
25092 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
25093 (gst_riff_read_element_data), (gst_riff_read_seek),
25094 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
25095 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
25096 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
25097 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
25098 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
25099 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
25100 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
25101 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
25102 * gst/goom/gstgoom.c: (gst_goom_chain):
25103 * gst/id3/gstid3types.c: (gst_id3types_loop):
25104 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
25105 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
25106 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
25107 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
25108 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
25109 (gst_ebml_read_float), (gst_ebml_read_header):
25110 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
25111 (gst_matroska_demux_parse_blockgroup):
25112 * gst/modplug/gstmodplug.cc:
25113 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
25114 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
25115 * gst/oneton/gstoneton.c: (gst_oneton_chain):
25116 * gst/silence/gstsilence.c: (gst_silence_get):
25117 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
25118 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
25119 * gst/speed/gstspeed.c: (speed_loop):
25120 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25121 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25122 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
25123 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25124 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
25125 (gst_wavparse_loop):
25126 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
25127 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
25128 (dxr3audiosink_close):
25129 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
25130 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
25131 (dxr3videosink_close), (dxr3videosink_write_data):
25132 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
25133 * sys/oss/gstosselement.h:
25134 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
25135 (gst_osssink_chain):
25136 * sys/oss/gstosssrc.c: (gst_osssrc_get):
25137 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
25138 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
25139 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
25140 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
25141 (gst_v4l_enable_overlay):
25142 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
25143 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
25144 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
25145 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
25146 (gst_v4l_set_audio):
25147 * sys/v4l/v4l_calls.h:
25148 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
25149 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
25150 (gst_v4lmjpegsink_playback_init),
25151 (gst_v4lmjpegsink_playback_start):
25152 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
25153 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
25154 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
25155 (gst_v4lmjpegsrc_requeue_frame):
25156 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25157 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
25158 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
25159 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
25160 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
25161 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
25162 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
25163 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
25164 (gst_v4l2src_capture_stop):
25165 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
25166 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
25167 (gst_ximagesink_chain):
25168 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
25169 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
25170 (gst_xvideosink_xwindow_new):
25171 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25172 (gst_xvimagesink_chain):
25173 use new error signal, function and categories
25175 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
25179 * ext/musicbrainz/gsttrm.c:
25180 * ext/musicbrainz/gsttrm.h:
25181 * ext/musicbrainz/Makefile.am:
25184 2004-01-18 Julien MOUTTE <julien@moutte.net>
25186 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
25187 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
25188 synchronous property for debugging.
25189 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
25190 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25191 (gst_xvimagesink_set_property): Moving a pointer declaration to a
25192 smaller block, fixing indent.
25194 2004-01-16 David Schleef <ds@schleef.org>
25196 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
25197 property affects the video stream.
25198 * sys/xvimage/xvimagesink.c:
25199 * sys/xvimage/xvimagesink.h:
25200 Add synchronous property for debugging. Should probably be
25201 disabled in non-CVS builds. Make sure that the Xv attribute
25202 exists before we set it (crash!). Fix a silly float bug that
25203 caused colorbalance to just not work.
25205 2004-01-17 Christian Schaller <Uraeus@gnome.org>
25207 * tools/gst-launch-ext.in - update for new plugins
25209 2004-01-16 David Schleef <ds@schleef.org>
25211 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
25212 already-freed caps.
25214 2994-01-16 Christian Schaller <Uraeus@gnome.org>
25216 * Update spec for new colorspace plugin and libcaca plugin
25217 * Fix compilation of libcaca plugin (clock -> id)
25219 2004-01-16 Julien MOUTTE <julien@moutte.net>
25221 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
25222 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
25223 (gst_xvimagesink_set_xwindow_id),
25224 (gst_xvimagesink_colorbalance_set_value),
25225 (gst_xvimagesink_colorbalance_get_value),
25226 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25227 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
25228 correct colorbalance properties. They can now be set when the element
25229 is still in NULL state. The values will be committed to the Xv Port
25230 when xcontext is initialized.
25231 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
25232 brightness int values in the GstXvImagesink structure.
25234 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25236 * gst-libs/gst/Makefile.am:
25237 restructure so having local patches works easier.
25239 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25241 * ext/mpeg2enc/Makefile.am:
25242 * ext/mpeg2enc/gstmpeg2enc.cc:
25243 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
25244 Bugfix with respect to EOS handling.
25246 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25248 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
25249 Link with right caps (else, it segfaults).
25250 * ext/mplex/gstmplexjob.cc:
25251 Fix for slight API change in 1.6.1.93 release of mjpegtools.
25253 2004-01-15 David Schleef <ds@schleef.org>
25255 * gst-libs/gst/audio/Makefile.am:
25256 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
25258 * gst-libs/gst/audio/gstaudiofilter.c:
25259 * gst-libs/gst/audio/gstaudiofilter.h:
25260 Add bytes_per_sample and size and n_samples calculation.
25261 * gst-libs/gst/audio/gstaudiofilterexample.c:
25262 Remove, now autogenerated.
25263 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
25264 Moved from gstaudiofilterexample, object name changed, code added
25265 so that it actually works.
25266 * gst-libs/gst/audio/make_filter:
25267 Script to build an audiofilter subclass from the template.
25268 * gst/colorspace/Makefile.am:
25269 * gst/colorspace/yuv2yuv.c:
25270 Remove file, since it's GPL, and we don't use it.
25272 2004-01-15 Julien MOUTTE <julien@moutte.net>
25274 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25275 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
25276 them use the buffer free function to test how the buffer was allocated.
25278 2004-01-15 David Schleef <ds@schleef.org>
25280 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
25281 that handles osssink fallback.
25282 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25283 (gst_audio_convert_getcaps):
25284 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
25285 Add audio/x-qdm2 for QDM2 audio.
25286 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
25287 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
25288 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
25289 Decrease minimum size to 16x16.
25290 * gst/wavparse/gstwavparse.c:
25291 Convert disabled pad template caps to new caps.
25292 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25293 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25294 (gst_xvimagesink_chain): Throw element error when display cannot
25295 be opened. Increase minimum framerate to 1.0. Check the data
25296 free function on a buffer to make sure it is the type we expect
25297 before manipulating it.
25299 2004-01-15 Julien MOUTTE <julien@moutte.net>
25301 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
25302 (gst_videobalance_colorbalance_set_value): Implement passthru if
25303 settings are in the middle.
25304 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
25306 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
25308 * gst/videofilter/Makefile.am:
25309 * gst/volume/Makefile.am:
25310 Since we use videofilter symbols, link to it.
25312 2004-01-15 Julien MOUTTE <julien@moutte.net>
25314 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
25315 mixer interface type to HARDWARE.
25316 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
25318 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
25319 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
25320 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
25321 (gst_volume_interface_init), (gst_volume_list_tracks),
25322 (gst_volume_set_volume), (gst_volume_get_volume),
25323 (gst_volume_set_mute), (gst_volume_mixer_init),
25324 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
25325 (volume_init): Implementing mixer interface.
25326 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
25327 * sys/oss/gstosselement.c: (gst_osselement_get_type),
25328 (gst_osselement_change_state): Removing some trailing commas in
25330 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
25331 interface type to HARDWARE.
25332 * sys/v4l/gstv4lcolorbalance.c:
25333 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
25335 * sys/v4l2/gstv4l2colorbalance.c:
25336 (gst_v4l2_color_balance_interface_init): Setting colorbalance
25337 interface type to HARDWARE.
25338 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
25339 same code than ximagesink for event handling.
25341 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
25343 * ext/snapshot/Makefile.am:
25344 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
25345 (gst_snapshot_chain):
25346 * ext/snapshot/gstsnapshot.h:
25347 This has to be a joke... Snapshot should be connected to a tee,
25348 colorspace element before it and EOS after that, where the other
25349 src of the tee receives normal data.
25350 The current way is *wrong*.
25352 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
25354 * ext/hermes/gsthermescolorspace.c:
25355 Fix another compile error. Same as below.
25357 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
25359 * gst/colorspace/gstcolorspace.c:
25360 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
25361 (gst_colorspace_i420_to_yv12):
25362 Fix compiling... Didn't test if it actually works.
25364 2004-01-15 David Schleef <ds@schleef.org>
25367 * gst/colorspace/Makefile.am:
25368 * gst/colorspace/gstcolorspace.c:
25369 * gst/colorspace/gstcolorspace.h:
25370 * gst/colorspace/yuv2rgb.c:
25371 * gst/colorspace/yuv2rgb.h:
25372 Duplicate the ext/hermes colorspace plugin, and remove Hermes
25373 code and GPL code. Fix for new caps negotiation. Rewrite
25374 much of the format handling code, and some of the conversion
25375 code. Basically, rewrote almost everything. This element
25376 handles I420, YV12 to RGB conversions.
25377 * ext/hermes/Makefile.am:
25378 * ext/hermes/gsthermescolorspace.c:
25379 Rename colorspace to hermescolorspace. Fix negotiation issues.
25380 Remove non-Hermes related code. This element handles lots of
25381 RGB to RGB conversions, but no YUV.
25382 * ext/hermes/gstcolorspace.c:
25383 * ext/hermes/gstcolorspace.h:
25384 * ext/hermes/rgb2yuv.c:
25385 * ext/hermes/yuv2rgb.c:
25386 * ext/hermes/yuv2rgb.h:
25387 * ext/hermes/yuv2rgb_mmx16.s:
25388 * ext/hermes/yuv2yuv.c:
25389 * ext/hermes/yuv2yuv.h:
25392 2004-01-14 Colin Walters <walters@verbum.org>
25394 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
25395 they've already been.
25397 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
25399 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
25400 assume tag mode when pad is not connected
25402 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
25404 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25405 Don't update the time of the clock
25406 (gst_alsa_sink_loop):
25407 sync to the clock given to alsasink, not the own clock
25408 * sys/oss/gstosssink.c: (gst_osssink_chain):
25410 (gst_osssink_change_state):
25412 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25413 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
25414 remove bogus code that made DISCONT events unhandled
25415 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
25416 explicitly case to double in _set_simple. (fixes 2nd warning in bug
25418 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
25419 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
25420 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
25421 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
25422 2nd warning in bug #131502)
25424 2004-01-14 Julien MOUTTE <julien@moutte.net>
25426 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
25427 (gst_videobalance_colorbalance_set_value),
25428 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
25429 for colorbalance interface implementation.
25430 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
25431 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
25432 (gst_ximagesink_dispose), (gst_ximagesink_init),
25433 (gst_ximagesink_class_init): Adding DISPLAY property.
25434 * sys/ximage/ximagesink.h: Adding display_name to store display.
25435 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25436 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25437 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
25438 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
25439 properties (they still need polishing though for gst-launch use : no
25440 xcontext yet, i ll do that tomorrow).
25441 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
25443 2004-01-14 Julien MOUTTE <julien@moutte.net>
25445 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
25446 (gst_play_set_location), (gst_play_set_visualization): Preparing
25447 switch integration, adding videobalance in the pipeline.
25449 2004-01-14 Julien MOUTTE <julien@moutte.net>
25451 * gst-libs/gst/colorbalance/colorbalance.c:
25452 (gst_color_balance_class_init): Adding a default type.
25453 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
25455 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
25456 (gst_videobalance_dispose), (gst_videobalance_class_init),
25457 (gst_videobalance_init), (gst_videobalance_interface_supported),
25458 (gst_videobalance_interface_init),
25459 (gst_videobalance_colorbalance_list_channels),
25460 (gst_videobalance_colorbalance_set_value),
25461 (gst_videobalance_colorbalance_get_value),
25462 (gst_videobalance_colorbalance_init): Implementing colorbalance
25464 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
25466 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
25467 bug which was triggering a BadAccess X error when setting an overlay
25468 before pad was really negotiated.
25469 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
25470 Using the colorbalance type macro.
25472 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25474 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
25475 (gst_flacenc_chain):
25476 handle tags correctly
25477 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25478 extract ID3v1 tags correctly
25480 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
25482 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
25484 Improve matroska typefinding for odd-typed headers...
25486 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
25488 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
25489 Fix for using incremental number on padnames.
25491 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
25493 * ext/divx/gstdivxdec.c:
25494 * ext/divx/gstdivxenc.c:
25495 Set category to divx4linux instead of divx (too generic).
25496 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25497 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25498 (gst_wavparse_loop), (gst_wavparse_change_state):
25499 * gst/wavparse/gstwavparse.h:
25500 fix parsing of WAV files with non-standard fmt-tag size and fix
25501 skipping of unrecognized chunks... Someone please fix this thing
25502 to use rifflib so all this is automated.
25503 * sys/v4l/Makefile.am:
25504 * sys/v4l2/Makefile.am:
25505 Add X_CFLAGS because we depend on X (for overlay).
25507 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
25509 * ext/mpeg2dec/gstmpeg2dec.c:
25510 Don't issue a timestamp unless we tagged the frame
25513 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25515 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
25516 Query the audio element to get the time, not the clock. We're
25517 interested in the element's time here.
25519 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25521 * ext/aalib/gstaasink.c: (gst_aasink_chain):
25522 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25523 * ext/esd/esdsink.c: (gst_esdsink_chain):
25524 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
25525 * ext/mas/massink.c: (gst_massink_chain):
25526 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
25527 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
25528 (gst_matroska_demux_parse_metadata):
25529 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
25530 (gst_mpeg_parse_release_locks):
25531 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
25532 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
25533 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25534 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
25535 (gst_osssink_change_state):
25536 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
25537 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25538 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
25539 (gst_xvideosink_release_locks):
25540 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
25542 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
25543 (gst_alsa_clock_stop):
25544 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
25545 (gst_audio_clock_get_internal_time):
25546 simplify for use with new clocking code.
25547 * testsuite/alsa/Makefile.am:
25548 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
25549 fix testsuite for new caps system
25551 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25553 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
25554 * ext/flac/gstflacenc.c: (add_one_tag):
25555 length is already host endian, no need to convert. Fixes playback of
25556 tagged files on PPC. (bug #128384)
25558 2004-01-13 Julien MOUTTE <julien@moutte.net>
25560 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
25561 colorbalance interface stating if it is hardware based or software
25563 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
25564 Removing a trailing comma.
25565 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25566 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
25567 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
25568 the documentation seems to be wrong on the -1000 to 1000 interval.
25570 2004-01-12 David Schleef <ds@schleef.org>
25572 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
25573 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
25574 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
25575 Fix negotiation. Add a bufferalloc function for the sink pad,
25576 and generally clean up some of the code.
25578 2004-01-12 Julien MOUTTE <julien@moutte.net>
25580 * gst-libs/gst/colorbalance/colorbalancechannel.c:
25581 (gst_color_balance_channel_dispose): Adding safety check in dispose
25583 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25584 (gst_xvimagesink_xcontext_clear),
25585 (gst_xvimagesink_interface_supported),
25586 (gst_xvimagesink_colorbalance_list_channels),
25587 (gst_xvimagesink_colorbalance_set_value),
25588 (gst_xvimagesink_colorbalance_get_value),
25589 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
25590 Adding colorbalance interface support to set XV parameters such as
25591 HUE, BRIGHTNESS, CONTRAST, SATURATION.
25592 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
25595 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
25597 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
25598 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
25599 (gst_audio_convert_init), (gst_audio_convert_set_property),
25600 (gst_audio_convert_get_property), (gst_audio_convert_chain),
25601 (gst_audio_convert_link),
25602 (gst_audio_convert_buffer_to_default_format),
25603 (gst_audio_convert_buffer_from_default_format), (plugin_init):
25604 - implement _getcaps and use it
25606 - remove float caps since no float conversion is actually done
25607 - remove properties and arguments that were to be used for rate
25610 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
25612 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
25613 (gst_audio_structure_set_int):
25614 * gst-libs/gst/audio/audio.h:
25615 add helper functions for _getcaps matching the standard audio
25618 2004-01-12 David Schleef <ds@schleef.org>
25620 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25621 Test that pad is negotiated before getting its caps.
25623 2004-01-12 Julien MOUTTE <julien@moutte.net>
25625 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
25626 analyzing the pads of an element the bin is mostly in READY state so
25627 no caps were negotiated. This helper function needs to work with
25628 _get_caps directly then. I was not freeing them though, added that to
25631 2004-01-12 Julien MOUTTE <julien@moutte.net>
25633 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25634 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
25635 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
25636 than the free_func.
25638 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
25640 * sys/oss/gstossaudio.c: (plugin_init):
25641 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25642 * sys/oss/gstosselement.h:
25643 make an oss debugging category
25644 make failure more descriptive
25646 2004-01-11 David Schleef <ds@schleef.org>
25648 * ext/ffmpeg/gstffmpeg.c:
25649 * ext/ffmpeg/gstffmpegcodecmap.c:
25650 * ext/ffmpeg/gstffmpegdec.c:
25651 * ext/ffmpeg/gstffmpegenc.c:
25652 * ext/ffmpeg/gstffmpegprotocol.c:
25653 * ext/gdk_pixbuf/gstgdkanimation.c:
25654 * ext/jpeg/gstjpeg.c:
25655 * ext/libpng/gstpng.c:
25656 * ext/mpeg2dec/perftest.c:
25657 * ext/speex/gstspeex.c:
25658 * gst-libs/gst/resample/dtos.c:
25659 * gst/intfloat/gstintfloatconvert.c:
25660 * gst/oneton/gstoneton.c:
25661 * gst/rtjpeg/RTjpeg.c:
25662 * gst/rtp/gstrtp.c:
25663 * sys/dxr3/dxr3init.c:
25664 * sys/glsink/gstgl_nvimage.c:
25665 * sys/glsink/gstgl_pdrimage.c:
25666 * sys/glsink/gstglsink.c:
25667 * testsuite/gst-lint:
25668 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
25670 2004-01-11 David Schleef <ds@schleef.org>
25672 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
25673 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
25674 * ext/gdk_pixbuf/gstgdkanimation.c:
25675 (gst_gdk_animation_iter_create_pixbuf):
25676 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
25677 (gst_gdk_pixbuf_chain):
25678 * ext/gdk_pixbuf/gstgdkpixbuf.h:
25679 * ext/jack/gstjack.c: (gst_jack_change_state):
25680 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
25681 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
25682 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
25683 * gst/videofilter/gstvideofilter.c:
25684 (gst_videofilter_set_output_size):
25685 Remove all usage of gst_pad_get_caps(), and replace it with
25686 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
25688 2004-01-11 David Schleef <ds@schleef.org>
25691 * ext/Makefile.am: Fixes to make ext/libcaca compile.
25692 * ext/divx/gstdivxdec.c:
25693 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
25694 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
25695 handle images that span multiple buffers. Now work with both
25696 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
25697 * ext/gdk_pixbuf/gstgdkpixbuf.h:
25698 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
25699 video/video.h changes
25700 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
25701 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
25702 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
25703 of GstData free function.
25704 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
25707 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25709 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
25710 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
25711 (gst_v4l2element_get_property):
25712 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
25713 add norm, channel and frequency properties.
25714 * sys/v4l2/gstv4l2tuner.c:
25715 fixes for tuner interface changes
25716 * sys/v4l2/gstv4l2element.h:
25717 * sys/v4l2/gstv4l2src.c:
25718 * sys/v4l2/gstv4l2src.h:
25719 * sys/v4l2/v4l2src_calls.c:
25720 * sys/v4l2/v4l2src_calls.h:
25721 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
25723 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25725 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
25726 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
25727 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
25728 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
25729 * gst-libs/gst/tuner/tuner.h:
25730 GObjects aren't const.
25731 Add find_by_name functions.
25732 Add checks to _changed functions.
25733 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
25734 (gst_v4l_tuner_get_norm):
25737 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25739 * gst-libs/gst/video/video.h:
25740 Fix caps template names to be understandable.
25741 Prefix everything with GST_VIDEO.
25742 * ext/aalib/gstaasink.c:
25743 * ext/divx/gstdivxdec.c:
25744 * ext/divx/gstdivxenc.c:
25745 * ext/gdk_pixbuf/gstgdkpixbuf.c:
25746 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
25747 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
25748 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
25749 * ext/libcaca/gstcacasink.c:
25750 * ext/libpng/gstpngenc.c: (raw_caps_factory):
25751 * ext/snapshot/gstsnapshot.c:
25752 * ext/swfdec/gstswfdec.c:
25753 * ext/xvid/gstxviddec.c:
25754 * ext/xvid/gstxvidenc.c:
25755 * gst/chart/gstchart.c:
25756 * gst/deinterlace/gstdeinterlace.c:
25757 * gst/effectv/gsteffectv.c:
25758 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
25759 * gst/goom/gstgoom.c:
25760 * gst/median/gstmedian.c:
25761 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
25762 (gst_monoscope_srcconnect), (gst_monoscope_chain):
25763 * gst/overlay/gstoverlay.c:
25764 * gst/smooth/gstsmooth.c:
25765 * gst/smpte/gstsmpte.c:
25766 * gst/synaesthesia/gstsynaesthesia.c:
25767 * gst/videocrop/gstvideocrop.c:
25768 * gst/videodrop/gstvideodrop.c:
25769 * gst/y4m/gsty4mencode.c:
25770 * sys/qcam/gstqcamsrc.c:
25771 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
25772 Make them work with new video.h file.
25773 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25774 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
25775 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25776 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
25777 Make it work with new buffer allocation system.
25779 2004-01-11 Julien MOUTTE <julien@moutte.net>
25781 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
25782 pad_alloc_buffer implementation to use ->srcpad
25783 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
25784 pad_alloc_buffer implementation to use ->srcpad
25785 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
25786 pad_alloc_buffer implementation to use ->srcpad
25787 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25788 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
25789 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
25790 a reference to everything we need.
25791 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
25792 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25793 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25794 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
25795 a reference to everything we need.
25796 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
25798 2004-01-11 David Schleef <ds@schleef.org>
25800 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
25801 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
25802 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
25804 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
25805 value during a resize/renegotiation.
25806 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
25807 gst_pad_alloc_buffer();
25808 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
25809 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
25811 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
25812 Fix for rename of buffer private structure members.
25813 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25814 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
25815 Fix for rename of buffer private structure members.
25816 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25817 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
25818 Fix for rename of buffer private structure members.
25820 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
25822 reviewed by: David Schleef <ds@schleef.org>
25824 * gst/videofilter/Makefile.am:
25825 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
25826 from the patch by ds to fit in with recent make_filter changes.
25828 2004-01-11 Julien MOUTTE <julien@moutte.net>
25830 * configure.ac: Adding examples/switch/Makefile
25831 * examples/Makefile.am: Adding examples/switch
25832 * examples/switch/Makefile.am: Adding switcher example.
25833 * examples/switch/switcher.c: (got_eos), (idle_iterate),
25834 (switch_timer), (main): Adding an example demonstrating switch usage
25835 with 2 videotestsrc showing different patterns.
25836 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
25837 (gst_switch_init): Fixing switch with the new caps system.
25839 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25841 * gst-libs/gst/video/video.h:
25842 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
25843 They should probably be like
25844 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
25846 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25848 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25849 (qtdemux_parse_trak):
25850 fix audio chunk size/timestamp calculation
25852 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25854 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
25857 2004-01-11 Steve Baker <steve@stevebaker.org>
25859 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
25860 (gst_agingtv_base_init), (gst_agingtv_class_init),
25861 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
25862 (gst_agingtv_set_property), (gst_agingtv_get_property):
25863 Port agingTV to videofilter
25865 2004-01-09 Julien MOUTTE <julien@moutte.net>
25867 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
25868 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25870 2004-01-09 Julien MOUTTE <julien@moutte.net>
25872 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
25873 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25874 * gst-libs/gst/xoverlay/xoverlay.c:
25875 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
25876 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
25877 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25878 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25879 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25880 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25881 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
25882 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
25883 the bufferalloc_function to replace bufferpools, fixing the XOverlay
25884 interface implementation to handle xid being 0 and fix some bugs
25885 triggered by Benjamin's testcase.
25886 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25887 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25888 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
25889 the bufferalloc_function to replace bufferpools, fixing the XOverlay
25890 interface implementation to handle xid being 0 and fix some bugs
25891 triggered by Benjamin's testcase.
25893 2004-01-09 David Schleef <ds@schleef.org>
25895 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
25896 mouse pointer events. It works.
25898 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25900 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
25901 Use explicit caps - fix capsnego.
25902 * ext/xvid/gstxviddec.c:
25903 * ext/xvid/gstxvidenc.c:
25904 Remove macro-inside-macro which caused compile errors.
25905 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
25906 Error out if it's not a RIFF file. Else we error out without
25907 gst_element_error() which is not good...
25909 2004-01-08 David Schleef <ds@schleef.org>
25911 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
25912 Fix pad_link function to handle formats that ffmpeg returns
25913 as multiple caps structures.
25914 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
25915 Only complain if source buffer is _smaller_ than expected.
25916 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
25917 (gst_videoscale_handle_src_event): Resize navigation events
25918 when passing them upstream.
25919 * gst/videotestsrc/gstvideotestsrc.c:
25920 * gst/videotestsrc/gstvideotestsrc.h:
25921 * gst/videotestsrc/videotestsrc.c:
25922 * gst/videotestsrc/videotestsrc.h:
25923 Rewrite many of the buffer painting functions to handle odd
25924 sizes (for many formats, size%4!=0 or size%8!=0). Most have
25925 been verified to work with my video card.
25926 * testsuite/gst-lint: Add check for elements calling
25927 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
25929 2004-01-08 David Schleef <ds@schleef.org>
25931 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25932 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
25934 2004-01-08 Julien MOUTTE <julien@moutte.net>
25936 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
25937 configure event is not emiting the desired size signal. That fixes
25938 aspect ratio issues with gst-player.
25940 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
25942 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
25945 2004-01-08 Julien MOUTTE <julien@moutte.net>
25947 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
25948 public method to fire size signal.
25950 2004-01-07 Julien MOUTTE <julien@moutte.net>
25952 * examples/gstplay/Makefile.am: Adding the interface library.
25953 * gst-libs/gst/play/Makefile.am: Adding the interface library.
25954 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
25955 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
25956 GST_IS_X_OVERLAY before signal connect.
25957 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
25958 Removing the have_video_size signal.
25959 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
25960 and associated public method.
25961 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
25962 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
25964 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
25965 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
25967 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
25968 Using XOverlay public method to fire size signal.
25970 2004-01-07 David Schleef <ds@schleef.org>
25972 * gst/videofilter/Makefile.am:
25973 * gst/videofilter/gstvideotemplate.c:
25974 * gst/videofilter/make_filter:
25975 Create gstvideoexample.c in a srcdir!=builddir friendly way.
25976 Convert make_filter to /bin/sh script.
25978 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
25980 * gst/modplug/gstmodplug.cc: fix element description
25982 2004-01-07 Julien MOUTTE <julien@moutte.net>
25984 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
25985 (got_video_size): Adding some new lines in g_print calls.
25986 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25987 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
25988 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
25989 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
25990 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
25991 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
25992 Complete code review, reverting some stuff i disagree with, adding
25993 some fixes : time synchronization on invalid timestamps, renegotiation
25995 * sys/ximage/ximagesink.h:
25996 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
25997 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
25998 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
25999 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
26000 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
26001 (gst_xvimagesink_buffer_new),
26002 (gst_xvimagesink_navigation_send_event),
26003 (gst_xvimagesink_set_xwindow_id),
26004 (gst_xvimagesink_get_desired_size),
26005 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
26006 stuff i disagree with, adding some fixes : Renegotiation of private
26007 window, implementing get_desired_size.
26009 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
26011 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
26012 (gst_afsink_handle_event):
26013 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
26014 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
26015 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
26016 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
26017 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
26018 Fix for instantiate-test (see core). Also remove dead code from
26019 jpegenc (which still needs fixing, but that's lower on my TODO
26021 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
26022 Never return NULL as caps.
26024 2004-01-07 David Schleef <ds@schleef.org>
26028 * ext/librfb/Makefile.am:
26029 * ext/librfb/gstrfbsrc.c:
26030 New source plugin based on librfb-0.1. RFB (remote framebuffer)
26031 is the protocol used by VNC.
26033 2004-01-07 David Schleef <ds@schleef.org>
26035 * gst/videofilter/gstvideotemplate.c:
26036 * gst/videofilter/gstvideotemplate.h:
26037 * gst/videofilter/make_filter:
26038 Merge videotemplate header into source file.
26039 * gst/effectv/Makefile.am:
26040 * gst/effectv/gsteffectv.c: (plugin_init):
26041 * gst/effectv/gstwarp.c:
26042 Make warpTV a subclass of videofilter.
26044 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
26046 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
26047 Add guard against invalid utf-8 conversions in mad. Just in case.
26049 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
26051 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
26052 Fix for bug shown by poisoning
26054 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
26056 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
26057 (gst_v4lmjpegsrc_buffer_free):
26058 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
26059 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
26060 (gst_v4lsrc_buffer_free):
26061 Fix for removed bufferpools.
26063 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
26065 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
26066 Fix caps negotiation.
26068 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
26069 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
26070 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26072 * ext/mpeg2dec/gstmpeg2dec.c:
26073 * gst-libs/gst/navigation/navigation.c:
26074 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
26075 * gst-libs/gst/navigation/navigation.h:
26076 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
26077 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
26078 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
26079 Super-simple first version of mouse and keyboard events. Clicking
26080 on a DVD menu now works, although it may not take you where you
26083 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
26084 * gst/videotestsrc/gstvideotestsrc.c:
26085 (gst_videotestsrc_src_fixate):
26086 These fixate functions were broken - they never actually
26089 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
26091 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
26092 (gst_icecastsend_init):
26093 fix for new caps system.
26094 * gst-libs/gst/mixer/mixertrack.h:
26095 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
26096 Add 'master track' flag (for tools like ACME that only want to
26097 change the main volume).
26099 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
26101 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
26102 (gst_xvid_csp_to_caps):
26103 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
26104 * ext/xvid/gstxvidenc.c:
26105 ifdef out ARGB type when it isn't available
26106 in xvidcore 1.0.0beta2
26108 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
26110 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
26111 When we have received a new SCR right in the first buffer after
26112 a seek (so in the same cycle that handles the discont), we should
26113 handle the buffer instead of unreffing it, else we lose data.
26115 2004-01-06 Iain <iain@prettypeople.org>
26117 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
26118 buffer-frames caps too.
26120 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
26121 caps that we need, don't destroy them all and rebuild them. And when
26122 creating src pads, use the src pad template rather than the sink...
26124 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
26126 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
26127 Add pad to element *after* setting functions such as event handler.
26128 Without this, the scheduler (opt) will link pads, set the event
26129 handler from the default event function (dispatcher in gstpad.c)
26130 and *after* that, we will set our own event function, which will
26131 thus never be used (and thus mpegdemux doesn't handle events).
26133 2004-01-04 David Schleef <ds@schleef.org>
26135 Fix the fixate functions to handle new prototype:
26136 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
26137 * gst/videotestsrc/gstvideotestsrc.c:
26138 (gst_videotestsrc_src_fixate):
26139 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
26140 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
26141 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
26143 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
26145 * sys/ximage/ximagesink.h:
26146 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26147 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
26148 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
26149 (gst_ximagesink_xoverlay_init):
26150 assorted fixes to make (re)embedding work
26151 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
26152 (gst_ximagesink_get_desired_size):
26153 implement desired size additions to XOverlay
26155 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
26157 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
26158 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
26159 (gst_x_overlay_got_desired_size):
26160 * gst-libs/gst/xoverlay/xoverlay.h:
26161 Add optional "desired size" signal and querying.
26163 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
26165 * gst/matroska/matroska-demux.c:
26166 (gst_matroska_demux_parse_blockgroup):
26167 Fix EBML-laced block parsing. Diffs are relative to previous
26168 lace, not the first lace. Thanks to Mosu from the Matroska
26169 team for detecting this.
26170 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26171 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
26172 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
26173 (gst_wavparse_change_state):
26174 * gst/wavparse/gstwavparse.h:
26175 Quickfix for capsnego.
26177 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
26179 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
26180 Fix indenting, fix pad creation.
26182 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
26184 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
26185 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
26186 (gst_xviddec_sink_link):
26187 Implement src_getcaps() so proper size caps is negotiated.
26189 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
26191 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
26192 Finish flac decoder on EOS. See #116178.
26194 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
26196 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
26197 (gst_matroska_demux_add_stream):
26198 * gst/matroska/matroska-ids.h:
26199 Add getcaps() function to fix capsnego...
26201 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
26203 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26204 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26205 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26206 Fix more integer overflows. Again, see #126967.
26208 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
26210 * ext/mpeg2dec/gstmpeg2dec.c:
26211 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
26214 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
26217 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
26218 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
26219 * ext/xvid/gstxvid.h:
26220 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
26221 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
26222 (gst_xviddec_src_link), (gst_xviddec_sink_link),
26223 (gst_xviddec_change_state):
26224 * ext/xvid/gstxviddec.h:
26225 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
26226 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
26227 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
26228 (gst_xvidenc_link), (gst_xvidenc_set_property),
26229 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
26230 * ext/xvid/gstxvidenc.h:
26231 Update xvid plugin to latest xvid (1.0.0-beta3) API.
26233 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
26235 * gst/rtp/rtp-packet.c:
26236 Add sys/types.h include, since OS X doesn't define in_addr_t
26237 in netinet/in.h, like it does on Linux (see #129600).
26239 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
26241 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
26243 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
26244 Correct logic of dispose function (see #129306).
26246 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
26248 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
26249 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
26250 (gst_mpeg_parse_init):
26251 * gst/mpegstream/gstmpegparse.h:
26252 Remove clock (which was never provided, i.e. dead code), and
26253 also fix integer overflows at high PTS values (see #126967).
26255 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
26257 * ext/flac/gstflacdec.c:
26258 * ext/libpng/gstpngenc.h:
26259 * ext/mikmod/gstmikmod.h:
26260 OS X fixes (see #126628).
26262 2004-01-02 David Schleef <ds@schleef.org>
26264 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
26265 (gst_alsa_src_base_init): Remove bogus "src" request pad.
26266 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
26267 (gst_mpeg_parse_class_init): Move pad template registration
26268 to class_init, since the derived class (mpegdemux) doesn't
26271 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
26273 * sys/ximage/Makefile.am:
26274 * sys/xvideo/Makefile.am:
26275 * sys/xvimage/Makefile.am:
26276 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
26277 after installation (see #127664).
26279 2004-01-02 David Schleef <ds@schleef.org>
26281 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
26282 (gst_ffmpegenc_connect): Negotiation fixes.
26283 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
26284 Remove inappropriate gst_caps_free().
26285 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
26286 Reenable Ronald's internal resize code, since the core handles
26289 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
26291 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
26292 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
26293 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
26294 Fix pad template stuff.
26296 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
26298 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
26299 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
26300 fix signed integer reading/writing.
26302 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
26305 Remove outdated document
26307 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
26309 * gst/cutter/gstcutter.c: (gst_cutter_init):
26310 src pad was being created twice - oops.
26312 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
26314 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
26315 Comment out internal resize. It doesn't handle the resulting
26316 XEvent internally, does another try_set_caps() which leads to
26317 a really nice loop.
26318 Real fix will come when Julien and Dave are awake. ;).
26320 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
26322 * ext/mpeg2enc/gstmpeg2enc.cc:
26323 fix const/nonconst compile issue.
26325 2004-01-02 David Schleef <ds@schleef.org>
26327 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
26328 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
26329 Add fixate function and a check for bad formats.
26331 2004-01-01 David Schleef <ds@schleef.org>
26334 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
26335 (gst_audiofilter_init):
26336 * gst/debug/efence.c: (gst_efence_init):
26337 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
26338 (gst_deinterlace_init):
26339 * gst/volume/gstvolume.c: (volume_connect):
26341 2004-01-01 David Schleef <ds@schleef.org>
26343 Convert elements to use gst_pad_use_explicit_caps() where
26345 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
26346 * ext/audiofile/gstafparse.c: (gst_afparse_init),
26347 (gst_afparse_open_file):
26348 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
26349 (gst_afsrc_open_file):
26350 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
26351 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
26352 (gst_ffmpegdec_chain):
26353 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
26354 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
26355 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
26356 (gst_gdk_pixbuf_chain):
26357 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
26358 (gst_jpegdec_chain):
26359 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
26360 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
26361 (gst_mikmod_negotiate):
26362 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26363 (gst_mpeg2dec_negotiate_format):
26364 * ext/mpeg2enc/gstmpeg2enc.cc:
26365 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26366 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
26367 (gst_speexdec_sinkconnect):
26368 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
26369 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
26370 (gst_vorbisfile_new_link):
26371 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
26372 (gst_ac3parse_chain):
26373 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
26374 (gst_asf_demux_setup_pad):
26375 * gst/auparse/gstauparse.c: (gst_auparse_init),
26376 (gst_auparse_chain):
26377 * gst/id3/gstid3types.c: (gst_id3types_loop):
26378 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
26379 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26380 (mp1videoparse_parse_seq):
26381 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
26383 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26384 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
26385 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26386 (gst_mpeg_parse_send_data):
26387 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26388 (gst_qtdemux_add_stream):
26389 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
26390 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26391 (gst_wavparse_parse_fmt):
26393 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
26396 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
26397 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
26398 it therefore uses the wrong include paths. Too bad... Note
26399 that 1.6.1.93 is not release yet. ;).
26400 Also add a check for mplex, which is now using the lib'ified
26401 mplex from mjpegtools, too.
26402 * ext/ffmpeg/gstffmpegcodecmap.c:
26403 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
26404 issues. I don't think ffmpeg handles 3ivx correctly, so this
26405 probably won't work. But it won't hurt either.
26406 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
26407 (gst_ffmpegdec_chain):
26408 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
26409 (gst_ffmpegenc_chain_audio):
26410 Fix memleak in audio encoding. Close codec if open fails, this
26411 calls the cleanup routines so we can re-use the context.
26412 * ext/mpeg2enc/gstmpeg2enc.cc:
26413 Fix pad template names/types, fix memory issue with getcaps().
26414 * ext/mpeg2enc/gstmpeg2encoder.cc:
26415 * ext/mpeg2enc/gstmpeg2encoder.hh:
26416 Fix compile issue with new caps system (const thingy).
26417 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
26418 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
26419 We read a first frame right on initing, so that we have a caps
26420 when we init the output. This caps is cached in padprivate and
26421 read as first frame.
26422 * ext/mplex/Makefile.am:
26423 * ext/mplex/gstmplex.cc:
26424 * ext/mplex/gstmplex.h:
26425 * ext/mplex/gstmplex.hh:
26426 * ext/mplex/gstmplexibitstream.cc:
26427 * ext/mplex/gstmplexibitstream.hh:
26428 * ext/mplex/gstmplexjob.cc:
26429 * ext/mplex/gstmplexjob.hh:
26430 * ext/mplex/gstmplexoutputstream.cc:
26431 * ext/mplex/gstmplexoutputstream.hh:
26432 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
26433 had issues, didn't do capsnego, supported only a subset of the
26434 mplex features and required a mplex fork in our local CVS. Plus
26435 that it worked agaist a very old mplex version. Rewriting was
26436 faster than updating it.
26437 * gst-libs/ext/Makefile.am:
26438 * gst-libs/ext/mplex/INSTRUCT:
26439 * gst-libs/ext/mplex/Makefile.am:
26440 * gst-libs/ext/mplex/README:
26441 * gst-libs/ext/mplex/TODO:
26442 * gst-libs/ext/mplex/ac3strm_in.cc:
26443 * gst-libs/ext/mplex/audiostrm.hh:
26444 * gst-libs/ext/mplex/audiostrm_out.cc:
26445 * gst-libs/ext/mplex/aunit.hh:
26446 * gst-libs/ext/mplex/bits.cc:
26447 * gst-libs/ext/mplex/bits.hh:
26448 * gst-libs/ext/mplex/buffer.cc:
26449 * gst-libs/ext/mplex/buffer.hh:
26450 * gst-libs/ext/mplex/fastintfns.h:
26451 * gst-libs/ext/mplex/format_codes.h:
26452 * gst-libs/ext/mplex/inputstrm.cc:
26453 * gst-libs/ext/mplex/inputstrm.hh:
26454 * gst-libs/ext/mplex/lpcmstrm_in.cc:
26455 * gst-libs/ext/mplex/mjpeg_logging.cc:
26456 * gst-libs/ext/mplex/mjpeg_logging.h:
26457 * gst-libs/ext/mplex/mjpeg_types.h:
26458 * gst-libs/ext/mplex/mpastrm_in.cc:
26459 * gst-libs/ext/mplex/mpegconsts.cc:
26460 * gst-libs/ext/mplex/mpegconsts.h:
26461 * gst-libs/ext/mplex/mplexconsts.hh:
26462 * gst-libs/ext/mplex/multplex.cc:
26463 * gst-libs/ext/mplex/outputstream.hh:
26464 * gst-libs/ext/mplex/padstrm.cc:
26465 * gst-libs/ext/mplex/padstrm.hh:
26466 * gst-libs/ext/mplex/stillsstream.cc:
26467 * gst-libs/ext/mplex/stillsstream.hh:
26468 * gst-libs/ext/mplex/systems.cc:
26469 * gst-libs/ext/mplex/systems.hh:
26470 * gst-libs/ext/mplex/vector.cc:
26471 * gst-libs/ext/mplex/vector.hh:
26472 * gst-libs/ext/mplex/videostrm.hh:
26473 * gst-libs/ext/mplex/videostrm_in.cc:
26474 * gst-libs/ext/mplex/videostrm_out.cc:
26475 * gst-libs/ext/mplex/yuv4mpeg.cc:
26476 * gst-libs/ext/mplex/yuv4mpeg.h:
26477 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
26478 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
26479 We don't fork mjpegtools' mplex in our CVS anymore.
26480 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
26481 (gst_avi_demux_add_stream):
26482 * gst/avi/gstavidemux.h:
26483 Add getcaps() function for proper caps nego. This makes some
26484 parts of AVI playback/reading work.
26485 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
26486 Resize window on new capsnego. This is probably wrong, but
26487 I'm still committing it because with current capsnego, the
26488 first successfull capsnego is auto-fixated, therefore rounded
26489 down to the lowest values in the caps. this results in a 16x16
26490 XWindow that is not reized when real capsnego finishes.
26491 Dave, I see more cases of this, do you know a proper solution?
26492 * tools/gst-launch-ext.in:
26493 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
26495 2003-12-31 David Schleef <ds@schleef.org>
26497 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
26498 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
26499 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
26501 2003-12-30 David Schleef <ds@schleef.org>
26503 * ext/ffmpeg/gstffmpegcolorspace.c:
26504 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
26505 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
26506 (gst_ffmpegcsp_chain): Negotiation fixes
26507 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
26508 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
26509 (gst_audio_convert_link), (gst_audio_convert_channels):
26510 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
26511 (gst_audioscale_link), (gst_audioscale_get_buffer),
26512 (gst_audioscale_chain): Negotiation fixes
26513 * gst/audioscale/gstaudioscale.h:
26514 * gst/videofilter/gstvideofilter.c:
26515 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
26516 (gst_videofilter_link), (gst_videofilter_init),
26517 (gst_videofilter_set_output_size), (gst_videofilter_setup),
26518 (gst_videofilter_find_format_by_structure):
26519 * gst/videofilter/gstvideofilter.h: Negotiation fixes
26520 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
26521 (gst_videoscale_link):
26522 * gst/videoscale/videoscale.c: (videoscale_get_structure),
26523 (videoscale_find_by_structure), (gst_videoscale_setup):
26524 * gst/videoscale/videoscale.h: Negotiation fixes
26525 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
26526 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
26527 function, restrict resizing to a multiple of 4 (hack until
26528 everyone supports odd sizes correctly).
26530 2003-12-29 Colin Walters <walters@verbum.org>
26532 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
26535 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
26537 * ext/sndfile/gstsf.c: (gst_sf_loop):
26538 Fix warning about discarding const qualifier
26540 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
26542 * gst/cutter/gstcutter.c:
26543 * gst/videoscale/gstvideoscale.c:
26544 * gst/volenv/gstvolenv.c:
26545 * gst-libs/gst/audio/audio.c:
26546 * gst-libs/gst/video/video.c:
26549 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26551 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
26552 Don't send ALSA debugging to stderr.
26553 * ext/alsa/gstalsa.h:
26554 Use GST_WARNING instead of g_warning when ALSA functions fail.
26556 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26558 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
26559 Free XVAdapterInfo correctly.
26561 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26563 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26564 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
26565 Make id3tag use correct caps nego.
26567 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
26569 * ext/ivorbis/vorbis.c:
26570 * ext/ivorbis/vorbisenc.h:
26571 * ext/ivorbis/vorbisfile.c:
26572 Modify so that it uses the new caps things
26574 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26576 * testsuite/spider/spider1.c: (main):
26577 * testsuite/spider/spider2.c: (main):
26578 * testsuite/spider/spider3.c: (main):
26579 Make tests compile again. They probably don't work.
26581 2003-12-24 Colin Walters <walters@verbum.org>
26583 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
26584 we can't fixate the caps anymore.
26586 2003-12-23 David Schleef <ds@schleef.org>
26588 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
26589 * sys/oss/gstosssink.c: (gst_osssink_init),
26590 (gst_osssink_sink_fixate): Add fixate function.
26592 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
26594 * ext/ffmpeg/gstffmpegcodecmap.c:
26595 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
26596 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
26597 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
26598 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
26599 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
26600 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
26601 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
26602 fix typo in RGB masks, and move back to "old" colorspace
26603 capsnego code until whoever wrote this new crap has actually
26604 tested it so that it works.
26605 And yes, this works, keep it that way please.
26607 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
26609 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
26610 (gst_divxdec_init), (gst_divxdec_negotiate):
26611 * ext/divx/gstdivxdec.h:
26612 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
26613 (gst_divxenc_init):
26614 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
26615 (gst_faac_sinkconnect), (gst_faac_srcconnect):
26616 * ext/mpeg2enc/gstmpeg2enc.cc:
26617 * ext/mpeg2enc/gstmpeg2encoder.cc:
26618 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
26619 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
26620 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
26621 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
26622 (dxr3spusink_init):
26623 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
26624 (dxr3videosink_init):
26625 Fix caps breakage after Dave's caps branch merge.
26627 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
26629 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26630 Fix for 24bpp display.
26632 2003-12-23 Colin Walters <walters@verbum.org>
26634 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
26635 a GnomeVFSHandle directly.
26637 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
26639 * gst/volume/Makefile.am:
26640 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
26641 (volume_base_init), (volume_init):
26642 Reenable volume element and fix to work with new caps stuff.
26643 Rhythmbox needs this.
26645 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
26647 * gst/qtdemux/qtdemux.c: (plugin_init):
26648 qtdemux requires bytestream
26650 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
26652 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
26653 Fix remaining caps handling errors due to CAPS merge.
26655 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
26657 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
26658 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
26659 (gst_faad_srcconnect):
26660 Port to new caps system.
26662 2003-12-21 Julien MOUTTE <julien@moutte.net>
26664 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
26665 (got_video_size), (main): using g_print instead of g_message.
26666 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
26667 signal which was not emitted because of "switch" element added to the
26668 bin but not connected. (Removing from the bin temporarily)
26670 2003-12-21 Julien MOUTTE <julien@moutte.net>
26672 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
26673 find X development files. I don't understand the previous tests and
26674 they fail on my debian/ppc unstable. This one works.
26675 * examples/gstplay/player.c: (main): Set the pipeline to READY before
26677 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
26678 (gst_play_set_video_sink), (gst_play_set_audio_sink),
26679 (gst_play_set_visualization): Add some safety checks in set_ methods
26680 and state_change. This was throwing some ugly CRITICAL messages when
26681 pipeline was getting disposed and casts were failing.
26683 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
26686 Improve mpeg2enc detection. This is for distributions that do
26687 ship mjpegtools, but without mpeg2enc. Also does object check
26688 for might there ever be ABI incompatibility.
26689 * ext/mpeg2enc/gstmpeg2enc.cc:
26690 Add Andrew as second maintainer (he's helping me), and also add
26691 an error if no caps was set. This happens if I pull before capsnego
26692 and that's something I should solve sometime else.
26693 * gst/matroska/matroska-demux.c:
26694 (gst_matroska_demux_parse_blockgroup):
26696 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
26697 (gst_matroska_mux_track_header):
26698 Add caps to templates.
26699 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
26700 Add mpegversion=1 to prevent confusion with MPEG/AAC.
26701 * gst/mpegstream/gstmpegdemux.c:
26702 Remove layer since it causes warnings about unfixed caps.
26703 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
26704 Fix obvious typo (we error out if caps were set, we should of
26705 course error out if *no* caps were set).
26706 * sys/oss/gstosselement.c: (gst_osselement_convert):
26707 Fix format conversion, we confused bits/bytes.
26708 * sys/oss/gstosselement.h:
26709 Improve documentation for 'bps'.
26711 Remove stuff about plugins that need removing - this was done
26713 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
26714 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
26715 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
26716 (gst_v4lsrc_src_query):
26717 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
26718 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
26719 Add get_query_types(), get_formats() and query() functions.
26721 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
26723 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
26724 * moved CVS to freedesktop.org