1 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
4 use GST_PKG_CHECK_MODULES, cleans up output
6 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
8 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
9 Add support for burn:// URIs (#343385); const-ify things a bit,
10 use G_N_ELEMENTS instead of hard-coded array size.
12 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
14 Patch by: Young-Ho Cha <ganadist at chollian net>
16 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
17 Fix up broken entities before passing them to libxml *sigh*.
20 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
25 === release 0.10.8 ===
27 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
30 releasing 0.10.8, "Moar gij ziet mij nie"
32 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
49 * win32/common/config.h:
52 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
54 * docs/libs/tmpl/gstaudio.sgml:
55 * docs/libs/tmpl/gstcolorbalance.sgml:
56 * docs/libs/tmpl/gstmixer.sgml:
57 * docs/libs/tmpl/gstringbuffer.sgml:
58 * docs/libs/tmpl/gsttuner.sgml:
59 * docs/libs/tmpl/gstxoverlay.sgml:
60 * gst-libs/gst/audio/audio.c:
61 * gst-libs/gst/audio/gstringbuffer.c:
62 * gst-libs/gst/interfaces/colorbalance.c:
63 * gst-libs/gst/interfaces/mixer.c:
64 * gst-libs/gst/interfaces/tuner.c:
65 * gst-libs/gst/interfaces/xoverlay.c:
66 move last template doc snippets to source code and delete them
68 2006-06-06 Michael Smith <msmith@fluendo.com>
70 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
71 (theora_parse_drain_queue):
72 Mark DELTA_UNIT on non-keyframes.
74 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
76 * gst-libs/gst/audio/gstbaseaudiosink.c:
77 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
78 * gst-libs/gst/audio/gstbaseaudiosink.h:
79 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
80 (gst_ring_buffer_samples_done):
81 * gst-libs/gst/audio/gstringbuffer.h:
82 Document better the fact that latency_time and buffer_time are values
83 stored in microseconds, and not the usual GStreamer nanoseconds.
84 Change the variables (compatibly) that store them from GstClockTime
85 to guint64 to make it more clear that they're not storing clock times.
86 Also, remove the bogus property description that says the user can
87 specify -1 to get the default value, since that's never been the case.
89 When computing the default segment size for the ring buffer, make it
90 an integer number of samples.
92 When the sub-class indicates a delay greater than the number of
93 samples we've written return 0 from the audio sink get_time method.
95 2006-06-02 Michael Smith <msmith@fluendo.com>
97 * tests/check/elements/audioconvert.c: (set_channel_positions),
98 (get_float_mc_caps), (get_int_mc_caps):
99 * tests/check/elements/audioresample.c:
100 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
101 * tests/check/elements/videorate.c:
102 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
103 * tests/check/elements/volume.c:
104 * tests/check/elements/vorbisdec.c:
105 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
106 Don't busy-wait in tests; this was causing test timeouts very
107 frequently when running under valgrind.
109 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
112 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
113 (gst_multi_fd_sink_remove_client_link),
114 (gst_multi_fd_sink_client_queue_caps),
115 (gst_multi_fd_sink_client_queue_buffer),
116 (gst_multi_fd_sink_handle_client_write),
117 (gst_multi_fd_sink_render):
118 * gst/tcp/gstmultifdsink.h:
119 make multifdsink properly deal with streamheader:
120 - streamheader is taken from caps
121 - buffers marked with IN_CAPS are not sent
122 - streamheaders are sent, on connection, from the caps of the
123 buffer where the client gets positioned to
124 - further streamheader changes are done every time the client
125 will receive a buffer with different caps
126 * tests/check/elements/multifdsink.c: (GST_START_TEST),
127 (gst_multifdsink_create_streamheader):
130 2006-06-02 Michael Smith <msmith@fluendo.com>
132 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
133 Reinstate limit on channel count. Vorbis does not define the meaning
134 of > 6 channels, so they're just independent channels. Gstreamer
135 currently has no mechanism to represent N independent channels.
137 2006-06-02 Michael Smith <msmith@fluendo.com>
139 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
140 Don't arbitrarily restrict channel counts and rate in vorbis.
141 In terms of effects likely on real-world files, this fixes 96kHz
144 2006-06-02 Michael Smith <msmith@fluendo.com>
146 * gst/audioconvert/audioconvert.c: (float):
147 More correct float->int conversion.
149 2006-06-02 Michael Smith <msmith@fluendo.com>
151 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
152 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
153 value. Fixes g-critical on trying to play back ogg containing
156 2006-06-02 Wim Taymans <wim@fluendo.com>
158 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
160 * gst/playback/gstplaybasebin.h:
161 Make the subtitle detection work from any thread so we don't
162 deadlock. Fixes #343397.
164 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
166 * gst/volume/Makefile.am:
167 Seriously, it's not *that* hard to get compilation right. Even
168 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
170 2006-06-01 Stefan Kost <ensonic@users.sf.net>
172 * gst/volume/gstvolume.c: (volume_choose_func),
173 (volume_update_real_volume), (gst_volume_class_init),
174 (gst_volume_init), (volume_process_float), (volume_process_int16),
175 (volume_process_int16_clamp), (volume_set_caps),
176 (volume_transform_ip), (plugin_init):
177 * gst/volume/gstvolume.h:
178 rewrite the passthrough check, split _int16 and _int16_clamp, fix
179 another property desc., remove unused param from process function
181 * tests/check/elements/volume.c: (volume_suite):
182 reactivate the passthrough test
184 2006-06-01 Stefan Kost <ensonic@users.sf.net>
186 * ext/alsa/gstalsamixerelement.h:
187 * ext/alsa/gstalsamixeroptions.h:
188 * ext/alsa/gstalsamixertrack.h:
189 * ext/gnomevfs/gstgnomevfssink.h:
190 * ext/gnomevfs/gstgnomevfssrc.h:
191 * ext/theora/gsttheoradec.h:
192 * ext/theora/gsttheoraenc.h:
193 * ext/theora/gsttheoraparse.h:
194 * ext/vorbis/vorbisparse.h:
195 * gst-libs/gst/audio/gstaudioclock.h:
196 * gst-libs/gst/audio/gstaudiofilter.h:
197 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
198 * gst/audioconvert/gstaudioconvert.h:
199 * gst/audioresample/gstaudioresample.h:
200 * gst/audiotestsrc/gstaudiotestsrc.h:
201 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
202 * gst/playback/gststreamselector.h:
203 * gst/tcp/gstmultifdsink.h:
204 * gst/tcp/gsttcpclientsink.h:
205 * gst/tcp/gsttcpclientsrc.h:
206 * gst/tcp/gsttcpserversink.h:
207 * gst/tcp/gsttcpserversrc.h:
208 * gst/videorate/gstvideorate.h:
209 * gst/videoscale/gstvideoscale.h:
210 * gst/videotestsrc/gstvideotestsrc.h:
211 * gst/volume/gstvolume.h:
212 * sys/v4l/gstv4ljpegsrc.h:
213 * sys/v4l/gstv4lmjpegsink.h:
214 * sys/v4l/gstv4lmjpegsrc.h:
215 * sys/v4l/gstv4lsrc.h:
216 * sys/ximage/ximagesink.h:
217 * sys/xvimage/xvimagesink.h:
218 * tests/old/testsuite/alsa/sinesrc.h:
219 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
221 2006-05-31 Wim Taymans <wim@fluendo.com>
223 * ext/libvisual/visual.c: (gst_visual_reset),
224 (gst_visual_sink_setcaps), (gst_visual_sink_event),
225 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
227 Use running time before doing QoS.
230 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
232 * docs/libs/Makefile.am:
233 set a magic variable to indicate we know the docs are incomplete
235 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
237 * win32/common/libgstvideo.def:
238 export gst_video_calculate_display_ratio
239 * win32/vs6/libgstvideoscale.dsp:
240 add link to libgstvideo-0.10.lib
242 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
244 * gst/playback/gstplaybasebin.c: (gen_source_element):
245 Throw a more comprehensible error for rtsp:// URIs (rather
246 than erroring out with a negotiation error later on) until
247 we fix playbin to handle rtspsrc etc.
249 2006-05-30 Wim Taymans <wim@fluendo.com>
251 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
252 (gst_text_overlay_text_event):
255 2006-05-30 Wim Taymans <wim@fluendo.com>
257 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
258 (gst_adder_request_new_pad), (gst_adder_release_pad):
259 * gst/adder/gstadder.h:
260 Implement release_request_pad.
261 Make padcounter atomic.
263 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
264 Added check for release_pad in adder.
266 2006-05-30 Wim Taymans <wim@fluendo.com>
268 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
271 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
273 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
274 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
275 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
276 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
277 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
278 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
279 (gst_ogg_demux_bisect_forward_serialno),
280 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
281 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
283 clean up printf formats for granulepos and serialno
285 2006-05-30 Michael Smith <msmith@fluendo.com>
287 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
288 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
289 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
290 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
291 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
292 * ext/vorbis/vorbisenc.h:
293 Multi-channel caps negotiation, so we can do proper multichannel
294 vorbis encoding, negotiated through audioconvert.
296 2006-05-30 Wim Taymans <wim@fluendo.com>
298 * tests/check/elements/adder.c: (test_event_message_received),
299 (test_play_twice_message_received), (GST_START_TEST),
301 Added check to show that #339935 is fixed with ongoing
302 adder and collectpads fixes.
304 2006-05-29 Wim Taymans <wim@fluendo.com>
306 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
309 2006-05-29 Wim Taymans <wim@fluendo.com>
311 * gst/adder/gstadder.c: (gst_adder_query_duration),
312 (forward_event_func), (forward_event), (gst_adder_src_event):
314 Make query/seeking code threadsafe.
316 * tests/check/Makefile.am:
317 * tests/check/elements/adder.c: (test_event_message_received),
318 (GST_START_TEST), (test_play_twice_message_received):
321 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
323 Patch by: Young-Ho Cha <ganadist at chollian net>
325 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
326 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
327 (set_encoding_element), (decodebin_element_added_cb),
328 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
329 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
330 * gst/playback/gstplaybasebin.h:
331 Add 'subtitle-encoding' property to playbin, so applications can
332 force a subtitle encoding for non-UTF8 subtitles (#342268).
334 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
335 (gst_sub_parse_set_property):
336 Rename recently-added 'encoding' property to 'subtitle-encoding'
337 (so it can be proxied by playbin/decodebin in a generic way
338 with less danger of false positives).
340 2006-05-29 Michael Smith <msmith@fluendo.com>
342 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
343 (append_with_other_format), (set_structure_widths),
344 (gst_audio_convert_transform_caps):
345 Patch from #341562: give more specific audio caps in get_caps, so
346 that basetransform can make better decisions on what caps to
349 2006-05-28 Stefan Kost <ensonic@users.sf.net>
351 * tests/check/elements/volume.c:
352 make it compile again
354 2006-05-28 Stefan Kost <ensonic@users.sf.net>
356 * tests/check/elements/volume.c: (volume_suite):
357 disable test until #343196 gets resolved
359 2006-05-28 Stefan Kost <ensonic@users.sf.net>
361 * gst/adder/gstadder.c: (gst_adder_get_type):
362 Make it easier to copy&paste
364 * gst/volume/Makefile.am:
365 * gst/volume/gstvolume.c: (volume_update_real_volume),
366 (gst_volume_set_volume), (gst_volume_set_mute),
367 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
368 (volume_transform_ip), (volume_update_mute),
369 (volume_update_volume):
370 * gst/volume/gstvolume.h:
371 Add own debug category, move duplicate code to helper function, fix
372 property texts, add more comments and prepare ffor liboil-goodness
374 * tests/check/Makefile.am:
375 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
376 add test for mute and passtrough case, be a bit more verbose to track
379 * tests/check/generic/states.c: (GST_START_TEST):
380 catch elements that fail to instantiate
382 2006-05-28 Edward Hervey <edward@fluendo.com>
384 * tests/check/pipelines/simple-launch-lines.c:
385 * tests/check/pipelines/theoraenc.c:
386 * tests/check/pipelines/vorbisenc.c:
387 Comment out tests using parse_launch() if core was built without
388 parsing capabilities.
390 2006-05-27 Edward Hervey <edward@fluendo.com>
392 * tests/check/Makefile.am:
393 Extra bonus points for whoever explains to ensonic that you are meant
394 to test unit tests thoroughly before commiting them, especially if
395 you know it's going to break.
396 De-activated element/adder tests.
398 2006-05-27 Edward Hervey <edward@fluendo.com>
400 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
401 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
402 Marking caps conversion issues as GST_WARNING is way too verbose,
403 Moving them to GST_LOG.
405 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
408 Replace current README (containing the release notes from
409 some 0.9.x version) with a proper README taken from the core.
411 2006-05-26 Wim Taymans <wim@fluendo.com>
413 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
414 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
415 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
416 (vorbis_dec_change_state):
419 Clip output samples to segment boundaries.
421 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
423 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
424 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
425 Improve the errors produced on bad output, including some human
426 readable description strings.
427 Handle the (theoretical for ximagesink) case where the XServer
428 has a different idea about the size required for a particular
429 frame and gives us too small a memory allocation.
431 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
433 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
434 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
435 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
436 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
437 Improve the errors produced on bad output, including some human
438 readable description strings.
439 Handle RGB Xv formats properly by transforming them into our
440 big-endian caps description.
441 Use gst_caps_truncate to ensure that we never try and choose a
442 non-fixed caps in buffer_alloc.
443 Handle the case where the XServer has a different idea about the size
444 required for a particular frame and gives us too small a memory
446 Use -1 to indicate 'no image format', because 0 is a valid XServer
448 Put RGB Xv formats at the end of the caps, so that we always prefer
450 Iterate the available Xv Encodings to determine the maximum width and
451 height, and then return that in our caps.
452 (Closes #315312, #337544)
454 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
456 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
457 When there is only one unfinished pad and it receives an event that
458 doesn't match our requirements, we need to set alldone=FALSE so that
459 the fakesink is not removed yet.
461 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
463 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
464 Use gst_type_find_helper_for_buffer() to find the type
465 of stream from the first packet.
468 Bump requirements to core CVS (needed for vorbis
469 typefinding to work).
471 2006-05-24 Edward Hervey <edward@fluendo.com>
473 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
474 Added the 'prfl' atom type which MQV (no, it's not a typo) files
475 contain. Else they play perfectly fine with qtdemux.
477 2006-05-23 Stefan Kost <ensonic@users.sf.net>
479 * ext/theora/theoradec.c:
480 * ext/theora/theoraenc.c:
481 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
482 * gst/audiorate/gstaudiorate.c:
483 make more debug catagories static
485 * tests/check/Makefile.am:
486 * tests/check/elements/adder.c: (message_received),
487 (test_event_message_received), (GST_START_TEST),
488 (test_play_twice_message_received), (adder_suite):
489 added test case for using element twice, extra bonus points for anyone
490 who can make these test run reliably
492 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
494 * ext/theora/theoradec.c: (theora_dec_chain):
495 Make work with time-stamped input buffers that do not
496 have a granulepos in BUFFER_OFFSET_END (like theora
497 buffers coming from matroskademux). Fixes #342448.
499 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
501 Patch by: Peter Kjellerstedt <pkj at axis com>
503 * gst/tcp/Makefile.am:
504 fdstresstest doesn't need Gtk+, fix compilation if
505 gtk is not available (#342566).
507 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
509 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
511 Removed redundant floor()
513 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
515 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
516 On second thought, just skip JUNK chunks automatically, so
517 the caller doesn't have to handle this. Fixes #342345.
518 Also, return GST_FLOW_UNEXPECTED if we get a short read,
521 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
523 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
524 Don't bail out on JUNK chunks with a size of 0 (would try to
525 pull_range 0 bytes before, which sources don't like too much).
528 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
530 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
531 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
532 Use the gstutil scaling function to preserve 64 bits while calculating
533 output width and height from the display-aspect-ratio. (A continuation
536 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
538 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
539 (gst_xvimagesink_buffer_alloc):
540 * sys/xvimage/xvimagesink.h:
541 When performing buffer allocations, remember the caps and image format
542 we return so that if the same caps are asked for next time we can
543 return them immediately without doing any caps intersections.
545 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
547 * gst-libs/gst/rtp/README:
548 Some new documentation
549 * gst-libs/gst/rtp/gstrtpbuffer.h:
550 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
551 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
552 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
553 New RTP audio base payloader class. Supports frame or sample based
554 codecs. Not enabled in Makefile.am until approved.
556 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
558 * tests/check/elements/alsa.c: (test_device_property_probe):
559 Fix test case: don't try to free NULL GValueArray when there
562 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
564 * tests/check/Makefile.am:
565 * tests/check/elements/alsa.c: (test_device_property_probe),
566 (alsa_suite), (main):
567 Add simple test that runs a device property probe on alsasrc,
568 alsasink and alsamixer. Disable valgrind check for now (too
569 many leaks in libasound, and valgrind ignored my suppressions
572 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
574 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
575 (gst_alsa_device_property_probe_probe_property),
576 (gst_alsa_device_property_probe_needs_probe),
577 (gst_alsa_device_property_probe_get_values),
578 (gst_alsa_type_add_device_property_probe_interface):
579 * ext/alsa/gstalsadeviceprobe.h:
580 * ext/alsa/gstalsamixerelement.c:
581 (gst_alsa_mixer_element_init_interfaces):
582 * ext/alsa/gstalsamixerelement.h:
583 Clean up and simplify alsa device probing. Make it actually work
584 for multiple classes. Don't cache results any longer.
586 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
588 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
589 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
590 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
591 Make alsasink and alsasrc implement the GstPropertyProbe interface
592 for device probing (#342181).
593 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
595 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
597 * gst/subparse/samiparse.c: (handle_start_font):
598 Don't ignore return value of strtol (++compiler_happiness).
600 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
602 Patch by: Young-Ho Cha <ganadist chollian net>
604 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
605 (gst_sub_parse_class_init), (gst_sub_parse_init),
606 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
608 * gst/subparse/gstsubparse.h:
609 Add 'encoding' property (#341681).
611 * gst/subparse/samiparse.c: (characters_sami):
612 Output is pango markup, so we need to escape text
613 between tags (#342143).
615 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
617 * gst-libs/gst/audio/multichannel.c:
618 (gst_audio_check_channel_positions):
619 It's okay to have caps with channels=1 and a channel position
620 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
621 (deinterleavers might want to keep the position in the caps,
622 so that they can be re-interleaved again properly later).
623 Leave check for unexpected 2-channel layouts intact for now.
625 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
627 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
628 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
629 basesrc can do its job correctly.
631 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
633 * ext/alsa/Makefile.am:
634 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
635 (gst_alsa_detect_formats), (get_channel_free_structure),
636 (caps_add_channel_configuration), (gst_alsa_detect_channels),
637 (gst_alsa_probe_supported_formats):
638 * ext/alsa/gstalsa.h:
639 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
640 Refactor and improve caps probing code: probe signedness
641 when we probe the supported formats/widths; set endianness
642 to the one we actually probed for (ie. cpu endianness).
644 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
646 * ext/alsa/gstalsasrc.h:
647 Implement caps probing for alsasrc.
649 2006-05-15 Wim Taymans <wim@fluendo.com>
651 * ext/theora/theoradec.c: (gst_theora_dec_reset),
652 (theora_dec_src_query), (theora_dec_src_event),
653 (theora_dec_sink_event), (theora_handle_comment_packet),
654 (theora_handle_data_packet), (theora_dec_change_state):
655 Cleanups, add some G_LIKELY.
656 Use segment helpers instead of our own wrong code.
657 Clear queued buffers on seek and READY.
659 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
660 (vorbis_dec_convert), (vorbis_dec_src_query),
661 (vorbis_dec_src_event), (vorbis_dec_sink_event),
662 (vorbis_handle_comment_packet), (vorbis_dec_push),
663 (vorbis_handle_data_packet), (vorbis_dec_chain),
664 (vorbis_dec_change_state):
665 * ext/vorbis/vorbisdec.h:
666 Remove old useless packetno variable.
667 Do position query properly.
669 Do cleanup of queued buffers in new helper function
672 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
674 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
675 Query supported sample rates. Fixes #341732.
677 2006-05-15 Julien MOUTTE <julien@moutte.net>
679 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
680 (gst_decode_bin_change_state): Make decodebin reusable
681 when going from PAUSE_TO_READY and then back to PAUSED.
684 2006-05-15 Wim Taymans <wim@fluendo.com>
686 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
687 (vorbis_dec_convert), (vorbis_dec_src_query),
688 (vorbis_dec_sink_query), (vorbis_dec_src_event),
689 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
690 (vorbis_dec_clean_queued), (vorbis_dec_push),
691 (vorbis_handle_data_packet), (vorbis_dec_change_state):
692 Cleanups. Use refcounting and DEBUG_OBJECT.
693 Reset segment on flush, use code methods instead of our
695 Fix potential memleak.
697 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
699 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
701 * ext/alsa/gstalsasink.h:
702 Don't leak allocated snd_output_t structure if there's
703 more than one alsasink instance at a time (#341873).
704 Also fix GObject macros in header file.
706 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
708 * gst/subparse/gstsubparse.c:
709 (gst_sub_parse_data_format_autodetect):
710 Don't use libxml functions in the typefinding code.
712 2006-05-15 Wim Taymans <wim@fluendo.com>
714 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
715 Fix seeking performance in the case where a non-header
716 packet has a 0 granulepos (busted theora case).
718 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
719 the first place, you limelight stealer you)
721 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
723 * gst/subparse/gstsubparse.c:
724 (gst_sub_parse_data_format_autodetect):
725 Improve SAMI typefinding: handle case where there are
726 whitespaces or newlines in front of the first <SAMI>
729 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
732 Build video4linux plugin even if there's no XVIDEO, just
733 without implementing the GstXOverlay interface (#334002).
735 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
738 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
740 Add tentative support for libvisual-0.4 (#336881).
742 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
744 Patch by: Young-Ho Cha <ganadist at chollian net>
746 * gst/subparse/samiparse.c: (handle_start_font):
747 Need to map "silver" colour explicitly (#169936).
749 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
751 Patch by: Young-Ho Cha <ganadist at chollian net>
753 * gst/subparse/Makefile.am:
754 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
755 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
756 (gst_sub_parse_format_autodetect), (feed_textbuf),
757 (gst_subparse_type_find), (plugin_init):
758 * gst/subparse/gstsubparse.h:
759 * gst/subparse/samiparse.c:
760 * gst/subparse/samiparse.h:
761 Add support for SAMI subtitles (#169936).
763 2006-05-14 Michael Smith <msmith@fluendo.com>
765 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
766 Fix #341696: crash when mixing L+R+C to mono or stereo.
767 * tests/check/Makefile.am:
768 * tests/check/elements/audioconvert.c: (set_channel_positions),
769 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
770 (audioconvert_suite):
771 Add test for the above, including some generic framework bits for
772 testing multichannel things.
774 === release 0.10.7 ===
776 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
779 releasing 0.10.7, "Leave the gun"
781 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
783 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
784 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
787 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
789 * docs/libs/gst-plugins-base-libs-docs.sgml:
790 * docs/libs/gst-plugins-base-libs-sections.txt:
791 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
792 * gst-libs/gst/video/video.h:
793 * gst/videoscale/Makefile.am:
794 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
795 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
796 * tests/check/Makefile.am:
797 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
799 Fix integer overflow problem with pixel-aspect-ratio calculations
800 in videoscale and xvimagesink (#341542)
802 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
804 * gst-libs/gst/tag/gstid3tag.c:
805 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
807 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
810 update win32 files listing
812 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
814 patch by: Sjoerd Simons (sjoerd@luon.net)
816 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
817 (group_create), (group_destroy), (add_stream),
818 (gst_play_base_bin_get_property),
819 (gst_play_base_bin_get_streaminfo_value_array):
820 * gst/playback/gstplaybasebin.h:
821 API: GstPlayBaseBin::stream-info-value-array property
822 use a more bindings-friendly way of exposing streaminfo
823 using a GValueArray. Tested in ipython.
826 2006-05-11 Wim Taymans <wim@fluendo.com>
828 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
829 (queue_underrun_cb), (queue_filled_cb):
830 Also catch queue underruns but don't do anything yet.
831 Refactor and comment queue enlarging code a bit.
833 * gst/playback/gstplaybasebin.c: (queue_overrun),
834 (queue_threshold_reached), (queue_out_of_data),
835 (gen_preroll_element):
836 If a queue over/underruns check that we don't create nasty
837 deadlocks when the min-threshold is not reached but the
838 max-bytes is. In those cases disable max-bytes when we
839 know that the queue is fed timed data.
842 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
844 * gst/playback/gstplaybin.c: (gen_audio_element):
845 Make playbin automatically plug an 'audioresample'
846 element before the audio sink as well. This solves
847 problems with sinks that only accept a very specific
848 sample rate, like esdsink (e.g. #340379).
850 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
852 * gst/playback/gstplaybasebin.c: (gen_source_element):
853 Make http sources send special headers so that we receive
854 icecast metadata if the http stream is an icecast stream
855 (otherwise the server will just ignore them). This also
856 means that from now on users will need the 'icydemux'
857 element from gst-plugins-good installed if they want to
858 listen to icecast radio streams. (#341432, #333657).
860 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
862 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
863 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
864 remove stupid example from docs - it should come with a simple
867 * tests/check/elements/multifdsink.c: (wait_bytes_served),
868 (fail_if_can_read), (GST_START_TEST),
869 (gst_multifdsink_create_streamheader), (multifdsink_suite):
870 add a test for changing streamheader which exposes a bug in
873 2006-05-11 Michael Smith <msmith@fluendo.com>
875 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
876 (gst_gnome_vfs_src_received_headers_callback):
877 * ext/gnomevfs/gstgnomevfssrc.h:
878 Don't set icy-caps unless we have a sane interval value. Move
879 interval to a local variable; we never use it outside this function.
881 2006-05-11 Wim Taymans <wim@fluendo.com>
883 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
884 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
885 Register special buffer types along with the objects so
886 that they are not registered at runtime from N different
887 streaming threads since they are not threadsafe.
889 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
891 * tests/check/elements/multifdsink.c: (wait_bytes_served),
892 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
893 add two more tests, one doing streamheader
895 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
897 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
898 clean up the bufqueue when shutting down
899 * tests/check/Makefile.am:
900 * tests/check/elements/multifdsink.c: (setup_multifdsink),
901 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
903 add a test for the leak that was just fixed
905 2006-05-10 Wim Taymans <wim@fluendo.com>
907 * gst/adder/gstadder.c: (gst_adder_setcaps),
908 (gst_adder_query_duration), (gst_adder_query), (forward_event),
909 (gst_adder_src_event), (gst_adder_sink_event),
910 (gst_adder_class_init), (gst_adder_finalize),
911 (gst_adder_request_new_pad), (gst_adder_collected):
912 * gst/adder/gstadder.h:
913 Updated some docs. Added comments and FIXMEs all over the place.
914 Improve debugging info.
915 Fix leak on finalize by not calling the parent.
916 Implement duration query.
917 Make event forwarding threadsafe.
918 Correctly send NEWSEGMENT at start and after flush.
919 Handle EOS correctly.
920 Post error when not negotiated.
922 * tests/check/elements/adder.c: (GST_START_TEST):
923 Added FIXME in the test.
925 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
927 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
928 (gst_text_overlay_halign_get_type),
929 (gst_text_overlay_wrap_mode_get_type):
930 * ext/theora/theoradec.c: (theora_handle_type_packet),
931 (theora_handle_data_packet):
932 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
933 (theora_enc_sink_setcaps), (theora_enc_chain):
934 * gst-libs/gst/cdda/gstcddabasesrc.c:
935 (gst_cdda_base_src_mode_get_type):
936 * gst/audiotestsrc/gstaudiotestsrc.c:
937 (gst_audiostestsrc_wave_get_type):
938 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
939 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
940 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
941 (gst_sync_method_get_type), (gst_unit_type_get_type),
942 (gst_client_status_get_type):
943 * gst/videoscale/gstvideoscale.c:
944 (gst_video_scale_method_get_type):
945 * gst/videotestsrc/gstvideotestsrc.c:
946 (gst_video_test_src_pattern_get_type):
947 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
948 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
949 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
950 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
951 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
952 (paint_setup_RGB565), (paint_setup_xRGB1555):
953 Const-ify GEnumValue and GFlagsValue arrays. Use
954 GST_ROUND_UP_* macros instead of home-made ones.
956 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
959 Require core CVS for the new newsegment stuff.
961 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
963 Patch by: Sjoerd Simons <sjoerd at luon net>
965 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
966 Register nick for enum value (#341160).
968 2006-05-09 Stefan Kost <ensonic@users.sf.net>
970 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
972 backout typefind patch #340375
974 * tests/check/elements/adder.c: (message_received),
975 (GST_START_TEST), (adder_suite):
976 redo, signal-handling of test
978 2006-05-09 Wim Taymans <wim@fluendo.com>
980 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
981 (gst_adder_collected):
982 * gst/adder/gstadder.h:
983 Remove bogus segment merging and forwarding, we don't
984 care about timestamps anyway and we just produce a
986 Also create a nice NEWSEGMENT event when we start.
987 Use _scale_int some more.
989 2006-05-09 Edward Hervey <edward@fluendo.com>
991 * tests/icles/stress-xoverlay.c:
992 Fix if core was built without parsing support.
994 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
996 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
997 Add SEDG (Samsung MPEG-4) fourcc.
999 2006-05-09 Edward Hervey <edward@fluendo.com>
1001 * tests/icles/stress-xoverlay.c:
1002 * tests/examples/volume/volume.c:
1003 Fix if core was built without parsing support.
1005 * tests/examples/seek/seek.c:
1006 Disable the parse_launch example if core was built without parsing
1009 2006-05-08 Edward Hervey <edward@fluendo.com>
1011 * autogen.sh: (CONFIGURE_DEF_OPT):
1012 libtoolize on Darwin/MacOSX is called glibtoolize
1014 2006-05-07 Stefan Kost <ensonic@users.sf.net>
1016 * tests/check/Makefile.am:
1017 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
1018 Disable the adder test, until the build-slaves posses the kindness to
1019 either like it or to give valid reason for not doing so
1021 2006-05-07 Stefan Kost <ensonic@users.sf.net>
1023 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
1025 Shuffle NULL state change around and raise timeout more
1027 2006-05-07 Stefan Kost <ensonic@users.sf.net>
1029 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
1030 (mp4_type_find), (plugin_init):
1031 Add typefind to distinguish between "audio/x-m4a" and new type
1032 "video/mp4". Fixes #340375
1034 * tests/check/elements/adder.c: (adder_suite):
1035 Raise timeout to make buildbot happy
1037 2006-05-07 Stefan Kost <ensonic@users.sf.net>
1039 * gst/adder/gstadder.c: (gst_adder_sink_event),
1040 (gst_adder_request_new_pad), (gst_adder_change_state):
1041 * gst/adder/gstadder.h:
1042 * tests/check/Makefile.am:
1043 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
1044 (adder_suite), (main):
1045 Add sink-event handling to adder. It tries to merge incomming
1046 newsegment-events. Added test to check if segment_done is comming
1047 through. Fixes #340060
1049 2006-05-05 Andy Wingo <wingo@pobox.com>
1051 * ext/theora/theoraparse.c (gst_theora_parse_init)
1052 (theora_parse_src_convert, theora_parse_src_query):
1053 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
1054 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
1055 query functions on the source pads of the theora and vorbis parse
1056 elements. Fixes position querying when doing a remux.
1058 2006-05-05 Michael Smith <msmith@fluendo.com>
1060 * ext/theora/theoraparse.c: (parse_granulepos),
1061 (theora_parse_drain_queue_prematurely),
1062 (theora_parse_queue_buffer), (theora_parse_sink_event):
1064 Fix invalid granulepos outputs when starting with a non-keyframe.
1066 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
1068 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
1069 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
1070 Rearrange MPEG system stream detection, fixing some memleaks in the
1072 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
1073 they clean up their data correctly.
1074 Remove unused ogganx caps and move the 'is_annodex' check to inside
1075 the 'is_ogg' if statement.
1077 2006-05-05 Wim Taymans <wim@fluendo.com>
1079 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
1080 Properly remove ghostpads. Fixes #340392
1082 2006-05-04 David Schleef <ds@schleef.org>
1084 * gst/typefind/gsttypefindfunctions.c:
1086 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
1088 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
1089 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
1091 When typefinding an MP3 in push-based mode, don't penalise the
1092 probability down to 74% when we found 5 valid frames just because we
1093 can't peek the end of the file.
1095 Make the probability for detecting MPEG Transport Streams based on the
1096 number of sequential headers we successfully detected.
1098 2006-05-03 Wim Taymans <wim@fluendo.com>
1100 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1101 (vorbis_dec_push), (vorbis_dec_chain):
1102 Still produce an error when we receive an empty packet.
1104 2006-05-03 Wim Taymans <wim@fluendo.com>
1106 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1107 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
1108 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
1109 Mark buffers with DISCONT after seek and after activating new
1112 * ext/theora/gsttheoradec.h:
1113 * ext/theora/theoradec.c: (gst_theora_dec_reset),
1114 (theora_get_query_types), (theora_dec_sink_event),
1115 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
1116 (theora_dec_change_state):
1118 Detect and mark DISCONT buffers.
1120 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1121 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
1122 (vorbis_dec_change_state):
1123 * ext/vorbis/vorbisdec.h:
1125 Detect and mark DISCONT buffers.
1126 Don't crash on 0 sized buffers.
1128 2006-05-03 Wim Taymans <wim@fluendo.com>
1130 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
1131 (volume_transform_ip):
1132 Increase "volume" property to 10.0. Fixes #340369.
1133 Set the process function to NULL when capsnego fails so that
1134 we properly error out.
1136 2006-05-02 Stefan Kost <ensonic@users.sf.net>
1138 * gst/playback/gstplaybin.c: (add_sink):
1139 * gst/playback/test.c: (main):
1140 * gst/playback/test5.c: (dump_element_stats):
1141 * gst/playback/test6.c: (main):
1142 free cpas using gst_caps_unref, don't leak caps-strings
1144 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
1146 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
1148 Refine musepack typefinding a bit. Return MAXIMUM
1149 probability when we detect stream version 7 to make
1150 sure the mpeg audio typefinder doesn't trump us.
1152 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
1154 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1155 Protect against unexpected NULL strf_data buffer.
1157 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
1159 * tests/check/elements/audioconvert.c: (verify_convert),
1161 interpret the out[] buffer in the order the bytes are actually
1162 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
1163 Other tests should use BYTE_ORDER since the array is filled in
1166 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
1168 * tests/check/elements/audioconvert.c: (verify_convert),
1170 when a test fails, give an indication of which it is
1172 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
1174 * gst-libs/gst/cdda/gstcddabasesrc.c:
1175 compile fix; strtol() needs <stdlib.h>
1177 2006-04-28 Stefan Kost <ensonic@users.sf.net>
1179 * ext/alsa/gstalsamixerelement.c:
1180 * ext/alsa/gstalsasrc.c:
1181 * ext/cdparanoia/gstcdparanoiasrc.c:
1182 * ext/gnomevfs/gstgnomevfssink.c:
1183 * ext/gnomevfs/gstgnomevfssrc.c:
1184 * ext/ogg/gstoggdemux.c:
1185 * ext/ogg/gstoggmux.c:
1186 * ext/ogg/gstoggparse.c:
1187 * ext/ogg/gstogmparse.c:
1188 * ext/pango/gstclockoverlay.c:
1189 * ext/pango/gsttextoverlay.c:
1190 * ext/pango/gsttextrender.c:
1191 * ext/pango/gsttimeoverlay.c:
1192 * ext/theora/theoradec.c:
1193 * ext/theora/theoraenc.c:
1194 * ext/vorbis/vorbisdec.c:
1195 * ext/vorbis/vorbisenc.c:
1196 * gst-libs/gst/audio/gstaudiofilter.c:
1197 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1198 * gst/audioconvert/gstaudioconvert.c:
1199 * gst/audiorate/gstaudiorate.c:
1200 * gst/audioresample/gstaudioresample.c:
1201 * gst/audiotestsrc/gstaudiotestsrc.c:
1202 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1203 * gst/playback/gstdecodebin.c:
1204 * gst/playback/gstplaybin.c:
1205 * gst/playback/gststreamselector.c:
1206 * gst/subparse/gstsubparse.c:
1207 * gst/tcp/gstmultifdsink.c:
1208 * gst/tcp/gsttcpclientsink.c:
1209 * gst/tcp/gsttcpclientsrc.c:
1210 * gst/tcp/gsttcpserversink.c:
1211 * gst/tcp/gsttcpserversrc.c:
1212 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1213 * gst/videorate/gstvideorate.c:
1214 * gst/videoscale/gstvideoscale.c:
1215 * gst/videotestsrc/gstvideotestsrc.c:
1216 * gst/volume/gstvolume.c:
1217 * sys/v4l/gstv4ljpegsrc.c:
1218 * sys/v4l/gstv4lmjpegsink.c:
1219 * sys/v4l/gstv4lmjpegsrc.c:
1220 * sys/v4l/gstv4lsrc.c:
1221 * sys/ximage/ximagesink.c:
1222 * sys/xvimage/xvimagesink.c:
1223 * tests/check/libs/cddabasesrc.c:
1224 make GstElementDetails const
1226 2006-04-28 Stefan Kost <ensonic@users.sf.net>
1228 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
1230 send events from src-pad to all sink-pads fixes #338657
1232 2006-04-28 Stefan Kost <ensonic@users.sf.net>
1234 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
1235 (alsasink_parse_spec):
1236 query width capabilities from alsa, fixes #338919
1238 2006-04-28 Wim Taymans <wim@fluendo.com>
1240 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
1241 (gst_multi_fd_sink_remove_client_link):
1242 * gst/tcp/gstmultifdsink.h:
1243 Fix race condition in multifdsink that can lead to spurious
1244 duplicate clients. this patch adds a new signal that is fired when
1245 multifdsink has removed all references to the fd.
1247 Updated documentation.
1248 API: client-fd-removed signal added
1250 2006-04-28 Michael Smith <msmith@fluendo.com>
1252 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
1253 When asking g_value_array_new to prealloc elements, we may as well
1254 ask for the right number of elements.
1256 2006-04-28 Wim Taymans <wim@fluendo.com>
1258 * gst-libs/gst/audio/gstbaseaudiosink.c:
1259 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
1260 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1261 patch to make timestamp checking more tollerant to rounding
1262 errors given that real discontinuities are to be marked on
1263 buffers. Fixes some asf files and #338778.
1264 Also avoid some crashers when we receive an event in the
1267 2006-04-28 Michael Smith <msmith@fluendo.com>
1269 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
1270 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
1271 (gst_gnome_vfs_src_get_property),
1272 (gst_gnome_vfs_src_send_additional_headers_callback),
1273 (gst_gnome_vfs_src_received_headers_callback),
1274 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
1275 (gst_gnome_vfs_src_stop):
1276 * ext/gnomevfs/gstgnomevfssrc.h:
1277 Remove ICY handling (mostly) from gnomevfssrc, in favour of
1278 proper shared support within icydemux.
1280 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
1282 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1283 (gst_video_rate_swap_prev), (gst_video_rate_chain):
1285 fix a leak when no caps negotiated
1286 fix counting of input frames
1287 * tests/check/elements/.cvsignore:
1288 * tests/check/elements/videorate.c: (assert_videorate_stats),
1289 (GST_START_TEST), (videorate_suite):
1292 2006-04-28 Wim Taymans <wim@fluendo.com>
1294 * gst-libs/gst/audio/gstringbuffer.c:
1295 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
1296 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
1297 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1298 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
1299 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
1300 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1301 (gst_ring_buffer_commit), (gst_ring_buffer_read),
1302 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
1303 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
1304 Check arguments passed to public functions instead of
1307 2006-04-28 Wim Taymans <wim@fluendo.com>
1309 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
1310 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
1311 GstBaseAudioSrc must be live or it does not work.
1313 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
1314 Don't set live to TRUE as this is the default in the parentclass.
1316 2006-04-28 Wim Taymans <wim@fluendo.com>
1318 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
1319 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
1320 Videoscale doesn't pass on pixel-aspect ratio. Handle all
1321 fixation cases better. Fixes #338991
1323 2006-04-28 Wim Taymans <wim@fluendo.com>
1325 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
1326 Handle 0/1 framerate correctly Fixes #331901.
1328 2006-04-28 Wim Taymans <wim@fluendo.com>
1330 * tests/check/elements/audioconvert.c: (get_float_caps),
1331 (GST_START_TEST), (audioconvert_suite):
1332 Added check for correct clipping when doing float samples
1335 2006-04-28 Wim Taymans <wim@fluendo.com>
1337 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
1338 (gst_video_rate_chain):
1339 Print more debugging info.
1341 2006-04-28 Wim Taymans <wim@fluendo.com>
1343 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
1344 (resample_set_state_from_caps):
1345 Add support for other formats audioresample can handle such as
1346 32 bits in and float and 64 bits float. Fixes #301759
1348 2006-04-28 Wim Taymans <wim@fluendo.com>
1350 * gst/audioconvert/audioconvert.c: (float):
1351 correctly clip float samples > 1.0. Fixes #338718
1353 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
1355 Patch by: Young-Ho Cha <ganadist at chollian net>
1357 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1358 (gst_text_overlay_render_text):
1359 Don't strip newlines from the text. Also, center lines
1360 within multi-line paragraphs (#339405).
1362 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
1364 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
1365 Fix wavpack typefinding to work in more cases (don't peek
1366 for chunks of multiple hundred kBs at once, but process
1367 things step-by-step in smaller units). Fixes #339786.
1369 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
1374 === release 0.10.6 ===
1376 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
1379 releasing 0.10.6, "Chao"
1381 2006-04-26 David Schleef <ds@schleef.org>
1383 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
1386 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
1389 * win32/common/config.h:
1392 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
1394 patch by: Wim Taymans
1396 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1397 (gst_ogg_demux_perform_seek):
1398 make sure correct newsegments are sent, so that the decoder
1399 and the demuxer agree on timestamps. Fixes playback of a lot
1400 of Ogg files that do not start from 0. Fixes #339833.
1402 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
1404 Patch by: Edward Hervey <edward@fluendo.com>
1406 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
1407 * tests/check/Makefile.am:
1408 * tests/check/elements/videorate.c: (assert_videorate_stats),
1409 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
1410 (videorate_suite), (main):
1411 Fix an infinite loop if frames are passed in with wrongly ordered
1412 timestamps. Fixes #339013.
1414 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
1416 Patch by: Tim-Philipp Müller <tim at centricular dot net>
1418 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1419 fix typefinding on some ISO files. Fixes #339212.
1421 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
1423 Patch by: Tim-Philipp Müller <tim at centricular dot net>
1425 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1426 add another H264 fourcc. Fixes #339047.
1428 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
1430 Patch by: Jan Schmidt
1432 * gst/playback/gststreamselector.c:
1433 (gst_stream_selector_bufferalloc):
1434 Restore old StreamSelector behaviour.
1437 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
1440 * win32/common/config.h:
1443 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
1445 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1447 * gst-libs/gst/rtp/gstbasertpdepayload.c:
1448 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
1449 Fix some memory leaks: on finalize, free buffers left in the queue
1450 before destroying the queue; in _push(), unref rtp_buf even if
1451 the process vfunc returned a NULL buffer as output buffer (#337548);
1452 demote some recuring debug messages to LOG level.
1454 2006-04-11 Wim Taymans <wim@fluendo.com>
1456 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1457 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1458 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
1459 (gst_ogg_demux_loop):
1461 Respect segment stop when emiting EOS or SEGMENT_DONE.
1464 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
1466 * gst/playback/gststreamselector.c:
1467 (gst_stream_selector_get_property):
1468 Don't leak pad name.
1470 2006-04-10 Michael Smith <msmith@fluendo.com>
1472 * tests/check/Makefile.am:
1473 * tests/check/gst-plugins-base.supp:
1474 Suppress an old libtheora bug (fixed in more recent versions), so
1475 that FC4 buildslaves can pass.
1477 2006-04-10 Wim Taymans <wim@fluendo.com>
1479 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1480 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
1481 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
1482 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
1483 (gst_ogg_demux_loop):
1485 Remember what error we got when finding chains, if we
1486 were shutdown, that would not be an error.
1488 2006-04-10 Wim Taymans <wim@fluendo.com>
1490 * gst-libs/gst/audio/gstbaseaudiosink.c:
1491 (gst_base_audio_sink_event):
1492 Starting the ringbuffer when we did not acquire it can cause
1493 a deadlock, is pointless and causes nasty things for
1495 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
1497 2006-04-10 Wim Taymans <wim@fluendo.com>
1499 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1500 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
1501 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1502 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
1503 (gst_ogg_demux_deactivate_current_chain),
1504 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
1505 (gst_ogg_demux_bisect_forward_serialno),
1506 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
1507 Add some more debugging.
1509 2006-04-10 Wim Taymans <wim@fluendo.com>
1511 * ext/theora/theoradec.c: (theora_dec_src_event),
1512 (theora_handle_data_packet):
1513 Some more debug info.
1515 * tests/examples/seek/seek.c: (start_seek), (main):
1516 Print element messages too.
1518 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
1520 * gst/audioresample/debug.h:
1521 replace debug macros with variable number of parameters
1522 by a simple alias to gstreamer standard debug macros
1523 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
1524 supported by MSVC 6.0 and 7.1)
1525 * gst/audioresample/resample.h:
1526 define M_PI and rint for WIN32
1527 * win32/common/libgstaudio.def:
1528 * win32/common/libgstriff.def:
1529 * win32/common/libgsttag.def:
1530 * win32/common/libgstvideo.def:
1531 add new exported functions
1533 update project files
1535 2006-04-08 Stefan Kost <ensonic@users.sf.net>
1537 * ext/alsa/gstalsamixeroptions.c:
1538 (gst_alsa_mixer_options_class_init):
1539 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
1540 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
1541 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
1542 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
1543 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
1544 * gst-libs/gst/audio/gstaudiofilter.c:
1545 (gst_audio_filter_class_init):
1546 * gst-libs/gst/audio/gstaudiosink.c:
1547 (gst_audioringbuffer_class_init):
1548 * gst-libs/gst/audio/gstaudiosrc.c:
1549 (gst_audioringbuffer_class_init):
1550 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
1551 * gst-libs/gst/interfaces/colorbalancechannel.c:
1552 (gst_color_balance_channel_class_init):
1553 * gst-libs/gst/interfaces/mixeroptions.c:
1554 (gst_mixer_options_class_init):
1555 * gst-libs/gst/interfaces/mixertrack.c:
1556 (gst_mixer_track_class_init):
1557 * gst-libs/gst/interfaces/tunerchannel.c:
1558 (gst_tuner_channel_class_init):
1559 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
1560 * gst-libs/gst/netbuffer/gstnetbuffer.c:
1561 (gst_netbuffer_class_init):
1562 * gst-libs/gst/rtp/gstbasertppayload.c:
1563 (gst_basertppayload_class_init):
1564 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
1565 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
1566 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
1567 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
1568 * gst/playback/gststreamselector.c:
1569 (gst_stream_selector_class_init):
1570 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
1571 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
1572 * sys/v4l/gstv4lcolorbalance.c:
1573 (gst_v4l_color_balance_channel_class_init):
1574 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
1575 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
1576 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
1577 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
1578 (gst_v4l_tuner_norm_class_init):
1579 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
1580 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1581 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
1582 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
1584 2006-04-08 Stefan Kost <ensonic@users.sf.net>
1586 * ext/pango/gsttextrender.h:
1587 * gst-libs/gst/audio/gstaudiosink.h:
1588 * gst-libs/gst/audio/gstaudiosrc.h:
1589 * gst-libs/gst/audio/gstbaseaudiosink.h:
1590 * gst-libs/gst/audio/gstbaseaudiosrc.h:
1591 * gst-libs/gst/audio/gstringbuffer.h:
1592 * gst-libs/gst/rtp/gstbasertpdepayload.h:
1593 * gst-libs/gst/rtp/gstbasertppayload.h:
1594 * gst-libs/gst/video/gstvideofilter.h:
1595 * gst-libs/gst/video/gstvideosink.h:
1596 * gst/playback/gstplaybasebin.h:
1597 * gst/tcp/gstmultifdsink.h:
1598 * sys/v4l/gstv4lelement.h:
1599 Fix broken GObject macros
1601 2006-04-08 Stefan Kost <ensonic@users.sf.net>
1603 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
1604 More debug to trace why my USB headset is not working with gst
1606 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
1608 * gst/playback/gstplaybasebin.c: (group_destroy):
1609 Clean up our group elements properly in the case where it never
1610 got committed - it still got added unconditionally to the bin.
1612 2006-04-07 Wim Taymans <wim@fluendo.com>
1614 * ext/theora/theoradec.c: (theora_dec_sink_event),
1615 (theora_handle_data_packet), (theora_dec_chain):
1616 Unref unhandled events.
1617 Protect against empty buffers.
1618 Perform QoS on running time.
1620 2006-04-07 Michael Smith <msmith@fluendo.com>
1622 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
1623 (gst_vorbis_enc_chain):
1624 Remove leaks from vorbisenc.
1625 Mostly minor changes, the only significant one is that now the
1626 buffers we set as 'streamheader' on the caps are copies of the
1627 original buffers, to avoid circular refcounting problems.
1629 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
1631 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
1632 Don't remove our mute-probe if someone else already did so.
1633 Don't set a 2nd one if there is already one pending on the pad.
1635 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1637 When a seek fails, ensure that playbin is still set back to playing.
1639 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
1640 (mpeg_ts_type_find), (plugin_init):
1641 Add a typefind function for mpeg-ts streams. (Closes: #336617)
1643 2006-04-06 Andy Wingo <wingo@pobox.com>
1645 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
1646 (gst_video_rate_init): Caps-related parameters should not be reset
1647 by a flush -- move their inits to the instance init function.
1648 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
1649 is not OK, just return the result.
1651 * gst/audiotestsrc/gstaudiotestsrc.c
1652 (gst_audio_test_src_class_init)
1653 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
1654 broken by Stefan's commit on 24 March.
1656 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
1657 buffers being pushed out. Fixes oggmux ! multifdsink.
1659 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
1661 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
1662 (gst_vorbis_dec_init), (vorbis_dec_finalize):
1663 * ext/vorbis/vorbisdec.h:
1664 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
1665 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
1666 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
1667 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
1668 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
1669 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
1670 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
1671 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
1672 (gst_vorbis_enc_buffer_from_packet),
1673 (gst_vorbis_enc_buffer_from_header_packet),
1674 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
1675 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
1676 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
1677 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
1678 (gst_vorbis_enc_change_state):
1679 * ext/vorbis/vorbisenc.h:
1680 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
1681 vorbisenc adhere to the official nomenclature; use boilerplate
1684 2006-04-04 Andy Wingo <wingo@pobox.com>
1686 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
1687 Whoops, fix bug introduced. Bad hacker!
1689 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
1690 Properly handle the case where you get EOS before any buffers are
1691 received. Use gst_buffer_make_metadata_writable where appropriate.
1693 * ext/theora/theoradec.c (theora_handle_data_packet): This value
1694 is often negative -- make it signed so as not to wrap around.
1695 Fixes segfaults introduced on 9 March.
1697 2006-04-03 Wim Taymans <wim@fluendo.com>
1699 * ext/theora/gsttheoradec.h:
1700 * ext/theora/theoradec.c: (theora_dec_src_event):
1701 Don't try to store a gdouble in a gboolean.
1704 2006-04-03 Michael Smith <msmith@fluendo.com>
1706 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
1708 Make it suck slightly less by writing out the final page.
1709 Still can't encode a vorbis-in-ogg file correctly, though.
1711 2006-04-03 Andy Wingo <wingo@pobox.com>
1713 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
1716 * ext/theora/theora.c (plugin_init): Register theoraparse.
1718 * ext/theora/gsttheoraparse.h:
1719 * ext/theora/theoraparse.c: New files implementing a theora
1720 parser. Now we can properly remux ogg/theora+vorbis, yay.
1722 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
1724 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
1726 * gst/audiotestsrc/gstaudiotestsrc.c:
1727 Fixed the sample pipeline (see #323798)
1729 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
1732 * win32/common/config.h:
1733 * win32/common/config.h.in:
1734 use AS_VERSION and AS_NANO
1737 2006-03-31 Andy Wingo <wingo@pobox.com>
1739 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
1740 uninitialized variable return that would happen.
1742 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
1743 uninitialized variable return that would never happen.
1745 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
1746 (vorbis_parse_sink_event): Add an event function to flush our
1747 state on a seek, and to drain buffers on a premature EOS.
1748 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
1749 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
1750 (vorbis_parse_chain, vorbis_parse_queue_buffer)
1751 (vorbis_parse_drain_queue): Queue up buffers until we can set
1752 their timestamps and granulepos values.
1754 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
1755 and keep track of data needed for deriving granulepos and
1756 timestamps for buffers.
1758 2006-03-29 Wim Taymans <wim@fluendo.com>
1760 Patch by: j^ <j at bootlab dot org>
1762 * ext/alsa/gstalsamixerelement.c:
1763 (gst_alsa_mixer_element_class_init):
1764 * ext/alsa/gstalsasink.c:
1765 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
1766 * ext/ogg/gstoggdemux.c:
1767 * ext/ogg/gstoggmux.c:
1768 * ext/ogg/gstoggparse.c:
1769 * ext/pango/gstclockoverlay.c:
1770 * ext/pango/gsttextoverlay.c:
1771 * ext/pango/gsttextrender.c:
1772 * ext/pango/gsttimeoverlay.c:
1773 * ext/theora/theoradec.c:
1774 * ext/theora/theoraenc.c:
1775 * ext/vorbis/vorbisdec.c:
1776 * ext/vorbis/vorbisenc.c:
1777 * gst/audioconvert/gstaudioconvert.c:
1778 * gst/subparse/gstsubparse.c:
1779 * gst/tcp/gstmultifdsink.c:
1780 * gst/tcp/gsttcpclientsink.c:
1781 * gst/tcp/gsttcpclientsrc.c:
1782 * gst/tcp/gsttcpserversink.c:
1783 * gst/tcp/gsttcpserversrc.c:
1784 better/unified long descriptions
1787 2006-03-29 Wim Taymans <wim@fluendo.com>
1789 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
1791 Don't let double and triple clicks mess up our state.
1793 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
1795 * gst/playback/gstplaybin.c: (gen_video_element),
1796 (gen_text_element), (gen_audio_element), (gen_vis_element):
1797 Error out gracefully when we can't create any of the usual
1798 conversion elements for some reason. Also, don't try to
1799 create an audioscale (sic) element that's not used anyway.
1801 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
1803 * gst/playback/gstplaybasebin.c: (setup_source):
1804 Don't post RESOURCE_NOT_FOUND error when we can't find a source
1805 element for a particular protocol, that's confusing for users.
1806 Instead, post a RESOURCE_FAILED error, so that our own error
1807 message is actually shown in totem etc. (#336303).
1809 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
1811 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
1813 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
1814 (gst_gnome_vfs_src_get_icy_metadata):
1815 Fix some minor memory leaks (#336194).
1817 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
1819 * ext/gnomevfs/gstgnomevfs.c:
1820 (gst_gnome_vfs_location_to_uri_string):
1821 * ext/gnomevfs/gstgnomevfs.h:
1822 * ext/gnomevfs/gstgnomevfssink.c:
1823 (gst_gnome_vfs_sink_set_property):
1824 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
1825 Make gnomevfssink accept filenames as well as URIs for the
1826 "location" property, just like gnomevfssrc does (and
1827 filesrc/filesink do) (#336190).
1829 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
1831 * tests/check/generic/clock-selection.c: (GST_START_TEST):
1832 set to NULL before unreffing, fixes a valgrind leak.
1833 Why was this not triggering the error that an object needs to
1834 be NULL before unreffing ?
1835 * win32/common/config.h:
1838 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
1840 * gst/subparse/gstsubparse.c: (convert_encoding),
1841 (gst_sub_parse_change_state):
1842 * gst/subparse/gstsubparse.h:
1843 Text subtitle files may or may not be UTF-8. If it's not, we
1844 don't really want to see '?' characters in place of non-ASCII
1845 characters like accented characters. So let's assume the input
1846 is UTF-8 until we come across text that is clearly not. If it's
1847 not UTF-8, we don't really know what it is, so try the following:
1848 (a) see whether the GST_SUBTITLE_ENCODING environment variable
1849 is set; if not, check (b) if the current locale encoding is
1850 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
1851 the current locale encoding is UTF-8 and the environment variable
1852 was not set to any particular encoding. Not perfect, but better
1853 than nothing (and better than before, I think) (fixes #172848).
1855 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
1858 update core requirement to 0.10.4.1 because of async_playback
1859 vmethod on GstBaseSink
1861 2006-03-24 Stefan Kost <ensonic@users.sf.net>
1863 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1864 * gst/adder/gstadder.c: (gst_adder_init):
1865 use DEBUG_FUNCPTR for collectpads
1867 2006-03-24 Stefan Kost <ensonic@users.sf.net>
1869 * docs/plugins/Makefile.am:
1870 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1871 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1872 * ext/cdparanoia/gstcdparanoiasrc.c:
1873 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
1874 (gst_gnome_vfs_sink_class_init):
1875 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
1876 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
1877 * ext/ogg/gstoggmux.c:
1878 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
1879 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
1880 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
1881 * ext/pango/gsttextoverlay.c:
1882 * ext/pango/gsttextrender.c:
1883 * ext/theora/theoradec.c:
1884 * ext/theora/theoraenc.c:
1885 * ext/vorbis/vorbisdec.c:
1886 * ext/vorbis/vorbisenc.c:
1887 * gst-libs/gst/audio/gstaudiofilter.c:
1888 (gst_audio_filter_base_init):
1889 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1890 (gst_audio_filter_template_base_init):
1891 * gst/adder/gstadder.c: (gst_adder_get_type):
1892 * gst/adder/gstadder.h:
1893 * gst/audioconvert/gstaudioconvert.c:
1894 * gst/audiotestsrc/gstaudiotestsrc.c:
1895 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
1896 (gst_audio_test_src_create):
1897 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1898 * gst/playback/gstdecodebin.c:
1899 * gst/playback/gstplaybin.c:
1900 * gst/playback/gststreamselector.c:
1901 (gst_stream_selector_base_init):
1902 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
1903 * gst/volume/gstvolume.c:
1904 * sys/v4l/gstv4lmjpegsink.c:
1905 * sys/v4l/gstv4lmjpegsrc.c:
1906 * tests/check/libs/cddabasesrc.c:
1907 * tests/old/examples/gob/gst-identity2.gob:
1908 Add docs for adder, use GST_ELEMENT_DETAILS macro,
1909 define GstElementDetails at the top
1911 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
1913 * win32/common/libgstinterfaces.def:
1914 Add a lot of export functions for gst-python
1915 * win32/vs6/libgstinterfaces.dsp:
1916 Add a missing include folder in the project configuration
1918 2006-03-23 Wim Taymans <wim@fluendo.com>
1920 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1921 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
1922 (gst_base_audio_src_change_state):
1923 Fix audio sources, forgot to make the ringbuffer
1926 2006-03-23 Wim Taymans <wim@fluendo.com>
1928 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1929 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
1930 (gst_base_audio_src_change_state):
1931 unparent instead of unref the ringbuffer.
1933 2006-03-23 Wim Taymans <wim@fluendo.com>
1935 * gst-libs/gst/audio/gstbaseaudiosink.c:
1936 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
1937 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
1938 Implement new async_play vmethod to start slaving and allow
1939 playback start in case of async PLAY state changes.
1941 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
1942 Enable QoS with new method in base class.
1944 2006-03-23 Wim Taymans <wim@fluendo.com>
1946 Patch by: Julien MOUTTE <julien at moutte dot net>
1948 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
1949 (gst_video_test_src_do_seek), (gst_video_test_src_create):
1950 Partially handle 0 framerate, only EOS after the first frame
1953 2006-03-23 Wim Taymans <wim@fluendo.com>
1955 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
1957 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1958 (gst_riff_create_video_template_caps):
1959 * gst/ffmpegcolorspace/avcodec.h:
1960 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1961 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1962 (gst_ffmpegcsp_avpicture_fill):
1963 * gst/ffmpegcolorspace/imgconvert.c:
1964 Patch for support of YVU9 AVI files (#334822)
1966 2006-03-22 Edward Hervey <edward@fluendo.com>
1968 * docs/design/design-decodebin.txt:
1969 Added design document for new decodebin
1970 (Target Caps): text/x-pango-markup is also a default target caps.
1972 2006-03-22 Wim Taymans <wim@fluendo.com>
1974 * gst-libs/gst/audio/gstbaseaudiosink.c:
1975 (gst_base_audio_sink_dispose):
1976 Since we _parent the ringbuffer, we also need to
1977 _unparent instead of a plain _unref.
1979 2006-03-22 Wim Taymans <wim@fluendo.com>
1981 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
1982 (stop_seek), (scrub_toggle_cb), (main):
1985 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
1987 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
1988 (gst_ogg_parse_chain):
1989 Fix very inefficient usage of linked lists (#335365).
1991 2006-03-21 Edward Hervey <edward@fluendo.com>
1993 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
1994 * gst/playback/gstplaybin.c: (handoff):
1995 * gst/playback/gststreamselector.c:
1996 (gst_stream_selector_set_property):
1997 gcc 4.1 unreferenced pointer fixes.
1998 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1999 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2000 gst_buffer_ref() now takes a GstBuffer*.
2002 2006-03-20 Julien MOUTTE <julien@moutte.net>
2004 * sys/xvimage/xvimagesink.c:
2005 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
2008 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
2010 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
2011 (id3v1_type_find), (apetag_type_find), (plugin_init):
2012 Can't do tag preferences via probability, as tags would then
2013 lose against types that are recognised with MAXIMUM probability
2014 (like .wav); so let all tag typefinders return MAXIMUM themselves
2015 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
2016 that we can prefer APE to ID3v1 (fixes #335028).
2018 2006-03-17 Wim Taymans <wim@fluendo.com>
2020 * gst-libs/gst/audio/gstbaseaudiosink.c:
2021 (gst_base_audio_sink_change_state):
2022 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
2023 (gst_ring_buffer_may_start):
2024 * gst-libs/gst/audio/gstringbuffer.h:
2025 Only start playback if we are playing.
2028 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
2030 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
2031 * win32/common/config.h:
2032 Revert accidental commits to these files.
2034 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
2036 Patch by: Michal Benes <michal dot benes at xeris dot cz>
2038 * tests/Makefile.am:
2039 Don't try to build tests in tests/icles if we
2040 don't have X (#323852)
2042 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
2044 * gst-libs/gst/tag/gstid3tag.c:
2045 Add TXXX frame identifiers for replaygain stuff as used
2046 by some taggers (see #323721).
2048 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
2050 * gst/playback/gststreamselector.c:
2051 (gst_stream_selector_set_property),
2052 (gst_stream_selector_bufferalloc):
2053 Preserve the existing buggy streamselector behaviour by performing
2054 a fallback buffer allocation when downstream isn't linked yet.
2055 This should really be fixed in playbin by blocking pads until it's
2057 Also, use gst_pad_alloc_buffer instead of
2058 gst_pad_alloc_buffer_and_set.
2060 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
2062 * gst-libs/gst/tag/gstid3tag.c:
2063 Don't crash on unknown ID3v2 TXXX frames.
2065 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
2067 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
2068 Chain up to the parent finalize method.
2069 Add 32-bit sample size to the template caps.
2071 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2072 (gst_riff_create_video_template_caps):
2073 Add the fourcc that the VMWare codec uses.
2075 * gst/playback/gststreamselector.c:
2076 (gst_stream_selector_set_property),
2077 (gst_stream_selector_bufferalloc),
2078 (gst_stream_selector_request_new_pad):
2079 For the active pad, forward buffer-alloc requests, otherwise
2080 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
2081 having to memcpy every frame when used by playbin.
2083 * gst/tcp/gstmultifdsink.c:
2084 (gst_multi_fd_sink_handle_client_write):
2085 Get negotiated caps from the sink pad, rather than the sink
2088 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
2090 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2092 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
2093 Don't forget to set src->callbacks_pushed to FALSE again when
2094 popping them, otherwise re-activation in a different mode won't
2097 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
2099 Patch by: Sebastien Moutte <sebastien moutte net>
2101 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
2102 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
2103 (gst_ffmpeg_smpfmt_to_caps):
2104 Replace __VA_ARGS__ caps creation macros with varargs functions.
2105 Makes things compile on MSVC (#320765), looks nicer, and we can
2106 tell the compiler to check for the NULL terminator.
2108 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
2110 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
2112 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2113 Make sure the buffer we copy into is really always big
2114 enough, this time for real (#333488).
2116 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
2118 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2119 Add support for 24bpp DIB (#305279).
2121 2006-03-14 Wim Taymans <wim@fluendo.com>
2123 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
2124 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
2125 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
2126 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
2127 (gst_video_scale_init), (gst_video_scale_src_event):
2128 Re-enable QoS after the release.
2129 Rework videoscale to use the base class src_event handler.
2131 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
2136 === release 0.10.5 ===
2138 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
2141 releasing 0.10.5, "Net"
2143 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
2145 * docs/plugins/Makefile.am:
2146 Part of previous cdparanoiasrc docs fixes, forgot to commit.
2148 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
2150 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2151 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2152 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2153 Add cdparanoiasrc to docs.
2155 * gst-libs/gst/cdda/gstcddabasesrc.c:
2156 More GstCddaBaseSrc docs.
2158 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
2160 * docs/libs/gst-plugins-base-libs-sections.txt:
2161 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
2162 * gst-libs/gst/tag/tag.h:
2163 API: libgsttag: new method gst_tag_from_id3_user_tag().
2165 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
2167 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2168 NULL-terminate array of mpeg4 video file extensions.
2169 Fixes crash on PPC (#334226).
2171 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
2173 * ext/gnomevfs/gstgnomevfssrc.c:
2174 (gst_gnome_vfs_src_check_get_range):
2175 gnome_vfs_uri_is_local() alone is not a good indicator
2176 whether we can operate in pull-mode with a specific URI,
2177 as it returns FALSE for file:// URIs that point to an
2178 NFS-mounted path. Be more conservative here: whitelist
2179 local files, blacklist http URIs and use the old
2180 mechanism for anything else (fixes #334216).
2182 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
2187 === release 0.10.4 ===
2189 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
2192 releasing 0.10.4, "Power"
2194 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
2196 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
2197 Disable max-lateness by setting it to -1 for now, so that
2198 we can bed QoS stuff in thoroughly between now and the next
2201 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
2203 Patch by: Fabrizio Gennari
2205 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2206 Make sure we don't read beyond the palette buffer in case of
2207 broken or manipulated files (#333488)
2209 2006-03-10 Edward Hervey <edward@fluendo.com>
2211 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2212 Fix for variable not initialized.
2214 2006-03-09 Wim Taymans <wim@fluendo.com>
2216 * ext/libvisual/visual.c: (gst_visual_get_type),
2217 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
2221 * ext/theora/gsttheoradec.h:
2222 * ext/theora/theoradec.c: (gst_theora_dec_init),
2223 (gst_theora_dec_reset), (_theora_granule_time),
2224 (theora_dec_src_convert), (theora_dec_sink_convert),
2225 (theora_dec_src_query), (theora_dec_src_event),
2226 (theora_dec_sink_event), (theora_handle_comment_packet),
2227 (theora_handle_header_packet), (theora_dec_push),
2228 (theora_handle_data_packet), (theora_dec_chain),
2229 (theora_dec_change_state):
2232 2006-03-09 Wim Taymans <wim@fluendo.com>
2234 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
2235 (audiocast_register_listener), (gst_gnome_vfs_src_start):
2238 2006-03-09 Wim Taymans <wim@fluendo.com>
2240 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
2241 Don't try to activate NULL chains.
2243 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
2245 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2246 Fix invalid memory access to region before peek'd data (#332964).
2248 2006-03-09 Wim Taymans <wim@fluendo.com>
2250 Patch by: Christophe Fergeau
2252 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
2253 * ext/pango/gsttextrender.c: (gst_text_render_init):
2254 * gst/adder/gstadder.c: (gst_adder_init):
2255 Don't leak padtemplates, closes #333510.
2257 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
2259 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
2260 Fix invalid memory access: make sure string passed to
2261 regexec() is NUL-termianted.
2263 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
2265 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2267 Refactor mpeg/audio typefinding to make it more maintainable
2268 and easier to fine-tune. Make probing into middle of the file
2269 work properly (fixes #333900, also see #152688).
2271 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
2273 * gst/typefind/gsttypefindfunctions.c:
2274 (utf8_type_find_have_valid_utf8_at_offset):
2275 Remove part from previous commit that was bogus:
2276 g_utf8_validate() does in fact not accept embedded
2277 zeroes, so we don't need to check for those (thanks
2278 to Mike for the hint).
2280 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
2282 * gst/typefind/gsttypefindfunctions.c:
2283 (utf8_type_find_count_embedded_zeroes),
2284 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
2285 Make plain/text typefinder more conservative: firstly, check
2286 for embedded zeroes, which are perfectly valid UTF-8 characters,
2287 but also a fairly good sign that something is not a plain text
2288 file; secondly, probe into the middle of the file if possible.
2289 If we can't probe into the middle, limit the probability value
2290 to be returned to TYPE_FIND_POSSIBLE (see #333900).
2292 2006-03-08 Michael Smith <msmith@fluendo.com>
2294 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2295 Make typefind function name for mpeg4 video unique.
2297 2006-03-08 Wim Taymans <wim@fluendo.com>
2299 * ext/libvisual/visual.c: (gst_visual_init),
2300 (gst_visual_clear_actors), (gst_visual_dispose),
2301 (gst_visual_reset), (gst_visual_src_setcaps),
2302 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
2303 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
2304 (gst_visual_chain), (gst_visual_change_state):
2305 Cleanups, post nice errors.
2306 Handle sink and src events.
2307 Implement simple QoS.
2309 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
2310 Use new basesink methods to configure max-lateness.
2313 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2314 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
2315 Debug statement cleanups.
2317 * gst/volume/gstvolume.c: (gst_volume_class_init):
2320 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
2322 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
2323 (gst_text_overlay_init), (gst_text_overlay_set_property),
2324 (gst_text_overlay_get_property):
2325 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
2326 as string type properties, but mark them deprecated. Add
2327 'halignment' and 'valignment' properties that use enums
2330 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
2332 Patch by: Fabrizio Gennari
2334 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2335 Allow palettes with less than 256 colours in AVI files
2338 2006-03-07 Julien MOUTTE <julien@moutte.net>
2340 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
2341 (gst_text_overlay_video_event): Fix wrong EOS handling on text
2342 pad. We were releasing the queued text buffer when we should keep
2343 it until video pad gets EOS or discard the text buffer because it's
2344 too old. That was eating the last subtitle buffer. Add some more
2347 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
2349 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
2350 (gst_text_overlay_video_chain):
2351 Fix invalid memory access (we can't access a buffer after it's been
2352 pushed downstream without taking a reference); fix memory leak (if
2353 there's no text to render, bail out before allocating stuff).
2355 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
2357 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2358 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
2359 * ext/pango/gsttextoverlay.h:
2360 If input is plain text, escape it before passing it to
2361 pango_layout_set_markup().
2363 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
2365 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
2366 Don't ignore flow return from gst_pad_push().
2368 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
2370 Patch by: Fabrizio Gennari
2372 * ext/libvisual/visual.c: (gst_visual_getcaps),
2373 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
2374 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
2375 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
2376 (gst_vorbisenc_convert_sink):
2377 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
2378 (gst_audio_duration_from_pad_buffer):
2379 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
2380 (gst_audio_filter_chain):
2381 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2382 (gst_base_rtp_depayload_setcaps):
2383 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
2384 (gst_video_get_size):
2385 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
2386 Don't leak references returned by gst_pad_get_parent()
2389 2006-03-06 Stefan Kost <ensonic@users.sf.net>
2391 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
2392 change location param details
2393 * gst/volume/gstvolume.c: (plugin_init):
2394 correct plugin description
2396 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
2398 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
2399 (gst_gnome_vfs_src_check_get_range):
2400 Override GstBaseSrc::check_get_range() in order to avoid opening
2401 the resource just to check whether we can operate in pull-mode or
2402 not - we can predict that pretty well from the URI alone. Should
2403 fix problems with last.fm (#331690). (Requires latest core CVS).
2405 2006-03-06 Wim Taymans <wim@fluendo.com>
2407 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
2408 (gst_video_sink_class_init):
2409 Throw away frames that are later than 20 ms.
2411 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
2413 Patch by: Fabrizio Gennari
2415 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2416 Set depth on WMA caps (#333545)
2418 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
2420 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
2421 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
2422 put Theora BOS pages before others. This hardcodes
2423 the Ogg/Theora I profile, but hey.
2425 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
2428 updated with some examples
2429 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
2430 (granulepos_add), (theora_buffer_from_packet):
2431 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
2432 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
2433 (gst_vorbisenc_chain):
2434 implement strategy from ext/ogg/README
2435 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
2436 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
2437 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
2438 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
2439 Fix muxer so that oggz-validate is happy with all streams;
2440 except for no eos mark, and the BOS page ordering
2441 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
2442 (check_buffer_granulepos):
2443 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
2444 update tests to check for OFFSET being set as requested
2445 fixed type of granulepos, it's not a ClockTime
2447 2006-03-05 Julien MOUTTE <julien@moutte.net>
2449 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2450 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
2451 Check that the xvimage we are creating has a correct size
2452 before returning it. (#314897)
2454 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
2456 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2457 Give id3 and ape tag typefinders a rank slightly higher
2458 than PRIMARY to ensure they're always run before any of
2459 the other typefinders (in particular wav and mp3) (#324186).
2461 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
2463 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2464 Add support for '3IVD' fourcc (#333403).
2466 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
2469 Bump requirements to GStreamer CVS for the new error enum.
2471 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
2472 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
2473 space left on the device (fixes #333352).
2475 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
2478 add a project file for libgstvolume
2479 update the workspace
2481 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
2483 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
2484 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
2486 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
2487 Set IN_CAPS on header buffers
2489 2006-03-02 Wim Taymans <wim@fluendo.com>
2491 * docs/plugins/Makefile.am:
2492 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2493 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2494 Add audioresample to docs.
2496 * gst/audioconvert/gstaudioconvert.c:
2499 * gst/audioresample/gstaudioresample.c:
2500 (gst_audioresample_base_init), (gst_audioresample_class_init),
2501 (gst_audioresample_init), (gst_audioresample_dispose),
2502 (audioresample_get_unit_size), (audioresample_transform_caps),
2503 (resample_set_state_from_caps), (audioresample_transform_size),
2504 (audioresample_set_caps), (audioresample_event),
2505 (audioresample_do_output), (audioresample_transform),
2506 (audioresample_pushthrough), (gst_audioresample_set_property),
2507 (gst_audioresample_get_property), (plugin_init):
2508 * gst/audioresample/gstaudioresample.h:
2510 Small code cleanups.
2512 2006-03-02 Wim Taymans <wim@fluendo.com>
2514 * docs/plugins/Makefile.am:
2515 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2516 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2517 Added videoscale to docs.
2519 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2520 (gst_video_rate_swap_prev), (gst_video_rate_event),
2521 (gst_video_rate_chain):
2524 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
2525 (gst_video_scale_init), (gst_video_scale_prepare_size),
2526 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
2527 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
2528 * gst/videoscale/gstvideoscale.h:
2529 Added docs, examples.
2531 Post errors instead of g_warning.
2533 2006-03-02 Wim Taymans <wim@fluendo.com>
2535 * docs/libs/gst-plugins-base-libs-docs.sgml:
2536 * docs/libs/gst-plugins-base-libs-sections.txt:
2537 * docs/libs/gst-plugins-base-libs.types:
2538 * docs/plugins/Makefile.am:
2539 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2540 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2541 Added some more docs to libs and plugins.
2543 * gst-libs/gst/audio/gstringbuffer.c:
2544 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
2545 * gst-libs/gst/audio/gstringbuffer.h:
2546 Document ringbuffer some more.
2548 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
2549 (gst_video_rate_setcaps), (gst_video_rate_reset),
2550 (gst_video_rate_init), (gst_video_rate_flush_prev),
2551 (gst_video_rate_swap_prev), (gst_video_rate_event),
2552 (gst_video_rate_chain), (gst_video_rate_change_state):
2553 * gst/videorate/gstvideorate.h:
2554 Fix videorate to use segments.
2555 Make it work with 0/1 framerates (closes #331903)
2556 Handle EOS correctly.
2559 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
2561 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
2562 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
2563 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
2564 In state change function, first chain up to parent class,
2565 then handle downwards state change stuff. Remove some
2566 commented out cruft from 0.8 code.
2568 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
2570 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
2571 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
2572 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
2573 (gst_ogm_parse_chain):
2574 Don't remove/re-add source pad if the new caps are the same as
2575 the old caps anyway (#333042). When removing source pad, don't
2576 unref it afterwards - we didn't ref it when adding. Sprinkle some
2577 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
2578 after using gst_pad_get_parent(). Return downstream flow return
2579 value in chain function.
2581 2006-03-02 Wim Taymans <wim@fluendo.com>
2583 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2584 * docs/plugins/gst-plugins-base-plugins.args:
2585 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2586 * docs/plugins/gst-plugins-base-plugins.interfaces:
2587 * docs/plugins/gst-plugins-base-plugins.signals:
2588 Fix hierarchy, added some more elements to the docs.
2590 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2591 (gst_ffmpegcsp_get_type):
2592 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
2593 Fix docs for ffmpegcolorspace.
2595 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
2597 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
2598 (apetag_type_find), (ape_type_find), (plugin_init):
2599 Some typefinding fine-tuning:
2600 - rank ID3/APE tags in order of preference via probabilities, so that
2601 ID3v2 > APEv2 > APEv1 > ID3v1.
2602 - three or four bytes don't really justify MAXIMUM probability,
2603 change those to 'very likely' (musepack and monkeysaudio).
2605 2006-03-01 Wim Taymans <wim@fluendo.com>
2607 * docs/plugins/Makefile.am:
2608 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2609 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2610 * ext/alsa/gstalsamixer.c:
2611 * ext/alsa/gstalsamixer.h:
2612 * ext/alsa/gstalsamixerelement.c:
2613 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
2614 * ext/alsa/gstalsamixerelement.h:
2615 * ext/alsa/gstalsasink.c:
2616 * ext/alsa/gstalsasink.h:
2617 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
2619 * ext/alsa/gstalsasrc.h:
2621 Small code cleanups.
2623 2006-03-01 Wim Taymans <wim@fluendo.com>
2625 * ext/theora/Makefile.am:
2626 Dist new header too,
2628 2006-03-01 Wim Taymans <wim@fluendo.com>
2630 * docs/plugins/Makefile.am:
2631 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2632 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2633 * ext/gnomevfs/gstgnomevfssink.h:
2634 * ext/gnomevfs/gstgnomevfssrc.h:
2635 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2636 * ext/vorbis/vorbisdec.h:
2637 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
2638 * ext/vorbis/vorbisenc.h:
2639 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
2640 (vorbis_parse_chain), (vorbis_parse_change_state):
2641 * ext/vorbis/vorbisparse.h:
2642 * gst/audioconvert/gstaudioconvert.h:
2643 * gst/tcp/gsttcpserversink.h:
2644 * gst/videotestsrc/gstvideotestsrc.c:
2645 * gst/videotestsrc/gstvideotestsrc.h:
2646 * gst/volume/gstvolume.c:
2647 * gst/volume/gstvolume.h:
2649 Added docs for vorbisdec and vorbisparse.
2652 2006-03-01 Wim Taymans <wim@fluendo.com>
2654 * docs/plugins/Makefile.am:
2655 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2656 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2657 * ext/pango/gstclockoverlay.h:
2658 * ext/pango/gsttextoverlay.h:
2659 * ext/pango/gsttextrender.h:
2660 * ext/pango/gsttimeoverlay.h:
2661 * ext/theora/gsttheoradec.h:
2662 * ext/theora/gsttheoraenc.h:
2663 * ext/theora/theoradec.c:
2664 * ext/theora/theoraenc.c:
2665 * gst/audioconvert/gstaudioconvert.h:
2666 * gst/audiotestsrc/gstaudiotestsrc.h:
2667 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
2668 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
2669 * gst/tcp/gstmultifdsink.h:
2670 Updated/added documentation.
2672 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
2673 (gst_text_overlay_halign_get_type),
2674 (gst_text_overlay_wrap_mode_get_type),
2675 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
2676 (gst_text_overlay_init), (gst_text_overlay_set_property),
2677 (gst_text_overlay_get_property):
2678 Fix up properties to be enums instead of string to make bindings,
2679 introspection and automatic GUI creation possible.
2680 Add getters for the properties.
2682 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
2684 * gst/audiotestsrc/gstaudiotestsrc.c:
2685 added defines of M_PI and M_PI_2
2686 * gst/ffmpegcolorspace/avcodec.h:
2687 removed #include "stdint.h" for win32 as _stdint.h is
2688 autogenerated to win32/common
2689 * win32/common/libgstaudio.def:
2690 * win32/common/libgsttag.def:
2693 some project files bugs corrected
2695 project files are reset to the default vs7 configuration
2696 (they link to msvcr71.dll using default optimizations)
2698 2006-02-28 Wim Taymans <wim@fluendo.com>
2700 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
2703 2006-02-28 Edward Hervey <edward@fluendo.com>
2705 * ext/alsa/gstalsasrc.c:
2706 Set proper class on the ElementDetails:
2707 Source/Audio instead of Src/Audio/
2709 2006-02-28 Edward Hervey <edward@fluendo.com>
2711 * gst/videoscale/vs_scanline.c:
2712 (vs_scanline_resample_nearest_RGBA):
2713 Revert optimization in videoscale. It should go in liboil and have
2714 an appropriate liboil function.
2716 2006-02-28 Wim Taymans <wim@fluendo.com>
2718 * gst-libs/gst/audio/gstbaseaudiosink.c:
2719 (gst_base_audio_sink_provide_clock):
2720 Don't try to provide a clock in the NULL state.
2722 2006-02-28 Wim Taymans <wim@fluendo.com>
2724 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
2725 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
2726 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2727 (gst_ogg_demux_deactivate_current_chain),
2728 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
2729 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
2730 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
2731 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
2732 Use GstSegment infrastructure to remove duplicated code
2733 and handle more seek cases correctly.
2735 2006-02-28 Wim Taymans <wim@fluendo.com>
2737 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2738 (gst_ffmpegcsp_transform):
2739 Don't ignore return code from ffmpeg convert function.
2741 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
2742 Split out some long statements to ease debugging.
2744 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
2746 * ext/libvisual/visual.c: (gst_visual_init),
2747 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
2748 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
2749 being able to renegotiate the size. Instead, use the negotiation
2750 algorithm from the goom plugin to pick an initial output caps.
2752 Also, allow theoretical libvisual plugins that might support non-GL
2753 output even if they also do GL.
2755 2006-02-26 Julien MOUTTE <julien@moutte.net>
2757 * ext/libvisual/visual.c: (gst_visual_init),
2758 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
2759 (plugin_init): Load only non GL plugins. Fix some memleaks and
2760 possible negotiation issues.
2762 2006-02-25 Julien MOUTTE <julien@moutte.net>
2764 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
2766 2006-02-24 Michael Smith <msmith@fluendo.com>
2768 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
2769 (cmml_type_find), (plugin_init):
2770 Fix CMML type find function to not require a specific minor version
2773 Add an MPEG4 video elementary stream typefind function.
2775 2006-02-04 Michael Smith <msmith@fluendo.com>
2777 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2778 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
2779 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2780 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
2781 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
2782 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
2783 Annodex support in ogg demuxer. Doesn't do very much without the
2784 other annodex patches (to come).
2786 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
2788 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
2790 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2791 Pick up palette for MS video v1 (#327028)
2793 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
2795 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2796 (gst_ffmpegcsp_caps_remove_format_info),
2797 (gst_ffmpegcsp_get_unit_size):
2798 The 'palette_data' field from incoming RGB caps shouldn't be
2799 proxied on outgoing YUV caps; also, restrict unit size
2800 adjustment in case of paletted data only to the unit that
2801 actually has a palette. Fixes #330711.
2803 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
2805 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2806 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
2807 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
2808 (gst_ffmpegcsp_get_unit_size):
2809 Plug some memory leaks.
2811 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
2813 * sys/ximage/Makefile.am:
2814 * sys/xvimage/Makefile.am:
2815 Add some _CFLAGS and _LIBS that seem to be missing
2816 and/or required for Cygwin (see #317048).
2818 2006-02-22 Wim Taymans <wim@fluendo.com>
2820 * ext/alsa/gstalsasrc.c:
2821 Fix description as pointed out by caugier.
2823 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
2825 Reviewed by : Edward Hervey <edward@fluendo.com>
2827 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
2829 Better 3gp typefinding (#331526).
2831 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
2833 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
2834 Don't send EOS event here, the base class will send one for us.
2836 * gst/playback/gstplaybasebin.c: (prepare_output):
2837 Subpictures without video stream aren't allowed either.
2839 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
2840 Fix debug statement copy'n'paste-o.
2842 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
2844 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
2845 Fix issues with mixer keeping state when muting/unmuting
2846 and when changing the volume whilst muted (see #331763
2849 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
2851 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
2852 (parse_subrip), (gst_sub_parse_format_autodetect):
2853 Set right caps given that we send escaped text. Also,
2854 honour <i></i>, <b></b> and <u></u> markers that can be found
2855 in .srt files (fixes #310202).
2857 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
2859 * gst-libs/gst/audio/mixerutils.c:
2860 (element_factory_rank_compare_func):
2861 Make order in which elements are tried more determinable.
2863 2006-02-20 Julien MOUTTE <julien@moutte.net>
2865 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2866 (remove_element_chain), (cleanup_decodebin),
2867 (gst_decode_bin_change_state): Make decodebin reusable by
2868 fixing remove_element_chain first and then introduce a
2869 cleaner in state change to ->NULL. (Closes #331678)
2871 2006-02-19 Wim Taymans <wim@fluendo.com>
2873 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
2874 use 0666 mask when creating files so umask gets applied
2875 correctly. Fixes #331295.
2877 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
2879 * gst/subparse/Makefile.am:
2880 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
2881 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
2882 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
2883 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
2884 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
2885 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
2886 * gst/subparse/gstssaparse.h:
2887 * gst/subparse/gstsubparse.c: (plugin_init):
2888 Add very basic parser for SSA subtitle streams (as often
2889 found in matroska files).
2891 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
2893 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
2894 That should be text/x-pango-markup, not text/x-pango-layout.
2896 2006-02-19 Julien MOUTTE <julien@moutte.net>
2898 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
2901 2006-02-19 Julien MOUTTE <julien@moutte.net>
2903 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2904 (gst_text_overlay_finalize), (gst_text_overlay_init),
2905 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2906 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2907 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
2908 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
2909 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
2910 Fix state change deadlock.
2912 2006-02-19 Julien MOUTTE <julien@moutte.net>
2914 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2915 (gst_text_overlay_finalize), (gst_text_overlay_init),
2916 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2917 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2918 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
2919 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
2920 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
2921 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
2922 and subtitles files.
2924 2006-02-19 Julien MOUTTE <julien@moutte.net>
2926 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
2927 should be considered as raw.
2929 2006-02-19 Julien MOUTTE <julien@moutte.net>
2931 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
2933 * gst/playback/gststreaminfo.h: Introduce language informations.
2935 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
2937 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2938 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
2939 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2940 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2941 Set shared memory segments to be deleted as soon as we have attached,
2942 that way they get cleaned up automatically if we crash.
2944 2006-02-18 Julien MOUTTE <julien@moutte.net>
2946 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
2947 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
2948 functions are called with lock held.
2950 2006-02-18 Julien MOUTTE <julien@moutte.net>
2952 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2953 (gst_text_overlay_finalize), (gst_text_overlay_init),
2954 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2955 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2956 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
2957 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
2958 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2959 (gst_text_overlay_change_state): Refactoring of textoverlay
2960 without collectpads. This now supports sparse subtitles coming
2961 from a demuxer instead of a sub file. Seeking is still broken
2962 though. Need to discuss with wtay some more on how to handle
2964 * ext/pango/gsttextoverlay.h:
2965 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
2966 subtitles coming from the demuxer.
2968 2006-02-17 Wim Taymans <wim@fluendo.com>
2970 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
2971 (gst_vorbisenc_convert_sink):
2972 Use some more scaling functions.
2974 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
2976 * ext/cdparanoia/gstcdparanoiasrc.c:
2977 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
2978 (gst_cd_paranoia_paranoia_callback),
2979 (gst_cd_paranoia_src_signal_is_being_watched),
2980 (gst_cd_paranoia_src_read_sector):
2981 * ext/cdparanoia/gstcdparanoiasrc.h:
2982 Add back 'transport-error' and 'uncorrected-error' signals and
2983 make them actually be fired when bad stuff happens (#319340).
2985 2006-02-17 Wim Taymans <wim@fluendo.com>
2987 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
2988 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
2989 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
2990 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
2991 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
2992 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
2993 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
2994 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
2995 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
2996 (gst_ring_buffer_clear):
2998 Added some G_LIKELY.
3000 2006-02-17 Wim Taymans <wim@fluendo.com>
3002 * gst-libs/gst/audio/TODO:
3005 * gst-libs/gst/audio/gstbaseaudiosink.c:
3006 (gst_base_audio_sink_get_offset):
3007 When trying to play samples ASAP and we don't have a
3008 previous sample, try to play at position 0 instead of
3009 an invalid position.
3011 2006-02-17 Wim Taymans <wim@fluendo.com>
3013 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
3014 (gst_alsasink_reset):
3015 Also release lock when we get an error in _reset();
3016 fix an error message.
3018 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
3020 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
3021 (gst_alsasink_init), (get_channel_free_structure),
3022 (caps_add_channel_configuration), (gst_alsasink_getcaps),
3023 (gst_alsasink_close):
3024 * ext/alsa/gstalsasink.h:
3025 Add support for more than 2 channels (#326720).
3027 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
3029 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3030 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
3031 with 4 or 6 channels, assume a default channel layout to make things
3032 work (not sure there's anything else we can do in those cases).
3034 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
3036 * gst-libs/gst/audio/multichannel.c:
3039 * gst-libs/gst/riff/Makefile.am:
3040 * gst-libs/gst/riff/riff-ids.h:
3041 * gst-libs/gst/riff/riff-media.c:
3042 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
3043 Add support for WAVEFORMATEX, eg. PCM audio with more than two
3044 channels and a channel layout map.
3046 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
3048 Reviewed by Edward Hervey <edward@fluendo.com>
3050 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
3051 C-level optimization of the RGBA nearest neighbour function.
3052 Eventually this might end up in liboil with vectorized versions.
3054 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
3056 * gst-libs/gst/audio/multichannel.c:
3057 (gst_audio_get_channel_positions):
3058 When we have more than 2 channels, but no channel layout is
3059 specified in the caps, return some default channel layout
3060 to the caller and warn about about a possibly buggy element
3061 (could be buggy filtercaps as well of course) (#317038).
3063 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
3065 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3066 Add gst-libs/gst/cdda to list of lib search paths.
3068 2006-02-15 Andy Wingo <wingo@pobox.com>
3070 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
3071 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
3072 to the Lord Jesus that I do not have to touch the ogg muxer ever
3075 2006-02-15 Edward Hervey <edward@fluendo.com>
3077 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
3078 quicktime movie files can also contain 'uuid' atoms.
3080 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
3082 * gst/audioconvert/plugin.c: (plugin_init):
3083 Register the GstAudioChannelPosition enum type with the type
3084 system in the plugin_init function, so that it is known before
3085 any element actually makes use of multi-channel stuff. This is
3086 required for example if one wants to be able to deserialise/use
3087 a caps string with channel positions before any pipeline has
3088 been setup and started, like with gst-launch.
3090 2006-02-14 Wim Taymans <wim@fluendo.com>
3092 * gst-libs/gst/audio/gstringbuffer.c:
3093 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
3094 (gst_ring_buffer_samples_done), (wait_segment),
3095 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
3096 Add some compiler G_(UN_)LIKELY help.
3097 SIGNAL the ringbuffer waiters when going to PAUSED as well to
3098 make sure they can exit their functions. Should fix #330748
3100 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
3105 * win32/common/_stdint.h:
3106 Windows does not have long long; copy the generated _stdint.h
3107 * win32/common/interfaces-enumtypes.c:
3108 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
3109 (gst_mixer_track_flags_get_type),
3110 (gst_tuner_channel_flags_get_type):
3111 * win32/common/multichannel-enumtypes.c:
3112 (gst_audio_channel_position_get_type):
3115 2006-02-13 Wim Taymans <wim@fluendo.com>
3117 * gst-libs/gst/audio/gstbaseaudiosink.c:
3118 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
3119 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3120 Always sync on first sample we receive when starting.
3122 2006-02-13 Wim Taymans <wim@fluendo.com>
3124 * gst/playback/gstplaybin.c: (gen_vis_element):
3125 Update vis bin docs.
3126 Move queue after tee so we don't queue video buffers but
3127 audio samples instead. Fixes problems where the video queue
3128 is filled and the audio queue empty.
3130 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
3132 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3133 No need to push an EOS event here, GstBaseSrc will do that for us
3134 when we return FLOW_UNEXPECTED.
3136 2006-02-12 Wim Taymans <wim@fluendo.com>
3138 * gst-libs/gst/audio/gstbaseaudiosink.c:
3139 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
3140 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
3141 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3142 Use scale functions when possible.
3144 Free clockid when after waiting for EOS.
3145 Use G_(UN_)LIKLY when it makes sense.
3146 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
3148 2006-02-12 Edward Hervey <edward@fluendo.com>
3150 * gst/playback/gstplaybasebin.c: (prepare_output):
3151 Remove stray semi-colon (fixes #330888).
3153 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
3155 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
3156 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
3157 Fix up the XShm call testing so that we catch errors, and don't
3158 cause new ones by attempting to detach from a segment we failed
3159 to attach to. Fixes #312439.
3161 2006-02-10 Edward Hervey <edward@fluendo.com>
3163 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3164 Added flv file typefind (video/x-flv).
3166 2006-02-10 Edward Hervey <edward@fluendo.com>
3168 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3169 (gst_riff_create_video_template_caps):
3170 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
3171 Also added the caps to the default set of riff video caps.
3173 2006-02-09 Andy Wingo <wingo@pobox.com>
3175 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
3176 time and the end time of the last packet in the page.
3177 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
3178 on the pages in our queue, set the duration as well. Reflow a
3180 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
3181 Fixes bad muxing order.
3183 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
3185 * gst-libs/gst/rtp/gstbasertppayload.c:
3186 (gst_basertppayload_setcaps), (gst_basertppayload_push):
3187 update seqnum before setting it on the packet; this makes sure
3188 that the timestamp and seqnum properties match after pushing
3191 2006-02-09 Andy Wingo <wingo@pobox.com>
3193 * gst-libs/gst/audio/gstringbuffer.c
3194 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
3195 overflow after 13.5 hours of recording. Kapow!
3197 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
3198 the buffer size -- we don't care about underrun/overrun reporting
3199 right now, just need to return a useful value.
3201 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
3206 === release 0.10.3 ===
3208 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
3211 releasing 0.10.3, "Under Pressure"
3213 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
3216 Drat. Bump libtool version number for new API.
3217 Prelease 0.10.2.3 (of 0.10.3)
3219 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
3222 * win32/common/config.h:
3223 0.10.2.2 prerelease (of 0.10.3).
3225 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
3227 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
3228 Revert Andy's newsegment change pending a more correct
3231 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
3233 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
3234 (qt_type_find), (plugin_init):
3235 detect more files as 3gp
3236 group and reorder the iso file formats
3238 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
3240 * ext/vorbis/vorbis.c: (plugin_init):
3241 Register musicbrainz tags, so apps don't have to.
3243 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
3245 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
3246 (gst_tag_to_vorbis_tag):
3247 Make sure we called gst_tag_register_musicbrainz_tags()
3248 before possibly mapping a vorbiscomment string from/to a
3251 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
3253 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
3254 In case we can't find the required number of consecutive
3255 mpeg audio frames to positively identify an MPEG audio
3256 stream, check if there's at least a valid mpeg audio
3257 frame right at offset 0 and if so suggest mpeg/audio
3258 caps with a very low probability (#153004).
3260 2006-02-07 Andy Wingo <wingo@pobox.com>
3262 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
3263 a TIME segment if we get timestamped buffers. Requires recent
3264 fixes in core to work properly.
3266 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
3268 * gst/playback/gstplaybasebin.c: (prepare_output):
3269 Don't print the URI as part of the error message, it
3270 makes error dialogs look rather ugly, especially if
3271 the URI is very long or has characters in it that
3274 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
3276 * gst/playback/gstplaybasebin.c: (prepare_output):
3277 Error out if we have only text or subtitles, but nothing
3278 else. Also error out if we have subtitles but no video
3281 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
3283 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
3284 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
3285 Post an error message on the bus when we encounter an
3286 error, which will hopefully be more meaningful than the
3287 'Internal Flow Error' message users get to see if we
3288 just return GST_FLOW_ERROR.
3290 2006-02-07 Andy Wingo <wingo@pobox.com>
3292 * configure.ac (GST_MAJORMINOR): Update core version req to
3293 0.10.2.2, for the collectpads API addition (#330244).
3295 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
3297 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3298 Return FALSE from plugin_init() when GnomeVFS can't
3299 be initialised for some reason (#328423).
3301 2006-02-06 Julien MOUTTE <julien@moutte.net>
3303 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
3304 Stick to seeking theory until i find the bug.
3305 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
3307 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
3309 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3310 (theora_enc_finalize), (theora_enc_sink_setcaps),
3311 (theora_set_header_on_caps), (theora_enc_chain),
3312 (theora_enc_change_state):
3313 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3314 Make theoraenc and the tests leak free. Like, really.
3316 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
3318 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3319 (theora_enc_finalize), (theora_enc_sink_setcaps):
3320 Add a finalize method to ensure we clean up state even if
3321 someone omitted the state change back to NULL.
3323 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
3324 (gst_vorbisenc_chain):
3325 Free some more leaked bits.
3327 * tests/check/pipelines/theoraenc.c: (start_pipeline),
3329 Wait for state changes to happen if they're ASYNC.
3331 This ought to teach those fancy pants buildbots a lesson.
3333 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
3335 * gst-libs/gst/tag/gstid3tag.c:
3336 Add mapping for ID3 International Standard Recording Code
3339 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
3341 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
3342 Don't leak tag names.
3344 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
3346 * docs/libs/gst-plugins-base-libs-docs.sgml:
3347 * docs/libs/gst-plugins-base-libs-sections.txt:
3348 * gst-libs/gst/tag/gstid3tag.c:
3349 * gst-libs/gst/tag/gstvorbistag.c:
3350 * gst-libs/gst/tag/tags.c:
3351 Split libgsttag docs into multiple sections.
3353 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
3355 * docs/libs/Makefile.am:
3356 * docs/libs/gst-plugins-base-libs-docs.sgml:
3357 * docs/libs/gst-plugins-base-libs-sections.txt:
3358 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
3359 * gst-libs/gst/tag/gstvorbistag.c:
3360 * gst-libs/gst/tag/tag.h:
3361 * gst-libs/gst/tag/tags.c:
3362 Add libgsttag to the docs.
3364 2006-02-05 Julien MOUTTE <julien@moutte.net>
3366 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
3367 (gst_text_overlay_init), (gst_text_overlay_src_event),
3368 (gst_text_overlay_collected): Fix clockoverlay.
3370 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
3372 * docs/libs/compiling.sgml:
3373 Fix typo: it's pkg-config, not pkg-gconfig
3375 * docs/libs/gst-plugins-base-libs-docs.sgml:
3376 * docs/libs/gst-plugins-base-libs-sections.txt:
3377 * docs/libs/tmpl/gstgconf.sgml:
3378 There is no libgstgconf in 0.10, remove it
3381 2006-02-05 Julien MOUTTE <julien@moutte.net>
3383 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
3384 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
3385 (gst_text_overlay_src_event), (gst_text_overlay_collected):
3386 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
3387 (gst_sub_parse_class_init), (gst_sub_parse_init),
3388 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
3389 (parse_mpsub), (parser_state_init), (handle_buffer),
3390 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
3391 * gst/subparse/gstsubparse.h: Introduce seeking code.
3393 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
3395 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3396 Add comment about LANGUAGE tag inconsistency (we want
3397 ISO-639-1, but extract three-letter identifiers?)
3400 Add two translatable files.
3402 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
3404 * gst-libs/gst/tag/Makefile.am:
3405 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3406 * gst-libs/gst/tag/tag.h:
3407 * gst-libs/gst/tag/tags.c:
3408 (gst_tag_register_musicbrainz_tags_internal),
3409 (gst_tag_register_musicbrainz_tags):
3410 Forward-port some tags stuff from the 0.8 branch. This is
3411 mostly the addition of musicbrainz tags and their mapping
3412 to vorbistags, and a vorbistag mapping of the language tag.
3414 2006-02-05 Julien MOUTTE <julien@moutte.net>
3416 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
3419 2006-02-04 David Schleef <ds@schleef.org>
3421 * ext/ogg/gstoggmux.c:
3422 * gst/typefind/gsttypefindfunctions.c:
3423 Add Dirac typefinding and add dirac format to oggmux.
3425 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
3427 * gst/playback/gstdecodebin.c: (try_to_link_1):
3428 Don't put essential function call into
3429 g_return_*() macro, otherwise it'll all be
3430 replaced by NOOPs when compiling with
3431 G_DISABLE_CHECKS defined.
3433 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
3435 * ext/ogg/gstoggdemux.c:
3436 * ext/ogg/gstoggparse.c:
3437 * gst/tcp/gsttcpserversink.c:
3438 * sys/v4l/v4lsrc_calls.c:
3439 * sys/v4l/v4lsrc_calls.h:
3440 Just make it compile with --disable-gst-debug.
3442 2006-02-03 Wim Taymans <wim@fluendo.com>
3444 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
3445 (gst_alsasink_class_init), (gst_alsasink_init),
3446 (gst_alsasink_write), (gst_alsasink_reset):
3447 * ext/alsa/gstalsasink.h:
3448 Add lock to protect alsa calls.
3449 Implement reset to flush samples ASAP, does not work
3452 2006-02-02 Wim Taymans <wim@fluendo.com>
3454 * gst-libs/gst/audio/gstbaseaudiosink.c:
3455 (gst_base_audio_sink_provide_clock):
3456 Ugh.. getting late I guess...
3458 2006-02-02 Wim Taymans <wim@fluendo.com>
3460 * gst-libs/gst/audio/gstbaseaudiosink.c:
3461 (gst_base_audio_sink_provide_clock),
3462 (gst_base_audio_sink_set_property),
3463 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
3464 Don't try to provide a clock when we are not negotiated since
3465 we might not be able to make it run.
3467 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
3469 * gst/playback/gstdecodebin.c: (try_to_link_1):
3470 Unlinking two source pads is ... hard.
3472 2006-02-02 Wim Taymans <wim@fluendo.com>
3474 * gst-libs/gst/audio/TODO:
3477 * gst-libs/gst/audio/gstbaseaudiosink.c:
3478 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
3479 On EOS, wait till the last sample is played before posting EOS.
3481 2006-02-01 Philippe Kalaf <burger at speedy dot org>
3483 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3484 Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
3485 setting queue_delay to zero. Also avoid thread being started if
3486 queue_delay is zero.
3488 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
3490 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
3491 Make test work again by connecting fakesinks to each decoded pad,
3492 which makes the pipeline wait until each fakesink has a buffer
3493 queued before going to PAUSED state. At that point we know the
3494 decodebin pads are negotiated.
3496 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
3498 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
3499 (gst_cdda_base_src_handle_event):
3500 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
3501 Pass unhandled queries to the parent class's query function.
3503 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
3505 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
3506 (gst_ogg_pad_src_query):
3507 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
3508 * ext/theora/theoradec.c: (theora_dec_src_query),
3509 (theora_dec_sink_query):
3510 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3511 (vorbis_dec_sink_query):
3512 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
3513 (gst_vorbisenc_sink_query):
3514 * gst/adder/gstadder.c: (gst_adder_query):
3515 Pass unhandled queries upstream instead of just
3516 dropping them (#326447). Also, fix supported
3517 query types list for some elements.
3519 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
3521 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
3522 (paris_type_find), (ilbc_type_find), (plugin_init):
3523 Fix typefinding for audio/x-au, audio/x-paris and
3524 audio/iLBC-sh. We cannot use the START_WITH macros
3525 here, because there can only be one typefind factory
3526 with the same name (caps), so the second one would
3527 replace the first one and the first one would never
3528 be called when doing typefinding (see #161712).
3531 2006-01-31 Wim Taymans <wim@fluendo.com>
3533 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
3534 (vorbis_handle_header_packet), (vorbis_dec_push),
3535 (vorbis_handle_data_packet):
3536 Use scale_int when we can, add some more scaling.
3537 Check packettype before parsing it.
3539 2006-01-31 Wim Taymans <wim@fluendo.com>
3541 * ext/theora/theoradec.c: (_theora_granule_time),
3542 (theora_dec_src_convert), (theora_dec_sink_convert):
3543 Call right _scale functions.
3544 Use parameter instead of some other random value.
3546 2006-01-31 Wim Taymans <wim@fluendo.com>
3548 * ext/theora/theoradec.c: (_theora_granule_frame),
3549 (_theora_granule_time), (_inc_granulepos),
3550 (theora_dec_src_convert), (theora_dec_sink_convert),
3551 (theora_handle_type_packet), (theora_handle_data_packet),
3553 Use higher precision timestamps calculation.
3554 Convert some other conversions to _scale.
3556 2006-01-31 Stefan Kost <ensonic@users.sf.net>
3558 * gst/audiotestsrc/gstaudiotestsrc.c:
3559 (gst_audio_test_src_create_sine_table), (plugin_init):
3560 * gst/volume/gstvolume.c: (plugin_init):
3561 initialize gst_controller before using
3563 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
3565 * tests/check/pipelines/theoraenc.c:
3566 * tests/check/pipelines/vorbisenc.c:
3567 Define constant using G_GINT64_CONSTANT to avoid errors when
3568 passing it around - otherwise it gets truncated to 32 bits.
3570 Fixes failing tests.
3572 2006-01-31 Andy Wingo <wingo@pobox.com>
3574 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
3575 caps being set doesn't have a framerate value. Basically a stopgap
3578 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
3579 technically correct enough to put into core though.
3580 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
3581 DURATION. Fixes theoraenc ! oggmux.
3583 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
3584 fraction, not double.
3586 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
3589 add vs7 project files created by Sergey Scobich
3591 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
3594 add vs8 project files created by Sergey Scobich
3596 2006-01-30 Andy Wingo <wingo@pobox.com>
3598 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
3599 timestamp + duration, not just timestamp -- ogg pages should be
3600 ordered by stop time. Necessary fix given the change in vorbis
3603 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
3604 (gst_theora_enc_init): Pull the granule shift out of the encoder.
3605 (granulepos_add): New function, handles the messiness of adjusting
3607 (theora_buffer_from_packet):
3609 (theora_enc_sink_event): Use granulepos_add, not +.
3611 * tests/check/pipelines/theoraenc.c
3612 (check_buffer_granulepos_from_starttime): Just check the frame
3613 count, not the actual granulepos -- we can't dictate to the
3614 encoder when it should be placing keyframes.
3616 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
3618 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3619 SERVICE_NOT_AVAILABLE happens for example when you're trying to
3620 play an http:// stream from a server that's not serving
3622 2006-01-30 Andy Wingo <wingo@pobox.com>
3624 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
3625 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
3626 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
3629 * ext/theora/gsttheoraenc.h:
3630 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
3631 although theoraenc was timestamping correctly. Added handling of
3632 streams that start with nonzero timestamps.
3634 * tests/check/Makefile.am:
3635 * tests/check/pipelines/theoraenc.c: New file, basically does same
3638 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
3640 2006-01-30 Wim Taymans <wim@fluendo.com>
3642 * gst-libs/gst/audio/gstaudiosink.c:
3643 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
3644 (gst_audioringbuffer_pause):
3645 Implement pause that does not wait for completion.
3647 * gst-libs/gst/audio/gstbaseaudiosink.c:
3648 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3649 Don't drop buffers when going to PAUSED but perform preroll on
3650 remaining samples now that core base class supports this.
3652 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
3653 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
3654 (gst_ring_buffer_commit):
3655 Pause should not signal waiters.
3656 Implement return value of _commit correctly.
3658 2006-01-30 Andy Wingo <wingo@pobox.com>
3660 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
3662 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
3663 updated to timestamp from the first sample, not the last.
3664 (gst_vorbisenc_buffer_from_header_packet): New function, takes
3665 special care of granulepos and timestamp for header packets.
3666 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
3667 when the first buffer has a nonzero timestamp.
3669 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
3670 (GstVorbisEnc.subgranule_offset): New members. Take care of the
3671 case when the first audio buffer we get has a nonzero timestamp.
3672 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
3673 properly timestamp vorbis buffers with the time of the first
3674 sample, not the last.
3676 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
3677 vorbis_granule_time_copy -- now it takes the granule/subgranule
3678 offset into account.
3680 * tests/check/pipelines/vorbisenc.c: New test for correctness of
3681 timestamps, durations, and granulepos on buffers produced by
3684 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
3686 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3687 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
3688 Patch from Eric Jonas to support conversions to/from UYVY
3691 2006-01-30 Julien MOUTTE <julien@moutte.net>
3693 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
3694 (setup_subtitle), (setup_source), (set_active_source):
3695 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
3696 (gen_text_element), (gen_audio_element), (gen_vis_element),
3697 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
3699 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
3701 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
3702 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
3703 use gst_guint64_to_gdouble to be compliant with vs6
3704 * gst/playback/gstdecodebin.c: (try_to_link_1)
3705 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
3706 use G_GINT64_CONSTANT for int64 constants
3707 * win32/common/libgstinterfaces.def:
3708 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
3710 update and add new project files
3712 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
3716 * win32/common/interfaces-enumtypes.c:
3717 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
3718 (gst_mixer_track_flags_get_type),
3719 (gst_tuner_channel_flags_get_type):
3720 * win32/common/interfaces-enumtypes.h:
3721 * win32/common/multichannel-enumtypes.c:
3722 (gst_audio_channel_position_get_type):
3723 * win32/common/multichannel-enumtypes.h:
3724 add a win32-update rule like in core, and copy over enumtypes files
3726 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
3729 * win32/common/config.h:
3730 * win32/common/config.h.in:
3731 add config files just like in core
3733 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
3735 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
3736 Make gcc-4.1 happy (part of #327357).
3738 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
3740 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
3741 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
3742 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
3743 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
3744 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
3745 (gst_alsasrc_unprepare), (gst_alsasrc_read):
3746 Update all error messages. All of them should either use
3747 the default translated message, or actually provide a
3748 translatable string.
3749 Make the string for channel count problems meaningful.
3751 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
3753 * sys/v4l/v4l_calls.c: (gst_v4l_open):
3754 check for and throw RESOURCE_BUSY
3756 2006-01-27 David Schleef <ds@schleef.org>
3758 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
3759 checked in this change -- it requires liboil features not
3760 in 0.3.6. Revert parts.
3762 2006-01-27 David Schleef <ds@schleef.org>
3765 * configure.ac: update liboil requirement to 0.3.6
3766 * gst/videoscale/Makefile.am:
3767 * gst/videoscale/vs_scanline.c: liboilify
3769 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
3771 * ext/libvisual/visual.c: (get_buffer):
3772 When pad_alloc returns a GstFlowReturn other
3773 than GST_FLOW_OK, make sure it is passed upstream.
3775 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
3777 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
3778 (gst_alsasink_class_init):
3779 Free the device name string.
3781 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
3782 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
3783 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
3784 Don't remove a pad from the collectpads structure until it
3785 is released - it's a request pad, and may receive data again
3786 if the element gets moved back to PLAYING state.
3788 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3789 Ensure we turn on double buffering on the Xv port, and
3790 set the colour key to something dark and mysterious that
3793 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
3795 * ext/alsa/gstalsaplugin.c: (plugin_init):
3796 * ext/cdparanoia/gstcdparanoiasrc.c:
3797 (gst_cd_paranoia_src_base_init), (plugin_init):
3798 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3799 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
3800 - a library should not call setlocale. see "Libraries" node in
3802 - make sure all plugins that use translation do bindtextdomain
3803 to point to the localedir
3804 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
3805 (setup_sinks), (plugin_init):
3806 all this, and check for NULL when creating sinks
3808 2006-01-27 Julien MOUTTE <julien@moutte.net>
3810 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
3811 (plugin_init): Make typefinding of subtitles work again.
3813 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
3815 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
3816 (mp3_type_frame_length_from_header), (mp3_type_find),
3817 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
3819 Backport a bunch of typefinding fixes from the 0.8 branch.
3820 Also, improve wavpack typefinding: if we can't peek the
3821 entire wavpack block, try to parse the bits we can get and
3822 see if we find what we're looking for in those.
3824 2006-01-26 Julien MOUTTE <julien@moutte.net>
3826 * sys/ximage/ximagesink.c:
3827 (gst_ximagesink_calculate_pixel_aspect_ratio):
3828 * sys/xvimage/xvimagesink.c:
3829 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
3830 more cases of pixel aspect ratio.
3832 2006-01-26 Edward Hervey <edward@fluendo.com>
3834 * gst/playback/gstdecodebin.c: (pad_probe):
3835 Also consider the flush-start and tag events as unblockers
3838 2006-01-26 Julien MOUTTE <julien@moutte.net>
3840 * gst/playback/gstplaybin.c: (gst_play_bin_init),
3841 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
3842 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
3843 On the fly visualisation switch, works disabling, enabling as
3844 well but it won't be able to enable vis in a playbin that was
3845 created with no visualisation.
3847 2006-01-25 Wim Taymans <wim@fluendo.com>
3849 * gst-libs/gst/audio/gstbaseaudiosink.c:
3850 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3851 Undo previous commit that returned WRONG_STATE sooner, it breaks
3854 2006-01-25 Wim Taymans <wim@fluendo.com>
3856 * gst-libs/gst/audio/gstbaseaudiosink.c:
3857 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
3858 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
3860 Post error when caps cannot be parsed.
3861 Resync on discontinuity in the stream.
3862 Clip samples to segment boundaries.
3863 return WRONG_STATE sooner when we are flushing.
3865 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
3866 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
3867 Make audiosrc operate in TIME.
3868 Set TIMESTAMP and DURATION on buffers.
3870 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
3872 * tests/examples/seek/seek.c: (main):
3873 Output tag messages as well.
3875 2006-01-23 Edward Hervey <edward@fluendo.com>
3877 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3878 (free_pad_probes), (remove_fakesink), (pad_probe),
3879 (close_pad_link), (gst_decode_bin_change_state):
3880 Replace GstPadBlockCallback with pad probes that detect
3881 first buffer AND eos before removing fakesink.
3882 Fixes hang with demuxers doing EOS while pre-rolling.
3885 2006-01-23 Andy Wingo <wingo@pobox.com>
3887 * ext/alsa/gstalsasink.c:
3888 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3889 (gst_base_rtp_depayload_setcaps),
3890 (gst_base_rtp_depayload_add_to_queue),
3891 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
3893 Patch by: Jens Granseuer <jensgr at gmx dot net>
3895 2006-01-22 Julien MOUTTE <julien@moutte.net>
3897 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
3898 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3899 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
3900 frames. We might get a frame destroyed after changing state to
3901 NULL, adding a safety check on xcontext.
3903 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
3905 * gst-libs/gst/interfaces/xoverlay.c:
3906 Fix prepare-xwindow-id code example in the docs - we need to
3907 ignore all messages that aren't element messages as well.
3909 2006-01-21 Julien MOUTTE <julien@moutte.net>
3911 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
3912 I think one day i'll completely undestand how caps negotiation
3913 is supposed to work. This refactoring handles buffer_alloc
3914 called with caps we can't handle. We definitely don't want a
3915 set_caps with those caps, so we define and allocate a buffer
3916 we would like to receive.
3918 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
3920 * gst/playback/gstplaybasebin.c: (setup_source):
3921 Free iterator when done.
3923 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
3925 * gst-libs/gst/audio/gstbaseaudiosink.c:
3926 (gst_base_audio_sink_render):
3927 Fix playback of non-synchronised streams by assuming a rate
3928 of 1.0 instead of a random one.
3930 Makes this work again:
3932 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
3933 endianness=(int)4321, signed=(boolean)true, width=(int)16,
3934 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
3935 audioresample ! alsasink
3937 === release 0.10.2 ===
3939 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
3942 releasing 0.10.2, "Then the devil is six"
3944 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
3946 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3947 * gst/playback/gststreamselector.c:
3948 (gst_stream_selector_set_property):
3949 Comment out broken code that connects to the state-changed signal.
3950 At this point, changing current stream selection is broken, but
3951 stuff like gst-launch playbin current-audio=1 works and filters
3952 to the chosen stream.
3954 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
3956 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3957 Fix #327216 (null dereference in vorbisdec)
3959 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
3961 * ext/theora/theoradec.c: (theora_handle_comment_packet):
3962 Post taglist actually on bus instead of just freeing it
3963 (fixes #327114 and totem bug #327080).
3965 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3966 Use gst_element_found_tags_for_pad(), so that the tags
3967 are sent downstream as an event as well.
3969 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
3971 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3972 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
3973 (gst_ximagesink_buffer_alloc):
3974 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
3975 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
3976 (gst_xvimagesink_buffer_alloc):
3977 move all regularly occurring messages to GST_LOG level
3978 add some more object logs
3980 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
3982 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3983 fix a silly segfault
3985 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
3987 * docs/libs/gst-plugins-base-libs-docs.sgml:
3988 * docs/libs/gst-plugins-base-libs-sections.txt:
3989 * gst-libs/gst/audio/mixerutils.c:
3990 * gst-libs/gst/audio/mixerutils.h:
3991 Add docs for mixerutils stuff.
3993 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
3995 * gst/playback/gstplaybasebin.c: (setup_source):
3996 Fix playback for sources that emit raw audio or
3997 raw video streams (e.g.: cd audio sources) (#325984).
3999 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
4001 * gst-libs/gst/audio/mixerutils.c:
4002 (gst_audio_mixer_filter_do_filter):
4003 actually save the element we create
4005 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
4007 * gst-libs/gst/cdda/gstcddabasesrc.c:
4008 (gst_cdda_base_src_handle_track_seek):
4009 No need to post a tag message on the bus when seeking
4010 within the same track, only post it when the current
4013 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
4015 * gst/playback/gstplaybasebin.c: (group_destroy),
4016 (probe_triggered), (new_decoded_pad), (mute_group_type),
4017 (set_active_source):
4018 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
4019 * gst/playback/gststreamselector.c:
4020 (gst_stream_selector_base_init),
4021 (gst_stream_selector_set_property),
4022 (gst_stream_selector_request_new_pad):
4023 Reenable stream selection. These mechanisms need a complete overhaul
4024 in the face of 0.8->0.10 changes though.
4026 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
4028 * ext/ogg/gstoggdemux.c:
4029 Change the pad template to src_%d to match the pads that
4030 are created from it. decodebin needs this information in order
4031 to decide that oggdemux is capable of producing multiple pads
4032 (and hence needs queues inserted).
4034 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
4035 (gst_ogg_mux_collected):
4036 Make debug output more useful by using GST_PTR_FORMAT.
4038 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4040 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
4042 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4043 Set depth and width for alaw/mulaw (fixes #326601).
4045 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
4047 * tests/icles/Makefile.am:
4048 don't build the tests if we don't have the libs
4050 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
4052 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
4053 (gst_cd_paranoia_paranoia_callback):
4054 Don't try to free NULL pointers.
4056 2006-01-10 Edward Hervey <edward@fluendo.com>
4058 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
4059 (gst_audio_rate_change_state), (plugin_init):
4060 Add debugging category.
4062 Add case for incoming buffers without valid offset/offset_end.
4064 2006-01-10 Michael Smith <msmith@fluendo.com>
4066 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
4067 Don't leak GCond in audio sources.
4069 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
4071 * gst/playback/gstplaybin.c: (gen_audio_element):
4072 Don't leak an autoaudiosink/alsasink when we generate
4073 a new audio element. (old code, I guess)
4075 2006-01-10 Michael Smith <msmith@fluendo.com>
4077 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
4078 Support float audio in audiorate.
4079 Use width rather than depth for selecting sample width.
4081 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
4083 * gst/videotestsrc/videotestsrc.h:
4084 Use GLib types here (that way we don't have to include the
4085 generated _stdint.h header, which makes life easier for win32
4086 folks that don't use autotools for the build) (#325990, patch
4087 by: Sergey Scobich).
4089 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
4091 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
4092 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
4093 (gst_ring_buffer_pause), (wait_segment):
4094 * gst-libs/gst/audio/gstringbuffer.h:
4095 Name (private) union, makes Forte compiler happy (this time
4096 for real) (#324900).
4098 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
4100 * gst-libs/gst/audio/Makefile.am:
4101 Link against libgstinterfaces, needed for mixer
4102 and property probe stuff.
4104 2006-01-09 Edward Hervey <edward@fluendo.com>
4106 * gst-libs/gst/Makefile.am:
4108 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
4110 * gst-libs/gst/audio/Makefile.am:
4111 * gst-libs/gst/audio/mixerutils.c:
4112 (gst_audio_mixer_filter_do_filter),
4113 (gst_audio_mixer_filter_check_element),
4114 (gst_audio_mixer_filter_probe_feature),
4115 (element_factory_rank_compare_func),
4116 (gst_audio_default_registry_mixer_filter):
4117 * gst-libs/gst/audio/mixerutils.h:
4118 Add gst_audio_default_registry_mixer_filter() utility
4121 2006-01-03 Michael Smith <msmith@fluendo.com>
4123 * gst/audioresample/resample.h:
4124 As before, but for o_buf
4126 2006-01-03 Michael Smith <msmith@fluendo.com>
4128 * gst/audioresample/resample.h:
4129 Declare struct _ResampleState.buffer as unsigned char *, not void *,
4130 since we do arithmetic on it.
4132 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
4134 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
4135 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
4136 (gst_ring_buffer_pause), (wait_segment):
4137 * gst-libs/gst/audio/gstringbuffer.h:
4138 Sun's Forte compiler doesn't seem to like anonymous structs,
4139 so use same setup as in GstBaseSrc (fixes #324900).
4141 2005-12-30 Stefan Kost <ensonic@users.sf.net>
4144 * gst/volume/Makefile.am:
4145 * gst/volume/demo.c:
4146 move old example to tests/examples/volume/volune.c
4147 * tests/examples/Makefile.am:
4148 * tests/examples/seek/seek.c: (main):
4149 change window-close event from "delete-event" to "destroy"
4150 * tests/examples/volume/Makefile.am:
4151 * tests/examples/volume/volume.c: (value_changed_callback),
4152 (setup_gui), (message_received), (eos_message_received), (main):
4153 fix event handling and bus usage
4155 2005-12-29 Stefan Kost <ensonic@users.sf.net>
4157 * gst/audiotestsrc/gstaudiotestsrc.c:
4158 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
4159 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
4160 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
4161 (gst_audio_test_src_create_square),
4162 (gst_audio_test_src_create_saw),
4163 (gst_audio_test_src_create_triangle),
4164 (gst_audio_test_src_create_silence),
4165 (gst_audio_test_src_create_white_noise),
4166 (gst_audio_test_src_create_pink_noise),
4167 (gst_audio_test_src_init_sine_table),
4168 (gst_audio_test_src_create_sine_table),
4169 (gst_audio_test_src_change_wave),
4170 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
4171 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
4172 * gst/audiotestsrc/gstaudiotestsrc.h:
4173 update to basesrc changes, implement segmented seeking and eos
4174 handling, add a 'sine-tab' waveform for performance critical playback
4176 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
4179 ... and this time the other modified file that I missed last time.
4181 2005-12-29 Michael Smith <msmith@fluendo.com>
4183 * gst/playback/gstdecodebin.c: (new_pad):
4184 Fix non-C89 variable declaration not at the start of a block. Should
4185 help some compilers.
4187 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
4189 * tests/check/Makefile.am:
4190 And now fix 'make distcheck' (builddir != srcdir)
4192 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
4195 * ext/cdparanoia/Makefile.am:
4196 * ext/cdparanoia/gstcdparanoia.c:
4197 * ext/cdparanoia/gstcdparanoia.h:
4198 * ext/cdparanoia/gstcdparanoiasrc.c:
4199 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
4200 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
4201 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
4202 (gst_cd_paranoia_paranoia_callback),
4203 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
4204 (gst_cd_paranoia_src_set_property),
4205 (gst_cd_paranoia_src_get_property), (plugin_init):
4206 * ext/cdparanoia/gstcdparanoiasrc.h:
4207 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
4208 plugin again (there are still fixes required to playbin to make
4209 cdda:// uris work there).
4211 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
4213 * tests/check/Makefile.am:
4214 Fix test case compilation.
4216 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
4218 * gst-libs/gst/cdda/gstcddabasesrc.c:
4219 (gst_cdda_base_src_update_duration),
4220 (gst_cdda_base_src_calculate_cddb_id):
4221 An integer is not a string. Fix access to uninitialised variable.
4223 * tests/check/Makefile.am:
4224 Add cddabasesrc unit test; also actually enable the vorbis test.
4226 * tests/check/generic/states.c:
4227 Blacklist new cd audio elements as well.
4229 * tests/check/libs/cddabasesrc.c:
4230 Unit test for GstCddaBaseSrc (discid calculation mostly).
4232 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
4234 * docs/libs/Makefile.am:
4235 * docs/libs/gst-plugins-base-libs-docs.sgml:
4236 * docs/libs/gst-plugins-base-libs-sections.txt:
4237 * docs/libs/gst-plugins-base-libs.types:
4238 Add docs for libgstcdda/GstCddaBaseSrc.
4240 * gst-libs/gst/interfaces/mixertrack.h:
4241 Do one struct member per line with a semicolon at the end, that way
4242 even gtk-doc might parse it without complaining.
4244 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
4247 * gst-libs/gst/Makefile.am:
4248 * gst-libs/gst/cdda/Makefile.am:
4249 * gst-libs/gst/cdda/base64.c:
4250 * gst-libs/gst/cdda/base64.h:
4251 * gst-libs/gst/cdda/gstcddabasesrc.c:
4252 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
4253 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
4254 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
4255 (gst_cdda_base_src_get_property),
4256 (gst_cdda_base_src_get_track_from_sector),
4257 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
4258 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
4259 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
4260 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
4261 (gst_cdda_base_src_uri_get_protocols),
4262 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
4263 (gst_cdda_base_src_uri_handler_init),
4264 (gst_cdda_base_src_setup_interfaces),
4265 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
4266 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
4267 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
4268 (gst_cdda_base_src_add_tags),
4269 (gst_cdda_base_src_add_index_associations),
4270 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
4271 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
4272 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
4273 (gst_cdda_base_src_create):
4274 * gst-libs/gst/cdda/gstcddabasesrc.h:
4275 * gst-libs/gst/cdda/sha1.c:
4276 * gst-libs/gst/cdda/sha1.h:
4277 Add new libgstcdda with GstCddaBaseSrc class.
4279 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
4281 * ext/gnomevfs/gstgnomevfssink.h:
4282 Use GstBaseSinkClass as parent_class member for class struct, not
4285 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
4287 Patch by: Michael Benes
4289 * gst/videotestsrc/gstvideotestsrc.c:
4290 (gst_video_test_src_class_init), (gst_video_test_src_start):
4291 Add start method to reset running time and number of frames sent
4292 when starting up (fixes #324696)
4294 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
4296 * docs/plugins/Makefile.am:
4297 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4298 * docs/plugins/gst-plugins-base-plugins-sections.txt:
4299 * docs/plugins/gst-plugins-base-plugins.args:
4300 * docs/plugins/gst-plugins-base-plugins.hierarchy:
4301 * docs/plugins/gst-plugins-base-plugins.signals:
4302 Add docs stuff for gnomevfssrc and gnomevfssink.
4304 * ext/gnomevfs/gstgnomevfssrc.c:
4305 Fix example pipeline in gtk-doc blurb.
4307 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
4309 * ext/gnomevfs/Makefile.am:
4310 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
4311 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
4312 (gst_gnome_vfs_handle_get_type), (plugin_init):
4313 * ext/gnomevfs/gstgnomevfs.h:
4314 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
4315 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
4316 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
4317 (gst_gnome_vfs_sink_set_property),
4318 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
4319 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
4320 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
4321 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
4322 (gst_gnome_vfs_sink_uri_get_type),
4323 (gst_gnome_vfs_sink_uri_get_protocols),
4324 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
4325 (gst_gnome_vfs_sink_uri_handler_init):
4326 * ext/gnomevfs/gstgnomevfssink.h:
4327 Port gnomevfssink; add gtk-doc blurb.
4329 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
4330 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
4331 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
4332 (gst_gnome_vfs_src_uri_get_type),
4333 (gst_gnome_vfs_src_uri_get_protocols),
4334 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
4335 (gst_gnome_vfs_src_uri_handler_init),
4336 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
4337 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
4338 (gst_gnome_vfs_src_send_additional_headers_callback),
4339 (gst_gnome_vfs_src_received_headers_callback),
4340 (gst_gnome_vfs_src_push_callbacks),
4341 (gst_gnome_vfs_src_pop_callbacks),
4342 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
4343 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
4344 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
4345 * ext/gnomevfs/gstgnomevfssrc.h:
4346 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
4347 file; add gtk-doc blurb with example pipelines.
4349 === release 0.10.1 ===
4351 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
4354 releasing 0.10.1, "Dobro Dedek"
4356 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
4358 * gst/typefind/gsttypefindfunctions.c:
4359 iLBC30 and iLBC20 added to typefind.
4361 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
4363 * gst-libs/gst/audio/gstbaseaudiosink.c:
4364 (gst_base_audio_sink_class_init):
4365 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4366 (gst_base_audio_src_class_init):
4367 update strings, values are in microseconds
4368 change the default sink buffer time to something that is smaller
4369 (to help software volume mixing have a slightly lower delay) but
4370 still be acceptable on Wim's laptop
4372 2005-12-20 Edward Hervey <edward@fluendo.com>
4374 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
4375 Made a quack, forgot to add DUCK to the riff video template.
4377 2005-12-19 Edward Hervey <edward@fluendo.com>
4379 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
4380 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
4381 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4382 (gst_ogm_parse_chain):
4383 Make sure pads are initialized correctly.
4384 * gst-libs/gst/riff/riff-ids.h:
4385 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4386 (gst_riff_create_video_template_caps):
4387 Add a whole bunch of FOURCC <=> MimeType.
4388 Extend the riff video pad template to support the newly added fourcc.
4390 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
4392 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
4393 (gst_ogg_demux_activate_chain):
4394 Extra debug output when activating/deactivating chains.
4396 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
4397 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
4399 Remove a queue from our list when it becomes unlinked.
4400 Don't add queues to elements in class 'Demux' if they
4401 can only produce one pad
4403 2005-12-18 Julien MOUTTE <julien@moutte.net>
4405 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
4406 (gst_video_sink_get_type): Add a debug category.
4408 2005-12-17 Philippe Khalaf <burger@speedy.org>
4410 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4411 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
4412 Handle downstream newsegment by sending our own newsegment before the
4413 next buffer to be released. (#323900)
4415 2005-12-17 Philippe Khalaf <burger@speedy.org>
4417 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4418 (gst_base_rtp_depayload_set_gst_timestamp):
4419 add queue delay to new segment as well (as opposed to just the first
4420 buffer). (bug #322347)
4422 2005-12-16 Stefan Kost <ensonic@users.sf.net>
4424 * ext/libvisual/visual.c: (make_valid_name):
4425 change some char* into char[]
4426 * gst/audiotestsrc/gstaudiotestsrc.c:
4427 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
4428 (gst_audio_test_src_create):
4429 * gst/audiotestsrc/gstaudiotestsrc.h:
4430 prepare to handle EOS and SEGMENT_DONE
4432 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
4434 * tests/check/generic/states.c: (GST_START_TEST):
4435 Blacklist cdparanoia element in state test.
4437 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
4439 Patch by: Benjamin Pineau
4442 * gst/tcp/gsttcpclientsink.c:
4443 * gst/tcp/gsttcpserversink.c:
4444 * gst/tcp/gsttcpserversrc.c:
4445 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
4447 2005-12-15 Michael Smith <msmith@fluendo.com>
4449 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
4450 (gst_video_rate_chain):
4451 Fix timestamping for videorate when the first buffer it sees has a
4452 non-zero timestamp. Fix some misleading debug output.
4454 2005-12-15 Michael Smith <msmith@fluendo.com>
4456 * gst/audioresample/gstaudioresample.c:
4457 Don't leak all input buffers to audioresample.
4459 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
4461 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
4462 Don't operate on empty text buffers. Strip newlines and
4463 tabs only from the end of the text, but leave them intact
4464 in the middle. Fix typo in gtk-doc description.
4466 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
4468 * gst/playback/gstplaybasebin.c:
4469 * gst/playback/gstplaybin.c: (handoff):
4470 Make sure the video frame buffer we return to apps via the
4471 "frame" property always has caps set on it. Modify
4472 _gst_gvalue_set_object() macro to handle NULL objects
4475 2005-12-14 Stefan Kost <ensonic@users.sf.net>
4477 * gst/audiotestsrc/gstaudiotestsrc.c:
4478 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
4479 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
4480 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
4481 (gst_audio_test_src_create):
4482 * gst/audiotestsrc/gstaudiotestsrc.h:
4483 Adjust to some recent api changes and add wtays new cool seeking
4486 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
4488 * ext/alsa/Makefile.am:
4489 * ext/alsa/gstalsadeviceprobe.c:
4490 * ext/alsa/gstalsadeviceprobe.h:
4491 Helper functions to add device probing via the GstPropertyProbe
4492 interface to a class.
4494 * ext/alsa/gstalsamixer.h:
4495 Comment out GST_ALSA_MIXER, it returns a struct that's not
4498 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4499 Add some debug info.
4501 * ext/alsa/gstalsamixerelement.c:
4502 (gst_alsa_mixer_element_interface_supported),
4503 (gst_implements_interface_init),
4504 (gst_alsa_mixer_element_init_interfaces),
4505 (gst_alsa_mixer_element_class_init),
4506 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
4507 (gst_alsa_mixer_element_set_property),
4508 (gst_alsa_mixer_element_get_property),
4509 (gst_alsa_mixer_element_change_state):
4510 * ext/alsa/gstalsamixerelement.h:
4511 Add 'device' and 'device-name' properties. Add GstPropertyProbe
4512 for device handling (gnome-volume-control will need that).
4514 2005-12-12 Christian Schaller <uraeus@gnome.org>
4516 * ext/Makefile.am: fix cdparanoia entry
4517 * gst-plugins-base.spec.in: add cdparanoia
4519 2005-12-12 Michael Smith <msmith@fluendo.com>
4521 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
4522 Use the correct function to free list of typefind factories.
4524 2005-12-12 Wim Taymans <wim@fluendo.com>
4526 * gst/videotestsrc/gstvideotestsrc.c:
4527 (gst_video_test_src_class_init), (gst_video_test_src_init),
4528 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
4529 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
4530 (gst_video_test_src_create):
4531 * gst/videotestsrc/gstvideotestsrc.h:
4532 Implement seeking in videotestsrc.
4535 2005-12-12 Wim Taymans <wim@fluendo.com>
4537 * ext/cdparanoia/Makefile.am:
4538 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
4539 (gst_paranoia_endian_get_type), (_do_init),
4540 (cdparanoia_class_init), (cdparanoia_init),
4541 (cdparanoia_set_property), (cdparanoia_get_property),
4542 (cdparanoia_do_seek), (cdparanoia_is_seekable),
4543 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
4544 (cdparanoia_convert), (cdparanoia_get_query_types),
4545 (cdparanoia_query), (cdparanoia_set_index),
4546 (cdparanoia_uri_set_uri):
4547 * ext/cdparanoia/gstcdparanoia.h:
4548 Partially ported cdparanoia now that basesrc can support a
4551 2005-12-12 Wim Taymans <wim@fluendo.com>
4553 * tests/examples/seek/scrubby.c: (main):
4554 Set higher priority for bus events so they don't get reordered with
4557 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
4558 (flush_toggle_cb), (main):
4559 Added checkbox to disable flushing seeks.
4560 Disable scrubbing when doing non flushing seeks.
4562 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
4564 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
4565 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
4566 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
4567 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
4568 Implement some sort of event handling that doesn't rely on
4569 g_return_if_fail; make sure we always push the last chunk of an
4570 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
4571 state change function; remove some old cruft. Seeking is still
4572 rather unlikely to work though.
4577 2005-12-11 Julien MOUTTE <julien@moutte.net>
4579 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4580 Fixed a leak of the current image reference when cleaning up.
4581 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
4583 2005-12-09 Michael Smith <msmith@fluendo.com>
4585 * tools/Makefile.am:
4586 * tools/gst-launch-ext-m.m:
4587 Remove gst-launch-ext. It doesn't work, and is no longer
4588 particularly useful.
4590 2005-12-08 Luca Ognibene <luogni@tin.it>
4592 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
4593 don't pass random values to ogmparse convert function.
4594 Make seeking possible in the exile1.ogm file.
4596 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
4598 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4599 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4600 Work around refcount problem with g_value_set_object() that occur
4601 if the core has been compiled against GLib-2.6 (g_value_set_object()
4602 will only g_object_ref() the element, but the caller will
4603 gst_object_unref() it and bad things will happen due to the way
4604 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
4605 totem for people on FC4 using Thomas's 0.10 RPMs.
4607 2005-12-07 Edward Hervey <edward@fluendo.com>
4609 Time to welcome ogm to 0.10 :)
4611 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
4612 (gst_ogg_pad_typefind):
4613 Oggdemux can now properly typefind elements with dynamic pads.
4614 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4615 Properly set caps on src pad, and set caps on outgoing buffers.
4617 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
4619 * ext/alsa/gstalsamixer.h:
4620 * ext/alsa/gstalsamixerelement.h:
4621 * ext/alsa/gstalsamixeroptions.h:
4622 * ext/alsa/gstalsamixertrack.h:
4623 * ext/alsa/gstalsasink.c:
4624 * ext/alsa/gstalsasink.h:
4625 * ext/alsa/gstalsasrc.c:
4626 * ext/alsa/gstalsasrc.h:
4627 * ext/cdparanoia/gstcdparanoia.h:
4628 * ext/gnomevfs/gstgnomevfsuri.h:
4629 * ext/ogg/gstoggdemux.c:
4630 * ext/ogg/gstoggmux.c:
4631 * ext/pango/gsttextoverlay.h:
4632 * ext/theora/theoradec.c:
4633 * ext/theora/theoraenc.c:
4634 * ext/vorbis/vorbisdec.h:
4635 * ext/vorbis/vorbisenc.c:
4636 * ext/vorbis/vorbisenc.h:
4637 * ext/vorbis/vorbisparse.h:
4638 * gst-libs/gst/audio/gstaudioclock.h:
4639 * gst-libs/gst/audio/gstaudiosink.c:
4640 * gst-libs/gst/audio/gstaudiosink.h:
4641 * gst-libs/gst/audio/gstaudiosrc.c:
4642 * gst-libs/gst/audio/gstaudiosrc.h:
4643 * gst-libs/gst/audio/gstbaseaudiosink.c:
4644 * gst-libs/gst/audio/gstbaseaudiosink.h:
4645 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4646 * gst-libs/gst/audio/gstbaseaudiosrc.h:
4647 * gst-libs/gst/audio/gstringbuffer.h:
4648 * gst-libs/gst/audio/multichannel.h:
4649 * gst-libs/gst/floatcast/floatcast.h:
4650 * gst-libs/gst/interfaces/colorbalance.c:
4651 * gst-libs/gst/interfaces/colorbalance.h:
4652 * gst-libs/gst/interfaces/colorbalancechannel.h:
4653 * gst-libs/gst/interfaces/mixer.h:
4654 * gst-libs/gst/interfaces/mixeroptions.h:
4655 * gst-libs/gst/interfaces/mixertrack.h:
4656 * gst-libs/gst/interfaces/navigation.h:
4657 * gst-libs/gst/interfaces/propertyprobe.h:
4658 * gst-libs/gst/interfaces/tuner.h:
4659 * gst-libs/gst/interfaces/tunerchannel.h:
4660 * gst-libs/gst/interfaces/tunernorm.h:
4661 * gst-libs/gst/interfaces/xoverlay.h:
4662 * gst-libs/gst/netbuffer/gstnetbuffer.h:
4663 * gst-libs/gst/riff/riff-ids.h:
4664 * gst-libs/gst/riff/riff-media.h:
4665 * gst-libs/gst/riff/riff-read.h:
4666 * gst-libs/gst/rtp/gstbasertpdepayload.h:
4667 * gst-libs/gst/rtp/gstbasertppayload.c:
4668 * gst-libs/gst/rtp/gstbasertppayload.h:
4669 * gst-libs/gst/rtp/gstrtpbuffer.c:
4670 * gst-libs/gst/rtp/gstrtpbuffer.h:
4671 * gst-libs/gst/tag/gsttageditingprivate.h:
4672 * gst-libs/gst/tag/gstvorbistag.c:
4673 (gst_tag_list_from_vorbiscomment_buffer):
4674 * gst-libs/gst/tag/tag.h:
4675 * gst-libs/gst/video/video.h:
4676 * gst/adder/gstadder.c:
4677 * gst/adder/gstadder.h:
4678 * gst/audioconvert/audioconvert.c:
4679 * gst/audioconvert/audioconvert.h:
4680 * gst/audioconvert/gstaudioconvert.c:
4681 * gst/audioconvert/gstchannelmix.c:
4682 * gst/audioconvert/gstchannelmix.h:
4683 * gst/audiorate/gstaudiorate.c:
4684 * gst/audioresample/buffer.h:
4685 * gst/audioresample/functable.h:
4686 * gst/audioresample/gstaudioresample.c:
4687 * gst/audioresample/resample.h:
4688 * gst/ffmpegcolorspace/avcodec.h:
4689 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4690 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
4691 * gst/ffmpegcolorspace/imgconvert.c:
4692 * gst/ffmpegcolorspace/imgconvert_template.h:
4693 * gst/playback/gstdecodebin.c:
4694 * gst/playback/gstplaybasebin.h:
4695 * gst/playback/gstplaybin.c:
4696 * gst/playback/gststreaminfo.h:
4697 * gst/tcp/gstfdset.c:
4698 * gst/tcp/gstfdset.h:
4699 * gst/tcp/gstmultifdsink.c:
4700 * gst/tcp/gstmultifdsink.h:
4702 * gst/tcp/gsttcpclientsrc.c:
4703 * gst/tcp/gsttcpclientsrc.h:
4704 * gst/tcp/gsttcpplugin.h:
4705 * gst/tcp/gsttcpserversink.c:
4706 * gst/tcp/gsttcpserversrc.c:
4707 * gst/typefind/gsttypefindfunctions.c:
4708 * gst/videorate/gstvideorate.c:
4709 * gst/videotestsrc/gstvideotestsrc.h:
4710 * gst/videotestsrc/videotestsrc.h:
4711 * sys/v4l/gstv4lcolorbalance.h:
4712 * sys/v4l/gstv4ltuner.h:
4713 * sys/v4l/gstv4lxoverlay.h:
4714 * sys/v4l/v4l_calls.h:
4715 * sys/v4l/videodev_mjpeg.h:
4716 * tests/check/elements/audioconvert.c:
4717 * tests/check/elements/audioresample.c:
4718 * tests/check/elements/audiotestsrc.c:
4719 * tests/check/elements/videotestsrc.c:
4720 * tests/check/elements/volume.c:
4721 * tests/examples/seek/scrubby.c:
4722 * tests/examples/seek/seek.c:
4725 === release 0.10.0 ===
4727 2005-12-05 <thomas (at) apestaart (dot) org>
4730 releasing 0.10.0, "Mont-d'or"
4732 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
4734 * tests/examples/seek/Makefile.am:
4735 Build fix for when gtk is not available.
4737 2005-12-05 Andy Wingo <wingo@pobox.com>
4739 * ext/libvisual/visual.c: (get_buffer):
4740 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
4741 * ext/pango/gsttextrender.c: (gst_text_render_chain):
4742 * ext/theora/theoradec.c: (theora_handle_data_packet):
4743 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4745 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4746 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
4747 Update for alloc_buffer changes.
4749 2005-12-05 Andy Wingo <wingo@pobox.com>
4751 patch by: Kai Vehmanen <kv2004 eca cx>
4753 * gst-libs/gst/rtp/gstbasertpdepayload.c
4754 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
4756 2005-12-04 Andy Wingo <wingo@pobox.com>
4758 patch by: Sebastien Cote <sebas642 yahoo ca>
4760 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
4763 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
4765 * docs/plugins/Makefile.am:
4766 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4767 * docs/plugins/gst-plugins-base-plugins-sections.txt:
4768 * docs/plugins/gst-plugins-base-plugins.hierarchy:
4769 * ext/pango/gstclockoverlay.c:
4770 * ext/pango/gsttextoverlay.c:
4771 * ext/pango/gsttextrender.c:
4772 * ext/pango/gsttimeoverlay.c:
4773 Add gtk-doc blurbs to pango elements.
4775 2005-12-02 Wim Taymans <wim@fluendo.com>
4777 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
4778 * gst/audioresample/buffer.h:
4779 * gst/audioresample/gstaudioresample.c:
4780 * gst/audioresample/gstaudioresample.h:
4781 * gst/audioresample/resample.c: (resample_input_flush),
4782 (resample_input_pushthrough), (resample_input_eos),
4783 (resample_get_output_size_for_input),
4784 (resample_get_input_size_for_output), (resample_get_output_size),
4785 (resample_get_output_data):
4786 * gst/audioresample/resample.h:
4787 * gst/audioresample/resample_ref.c: (resample_scale_ref):
4788 Fix audioresample, seek torture, new segments, reverse negotiation
4791 2005-12-02 Wim Taymans <wim@fluendo.com>
4793 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4796 2005-12-02 Wim Taymans <wim@fluendo.com>
4798 * gst/audioconvert/gstaudioconvert.c:
4799 (gst_audio_convert_transform):
4802 === release 0.9.7 ===
4804 2005-12-01 <thomas (at) apestaart (dot) org>
4807 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
4809 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
4815 add win32 MANIFEST file
4816 do something to the hungarian translation
4818 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
4821 Add $(PANGO_DIR) to SUBDIRS
4823 * ext/pango/gstclockoverlay.c:
4824 * ext/pango/gsttimeoverlay.c:
4825 Fix and improve element descriptions.
4827 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
4829 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4830 * docs/plugins/inspect/plugin-libvisual.xml:
4831 * docs/plugins/inspect/plugin-pango.xml:
4832 add pango plugin to docs
4834 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
4840 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
4843 * tests/Makefile.am:
4844 * tests/icles/.cvsignore:
4845 * tests/icles/Makefile.am:
4846 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
4847 (close_display), (resize_window), (move_window), (create_window),
4848 (terminate_playback), (pause_playback), (start_playback), (main):
4849 add stress test for xoverlay from Julien
4851 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
4853 * docs/libs/tmpl/gstcolorbalance.sgml:
4854 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4855 * gst-libs/gst/rtp/gstbasertppayload.c:
4856 * gst-libs/gst/rtp/gstrtpbuffer.c:
4857 * gst-libs/gst/rtp/gstrtpbuffer.h:
4858 Do burger's rename for rtp payloaders and depayloaders
4860 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
4863 add Visual Studio 6 build files
4865 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
4867 * docs/libs/gst-plugins-base-libs-docs.sgml:
4868 * docs/libs/gst-plugins-base-libs-sections.txt:
4869 * docs/libs/tmpl/gstaudio.sgml:
4870 * docs/libs/tmpl/gstringbuffer.sgml:
4871 * gst-libs/gst/interfaces/xoverlay.c:
4872 * gst-libs/gst/video/gstvideofilter.c:
4873 * gst-libs/gst/video/gstvideosink.c:
4874 update documentation
4876 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
4878 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
4879 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
4880 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
4881 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
4882 (gst_multi_fd_sink_get_stats),
4883 (gst_multi_fd_sink_remove_client_link),
4884 (gst_multi_fd_sink_handle_client_read),
4885 (gst_multi_fd_sink_client_queue_data),
4886 (gst_multi_fd_sink_client_queue_caps),
4887 (gst_multi_fd_sink_client_queue_buffer),
4888 (gst_multi_fd_sink_new_client),
4889 (gst_multi_fd_sink_handle_client_write),
4890 (gst_multi_fd_sink_recover_client),
4891 (gst_multi_fd_sink_queue_buffer),
4892 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
4893 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
4894 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
4895 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
4896 * gst/tcp/gstmultifdsink.h:
4897 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
4898 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
4899 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
4900 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4901 (gst_tcp_client_sink_set_property),
4902 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
4903 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
4904 * gst/tcp/gsttcpclientsink.h:
4905 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
4906 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
4907 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
4908 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
4909 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
4910 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4911 * gst/tcp/gsttcpclientsrc.h:
4912 * gst/tcp/gsttcpplugin.c: (plugin_init):
4913 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
4914 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
4915 (gst_tcp_server_sink_finalize),
4916 (gst_tcp_server_sink_handle_server_read),
4917 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
4918 (gst_tcp_server_sink_set_property),
4919 (gst_tcp_server_sink_get_property),
4920 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4921 * gst/tcp/gsttcpserversink.h:
4922 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
4923 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
4924 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
4925 (gst_tcp_server_src_set_property),
4926 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
4927 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4928 * gst/tcp/gsttcpserversrc.h:
4931 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
4933 * docs/plugins/Makefile.am:
4934 * docs/plugins/gst-plugins-base-plugins.args:
4935 * docs/plugins/inspect/plugin-libvisual.xml:
4936 * gst/audioconvert/plugin.h:
4937 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
4938 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
4939 (gst_audio_rate_setcaps), (gst_audio_rate_init),
4940 (gst_audio_rate_chain), (gst_audio_rate_set_property),
4941 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
4943 * gst/audiotestsrc/gstaudiotestsrc.c:
4944 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
4945 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
4946 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
4947 (gst_audio_test_src_get_query_types),
4948 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
4949 (gst_audio_test_src_create_square),
4950 (gst_audio_test_src_create_saw),
4951 (gst_audio_test_src_create_triangle),
4952 (gst_audio_test_src_create_silence),
4953 (gst_audio_test_src_create_white_noise),
4954 (gst_audio_test_src_init_pink_noise),
4955 (gst_audio_test_src_generate_pink_noise_value),
4956 (gst_audio_test_src_create_pink_noise),
4957 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
4958 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
4959 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
4961 * gst/audiotestsrc/gstaudiotestsrc.h:
4962 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
4963 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
4964 (gst_sub_parse_init), (gst_sub_parse_formats),
4965 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
4966 (convert_encoding), (get_next_line),
4967 (gst_sub_parse_data_format_autodetect),
4968 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
4969 (gst_sub_parse_loop), (gst_sub_parse_chain),
4970 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
4972 * gst/subparse/gstsubparse.h:
4973 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
4974 (gst_video_rate_base_init), (gst_video_rate_class_init),
4975 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
4976 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
4977 (gst_video_rate_init), (gst_video_rate_event),
4978 (gst_video_rate_chain), (gst_video_rate_set_property),
4979 (gst_video_rate_get_property), (gst_video_rate_change_state),
4981 * gst/videoscale/gstvideoscale.c:
4982 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
4983 (gst_video_scale_src_template_factory),
4984 (gst_video_scale_sink_template_factory),
4985 (gst_video_scale_get_type), (gst_video_scale_base_init),
4986 (gst_video_scale_class_init), (gst_video_scale_init),
4987 (gst_video_scale_set_property), (gst_video_scale_get_property),
4988 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
4989 (gst_video_scale_prepare_size), (parse_caps),
4990 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
4991 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
4992 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
4994 * gst/videoscale/gstvideoscale.h:
4995 * gst/videotestsrc/gstvideotestsrc.c:
4996 (gst_video_test_src_pattern_get_type),
4997 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
4998 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
4999 (gst_video_test_src_set_pattern),
5000 (gst_video_test_src_set_property),
5001 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
5002 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
5003 (gst_video_test_src_event), (gst_video_test_src_get_times),
5004 (gst_video_test_src_create), (plugin_init):
5005 * gst/videotestsrc/gstvideotestsrc.h:
5006 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
5007 (gst_video_test_src_smpte), (gst_video_test_src_snow),
5008 (gst_video_test_src_black):
5009 * gst/videotestsrc/videotestsrc.h:
5011 clean up docs a little
5013 2005-11-30 Wim Taymans <wim@fluendo.com>
5015 * gst-libs/gst/rtp/gstbasertpdepayload.h:
5016 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
5017 (gst_basertppayload_event), (gst_basertppayload_push),
5018 (gst_basertppayload_change_state):
5019 * gst-libs/gst/rtp/gstbasertppayload.h:
5022 2005-11-30 Julien MOUTTE <julien@moutte.net>
5024 * docs/libs/gst-plugins-base-libs-docs.sgml:
5025 * docs/libs/gst-plugins-base-libs-sections.txt:
5026 * gst-libs/gst/video/gstvideofilter.c:
5027 * gst-libs/gst/video/gstvideosink.c:
5028 * gst-libs/gst/video/gstvideosink.h: Adding docs.
5030 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
5050 * scripts/autoplugins.sh:
5053 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
5057 * examples/Makefile.am:
5058 * examples/capsfilter/Makefile.am:
5059 * examples/capsfilter/capsfilter1.c:
5060 * examples/gob/Makefile.am:
5061 * examples/gob/gst-identity2.gob:
5062 * examples/indexing/.cvsignore:
5063 * examples/indexing/Makefile.am:
5064 * examples/indexing/indexmpeg.c:
5065 * examples/seeking/.cvsignore:
5066 * examples/seeking/Makefile.am:
5067 * examples/seeking/cdparanoia.c:
5068 * examples/seeking/cdplayer.c:
5069 * examples/seeking/chained.c:
5070 * examples/seeking/scrubby.c:
5071 * examples/seeking/seek.c:
5072 * examples/stats/Makefile.am:
5073 * examples/stats/mp2ogg.c:
5074 * examples/switch/.cvsignore:
5075 * examples/switch/Makefile.am:
5076 * examples/switch/switcher.c:
5077 * tests/Makefile.am:
5078 * tests/check/generic/.cvsignore:
5079 * tests/check/pipelines/.cvsignore:
5080 * tests/examples/Makefile.am:
5081 * tests/examples/seek/Makefile.am:
5082 reorganize stuff under tests/
5084 2005-11-30 Edward Hervey <edward@fluendo.com>
5086 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5087 Go away you stupid GstStaticPadTemplate memleak.
5089 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
5091 * gst-libs/gst/net/Makefile.am:
5092 * gst-libs/gst/net/README:
5093 * gst-libs/gst/net/gstnetbuffer.c:
5094 * gst-libs/gst/net/gstnetbuffer.h:
5095 this was moved to "netbuffer"
5097 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
5099 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
5100 (gst_video_filter_class_init), (gst_video_filter_init):
5101 * gst-libs/gst/video/gstvideofilter.h:
5102 borgify name to bring in line with other classes
5104 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
5106 * gst/audioscale/.cvsignore:
5107 * gst/audioscale/Makefile.am:
5108 * gst/audioscale/README:
5109 * gst/audioscale/audioscale.vcproj:
5110 * gst/audioscale/dtof.c:
5111 * gst/audioscale/dtos.c:
5112 * gst/audioscale/functable.c:
5113 * gst/audioscale/gstaudioscale.c:
5114 * gst/audioscale/gstaudioscale.h:
5115 * gst/audioscale/private.h:
5116 * gst/audioscale/resample.c:
5117 * gst/audioscale/resample.h:
5118 * gst/audioscale/test.c:
5121 2005-11-30 Edward Hervey <edward@fluendo.com>
5123 * gst-libs/gst/netbuffer/Makefile.am:
5124 really, really tired
5126 2005-11-30 Edward Hervey <edward@fluendo.com>
5128 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5129 Update for new GstTypeFindFactory _register()
5131 2005-11-30 Edward Hervey <edward@fluendo.com>
5133 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
5134 Let's not override libgstnet from core for no reason...
5135 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
5136 Ok, maybe not so quick next time.
5138 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
5141 * gst-libs/gst/Makefile.am:
5142 moved gst-libs/gst/net to netbuffer through CVS surgery
5143 remove old directory
5144 updating build to accomodate
5147 2005-11-29 Andy Wingo <wingo@pobox.com>
5149 * pkgconfig/gstreamer-plugins-base.pc.in:
5150 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
5151 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
5154 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
5156 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
5157 3rd time's the charm. Correct ref-counting for discarded buffers.
5159 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
5161 * gst/playback/gststreamselector.c:
5162 (gst_stream_selector_class_init),
5163 (gst_stream_selector_set_property),
5164 (gst_stream_selector_get_property),
5165 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
5168 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
5170 * gst/subparse/gstsubparse.c: (feed_textbuf):
5171 Don't access already unref'ed buffer.
5173 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
5175 * gst/playback/gststreamselector.c:
5176 (gst_stream_selector_class_init), (gst_stream_selector_init),
5177 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
5178 (gst_stream_selector_get_property),
5179 (gst_stream_selector_get_linked_pad),
5180 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
5181 * gst/playback/gststreamselector.h:
5182 Add the active-pad property for playbin to use shortly. Ignore buffers
5183 from any other pad, returning GST_FLOW_NOT_LINKED
5185 2005-11-29 Julien MOUTTE <julien@moutte.net>
5187 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
5188 patch from bug #322704 (Alessandro Decina).
5190 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
5192 * gst-libs/gst/audio/Makefile.am:
5193 folded audiofilter into the audio library
5195 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
5197 * gst/videoscale/gstvideoscale.h:
5198 * gst/videoscale/gstvideoscale.c:
5199 remove unimplemented scale methods
5201 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
5203 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
5206 2005-11-28 Julien MOUTTE <julien@moutte.net>
5208 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
5209 (gst_ximagesink_setcaps):
5210 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
5211 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
5212 happens (only visible on ximagesink but bug is in xv too) set_caps was
5213 destroying the internal x[v]image used to memcpy non locally alloced
5214 buffers so that it got renewed on next _chain. The issue is that
5215 _expose will try to put that image as it reffed it in _put.
5216 Using gst_buffer_unref instead of destroy fixes it !
5218 2005-11-28 Edward Hervey <edward@fluendo.com>
5220 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5221 (try_to_link_1), (queue_filled_cb):
5222 Better use of the queues. Start with a small size queue and only increase
5223 the size of the queues when the other queues are empty.
5225 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
5227 * gst-libs/gst/video/Makefile.am:
5228 compile in copied-over videofilter into the video library
5229 * gst-libs/gst/video/videosink.h:
5230 rename the header to gstvideosink.h since it's a base GstObject class
5231 * sys/ximage/ximagesink.h:
5232 * sys/xvimage/xvimagesink.h:
5235 2005-11-28 Wim Taymans <wim@fluendo.com>
5237 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
5238 * gst/playback/gstplaybasebin.h:
5239 Prepare to handle errors betters.
5241 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
5242 Set sinks to PAUSED first before adding and linking them so that
5243 we don't interrupt dataflow.
5245 2005-11-28 Wim Taymans <wim@fluendo.com>
5247 * gst-libs/gst/audio/TODO:
5250 * gst-libs/gst/audio/gstaudiosink.c:
5251 (gst_audioringbuffer_open_device),
5252 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5253 (gst_audioringbuffer_release):
5256 * gst-libs/gst/audio/gstbaseaudiosink.c:
5257 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
5258 (gst_base_audio_sink_change_state):
5259 Slave to the master clock when going to PLAYING and unslave when
5262 * gst-libs/gst/audio/gstringbuffer.c:
5263 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
5264 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
5265 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
5266 (gst_ring_buffer_clear_all), (wait_segment),
5267 (gst_ring_buffer_commit), (gst_ring_buffer_read),
5268 (gst_ring_buffer_advance):
5269 * gst-libs/gst/audio/gstringbuffer.h:
5270 Add some docs and cleanups.
5272 2005-11-28 Julien MOUTTE <julien@moutte.net>
5274 * sys/xvimage/xvimagesink.c:
5275 (gst_xvimagesink_navigation_send_event): Fix navigation events
5276 coordinates translation with pixel aspect ratios.
5278 2005-11-28 Julien MOUTTE <julien@moutte.net>
5280 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
5281 Use calculated video geometry from _setcaps instead of buffer
5282 caps to respect pixel aspect ratio. (fixes #322388)
5284 2005-11-28 Julien MOUTTE <julien@moutte.net>
5286 * docs/libs/tmpl/gstcolorbalance.sgml:
5287 * docs/libs/tmpl/gstmixer.sgml:
5288 * docs/libs/tmpl/gstxoverlay.sgml:
5289 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
5292 2005-11-28 Julien MOUTTE <julien@moutte.net>
5294 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
5295 Refuse to create an XvImage if we can't find the format.
5297 2005-11-28 Edward Hervey <edward@fluendo.com>
5299 * gst-libs/gst/riff/riff-media.c:
5300 (gst_riff_create_audio_template_caps):
5301 Add ATRAC3 to the list of riff-possible audio caps.
5302 I know we still don't have a plugin for atrac3, but it's saner to output
5303 that than a cryptic mimetype.
5305 2005-11-27 Edward Hervey <edward@fluendo.com>
5307 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
5308 Don't try to create a zero-sized subbuffer.
5310 2005-11-27 Julien MOUTTE <julien@moutte.net>
5312 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
5313 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
5314 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
5315 (gst_ximagesink_expose): Fixed a tricky race.
5316 * sys/ximage/ximagesink.h:
5317 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
5318 (gst_xvimagesink_expose): Fixed a tricky race.
5319 * sys/xvimage/xvimagesink.h:
5321 2005-11-27 Edward Hervey <edward@fluendo.com>
5323 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5324 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
5325 Remove unused properties, and add queues between demuxers and decoders
5326 so that a lot more files can preroll properly.
5328 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
5330 * gst-libs/gst/net/Makefile.am:
5331 * gst-libs/gst/rtp/Makefile.am:
5332 * gst-libs/gst/tag/Makefile.am:
5333 remove silly include
5334 * gst/tags/Makefile.am:
5335 * gst/tags/gsttagediting.c:
5336 * gst/tags/gsttageditingprivate.h:
5337 * gst/tags/tagedit.vcproj:
5338 remove directory, is as good as empty
5340 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
5343 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
5344 * gst-libs/Makefile.am:
5345 * gst-libs/gst/audio/Makefile.am:
5346 * gst-libs/gst/interfaces/Makefile.am:
5347 * gst-libs/gst/net/Makefile.am:
5348 * gst-libs/gst/riff/Makefile.am:
5349 * gst-libs/gst/rtp/Makefile.am:
5350 * gst-libs/gst/tag/Makefile.am:
5351 * gst-libs/gst/video/Makefile.am:
5354 2005-11-27 Julien MOUTTE <julien@moutte.net>
5356 * docs/libs/tmpl/gstcolorbalance.sgml:
5357 * docs/libs/tmpl/gstmixer.sgml:
5358 * docs/libs/tmpl/gstxoverlay.sgml:
5359 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
5360 * sys/ximage/ximagesink.h:
5361 * sys/xvimage/xvimagesink.h: More and more documentation.
5363 2005-11-26 Julien MOUTTE <julien@moutte.net>
5365 * docs/libs/gst-plugins-base-libs-docs.sgml:
5366 * docs/libs/gst-plugins-base-libs-sections.txt:
5367 * docs/libs/tmpl/gstcolorbalance.sgml:
5368 * docs/libs/tmpl/gstmixer.sgml:
5369 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
5372 2005-11-26 Julien MOUTTE <julien@moutte.net>
5374 * docs/plugins/Makefile.am:
5375 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5376 * docs/plugins/gst-plugins-base-plugins-sections.txt:
5377 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
5379 2005-11-26 Julien MOUTTE <julien@moutte.net>
5381 * docs/plugins/Makefile.am:
5382 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5383 * docs/plugins/gst-plugins-base-plugins-sections.txt:
5384 * docs/plugins/inspect/plugin-adder.xml:
5385 * docs/plugins/inspect/plugin-alsa.xml:
5386 * docs/plugins/inspect/plugin-audioconvert.xml:
5387 * docs/plugins/inspect/plugin-audiorate.xml:
5388 * docs/plugins/inspect/plugin-audioresample.xml:
5389 * docs/plugins/inspect/plugin-audiotestsrc.xml:
5390 * docs/plugins/inspect/plugin-decodebin.xml:
5391 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5392 * docs/plugins/inspect/plugin-gnomevfs.xml:
5393 * docs/plugins/inspect/plugin-ogg.xml:
5394 * docs/plugins/inspect/plugin-playbin.xml:
5395 * docs/plugins/inspect/plugin-subparse.xml:
5396 * docs/plugins/inspect/plugin-tcp.xml:
5397 * docs/plugins/inspect/plugin-theora.xml:
5398 * docs/plugins/inspect/plugin-typefindfunctions.xml:
5399 * docs/plugins/inspect/plugin-video4linux.xml:
5400 * docs/plugins/inspect/plugin-videorate.xml:
5401 * docs/plugins/inspect/plugin-videoscale.xml:
5402 * docs/plugins/inspect/plugin-videotestsrc.xml:
5403 * docs/plugins/inspect/plugin-volume.xml:
5404 * docs/plugins/inspect/plugin-vorbis.xml:
5405 * docs/plugins/inspect/plugin-ximagesink.xml:
5406 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
5407 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
5409 2005-11-26 Edward Hervey <edward@fluendo.com>
5411 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
5412 Properly return GstFlowReturn from gst_pad_push in chain functions.
5414 2005-11-25 Michael Smith <msmith@fluendo.com>
5416 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
5417 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
5418 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5419 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
5420 Handle various conditions better when we don't understand a stream.
5421 Removes a heap of CRITICALs on ogg streams containing unknown data.
5423 2005-11-24 Andy Wingo <wingo@pobox.com>
5425 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
5428 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
5430 * configure.ac: back to HEAD
5432 === release 0.9.6 ===
5434 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
5437 releasing 0.9.6, "White Eight"
5439 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
5441 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
5442 * docs/plugins/inspect/plugin-sine.xml:
5443 remove sinesrc some more
5445 2005-11-23 Wim Taymans <wim@fluendo.com>
5447 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
5448 If we are reading too slowly, jump forward in the ringbuffer
5449 instead of blocking.
5451 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
5453 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
5455 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
5456 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
5457 (gst_videorate_chain):
5458 * gst/videotestsrc/gstvideotestsrc.c:
5459 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
5460 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
5461 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
5462 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
5463 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
5464 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
5465 Updates for API changes
5467 2005-11-23 Wim Taymans <wim@fluendo.com>
5469 * gst-libs/gst/audio/gstbaseaudiosink.c:
5470 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
5471 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5472 Fix for calibration API change.
5474 2005-11-23 Michael Smith <msmith@fluendo.com>
5476 * gst-libs/gst/audio/multichannel.c:
5477 (gst_audio_get_channel_positions),
5478 (gst_audio_set_channel_positions),
5479 (gst_audio_set_structure_channel_positions_list),
5480 (gst_audio_fixate_channel_positions):
5481 Use gst_value_array_*() functions on value arrays, not
5484 2005-11-23 Edward Hervey <edward@fluendo.com>
5487 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
5490 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
5492 * check/Makefile.am:
5493 * check/elements/videotestsrc.c: (setup_videotestsrc),
5494 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
5496 add a test for videotestsrc
5498 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
5500 * gst/sine/.cvsignore:
5501 * gst/sine/Makefile.am:
5502 * gst/sine/gstsinesrc.c:
5503 * gst/sine/gstsinesrc.h:
5504 * gst/sine/sinesrc.vcproj:
5505 and remove sinesrc from the repository. Closes #321446
5507 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
5510 * gst-plugins-base.spec.in:
5511 remove sinesrc from the build
5513 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
5515 * check/Makefile.am:
5516 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
5517 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
5519 add a test for audiotestsrc, testing all waves. Even seems
5520 leak-free at first glance, nice job Stefan
5522 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
5538 Translation string updates
5540 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
5541 (gst_v4lsrc_set_caps):
5542 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
5543 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
5544 * sys/v4l/v4lsrc_calls.h:
5545 Improve v4lsrc, by making it work again.
5547 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
5549 * ext/libvisual/visual.c: (gst_visual_chain):
5550 Fix the fps calculations.
5552 * gst/ffmpegcolorspace/avcodec.h:
5553 Move structure element for clarity
5555 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
5556 * gst-libs/gst/interfaces/tunernorm.h:
5557 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
5558 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
5559 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
5560 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
5561 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
5562 (gst_v4lmjpegsrc_getcaps):
5563 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
5564 (gst_v4lsrc_set_caps):
5565 * sys/v4l/gstv4lsrc.h:
5566 * sys/v4l/v4l_calls.c: (gst_v4l_open):
5567 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
5568 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
5569 * sys/v4l/v4lsrc_calls.h:
5570 Fractional framerates...
5572 2005-11-22 Wim Taymans <wim@fluendo.com>
5574 * gst-libs/gst/audio/gstbaseaudiosink.c:
5575 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
5576 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5577 And we provide a clock by default, of course...
5579 2005-11-22 Wim Taymans <wim@fluendo.com>
5581 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
5582 This clock can be slaved to a master clock now.
5584 * gst-libs/gst/audio/gstbaseaudiosink.c:
5585 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
5586 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
5587 (gst_base_audio_sink_set_clock),
5588 (gst_base_audio_sink_set_property),
5589 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
5590 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5591 * gst-libs/gst/audio/gstbaseaudiosink.h:
5592 Handle slaving the internal clock to the clock selected in the
5594 Add property to make the basesink not provide a clock.
5596 * gst-libs/gst/rtp/gstbasertpdepayload.c:
5597 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
5598 (gst_base_rtp_depayload_wait):
5599 * gst-libs/gst/rtp/gstbasertpdepayload.h:
5600 We can use the clock in GstElement, no need to store it ourselves.
5602 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
5604 * docs/libs/tmpl/gstaudio.sgml:
5606 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
5607 (gst_paranoia_endian_get_type):
5608 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
5609 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
5610 * gst/audiotestsrc/gstaudiotestsrc.c:
5611 (gst_audiostestsrc_wave_get_type):
5612 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5613 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5614 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5615 (gst_sync_method_get_type), (gst_unit_type_get_type),
5616 (gst_client_status_get_type), (gst_multifdsink_class_init),
5617 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
5618 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
5619 (gst_multifdsink_get_property):
5620 * gst/tcp/gstmultifdsink.h:
5621 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
5622 * gst/videotestsrc/gstvideotestsrc.c:
5623 (gst_videotestsrc_pattern_get_type):
5624 remove deprecated properties
5625 fix up enums to correctly have short lowercase dashed nicks
5627 2005-11-22 Michael Smith <msmith@fluendo.com>
5629 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
5630 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
5633 2005-11-22 Michael Smith <msmith@fluendo.com>
5635 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
5636 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
5637 Use utility method for scaling clocktime for fractional framerates.
5639 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
5641 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
5643 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5644 * ext/theora/theoradec.c: (theora_handle_type_packet):
5645 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5647 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5648 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
5649 * gst-libs/gst/video/video.h:
5650 * gst/ffmpegcolorspace/avcodec.h:
5651 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5652 (gst_ffmpeg_caps_to_pixfmt):
5653 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5654 (gst_ffmpegcsp_set_caps):
5655 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
5656 (gst_videorate_setcaps), (gst_videorate_blank_data),
5657 (gst_videorate_chain):
5658 * gst/videotestsrc/gstvideotestsrc.c:
5659 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
5660 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
5661 (gst_videotestsrc_event), (gst_videotestsrc_create):
5662 * gst/videotestsrc/gstvideotestsrc.h:
5663 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5664 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
5665 (gst_ximagesink_get_times), (gst_ximagesink_init):
5666 * sys/ximage/ximagesink.h:
5667 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5668 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
5669 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
5670 * sys/xvimage/xvimagesink.h:
5671 Convert elements to use fractions for their framerate.
5672 V4L elements to come later tonight.
5674 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
5676 * gst-libs/gst/audio/audio.c:
5677 * gst-libs/gst/audio/audio.h:
5678 remove some deprecated functions
5680 2005-11-22 Andy Wingo <wingo@pobox.com>
5682 * Update for gst_tag_setter API changes.
5684 2005-11-22 Andy Wingo <wingo@pobox.com>
5686 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
5687 (gst_ogg_demux_perform_seek):
5688 * ext/theora/theoradec.c (theora_dec_sink_event):
5689 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
5692 2005-11-22 Wim Taymans <wim@fluendo.com>
5694 * examples/seeking/seek.c: (main):
5695 Give higher priority to bus signals than the gtk events
5696 to fix a race condition in the segment looping.
5698 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
5700 * ext/theora/Makefile.am:
5701 * ext/vorbis/Makefile.am:
5702 * gst-libs/gst/tag/Makefile.am:
5703 * gst-plugins-base.spec.in:
5704 Rename libgsttagedit to libgsttag (#322117).
5706 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
5708 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
5709 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5710 Call gst_x_overlay_prepare_xwindow_id() to give applications
5711 a final chance to set their own xwindow id before the video
5712 sink creates its own window.
5714 2005-11-22 Julien MOUTTE <julien@moutte.net>
5716 * sys/xvimage/xvimagesink.c:
5717 (gst_xvimagesink_navigation_send_event): Handle navigation
5718 events correcly with borders if applicable.
5720 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
5722 Patch by: Luca Ognibene
5724 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5725 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
5726 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5727 (gst_ffmpegcsp_caps_remove_format_info):
5728 * gst/ffmpegcolorspace/imgconvert.c:
5729 * gst/ffmpegcolorspace/imgconvert_template.h:
5730 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
5731 #318353); use gst_structure_has_name().
5733 2005-11-22 Julien MOUTTE <julien@moutte.net>
5735 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
5736 (gst_ximagesink_class_init): Add debug macros on functions.
5737 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5738 (gst_xvimagesink_xwindow_draw_borders),
5739 (gst_xvimagesink_xvimage_put),
5740 (gst_xvimagesink_xwindow_update_geometry),
5741 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
5742 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
5743 (gst_xvimagesink_xcontext_clear),
5744 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5745 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
5746 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5747 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
5748 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
5749 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5750 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
5751 expose while being PAUSED, out of data flow navigation events, etc..
5753 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
5755 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
5756 * gst-libs/gst/audio/audio.h:
5757 fix prototype - wondering why the test worked regardless
5759 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
5761 * check/Makefile.am:
5762 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
5763 * gst-libs/gst/audio/audio.h:
5764 add a method that returns a proper GstClockTime
5766 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
5768 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
5769 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
5770 * gst-libs/gst/interfaces/xoverlay.h:
5771 Remove everything having to do with the desired size; add
5772 gst_x_overlay_prepare_xwindow_id() function; remove the
5773 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
5774 post a message on the bus instead (#321816).
5776 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
5777 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
5778 (gst_xvimagesink_xoverlay_init):
5779 Remove desired size stuff (#321816).
5781 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
5783 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
5784 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5785 (mpeg_video_type_find), (mpeg_video_stream_type_find):
5786 Terminate vararg functions with NULL instead of 0 to
5789 2005-11-21 Andy Wingo <wingo@pobox.com>
5791 patch by: Sebastien Cote <sebas642@yahoo.ca>
5793 * gst-libs/gst/rtp/gstrtpbuffer.h:
5794 * gst-libs/gst/rtp/gstrtpbuffer.c
5795 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
5797 2005-11-21 Andy Wingo <wingo@pobox.com>
5799 * gst/playback/gstplaybin.c (gen_audio_element)
5800 (gen_video_element): Use the new MISSING_PLUGIN core error
5801 category. Closes #320060.
5803 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
5804 * gst/videorate/gstvideorate.c (gst_videorate_event):
5805 * ext/theora/theoradec.c (theora_dec_sink_event):
5806 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
5809 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
5810 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
5811 stream lock changes.
5813 2005-11-21 Wim Taymans <wim@fluendo.com>
5815 * gst-libs/gst/audio/gstbaseaudiosink.c:
5816 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
5817 (gst_base_audio_sink_provide_clock),
5818 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
5819 (gst_base_audio_sink_change_state):
5820 * gst/audioresample/gstaudioresample.c:
5823 2005-11-21 Andy Wingo <wingo@pobox.com>
5826 * *.c: Ran scripts/update-macros. Oh yes.
5828 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
5830 * sys/ximage/Makefile.am:
5831 * sys/ximage/ximage.c:
5832 Rename ximage plugin to ximagesink (#321426) (Don't forget to
5833 remove your old libgstximage.* manually if necessary).
5835 2005-11-21 Michael Smith <msmith@fluendo.com>
5837 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
5838 Minimal fix for bug #320200: set the min/max bitrate in the correct
5839 units. A better fix would be to upgrade to the RATEMANAGE2
5840 interface, rather than using the deprecated interface used here, but
5841 that would require an update in our libvorbis dependency (to 1.1),
5842 which is probably undesirable.
5844 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
5846 * ext/libvisual/visual.c: (get_buffer):
5847 * gst-libs/gst/audio/gstbaseaudiosrc.c:
5848 (gst_base_audio_src_fixate):
5849 * gst/audioconvert/gstaudioconvert.c:
5850 (gst_audio_convert_fixate_caps):
5851 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
5852 * gst/audiotestsrc/gstaudiotestsrc.c:
5853 (gst_audiotestsrc_src_fixate):
5854 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
5855 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
5856 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
5857 * gst/videotestsrc/gstvideotestsrc.c:
5858 (gst_videotestsrc_src_fixate):
5859 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
5860 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
5861 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
5865 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
5867 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5868 (gst_riff_create_iavs_caps):
5869 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
5870 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5871 (gst_riff_parse_info):
5872 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
5873 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
5874 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5875 Fixes for GST_FOURCC_FORMAT API change.
5877 2005-11-21 Andy Wingo <wingo@pobox.com>
5879 patch by: Alessandro Dessina <alessandro nnva org>
5881 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
5882 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
5883 (gst_ogg_parse_chain):
5884 * ext/theora/theoraenc.c (theora_set_header_on_caps):
5885 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
5886 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
5887 gst_value_list calls on arrays. Fixes #321962.
5889 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
5891 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5892 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
5893 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
5894 * gst/adder/gstadder.c: (gst_adder_init),
5895 (gst_adder_request_new_pad), (gst_adder_collected),
5896 (gst_adder_change_state):
5897 Update for gst_collectpads_foo() to gst_collect_pads_foo()
5900 2005-11-21 Michael Smith <msmith@fluendo.com>
5902 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
5903 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
5904 Properly handle pad_push return values.
5906 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
5908 * gst-libs/gst/tag/Makefile.am:
5909 * gst-libs/gst/tag/gstvorbistag.c:
5910 (gst_tag_list_to_vorbiscomment_buffer):
5911 Remove obsolete vorbistag element and debug category.
5913 * gst/playback/gstplaybasebin.c: (check_queue):
5914 Don't divide by 0 when queue-threshold is 0.
5916 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
5917 Don't modify an existing pixel-aspect-ratio if we fail to read
5920 2005-11-20 Wim Taymans <wim@fluendo.com>
5922 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
5923 (gst_vorbisenc_push_packet):
5924 GST_PAD_IS_USABLE is gone, use the return value of
5925 the push or pad_alloc_buffer instead.
5927 2005-11-18 Julien MOUTTE <julien@moutte.net>
5929 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5930 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
5931 (gst_ximagesink_ximage_destroy),
5932 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
5933 (gst_ximagesink_xwindow_new),
5934 (gst_ximagesink_xwindow_update_geometry),
5935 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
5936 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
5937 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
5938 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
5939 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
5940 (gst_ximagesink_navigation_send_event),
5941 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
5942 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
5943 (gst_ximagesink_finalize), (gst_ximagesink_init),
5944 (gst_ximagesink_class_init):
5945 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
5946 This new version brings correct software scaling, non flickering
5947 window while resizing, pixel aspect ratio handling, usage of
5948 hardware buffer pools, out of data flow event thread for
5949 navigation and handling of expose events even when being PAUSED,
5950 a new property to keep video aspect ratio when resizing, etc...
5952 2005-11-18 Julien MOUTTE <julien@moutte.net>
5954 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
5955 (gst_videoscale_fixate_caps): Introduce back caps fixate with
5958 2005-11-18 <bilboed@dvdsrc.fluendo.com>
5960 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
5961 Unsetting IS_SINK flag from the fakesink, so decodebin
5962 never behaves as a sink.
5964 2005-11-17 Wim Taymans <wim@fluendo.com>
5966 * gst-libs/gst/audio/gstbaseaudiosrc.c:
5967 (gst_base_audio_src_change_state):
5968 Fix the audiosrc base class again, we did not unflush.
5970 2005-11-17 Julien MOUTTE <julien@moutte.net>
5972 * examples/seeking/seek.c: (make_dv_pipeline),
5973 (make_vorbis_theora_pipeline), (make_avi_pipeline),
5974 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
5975 to ogg/vorbis/theora pipeline.
5977 2005-11-17 Wim Taymans <wim@fluendo.com>
5979 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
5980 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
5981 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
5982 Fix EOS on multiple streams.
5985 2005-11-16 Wim Taymans <wim@fluendo.com>
5987 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
5988 (gst_ogg_demux_perform_seek):
5989 Segment done must include stream time.
5991 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5992 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
5993 (gst_ogg_mux_change_state):
5994 Fix ogg muxer again.
5996 2005-11-16 Wim Taymans <wim@fluendo.com>
5998 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
6001 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
6003 * ext/libvisual/visual.c: (gst_visual_init):
6004 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
6005 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
6006 (gst_ogg_parse_chain):
6007 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
6008 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
6009 * ext/theora/theoradec.c: (gst_theora_dec_init):
6010 * ext/theora/theoraenc.c: (gst_theora_enc_init):
6011 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
6012 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
6013 * gst/adder/gstadder.c: (gst_adder_class_init),
6014 (gst_adder_dispose):
6015 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
6016 * gst/subparse/gstsubparse.c: (gst_subparse_init):
6017 * gst/videorate/gstvideorate.c: (gst_videorate_init):
6018 Fix a whole set of pad template leaks
6020 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
6022 * check/generic/states.c: (GST_START_TEST):
6023 fix the test so that it only checks for elements that are part of
6026 2005-11-16 Michael Smith <msmith@fluendo.com>
6028 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
6029 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
6030 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6031 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
6032 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
6033 (gst_ogg_mux_change_state):
6034 Fix leaking collectpads.
6036 2005-11-16 Edward Hervey <edward@fluendo.com>
6038 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
6039 (gst_videorate_event), (gst_videorate_chain):
6040 Handle segment seeks
6042 2005-11-16 Wim Taymans <wim@fluendo.com>
6044 * gst-libs/gst/audio/gstbaseaudiosink.c:
6045 (gst_base_audio_sink_provide_clock),
6046 (gst_base_audio_sink_change_state):
6047 Set ringbuffer to non-flushing when going to PAUSED, set to
6048 flushing again when going to READY.
6050 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
6051 (gst_ring_buffer_stop):
6052 Start in flushing mode by default.
6053 Don't set flushing in the _stop method, let the app call
6056 2005-11-16 Julien MOUTTE <julien@moutte.net>
6058 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
6059 * gst-libs/gst/video/videosink.h: Add helper function needed
6062 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
6064 * gst/videoscale/gstvideoscale.c:
6065 (gst_videoscale_handle_src_event):
6066 Don't leak reference to pad parent.
6068 2005-11-16 Wim Taymans <wim@fluendo.com>
6070 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
6071 Set ringbuffer to flushing when stopping so that we don't
6072 block on wait_segment anymore and livelock.
6074 2005-11-16 Wim Taymans <wim@fluendo.com>
6076 * examples/seeking/seek.c: (send_event), (do_seek),
6077 (loop_toggle_cb), (segment_done), (main):
6078 Added looping checkbox.
6080 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
6082 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
6083 (gst_ogg_demux_init):
6084 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
6085 (gst_vorbis_dec_init):
6086 revert unrefs, they don't pass make check
6088 2005-11-15 Johan Dahlin <johan@gnome.org>
6090 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
6091 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
6092 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
6093 (gst_vorbis_dec_init):
6094 Fix pad template leaks.
6096 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
6098 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
6099 Make state change function thread safe.
6101 2005-11-15 Edward Hervey <edward@fluendo.com>
6103 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
6104 (gst_ogg_demux_class_init):
6105 Implement GstElement::send_event, so we can send seek events
6108 2005-11-14 Julien MOUTTE <julien@moutte.net>
6110 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
6111 Discovered how to take away flickering while resizing the
6112 window. Please don't put that in ximagesink, refactoring in
6115 2005-11-14 Michael Smith <msmith@fluendo.com>
6117 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
6118 (gst_multifdsink_render):
6119 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
6121 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
6123 * gst/playback/gstplaybin.c: (gen_audio_element):
6124 Use autoaudiosink, it tends to be more widely available than
6127 2005-11-14 Andy Wingo <wingo@pobox.com>
6129 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
6130 as well if it is available. Fixes #316442.
6132 2005-11-14 Michael Smith <msmith@fluendo.com>
6134 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
6135 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
6136 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6137 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
6138 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
6139 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
6140 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
6141 (gst_vorbisenc_change_state):
6142 Fix a small memory leak in vorbisenc.
6143 Fix large memory leaks in oggmux, also fix lots of state change
6146 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
6148 * gst/videotestsrc/gstvideotestsrc.c:
6149 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
6150 (gst_videotestsrc_src_fixate):
6151 move fixation to a fixate function
6152 remove negotiate function, basesrc's is good enough
6153 fixes a bug for check when using the element alone
6155 2005-11-13 Edward Hervey <edward@fluendo.com>
6157 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
6158 (key_toggle_cb), (main):
6159 Added checkboxes for adding/removing the accurate and key_unit seek
6162 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
6164 * configure.ac: back to HEAD
6166 === release 0.9.5 ===
6168 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
6171 releasing 0.9.5, "No No Kia"
6173 2005-11-11 Edward Hervey <edward@fluendo.com>
6175 * examples/seeking/seek.c: (make_parselaunch_pipeline):
6176 Added parse-launch syntax seeking mode for the seeking example.
6177 This should help stress-test even more cases.
6178 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
6180 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
6182 * sys/xvimage/xvimagesink.c:
6183 (gst_xvimagesink_navigation_send_event):
6184 Check whether peer pad exists before sending navigation events
6187 2005-11-11 Michael Smith <msmith@fluendo.com>
6189 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
6190 (gst_vorbisenc_buffer_from_packet):
6191 * ext/vorbis/vorbisenc.h:
6192 Set duration on encoded buffers. This allows oggmux's
6193 max_page_delay parameter to actually work.
6195 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
6197 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6198 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
6199 (gst_ffmpegcsp_avpicture_fill):
6200 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6201 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
6202 Make palettes work again (see #132341). Use our own macros
6205 2005-11-10 Andy Wingo <wingo@pobox.com>
6207 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
6210 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
6212 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6213 (gst_ffmpegcsp_transform_caps):
6214 Prefer passthrough in transform_caps
6216 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
6218 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6219 check for ALSA errors properly, instead of relying on ALSA's
6220 error strings to serve to the user.
6222 2005-11-10 Wim Taymans <wim@fluendo.com>
6224 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
6225 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
6226 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
6227 Modernise the seek code.
6229 2005-11-10 Michael Smith <msmith@fluendo.com>
6231 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
6232 (setup_substreams), (set_active_source):
6233 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
6234 trying to go to NULL if we failed to read a file.
6236 2005-11-10 Wim Taymans <wim@fluendo.com>
6238 * gst/audiotestsrc/gstaudiotestsrc.c:
6239 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
6240 (gst_audiotestsrc_create):
6241 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6242 (gst_sinesrc_get_times), (gst_sinesrc_create):
6243 * gst/videotestsrc/gstvideotestsrc.c:
6244 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
6245 (gst_videotestsrc_create):
6246 The base class can now sync for us.
6248 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
6250 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
6251 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
6252 name=source autoprobe=false autoprobe-fps=false copy-mode=1
6253 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
6254 format=(fourcc)I420" ! xvimagesink
6256 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
6258 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6259 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
6260 (gst_sinesrc_newsegment):
6261 Send newsegment event in TIME format, set duration if
6262 num-buffers is set, fix duration querying.
6264 2005-11-10 Michael Smith <msmith@fluendo.com>
6266 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
6267 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6268 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
6269 (gst_ogg_mux_collected):
6270 Fix EOS handling, partially. Now forwarding an EOS event once we have
6271 EOS on all pads works correctly. However, we still don't properly set
6272 EOS on the actual ogg stream pages.
6274 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
6276 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
6277 Set elements to NULL state before disposing of them.
6279 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
6281 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
6283 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6284 (gst_base_rtp_depayload_init),
6285 (gst_base_rtp_depayload_set_gst_timestamp):
6286 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6287 We need to send a newsegment event for each instance, not
6288 just for the first instance of this class (get rid of
6289 static variable in function). (#321011).
6291 2005-11-08 Michael Smith <msmith@fluendo.com>
6293 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
6294 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
6295 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
6296 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
6297 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
6298 This makes us mux things correctly according to the ogg muxing
6299 rules. Still not handling EOS correctly right now, though.
6301 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
6303 * gst/audioconvert/gstaudioconvert.c:
6306 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
6308 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6309 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
6310 Initialise segment_stop to GST_CLOCK_TIME_NONE when
6311 creating a new chain; should fix live streaming. Also
6312 add more debug output and fix a typo.
6314 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
6316 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
6318 * gst/volume/gstvolume.c: (volume_set_caps):
6319 Fix compilation on Solaris with Forte. (#320923)
6321 2005-11-08 Wim Taymans <wim@fluendo.com>
6323 * gst-libs/gst/audio/gstbaseaudiosink.c:
6324 (gst_base_audio_sink_render):
6325 No need to do a typecheck.
6327 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
6329 * ext/alsa/gstalsa.h:
6330 We register a debug category, so let's use it.
6332 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
6334 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6335 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
6336 Fixed a small problem.
6338 2005-11-04 Wim Taymans <wim@fluendo.com>
6340 * examples/seeking/Makefile.am:
6341 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
6342 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
6343 (make_playerbin_pipeline), (format_value), (update_scale),
6344 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
6345 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
6346 (print_usage), (main):
6347 Added app for playback speed testing.
6349 * examples/seeking/seek.c: (dynamic_link),
6350 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
6351 (make_mpeg_pipeline), (do_seek), (set_update_scale),
6352 (message_received), (main):
6353 Updated seek example.
6355 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
6357 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6358 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
6359 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
6360 (gst_base_rtp_depayload_set_clock):
6361 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6362 Don't sleep on the bench (system clock) when you have a nice
6363 comfortable bed (Gstreamer clock) to sleep on.
6365 2005-11-03 Wim Taymans <wim@fluendo.com>
6367 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6368 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
6369 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
6370 Handle the case where a pad_block failed.
6372 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
6374 reviewed by: Zeeshan Ali <zeenix@gmail.com>
6376 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6377 (gst_base_rtp_depayload_add_to_queue),
6378 (gst_base_rtp_depayload_push),
6379 (gst_base_rtp_depayload_set_gst_timestamp),
6380 (gst_base_rtp_depayload_queue_release):
6381 Fixes some bugs in the depayloader's queuing/de-queueing code.
6383 2005-10-31 Michael Smith <msmith@fluendo.com>
6385 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
6386 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
6387 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
6388 Patch from Alessandro Decina <alessandro@nnva.org>.
6389 Make oggdemux only find the final time in a chain, not per-pad,
6390 since the per-pad information can be very expensive to locate, and
6391 it isn't used anywhere. This makes reading a file containing
6392 OggSkeleton reasonably fast.
6393 Also, make chain finding work when there are logical bitstreams that
6394 can't be decoded. Fixes #319110.
6396 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
6398 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6399 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
6400 (gst_base_rtp_depayload_chain),
6401 (gst_base_rtp_depayload_add_to_queue),
6402 (gst_base_rtp_depayload_push),
6403 (gst_base_rtp_depayload_set_gst_timestamp),
6404 (gst_base_rtp_depayload_queue_release),
6405 (gst_base_rtp_depayload_start_thread),
6406 (gst_base_rtp_depayload_set_property),
6407 (gst_base_rtp_depayload_get_property):
6408 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6409 Some random fixes, to fullfill the desires of thomas.
6411 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
6413 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6414 (gst_base_rtp_depayload_add_to_queue),
6415 (gst_base_rtp_depayload_push):
6416 Fixed the queueing algorithm.
6418 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
6420 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6421 (gst_base_rtp_depayload_push):
6424 2005-10-31 Wim Taymans <wim@fluendo.com>
6426 * gst-libs/gst/audio/gstringbuffer.h:
6429 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6430 (gst_ffmpeg_caps_to_pixfmt):
6431 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6432 (gst_ffmpegcsp_set_caps):
6434 Handle missing required caps fields better.
6436 2005-10-31 Wim Taymans <wim@fluendo.com>
6438 * gst-libs/gst/audio/gstbaseaudiosink.c:
6439 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
6440 (gst_base_audio_sink_render):
6441 * gst-libs/gst/audio/gstringbuffer.c:
6442 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
6443 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6444 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
6445 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
6446 (gst_ring_buffer_read):
6447 * gst-libs/gst/audio/gstringbuffer.h:
6448 Add flushing mode to the ringbuffer so that it in all cases does
6449 not try to handle more audio. This makes sure it does not try to
6450 block anymore when flushing and fixes a livelock.
6452 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
6454 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
6455 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
6456 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
6457 Explicitly check for -1 values before doing a conversion
6458 and always map them to -1. (#315545)
6460 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
6462 * gst/playback/gstplaybin.c: (gen_video_element):
6463 first try autovideosink, then xvimagesink, then error out
6465 add translatable file
6482 2005-10-27 Philippe Khalaf <burger at speedy dot org>
6484 * gst-libs/gst/rtp/gstbasedepayload.c:
6485 * gst-libs/gst/rtp/gstbasedepayload.h:
6488 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
6490 * gst/playback/.cvsignore:
6491 * gst/playback/decodetest.c:
6492 * gst/playback/test3.c:
6493 Port these two tests as well.
6495 2005-10-27 Wim Taymans <wim@fluendo.com>
6497 * ext/theora/theoradec.c: (theora_dec_src_query),
6498 (theora_dec_sink_event):
6499 * ext/theora/theoraenc.c: (theora_enc_sink_event),
6500 (theora_enc_change_state):
6501 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6502 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
6503 Take proper locks when handling events.
6505 2005-10-27 Wim Taymans <wim@fluendo.com>
6507 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
6508 (gst_adder_change_state):
6509 Fix timestamps and fix deadlock when stopping the collectpads.
6511 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
6513 * gst-libs/gst/rtp/gstrtpbuffer.h:
6514 Declaring the payload types as strings too so that they can be used
6515 in the padtemplate inialization.
6517 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
6519 reviewed by: Zeeshan Ali <zeenix@gmail.com>
6521 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6522 (gst_base_rtp_depayload_class_init):
6523 Fixes a small but nasty bug. The derived elements no longer segfaults
6526 2005-10-26 Michael Smith <msmith@fluendo.com>
6528 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
6529 When clearing an audioconvert context, set tmpbufsize to zero, so
6530 we'll allocate it again later if required.
6531 This fixes audioconvert re-negotiating formats, which previously
6532 segfaulted with a NULL destination buffer.
6534 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
6536 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6537 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
6538 (gst_base_rtp_depayload_set_gst_timestamp),
6539 (gst_base_rtp_depayload_queue_release):
6540 Fixed a smalll memleak.
6542 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
6543 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6544 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
6545 (gst_base_rtp_depayload_finalize),
6546 (gst_base_rtp_depayload_setcaps),
6547 (gst_base_rtp_depayload_add_to_queue),
6548 (gst_base_rtp_depayload_push),
6549 (gst_base_rtp_depayload_set_gst_timestamp),
6550 (gst_base_rtp_depayload_queue_release),
6551 (gst_base_rtp_depayload_thread),
6552 (gst_base_rtp_depayload_change_state):
6553 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6554 Changed the C++ comments to C comments
6556 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
6558 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
6559 * gst/tcp/gsttcpclientsrc.h:
6560 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
6561 * gst/tcp/gsttcpserversrc.h:
6562 Remove unused 'curoffset' structure member.
6564 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
6566 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6567 (gst_base_rtp_depayload_base_init),
6568 (gst_base_rtp_depayload_finalize):
6569 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6570 * gst-libs/gst/rtp/gstbasertppayload.h:
6571 The pad-template on the sinkpad should be set by the derived classes.
6572 Also added some useful macros.
6574 2005-10-24 Wim Taymans <wim@fluendo.com>
6576 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6577 Correctly flush decoder samples even if we could not
6578 copy them to an output buffer. Fixes #319618.
6580 2005-10-24 Julien MOUTTE <julien@moutte.net>
6582 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
6583 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
6584 the caps against our xcontext caps.
6586 2005-10-24 Wim Taymans <wim@fluendo.com>
6588 * gst-libs/gst/audio/gstbaseaudiosink.c:
6589 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
6591 Use sync property from baseclass to disable sync.
6593 2005-10-24 Wim Taymans <wim@fluendo.com>
6595 * gst-libs/gst/audio/gstbaseaudiosink.c:
6596 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
6597 Buffers with no timestamps get aligned with previous buffers or
6598 on underrun, played ASAP.
6600 2005-10-24 Julien MOUTTE <julien@moutte.net>
6602 * gst-libs/gst/video/video.h:
6603 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6604 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
6605 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
6606 here comes my change on caps for framerate and geometry range.
6607 We are now accepting 1 to MAXINT for width and height, and from
6608 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
6609 to be blended correctly in videomixer.
6611 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
6616 === release 0.9.4 ===
6618 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
6623 releasing 0.9.4, "Velociraptor"
6625 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
6627 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
6631 2005-10-21 Wim Taymans <wim@fluendo.com>
6633 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6634 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
6635 (pad_blocked), (close_pad_link), (new_pad):
6636 Don't try to remove elements twice.
6638 2005-10-21 Wim Taymans <wim@fluendo.com>
6640 * ext/theora/theoradec.c: (theora_dec_src_query),
6641 (theora_dec_sink_event):
6642 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6643 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
6644 (vorbis_handle_data_packet):
6645 * ext/vorbis/vorbisdec.h:
6648 * gst-libs/gst/audio/gstbaseaudiosink.c:
6649 (gst_base_audio_sink_render):
6650 Don't try to sync on buffers without a timestamp.
6652 2005-10-21 Wim Taymans <wim@fluendo.com>
6654 * ext/theora/theoradec.c: (theora_dec_src_query),
6655 (theora_dec_sink_event):
6656 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6657 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
6658 (vorbis_handle_data_packet):
6659 * ext/vorbis/vorbisdec.h:
6662 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
6664 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
6665 (gst_vorbisenc_src_query):
6666 Implement position and duration queries.
6668 * gst/playback/test3.c: (update_scale), (main):
6669 Fix for async state changes and print nicer output.
6671 2005-10-20 Wim Taymans <wim@fluendo.com>
6673 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6674 (dump_element_stats), (main):
6675 * gst/playback/test6.c: (main):
6678 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
6680 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
6681 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6682 Don't use functions for position queries when handling
6685 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
6687 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6688 (vorbis_handle_data_packet), (vorbis_dec_chain),
6689 (vorbis_dec_change_state):
6690 * ext/vorbis/vorbisdec.h:
6691 Vorbis streams can be embedded in other container formats
6692 than ogg, container formats where the demuxer might set
6693 timestamps on encoded vorbis buffers instead of those silly
6694 granulepos thingies. In short: make vorbisdec handle
6695 timestamps on incoming buffers as well.
6697 2005-10-20 Wim Taymans <wim@fluendo.com>
6699 * gst/playback/gstplaybasebin.c: (group_destroy),
6700 (gst_play_base_bin_change_state):
6702 Handle case where playbasebin is now ASYNC because
6705 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
6707 * gst/audioconvert/Makefile.am:
6708 * gst/audioconvert/bufferframesconvert.c:
6709 * gst/audioconvert/plugin.c: (plugin_init):
6710 * gst/audioconvert/plugin.h:
6711 And bye bye buffer-frames-convert
6713 2005-10-19 Wim Taymans <wim@fluendo.com>
6715 * check/elements/audioconvert.c:
6716 * docs/libs/tmpl/gstaudio.sgml:
6717 * docs/libs/tmpl/gstcolorbalance.sgml:
6718 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6719 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
6720 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
6721 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
6722 * gst-libs/gst/audio/audio.h:
6723 * gst/audioconvert/audioconvert.h:
6724 * gst/audioconvert/gstaudioconvert.c:
6725 (gst_audio_convert_parse_caps):
6726 * gst/volume/gstvolume.c:
6727 Bye bye buffer-frames.
6729 2005-10-19 Wim Taymans <wim@fluendo.com>
6731 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
6732 (query_positions_elems), (query_positions_pads), (update_scale),
6733 (do_seek), (set_update_scale), (message_received), (main):
6734 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6735 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
6736 (gst_ogg_demux_loop):
6737 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
6738 * ext/theora/theoradec.c: (theora_dec_src_query),
6739 (theora_dec_sink_event):
6740 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6741 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
6742 * gst/adder/gstadder.c: (gst_adder_query):
6743 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
6744 * gst/playback/test3.c: (update_scale):
6745 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6746 (dump_element_stats), (main):
6747 * gst/playback/test6.c: (main):
6748 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6751 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
6753 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6754 (xml_check_first_element), (xml_type_find), (smil_type_find),
6756 Add typefinding for SMIL and for generic XML. Based on patch by
6757 Akos Maroy (#308663).
6759 2005-10-18 Wim Taymans <wim@fluendo.com>
6761 * gst/playback/Makefile.am:
6762 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6763 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
6764 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
6765 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
6766 (gst_decode_bin_change_state):
6767 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6768 (gst_play_bin_send_event_to_sink):
6769 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6770 (dump_element_stats), (main):
6771 * gst/playback/test6.c: (main):
6772 Make playbin async, it'll commit state to paused when all streams
6775 Added test6.c to show async behaviour.
6777 2005-10-18 Wim Taymans <wim@fluendo.com>
6779 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6780 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
6781 Fix for segment-start/stop API change.
6783 2005-10-18 Wim Taymans <wim@fluendo.com>
6785 * check/Makefile.am:
6786 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
6788 Add future test for clock selection.
6790 2005-10-18 Wim Taymans <wim@fluendo.com>
6792 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
6793 (gst_alsasink_close):
6796 * gst-libs/gst/audio/gstringbuffer.c:
6797 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
6798 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
6799 (gst_ring_buffer_start), (gst_ring_buffer_pause),
6800 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
6801 (gst_ring_buffer_read):
6804 2005-10-17 Stefan Kost <ensonic@users.sf.net>
6806 * gst/audiotestsrc/Makefile.am:
6807 * gst/sine/Makefile.am:
6808 * gst/volume/Makefile.am:
6809 fix broken build of controllerized plugins
6811 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6813 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
6815 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6816 (gst_riff_create_video_template_caps):
6817 Add support for Indeo-3 (IV32).
6819 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
6824 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
6826 * gst-libs/gst/video/video.c: (gst_video_get_size):
6827 * gst/audiotestsrc/gstaudiotestsrc.c:
6830 2005-10-17 Andy Wingo <wingo@pobox.com>
6832 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
6833 with the collectpads change.
6834 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
6836 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
6838 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
6840 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
6841 alloc_buffer flow return to callers.
6842 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
6843 change. Fix some memleaks in theoraenc.
6845 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
6846 in strange circumstance.
6848 2005-10-17 Julien MOUTTE <julien@moutte.net>
6850 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6851 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
6852 from caps, let's use the caps...
6854 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
6857 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
6859 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
6861 * gst-libs/gst/interfaces/Makefile.am:
6864 2005-10-16 Andy Wingo <wingo@pobox.com>
6866 * gst/playback/gstdecodebin.c
6867 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
6869 (try_to_link_1): Increase kraziness level.
6871 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
6874 restructure like the core one
6875 * gst-libs/gst/audio/Makefile.am:
6876 * gst-libs/gst/interfaces/Makefile.am:
6877 * gst-libs/gst/net/Makefile.am:
6878 * gst-libs/gst/riff/Makefile.am:
6879 * gst-libs/gst/rtp/Makefile.am:
6880 * gst-libs/gst/tag/Makefile.am:
6881 * gst-libs/gst/video/Makefile.am:
6882 use correct linker flags, now the libs are properly versioned
6883 * check/elements/audioconvert.c: (verify_convert):
6884 * ext/alsa/gstalsaplugin.c:
6885 * ext/cdparanoia/gstcdparanoia.c:
6886 * ext/gnomevfs/gstgnomevfs.c:
6887 * ext/libvisual/visual.c:
6889 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
6890 * ext/theora/theora.c:
6891 * ext/vorbis/vorbis.c:
6892 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6893 * gst-libs/gst/tag/gsttagediting.c:
6894 * gst-libs/gst/video/video.c:
6895 * gst/adder/gstadder.c:
6896 * gst/audioconvert/plugin.c:
6897 * gst/audiorate/gstaudiorate.c:
6898 * gst/audioresample/gstaudioresample.c:
6899 * gst/audioresample/resample_ref.c: (resample_scale_ref):
6900 * gst/audioscale/gstaudioscale.c:
6901 * gst/audioscale/resample.c:
6902 * gst/audiotestsrc/gstaudiotestsrc.c:
6903 * gst/ffmpegcolorspace/gstffmpeg.c:
6904 * gst/playback/gstdecodebin.c: (close_pad_link):
6905 * gst/playback/gstplaybin.c: (gen_video_element),
6906 (gen_audio_element):
6907 * gst/sine/gstsinesrc.c:
6908 * gst/subparse/gstsubparse.c:
6909 * gst/tags/gsttagediting.c:
6910 * gst/tcp/gsttcpplugin.c:
6911 * gst/typefind/gsttypefindfunctions.c:
6912 * gst/videorate/gstvideorate.c:
6913 * gst/videoscale/gstvideoscale.c:
6914 * gst/videotestsrc/gstvideotestsrc.c:
6915 * gst/volume/gstvolume.c:
6917 * sys/ximage/ximage.c:
6918 * sys/xvimage/xvimagesink.c:
6921 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
6923 * ext/vorbis/vorbisenc.c:
6924 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
6925 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
6926 (gst_tag_to_vorbis_comments):
6927 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
6929 2005-10-13 Stefan Kost <ensonic@users.sf.net>
6931 * examples/stats/mp2ogg.c:
6932 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6935 2005-10-13 Michael Smith <msmith@fluendo.com>
6937 * ext/ogg/gstoggmux.c:
6938 Use magic glib macros to define constants as 64 bit, to ensure
6939 appropriate vararg passing.
6941 2005-10-13 Michael Smith <msmith@fluendo.com>
6943 * ext/ogg/gstoggmux.c:
6944 * gst/audioconvert/audioconvert.c: (float):
6945 Don't use LL suffix, as it's not portable, and neither of these
6946 uses required it anyway.
6948 2005-10-12 Stefan Kost <ensonic@users.sf.net>
6950 * examples/indexing/indexmpeg.c: (main):
6951 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
6952 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
6953 (cdparanoia_convert), (cdparanoia_query):
6954 * ext/cdparanoia/gstcdparanoia.h:
6955 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
6956 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
6957 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
6958 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6959 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
6960 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
6961 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
6962 (gst_multifdsink_render), (gst_multifdsink_start),
6963 (gst_multifdsink_stop):
6964 * gst/tcp/gstmultifdsink.h:
6965 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
6966 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
6967 (gst_tcpclientsink_stop):
6968 * gst/tcp/gsttcpclientsink.h:
6969 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
6970 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
6971 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
6972 * gst/tcp/gsttcpclientsrc.h:
6973 * gst/tcp/gsttcpserversink.h:
6974 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
6975 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
6976 (gst_tcpserversrc_stop):
6977 * gst/tcp/gsttcpserversrc.h:
6978 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
6979 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
6980 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
6981 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
6982 moved bitshift from macro to enum definition
6984 2005-10-12 Wim Taymans <wim@fluendo.com>
6986 * examples/seeking/Makefile.am:
6989 2005-10-12 Wim Taymans <wim@fluendo.com>
6991 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
6992 (gst_ring_buffer_read), (gst_ring_buffer_clear):
6993 Don't assert on normal stuff.
6995 * gst/playback/gstplaybin.c: (do_playbin_seek):
6998 2005-10-12 Wim Taymans <wim@fluendo.com>
7000 * check/pipelines/simple_launch_lines.c: (run_pipeline):
7001 * examples/seeking/Makefile.am:
7002 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
7003 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
7004 (do_seek), (set_update_scale), (message_received), (main):
7005 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
7006 (gst_ring_buffer_read), (gst_ring_buffer_clear):
7007 Update for _get_state() API change.
7009 2005-10-11 Wim Taymans <wim@fluendo.com>
7011 * gst-libs/gst/audio/gstbaseaudiosink.c:
7012 (gst_base_audio_sink_render):
7013 * gst-libs/gst/audio/gstbaseaudiosrc.c:
7014 (gst_base_audio_src_create):
7015 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
7016 (gst_ring_buffer_read):
7018 Commit and read from ringbuffer in samples rather than bytes.
7020 2005-10-11 Wim Taymans <wim@fluendo.com>
7022 * gst-libs/gst/audio/gstbaseaudiosink.c:
7023 (gst_base_audio_sink_render):
7024 Respect segment rate and accum when scheduling samples.
7026 2005-10-11 Julien MOUTTE <julien@moutte.net>
7028 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
7029 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
7030 EOS correctly, that needs more work.
7032 2005-10-11 Wim Taymans <wim@fluendo.com>
7034 * check/generic/states.c: (GST_START_TEST):
7035 remove old property.
7037 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7038 (gst_ogg_demux_perform_seek):
7039 * ext/theora/theoradec.c: (theora_dec_sink_event):
7040 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7041 (vorbis_handle_data_packet):
7042 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7043 (gst_base_rtp_depayload_set_gst_timestamp):
7044 * gst/videorate/gstvideorate.c: (gst_videorate_event):
7045 Update for newsegment API change.
7047 2005-10-11 Michael Smith <msmith@fluendo.com>
7049 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
7050 (do_playbin_seek), (gst_play_bin_send_event):
7051 Override send_event differently, so that we can takes bits of
7052 functionality from GstPipeline (special handling for seeks,
7053 including pausing/resuming, and resetting stream time) and still get
7054 the appropriate behaviour of only forwarding event to a single sink,
7055 rather than all of them.
7056 Unfortunately requires a lot of code duplication, but the
7057 alternatives are equally ugly in the end.
7059 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
7061 * check/elements/audioconvert.c: (setup_audioconvert),
7062 (cleanup_audioconvert), (get_int_caps), (verify_convert),
7063 (GST_START_TEST), (audioconvert_suite):
7064 clean up tests a little, fix some leaks.
7066 2005-10-10 Wim Taymans <wim@fluendo.com>
7068 * ext/alsa/gstalsasink.c:
7069 Also allow unsigned int.
7071 * gst-libs/gst/audio/gstbaseaudiosrc.c:
7072 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
7075 2005-10-10 Wim Taymans <wim@fluendo.com>
7077 * check/pipelines/simple_launch_lines.c: (run_pipeline):
7078 Small update, use API as stated in design docs.
7080 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
7081 (update_scale), (do_seek), (seek_cb), (set_update_scale),
7082 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
7083 (message_received), (main):
7084 Updated seek example for GOption. Some usability improvements.
7086 2005-10-10 Wim Taymans <wim@fluendo.com>
7088 * gst/audioconvert/audioconvert.h:
7089 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
7090 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
7091 Alloc temp storage somewhere else where we can do it more
7094 2005-10-10 Wim Taymans <wim@fluendo.com>
7096 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
7097 (gst_tcpserversrc_start):
7098 Don't block in accept while doing the state change, move
7099 to poll and make cancellable.
7101 2005-10-09 Philippe Khalaf <burger@speedy.org>
7103 * gst-libs/gst/rtp/rtpbasedepayload.c:
7104 Set timestamp and add queue delay to timestamp
7105 * gst-libs/gst/rtp/rtpbuffer.h:
7106 Set correct payload type for h263
7108 2005-10-09 Stefan Kost <ensonic@users.sf.net>
7110 * gst/audiotestsrc/gstaudiotestsrc.c:
7111 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
7112 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
7113 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
7114 (gst_audiotestsrc_create_triangle),
7115 (gst_audiotestsrc_create_silence),
7116 (gst_audiotestsrc_create_white_noise),
7117 (gst_audiotestsrc_init_pink_noise),
7118 (gst_audiotestsrc_generate_pink_noise_value),
7119 (gst_audiotestsrc_create_pink_noise),
7120 (gst_audiotestsrc_change_wave):
7121 * gst/audiotestsrc/gstaudiotestsrc.h:
7122 fixed typo, added pink noise
7124 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
7126 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
7128 Add wavpack and spc typefind functions from 0.8 branch.
7130 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
7132 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
7133 (ar_type_find), (msdos_type_find), (plugin_init):
7134 Add typefind functions for tar archives, ar archives,
7135 RAR archives, and msdos-executables (dlls, exe, etc.).
7136 Some of those would be wrongly identified as mpeg
7137 streams of some sort before (#315550).
7139 2005-10-09 Stefan Kost <ensonic@users.sf.net>
7142 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7143 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7144 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
7145 * gst/audiotestsrc/Makefile.am:
7146 * gst/audiotestsrc/gstaudiotestsrc.c:
7147 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
7148 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
7149 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
7150 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
7151 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
7152 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
7153 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
7154 (gst_audiotestsrc_create_silence),
7155 (gst_audiotestsrc_create_white_noise),
7156 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
7157 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
7158 (gst_audiotestsrc_start), (plugin_init):
7159 * gst/audiotestsrc/gstaudiotestsrc.h:
7160 add new plugin and element
7161 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
7164 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
7166 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
7167 (gst_adder_init), (gst_adder_request_new_pad),
7168 (gst_adder_change_state):
7169 Add query function to source pad, so adder reports the correct
7170 time/sample position when queried (#315457); fix state change
7171 function; use GST_DEBUG_FUNCPTR() for pad functions.
7173 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
7175 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
7176 Fix leaks in typefind registration
7177 Clean up the gratuitous commenting and whitespacing a little
7179 2005-10-08 Wim Taymans <wim@fluendo.com>
7181 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
7182 Only actually wait for the thread to be stopped if it's
7185 2005-10-08 Wim Taymans <wim@fluendo.com>
7187 * gst-libs/gst/audio/gstbaseaudiosink.c:
7188 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7189 If we receive EOS we can start playback of what we had.
7191 2005-10-08 Wim Taymans <wim@fluendo.com>
7193 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
7194 (gst_multifdsink_finalize), (multifdsink_hash_remove),
7195 (gst_multifdsink_stop):
7196 Fix crasher when going to NULL multiple times.
7198 2005-10-06 Wim Taymans <wim@fluendo.com>
7200 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
7201 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
7202 * gst-libs/gst/audio/gstbaseaudiosrc.h:
7203 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
7204 patch from Edgard Lima <edgard.lima@indt.org.br>
7205 Fixed gstbaseaudiosrc adding ring buffer sync to it.
7207 2005-10-06 Wim Taymans <wim@fluendo.com>
7209 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
7210 Report the FLOW_RETURN as string in the error message.
7212 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
7213 Don't assert when clearing an unnegotiated buffer.
7215 2005-10-04 Michael Smith <msmith@fluendo.com>
7217 * gst/playback/gstplaybasebin.c: (group_destroy),
7218 (gen_preroll_element), (remove_groups), (setup_source):
7219 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
7220 (setup_sinks), (gst_play_bin_send_event),
7221 (gst_play_bin_change_state):
7222 Set state to NULL before removing from bin. Fix refcounting.
7224 2005-10-04 Michael Smith <msmith@fluendo.com>
7226 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
7227 Correct refcounting in send_event() function. Previously was wrong
7228 if the first sink was unable to handle the event.
7230 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
7235 === release 0.9.3 ===
7237 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
7240 Releasing 0.9.3, "De Facto"
7242 2005-10-03 Andy Wingo <wingo@pobox.com>
7244 * gst/playback/gstdecodebin.c (try_to_link_1)
7245 (remove_element_chain): set element to NULL before removing it.
7247 2005-10-02 Johan Dahlin <johan@gnome.org>
7249 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
7250 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
7253 2005-10-02 Andy Wingo <wingo@pobox.com>
7255 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
7256 (gst_ring_buffer_prepare_read):
7257 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
7260 2005-09-29 Wim Taymans <wim@fluendo.com>
7262 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
7263 * ext/theora/theoradec.c: (theora_handle_data_packet):
7264 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7265 Propagate error codes from alloc_buffer too.
7267 2005-09-29 Wim Taymans <wim@fluendo.com>
7269 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
7272 * gst/playback/Makefile.am:
7273 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
7274 (dump_element_stats), (main):
7275 Added example stream introspection code.
7277 2005-09-28 Stefan Kost <ensonic@users.sf.net>
7279 * gst/adder/gstadder.c: (gst_adder_collected):
7280 fix adder for float elements
7282 2005-09-28 Wim Taymans <wim@fluendo.com>
7284 * gst-libs/gst/audio/gstbaseaudiosink.c:
7285 (gst_base_audio_sink_class_init),
7286 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
7287 * gst-libs/gst/audio/gstbaseaudiosrc.c:
7288 (gst_base_audio_src_class_init),
7289 (gst_base_audio_src_provide_clock):
7290 get_clock -> provide_clock
7292 2005-09-28 Andy Wingo <wingo@pobox.com>
7294 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
7297 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
7300 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
7301 Actually add the pad template.
7302 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
7304 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
7307 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
7308 from fdsrc. Get caps in create() instead of start() so it can be
7309 interrupted. Interruption somewhat untested.
7311 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
7312 Proper EOS handling.
7314 2005-09-27 Andy Wingo <wingo@pobox.com>
7316 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
7318 * gst/tcp/gsttcpserversrc.c: Cleaned up.
7320 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
7323 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
7324 out of tcpclientsrc.c. Cancellable.
7325 (gst_tcp_socket_read): Made private, cancellable, with better
7326 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
7327 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
7328 whole buffer, and better diagnostics.
7329 (gst_tcp_gdp_read_caps): Same.
7331 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
7333 2005-09-26 Andy Wingo <wingo@pobox.com>
7335 * gst/sine/gstsinesrc.h:
7336 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
7337 change the 'sync' property to 'is-live' and implement it halfway,
7338 update for controller api change.
7340 * gst/volume/gstvolume.c (volume_transform_ip): Update for
7341 controller api change.
7343 2005-09-24 Wim Taymans <wim@fluendo.com>
7345 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
7346 * gst-libs/gst/audio/gstaudiosink.c:
7347 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7348 (gst_audioringbuffer_stop):
7349 * gst-libs/gst/audio/gstbaseaudiosink.c:
7350 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
7351 (gst_base_audio_sink_change_state):
7352 * gst-libs/gst/audio/gstbaseaudiosink.h:
7353 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
7354 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7355 (gst_ring_buffer_commit), (gst_ring_buffer_read):
7356 * gst-libs/gst/audio/gstringbuffer.h:
7357 Fix sync again. Moved sample alignment to basesink.
7359 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
7361 * docs/plugins/Makefile.am:
7362 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7363 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7364 * gst/volume/gstvolume.c:
7366 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
7367 * gst-libs/gst/audio/audio.h:
7368 add conversion macros for frames <-> clocktime
7370 2005-09-23 David Schleef <ds@schleef.org>
7372 * gst/audioresample/Makefile.am:
7373 * gst/audioresample/debug.h:
7374 * gst/audioresample/gstaudioresample.c:
7375 * gst/audioresample/resample.c: Convert to using gst debugging
7377 2005-09-22 Wim Taymans <wim@fluendo.com>
7379 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7380 (gst_play_bin_send_event):
7381 Only seek on one sink, the first one that succeeds.
7383 2005-09-22 Michael Smith <msmith@fluendo.com>
7385 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
7386 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
7387 Don't flush encoder state unless we have an initialised encoder.
7388 Clear out encoder state on PAUSED_TO_READY.
7390 2005-09-22 Wim Taymans <wim@fluendo.com>
7392 * gst-libs/gst/rtp/gstbasertppayload.c:
7393 (gst_basertppayload_class_init), (gst_basertppayload_init),
7394 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7395 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7396 (gst_basertppayload_is_filled), (gst_basertppayload_push),
7397 (gst_basertppayload_set_property),
7398 (gst_basertppayload_get_property),
7399 (gst_basertppayload_change_state):
7400 * gst-libs/gst/rtp/gstbasertppayload.h:
7401 Added max-ptime to control amount of data in the rtp packets.
7403 2005-09-21 Andy Wingo <wingo@pobox.com>
7405 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
7408 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
7409 can be called multiple times, dogs.
7411 2005-09-21 Wim Taymans <wim@fluendo.com>
7413 * gst-libs/gst/rtp/gstbasertppayload.c:
7414 (gst_basertppayload_class_init), (gst_basertppayload_init),
7415 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7416 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7417 (gst_basertppayload_push), (gst_basertppayload_get_property),
7418 (gst_basertppayload_change_state):
7421 2005-09-21 Stefan Kost <ensonic@users.sf.net>
7423 * docs/libs/compiling.sgml:
7426 2005-09-20 Wim Taymans <wim@fluendo.com>
7428 * gst-libs/gst/rtp/gstbasertppayload.c:
7429 (gst_basertppayload_class_init), (gst_basertppayload_init),
7430 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7431 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7432 (gst_basertppayload_push), (gst_basertppayload_set_property),
7433 (gst_basertppayload_get_property),
7434 (gst_basertppayload_change_state):
7435 * gst-libs/gst/rtp/gstbasertppayload.h:
7436 Added property to configure sequence number offsets.
7438 2005-09-20 Wim Taymans <wim@fluendo.com>
7440 * gst-libs/gst/rtp/gstbasertppayload.c:
7441 (gst_basertppayload_class_init), (gst_basertppayload_init),
7442 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7443 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7444 (gst_basertppayload_push), (gst_basertppayload_set_property),
7445 (gst_basertppayload_get_property),
7446 (gst_basertppayload_change_state):
7447 * gst-libs/gst/rtp/gstbasertppayload.h:
7448 Make timestamp offset configurable.
7450 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
7452 * check/pipelines/simple_launch_lines.c: (run_pipeline):
7455 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
7457 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
7459 * gst-libs/gst/interfaces/propertyprobe.c:
7460 (gst_property_probe_probe_property_name),
7461 (gst_property_probe_needs_probe_name),
7462 (gst_property_probe_get_values_name),
7463 (gst_property_probe_probe_and_get_values_name):
7464 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
7465 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
7467 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
7469 * check/Makefile.am:
7470 have some tests be disabled for valgrinding
7471 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
7473 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
7474 Fix A Leak. Chain To Parent Finalize.
7476 2005-09-19 Wim Taymans <wim@fluendo.com>
7478 * examples/seeking/seek.c: (make_wav_pipeline), (main):
7481 2005-09-19 Wim Taymans <wim@fluendo.com>
7483 * gst-libs/gst/rtp/gstbasertppayload.c:
7484 (gst_basertppayload_class_init), (gst_basertppayload_init),
7485 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7486 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7487 (gst_basertppayload_push), (gst_basertppayload_get_property),
7488 (gst_basertppayload_change_state):
7489 Posting ERROR and WARNING messages is good.
7491 2005-09-19 Wim Taymans <wim@fluendo.com>
7493 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7494 (gst_base_rtp_depayload_add_to_queue),
7495 (gst_base_rtp_depayload_push),
7496 (gst_base_rtp_depayload_set_gst_timestamp),
7497 (gst_base_rtp_depayload_queue_release):
7498 This one was not supposed to go in.
7500 2005-09-19 Wim Taymans <wim@fluendo.com>
7502 * check/pipelines/simple_launch_lines.c: (run_pipeline):
7505 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7506 (gst_base_rtp_depayload_chain),
7507 (gst_base_rtp_depayload_add_to_queue),
7508 (gst_base_rtp_depayload_push),
7509 (gst_base_rtp_depayload_set_gst_timestamp),
7510 (gst_base_rtp_depayload_queue_release):
7513 * gst-libs/gst/rtp/gstbasertppayload.c:
7514 (gst_basertppayload_class_init), (gst_basertppayload_init),
7515 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
7516 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7517 (gst_basertppayload_get_property),
7518 (gst_basertppayload_change_state):
7519 Added debugging category.
7521 2005-09-18 David Schleef <ds@schleef.org>
7523 * gst/playback/gstdecodebin.c: free plugin list correctly
7524 * gst/playback/gstplaybin.c: emit warning if autovideosink
7525 and autoaudiosink can't be found (instead of segfaulting)
7527 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
7529 * check/elements/audioconvert.c: (GST_START_TEST):
7530 try out 24 bit conversion
7532 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
7534 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
7535 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
7536 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
7537 * ext/vorbis/vorbisenc.h:
7538 Fix EOS handling. Still needs a fix in the ogg muxer to
7539 mark the last page as eos.
7541 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
7543 * common/gtk-doc-plugins.mak:
7544 * docs/plugins/Makefile.am:
7545 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7546 * gst/ffmpegcolorspace/Makefile.am:
7547 * gst/ffmpegcolorspace/avcodec.h:
7548 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7549 * gst/tcp/gstmultifdsink.c:
7550 fix up ffmpegcolorspace docs; extract header
7552 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
7554 * common/gtk-doc-plugins.mak:
7555 * docs/plugins/Makefile.am:
7556 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7557 * ext/theora/Makefile.am:
7558 * ext/theora/gsttheoraenc.h:
7559 * ext/theora/theoraenc.c:
7560 * ext/vorbis/vorbisenc.c:
7561 pick up signals and args for vorbis; add some docs for vorbis
7563 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
7565 * common/gstdoc-scangobj:
7566 * common/gtk-doc-plugins.mak:
7567 * docs/libs/Makefile.am:
7568 * docs/plugins/gst-plugins-base-plugins.args:
7569 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7570 * docs/plugins/gst-plugins-base-plugins.interfaces:
7571 * docs/plugins/gst-plugins-base-plugins.prerequisites:
7572 * docs/plugins/gst-plugins-base-plugins.signals:
7573 only scanobj stuff from our source module. Not sure yet
7574 if that's correct, given the hierarchy stuff :)
7576 2005-09-15 Wim Taymans <wim@fluendo.com>
7578 * gst/audioconvert/gstaudioconvert.c:
7579 And enable 24 bits mode as well..
7581 2005-09-15 Wim Taymans <wim@fluendo.com>
7583 * gst-libs/gst/rtp/Makefile.am:
7584 * gst-libs/gst/rtp/gstbasertppayload.c:
7585 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
7586 (gst_basertppayload_class_init), (gst_basertppayload_init),
7587 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
7588 (gst_basertppayload_chain), (gst_basertppayload_set_options),
7589 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7590 (gst_basertppayload_set_property),
7591 (gst_basertppayload_get_property),
7592 (gst_basertppayload_change_state):
7593 * gst-libs/gst/rtp/gstbasertppayload.h:
7594 Added rtp payloader base class.
7596 2005-09-15 Andy Wingo <wingo@pobox.com>
7598 * configure.ac (plugindir): Remove the EOL matcher from the
7599 regexp, as it causes me problems. Libtool? Make? Who knows?
7601 2005-09-14 David Schleef <ds@schleef.org>
7603 * check/generic/states.c:
7604 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
7605 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
7606 Fixes for changes in registry API.
7608 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
7609 to GST_PLUGIN_LDFLAGS.
7610 * ext/libvisual/visual.c: Make the library shut up.
7611 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
7612 * gst-libs/gst/audio/gstaudiofilter.c: same
7614 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
7616 * docs/plugins/Makefile.am:
7617 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7618 * docs/plugins/inspect/plugin-libvisual.xml:
7619 * docs/plugins/tmpl/element-tcpserversink.sgml:
7620 * ext/theora/theoraenc.c:
7621 add libvisual plugin and theoraenc element to docs
7623 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
7625 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7626 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7627 * ext/theora/theoraenc.c:
7630 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
7632 * gst/audioconvert/Makefile.am:
7633 Audioconvert derives from GstBaseTransform and should
7634 link to the library with our base elements to avoid
7635 unresolved symbols. Makes things work with MinGW (#316160)
7637 * gst/playback/test4.c: (main):
7638 Fix MinGW build problem and use g_usleep() instead of
7641 2005-09-12 Wim Taymans <wim@fluendo.com>
7643 * gst/audioconvert/audioconvert.c: (float),
7644 (audio_convert_prepare_context), (audio_convert_convert):
7645 * gst/audioconvert/audioconvert.h:
7646 Cleanups, speedups, simplifications, added back support
7649 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
7651 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7652 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7653 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7654 * docs/plugins/tmpl/element-tcpserversink.sgml:
7655 * gst/ffmpegcolorspace/gstffmpeg.c:
7656 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7657 * gst/videotestsrc/gstvideotestsrc.c:
7658 * gst/volume/gstvolume.c:
7659 add more elements to the docs
7661 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
7663 * check/Makefile.am:
7664 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
7665 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
7666 Add extra tests for basetransform based components.
7667 Comment out the test_element_negotiation test until we decide
7668 if it's testing correct behaviour.
7669 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
7670 (gst_visual_chain), (gst_visual_change_state):
7671 Slightly more correct but still bogus timestamping.
7672 Fix state change function.
7673 * gst/audioconvert/gstaudioconvert.c:
7674 (gst_audio_convert_class_init):
7675 * gst/audioresample/gstaudioresample.c:
7676 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7677 (gst_ffmpegcsp_class_init):
7678 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
7679 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
7680 (gst_videoscale_prepare_image):
7681 * gst/volume/gstvolume.c: (gst_volume_class_init),
7682 (volume_transform_ip):
7683 Basetransform updates. Enable passthrough modes.
7684 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7685 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
7686 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7687 Negotiation fix that allows the window to return to the original
7688 size and renegotiate passthrough upstream. Extra debug output.
7690 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
7692 * gst/sine/gstsinesrc.c:
7693 * gst/volume/gstvolume.c:
7694 fix up header include
7696 2005-09-09 Stefan Kost <ensonic@users.sf.net>
7698 * gst-libs/gst/audio/gstbaseaudiosink.c:
7699 (gst_base_audio_sink_render):
7700 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
7701 * gst/volume/gstvolume.c: (gst_volume_class_init),
7703 fixing lost sync, some more debugging
7705 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
7707 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7708 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
7709 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
7710 (gst_xvimagesink_check_xshm_calls):
7711 Fix compilation when XShm is not available.
7713 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
7715 * ext/libvisual/visual.c: (gst_visual_dispose),
7716 (gst_visual_getcaps), (gst_visual_src_setcaps),
7717 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
7718 (gst_visual_change_state):
7719 Finish fixing up libvisual plugin so that it runs.
7721 2005-09-07 Stefan Kost <ensonic@users.sf.net>
7723 * ext/vorbis/vorbisenc.c:
7724 * gst-libs/gst/tag/gstvorbistag.c:
7725 gsttaginterface.h -> gsttagsetter.h
7727 2005-09-07 Stefan Kost <ensonic@users.sf.net>
7729 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
7730 added another test that failes for me (test is not active by default)
7732 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
7735 v4l2 is no longer in gst-plugins-base
7737 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
7740 In the output at the end, don't show the first plugin on the same
7741 line as "Core plug-ins, always built:".
7742 Indent the output as for other plugin categories
7743 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
7744 #define that can be used to not use peer buffer_alloc functions for
7746 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7747 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
7748 (gst_ximagesink_show_frame):
7749 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
7750 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
7751 (gst_xvimagesink_show_frame):
7752 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
7753 fails gracefully instead of XError aborting or deadlocking.
7755 2005-09-07 Stefan Kost <ensonic@users.sf.net>
7757 * ext/libvisual/Makefile.am:
7758 link against gst-base-libs
7760 2005-09-06 David Schleef <ds@schleef.org>
7762 * configure.ac: Enable libvisual plugin.
7763 * ext/libvisual/Makefile.am:
7764 * ext/libvisual/visual.c: Fixes to make it compile.
7766 === release 0.9.2 ===
7768 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
7773 * docs/random/ChangeLog-0.8:
7774 releasing 0.9.2, "Spoon"
7776 2005-09-05 Michael Smith <msmith@fluendo.com>
7778 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
7779 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
7780 that in the vorbisenc element.
7782 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
7784 * common/gtk-doc-plugins.mak:
7785 * docs/plugins/Makefile.am:
7787 * gst/audioresample/resample.c:
7790 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
7792 * common/gst-xmlinspect.py:
7793 * common/gtk-doc-plugins.mak:
7794 only inspect plugins for this given package
7795 require gst-python 0.9
7797 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
7801 * common/gst-xmlinspect.py:
7804 * docs/plugins/inspect/plugin-alsa.xml:
7805 * docs/plugins/inspect/plugin-audioresample.xml:
7806 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7807 * docs/plugins/inspect/plugin-ogg.xml:
7808 * docs/plugins/tmpl/element-gnomevfssink.sgml:
7809 * docs/plugins/tmpl/element-multifdsink.sgml:
7810 * docs/plugins/tmpl/element-tcpserversink.sgml:
7811 * docs/plugins/tmpl/element-vorbisenc.sgml:
7812 * gst-plugins-base.spec.in:
7813 various doc-related updates
7815 2005-08-31 Wim Taymans <wim@fluendo.com>
7817 * gst-libs/gst/audio/gstbaseaudiosink.c:
7818 (gst_base_audio_sink_render):
7819 Resync if the buffer timestamps drift more than a 10th
7822 2005-08-31 Tim-Philipp M??ller <tim at centricular dot net>
7824 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
7825 (gst_v4lsrc_get_property):
7826 The 'timestamp-offset' property is registered as an int64, so
7827 let's use g_value_{set|get}_int64() in our setter and getter
7828 functions (makes it work and fixes warnings with gst-inspect).
7830 2005-08-30 Wim Taymans <wim@fluendo.com>
7832 * check/elements/audioconvert.c: (setup_audioconvert):
7833 * check/elements/audioresample.c: (setup_audioresample):
7834 * check/elements/volume.c: (setup_volume):
7837 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
7839 * common/gtk-doc-plugins.mak:
7840 * common/plugins.xsl:
7841 * docs/plugins/Makefile.am:
7844 2005-08-30 Stefan Kost <ensonic@users.sf.net>
7846 * examples/seeking/seek.c: (make_mp3_pipeline),
7847 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
7848 (play_cb), (pause_cb), (stop_cb):
7851 2005-08-30 Stefan Kost <ensonic@users.sf.net>
7853 * gst/volume/gstvolume.c: (gst_volume_class_init),
7855 do not update controlled params, if buffer has no timestamp
7857 2005-08-29 Stefan Kost <ensonic@users.sf.net>
7860 * gst/sine/Makefile.am:
7861 * gst/volume/Makefile.am:
7862 controllerized elements also need to link against controller-libs ;)
7864 2005-08-29 Stefan Kost <ensonic@users.sf.net>
7866 * docs/libs/tmpl/gstcolorbalance.sgml:
7867 * docs/libs/tmpl/gstgconf.sgml:
7868 * docs/libs/tmpl/gstmixer.sgml:
7869 * docs/libs/tmpl/gstringbuffer.sgml:
7870 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7871 (gst_sinesrc_create):
7872 * gst/volume/gstvolume.c: (gst_volume_class_init),
7874 controllerized two audio plugins
7876 2005-08-29 Andy Wingo <wingo@pobox.com>
7878 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
7879 (vorbis_handle_data_packet): Fix some int overflow errors.
7881 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
7883 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
7885 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
7886 if it's valid. Fixed streaming-mode playback.
7888 * check/elements/volume.c (cleanup_volume): Fix for running
7891 * check/elements/audioconvert.c: Convert from native endian, not
7894 2005-08-29 Michael Smith <msmith@fluendo.com>
7896 * ext/ogg/Makefile.am:
7897 * ext/ogg/gstogg.c: (plugin_init):
7898 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
7899 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
7900 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
7901 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
7902 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
7903 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
7904 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
7905 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
7906 Add an ogg parser element.
7908 2005-08-28 Andy Wingo <wingo@pobox.com>
7910 * Updates for two-arg init from GST_BOILERPLATE_FULL.
7912 2005-08-26 Wim Taymans <wim@fluendo.com>
7914 * gst/audioconvert/audioconvert.c: (if), (float),
7915 (audio_convert_get_func_index), (check_default),
7916 (audio_convert_clean_fmt), (audio_convert_prepare_context),
7917 (audio_convert_clean_context), (audio_convert_get_sizes),
7918 (audio_convert_convert):
7921 2005-08-26 Wim Taymans <wim@fluendo.com>
7923 * gst/audioconvert/audioconvert.c: (if), (float),
7924 (audio_convert_get_func_index), (check_default),
7925 (audio_convert_clean_fmt), (audio_convert_prepare_context),
7926 (audio_convert_clean_context), (audio_convert_get_sizes),
7927 (audio_convert_convert):
7928 More elegant and working temp buffer selection algo.
7930 2005-08-26 Wim Taymans <wim@fluendo.com>
7932 * gst/audioconvert/audioconvert.c: (if), (float),
7933 (audio_convert_get_func_index), (check_default),
7934 (audio_convert_clean_fmt), (audio_convert_prepare_context),
7935 (audio_convert_clean_context), (audio_convert_get_sizes),
7936 (get_temp_buffer), (audio_convert_convert):
7937 Use realloc else we lose our original data.
7939 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
7941 * gst/audioresample/gstaudioresample.c:
7942 use base class' newsegment to properly timestamp
7944 2005-08-26 Wim Taymans <wim@fluendo.com>
7946 * gst/audioconvert/audioconvert.c: (if), (float),
7947 (audio_convert_get_func_index), (check_default),
7948 (audio_convert_clean_fmt), (audio_convert_prepare_context),
7949 (audio_convert_clean_context), (audio_convert_get_sizes),
7950 (get_temp_buffer), (audio_convert_convert):
7951 * gst/audioconvert/gstaudioconvert.c:
7952 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
7953 (gst_audio_convert_transform_caps),
7954 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
7955 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
7956 Oops, allocate enough space to perform the channel mix.
7958 2005-08-26 Wim Taymans <wim@fluendo.com>
7960 * gst/audioconvert/Makefile.am:
7961 * gst/audioconvert/audioconvert.c: (if), (float),
7962 (audio_convert_get_func_index), (check_default),
7963 (audio_convert_clean_fmt), (audio_convert_prepare_context),
7964 (audio_convert_clean_context), (audio_convert_get_sizes),
7965 (get_temp_buffer), (audio_convert_convert):
7966 * gst/audioconvert/audioconvert.h:
7967 * gst/audioconvert/gstaudioconvert.c:
7968 (gst_audio_convert_class_init), (gst_audio_convert_init),
7969 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
7970 (gst_audio_convert_get_unit_size),
7971 (gst_audio_convert_transform_caps),
7972 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
7973 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
7974 * gst/audioconvert/gstaudioconvert.h:
7975 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
7976 (gst_channel_mix_fill_identical),
7977 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
7978 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
7979 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
7980 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
7981 (gst_channel_mix_mix):
7982 * gst/audioconvert/gstchannelmix.h:
7983 Cleanups, librarify a bit, optimize, better negotiation and more.
7985 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
7987 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
7989 During typefinding, don't support negative offsets
7990 (offsets from the end of the stream) in our typefind->peek() function
7991 - nothing embedded in ogg ever needs them. However, we need to recognise
7992 those requests and reject them, otherwise we return invalid pointers.
7994 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
7996 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7997 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
7998 (vorbisdec_finalize), (vorbis_handle_type_packet):
7999 Big shout-out to MikeS for fixing this giant memory leak.
8002 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
8004 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
8005 (audio_convert_get_unit_size):
8008 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
8010 * check/Makefile.am:
8011 * check/elements/audioconvert.c: (setup_audioconvert),
8012 (cleanup_audioconvert), (get_int_caps), (verify_convert),
8013 (GST_START_TEST), (audioconvert_suite), (main):
8014 add a test for audioconvert
8015 * gst/audioresample/gstaudioresample.c:
8016 * gst/audioresample/gstaudioresample.h:
8017 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
8018 note that for buffers of 1/3 sec this means DURATION(c) is
8019 one nanosecond more than for a and b
8021 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
8023 * check/Makefile.am:
8024 * check/elements/audioresample.c: (setup_audioresample),
8025 (cleanup_audioresample), (fail_unless_perfect_stream),
8026 (test_perfect_stream_instance), (GST_START_TEST),
8027 add a check for audioresample
8028 (audioresample_suite), (main):
8029 * check/elements/volume.c: (GST_START_TEST):
8030 remove unused method
8031 * gst/audioresample/gstaudioresample.c:
8032 set correct buffer parameters since we're changing them
8033 * gst/audioresample/resample_ref.c: (resample_scale_ref):
8036 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
8038 * gst/audioresample/debug.c:
8039 * gst/audioresample/gstaudioresample.c:
8040 add room for extra overlap samples when asked to transform size
8041 protect against possible mem corruption and check for discrepancies
8042 between written size and outbuffer's size so we can warn for
8044 * gst/audioresample/resample.c: (resample_init),
8045 (resample_get_output_size_for_input), (resample_get_output_size),
8046 (resample_set_n_channels), (resample_set_format):
8047 set debug level based on RESAMPLE_DEBUG env var
8048 make sure that get_output_size* returns a whole number of
8050 set sample_size each time either channel or format is set
8051 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
8052 * gst/audioresample/resample_functable.c:
8053 (resample_scale_functable):
8054 * gst/audioresample/resample_ref.c: (resample_scale_ref):
8055 remove r->sample_size, it's done in resample.c now
8056 add some debugging to the ref implementation
8057 make sure we only give back bytes that are wholes of the sample
8060 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
8061 * gst/playback/gstplaybasebin.c: (fill_buffer):
8062 Revert unpopular change for GST_MESSAGE_SRC to GObject.
8064 2005-08-25 Stefan Kost <ensonic@users.sf.net>
8066 * gst/volume/gstvolume.c:
8067 made set_caps function static
8069 2005-08-24 Wim Taymans <wim@fluendo.com>
8071 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
8072 (gst_vorbisenc_change_state):
8073 Stop leaking taglists.
8075 2005-08-24 Wim Taymans <wim@fluendo.com>
8077 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8078 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
8079 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
8080 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
8081 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
8082 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
8083 Parse seeking events better.
8085 Generate correct newsegment events, fixes seeking in live oggs.
8087 * ext/theora/theoradec.c: (theora_dec_src_query),
8088 (theora_dec_src_event), (theora_dec_src_getcaps),
8089 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
8090 Use newsegment values to report correct play time.
8092 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8093 (vorbis_dec_src_event), (vorbis_dec_sink_event):
8094 * ext/vorbis/vorbisdec.h:
8095 Parse and use newsegment values to report correct play time.
8097 * gst-libs/gst/audio/gstbaseaudiosink.c:
8098 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
8099 Clear ringbuffer on flush.
8100 Use newsegment values to calculate playback time.
8102 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
8103 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
8104 Basesink does newsegment calculations for us now.
8106 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
8108 * check/Makefile.am:
8110 add core's plugins to the mix so that playbin works
8111 * check/generic/states.c: (GST_START_TEST):
8112 set a 0 timeout on pipelines, so they don't force the next
8114 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
8115 (gst_play_base_bin_change_state):
8116 remove the crappy error handling and do GST error handling
8118 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
8120 * check/Makefile.am:
8121 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
8122 add same test as to core, it bitches out on playbin atm.
8124 2005-08-24 Wim Taymans <wim@fluendo.com>
8129 2005-08-24 Wim Taymans <wim@fluendo.com>
8131 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
8132 (gst_videoscale_prepare_size), (parse_caps),
8133 (gst_videoscale_set_caps), (gst_videoscale_get_size),
8134 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
8135 (gst_videoscale_transform):
8136 * gst/videoscale/gstvideoscale.h:
8137 Refactor, make use of BaseTranform really well.
8139 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
8142 compile audioresample
8143 * gst/audioresample/Makefile.am:
8144 * gst/audioresample/buffer.c:
8145 * gst/audioresample/functable.c:
8146 * gst/audioresample/gstaudioresample.c:
8147 * gst/audioresample/gstaudioresample.h:
8148 * gst/audioresample/resample.c:
8149 (resample_get_output_size_for_input):
8150 * gst/audioresample/resample.h:
8151 * gst/audioresample/resample_chunk.c:
8152 * gst/audioresample/resample_functable.c:
8153 * gst/audioresample/resample_ref.c:
8154 port to use basetransform; doesn't work in all cases yet
8156 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
8158 * gst/audioconvert/gstaudioconvert.c:
8159 (gst_audio_convert_class_init), (gst_audio_convert_init),
8160 (audio_convert_get_unit_size), (audio_convert_transform_caps),
8161 (audio_convert_fixate_caps), (audio_convert_set_caps),
8162 (audio_convert_transform),
8163 (gst_audio_convert_buffer_to_default_format),
8164 (gst_audio_convert_buffer_from_default_format),
8165 (gst_audio_convert_channels):
8166 * gst/audioconvert/gstchannelmix.c:
8167 * gst/audioconvert/gstchannelmix.h:
8168 port to basetransform
8169 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8170 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
8171 (gst_ffmpegcsp_get_unit_size):
8172 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
8173 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
8174 fix for basetransform changes
8176 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
8178 * check/Makefile.am:
8179 Add CHECK_CFLAGS and LDFLAGS
8181 * gst/playback/gstplaybasebin.c: (fill_buffer):
8182 GST_MESSAGE_SRC became a GObject
8184 2005-08-24 Wim Taymans <wim@fluendo.com>
8186 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
8187 (gst_ring_buffer_clear_all):
8188 * gst-libs/gst/audio/gstringbuffer.h:
8189 Added function to clear the ringbuffer.
8191 2005-08-24 Andy Wingo <wingo@pobox.com>
8193 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
8194 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
8195 of _open and _close.
8197 * sys/v4l/gstv4lxoverlay.h:
8198 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
8199 an Xv connection here, instead of all the time. Make Xv only be
8200 loaded if you axe for it. Kindof a workaround for buggy behaviour
8201 of Xv when using remote xservers (XvQueryExtension would block).
8202 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
8203 replace the _open and _close public API. Only start the xv
8204 connection if necessary.
8205 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
8207 2005-08-23 David Schleef <ds@schleef.org>
8209 * gst/audioresample/Makefile.am: Leet audioresampling code
8210 * gst/audioresample/buffer.c:
8211 * gst/audioresample/buffer.h:
8212 * gst/audioresample/debug.c:
8213 * gst/audioresample/debug.h:
8214 * gst/audioresample/functable.c:
8215 * gst/audioresample/functable.h:
8216 * gst/audioresample/gstaudioresample.c:
8217 * gst/audioresample/gstaudioresample.h:
8218 * gst/audioresample/resample.c:
8219 * gst/audioresample/resample.h:
8220 * gst/audioresample/resample_chunk.c:
8221 * gst/audioresample/resample_functable.c:
8222 * gst/audioresample/resample_ref.c:
8224 2005-08-23 Wim Taymans <wim@fluendo.com>
8226 * examples/seeking/seek.c: (make_vorbis_pipeline),
8227 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
8230 2005-08-23 Andy Wingo <wingo@pobox.com>
8232 * gst-libs/gst/audio/gstbaseaudiosrc.c
8233 (gst_base_audio_src_fixate): Only fixate endianness if it is
8234 present in the caps.
8236 2005-08-22 Andy Wingo <wingo@pobox.com>
8238 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
8239 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
8240 device-name property.
8242 * gst-libs/gst/audio/gstaudiosrc.h:
8243 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
8244 close_device in the ring buffer, like gstaudiosink.
8246 * ext/alsa/gstalsamixer.h:
8247 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
8248 macro to implement the interface without much code. Cleanups.
8250 * ext/alsa/gstalsasrc.h:
8251 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
8254 * ext/alsa/Makefile.am: Add new files.
8255 * ext/alsa/gstalsamixerelement.c:
8256 * ext/alsa/gstalsamixerelement.c: Split element code out from
8257 mixer code so that alsasrc can be a mixer too.
8259 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
8261 * check/elements/volume.c: (setup_volume), (cleanup_volume),
8263 * check/elements/vorbisdec.c: (setup_vorbisdec),
8264 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
8265 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8266 (vorbis_handle_identification_packet),
8267 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
8268 (vorbis_handle_header_packet), (vorbis_dec_push),
8270 use the setup/teardown methods to save code. save code is good.
8272 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
8274 * check/Makefile.am:
8275 add ext dir for plugins
8276 add vorbisdec test conditionally
8277 * check/elements/volume.c: (setup_volume), (cleanup_volume),
8278 (GST_START_TEST), (volume_suite):
8279 add a test with wrong caps
8280 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
8281 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
8282 add a vorbisdec test
8283 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
8284 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
8285 clean up debug output
8286 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8287 yay, fix a segfault/security issue in vorbisdec
8288 gst-launch fakesrc ! vorbisdec wasn't happy
8289 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
8290 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
8291 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
8292 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
8293 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
8294 (gst_vorbisenc_set_metadata), (get_constraints_string),
8295 (update_start_message), (gst_vorbisenc_setup),
8296 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
8297 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
8298 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
8299 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
8300 * ext/vorbis/vorbisenc.h:
8302 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8303 (gst_ffmpegcsp_transform):
8304 have the kow come home
8305 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
8307 * gst/volume/gstvolume.c: (volume_set_caps):
8310 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
8314 * check/Makefile.am:
8315 * check/elements/.cvsignore:
8316 * check/elements/volume.c: (chain_func), (event_func),
8317 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
8320 add unit test structure for gst-plugins-base
8321 add a test for volume
8322 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
8323 (gst_volume_set_volume), (gst_volume_get_volume),
8324 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
8325 (volume_funcfind), (volume_process_float), (volume_process_int16),
8326 (volume_set_caps), (volume_transform), (volume_update_mute),
8327 (volume_update_volume), (volume_set_property),
8328 (volume_get_property):
8329 document a little; use basetransform vmethod _set_caps
8331 2005-08-19 Andy Wingo <wingo@pobox.com>
8333 * ext/alsa/gstalsamixertrack.h:
8334 * ext/alsa/gstalsamixertrack.c:
8335 * ext/alsa/gstalsamixeroptions.h:
8336 * ext/alsa/gstalsamixeroptions.c:
8337 * ext/alsa/gstalsamixer.h:
8338 * ext/alsa/gstalsamixer.c: Port to 0.9.
8340 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
8341 Remove gstalsa.c and alsaclock. No more cruft here.
8343 2005-08-18 Wim Taymans <wim@fluendo.com>
8345 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8346 (gst_base_rtp_depayload_chain),
8347 (gst_base_rtp_depayload_add_to_queue),
8348 (gst_base_rtp_depayload_push),
8349 (gst_base_rtp_depayload_queue_release):
8350 * gst-libs/gst/rtp/gstbasertpdepayload.h:
8351 Fix for RTPBuffer changes.
8353 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
8354 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
8355 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
8356 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
8357 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
8358 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
8359 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
8360 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
8361 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
8362 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
8363 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
8364 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
8365 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
8366 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
8367 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
8368 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
8369 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
8370 (gst_rtpbuffer_get_payload):
8371 * gst-libs/gst/rtp/gstrtpbuffer.h:
8372 Don't subclass GstBuffer but add methods and helper functions
8373 to construct and manipulate RTP packets in regular GstBuffers.
8375 2005-08-18 Stefan Kost <ensonic@users.sf.net>
8377 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
8378 moved statement below switch
8379 * gst/volume/gstvolume.c: (gst_volume_class_init):
8382 2005-08-16 Wim Taymans <wim@fluendo.com>
8384 * gst-libs/gst/audio/gstbaseaudiosrc.c:
8385 (gst_base_audio_src_change_state):
8386 Open and close device in READY<->NULL state change.
8388 2005-08-16 Andy Wingo <wingo@pobox.com>
8390 * examples/seeking/Makefile.am: Don't compile non-compiling
8391 compiled objects with the compiler.
8393 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
8396 2005-08-12 Philippe Khalaf <burger@speedy.org>
8397 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8398 * gst-libs/gst/rtp/gstbasertpdepayload.h:
8399 Made a thread to release the queue.
8400 Removed timestamp conversion for now.
8402 2005-08-10 Philippe Khalaf <burger@speedy.org>
8403 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8404 * gst-libs/gst/rtp/gstbasertpdepayload.h:
8405 Added rtp timestamp -> gst timestamp conversion.
8406 Fixed several problems with queue.
8408 2005-08-09 Tim-Philipp M??ller <tim at centricular dot net>
8410 * gst-libs/gst/audio/gstaudioclock.h:
8411 * gst-libs/gst/audio/gstaudiofilter.h:
8412 * gst-libs/gst/audio/gstaudiosink.h:
8413 * gst-libs/gst/audio/gstaudiosrc.h:
8414 * gst-libs/gst/audio/gstbaseaudiosink.h:
8415 * gst-libs/gst/audio/gstbaseaudiosrc.h:
8416 * gst-libs/gst/audio/gstringbuffer.h:
8417 * gst-libs/gst/net/gstnetbuffer.h:
8418 * gst-libs/gst/rtp/gstbasertpdepayload.h:
8419 * gst-libs/gst/rtp/gstrtpbuffer.h:
8420 Add padding (you will need to rebuild gst-plugins-base,
8421 gst-plugins and all applications afterwards!)
8423 2005-08-09 Tim-Philipp M??ller <tim at centricular dot net>
8425 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
8426 (gst_riff_parse_chunk):
8427 Fix bug in debug message and add some more debug messages.
8429 2005-08-08 Edward Hervey <edward@fluendo.com>
8431 * gst-libs/gst/riff/riff-media.c:
8432 backported updates since branch
8434 2005-08-08 Andy Wingo <wingo@pobox.com>
8436 * gst-libs/gst/audio/gstbaseaudiosink.c
8437 (gst_base_audio_sink_change_state): Open the device in NULL->READY
8438 like good elements should. Close on READY->NULL too.
8440 * gst-libs/gst/audio/gstaudiosink.c
8441 (gst_audioringbuffer_open_device,
8442 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
8443 (gst_audioringbuffer_release): Updates for new ring buffer API,
8444 hook into the new audio sink api.
8446 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
8447 (GstAudioSinkClass.close): Just open and close the device -- no
8448 resource allocation or configuration.
8449 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
8450 vmethods, handle device setup and resource allocation.
8452 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
8453 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
8456 * gst-libs/gst/audio/gstringbuffer.h
8457 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
8460 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
8461 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
8462 New API functions. The device should be opened before acquiring
8463 and closed after releasing.
8465 2005-08-08 Tim-Philipp M??ller <tim at centricular dot net>
8467 * gst-libs/gst/interfaces/mixer.h:
8468 Reset padding to GST_PADDING.
8470 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8472 * gst/playback/gstplaybin.c: (remove_sinks):
8473 Remove visualization from parent explicitely; works around some
8474 apparent refcount issue that I haven't tracked down yet.
8476 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8478 * ext/alsa/gstalsasink.c: (set_hwparams):
8479 Assign debug category, add negotiation debug msgs.
8481 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8483 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
8484 Fix error code for file-not-found to NOT_FOUND.
8486 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
8488 * common/gtk-doc-plugins.mak:
8489 * docs/plugins/Makefile.am:
8490 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8491 * docs/plugins/gst-plugins-base-plugins-sections.txt:
8492 renamed to actual element names, so much nicer to look at
8493 * docs/plugins/tmpl/gstmultifdsink.sgml:
8495 * docs/plugins/tmpl/multifdsink.sgml:
8496 * docs/plugins/tmpl/tcpserversink.sgml:
8498 * ext/alsa/gstalsa.c:
8499 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
8500 * ext/ogg/gstoggmux.c:
8501 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
8502 * gst/playback/gstdecodebin.c:
8503 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
8504 * gst/tcp/gsttcpserversink.c:
8505 various fixes and documentation additions
8507 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
8509 * common/Makefile.am:
8510 * common/gstdoc-scangobj:
8511 * common/gtk-doc-plugins.mak:
8512 * common/gtk-doc.mak:
8513 add a custom scangobj that uses the registry
8514 add a custom gtk-doc-plugins.mak that uses it
8515 some doc build fixes
8518 * docs/plugins/Makefile.am:
8519 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8520 * docs/plugins/gst-plugins-base-plugins-sections.txt:
8521 * docs/plugins/gst-plugins-base-plugins.types:
8522 * docs/plugins/tmpl/gstmultifdsink.sgml:
8523 add docs for one element, multifdsink
8524 * gst/adder/gstadder.h:
8525 * gst/volume/gstvolume.h:
8526 don't privatize enum
8527 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
8528 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8529 (gst_sync_method_get_type), (gst_client_status_get_type),
8530 (gst_multifdsink_class_init),
8531 (gst_multifdsink_client_queue_buffer),
8532 (gst_multifdsink_handle_client_write):
8533 * gst/tcp/gstmultifdsink.h:
8535 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
8536 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
8537 (gst_tcpclientsink_render):
8538 * gst/tcp/gsttcpclientsink.h:
8539 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
8540 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
8541 (gst_tcpclientsrc_start):
8542 * gst/tcp/gsttcpclientsrc.h:
8543 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
8544 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
8545 * gst/tcp/gsttcpserversrc.h:
8546 * gst/typefind/gsttypefindfunctions.c:
8547 remove superfluous Type stuff
8549 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8551 * gst/playback/gstplaybin.c: (gen_video_element):
8554 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8556 * gst-libs/gst/gconf/gconf.c:
8557 * gst-libs/gst/gconf/gconf.h:
8558 Fix some Andy Problem [tm].
8560 2005-08-04 Andy Wingo <wingo@pobox.com>
8562 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
8563 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
8564 (gst_ffmpegcsp_get_size): Adapt to API changes.
8566 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
8567 Implement an in-place do-nothing transform.
8569 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8571 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8572 (gst_ximagesink_renegotiate_size):
8573 Do not set new window sizes yet if we prepare a new buffer size
8574 for upstream renegotiation (software scaling) at some point in the
8575 future, because this new size waqs not actually accepted yet. Once
8576 accepted, renegotiation later on will set the new sizes just fine.
8577 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
8580 2005-08-03 Andy Wingo <wingo@pobox.com>
8582 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
8583 (gst_ximagesink_buffer_alloc):
8584 Protect the height, width, and desired_caps with the pool_lock.
8585 Fixes videotestsrc ! queue ! ximagesink.
8587 2005-08-02 Edward Hervey <edward@fluendo.com>
8589 * gst/volume/gstvolume.c:
8590 include left from controller cleanup
8592 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
8593 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
8594 Stop collectpads before calling the parent state
8595 change function on PAUSED->READY.
8597 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
8599 When testing for X libs, use the X CFlags
8600 * gst/adder/gstadder.c: (gst_adder_change_state):
8601 Stop the collectpads before calling parent state change function
8602 on PAUSED->READY, otherwise we deadlock deactivating pads.
8604 2005-08-01 Stefan Kost <ensonic@users.sf.net>
8607 * docs/libs/tmpl/gstcolorbalance.sgml:
8608 * docs/libs/tmpl/gstmixer.sgml:
8609 * examples/Makefile.am:
8610 * gst/sine/Makefile.am:
8611 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
8612 (gst_sinesrc_set_property), (plugin_init):
8613 * gst/sine/gstsinesrc.h:
8614 * gst/volume/Makefile.am:
8615 * gst/volume/gstvolume.c: (gst_volume_set_volume),
8616 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
8617 (volume_process_float), (volume_process_int16),
8618 (volume_set_property), (plugin_init):
8619 * gst/volume/gstvolume.h:
8620 deactivate and remove dparams (libgstcontrol)
8622 2005-07-29 Wim Taymans <wim@fluendo.com>
8624 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
8625 Convert me to BaseTransform!! help..
8627 2005-07-29 Andy Wingo <wingo@pobox.com>
8629 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
8632 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
8633 support of both endiannesses.
8635 2005-07-28 Tim-Philipp M??ller <tim at centricular dot net>
8637 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8638 Fix confusing debug message (s/event/query/)
8640 2005-07-28 Tim-Philipp M??ller <tim at centricular dot net>
8642 * gst/videotestsrc/videotestsrc.h:
8643 Use "_stdint.h" instead of <stdint.h>
8645 2005-07-27 Wim Taymans <wim@fluendo.com>
8647 * ext/vorbis/Makefile.am:
8648 Revert wrong commit.
8650 2005-07-27 Wim Taymans <wim@fluendo.com>
8652 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
8653 More compilation fixen.
8655 2005-07-27 Wim Taymans <wim@fluendo.com>
8657 * gst-libs/gst/audio/gstbaseaudiosink.c:
8658 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
8659 (gst_base_audio_sink_create_ringbuffer),
8660 (gst_base_audio_sink_change_state):
8663 2005-07-27 Wim Taymans <wim@fluendo.com>
8665 * examples/seeking/seek.c: (setup_dynamic_link),
8666 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
8667 (query_positions_elems), (query_positions_pads), (do_seek):
8668 Update seek example.
8670 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
8671 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
8672 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
8673 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
8674 (gst_ogg_demux_handle_event),
8675 (gst_ogg_demux_deactivate_current_chain),
8676 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8677 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
8678 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
8679 (gst_ogg_demux_loop):
8680 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8681 * ext/theora/theoradec.c: (theora_dec_src_event),
8682 (theora_dec_src_getcaps), (theora_dec_sink_event),
8683 (theora_dec_push), (theora_dec_chain):
8684 * ext/vorbis/Makefile.am:
8685 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
8686 (vorbis_dec_sink_event), (vorbis_dec_push),
8687 (vorbis_handle_data_packet):
8688 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
8689 (gst_vorbisenc_chain):
8690 * gst/playback/gststreaminfo.c: (cb_probe):
8691 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
8692 * gst/videorate/gstvideorate.c: (gst_videorate_event):
8693 * gst/videoscale/gstvideoscale.c:
8694 (gst_videoscale_handle_src_event):
8695 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
8696 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
8697 (gst_ximagesink_navigation_send_event):
8698 * sys/xvimage/xvimagesink.c:
8699 (gst_xvimagesink_navigation_send_event):
8700 Various event updates and cleanups
8702 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8704 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
8705 Fix segfault for I420/YV12.
8707 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8709 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8712 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8714 * gst/playback/gstplaybin.c: (gen_video_element),
8715 (gen_audio_element):
8716 Switch to auto*sink elements as default sinks; add volume element
8717 so that volume control in totem works.
8719 2005-07-21 Wim Taymans <wim@fluendo.com>
8721 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
8722 * gst/playback/gstplaybin.c: (setup_sinks),
8723 (gst_play_bin_change_state):
8724 Refcount fix and more comments.
8726 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
8728 * sys/ximage/Makefile.am:
8729 * sys/ximage/ximage.c: (plugin_init):
8730 * sys/ximage/ximagesink.c:
8731 Prepare for adding ximagesrc, rename of plugin to ximage etc.
8734 2005-07-21 Wim Taymans <wim@fluendo.com>
8736 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
8737 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
8738 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
8739 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8740 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
8741 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
8742 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
8743 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
8744 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
8745 Generate correct disconts for live chained oggs.
8747 * gst-libs/gst/audio/gstbaseaudiosink.c:
8748 (gst_base_audio_sink_render),
8749 (gst_base_audio_sink_create_ringbuffer),
8750 (gst_base_audio_sink_change_state):
8751 Handle discont math correctly.
8753 * gst/playback/gstplaybin.c: (add_sink):
8754 Some small debug cleanup.
8756 2005-07-21 Wim Taymans <wim@fluendo.com>
8758 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
8759 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
8760 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
8761 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8762 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
8763 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
8764 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8765 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
8766 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
8767 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
8768 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
8769 (gst_ogg_demux_change_state), (gst_ogg_print):
8770 Reorganize code to send the right disconts when in streaming
8773 2005-07-20 Andy Wingo <wingo@pobox.com>
8775 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
8776 fix (?), fixes a seggie mcfalterson (#310894).
8778 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8780 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
8781 (gst_ogg_mux_set_header_on_caps):
8782 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
8783 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8784 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
8785 * gst-libs/gst/audio/multichannel.c:
8786 (gst_audio_set_channel_positions),
8787 (gst_audio_set_structure_channel_positions_list):
8788 * gst/playback/gstdecodebin.c: (dynamic_create):
8789 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
8790 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8791 Fixes for API changes in core.
8793 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8795 * gst/playback/gstplaybasebin.c: (fill_buffer):
8796 Use _new_custom() so we can set custom message types for buffering
8799 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8802 * gst-libs/gst/Makefile.am:
8803 * gst-libs/gst/gconf/.cvsignore:
8804 * gst-libs/gst/gconf/Makefile.am:
8805 * gst-libs/gst/gconf/test-gconf.c:
8806 * pkgconfig/Makefile.am:
8807 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
8808 * pkgconfig/gstreamer-gconf.pc.in:
8809 Remove gconf stuff, use gconf elements instead from now on.
8811 2005-07-20 Wim Taymans <wim@fluendo.com>
8813 * gst-libs/gst/audio/TODO:
8814 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
8815 (gst_audio_clock_get_internal_time):
8816 * gst-libs/gst/audio/gstaudioclock.h:
8817 * gst-libs/gst/audio/gstbaseaudiosink.c:
8818 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
8819 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
8820 (gst_base_audio_sink_render),
8821 (gst_base_audio_sink_create_ringbuffer),
8822 (gst_base_audio_sink_change_state):
8823 Make sure the audio clock always returns an increasing value.
8825 2005-07-19 Andy Wingo <wingo@pobox.com>
8827 * gst/videotestsrc/: Cleanups.
8829 2005-07-19 Wim Taymans <wim@fluendo.com>
8831 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
8834 2005-07-19 Wim Taymans <wim@fluendo.com>
8836 * examples/seeking/seek.c: (make_dv_pipeline),
8837 (make_vorbis_theora_pipeline), (query_rates),
8838 (query_positions_elems), (query_positions_pads), (do_seek):
8839 Make correct DV pipeline.
8841 2005-07-18 Andy Wingo <wingo@pobox.com>
8843 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
8844 default. Also because it's the only thing that really works. (This
8845 is used in the GConf elements).
8846 Use AS_LIBTOOL_TAGS.
8848 2005-07-18 Wim Taymans <wim@fluendo.com>
8850 * gst/playback/gstdecodebin.c: (remove_element_chain):
8851 * gst/playback/gstplaybin.c: (add_sink):
8852 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
8853 (gst_stream_info_set_mute):
8854 * gst/playback/gststreamselector.c:
8855 (gst_stream_selector_get_linked_pad),
8856 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
8857 More leak and compile fixes.
8859 2005-07-18 Wim Taymans <wim@fluendo.com>
8861 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8862 (query_rates), (query_positions_elems), (query_positions_pads),
8863 (do_seek), (seek_cb), (stop_seek):
8864 Updated seek example.
8866 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
8867 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
8868 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
8869 * gst/playback/gstplaybin.c: (add_sink):
8870 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
8871 (gst_stream_info_set_mute):
8872 Some refcount leak fixes.
8874 2005-07-16 Wim Taymans <wim@fluendo.com>
8876 * gst-libs/gst/audio/gstbaseaudiosink.c:
8877 (gst_base_audio_sink_render):
8878 Align samples even if we have roundoff errors in the
8879 timestamp conversion.
8881 2005-07-16 Wim Taymans <wim@fluendo.com>
8883 * docs/libs/tmpl/gstringbuffer.sgml:
8884 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8885 (query_rates), (query_positions_elems), (query_positions_pads),
8886 (update_scale), (do_seek):
8887 Updated seek example.
8889 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8890 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
8891 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
8892 (gst_ogg_demux_loop):
8893 Push out correct discont values.
8895 * ext/theora/theoradec.c: (theora_dec_src_convert),
8896 (theora_dec_sink_convert), (theora_dec_src_getcaps),
8897 (theora_dec_sink_event), (theora_handle_type_packet),
8898 (theora_handle_header_packet), (theora_dec_push),
8899 (theora_handle_data_packet), (theora_dec_chain),
8900 (theora_dec_change_state):
8901 Better timestamping.
8903 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8904 (vorbis_dec_sink_event), (vorbis_dec_push),
8905 (vorbis_handle_data_packet), (vorbis_dec_chain):
8906 * ext/vorbis/vorbisdec.h:
8907 Better timestamping.
8909 * gst-libs/gst/audio/gstbaseaudiosink.c:
8910 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
8911 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
8912 Handle syncing on timestamps instead of sample offsets. Make
8913 use of DISCONT values as described in design docs.
8915 * gst-libs/gst/audio/gstbaseaudiosrc.c:
8916 (gst_base_audio_src_get_time):
8917 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
8918 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
8919 (gst_ring_buffer_read):
8920 * gst-libs/gst/audio/gstringbuffer.h:
8921 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
8922 (gst_ximagesink_show_frame):
8923 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
8924 Correcly convert buffer timestamp to stream time.
8926 2005-07-16 Wim Taymans <wim@fluendo.com>
8928 * gst/audioconvert/gstaudioconvert.c:
8929 (gst_audio_convert_get_buffer):
8930 Timestamp buffers correctly.
8932 * gst/playback/gstplaybin.c: (gen_video_element):
8933 Make internal fakesink silent.
8935 2005-07-15 Wim Taymans <wim@fluendo.com>
8937 * gst/ffmpegcolorspace/Makefile.am:
8938 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8939 (gst_ffmpegcsp_caps_remove_format_info),
8940 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
8941 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
8942 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
8943 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
8944 Ported ffmpegcolorspace to basetransform.
8946 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
8947 * gst/volume/gstvolume.c: (volume_transform):
8950 2005-07-14 Wim Taymans <wim@fluendo.com>
8952 * gst/videotestsrc/Makefile.am:
8953 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
8954 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
8955 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
8956 (gst_videotestsrc_init), (gst_videotestsrc_event),
8957 (gst_videotestsrc_create), (gst_videotestsrc_start),
8958 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
8959 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
8960 (gst_videotestsrc_get_property):
8961 * gst/videotestsrc/gstvideotestsrc.h:
8962 Make videotestsrc a pushsrc.
8964 2005-07-14 Wim Taymans <wim@fluendo.com>
8966 * gst/tcp/gstfdset.c: (gst_fdset_free):
8967 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
8968 (gst_multifdsink_add), (gst_multifdsink_remove),
8969 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
8970 (gst_multifdsink_remove_client_link),
8971 (gst_multifdsink_client_queue_data),
8972 (gst_multifdsink_client_queue_caps),
8973 (gst_multifdsink_client_queue_buffer),
8974 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
8975 (gst_multifdsink_stop):
8976 * gst/tcp/gstmultifdsink.h:
8979 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
8980 Also draw image when not from a pool.
8982 2005-07-14 Wim Taymans <wim@fluendo.com>
8984 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
8985 (mute_stream), (silence_stream):
8986 Small debug additions.
8988 2005-07-14 Wim Taymans <wim@fluendo.com>
8990 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
8991 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
8992 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
8993 Better error recovery, ignore unconnected pads and
8996 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
8998 * docs/libs/tmpl/gstaudio.sgml:
8999 * docs/libs/tmpl/gstcolorbalance.sgml:
9000 * docs/libs/tmpl/gstgconf.sgml:
9001 * docs/libs/tmpl/gstmixer.sgml:
9002 * docs/libs/tmpl/gstringbuffer.sgml:
9003 * docs/libs/tmpl/gsttuner.sgml:
9004 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9005 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
9006 (gst_tcpclientsrc_class_init):
9007 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
9008 (gst_tcpserversrc_class_init):
9009 * sys/v4l/gstv4lelement.c:
9010 more autistic cleanliness in functions/names/defines
9012 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
9015 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
9016 added manually to each Makefile.am so we are sure it goes
9017 *last* and doesn't add -L flags before linking in libs of our
9018 own, like, say, internal .la libs, that then accidentally pick
9019 up the installed copy.
9020 * docs/libs/Makefile.am:
9021 * ext/alsa/Makefile.am:
9022 * ext/cdparanoia/Makefile.am:
9023 * ext/gnomevfs/Makefile.am:
9024 * ext/libvisual/Makefile.am:
9025 * ext/ogg/Makefile.am:
9026 * ext/theora/Makefile.am:
9027 * ext/vorbis/Makefile.am:
9028 * gst-libs/gst/video/Makefile.am:
9029 * gst/adder/Makefile.am:
9030 * gst/audioconvert/Makefile.am:
9031 * gst/audiorate/Makefile.am:
9032 * gst/audioscale/Makefile.am:
9033 * gst/ffmpegcolorspace/Makefile.am:
9034 * gst/playback/Makefile.am:
9035 * gst/sine/Makefile.am:
9036 * gst/subparse/Makefile.am:
9037 * gst/tags/Makefile.am:
9038 * gst/tcp/Makefile.am:
9039 * gst/typefind/Makefile.am:
9040 * gst/videorate/Makefile.am:
9041 * gst/videoscale/Makefile.am:
9042 * gst/videotestsrc/Makefile.am:
9043 * gst/volume/Makefile.am:
9044 * sys/v4l/Makefile.am:
9045 * sys/ximage/Makefile.am:
9046 * sys/xvimage/Makefile.am:
9047 adapt properly to this change. This should make sure that
9048 plugins and libs properly link to the as-yet-uninstalled
9049 copies of stuff like libgstinterfaces and libgstvideo
9051 2005-07-13 Andy Wingo <wingo@pobox.com>
9053 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
9054 (gst_v4lsrc_fixate): Fixate on format as well.
9056 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
9057 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
9058 buffer points to it.
9059 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
9060 rather just doing X calls ourselves. Also fixes a memleak.
9062 2005-07-12 Andy Wingo <wingo@pobox.com>
9064 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
9065 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
9066 (gst_v4lsrc_create): Re-add the copy-mode property, default to
9067 TRUE to avoid deadlocks if an element holds on to our buffers.
9069 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
9071 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9072 (gst_sinesrc_init), (gst_sinesrc_create),
9073 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
9074 (gst_sinesrc_start):
9075 * gst/sine/gstsinesrc.h:
9076 removing num-buffers property before moving it
9078 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
9081 use overridable ERROR_CFLAGS
9082 * docs/libs/gst-plugins-base-libs.types:
9083 * docs/libs/tmpl/gstringbuffer.sgml:
9084 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
9085 (gst_alsasink_class_init):
9086 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
9087 (gst_alsasrc_class_init):
9088 * gst-libs/gst/audio/audio.h:
9089 * gst-libs/gst/audio/gstaudioclock.h:
9090 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
9091 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
9092 (gst_audio_filter_link), (gst_audio_filter_init),
9093 (gst_audio_filter_chain), (gst_audio_filter_set_property),
9094 (gst_audio_filter_get_property),
9095 (gst_audio_filter_class_add_pad_templates):
9096 * gst-libs/gst/audio/gstaudiofilter.h:
9097 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9098 (gst_audio_filter_template_get_type),
9099 (gst_audio_filter_template_base_init),
9100 (gst_audio_filter_template_class_init),
9101 (gst_audio_filter_template_init),
9102 (gst_audio_filter_template_set_property),
9103 (gst_audio_filter_template_get_property), (plugin_init),
9104 (gst_audio_filter_template_setup),
9105 (gst_audio_filter_template_filter),
9106 (gst_audio_filter_template_filter_inplace):
9107 * gst-libs/gst/audio/gstaudiosink.c:
9108 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9109 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
9110 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
9111 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
9112 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
9113 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
9114 * gst-libs/gst/audio/gstaudiosink.h:
9115 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
9116 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
9117 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9118 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
9119 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
9120 (gst_audio_src_class_init), (gst_audio_src_init),
9121 (gst_audio_src_create_ringbuffer):
9122 * gst-libs/gst/audio/gstaudiosrc.h:
9123 * gst-libs/gst/audio/gstbaseaudiosink.c:
9124 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
9125 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
9126 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
9127 (gst_base_audio_sink_set_property),
9128 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
9129 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
9130 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
9131 (gst_base_audio_sink_create_ringbuffer),
9132 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
9133 * gst-libs/gst/audio/gstbaseaudiosink.h:
9134 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9135 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
9136 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
9137 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
9138 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
9139 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
9140 (gst_base_audio_src_event), (gst_base_audio_src_create),
9141 (gst_base_audio_src_create_ringbuffer),
9142 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
9143 * gst-libs/gst/audio/gstbaseaudiosrc.h:
9144 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
9145 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
9146 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
9147 (gst_ring_buffer_debug_spec_caps),
9148 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
9149 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
9150 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
9151 (gst_ring_buffer_start), (gst_ring_buffer_pause),
9152 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
9153 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9154 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
9155 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
9156 (gst_ring_buffer_clear):
9157 * gst-libs/gst/audio/gstringbuffer.h:
9158 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
9159 (gst_video_sink_class_init), (gst_video_sink_get_type):
9160 * gst-libs/gst/video/videosink.h:
9161 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
9162 (gst_multifdsink_class_init),
9163 (gst_multifdsink_handle_client_write),
9164 (gst_multifdsink_change_state):
9165 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
9166 (gst_tcpclientsink_setcaps):
9167 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9168 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
9169 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
9170 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
9171 (gst_ximagesink_send_pending_navigation),
9172 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
9173 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
9174 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
9175 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
9176 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
9177 (gst_xvimagesink_send_pending_navigation),
9178 (gst_xvimagesink_navigation_send_event),
9179 (gst_xvimagesink_set_xwindow_id),
9180 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
9181 (gst_xvimagesink_get_type):
9182 more macro splitting
9184 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
9186 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9187 plug a memleak, allows me to import 1479 albums in one go
9189 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9190 (vorbis_handle_type_packet), (vorbis_dec_chain),
9191 (vorbis_dec_change_state):
9192 fix some format strings
9194 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
9196 * docs/libs/tmpl/gstcolorbalance.sgml:
9197 * docs/libs/tmpl/gstmixer.sgml:
9198 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9199 (gst_alsasink_set_property), (gst_alsasink_get_property):
9200 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
9201 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
9204 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
9206 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9207 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
9208 (audiocast_register_listener), (audiocast_thread_run),
9209 (gst_gnomevfssrc_send_additional_headers_callback),
9210 (gst_gnomevfssrc_received_headers_callback),
9211 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
9212 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
9213 (gst_gnomevfssrc_get_size):
9214 add/clean up debugging
9215 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
9218 2005-07-07 Andy Wingo <wingo@pobox.com>
9220 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
9221 framerate. Need to get a handle on when exactly this function is
9224 * sys/v4l/v4lsrc_calls.h:
9225 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
9226 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
9227 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
9229 * sys/v4l/v4l_calls.h: Cast to V4lElement.
9230 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
9231 v4lelements are sources.
9233 * sys/v4l/gstv4lxoverlay.h:
9234 * sys/v4l/gstv4lxoverlay.c:
9235 * sys/v4l/gstv4ltuner.h:
9236 * sys/v4l/gstv4ltuner.c: Header loc fixen.
9238 * sys/v4l/gstv4lsrc.h:
9239 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
9240 PushSrc/BaseSrc. Removed most sync-related properties, videorate
9241 or something should handle that. Made a live source.
9243 * sys/v4l/gstv4lelement.h:
9244 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
9245 signals. Some cleanups.
9247 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
9249 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
9252 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
9255 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
9257 2005-07-07 Wim Taymans <wim@fluendo.com>
9259 * ext/theora/theoradec.c: (theora_get_query_types),
9260 (theora_dec_src_getcaps), (theora_dec_push):
9261 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
9262 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
9263 Remove deprecated/unused query types.
9265 2005-07-06 Wim Taymans <wim@fluendo.com>
9267 * ext/alsa/Makefile.am:
9268 * ext/alsa/gstalsaplugin.c: (plugin_init):
9269 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9270 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
9271 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
9272 (gst_alsasrc_class_init), (gst_alsasrc_init),
9273 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
9274 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
9275 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
9276 (gst_alsasrc_reset):
9277 * ext/alsa/gstalsasrc.h:
9278 * gst-libs/gst/audio/Makefile.am:
9279 * gst-libs/gst/audio/gstaudiosink.c:
9280 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9281 (gst_audioringbuffer_start):
9282 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
9283 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
9284 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
9285 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
9286 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
9287 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
9288 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
9289 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
9290 * gst-libs/gst/audio/gstaudiosrc.h:
9291 * gst-libs/gst/audio/gstbaseaudiosink.c:
9292 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
9293 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
9294 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
9295 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9296 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
9297 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
9298 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
9299 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
9300 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
9301 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
9302 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
9303 (gst_baseaudiosrc_change_state):
9304 * gst-libs/gst/audio/gstbaseaudiosrc.h:
9305 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
9306 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
9307 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
9308 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
9309 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
9310 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
9311 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
9312 * gst-libs/gst/audio/gstringbuffer.h:
9313 Added audiosource base classes.
9314 Ported alsasrc, still very basic.
9316 2005-07-06 Wim Taymans <wim@fluendo.com>
9318 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
9319 (theora_dec_push), (theora_handle_data_packet):
9320 Prepare for better timestamp fix later.
9322 * gst/audioconvert/gstaudioconvert.c:
9323 List most accurate caps first
9325 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
9326 Use proper pad task function.
9328 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9329 (gst_xvimagesink_show_frame):
9330 Fix deadlock when alloc failed.
9332 2005-07-05 Andy Wingo <wingo@pobox.com>
9334 * ext/gnomevfs/gstgnomevfssrc.c:
9335 * gst/sine/gstsinesrc.c:
9336 * gst/tcp/gsttcpserversrc.c:
9337 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
9339 * sys/v4l/: Port from 0.8.
9341 * Many files: Null if we got it....
9343 2005-07-05 Andy Wingo <wingo@pobox.com>
9345 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
9346 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
9349 2005-07-05 Wim Taymans <wim@fluendo.com>
9352 * gst/tcp/Makefile.am:
9354 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
9355 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
9356 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
9357 (is_sync_frame), (gst_multifdsink_handle_client_write),
9358 (gst_multifdsink_render), (gst_multifdsink_start),
9359 (gst_multifdsink_stop), (gst_multifdsink_change_state):
9360 * gst/tcp/gstmultifdsink.h:
9361 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
9362 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
9363 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
9365 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
9366 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
9367 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
9368 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
9369 * gst/tcp/gsttcpclientsink.h:
9370 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
9371 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
9372 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
9373 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
9374 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
9375 * gst/tcp/gsttcpclientsrc.h:
9376 * gst/tcp/gsttcpplugin.c: (plugin_init):
9377 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
9378 * gst/tcp/gsttcpserversink.h:
9379 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
9380 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
9381 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
9382 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
9383 (gst_tcpserversrc_stop):
9384 * gst/tcp/gsttcpserversrc.h:
9385 * gst/tcp/gsttcpsink.c:
9386 * gst/tcp/gsttcpsink.h:
9387 * gst/tcp/gsttcpsrc.c:
9388 * gst/tcp/gsttcpsrc.h:
9389 Ported tcp plugins to 0.9.
9392 2005-07-05 Andy Wingo <wingo@pobox.com>
9394 * gst/playback/gstplaybasebin.c (fill_buffer):
9395 message_new_application fixen.
9397 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
9400 2005-07-04 Wim Taymans <wim@fluendo.com>
9402 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
9403 Set caps on output buffer.
9405 2005-07-04 Andy Wingo <wingo@pobox.com>
9407 * ext/gnomevfs/gstgnomevfssrc.c
9408 (gst_gnomevfssrc_received_headers_callback)
9409 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
9412 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
9413 No refcount leakage.
9415 * configure.ac: Enable -Werror.
9417 * ext/theora/theoradec.c (theora_dec_src_getcaps):
9418 * gst/audioconvert/bufferframesconvert.c
9419 (buffer_frames_convert_fixate):
9420 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
9421 (gst_audio_convert_fixate):
9422 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
9423 (gst_sinesrc_create): Fixate func changes.
9425 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9426 (gst_ximagesink_buffer_alloc): Unused var.
9428 2005-07-01 Andy Wingo <wingo@pobox.com>
9430 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
9431 getcaps to do explicit caps. Needs to be done in all decoders,
9432 possibly via a base class.
9434 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
9436 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
9437 caps on the sink pad, just rely on the pad template. Also, setting
9438 ANY caps on a pad is not valid because the caps are not fixed.
9440 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
9441 caps on the buffer, and get the width from the desired_caps if
9443 (gst_ximagesink_renegotiate_size): Implement via setting the
9444 desired_caps on the ximagesink.
9445 (gst_ximagesink_setcaps): Only reset the width of the player if it
9446 wasn't already set. Not sure if this is right.
9447 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
9449 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
9450 that the user wants. NULL unless the window has been resized.
9452 * gst/volume/gstvolume.c (volume_transform): Adapt to
9453 basetransform refcount changes.
9455 2005-07-01 Andy Wingo <wingo@pobox.com>
9457 * gst/videoscale/gstvideoscale.c:
9458 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
9459 from BaseTransform, implements a transform_caps. Removed dead code
9460 including some PAR stuff that was never reached -- should probably
9461 be added back somehow.
9463 2005-07-01 Andy Wingo <wingo@pobox.com>
9465 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
9468 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
9471 * docs/libs/Makefile.am:
9472 * docs/libs/gst-plugins-libs.types:
9473 * ext/alsa/Makefile.am:
9474 * ext/alsa/gstalsamixer.h:
9475 * ext/alsa/gstalsamixeroptions.h:
9476 * ext/alsa/gstalsamixertrack.h:
9477 * gst-libs/gst/Makefile.am:
9478 * gst-libs/gst/colorbalance/.cvsignore:
9479 * gst-libs/gst/colorbalance/Makefile.am:
9480 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
9481 * gst-libs/gst/colorbalance/colorbalance.c:
9482 * gst-libs/gst/colorbalance/colorbalance.h:
9483 * gst-libs/gst/colorbalance/colorbalance.vcproj:
9484 * gst-libs/gst/colorbalance/colorbalancechannel.c:
9485 * gst-libs/gst/colorbalance/colorbalancechannel.h:
9486 * gst-libs/gst/interfaces/Makefile.am:
9487 * gst-libs/gst/interfaces/colorbalance.c:
9488 (gst_color_balance_class_init):
9489 * gst-libs/gst/interfaces/colorbalance.h:
9490 * gst-libs/gst/interfaces/interfaces-marshal.list:
9491 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
9492 * gst-libs/gst/interfaces/mixer.h:
9493 * gst-libs/gst/interfaces/mixeroptions.h:
9494 * gst-libs/gst/interfaces/navigation.c:
9495 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
9496 * gst-libs/gst/interfaces/tuner.h:
9497 * gst/volume/Makefile.am:
9498 * gst/volume/gstvolume.c:
9499 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
9500 * sys/ximage/Makefile.am:
9501 * sys/ximage/ximagesink.c:
9502 * sys/xvimage/Makefile.am:
9503 * sys/xvimage/xvimagesink.c:
9504 fold in all interfaces into an interfaces dir, preserving CVS
9507 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9509 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9510 Fix build after riff changes.
9512 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9514 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9515 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
9516 (gst_riff_create_video_template_caps),
9517 (gst_riff_create_audio_template_caps),
9518 (gst_riff_create_iavs_template_caps):
9519 * gst-libs/gst/riff/riff-media.h:
9520 * gst-libs/gst/riff/riff-read.h:
9521 * gst-libs/gst/riff/riff.c: (gst_riff_init):
9522 Add gst_riff_init() to initialize the debug category, instead
9523 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
9525 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9527 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
9528 Oops, I shouldn't apply hacks.
9530 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9532 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
9533 Remove pad_loop function which doesn't work.
9535 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9537 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
9538 Send EOS when deactivating.
9539 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9540 (check_queue), (queue_threshold_reached), (queue_out_of_data),
9541 (gen_preroll_element), (probe_triggered), (mute_stream),
9542 (silence_stream), (new_decoded_pad), (setup_substreams),
9543 (set_active_source):
9544 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
9545 (remove_sinks), (add_sink):
9546 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
9547 Change for new probe API.
9549 2005-06-29 Wim Taymans <wim@fluendo.com>
9551 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
9552 * gst-libs/gst/audio/gstbaseaudiosink.c:
9553 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
9554 (gst_baseaudiosink_change_state):
9555 * gst-libs/gst/audio/gstbaseaudiosink.h:
9556 * gst-libs/gst/audio/gstringbuffer.c:
9557 (gst_ringbuffer_set_callback):
9558 Fix compilation error.
9559 Ringbuffer starts out as not running.
9560 Free our clock in dispose.
9561 When releasing the ringbuffer we need to renegotiate so
9564 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
9569 * docs/libs/Makefile.am:
9570 * docs/libs/gst-plugins-libs-docs.sgml:
9571 * docs/libs/gst-plugins-libs-sections.txt:
9572 * docs/libs/gst-plugins-libs.types:
9573 * docs/libs/tmpl/gstaudio.sgml:
9574 * docs/libs/tmpl/gstcolorbalance.sgml:
9575 * docs/libs/tmpl/gstringbuffer.sgml:
9576 * gst-libs/gst/audio/gstringbuffer.c:
9577 (gst_ringbuffer_set_callback):
9578 reinstate gtk-doc docs for plugin libs
9580 2005-06-28 Wim Taymans <wim@fluendo.com>
9582 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9583 (gst_ogg_demux_init):
9584 Removed pad loop function.
9586 2005-06-28 Wim Taymans <wim@fluendo.com>
9588 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
9589 If we're building a chain we are not in an error case
9590 when we queue a buffer.
9592 2005-06-28 Andy Wingo <wingo@pobox.com>
9594 * *.c: Don't cast to GstObject before reffing/unreffing.
9596 2005-06-27 Andy Wingo <wingo@pobox.com>
9598 * gst/videotestsrc/gstvideotestsrc.c
9599 (gst_videotestsrc_activate_push): Activation API changes.
9601 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
9602 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
9603 they have refs on the decodebin.
9605 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
9607 (gst_ogg_pad_typefind): Don't leak a pad ref.
9608 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
9609 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
9610 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
9612 2005-06-27 Edward Hervey <edward@fluendo.com>
9614 * ext/theora/theoradec.c: (theora_dec_change_state):
9615 re-arranged call to parent's state change in order to avoid locks (or
9618 2005-06-26 Edward Hervey <edward@fluendo.com>
9620 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9621 2nd argument of 'unknow-type' signal is a GstCaps and not a
9624 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
9625 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
9626 Set the worker thread's running flag to TRUE before starting the
9628 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
9629 Catch a failure to add typefind to the bin.
9631 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
9633 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9634 (gst_sinesrc_init), (gst_sinesrc_create),
9635 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
9636 (gst_sinesrc_start):
9637 * gst/sine/gstsinesrc.h:
9638 add num-buffers and timestamp-offset properties
9639 * gst/videotestsrc/gstvideotestsrc.c:
9640 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
9641 (gst_videotestsrc_get_property):
9642 add timestamp-offset property
9644 2005-06-23 Christian Schaller <uraeus@gnome.org>
9646 * configure.ac: add videorate
9647 * gst-plugins-base.spec.in: add videorate
9649 2005-06-23 Wim Taymans <wim@fluendo.com>
9651 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
9652 (gst_videorate_getcaps), (gst_videorate_setcaps),
9653 (gst_videorate_event), (gst_videorate_chain):
9654 Fixed videorate, fixating an already fixated caps is not
9657 2005-06-23 Wim Taymans <wim@fluendo.com>
9660 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
9661 Buffer on caps is not boxed anymore.
9663 2005-06-22 Wim Taymans <wim@fluendo.com>
9665 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
9666 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
9667 Set buffers on caps as miniobjects and not as boxed.
9669 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
9674 === release 0.9.1 ===
9676 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
9699 2005-06-09 Andy Wingo <wingo@pobox.com>
9701 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
9703 2005-06-09 Andy Wingo <wingo@pobox.com>
9706 * gst-libs/gst/Makefile.am:
9707 * gst-libs/gst/net/Makefile.am:
9708 Add gstnet to build.
9710 2005-06-09 Andy Wingo <wingo@pobox.com>
9712 * gst-libs/gst/gconf/gconf.c:
9713 * gst/playback/test.c:
9714 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
9717 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
9719 * ext/theora/theoraenc.c (theora_enc_chain):
9720 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
9722 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
9725 2005-06-02 Wim Taymans <wim@fluendo.com>
9727 * gst-libs/gst/net/Makefile.am:
9728 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
9729 * pkgconfig/gstreamer-libs.pc.in:
9730 Added net stuff, version net lib.
9732 2005-06-02 Wim Taymans <wim@fluendo.com>
9734 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
9735 (query_rates), (query_positions_elems), (query_positions_pads),
9737 Updated seek example.
9739 2005-06-02 Andy Wingo <wingo@pobox.com>
9741 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
9742 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
9745 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
9746 remove the typefind, the bin dispose will do it for us. When it's
9747 removed and unreffed, the signal handler will be disconnected,
9749 (unlinked): It's too difficult to disconnect from unlinked
9750 handlers, as they are on pads not elements. Just punt if the pads
9751 aren't grandkids of the bin.
9753 2005-06-02 Wim Taymans <wim@fluendo.com>
9756 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9757 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
9758 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
9759 * ext/theora/theoradec.c: (theora_dec_src_query),
9760 (theora_handle_data_packet):
9761 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9763 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9764 (vorbis_handle_data_packet):
9765 * gst/audioconvert/bufferframesconvert.c:
9766 (buffer_frames_convert_chain):
9767 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9768 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9769 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9770 (gst_ffmpegcsp_chain):
9771 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
9772 (gst_videorate_getcaps), (gst_videorate_setcaps),
9773 (gst_videorate_event), (gst_videorate_chain):
9774 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
9775 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
9776 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9777 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
9778 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9779 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
9780 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
9781 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
9782 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
9783 Cleanups and buffer alloc.
9785 2005-05-31 Wim Taymans <wim@fluendo.com>
9787 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
9788 Don't try to call the delay method when the device is not
9791 2005-05-31 Wim Taymans <wim@fluendo.com>
9793 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
9794 Get actual segment size and buffer size after opening
9797 2005-05-30 Wim Taymans <wim@fluendo.com>
9799 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
9800 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
9801 Also FLUSH upstream, makes the loop function exit faster.
9803 * ext/theora/theoradec.c: (theora_dec_src_query):
9804 Some more debug info in the query.
9806 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9807 (gst_ximagesink_setcaps):
9808 Release lock on par error, better error reporting.
9810 2005-05-26 Wim Taymans <wim@fluendo.com>
9812 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9813 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
9814 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
9815 Clear chains in READY
9816 Queue packets until the chain is activated.
9818 2005-05-25 Wim Taymans <wim@fluendo.com>
9820 * gst-libs/gst/audio/gstaudiosink.c:
9821 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9822 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9823 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9824 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9825 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9826 (gst_audiosink_create_ringbuffer):
9827 * gst-libs/gst/audio/gstbaseaudiosink.c:
9828 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
9829 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
9830 (gst_baseaudiosink_set_property), (build_linear_format),
9831 (debug_spec_caps), (debug_spec_buffer),
9832 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
9833 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
9834 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
9835 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9836 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9837 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9838 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
9839 (gst_ringbuffer_play), (gst_ringbuffer_pause),
9840 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
9841 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
9842 (wait_segment), (gst_ringbuffer_commit),
9843 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
9844 (gst_ringbuffer_clear):
9845 Various small cleanups.
9847 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9848 (gst_audio_convert_change_state):
9849 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
9850 No need to take the locks anymore.
9852 2005-05-25 Wim Taymans <wim@fluendo.com>
9854 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9855 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
9856 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
9858 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
9859 (group_destroy), (group_commit), (queue_overrun),
9860 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
9861 (mute_stream), (new_decoded_pad), (setup_substreams),
9862 (setup_source), (mute_group_type), (set_active_source),
9863 (gst_play_base_bin_change_state):
9864 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
9865 (gen_video_element), (gen_text_element), (gen_audio_element),
9866 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
9867 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
9868 (gst_stream_info_dispose), (gst_stream_info_set_mute):
9869 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9870 Some playbin cleanups mostly refcounting sloppyness.
9872 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9874 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
9875 Work with streaming input.
9877 2005-05-25 Wim Taymans <wim@fluendo.com>
9879 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9880 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9881 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9882 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
9883 No need to take the STREAM lock anymore.
9885 2005-05-25 Wim Taymans <wim@fluendo.com>
9887 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
9888 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
9889 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
9890 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
9891 (gst_ogg_demux_sink_activate):
9892 * ext/theora/theoradec.c: (theora_dec_src_event),
9893 (theora_handle_comment_packet), (theora_dec_chain),
9894 (theora_dec_change_state):
9895 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9896 (vorbis_handle_data_packet), (vorbis_dec_chain),
9897 (vorbis_dec_change_state):
9898 Remove STREAM locks as they are taken in core now.
9899 Never set bogus granulepos on vorbis/theora.
9900 Fix leaks in theoradec tag parsing.
9902 2005-05-25 Wim Taymans <wim@fluendo.com>
9904 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
9905 Fix memleaks, GST_BUFFER_DATA() is not freed.
9907 2005-05-25 Wim Taymans <wim@fluendo.com>
9909 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9910 Open non-blocking, set to blocking mode afterwards to avoid
9911 lockups when audio device is busy.
9913 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9915 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
9918 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9920 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9921 (gst_audio_convert_chain), (gst_audio_convert_link_src),
9922 (gst_audio_convert_setcaps):
9923 Implement instant setup switching.
9925 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9927 * gst/playback/gstplaybasebin.c: (probe_triggered):
9929 * gst/playback/gstplaybin.c: (add_sink):
9930 First add, then link (otherwise pad link fails).
9932 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
9934 * examples/Makefile.am:
9935 fix buildbot (make distcheck)
9937 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9939 * gst/playback/gstplaybin.c: (gen_vis_element):
9940 Remove some wrong code. Doesn't work yet.
9942 2005-05-19 Wim Taymans <wim@fluendo.com>
9944 * gst-libs/gst/net/Makefile.am:
9945 * gst-libs/gst/net/README:
9946 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
9947 (gst_netbuffer_class_init), (gst_netbuffer_init),
9948 (gst_netbuffer_finalize), (gst_netbuffer_copy),
9949 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
9950 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
9951 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
9952 * gst-libs/gst/net/gstnetbuffer.h:
9953 Added buffer subclass to store extra to/from addresses for
9954 network sources/sinks.
9956 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9958 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
9959 Don't lock an unassigned variable.
9961 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
9963 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
9964 Increase buffer for video, decrease buffer for other media types.
9965 * gst/playback/gstplaybin.c: (gen_video_element),
9966 (gen_audio_element):
9967 Change names for debugging purposes.
9969 2005-05-18 Wim Taymans <wim@fluendo.com>
9971 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9972 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9973 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9974 (gst_ffmpegcsp_chain):
9975 Enable buffer alloc passthrough if the source and dest
9976 formats are the same.
9978 2005-05-17 Wim Taymans <wim@fluendo.com>
9980 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
9981 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
9982 (gst_ogg_demux_chain_unlocked):
9983 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9984 (gst_audio_convert_caps_remove_format_info),
9985 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
9986 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
9987 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9988 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9989 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
9990 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
9991 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9992 (gst_ffmpegcsp_get_property):
9993 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9994 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
9995 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
9996 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
9997 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
9998 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
9999 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
10000 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
10001 Leak fixes in oggdemux.
10002 Some cleanups in audioconvert.
10003 Make passthrough work along with buffer_alloc etc.
10004 Make buffer_alloc and buffer recycling actually work in
10007 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
10009 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
10010 make the compiler happy
10012 2005-05-17 Wim Taymans <wim@fluendo.com>
10014 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
10015 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
10016 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
10017 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
10018 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
10019 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
10020 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10021 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
10022 (gst_xvimagesink_set_xwindow_id):
10023 * sys/xvimage/xvimagesink.h:
10024 Port xvimagesink to new MiniObject.
10026 2005-05-17 Wim Taymans <wim@fluendo.com>
10028 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
10029 (gst_audiofilter_chain):
10030 * gst-libs/gst/audio/gstaudiosink.c:
10031 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10032 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10033 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10034 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10035 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10036 (gst_audiosink_create_ringbuffer):
10037 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10038 (gst_audio_convert_caps_remove_format_info),
10039 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
10040 (gst_audio_convert_fixate), (gst_audio_convert_channels):
10041 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10042 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
10043 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
10044 Fix passthrough in ffmpegcolorspace.
10045 Fix memset in audiosink on wrong memory.
10047 2005-05-16 David Schleef <ds@schleef.org>
10049 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
10052 2005-05-16 David Schleef <ds@schleef.org>
10054 Port from GstData to GstMiniObject.
10055 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
10056 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
10057 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
10058 (gst_ogg_mux_collected):
10059 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10060 * ext/theora/theoradec.c: (theora_handle_comment_packet),
10061 (theora_handle_data_packet):
10062 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
10063 (theora_set_header_on_caps), (theora_enc_chain):
10064 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
10065 (vorbis_handle_comment_packet):
10066 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
10067 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
10068 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
10069 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
10070 * gst/audioconvert/gstaudioconvert.c:
10071 (gst_audio_convert_get_buffer):
10072 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
10073 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
10074 (mute_stream), (silence_stream):
10075 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
10076 * gst/volume/gstvolume.c: (volume_transform):
10077 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10078 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
10079 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
10080 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
10081 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
10082 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
10083 (gst_ximagesink_buffer_alloc):
10084 * sys/ximage/ximagesink.h:
10086 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10088 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10089 (fill_buffer), (check_queue), (queue_threshold_reached),
10090 (queue_out_of_data):
10091 * gst/playback/gstplaybasebin.h:
10092 Post buffer-fullness on the bus.
10094 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10096 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10098 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10099 (group_commit), (probe_triggered), (setup_source),
10100 (gst_play_base_bin_change_state):
10101 * gst/playback/gstplaybasebin.h:
10102 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10103 (gst_play_bin_init), (remove_sinks), (setup_sinks),
10104 (gst_play_bin_change_state):
10105 Move setup_output_pads into a virtual function, remove
10106 group-switch (no longer needed) and redirect (handled by bus
10109 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10111 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
10112 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
10113 (get_active_group), (get_building_group), (group_destroy),
10114 (group_commit), (check_queue), (queue_overrun),
10115 (queue_threshold_reached), (queue_out_of_data),
10116 (gen_preroll_element), (remove_groups), (unknown_type),
10117 (add_element_stream), (no_more_pads), (probe_triggered),
10118 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
10119 (setup_substreams), (setup_source), (finish_source),
10120 (prepare_output), (muted_group_change_state),
10121 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
10122 (gst_play_base_bin_change_state):
10123 * gst/playback/gstplaybasebin.h:
10124 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10125 (gst_play_bin_init), (gst_play_bin_set_property),
10126 (gen_video_element), (gen_text_element), (gen_audio_element),
10127 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
10128 (gst_play_bin_change_state):
10129 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
10130 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
10131 (stream_info_change_state), (gst_stream_info_set_mute),
10132 (gst_stream_info_get_property):
10133 * gst/playback/gststreaminfo.h:
10134 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
10135 (gst_stream_selector_get_linked_pad),
10136 (gst_stream_selector_getcaps),
10137 (gst_stream_selector_get_linked_pads),
10138 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10139 * gst/playback/gststreamselector.h:
10140 Rough port of playbin. Needs some more work, but is mostly done,
10141 and uses a few locks in important places, which should make stuff
10142 like chain-switches clean. Still uses GST_STATE() in a few places,
10143 which isn't all that good an idea, subtitles/elements disabled
10144 because no elements to test with and thus probably broken, query
10145 and event handling moved to GstBin, internal thread removed
10146 alltogether because the pipeline does that for us now. Can play
10147 Ogg/Vorbis files. Haven't tested anything else yet.
10149 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10151 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
10152 Do no-more-pads (needed for autoplugging).
10154 2005-05-10 Andy Wingo <wingo@pobox.com>
10156 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
10157 message to the bus with the tags. Still not sent downstream tho.
10159 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
10161 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
10162 avoid refcounting hassles.
10164 2005-05-09 Andy Wingo <wingo@pobox.com>
10166 * gst/volume/Makefile.am:
10167 * gst/volume/demo.c
10168 * gst/volume/gstvolume.h
10169 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
10170 basetransform. Probably need an audio filter base class.
10172 2005-05-09 Wim Taymans <wim@fluendo.com>
10174 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
10175 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
10176 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
10177 (gst_vorbisenc_chain):
10178 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10179 (gst_audio_convert_caps_remove_format_info),
10180 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
10181 (gst_audio_convert_fixate), (gst_audio_convert_channels):
10182 Make caps writable before writing to it.
10183 Fix negotiation in audioconvert some more.
10185 2005-05-09 Wim Taymans <wim@fluendo.com>
10187 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10188 (gst_videorate_getcaps), (gst_videorate_setcaps),
10189 (gst_videorate_event), (gst_videorate_chain):
10190 Better negotiation.
10192 2005-05-09 Wim Taymans <wim@fluendo.com>
10194 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
10195 (gst_videorate_getcaps), (gst_videorate_setcaps),
10196 (gst_videorate_blank_data), (gst_videorate_init),
10197 (gst_videorate_event), (gst_videorate_chain),
10198 (gst_videorate_change_state):
10199 Port videorate, do a better job at negotiation while we're at
10202 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
10207 * examples/Makefile.am:
10208 * gst-libs/gst/audio/Makefile.am:
10209 * gst-libs/gst/riff/Makefile.am:
10210 * gst-libs/gst/tag/Makefile.am:
10211 * gst-libs/gst/video/Makefile.am:
10212 Fixups for missing variables.
10214 2005-05-09 Wim Taymans <wim@fluendo.com>
10216 * examples/seeking/seek.c: (make_theora_pipeline),
10217 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
10218 (query_rates), (query_positions_elems), (query_positions_pads),
10219 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
10220 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
10221 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
10222 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
10223 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
10224 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
10225 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10226 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
10227 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
10228 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10229 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10230 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10231 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
10232 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
10233 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
10234 (theora_dec_src_convert), (theora_dec_sink_convert),
10235 (theora_dec_src_query), (theora_dec_sink_query),
10236 (theora_dec_src_event), (theora_dec_sink_event),
10237 (theora_handle_comment_packet), (theora_handle_type_packet),
10238 (theora_handle_header_packet), (theora_handle_data_packet),
10239 (theora_dec_chain):
10240 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
10241 (vorbis_dec_convert), (vorbis_dec_src_query),
10242 (vorbis_dec_sink_query), (vorbis_dec_src_event),
10243 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
10244 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
10245 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
10246 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
10247 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
10248 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
10249 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10250 (gst_play_bin_query):
10251 * gst/playback/test3.c: (update_scale):
10252 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
10253 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
10254 * gst/subparse/gstsubparse.c: (gst_subparse_init):
10255 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
10256 (gst_videotestsrc_src_query):
10257 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
10258 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
10259 (paint_hline_YUV9):
10260 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
10261 Port to new query API.
10263 Cleanups in x[v]imagesink
10265 2005-05-09 Andy Wingo <wingo@pobox.com>
10267 * ext/alsa/gstalsasink.h:
10268 * ext/gnomevfs/gstgnomevfssrc.c:
10269 (gst_gnomevfssrc_get_icy_metadata):
10270 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
10271 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
10272 * ext/theora/theoradec.c (theora_dec_src_query)
10273 (theora_dec_src_event, theora_dec_sink_event)
10274 (theora_handle_comment_packet, theora_handle_data_packet):
10275 * ext/theora/theoraenc.c (theora_enc_chain):
10276 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
10277 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
10278 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
10279 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
10281 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
10282 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
10283 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
10284 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
10285 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
10286 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
10287 (paint_setup_xBGR8888, paint_setup_RGBx8888)
10288 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
10289 (paint_setup_RGB565, paint_setup_xRGB1555):
10290 * gst/videotestsrc/videotestsrc.h:
10291 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
10292 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
10293 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
10296 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
10297 gst_pad_query_position. Fixes oggdemux.
10299 2005-05-08 David Schleef <ds@schleef.org>
10301 * configure.ac: Require liboil.
10302 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
10304 * gst/videotestsrc/videotestsrc.c:
10305 * gst/videotestsrc/videotestsrc.h:
10307 2005-05-06 Wim Taymans <wim@fluendo.com>
10309 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10310 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
10311 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
10312 Well, unreffing a buffer right before pushing it is asking
10315 2005-05-06 Christian Schaller <uraeus@gnome.org>
10317 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
10319 2005-05-06 Wim Taymans <wim@fluendo.com>
10321 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10322 (gst_audio_convert_caps_remove_format_info),
10323 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
10324 (gst_audio_convert_fixate), (gst_audio_convert_channels):
10325 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10326 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
10327 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
10328 * gst/sine/Makefile.am:
10329 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
10330 (gst_sinesrc_class_init), (gst_sinesrc_init),
10331 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
10332 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
10333 (gst_sinesrc_update_freq):
10334 * gst/sine/gstsinesrc.h:
10335 * gst/tcp/gstmultifdsink.c:
10336 * sys/xvimage/xvimagesink.c:
10337 Fixed negotiation wrt _peer_get_caps()
10341 2005-05-06 Wim Taymans <wim@fluendo.com>
10343 * gst-libs/gst/audio/gstaudiosink.c:
10344 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10345 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10346 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10347 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10348 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10349 (gst_audiosink_create_ringbuffer):
10350 * gst-libs/gst/audio/gstbaseaudiosink.c:
10351 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
10352 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
10353 (gst_baseaudiosink_set_property), (build_linear_format),
10354 (debug_spec_caps), (debug_spec_buffer),
10355 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
10356 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
10357 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
10358 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10359 * gst-libs/gst/audio/gstbaseaudiosink.h:
10360 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10361 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10362 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
10363 (gst_ringbuffer_play), (gst_ringbuffer_pause),
10364 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
10365 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
10366 (wait_segment), (gst_ringbuffer_commit),
10367 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
10368 (gst_ringbuffer_clear):
10369 * gst-libs/gst/audio/gstringbuffer.h:
10370 Make the base audiosink return an error when there is no
10371 audiobuffer negotiated.
10373 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
10376 Disable cdparanoia until someone ports it!
10378 2005-05-06 Wim Taymans <wim@fluendo.com>
10380 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10381 (gst_ogg_demux_sink_activate):
10382 And revert after wingo's revert.. sigh..
10384 2005-05-05 Andy Wingo <wingo@pobox.com>
10386 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
10388 * configure.ac: Return audiorate and subparse from the ghetto.
10389 Re-enable -Wall -Werror.
10390 * gst/subparse/gstsubparse.c:
10391 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
10392 or chain-based. Cleaned up a bit. Not tested.
10394 2005-05-05 Christian Schaller <christian@fluendo.com>
10396 * Makefile.am: remove stuff that is not building
10397 * configure.ac: remove stuff that is not building
10398 * examples/Makefile.am: remove stuff that is not building
10399 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
10400 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
10401 * sys/Makefile.am: remove stuff that is not building
10402 * testsuite/Makefile.am: remove stuff that is not building
10404 2005-05-05 Andy Wingo <wingo@pobox.com>
10406 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
10407 * gst-libs/gst/tag/gstvorbistag.c:
10408 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
10409 * gst/adder/gstadder.h:
10410 * gst/audioconvert/gstchannelmix.c:
10411 (gst_audio_convert_fill_one_other):
10412 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
10413 (gst_audiorate_init), (gst_audiorate_chain):
10414 * gst/playback/gstplaybasebin.c: (setup_source):
10415 * gst/playback/test3.c: (update_scale):
10433 2005-05-05 Wim Taymans <wim@fluendo.com>
10435 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10436 (gst_audio_convert_caps_remove_format_info),
10437 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
10438 (gst_audio_convert_change_state), (gst_audio_convert_channels):
10439 * gst/videotestsrc/gstvideotestsrc.c:
10440 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
10441 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
10442 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
10443 (gst_videotestsrc_init), (gst_videotestsrc_loop):
10444 Don't ignore _push() return values.
10445 Make sure no processing is done when shutting down.
10446 Videotestsrc pad activation fix.
10448 2005-05-05 Wim Taymans <wim@fluendo.com>
10450 * gst/adder/Makefile.am:
10451 * gst/adder/gstadder.c: (gst_adder_setcaps),
10452 (gst_adder_class_init), (gst_adder_init),
10453 (gst_adder_request_new_pad), (gst_adder_collected),
10454 (gst_adder_change_state):
10455 * gst/adder/gstadder.h:
10456 Ported adder as an example of a mixer element using
10457 collect pads. Needs more negotiation work.
10459 2005-05-05 Wim Taymans <wim@fluendo.com>
10461 * ext/theora/theoradec.c: (_inc_granulepos),
10462 (theora_dec_src_event), (theora_dec_sink_event),
10463 (theora_handle_comment_packet), (theora_handle_type_packet),
10464 (theora_handle_header_packet), (theora_handle_data_packet),
10465 (theora_dec_chain):
10466 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10467 (gst_theora_enc_init), (theora_enc_sink_setcaps),
10468 (theora_push_buffer), (theora_push_packet),
10469 (theora_enc_sink_event), (theora_enc_chain),
10470 (theora_enc_change_state), (theora_enc_set_property),
10471 (theora_enc_get_property):
10472 Added stream lock to decoder so that we can serialize
10474 More theoraenc porting, recover from errors, do clean
10477 2005-05-05 Wim Taymans <wim@fluendo.com>
10479 * ext/ogg/Makefile.am:
10481 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10482 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
10484 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10485 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
10486 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
10487 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
10488 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
10489 (gst_ogg_mux_change_state):
10492 2005-05-05 Wim Taymans <wim@fluendo.com>
10494 * docs/design-audiosinks.txt:
10495 * gst-libs/gst/audio/TODO:
10496 * gst-libs/gst/audio/gstaudiosink.c:
10497 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10498 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10499 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10500 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10501 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10502 (gst_audiosink_create_ringbuffer):
10503 * gst-libs/gst/audio/gstbaseaudiosink.c:
10504 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
10505 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
10506 (gst_baseaudiosink_set_property), (build_linear_format),
10507 (debug_spec_caps), (debug_spec_buffer),
10508 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
10509 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
10510 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
10511 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10512 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10513 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10514 (gst_ringbuffer_release), (gst_ringbuffer_play),
10515 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
10516 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
10517 (gst_ringbuffer_set_sample), (wait_segment),
10518 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
10519 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
10520 More work on the audiosink, mostly debugging and a race in
10523 2005-04-28 Wim Taymans <wim@fluendo.com>
10525 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10526 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
10527 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
10528 (vorbis_dec_src_query), (vorbis_dec_src_event),
10529 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
10530 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
10531 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
10532 Don't crap out when seeking back to position 0.
10534 2005-04-28 Wim Taymans <wim@fluendo.com>
10536 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
10537 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
10538 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
10539 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
10540 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
10541 Make audio sink configurable, use alsasink as default.
10543 2005-04-28 Wim Taymans <wim@fluendo.com>
10545 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10546 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
10547 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
10548 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
10549 (vorbis_dec_change_state):
10550 * ext/vorbis/vorbisdec.h:
10551 Refactor, use STREAM_LOCK.
10553 2005-04-28 Wim Taymans <wim@fluendo.com>
10555 * ext/theora/theoradec.c: (_inc_granulepos),
10556 (theora_dec_sink_event), (theora_handle_comment_packet),
10557 (theora_handle_type_packet), (theora_handle_header_packet),
10558 (theora_handle_data_packet), (theora_dec_chain),
10559 (theora_dec_change_state):
10560 Refactor a bit, use STREAM_LOCK.
10562 2005-04-28 Wim Taymans <wim@fluendo.com>
10564 * ext/alsa/Makefile.am:
10565 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
10566 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
10567 (gst_alsa_link), (gst_alsa_close_audio):
10568 * ext/alsa/gstalsaplugin.c: (plugin_init):
10569 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
10570 (gst_alsasink_dispose), (gst_alsasink_base_init),
10571 (gst_alsasink_class_init), (gst_alsasink_init),
10572 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
10573 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
10574 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
10575 (gst_alsasink_reset):
10576 * ext/alsa/gstalsasink.h:
10577 Implement alsasink with simple open/write/close API.
10578 Make alsa dir build by disabling compilation of code.
10580 2005-04-28 Wim Taymans <wim@fluendo.com>
10582 * gst-libs/gst/audio/Makefile.am:
10583 * gst-libs/gst/audio/audio.h:
10584 * gst-libs/gst/audio/audioclock.c:
10585 * gst-libs/gst/audio/audioclock.h:
10586 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
10587 (gst_audio_clock_class_init), (gst_audio_clock_init),
10588 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
10589 * gst-libs/gst/audio/gstaudioclock.h:
10590 * gst-libs/gst/audio/gstaudiosink.c:
10591 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10592 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10593 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10594 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10595 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10596 (gst_audiosink_create_ringbuffer):
10597 * gst-libs/gst/audio/gstbaseaudiosink.c:
10598 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
10599 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
10600 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
10601 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
10602 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
10603 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
10604 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
10605 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10606 * gst-libs/gst/audio/gstbaseaudiosink.h:
10607 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10608 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
10609 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10610 (gst_ringbuffer_release), (gst_ringbuffer_play),
10611 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
10612 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
10613 (gst_ringbuffer_set_sample), (wait_segment),
10614 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
10615 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
10616 * gst-libs/gst/audio/gstringbuffer.h:
10617 Make ringbuffer faster and more simple by removing the locks
10618 in the playback thread.
10619 Add sample accurate playback based on buffer sample offsets.
10620 Make the baseaudiosink provide a clock.
10621 Parse caps in the base class.
10622 Correctly handle seeking, flushing and state changes.
10624 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
10627 * gst/audioconvert/Makefile.am:
10628 * gst/audioscale/Makefile.am:
10629 Fix part of the build. Come on guys, autogen didn't even work :)
10631 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10634 * gst-libs/gst/Makefile.am:
10635 * gst-libs/gst/media-info/.cvsignore:
10636 * gst-libs/gst/media-info/Makefile.am:
10637 * gst-libs/gst/media-info/README:
10638 * gst-libs/gst/media-info/media-info-priv.c:
10639 * gst-libs/gst/media-info/media-info-priv.h:
10640 * gst-libs/gst/media-info/media-info-test.c:
10641 * gst-libs/gst/media-info/media-info.c:
10642 * gst-libs/gst/media-info/media-info.h:
10643 * gst-libs/gst/media-info/media-info.vcproj:
10644 * pkgconfig/Makefile.am:
10645 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
10646 * pkgconfig/gstreamer-media-info.pc.in:
10647 Remove media-info, which is also successed by playbin (see Totem
10650 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10653 * examples/Makefile.am:
10654 * examples/gstplay/.cvsignore:
10655 * examples/gstplay/Makefile.am:
10656 * examples/gstplay/player.c:
10657 * gst-libs/gst/Makefile.am:
10658 * gst-libs/gst/play/.cvsignore:
10659 * gst-libs/gst/play/Makefile.am:
10660 * gst-libs/gst/play/play.c:
10661 * gst-libs/gst/play/play.h:
10662 * gst-libs/gst/play/play.vcproj:
10663 * pkgconfig/Makefile.am:
10664 * pkgconfig/gstreamer-play-uninstalled.pc.in:
10665 * pkgconfig/gstreamer-play.pc.in:
10666 Remove libgstplay, playbin is now the official successor.
10668 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10671 * gst-libs/gst/Makefile.am:
10672 * gst-libs/gst/xwindowlistener/Makefile.am:
10673 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
10674 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
10675 Remove deprecated xwindowlistener (I've moved xwindowlistening
10676 in the v4l/v4l2 plugins over to serverside).
10678 2005-04-25 David Schleef <ds@schleef.org>
10680 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
10681 to examples/dynparams. Examples do not belong interspersed with
10683 * examples/dynparams/demo-dparams.c:
10684 * gst/sine/Makefile.am:
10685 * gst/sine/demo-dparams.c:
10687 2005-04-25 David Schleef <ds@schleef.org>
10689 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
10690 * gst-libs/gst/audio/Makefile.am:
10691 * gst-libs/gst/riff/Makefile.am:
10692 * gst-libs/gst/tag/Makefile.am:
10693 * gst-libs/gst/video/Makefile.am:
10694 * gst-libs/gst/xwindowlistener/Makefile.am:
10696 Convert to 0.9 API, seems to work:
10697 * sys/ximage/Makefile.am:
10698 * sys/ximage/ximagesink.c:
10700 2005-04-24 David Schleef <ds@schleef.org>
10702 Link plugins against libraries:
10703 * ext/alsa/Makefile.am:
10704 * gst/tcp/Makefile.am:
10706 Remove asm code that should be in liboil
10707 * gst/videoscale/Makefile.am:
10708 * gst/videoscale/videoscale_x86_asm.s:
10710 gettext wants these checked in:
10726 2005-04-24 David Schleef <ds@schleef.org>
10728 Convert gst_main() to g_main_loop_run()
10729 * gst/playback/decodetest.c: (main):
10730 * gst/playback/test2.c: (main):
10731 * gst/playback/test3.c: (main):
10732 * gst/playback/test4.c: (main):
10734 Link plugins against libraries:
10735 * ext/libvisual/Makefile.am:
10736 * sys/xvimage/Makefile.am:
10738 2005-04-24 David Schleef <ds@schleef.org>
10740 * configure.ac: Remove idct and resample libs
10741 * gst-libs/gst/Makefile.am: same
10743 Remove usage of gst_library_load():
10744 * ext/alsa/gstalsaplugin.c: (plugin_init):
10745 * ext/libvisual/visual.c: (plugin_init):
10746 * ext/ogg/gstogg.c: (plugin_init):
10747 * ext/theora/theora.c: (plugin_init):
10748 * ext/vorbis/vorbis.c: (plugin_init):
10749 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
10750 * gst/audioscale/gstaudioscale.c:
10751 * gst/adder/gstadder.c: (plugin_init):
10752 * gst/audioconvert/plugin.c: (plugin_init):
10753 * sys/ximage/ximagesink.c: (plugin_init):
10754 * sys/xvimage/xvimagesink.c: (plugin_init):
10755 * gst/tcp/gsttcpplugin.c: (plugin_init):
10757 Link plugins against libraries:
10758 * ext/ogg/Makefile.am:
10759 * ext/theora/Makefile.am:
10760 * ext/vorbis/Makefile.am:
10761 * gst/audioconvert/Makefile.am:
10763 Create proper libraries:
10764 * gst-libs/gst/riff/Makefile.am:
10765 * gst-libs/gst/audio/Makefile.am:
10766 * gst-libs/gst/video/Makefile.am:
10768 Move resample library to audioscale plugin directory:
10769 * gst-libs/gst/resample/Makefile.am:
10770 * gst-libs/gst/resample/README:
10771 * gst-libs/gst/resample/dtof.c:
10772 * gst-libs/gst/resample/dtos.c:
10773 * gst-libs/gst/resample/functable.c:
10774 * gst-libs/gst/resample/private.h:
10775 * gst-libs/gst/resample/resample.c:
10776 * gst-libs/gst/resample/resample.h:
10777 * gst-libs/gst/resample/resample.vcproj:
10778 * gst-libs/gst/resample/test.c:
10779 * gst/audioscale/Makefile.am:
10780 * gst/audioscale/README:
10781 * gst/audioscale/dtof.c:
10782 * gst/audioscale/dtos.c:
10783 * gst/audioscale/functable.c:
10784 * gst/audioscale/private.h:
10785 * gst/audioscale/resample.c:
10786 * gst/audioscale/resample.h:
10787 * gst/audioscale/test.c:
10789 Move tagedit library to gst-libs:
10790 * gst-libs/gst/tag/Makefile.am:
10791 * gst-libs/gst/tag/gstid3tag.c:
10792 * gst-libs/gst/tag/gsttagediting.c:
10793 * gst-libs/gst/tag/gsttageditingprivate.h:
10794 * gst-libs/gst/tag/gstvorbistag.c:
10795 * gst/tags/Makefile.am:
10796 * gst/tags/gstid3tag.c:
10797 * gst/tags/gstvorbistag.c:
10799 Fix for core changes:
10800 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10801 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
10802 (gst_sinesrc_getrange):
10804 2005-04-23 David Schleef <ds@schleef.org>
10806 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
10807 in gst-plugins in a long time, and properly belongs in liboil.
10808 * gst-libs/gst/idct/Makefile.am:
10809 * gst-libs/gst/idct/README:
10810 * gst-libs/gst/idct/dct.h:
10811 * gst-libs/gst/idct/doieee:
10812 * gst-libs/gst/idct/fastintidct.c:
10813 * gst-libs/gst/idct/floatidct.c:
10814 * gst-libs/gst/idct/idct.c:
10815 * gst-libs/gst/idct/idct.h:
10816 * gst-libs/gst/idct/idtc.vcproj:
10817 * gst-libs/gst/idct/ieeetest.c:
10818 * gst-libs/gst/idct/intidct.c:
10820 2005-04-20 Wim Taymans <wim@fluendo.com>
10822 * docs/design-audiosinks.txt:
10823 * gst-libs/gst/audio/Makefile.am:
10824 * gst-libs/gst/audio/TODO:
10825 * gst-libs/gst/audio/gstaudiosink.c:
10826 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10827 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10828 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
10829 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10830 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10831 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
10832 (gst_audiosink_class_init), (gst_audiosink_init),
10833 (gst_audiosink_create_ringbuffer):
10834 * gst-libs/gst/audio/gstaudiosink.h:
10835 * gst-libs/gst/audio/gstbaseaudiosink.c:
10836 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
10837 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
10838 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
10839 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
10840 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
10841 (gst_baseaudiosink_create_ringbuffer),
10842 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10843 * gst-libs/gst/audio/gstbaseaudiosink.h:
10844 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10845 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
10846 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
10847 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10848 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
10849 (gst_ringbuffer_play), (gst_ringbuffer_pause),
10850 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
10851 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
10852 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
10853 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
10854 * gst-libs/gst/audio/gstringbuffer.h:
10855 An attempt at a set of audio base classes together with some
10858 2005-04-20 Wim Taymans <wim@fluendo.com>
10860 * gst/audioconvert/Makefile.am:
10861 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10862 (gst_audio_convert_caps_remove_format_info),
10863 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
10864 (gst_audio_convert_channels):
10865 Link against audio libs.
10866 Fix audio convert plugin.
10868 2005-04-20 Wim Taymans <wim@fluendo.com>
10870 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
10871 (gst_ogg_demux_sink_activate):
10872 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10873 (theora_set_header_on_caps), (theora_enc_sink_event),
10874 (theora_enc_chain):
10875 Fix theora encoder.
10877 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10879 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
10880 * gst/playback/gstdecodebin.c: (find_compatibles):
10881 Work with staticpadtemplates in elementfactories.
10883 2005-04-12 Wim Taymans <wim@fluendo.com>
10885 * gst/playback/README:
10886 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10887 (compare_ranks), (print_feature), (gst_decode_bin_init),
10888 (dynamic_create), (dynamic_free), (find_compatibles),
10889 (mimetype_is_raw), (close_pad_link), (got_redirect),
10890 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
10891 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
10892 (gst_decode_bin_change_state):
10893 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10894 (gst_play_base_bin_init), (group_destroy), (group_commit),
10895 (check_queue), (queue_overrun), (queue_threshold_reached),
10896 (queue_out_of_data), (gen_preroll_element), (unknown_type),
10897 (new_decoded_pad), (setup_subtitle), (gen_source_element),
10898 (got_redirect), (setup_source), (play_base_eos),
10899 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
10900 (gst_play_base_bin_remove_element):
10901 * gst/playback/gstplaybasebin.h:
10902 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10903 (gst_play_bin_init), (gst_play_bin_dispose),
10904 (gst_play_bin_set_property), (gen_video_element),
10905 (gen_text_element), (gen_audio_element), (remove_sinks),
10906 (gst_play_bin_send_event):
10907 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
10908 (stream_info_change_state), (gst_stream_info_set_mute):
10909 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
10910 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
10911 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
10912 (gst_stream_selector_chain):
10913 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
10915 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
10916 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
10917 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
10918 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
10919 Raw and crude port of decodebin.
10920 Make playbin compile.
10922 2005-04-06 Wim Taymans <wim@fluendo.com>
10924 * ext/gnomevfs/Makefile.am:
10925 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
10926 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
10927 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
10928 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
10929 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
10930 (gst_gnomevfssrc_stop):
10931 * ext/ogg/Makefile.am:
10932 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
10933 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
10934 * ext/theora/Makefile.am:
10935 * ext/theora/theoradec.c: (_inc_granulepos),
10936 (theora_dec_sink_event), (theora_dec_chain):
10937 * ext/vorbis/Makefile.am:
10938 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10939 (vorbis_dec_sink_event), (vorbis_dec_chain):
10940 * gst-libs/gst/audio/Makefile.am:
10941 * sys/xvimage/Makefile.am:
10942 Make gnomevfssrc extend the source base class.
10943 Fix linking against libs in various plugins.
10945 2005-04-06 Andy Wingo <wingo@pobox.com>
10947 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
10950 * configure.ac: Add check and AC_SUBST for libgstbase.
10952 2005-03-31 Wim Taymans <wim@fluendo.com>
10954 * examples/seeking/Makefile.am:
10955 * examples/seeking/cdparanoia.c: (main):
10956 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
10957 (play_cb), (pause_cb), (stop_cb), (main):
10958 * examples/seeking/playbin.c:
10959 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
10960 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
10961 (make_sid_pipeline), (make_vorbis_pipeline),
10962 (make_theora_pipeline), (make_vorbis_theora_pipeline),
10963 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
10964 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
10965 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
10966 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
10968 * examples/seeking/spider_seek.c:
10969 * examples/seeking/vorbisfile.c:
10970 * ext/gnomevfs/Makefile.am:
10971 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10972 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
10973 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
10974 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
10975 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
10976 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
10977 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
10978 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
10980 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
10981 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
10982 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
10983 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
10984 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
10985 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
10986 (gst_ogg_pad_event), (gst_ogg_pad_reset),
10987 (gst_ogg_demux_factory_filter), (compare_ranks),
10988 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
10989 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
10990 (gst_ogg_chain_new), (gst_ogg_chain_free),
10991 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
10992 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
10993 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
10994 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
10995 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
10996 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10997 (gst_ogg_demux_get_prev_page),
10998 (gst_ogg_demux_deactivate_current_chain),
10999 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
11000 (gst_ogg_demux_bisect_forward_serialno),
11001 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11002 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
11003 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
11004 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
11005 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
11006 (gst_ogg_demux_change_state), (gst_ogg_print):
11007 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11008 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
11009 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
11010 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
11011 (gst_ogg_mux_loop):
11012 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
11013 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
11014 (theora_dec_src_convert), (theora_dec_sink_convert),
11015 (theora_dec_src_query), (theora_dec_src_event),
11016 (theora_dec_sink_event), (theora_dec_chain),
11017 (theora_dec_change_state):
11018 * ext/theora/theoraenc.c: (gst_theora_enc_init),
11019 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
11020 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
11021 (theora_enc_change_state):
11022 * ext/vorbis/Makefile.am:
11023 * ext/vorbis/oggvorbisenc.c:
11024 * ext/vorbis/oggvorbisenc.h:
11025 * ext/vorbis/vorbis.c: (plugin_init):
11026 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
11027 (vorbis_dec_src_query), (vorbis_dec_src_event),
11028 (vorbis_dec_sink_event), (vorbis_dec_chain),
11029 (vorbis_dec_change_state):
11030 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
11031 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
11032 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
11033 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
11034 (gst_vorbisenc_change_state):
11035 * ext/vorbis/vorbisenc.h:
11036 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
11037 * gst-libs/gst/audio/audioclock.c:
11038 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
11039 (gst_audiofilter_init), (gst_audiofilter_chain):
11040 * gst-libs/gst/audio/testchannels.c: (main):
11041 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
11042 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
11043 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
11044 (gmip_find_track_streaminfo), (gmip_find_track_format):
11045 * gst-libs/gst/media-info/media-info.c:
11046 (gst_media_info_read_idler):
11047 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
11048 (gst_play_get_all_by_interface):
11049 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
11050 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
11051 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
11052 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
11053 (gst_riff_parse_info):
11054 * gst-libs/gst/riff/riff-read.h:
11055 * gst-libs/gst/riff/riff.c: (plugin_init):
11056 * gst-libs/gst/video/Makefile.am:
11057 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
11058 (gst_videosink_class_init), (gst_videosink_get_type):
11059 * gst-libs/gst/video/videosink.h:
11060 * gst/audioconvert/bufferframesconvert.c:
11061 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
11062 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
11063 * gst/audioconvert/channelmixtest.c: (main):
11064 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
11065 (gst_audio_convert_chain),
11066 (gst_audio_convert_caps_remove_format_info),
11067 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
11068 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
11069 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
11070 (gst_audio_convert_buffer_to_default_format),
11071 (gst_audio_convert_buffer_from_default_format),
11072 (gst_audio_convert_channels):
11073 * gst/audioconvert/gstchannelmix.h:
11074 * gst/ffmpegcolorspace/avcodec.h:
11075 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11076 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
11077 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
11078 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
11079 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
11080 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
11081 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11082 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
11083 (mpeg_video_type_find), (mpeg_video_stream_type_find),
11085 * gst/videotestsrc/gstvideotestsrc.c:
11086 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
11087 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
11088 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
11089 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
11090 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
11091 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
11092 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
11093 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
11094 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
11095 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
11096 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
11097 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
11098 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
11099 (gst_xvimagesink_navigation_send_event),
11100 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
11101 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
11102 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11103 * sys/xvimage/xvimagesink.h:
11104 Plugin port to 0.9, ogg/theora playback should work in the seek
11106 Removed old examples.
11107 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
11108 explained in 0.9 TODO doc.
11111 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
11133 * testsuite/Makefile.am:
11134 remove a whole bunch of plugins. This module now contains a set
11135 of free reference plugins/elements as agreed.
11137 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
11140 hunting season on 0.9 is now OPEN
11142 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11144 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
11145 Kick the hell out of gcc for not warning me about a symbol conflict.
11147 2005-02-22 Luca Ognibene <luogni@tin.it>
11149 Reviewed by: Tim-Philipp M??ller <tim at centricular dot net>
11151 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
11152 Don't leak caps string (fixes #168134)
11154 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
11155 (gst_jpegenc_init), (gst_jpegenc_finalize),
11156 (gst_jpegenc_change_state):
11157 Don't leak line buffers and context struct (fixes #168133).
11159 2005-02-21 Tim-Philipp M??ller <tim at centricular dot net>
11162 * ext/dirac/gstdiracdec.cc:
11163 (gst_diracdec_chain):
11164 Since dirac 0.5.0 the framerate in dirac is expressed as a
11165 rational number. Fix build and up requirement to 0.5.0, and
11166 also pass parameters to gst_diracdec_link in the right order
11169 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
11171 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
11172 * ext/faad/gstfaad.h:
11173 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
11174 certain invalid muxed streams, where some packets will contain
11175 junk after decoder data. Partially fixes #149158.
11177 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
11178 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
11179 Make sure we only write to writable buffers
11181 2005-02-20 Tim-Philipp M??ller <tim at centricular dot net>
11183 * gst-libs/gst/riff/riff-media.c:
11184 (gst_riff_create_audio_caps_with_data):
11185 Do actually fix invalid RIFF fmt header values for alaw
11186 and mulaw audio instead of just saying so.
11188 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
11189 Give gst_riff_create_audio_caps_with_data() a chance to
11190 fix up broken format header fields before extracting any
11191 parameters from the header. (fixes #167633)
11193 2005-02-19 Martin Holters <martin.holters@gmx.de>
11195 Reviewed by: Tim-Philipp M??ller <tim at centricular dot net>
11197 * gst/audioconvert/bufferframesconvert.c:
11198 (buffer_frames_convert_link):
11199 Don't leak othercaps. (fixes #167878)
11201 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
11204 * ext/libvisual/visual.c: (gst_visual_srclink),
11205 (gst_visual_change_state):
11206 Support libvisual 0.2.0.
11208 2005-02-18 Tim-Philipp M??ller <tim at centricular dot net>
11210 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
11211 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
11212 Use same rowstrides for I420 as used everywhere else.
11214 2005-02-17 Tim-Philipp M??ller <tim at centricular dot net>
11216 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11217 Declare variables at beginning of block and make gcc-2.95 happy
11218 (fixes # 167482, patch by Gergely Nagy).
11220 * gst/tcp/gsttcpclientsrc.c:
11221 * gst/tcp/gsttcpclientsrc.h:
11222 Move some includes into the header, so that struct sockaddr_in is
11223 defined when it should be defined on FreeBSD as well (fixes
11226 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
11227 Don't pass uninitialised values to setsockopt() here either.
11229 2005-02-17 Luca Ognibene <luogni at tin dot it>
11231 Reviewed by: Tim-Philipp M??ller <tim at centricular dot net>
11233 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
11234 Don't pass uninitialised values to setsockopt(). (fixes #167704)
11236 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11238 * gst/playback/gstplaybin.c: (add_sink):
11239 Invert bin_add/link order to workaround deadlock in opt.
11241 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11243 * gst/modplug/gstmodplug.cc:
11244 Add missing break causing position queries to fail.
11246 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11248 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
11249 Granpos can apparently be -1, which screws up calculations...
11251 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
11253 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
11254 (gst_ximagesink_send_pending_navigation),
11255 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
11256 (gst_ximagesink_init):
11257 * sys/ximage/ximagesink.h:
11258 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
11259 (gst_xvimagesink_send_pending_navigation),
11260 (gst_xvimagesink_navigation_send_event),
11261 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
11262 * sys/xvimage/xvimagesink.h:
11263 Use a mutex protected list to marshal navigation
11264 events into the stream thread from whichever thread
11267 2005-02-15 Tim-Philipp M??ller <tim at centricular dot net>
11269 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
11270 Display current position and track length; misc. clean-ups.
11272 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
11273 (speed_init), (speed_chain):
11274 Add query function, so that the stream length and current position
11275 get adjusted when queried (note that current position queries may
11276 still be wrong if the audio sink returns values based on buffer
11277 timestamps instead of passing on the query).
11279 2005-02-13 Benjamin Otte <otte@gnome.org>
11281 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
11282 (gst_audio_convert_channels):
11283 create channel conversion matrix when linking
11284 * gst/audioconvert/.cvsignore:
11285 * gst/audioconvert/Makefile.am:
11286 * gst/audioconvert/channelmixtest.c: (main):
11287 add (ugly) test that ensures stereo <=> mono conversion works
11290 2005-02-13 Benjamin Otte <otte@gnome.org>
11292 * gst/audioconvert/gstchannelmix.h:
11293 include missing header file
11294 * gst/audioconvert/gstchannelmix.c:
11295 (gst_audio_convert_fill_compatible):
11296 use same sign for both channels when converting to/from compatible
11297 channel. Previously used different signs made the signals cancel
11298 each other out and appear like silence. (fixes #167269)
11300 2005-02-12 Tim-Philipp M??ller <tim at centricular dot net>
11302 * gst/ffmpegcolorspace/avcodec.h:
11303 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11304 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11305 (gst_ffmpegcsp_avpicture_fill):
11306 * gst/ffmpegcolorspace/imgconvert.c:
11307 Convert to and from YV12 (fixes #156379).
11309 2005-02-12 Julien MOUTTE <julien@moutte.net>
11311 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11312 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
11313 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
11314 (gst_ximagesink_expose), (gst_ximagesink_set_property),
11315 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
11316 methods from chain and negotiation and vice versa (Fixes #166142).
11317 * sys/ximage/ximagesink.h: Add stream_lock.
11318 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
11319 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
11320 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
11321 (gst_xvimagesink_expose): Check for xcontext before trying to link.
11323 2005-02-12 Tim-Philipp M??ller <tim at centricular dot net>
11325 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
11326 Don't send "Hey! You gave me a NULL pointer you naughty person" as
11327 error message when we can't open the DVD device (when dvdnav_open()
11328 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
11329 the above). Send something more useful instead (fixes #167117).
11331 2005-02-11 Julien MOUTTE <julien@moutte.net>
11333 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
11334 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
11335 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
11336 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
11337 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
11338 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
11339 methods from chain and negotiation and vice versa (Fixes #166142).
11340 Fix a possible bug of images in the buffer pool being discarded because
11341 we are looking at the wrong geometry.
11342 * sys/xvimage/xvimagesink.h: Add stream_lock.
11344 2005-02-11 David Schleef <ds@schleef.org>
11346 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
11347 unsigned int. (fixes #167128)
11349 2005-02-11 David Schleef <ds@schleef.org>
11351 * gst/librfb/Makefile.am: Testing stuff before committing is
11352 for wimps... and people with fast machines. Fix stupid
11355 2005-02-11 David Schleef <ds@schleef.org>
11357 * configure.ac: Pull in librfb from my CVS tree, because it is
11358 too small and annoying to be separate. Move rfbsrc plugin
11361 * ext/librfb/Makefile.am:
11362 * ext/librfb/gstrfbsrc.c:
11363 * gst/librfb/Makefile.am:
11364 * gst/librfb/gstrfbsrc.c:
11365 * gst/librfb/rfb.c:
11366 * gst/librfb/rfb.h:
11367 * gst/librfb/rfbbuffer.c:
11368 * gst/librfb/rfbbuffer.h:
11369 * gst/librfb/rfbbytestream.c:
11370 * gst/librfb/rfbbytestream.h:
11371 * gst/librfb/rfbcontext.h:
11372 * gst/librfb/rfbdecoder.c:
11373 * gst/librfb/rfbdecoder.h:
11374 * gst/librfb/rfbutil.h:
11376 2005-02-10 Tim-Philipp M??ller <tim at centricular dot net>
11378 * gst/speed/Makefile.am:
11379 * gst/speed/demo-mp3.c: (main):
11380 * gst/speed/filter.func:
11381 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
11382 (speed_class_init), (speed_init), (speed_chain_int16),
11383 (speed_chain_float32), (speed_chain), (speed_set_property),
11384 (speed_get_property), (speed_change_state):
11385 * gst/speed/gstspeed.h:
11386 Fix speed element and make it chain-based (fixes #156467),
11387 and make it handle more than one channel.
11389 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
11391 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
11392 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
11393 (gst_dtsdec_chain), (gst_dtsdec_change_state):
11394 * ext/dts/gstdtsdec.h:
11395 Don't clobber the stack constructing the channels array.
11396 Make the element chain-based. DTS tracks can now be played.
11398 2005-02-09 Tim-Philipp M??ller <tim at centricular dot net>
11400 * gst-libs/gst/audio/multichannel.h:
11401 * gst-libs/gst/gconf/gconf.h:
11402 * gst-libs/gst/idct/idct.h:
11403 * gst-libs/gst/media-info/media-info-priv.h:
11404 * gst-libs/gst/play/play.h:
11405 * gst-libs/gst/resample/private.h:
11406 * gst-libs/gst/resample/resample.h:
11407 * gst-libs/gst/riff/riff-ids.h:
11408 * gst-libs/gst/video/video.h:
11409 * gst-libs/gst/video/videosink.h:
11410 Add G_BEGIN_DECLS and G_END_DECLS around headers where
11411 missing, so that they work when included from C++ code.
11413 2005-02-09 David Schleef <ds@schleef.org>
11415 * testsuite/gst-lint: Check for non-statically scoped
11416 parent_class variables. This won't be a problem once
11417 plugins are loaded with RTLD_LOCAL.
11419 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11421 * ext/mplex/gstmplexibitstream.cc:
11424 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11426 * ext/ogg/gstogmparse.c:
11427 * gst/debug/gstnavigationtest.c:
11428 Die, thou faulty symbol pollutors (non-static parent_class).
11430 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11432 * ext/mplex/gstmplexibitstream.cc:
11433 Fix event handling (#165525).
11435 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11437 * ext/mikmod/gstmikmod.c:
11438 * gst/modplug/gstmodplug.cc:
11439 Add missing endianness to template (fixes #165509).
11441 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11443 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
11444 Fix wrong order of reading of optional bytes (#165290).
11446 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11448 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11449 Implement FILLER event awareness.
11451 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11453 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
11454 Fix track calculations (#166208).
11456 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
11458 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11460 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
11461 * ext/libpng/gstpngenc.c:
11462 Fix byte-order, use proper fixed caps. Fixes #164197.
11464 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
11469 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
11470 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
11471 Don't push buffers if the src pad isn't negotiated yet.
11473 * gst/audioconvert/gstaudioconvert.c:
11474 (gst_audio_convert_buffer_to_default_format),
11475 (gst_audio_convert_buffer_from_default_format):
11476 Add support for 24-bit width.
11478 * gst/dvdlpcmdec/.cvsignore:
11479 * gst/dvdlpcmdec/Makefile.am:
11480 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
11481 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
11482 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
11483 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
11485 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
11486 New decoder for rearranging DVD LPCM into our audio/x-raw-int
11487 format. Needs support for the channels maps if someone can find
11488 a DVD LPCM track with > 2 channels.
11490 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
11491 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
11492 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
11493 * gst/mpegstream/gstdvddemux.h:
11494 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
11495 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
11496 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
11497 * gst/mpegstream/gstmpegdemux.h:
11498 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
11499 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
11500 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
11501 (gst_mpeg_parse_handle_src_query),
11502 (gst_mpeg_parse_handle_src_event):
11503 Use audio/x-dvd-lpcm for LPCM output.
11506 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
11508 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11510 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
11511 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
11512 Add BGRA handling (#165736).
11514 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
11516 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11518 * gst/law/alaw-decode.c: (alawdec_link):
11519 * gst/law/alaw-encode.c: (alawenc_link):
11520 * gst/law/mulaw-decode.c: (mulawdec_link):
11521 * gst/law/mulaw-encode.c: (mulawenc_link):
11522 Fix caps memleaks (#166600).
11524 2005-02-08 Tim-Philipp M??ller <tim at centricular dot net>
11526 * ext/tarkin/mem.h:
11527 * ext/tarkin/wavelet.h:
11528 * ext/tarkin/yuv.h:
11529 * gst/ffmpegcolorspace/avcodec.h:
11530 Include "_stdint.h" instead of <stdint.h>. Fixes build on
11531 systems that don't have stdint.h, like Solaris9 (fixes #166631).
11533 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11535 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
11536 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
11537 (gst_xvimagesink_change_state):
11538 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
11539 Xv video (and thereby regenerate Xv colourkey) in clear() so
11540 that PLAY -> READY -> PLAY works (fixes #162504).
11542 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11544 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
11545 Switch to list instead of range, since MJPEG-devices really just
11546 support decimations, not any size.
11548 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
11549 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
11550 (gst_mpeg2dec_reset), (free_all_buffers),
11551 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
11552 * ext/mpeg2dec/gstmpeg2dec.h:
11553 The libmpeg2 user-allocated buffer management is awkward,
11554 to say the least. Hopefully this fixes things.
11556 2005-02-04 Andy Wingo <wingo@pobox.com>
11558 * gst/audioconvert/bufferframesconvert.c
11559 (buffer_frames_convert_fixate): New function, fixates to 256
11560 frames per buffer by default. (Much better than 1.)
11561 (buffer_frames_convert_init): Set the fixate function for both src
11563 (buffer_frames_convert_link): After success setting nonfixed caps,
11564 get the negotiated caps so we can know how many buffer-frames it
11565 will be. No idea how this worked at all before.
11567 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
11569 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
11570 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
11571 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
11572 (handle_sequence), (handle_picture):
11573 * ext/mpeg2dec/gstmpeg2dec.h:
11574 Rearrange buffer tracking and refcounting and refactor
11575 a little for readability.
11577 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
11578 * sys/v4l/gstv4l.c: (plugin_init):
11579 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
11580 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
11581 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
11582 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
11583 * sys/v4l/gstv4ljpegsrc.h:
11584 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
11585 * sys/v4l/v4l_calls.h:
11586 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
11587 (gst_v4lsrc_get_fps):
11588 * sys/v4l/v4lsrc_calls.h:
11589 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
11590 you jpeg inside rgb frames" driver.
11591 Don't error in the v4lsrc link function, just return
11594 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11596 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
11597 (gst_qcamsrc_open):
11598 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
11600 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11602 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
11603 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
11605 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11607 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
11608 Reset negotiated state on PAUSED->READY.
11610 2005-02-02 David Schleef <ds@schleef.org>
11612 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
11613 whereever possible. (Fixes #165997)
11614 * examples/capsfilter/capsfilter1.c: (main):
11615 * examples/dynparams/filter.c: (create_ui):
11616 * examples/seeking/cdparanoia.c: (get_track_info), (main):
11617 * examples/seeking/chained.c: (main):
11618 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
11619 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
11620 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
11621 (make_mpeg_pipeline), (make_mpegnt_pipeline):
11622 * examples/seeking/spider_seek.c: (make_spider_pipeline):
11623 * examples/switch/switcher.c: (main):
11624 * ext/dv/demo-play.c: (main):
11625 * ext/faad/gstfaad.c: (gst_faad_change_state):
11626 * ext/mad/gstmad.c: (gst_mad_chain):
11627 * ext/smoothwave/demo-osssrc.c: (main):
11628 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
11629 (gst_gconf_render_bin_from_description),
11630 (gst_gconf_get_default_audio_sink),
11631 (gst_gconf_get_default_video_sink),
11632 (gst_gconf_get_default_audio_src),
11633 (gst_gconf_get_default_video_src),
11634 (gst_gconf_get_default_visualization_element):
11635 * gst/level/demo.c: (main):
11636 * gst/level/plot.c: (main):
11637 * gst/playback/gstplaybin.c: (gen_video_element),
11638 (gen_audio_element):
11639 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
11640 * gst/playondemand/demo-mp3.c: (setup_pipeline):
11641 * gst/sine/demo-dparams.c: (main):
11642 * gst/spectrum/demo-osssrc.c: (main):
11643 * gst/speed/demo-mp3.c: (main):
11644 * gst/volume/demo.c: (main):
11645 * testsuite/embed/embed.c: (main):
11647 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
11649 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
11650 (gst_tcpclientsink_finalize):
11651 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
11652 (gst_tcpclientsrc_finalize):
11653 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11654 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
11655 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
11656 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
11657 Don't leak the hostname when shutting down.
11658 In tcpserversrc, take a copy of the default hostname.
11660 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11662 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
11663 Set caps to systemstream=TRUE.
11665 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11667 * testsuite/Makefile.am:
11668 Fix more OSX buildbots.
11670 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
11672 * ext/mpeg2dec/gstmpeg2dec.c:
11673 Don't send things to NULL PAD_PEERs
11675 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
11676 Copy-on-write the incoming buffer.
11678 * gst/mpegstream/gstdvddemux.h:
11679 * gst/mpegstream/gstmpegclock.h:
11680 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
11681 (normal_seek), (gst_mpeg_demux_handle_src_event):
11682 * gst/mpegstream/gstmpegdemux.h:
11683 * gst/mpegstream/gstmpegpacketize.h:
11684 * gst/mpegstream/gstmpegparse.c:
11685 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
11686 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
11687 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
11688 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
11689 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
11690 * gst/mpegstream/gstmpegparse.h:
11691 * gst/mpegstream/gstrfc2250enc.h:
11692 Various changes to the way time is computed that make seeking and
11693 total time estimation much better here.
11694 Use G_BEGIN/END_DECLS instead of __cplusplus
11696 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
11697 Use gst_buffer_stamp instead of only copying the TIMESTAMP
11699 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11701 * gst/subparse/gstsubparse.c:
11704 2005-01-31 Tim-Philipp M??ller <tim at centricular dot net>
11706 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
11707 (theora_enc_chain), (theora_enc_change_state):
11708 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11709 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
11710 (gst_vorbisenc_change_state):
11711 * ext/vorbis/vorbisenc.h:
11712 Set granulepos and timestamp correctly for streams not
11713 starting at 0, taking into account the initial delay.
11715 2005-01-31 Tim-Philipp M??ller <tim at centricular dot net>
11717 * gst/mpegstream/gstdvddemux.c:
11718 Add audio/x-dts to audio pad template caps
11720 2005-01-30 David Schleef <ds@schleef.org>
11722 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
11723 (create_context), (gst_polypsink_link): Fix silly endianness
11724 bug. Add some debugging. Remove float from caps; it doesn't
11725 work. Attempt to get remote audio working.
11727 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11729 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
11732 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11734 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
11735 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
11736 (gst_avi_demux_stream_data):
11737 * gst/avi/gstavidemux.h:
11738 Invert DIB images. Fixes #132341.
11740 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11742 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11743 (gst_ffmpegcsp_chain):
11744 D'oh, reference the palette data, not the palette structure.
11745 Fixes color distortion in #132341.
11747 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11749 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
11750 PAR can be non-fixed when not provided as argument (#162626).
11752 2005-01-29 David Moore <dcm@acm.org>
11754 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11756 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11757 (gst_qtdemux_loop_header):
11758 Re-apply patch from #142272 that allows non-seekable sources,
11759 re-proposed by Daniel Drake <dsd@gentoo.org>.
11761 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11763 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
11764 Use the src template for creating the src pad (#162330).
11766 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11769 * ext/musepack/Makefile.am:
11770 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
11771 (gst_musepackdec_init), (gst_musepackdec_dispose),
11772 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
11773 (gst_musepack_stream_init), (gst_musepackdec_loop),
11774 (gst_musepackdec_change_state):
11775 * ext/musepack/gstmusepackdec.cpp:
11776 * ext/musepack/gstmusepackdec.h:
11777 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
11778 (gst_musepack_reader_read), (gst_musepack_reader_seek),
11779 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
11780 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
11781 * ext/musepack/gstmusepackreader.cpp:
11782 * ext/musepack/gstmusepackreader.h:
11783 Update to 1.1 API (#165446).
11785 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11790 2005-01-28 Andy Wingo <wingo@pobox.com>
11792 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
11793 to reflect a different dubious internet source. Add a reference
11794 and some commentary.
11796 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11798 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
11799 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
11800 * gst/playback/gststreamselector.h:
11801 Be more selective when we're redoing caps negotiation from
11802 within the chain function on a stream change.
11804 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11808 * ext/amrnb/Makefile.am:
11809 * ext/amrnb/amrnb.c: (plugin_init):
11810 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
11811 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
11812 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
11813 (gst_amrnbdec_state_change):
11814 * ext/amrnb/amrnbdec.h:
11815 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
11816 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
11817 (gst_amrnbparse_init), (gst_amrnbparse_formats),
11818 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
11819 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
11820 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
11821 * ext/amrnb/amrnbparse.h:
11822 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
11823 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11824 Add AMR-NB/-WB raw formats.
11825 * ext/alsa/gstalsa.c: (gst_alsa_link):
11826 Keep valid time when changing format.
11827 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11828 (qtdemux_parse_trak):
11829 Add some more format-specific options (#140141, #143555, #155163).
11831 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11833 * gst/matroska/matroska-demux.c:
11834 (gst_matroska_demux_parse_blockgroup):
11835 Fix logic error in timing of subtitle stream synchronization.
11836 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11837 Add skip-chunk, which is found in kodak-camera streams.
11839 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
11843 Adding Vietnamese translation (submitted by Clytie Siddall)
11845 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11847 * gst/playback/gstdecodebin.c: (try_to_link_1):
11848 Use realpad for signal.
11850 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11852 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
11853 Fix category so decodebin picks it up.
11855 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11857 * ext/mad/Makefile.am:
11858 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
11859 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
11860 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
11861 (found_type), (gst_id3demux_bin_change_state):
11862 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
11863 (gst_id3_tag_init), (gst_id3_tag_handle_event),
11864 (gst_id3_tag_src_link), (gst_id3_tag_chain),
11865 (gst_id3_tag_change_state), (plugin_init):
11866 * ext/mad/gstmad.h:
11867 Add id3demuxbin (which is a simple bin consisting of id3demux
11868 and typefind), take over rank from id3demux, remove typefind
11869 code from id3demux. Makes all broken mp3s that I know of work,
11870 and thereby fixes #152688.
11872 2005-01-27 Edward Hervey <bilboed@bilboed.com>
11874 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11876 * ext/mad/gstmad.c: (gst_mad_src_event):
11877 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
11878 Allow seeks on audio pad, make mad forward those (#164826).
11879 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
11880 Set duration (#165335).
11882 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11884 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
11885 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
11886 (gst_asf_demux_process_ext_content_desc),
11887 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
11888 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
11889 * gst/asfdemux/gstasfdemux.h:
11890 Improve metadata display, e.g. if the metadata comes before the
11891 streams are loaded (which is perfectly valid).
11893 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11895 * tools/gst-launch-ext-m.m:
11896 Fix AVI/ASF pipelines (#165340).
11898 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
11899 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
11900 build failure on amd64
11902 2005-01-26 Tim-Philipp M??ller <tim at centricular dot net>
11904 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
11905 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
11906 Check environment variables GST_ID3V2_TAG_ENCODING,
11907 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
11908 list of character encodings to force interpretation of non-unicode
11909 strings stored in an ID3v2 tag to a particular encoding. If none
11910 is specified, try to use current locale's encoding, then fall back
11911 to ISO-8859-1 (which will always succeed). (Resolves #149274)
11912 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
11913 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
11914 Check environment variables GST_ID3V1_TAG_ENCODING,
11915 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
11916 list of character encodings to use in case a string encountered
11917 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
11918 specified, try to use the current locale's encoding, then fall
11919 back to ISO-8859-1 (which will always succeed).
11921 2005-01-25 Benjamin Otte <otte@gnome.org>
11923 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
11924 - on half framerate, compute the rate in advance so the comparisons
11925 don't compare wrong values
11926 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
11928 - don't use mad_header_decode anymore, mad_frame_decode does that
11930 - when getting rid of consumed bytes, reset the stream's skiplen
11933 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
11935 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
11936 Use 1/2 a second for default max_discont, as PES streams from DVB
11937 seem to have larger spacings in the SCR.
11940 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11942 * gst/playback/gstplaybasebin.c: (group_commit):
11943 Notify delayed stream-info availability.
11945 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
11946 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
11947 (gst_a52dec_handle_event), (gst_a52dec_chain):
11948 Add some debug output. Check that a discont has a valid
11950 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
11951 (gst_alsa_sink_loop):
11952 Ignore TAG events. A little extra debug for broken timestamps.
11953 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
11954 (dvdnavsrc_change_state):
11955 Ensure we send a discont to engage the link before we send any
11957 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
11958 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
11959 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
11960 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
11961 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
11962 dvd://title works in totem because typefinding sends a seek that ends
11963 up going back to chapter 1 regardless.
11964 * ext/mpeg2dec/gstmpeg2dec.c:
11965 * ext/mpeg2dec/gstmpeg2dec.h:
11966 Output correct timestamps and handle disconts.
11967 * ext/ogg/gstoggdemux.c: (get_relative):
11968 Small guard against a null dereference.
11969 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
11970 (gst_textoverlay_set_property):
11971 Free memory when done. Don't call gst_event_filler_get_duration on
11972 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
11974 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
11975 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
11976 (gst_sw_srclink), (gst_smoothwave_chain):
11977 Draw solid lines, prettier colours.
11978 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
11979 Add a default palette that'll work for some movies.
11980 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
11981 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
11982 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
11983 * gst/mpegstream/gstdvddemux.h:
11984 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
11985 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
11986 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
11987 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
11988 * gst/mpegstream/gstmpegparse.h:
11989 Use PTM/NAV events when for timestamp adjustment when connected to
11990 dvdnavsrc. Don't use many discont events where one suffices.
11991 * gst/playback/gstplaybasebin.c: (group_destroy),
11992 (gen_preroll_element), (gst_play_base_bin_add_element):
11993 * gst/playback/gstplaybasebin.h:
11994 Make sure we remove subtitles from the same bin we put them in.
11995 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
11996 (gst_subparse_buffer_format_autodetect),
11997 (gst_subparse_change_state):
11998 Fix some memleaks and invalid accesses.
11999 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
12000 (oggskel_type_find), (cmml_type_find), (plugin_init):
12001 Some typefind functions for Annodex v3.0 files
12002 * gst/wavparse/gstwavparse.h:
12003 GstRiffReadClass is the correct parent class.
12005 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12007 * gst-libs/gst/riff/riff-media.c:
12008 (gst_riff_create_video_caps_with_data):
12009 Add extradata to huffyuv (fixes #165013).
12010 * gst-libs/gst/riff/riff-read.c:
12011 (gst_riff_read_strf_vids_with_data):
12012 Fix extradata extraction if it is in the chunk size.
12014 2005-01-25 Edward Hervey <bilboed@bilboed.com>
12016 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12018 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
12019 (gst_quarktv_change_state), (gst_quarktv_dispose):
12020 Memory free'ing location fix (#164708).
12022 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12024 * gst/playback/gstplaybasebin.c: (group_commit),
12025 (gen_preroll_element), (probe_triggered), (gen_source_element),
12026 (setup_source), (gst_play_base_bin_change_state),
12027 (gst_play_base_bin_add_element):
12028 Don't block for streams.
12029 * gst/playback/gststreaminfo.c: (stream_info_change_state),
12030 (gst_stream_info_set_mute):
12031 Use gst_pad_set_active_recursive.
12033 2005-01-25 Andy Wingo <wingo@pobox.com>
12035 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
12036 for #ifndef HAVE_XVIDEO.
12038 2005-01-24 Jeffrey C. Ollie
12040 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
12042 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
12043 * ext/gsm/gstgsmdec.h:
12044 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
12045 * ext/gsm/gstgsmenc.h:
12046 Fix rate to 8kHz as per spec, removes obscure errors when no rate
12047 was given by property. Add proper buffer timestamps and offsets.
12049 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12051 * gst-libs/gst/riff/riff-media.c:
12052 (gst_riff_create_audio_caps_with_data):
12053 Audio can be <8000Hz.
12055 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12057 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12058 Explicit state change to workaround refcount bugs.
12060 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12062 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
12063 (gst_avimux_riff_get_avi_header):
12066 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12068 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
12069 (gst_riff_read_element_data):
12070 * gst-libs/gst/riff/riff-read.h:
12071 Add _peek version (req'ed in CDXA).
12072 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
12073 (gst_cdxaparse_loop):
12074 Fix parsing in playbin.
12075 * gst/playback/gstdecodebin.c: (close_pad_link):
12076 Ignore current_ pads, they cause major annoyance.
12078 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12080 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12083 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12085 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
12088 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12090 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
12091 Allow for 0-sized buffers. Fixes length query problems in
12092 starwars.mkv from the testsuite.
12094 2005-01-19 Tim-Philipp M??ller <tim at centricular dot net>
12096 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
12097 (gst_video_box_i420), (gst_video_box_chain):
12098 Fix row strides for I420 (fixes #163159)
12100 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12102 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
12103 MPEG2 has a useful rate property, so we can actually use that.
12104 For MPEG-1, continue using the bytes/time properties.
12106 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12108 * gst-libs/gst/riff/riff-media.c:
12109 (gst_riff_create_video_caps_with_data),
12110 (gst_riff_create_video_template_caps):
12113 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12115 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
12116 Fail if caps negotiation fails. Should fix #162184, and should
12117 definately be in there regardless of it fixing the actual bug.
12118 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
12119 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
12120 (gst_avimux_riff_get_avix_header),
12121 (gst_avimux_riff_get_video_header),
12122 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
12123 (gst_avimux_start_file), (gst_avimux_handle_event),
12124 (gst_avimux_change_state):
12125 * gst/avi/gstavimux.h:
12126 Refactor structure writing to use GST_WRITE_UINT macros, add
12127 metadata writing support.
12129 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12131 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12132 Elements may already be destroyed when this function is called.
12134 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12136 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
12137 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
12138 More memory leak fixes (#149162).
12140 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12142 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
12143 (gst_qtdemux_add_stream):
12146 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12148 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
12151 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12153 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
12154 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
12155 when fixating to six channels in Totem.
12157 2005-01-17 Tim-Philipp M??ller <tim at centricular dot net>
12159 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
12160 Fix compile warnings on Solaris 10 buildbot
12162 2005-01-17 Tim-Philipp M??ller <tim at centricular dot net>
12164 * ext/dvdread/dvdreadsrc.c: (_read):
12165 Don't read beyond the last cell in a chapter (fixes
12166 invalid memory access)
12168 2005-01-17 Tim-Philipp M??ller <tim at centricular dot net>
12170 * ext/dvdread/stream_labels.c:
12171 (dvdreadsrc_get_audio_stream_labels):
12172 Use NULL for an empty GList instead of g_list_alloc(); fix
12173 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
12174 of GString (easier to bulk free later)
12176 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
12178 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12180 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12181 (gst_ffmpeg_pixfmt_to_caps):
12182 Fix BGRA32 caps (#164209).
12184 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
12186 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12188 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12189 (gst_ffmpeg_caps_to_pixfmt):
12190 alpha_mask can be RGBA/ABGR. Fixes #164265.
12192 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
12194 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12196 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
12197 (gst_mpeg2dec_alloc_buffer):
12198 * ext/mpeg2dec/gstmpeg2dec.h:
12199 Crop if decoding size is not the actual image size (#163676).
12201 2005-01-17 Steve Baker <steve@stevebaker.org>
12203 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12205 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
12206 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
12207 Add libsndfile typefind functions (#163309).
12209 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12211 * tools/gst-launch-ext-m.m:
12212 Add .aac, fix .m1v/.m2v (#163891).
12214 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12216 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
12217 Sanity check, don't wait endlessly since the clock might not
12218 actually run at this point (which is a deadlock). Fixes #164069.
12220 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12222 * gst/playback/gstplaybasebin.c: (probe_triggered):
12223 Of course, only pause if group is done...
12225 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12227 * gst/playback/gstplaybasebin.c: (probe_triggered):
12230 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
12232 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
12233 Don't return state change success when the parent
12236 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12238 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
12239 Free events (fix memleak in #162905).
12241 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
12243 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12245 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12246 (gst_ffmpeg_caps_to_pixfmt):
12247 Fix for depth = 15. Fixes #161675.
12249 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12251 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
12252 Set FPS correctly, even for webcams and the like.
12253 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
12254 Don error on setting while capturing.
12256 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12258 * ext/dv/gstdvdec.c:
12259 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
12260 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
12261 I'm a bad boy. using /1001. to force C to do float division
12262 and not integer division (as it did in my last commit)
12263 Thanks to David I. Lehn for pointing this mistake.
12265 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12267 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
12268 Revert Johan??s 1.35->1.36 since it breaks compat.
12270 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12272 * ext/dv/gstdvdec.c:
12273 * ext/libfame/gstlibfame.c:
12274 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
12275 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
12276 replace framerate aproximations by their real value
12277 (24000/1001, 30000/1001, 60000/1001)
12278 Finish fixing bug #164049
12280 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
12282 * ext/ogg/gstoggmux.c:
12284 * gst/tcp/gstmultifdsink.c:
12285 * gst/tcp/gstmultifdsink.h:
12286 * gst/tcp/gsttcp.c:
12287 * gst/tcp/gsttcp.h:
12288 * gst/tcp/gsttcpclientsink.c:
12289 * gst/tcp/gsttcpclientsrc.c:
12290 * gst/tcp/gsttcpserversink.c:
12291 * gst/tcp/gsttcpserversrc.c:
12292 improve reusability of elements after state changes and errors
12293 make multifdsink throw away streamheaders when receiving new ones
12295 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12297 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
12298 Fix for if items are already in list...
12300 2005-01-12 Benjamin Otte <otte@gnome.org>
12302 * gst/adder/gstadder.c: (gst_adder_loop):
12303 fix adder a bit so it doesn't screw up with events as much anymore
12305 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
12307 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
12308 (pixbufscale_scale), (gst_pixbufscale_chain):
12309 * ext/gdk_pixbuf/pixbufscale.h:
12310 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
12311 to ensure rowstrides are calculated the same way as
12313 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
12314 that we pick up duration and offset also.
12316 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12318 * gst/avi/gstavimux.c: (gst_avimux_class_init),
12319 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
12322 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12324 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
12325 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
12326 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
12327 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
12328 Update flags when requested.
12330 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12332 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
12335 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12337 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12338 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
12339 (probe_triggered), (new_decoded_pad), (gen_source_element),
12340 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
12341 * gst/playback/gstplaybasebin.h:
12342 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12343 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
12344 (gst_play_bin_change_state):
12345 Implement group-switch signal for use in apps to clear metadata
12346 cache, clean up subtitle, add suburi property instead of # hack,
12347 some error-out fixes.
12349 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12351 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12353 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
12354 If we got a state change in the _get handler, don't return success.
12356 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12358 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
12359 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
12360 Make jpegdec quiet on MJPEG decoding
12361 * gst/asfdemux/README:
12362 Fix mimetypes for MJPEG and H263
12364 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12366 * ext/theora/theoradec.c: (theora_dec_chain):
12367 Fix broken code generation by gcc by swapping arguments.
12368 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12371 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12374 delete this file, it is by far outdated
12375 * ext/alsa/gstalsa.1: remove
12376 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
12377 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
12378 (gst_alsa_get_caps):
12379 Add HW probing for supported sample rates. Fixes #161704
12381 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12383 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
12384 Don't crash, biatch! :).
12386 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12388 * ext/musepack/gstmusepackreader.cpp:
12389 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
12390 Some work on tags - still doesn't work in playbin...
12391 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
12394 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12396 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
12397 Also shove tags on kid pads.
12399 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12401 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
12402 Don't bail on unknown events.
12403 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
12404 Don't crash on events before negotiation.
12405 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
12406 Send tags on pads, too.
12407 * gst/playback/gststreamselector.c:
12408 (gst_stream_selector_request_new_pad):
12409 Forward events on first pad if no input was selected yet.
12411 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12413 * gst/playback/gstplaybasebin.c: (setup_substreams):
12414 Don't disable streamtype if the stream doesn't exist, since
12415 then playing a video after audio will disable both and nothing
12416 will happen. Fixes the testsuite.
12418 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12420 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
12421 (gst_v4l_xoverlay_set_xwindow_id):
12422 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
12423 (gst_v4l2_xoverlay_set_xwindow_id):
12424 Add debug categories, fix overlay disabling.
12426 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12428 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
12429 * ext/alsa/gstalsa.h:
12430 Add HW probing for period_count/size and buffer_size MIX/MAX
12431 Adjust default/user defined value if out of bounds
12432 Should fix bug #162024
12434 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12436 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
12437 Fix warning (#161191).
12439 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12441 * ext/dvdread/stream_labels.c:
12442 (dvdreadsrc_get_audio_stream_labels):
12443 Fix warning (init the good variable in switch default)
12445 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
12447 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12449 * gst/tta/gstttaparse.c: (gst_tta_src_event):
12450 Fix gcc-2.95 compile (#163485).
12452 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12455 * ext/flac/gstflacenc.c: (gst_flacenc_init),
12456 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
12457 (gst_flacenc_tell_callback), (gst_flacenc_chain),
12458 (gst_flacenc_change_state):
12459 * ext/flac/gstflacenc.h:
12460 Update for API change in flac-1.1.1. Update requirement in
12461 configure.ac. Fixes #162974.
12463 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12465 * gst/playback/gstplaybasebin.c: (group_destroy):
12466 Remove hack to get rid of assert and get rid of unlinked
12469 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12471 * gst/playback/gstplaybasebin.c: (setup_source):
12472 Set source to NULL so that resources are free'ed. Fixes issues
12473 with playback of CDDA and similar device-accessing things.
12475 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12477 * testsuite/embed/Makefile.am:
12478 test->noinst, fix make test in buildbot.
12480 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12482 * ext/dvdread/stream_labels.c: new file
12483 * ext/dvdread/stream_labels.h: new file
12484 * ext/dvdread/Makefile.am:
12485 * ext/dvdread/dvdreadsrc.c: (_seek_title):
12486 Extract audio stream label from DVD IFO files.
12487 It only dump them on the console for now, still have to
12488 make playbin aware of them.
12490 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12492 * gst/playback/gstplaybasebin.c: (setup_source):
12495 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12497 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12498 (gen_preroll_element), (remove_groups), (setup_subtitle),
12499 (gen_source_element), (setup_source):
12500 * gst/playback/gstplaybasebin.h:
12501 Multiple .sub files is just a stupid idea... Fix some threading
12502 mistakes. Interestingly, external .sub files cause playbin to
12503 hang, I don't know why... Parsing fixes contributed by Fran??ois
12504 Kooman <fkooman@tuxed.net>.
12506 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12508 * testsuite/embed/Makefile.am:
12511 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
12513 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12515 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12516 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12517 (gst_pngenc_set_property):
12518 * ext/libpng/gstpngenc.h:
12519 Add compression level property (#163323).
12521 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12524 * examples/capsfilter/capsfilter1.c: (main):
12525 * examples/seeking/spider_seek.c: (make_spider_pipeline):
12526 * ext/dvdread/Makefile.am:
12527 * ext/dvdread/demo-play:
12528 * ext/dvdread/demo-play.c:
12529 * gconf/gstreamer.schemas.in:
12530 * gst-libs/gst/gconf/gconf.c:
12532 * testsuite/Makefile.am:
12533 * testsuite/embed/Makefile.am:
12534 * testsuite/embed/embed.c: (cb_expose), (main):
12535 Remove all references to xvideosink, fix examples (#140845).
12536 * gst/playback/gstplaybasebin.c: (group_destroy):
12537 Apparently, disposal does not unlink - so do explicitely.
12538 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
12541 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
12543 * README: fix PKG_CONFIG_PATH instructions, what was there
12544 previously was breaking default search path, not nice.
12547 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12549 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
12550 (gst_audioscale_chain):
12551 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
12552 when resampling - how the ^@$^!@^! is this possible?!?
12554 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12556 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12557 Reset variables on READY.
12558 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
12559 (gst_matroska_mux_loop):
12560 Require data before writing header.
12562 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
12564 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12566 * ext/mad/gstmad.c: (gst_mad_chain):
12567 Don't call mad_stream_sync() directly after recovering sync.
12570 2005-01-09 Martin Eikermann <meiker@upb.de>
12572 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12574 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
12575 (snapshot_handler), (gst_snapshot_sinkconnect),
12576 (gst_snapshot_chain):
12577 Allocate resources when required, fix recursive signal emission
12578 and fix caps. Fixes #161667.
12580 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
12582 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12584 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
12585 (gst_pngdec_chain):
12586 Handle only 8-bppc (bits-per-pixel-component) images, better
12587 error handling and correct strides. Fixes #163177.
12588 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
12589 (gst_pngenc_chain):
12590 Better error handling. Fixes #163348.
12592 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12594 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
12595 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
12596 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
12597 (dvdnavsrc_uri_handler_init):
12598 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
12599 * gst/playback/gstplaybasebin.c: (gen_source_element):
12600 Add MMS to streaming URIs.
12602 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12604 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
12605 * sys/xvimage/xvimagesink.c:
12606 (gst_xvimagesink_navigation_send_event):
12607 Check for pad availability before sending event.
12609 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12611 * gst-plugins.spec.in:
12614 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12617 Since we use functions from CVS, up requirement.
12619 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12621 * gst/playback/Makefile.am:
12622 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12623 (group_destroy), (group_commit), (group_is_muted),
12624 (gen_preroll_element), (add_stream), (unknown_type),
12625 (probe_triggered), (preroll_unlinked), (mute_stream),
12626 (silence_stream), (new_decoded_pad), (setup_substreams),
12627 (setup_source), (get_active_source), (mute_group_type),
12628 (muted_group_change_state), (set_active_source),
12629 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12630 (play_base_eos), (gst_play_base_bin_change_state):
12631 * gst/playback/gstplaybasebin.h:
12632 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
12633 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
12634 (gst_stream_info_dispose), (stream_info_mute_pad),
12635 (stream_info_change_state), (gst_stream_info_set_mute):
12636 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
12637 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
12638 (gst_stream_selector_init), (gst_stream_selector_dispose),
12639 (gst_stream_selector_get_linked_pad),
12640 (gst_stream_selector_get_caps), (gst_stream_selector_link),
12641 (gst_stream_selector_get_linked_pads),
12642 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12643 * gst/playback/gststreamselector.h:
12644 Adding stream selection support plus required properties for
12645 applications to use this. Fully fixes #100931.
12647 2005-01-08 Benjamin Otte <otte@gnome.org>
12649 * gst/games/gstpuzzle.c: (nav_event_handler):
12650 - handle nav events differently: forward every event no matter if it
12651 was handled or not.
12653 You can now cheat by using navigationtest ! puzzle and moving the
12654 mouse close to the edge of a tile. ;)
12656 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12659 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
12660 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
12661 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
12662 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
12663 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
12664 (gst_ogm_parse_plugin_init):
12665 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
12666 (gst_textoverlay_link), (gst_textoverlay_getcaps),
12667 (gst_textoverlay_event), (gst_textoverlay_video_chain),
12668 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
12669 * ext/pango/gsttextoverlay.h:
12670 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12671 (gst_matroska_demux_handle_seek_event),
12672 (gst_matroska_demux_sync_streams),
12673 (gst_matroska_demux_parse_blockgroup),
12674 (gst_matroska_demux_subtitle_caps),
12675 (gst_matroska_demux_plugin_init):
12676 * gst/matroska/matroska-ids.h:
12677 * gst/playback/gstdecodebin.c: (close_pad_link):
12678 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12679 (gen_preroll_element), (remove_groups), (add_stream),
12680 (new_decoded_pad), (setup_subtitles), (gen_source_element),
12682 * gst/playback/gstplaybasebin.h:
12683 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
12684 * gst/subparse/Makefile.am:
12685 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
12686 (gst_subparse_base_init), (gst_subparse_class_init),
12687 (gst_subparse_init), (gst_subparse_formats),
12688 (gst_subparse_eventmask), (gst_subparse_event),
12689 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
12690 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
12691 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
12692 (parse_mpsub_deinit), (parse_mpsub_init),
12693 (gst_subparse_buffer_format_autodetect),
12694 (gst_subparse_format_autodetect), (gst_subparse_loop),
12695 (gst_subparse_change_state), (gst_subparse_type_find),
12697 * gst/subparse/gstsubparse.h:
12698 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
12700 Add subtitle support, .sub parser (supports SRT and MPsub),
12701 OGM text support, Matroska UTF-8 text support, deadlock fixes
12702 all over the place, subtitle awareness in decodebin/playbin
12703 and some fixes to textoverlay to handle subtitles in a stream
12704 correctly. Fixes #100931.
12706 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12708 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12709 Check for pad availability before doing a query on it.
12711 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12713 * ext/dv/gstdvdec.c:
12714 really fix bpp24/32 dvdec caps (classic rgba indeed)
12715 * gst/asfdemux/gstasfdemux.c:
12716 (gst_asf_demux_process_ext_content_desc):
12717 don't send text tags if they are empty (bis repetita)
12719 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12721 * ext/dv/gstdvdec.c:
12722 remove unneeded comment from dvdec
12723 (related to DV 4CC codes in AVI files)
12724 moved them in gstreamer/docs/random/mimetypes
12725 * gst/asfdemux/gstasfdemux.c:
12726 (gst_asf_demux_process_ext_content_desc):
12727 don't send text tags if they are empty
12728 fix mem leak on error path
12729 * gst/ffmpegcolorspace/avcodec.h:
12730 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12731 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
12732 (gst_ffmpegcsp_avpicture_fill):
12733 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
12734 * gst/ffmpegcolorspace/imgconvert_template.h:
12735 adds BGR32 and BGRA32 to ffmpegcolorspace
12736 (still bad colors, fixing it on next commit)
12737 helps with dvdec outputing BGR32
12739 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12741 * ext/dv/gstdvdec.c:
12742 Fix audio caps i just broke (missing ',')
12743 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
12744 (gst_matroska_mux_reset):
12745 Fix typo + add FIXME about old "x-gst-metadata" crap
12747 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12749 * ext/dv/demo-play.c: (main):
12750 xvideosink -> xvimagesink
12751 * ext/dv/gstdvdec.c:
12752 change rgb 32/32 caps to 24/32 (no alpha)
12753 change nb of channels to be a list (2 or 4, not 2)
12754 change sample rate to be a list (32, 44.1, 48 kHz) not a range
12755 * gst/asfdemux/gstasfdemux.c:
12756 (gst_asf_demux_process_ext_content_desc):
12757 Add 'date/year' to extracted metadata list
12759 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12761 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12762 The return value of fixate_to does not imply that the requested
12763 value was set, so don't assume.
12765 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
12767 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12769 * ext/libpng/gstpngdec.c:
12770 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
12771 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
12772 * ext/libpng/gstpngenc.h:
12773 Alpha support (encoder; #163161), mime fixage.
12775 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
12777 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12779 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
12780 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
12781 (gst_faac_set_property), (gst_faac_get_property):
12782 * ext/faac/gstfaac.h:
12783 Allow for ADTS output (#153434).
12785 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12787 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
12788 Fix against template (#150576).
12790 2005-01-06 Benjamin Otte <otte@gnome.org>
12792 * gst/games/gstpuzzle.c: (draw_puzzle):
12793 don't draw a puzzle if either width or height of tiles would be 0.
12795 2005-01-06 Benjamin Otte <otte@gnome.org>
12797 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
12798 (gst_puzzle_class_init), (gst_puzzle_finalize):
12799 no memleaks, please
12800 (gst_puzzle_create), (gst_puzzle_init),
12801 (gst_puzzle_set_property), (gst_puzzle_setup):
12802 change initialization code around so we don't reshuffle on resize
12804 fix another stupid typo
12806 2005-01-06 Benjamin Otte <otte@gnome.org>
12808 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
12809 fix stupid typo that borked copying on YUY2
12811 2005-01-06 Benjamin Otte <otte@gnome.org>
12813 * gst/games/gstpuzzle.c: (draw_puzzle):
12814 fix edges when image sizes aren't multiples of tile sizes
12816 2005-01-06 Benjamin Otte <otte@gnome.org>
12818 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
12819 make RGB endianness work correctly
12820 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
12821 refactor and fix race with initial shuffling
12822 (nav_event_handler):
12823 allow using the mouse to puzzle
12825 insist on tiles having width and height as multiples of 4 to get
12826 clean YUV image handling
12827 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12828 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
12829 s/DEBUG/LOG/ for common messages
12830 (gst_xvimagesink_navigation_send_event):
12831 fix mouse event translation to not include screen PAR
12832 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
12833 fix mouse event translation to actually work
12835 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12837 * gst/asfdemux/gstasfdemux.c:
12838 (gst_asf_demux_process_ext_content_desc):
12839 Extract TrackNumber metadata + clean up code
12840 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
12841 Hope this is the good fix (var used unitialised)
12843 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12845 * ext/faad/gstfaad.c: (gst_faad_chain):
12846 Only increment timestamp if it's valid. Fixes raw AAC streams.
12848 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
12851 * gst/games/Makefile.am:
12852 * gst/games/gstpuzzle.c:
12853 add a puzzle game with...
12854 * gst/games/gstvideoimage.c:
12855 * gst/games/gstvideoimage.h:
12856 ... full colorspace support (that includes YUV9 and RGB16)) stolen
12857 from videotestsrc and made into something that would be a nice
12858 library for a lot of other plugins.
12860 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12863 don't compile faad plugin if a RC of 2.0 is found
12864 Fixes #155346 (and FC1 buildbot)
12865 * gst/asfdemux/gstasfdemux.c:
12866 (gst_asf_demux_process_ext_content_desc):
12867 try to make Solaris compiler happier
12869 2005-01-06 Paul Jack <pjack@sfaf.org>
12871 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12873 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
12874 Fix segfault (#161667).
12876 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12878 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
12879 Fix framerate reporting.
12881 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12883 * gst-libs/gst/riff/riff-ids.h:
12884 * gst/wavenc/riff.h:
12885 Add AMR (VBR and CBR) ids to riff.h audio codec list
12886 * gst/asfdemux/gstasfdemux.c:
12887 (gst_asf_demux_process_ext_content_desc),
12888 (gst_asf_demux_process_object):
12889 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
12891 2005-01-05 Martin Eikermann <meiker@upb.de>
12893 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12895 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12896 (gst_dvd_demux_handle_discont):
12897 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
12898 (gst_mpeg_demux_handle_discont):
12899 Recreate pads on new-media (#160730).
12900 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
12901 Send discont even if manager changes timestamps (#161929).
12903 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
12905 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12907 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
12908 Fix invalid memory access (#159211).
12910 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
12912 * examples/gstplay/player.c: (main):
12914 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
12915 Add visualizations.
12916 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
12917 (gst_a52dec_handle_frame):
12919 * ext/dvdnav/gst-dvd:
12920 Add audioconvert. Fixes #161325.
12921 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
12922 Explicitely case to gint64. Possible valgrind error.
12923 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
12924 (gst_play_tick_callback), (gst_play_change_state),
12925 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
12926 (gst_play_set_location), (gst_play_get_location),
12927 (gst_play_seek_to_time), (gst_play_set_data_src),
12928 (gst_play_set_video_sink), (gst_play_set_audio_sink),
12929 (gst_play_set_visualization), (gst_play_connect_visualization),
12930 (gst_play_get_framerate), (gst_play_get_all_by_interface),
12932 Use playbin. Fixes #139749 and #147744.
12933 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
12935 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
12936 (audioscale_get_type), (gst_audioscale_base_init),
12937 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
12938 (gst_audioscale_getcaps), (gst_audioscale_fixate),
12939 (gst_audioscale_link), (gst_audioscale_get_buffer),
12940 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
12941 (gst_audioscale_init), (gst_audioscale_dispose),
12942 (gst_audioscale_chain), (gst_audioscale_set_property),
12943 (gst_audioscale_get_property), (plugin_init):
12945 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
12947 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
12948 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
12949 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
12950 Add more metadata (fixes #162656).
12952 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
12957 === release 0.8.7 ===
12959 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
12964 releasing 0.8.7, "Hyperspace"
12966 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
12968 patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
12970 * gst/playback/gstplaybasebin.c:
12971 Fix for #162924 - free caps after use, not before
12973 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
12975 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12977 * gst/playback/gstplaybasebin.c:
12978 * gst/wavparse/gstwavparse.c:
12979 Fix for #154773 - fixes playback of small .wav files
12981 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
12983 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12985 * gst/audioscale/gstaudioscale.c:
12986 Fix for #162819 - make audioscale reusable
12987 Fixes playback of more than one file with playbin/totem
12989 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
12991 * gst/ffmpegcolorspace/avcodec.h:
12992 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12993 * gst/ffmpegcolorspace/imgconvert.c:
12994 clean up the mess that made me cry and avoid needless duplication
12996 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
12998 * gst/ffmpegcolorspace/imgconvert.c:
12999 give some indication of why we're segfaulting
13001 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13004 Fix indentation, fix v4l2 plugin detection.
13006 Fix libmms location (Maciej, use diff -u!).
13007 * ext/alsa/gstalsa.c: (gst_alsa_init):
13008 Initialize caps cache to NULL.
13009 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13010 Only change state on audiosink if it exists.
13012 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
13014 * gst/matroska/matroska-demux.c:
13015 * gst/matroska/matroska-ids.h:
13016 * gst/matroska/matroska-demux.h:
13017 Fix Vorbis streams failing to decode in some files, where cluster_time
13018 isn't 0, because then it doesn't send codec_priv before actual data.
13019 Remove time-based test and replace it with marker set on beginning of
13022 2004-12-28 David Schleef <ds@schleef.org>
13024 Merge patch from Ronald fixing problems with streaming
13026 * ext/cairo/gstcairo.c: (plugin_init):
13027 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
13028 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13029 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
13030 (gst_textoverlay_font_init), (gst_textoverlay_init),
13031 (gst_textoverlay_set_property):
13032 * ext/cairo/gsttextoverlay.h:
13034 2004-12-27 David Schleef <ds@schleef.org>
13036 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
13037 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13038 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
13039 (gst_textoverlay_font_init), (gst_textoverlay_init),
13040 (gst_textoverlay_set_property): Improvements to actually
13041 render text as white on black outline on video, including
13042 font selection and horizontal/vertical alignment. (Ronald's
13044 * ext/cairo/gsttextoverlay.h:
13046 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13048 * ext/ogg/gstogg.c:
13049 * ext/ogg/gstogmparse.c:
13050 fix ogm[audio/video]parse plugin registration
13051 (riff won't load if bytestream is already loaded)
13053 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
13055 * gst/audioconvert/gstchannelmix.c:
13058 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
13062 disable docs again until it actually passes make distcheck.
13064 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13066 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
13067 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
13069 Add 3GP (variables name Q3GP because they can't start with a
13070 number). Add samr audio fourcc (used in .3gp files), decoder
13071 is work in progress. Also do a GST_WARNING instead of ERROR
13072 in case of unknown nodes, to decrease output.
13074 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
13079 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
13082 * ext/speex/gstspeexdec.h:
13083 * ext/speex/gstspeexenc.h:
13084 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
13085 Fix detection code in configure.ac
13087 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13089 * gst/matroska/matroska-demux.c:
13090 (gst_matroska_demux_parse_blockgroup):
13091 Save position, so that queries give proper return values. Don't
13092 know how this could ever have worked before...
13094 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
13097 Put additional LAME check inside the conditional. Fixes #152339
13099 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13101 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13102 (gst_avi_demux_stream_scan):
13103 Add some more debug. Fix logic error when setting movi offset
13104 while reading index.
13106 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13108 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13109 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
13110 (gst_avi_demux_process_next_entry):
13111 Add some debugging. Better detection of broken indexes and the
13112 accompanying index recovery. No infinite loops on state changes
13113 when we're still in our loopfunction.
13115 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13120 2004-12-22 Archana Shah <archana.shah@wipro.com>
13122 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13124 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
13125 Normalizing the value before setting
13126 (gst_sunaudiomixer_get_volume):
13127 Normalizing the value after getting. Fixes bug# 161980
13129 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
13131 * Makefile.am: Make sure docs gets disted
13132 * docs/Makefile.am: Make sure all needed files get disted
13133 * gst-plugins.spec.in: latest updates
13135 2004-12-22 Wim Taymans <wim@fluendo.com>
13137 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
13138 Revert patch 1.38 as clock distribution over schedulers does
13139 not work correcly in the core yet.
13141 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13143 * sys/oss/README: remove this file, which predates my birth
13144 (and which content is by far outdated)
13146 2004-12-20 Stefan Kost <ensonic@users.sf.net>
13150 * docs/Makefile.am:
13151 * docs/libs/Makefile.am:
13152 * docs/libs/gst-plugins-libs-docs.sgml:
13153 * docs/libs/gst-plugins-libs-sections.txt:
13154 * docs/libs/tmpl/gstgconf.sgml:
13156 * docs/version.entities.in:
13157 Added boilerplate gtk-doc files for plugin-libs documentation.
13159 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13161 * gst/auparse/gstauparse.c: fix int and float audio caps
13163 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13165 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
13166 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
13167 g_assert() can be a macro, don't use #ifdef inside it.
13169 2004-12-19 Edward Hervey <bilboed@bilboed.com>
13171 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13173 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
13174 (gst_videorate_init), (gst_videorate_chain),
13175 (gst_videorate_change_state):
13176 Event handling (fixes #159986).
13178 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13180 * gst-libs/gst/riff/riff-media.c:
13181 (gst_riff_create_video_caps_with_data):
13182 Add BLZ0 (Blizzard's version of DivX) fourcc.
13184 2004-12-18 David Schleef <ds@schleef.org>
13186 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
13189 2004-12-18 David Schleef <ds@schleef.org>
13191 * gst/tta/ttadec.h: Disable some header code that isn't used
13192 and clearly isn't portable.
13194 2004-12-18 David Schleef <ds@schleef.org>
13196 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
13197 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
13198 (avcodec_get_pix_fmt), (avpicture_layout),
13199 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
13200 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
13201 Fix code to not use GCC extensions (and c99 extensions that
13202 Forte does not like.)
13204 2004-12-19 Tim-Philipp M??ller <t.i.m@zen.co.uk>
13206 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13208 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
13209 (gst_deinterlace_chain):
13210 Rowstride fixes. Fixes #161039.
13211 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
13212 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
13213 (gst_video_crop_getcaps), (gst_video_crop_link),
13214 (gst_video_crop_i420), (gst_video_crop_chain),
13215 (gst_video_crop_change_state):
13216 Rework of negotiation. Actually works now. Fixes #158650.
13218 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13220 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
13221 That was very stupid.
13223 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13225 * gst/matroska/matroska-demux.c:
13226 (gst_matroska_demux_parse_blockgroup):
13227 Fix possible crasher.
13229 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13231 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
13232 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
13233 Lace sizes can be zero.
13235 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13237 * ext/musepack/gstmusepackdec.cpp:
13238 Fetch error return values. Fixes #161624.
13239 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
13242 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13244 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13245 Work for truncated (unfinished download etc.) files. Fixes #160514.
13247 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13249 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13250 Fix for integer overflow. Makes #156001 not crash. Probably masks
13253 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13255 * gst/ac3parse/gstac3parse.c: (plugin_init):
13256 Parsers never have ranks. Fixes #159651.
13258 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
13260 * gst/playback/gstdecodebin.c: (compare_ranks):
13261 make sure the facotries are ordered the same every time even if they
13262 have the same rank by using the name
13263 * gst/playback/gstdecodebin.c: (find_compatibles):
13264 make sure we don't add factories to the list twice
13266 2004-12-16 David Schleef <ds@schleef.org>
13268 * configure.ac: look for musepack headers as musepack/*.h
13270 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
13271 * ext/musepack/gstmusepackreader.h: same
13273 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13275 * gst-libs/gst/riff/riff-read.c:
13276 (gst_riff_read_strf_auds_with_data):
13277 Read extradata correctly (fixes #155879).
13279 2004-12-16 David Schleef <ds@schleef.org>
13281 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
13282 audio. does _not_ attempt or allow conversion unless channels
13285 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
13287 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
13289 2004-12-16 David Schleef <ds@schleef.org>
13291 * gst/audioscale/gstaudioscale.c: the resample library only
13292 handles 1 or 2 channels. Change caps to compensate.
13294 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13296 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
13297 (gst_matroska_demux_audio_caps):
13298 Some MPEG-AAC hacks, because else it doesn't work...
13300 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13302 * gst-libs/gst/riff/riff-media.c:
13303 (gst_riff_create_video_caps_with_data),
13304 (gst_riff_create_video_template_caps):
13307 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13309 * gst-libs/gst/audio/Makefile.am:
13310 Try to fix buildbot.
13312 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
13314 * gst/tcp/gstmultifdsink.c:
13315 Clean up and uniformize debugging.
13317 2004-12-16 Edward Hervey <bilboed@bilboed.com>
13319 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13321 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
13322 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
13323 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
13324 (gst_mpeg_demux_change_state):
13325 Reset on ready. Fixes 160276.
13327 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
13329 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13331 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13332 (gst_ffmpegcsp_pad_link):
13333 Fix memleak (#154815).
13335 2004-12-16 James Bowes <bowes@cs.dal.ca>
13337 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13339 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
13340 (gst_musicbrainz_init), (gst_musicbrainz_chain),
13341 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
13342 * ext/musicbrainz/gsttrm.h:
13343 Add support for using a proxy server when getting a trm id from
13344 the MusicBrainz database (#149613).
13346 2004-12-16 Christophe Fergeau <teuf@gnome.org>
13348 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13350 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
13351 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13352 Fix memleaks (#157233).
13354 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
13356 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13358 * gst-libs/gst/resample/resample.c: (gst_resample_close):
13359 * gst-libs/gst/resample/resample.h:
13360 * gst/audioscale/gstaudioscale.c:
13361 Fix memleak (#159215).
13363 2004-12-16 Toni Willberg <toniw@iki.fi>
13365 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13367 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
13368 * sys/oss/oss_probe.c: (main):
13369 Check for mono/stereo support (similar to samplerate probing),
13370 fixes #159433. Also add missing copyright header to oss_probe.c.
13372 2004-12-15 David Schleef <ds@schleef.org>
13374 * configure.ac: add audioresample and cairo plugins. Remove
13375 HAVE_MMX stuff, because it's not used.
13376 * ext/Makefile.am: same
13377 * ext/audioresample/Makefile.am: You are not ready for an
13378 audio resampling element based on audioresample.
13379 * ext/audioresample/gstaudioresample.c:
13380 * ext/audioresample/gstaudioresample.h:
13381 * ext/cairo/Makefile.am: You are not ready for overlay elements
13382 based on cairo. Don't look too closely, these elements kinda
13384 * ext/cairo/gstcairo.c: new
13385 * ext/cairo/gsttextoverlay.c: new
13386 * ext/cairo/gsttextoverlay.h: new
13387 * ext/cairo/gsttimeoverlay.c: new
13388 * ext/cairo/gsttimeoverlay.h: new
13389 * gst-libs/gst/media-info/media-info-priv.h: fix compile
13390 problem with compilers that don't support variadic macros.
13392 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
13394 Reviewed by: David Schleef <ds@schleef.org>
13396 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
13397 Bala, registering sunaudiosrc (oops!), and cleaning up code a
13398 bit. Also ran indent-gst.
13399 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
13400 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
13401 (gst_sunaudiosrc_setparams):
13403 2004-12-14 David Schleef <ds@schleef.org>
13405 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
13406 output rate to 16000. Should fix #160235.
13408 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13410 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13411 Add typefinding for mpeg2 pes streams
13413 2004-12-13 David Schleef <ds@schleef.org>
13415 * configure.ac: Applied patch from bug #143659, making default
13416 sources and sinks OS-dependent (for Solaris), and added code
13418 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
13420 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13422 * gst-libs/gst/riff/riff-media.c:
13423 forgot to add h2.64 to avidemux template caps
13425 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13427 * gst/wavenc/riff.h:
13428 * gst-libs/gst/riff/riff-media.c:
13429 * gst-libs/gst/riff/riff-ids.h:
13430 * gst/avi/gstavimux.c
13431 add 4CC code for VideoSoft h264 in AVI (VSSH)
13433 remove s323 from riff, it's quicktime specific :(
13435 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13437 * gst/asfdemux/README
13438 * gst/wavenc/riff.h
13439 * gst-libs/gst/riff/riff-ids.h
13440 * gst-libs/gst/riff/riff-media.c
13441 * gst/qtdemux/qtdemux.c:
13442 add new 4CC codes for h263 related codecs
13443 fixes partially bug #155163
13445 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
13447 * configure.ac: Update polyaudio requirement to 0.7
13448 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
13450 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13452 * gst/interleave/deinterleave.c:
13453 fix my name's spelling! :)
13455 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13457 * AUTHORS ChangeLog
13458 * gst/auparse/gstauparse.c
13459 * gst/interleave/deinterleave.c
13461 alaw-decode.c alaw-encode.c
13462 mulaw-decode.c mulaw-encode.c
13463 * gst/oneton/gstoneton.c
13465 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
13467 cocoawindow.h cocoawindow.m
13468 osxvideosink.h osxvideosink.m
13470 put the same mail address for Zaheer Abbas Merali everywhere
13472 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13474 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
13475 Align by packetsize, and assert that we a packet available before
13476 playing. The first makes webstreams work (they often include
13477 trailing padding data in a packet), the second allows pausing a
13478 ASF stream in totem without getting demux errors afterwards.
13480 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13482 * ext/ogg/gstoggdemux.c: (get_relative):
13483 Check for non-NULL before accessing member (end-of-chain).
13485 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13487 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
13488 (cdparanoia_set_property), (cdparanoia_get_property):
13489 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
13490 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
13491 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
13492 (dvdreadsrc_init), (dvdreadsrc_set_property),
13493 (dvdreadsrc_get_property):
13494 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
13495 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
13496 Synchronize property names where not yet the case. Devices are
13497 now device=X, other versions are deprecated (but still exist).
13498 Also use g_free() unconditionally.
13499 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13500 (setup_source), (gst_play_base_bin_get_property):
13503 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
13505 * configure.ac: move GCONF macro outside conditional for the am
13506 conditional. Fixes #160439
13508 2004-12-08 David Schleef <ds@schleef.org>
13510 * tools/gst-visualise-m.m: Switch to elements that currently
13513 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13515 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13516 We love wrong commas.
13518 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13520 * gst/matroska/matroska-demux.c:
13521 (gst_matroska_demux_handle_src_query):
13522 Don't set DEFAULT, unsupported - makes length display incorrectly
13525 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
13527 * gst/monoscope/README: remove blurb about files being GPL
13528 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
13529 * gst/monoscope/monoscope.c: Change license to BSD with explanation
13530 monoscope is now effectively LGPL licensed
13532 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
13534 * gst/monoscope/README: Update information to be more correct
13535 * gst/monoscope/convolve.c: Relicense to LGPL
13536 * gst/monoscope/convolve.h: Relicense to LGPL
13538 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
13540 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
13541 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
13542 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
13543 set default_duration for mpeg1 audio
13545 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
13547 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
13548 * ext/alsa/gstalsa.h:
13549 refactor big chunks of the core caps negotiation code to make it
13550 a lot faster, because people claim it's really slow
13551 (actually, just cache the getcaps when the device is opened)
13553 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13555 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
13556 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
13557 (gst_a52dec_handle_frame), (gst_a52dec_chain),
13558 (gst_a52dec_change_state), (plugin_init):
13559 * ext/a52dec/gsta52dec.h:
13560 Do something useful with timestamps. Make chain-based (since
13561 there's really no reason to be loopbased).
13562 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13563 Update current_byte/frame correctly.
13565 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13567 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
13568 (gst_ape_demux_stream_init):
13571 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13573 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
13574 Let's make sure we're done typefinding when detecting tags.
13576 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13578 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
13579 (gst_ebml_read_init), (gst_ebml_read_use_event),
13580 (gst_ebml_read_element_id), (gst_ebml_peek_id),
13581 (gst_ebml_read_seek), (gst_ebml_read_skip),
13582 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
13583 (gst_ebml_read_master):
13584 * gst/matroska/ebml-read.h:
13585 * gst/matroska/matroska-demux.c:
13586 (gst_matroska_demux_parse_contents),
13587 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
13588 Disgustingly evil hack for working around INTERRUPT events and
13589 their extremely annoying habit of being a pain in the ass. We
13590 simply peek a cluster before reading any of it.
13592 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13594 * ext/musepack/gstmusepackdec.cpp:
13595 There's also floating point libmusepacks.
13597 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13599 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
13600 (gst_faad_chanpos_to_gst), (gst_faad_chain):
13601 Set DURATION even if source buffer didn't. Also use increasing
13603 * gst-libs/gst/riff/riff-media.c:
13604 (gst_riff_create_audio_caps_with_data):
13605 Block_align can have larger values than 8192.
13607 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13609 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
13610 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
13611 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
13612 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
13615 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13617 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
13620 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13622 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
13625 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13627 * ext/esd/esdsink.c: (gst_esdsink_chain):
13628 Make error actually say something useful (fixes #156798).
13629 * gst-libs/gst/riff/riff-media.c:
13630 (gst_riff_create_video_caps_with_data),
13631 (gst_riff_create_video_template_caps):
13632 Add Intel Video 5.0 fourcc (IV50).
13634 2004-12-01 Christophe Fergeau <teuf@gnome.org>
13636 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
13637 detection on mono and stereo mp3 files.
13639 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13641 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13642 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
13643 the contained stream).
13645 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13647 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
13648 Oops, remove debug.
13650 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
13652 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13654 * gst/law/alaw-decode.c: (alawdec_getcaps):
13655 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
13656 Prevent warnings when negotiating caps (fixes #159338).
13658 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13660 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13661 (gst_ffmpegcsp_chain):
13662 Remove old leftover that shouldn't be there...
13664 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
13666 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13668 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
13669 Don't forward DISCONT events (fixes #159684).
13671 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13673 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
13674 Unlink manually since sometimes bin disposal (and therefore
13675 pad unlinking) is delayed, which will cause a new media file
13676 to not be able to start playing instantly.
13678 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13680 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
13681 On mute of an unlinked stream, check for pad availability so
13682 we don't crash on unlinked pad.
13684 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13686 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13687 (gst_avi_demux_massage_index):
13688 Fix quite humiliating bug in omitting 0-sized index chunks but
13689 forgetting to count them for timestamps.
13691 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13693 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
13694 Actually leave the loop if we failed to sync. Don't crash.
13696 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13698 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
13699 (gst_dvd_demux_process_private):
13700 * gst/mpegstream/gstdvddemux.h:
13701 Fix crash (#159759). Doesn't work, though. :-(.
13703 2004-11-28 Benjamin Otte <otte@gnome.org>
13705 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
13706 more overwriting protection due to modifying channels one by one
13707 instead of all at once
13709 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13711 * gst/audioconvert/gstchannelmix.c:
13712 (gst_audio_convert_fill_normalize):
13713 Normalize using absolute values.
13715 2004-11-28 Julien MOUTTE <julien@moutte.net>
13719 * ext/directfb/Makefile.am:
13720 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
13721 (gst_directfbvideosink_get_pixel_format),
13722 (gst_directfbvideosink_get_format_from_fourcc),
13723 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
13724 (gst_directfbvideosink_sink_link),
13725 (gst_directfbvideosink_change_state),
13726 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
13727 (gst_directfbvideosink_buffer_alloc),
13728 (gst_directfbvideosink_interface_supported),
13729 (gst_directfbvideosink_interface_init),
13730 (gst_directfbvideosink_navigation_send_event),
13731 (gst_directfbvideosink_navigation_init),
13732 (gst_directfbvideosink_set_property),
13733 (gst_directfbvideosink_get_property),
13734 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
13735 (gst_directfbvideosink_base_init),
13736 (gst_directfbvideosink_class_init),
13737 (gst_directfbvideosink_get_type), (plugin_init):
13738 * ext/directfb/directfbvideosink.h: Adding a first version of
13740 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
13743 2004-11-28 Benjamin Otte <otte@gnome.org>
13745 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
13746 walk the samples backwards if out_channels > in_channels so we don't
13749 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13751 * gst/audioconvert/Makefile.am:
13752 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
13753 (gst_audio_convert_link), (gst_audio_convert_change_state),
13754 (gst_audio_convert_channels):
13755 * gst/audioconvert/gstchannelmix.c:
13756 (gst_audio_convert_unset_matrix),
13757 (gst_audio_convert_fill_identical),
13758 (gst_audio_convert_fill_compatible),
13759 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
13760 (gst_audio_convert_fill_others),
13761 (gst_audio_convert_fill_normalize),
13762 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
13763 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
13764 * gst/audioconvert/gstchannelmix.h:
13765 Implement a channel mixer.
13767 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
13769 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
13770 * ext/alsa/gstalsa.h:
13771 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
13772 Make alsasink actually honor gst_element_set_clock and use that
13773 clock instead of its internal one.
13775 2004-11-27 Christophe Fergeau <teuf@gnome.org>
13777 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
13778 (gst_play_base_bin_change_state): nullify source and decoder when
13779 going from READY to NULL so that we don't try to do weird stuff with
13780 them when going from NULL to READY
13781 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
13782 instead of g_object_unref
13783 (gen_video_element), (gen_audio_element): more refcounting fixes, now
13784 it should be correct
13785 (gst_play_bin_change_state): don't call remove_sinks if we are
13786 currently disposing the object
13788 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13790 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
13791 Don't forget bass if it's there. Else left channel is silent...
13793 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13795 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
13796 (gst_a52dec_change_state):
13797 Don't do sample adjusting anymore, we use float audio now.
13798 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
13799 Don't fixate to non-existing properties.
13801 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13803 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
13804 (gst_a52dec_change_state):
13805 Advertise that we can do surround sound.
13807 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13809 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
13810 Add buffer-frames=0.
13811 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
13812 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
13813 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
13814 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
13815 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
13816 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
13817 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
13818 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
13819 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
13820 * ext/dvdread/dvdreadsrc.h:
13821 Add seeking, querying for bytes, sectors, title, angle and
13822 chapter. Handle multiple chapters. Relicense to LGPL because
13823 Billy agreed on that (thanks Billy!).
13825 2004-11-27 Christophe Fergeau <teuf@gnome.org>
13827 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
13828 call parent dispose method
13830 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
13832 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
13833 (gst_audio_clock_get_internal_time):
13834 Fix active <-> inactive transitions: ensure time value always
13835 grows and avoid abrupt value changes.
13837 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
13840 * gst/tta/Makefile.am:
13842 * gst/tta/filters.h:
13843 * gst/tta/gsttta.c:
13844 * gst/tta/gstttadec.c:
13845 * gst/tta/gstttadec.h:
13846 * gst/tta/gstttaparse.c:
13847 * gst/tta/gstttaparse.h:
13848 * gst/tta/ttadec.h:
13849 added TTA parser and decoder
13851 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13853 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13854 (probe_triggered), (check_queue), (buffer_underrun),
13855 (buffer_running), (buffer_overrun), (gen_source_element),
13857 * gst/playback/gstplaybasebin.h:
13858 Implement buffering. Needs some more work.
13860 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13862 * ext/theora/theoradec.c: (theora_dec_chain):
13863 Fix ilog mask range overflow.
13865 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13867 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
13868 Don't omit the last (which in case of dmix is the only :) )
13869 channel count. Don't set channels if <= 2.
13871 2004-11-26 Christophe Fergeau <teuf@gnome.org>
13873 * gst/playback/gstplaybin.c: (gen_video_element),
13874 (gen_audio_element): Removed 2 obsolete comments
13876 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13878 * ext/vorbis/oggvorbisenc.c
13879 * ext/vorbis/vorbisenc.c :
13880 change description fields of those plugins to differentiate them
13881 (pitivi show Encoders by description, they had the same one)
13883 2004-11-25 Christophe Fergeau <teuf@gnome.org>
13885 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13887 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
13888 (gst_play_bin_set_property), (gen_video_element),
13889 (gen_audio_element):
13890 Refcounting fixes for provided audio-/videosinks.
13892 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13894 * gst/playback/gstplaybin.c: (gen_video_element),
13895 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
13896 Don't reference all sinks, but only the video- and audiosinks.
13897 The vis. element should be disposed when we're done with it.
13898 We don't have any reason to keep it around. This fixes warnings
13899 when reusing playbin for playing multiple audio files with
13900 vis. enabled. Also release audio device on pause - idea stolen
13903 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13905 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
13906 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
13907 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
13908 * ext/alsa/gstalsaplugin.c: (plugin_init):
13909 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
13910 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
13911 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
13912 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
13913 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
13914 (gst_faad_change_state), (plugin_init):
13915 * ext/faad/gstfaad.h:
13916 * ext/vorbis/vorbis.c: (plugin_init):
13917 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13918 * gst-libs/gst/audio/Makefile.am:
13919 * gst-libs/gst/audio/audio.c: (plugin_init):
13920 * gst-libs/gst/audio/multichannel.c:
13921 (gst_audio_check_channel_positions),
13922 (gst_audio_get_channel_positions),
13923 (gst_audio_set_channel_positions),
13924 (gst_audio_set_structure_channel_positions_list),
13925 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
13926 (gst_audio_fixate_channel_positions):
13927 * gst-libs/gst/audio/multichannel.h:
13928 * gst-libs/gst/audio/testchannels.c: (main):
13929 * gst/audioconvert/gstaudioconvert.c:
13930 (gst_audio_convert_class_init), (gst_audio_convert_init),
13931 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
13932 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
13933 (gst_audio_convert_fixate), (gst_audio_convert_channels):
13934 * gst/audioconvert/plugin.c: (plugin_init):
13935 Surround sound support.
13937 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13939 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
13940 Fix position for discont if we're close as well. Nitpicking, but
13941 saves a few milliseconds of extra waiting or skipping.
13943 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13945 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
13946 We sometimes need parsers for playback, so add those too.
13948 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13951 * gst/apetag/Makefile.am:
13952 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
13953 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
13954 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
13955 (gst_ape_demux_get_src_query_types),
13956 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
13957 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
13958 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
13959 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
13960 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
13961 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
13962 (gst_ape_demux_change_state):
13963 * gst/apetag/apedemux.h:
13964 * gst/apetag/apetag.c: (plugin_init):
13965 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
13967 APE v1/2 tag reader plus typefind function.
13969 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13972 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
13973 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
13974 Remove hacks for older core. Require newer core version
13977 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13979 * gst/cdxaparse/Makefile.am:
13980 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
13981 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
13982 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
13983 * gst/cdxaparse/gstcdxaparse.h:
13984 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
13985 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
13986 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
13987 (gst_cdxastrip_get_src_query_types),
13988 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
13989 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
13990 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
13991 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
13992 * gst/cdxaparse/gstcdxastrip.h:
13993 SVCD/VCD header stripping separated from CDXA image parsing.
13994 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13996 Add VCD/SVCD header typefinding for VCD/SVCD.
13997 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
13998 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
13999 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
14000 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
14001 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
14002 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
14003 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
14004 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
14005 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
14006 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
14007 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
14008 * sys/vcd/vcdsrc.h:
14009 Fix up, add seeking, querying, URI interface. Works in totem now.
14011 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
14016 === release 0.8.6 ===
14018 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
14036 releasing 0.8.6, "IOU Love"
14038 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
14040 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
14042 * gst/playback/gstplaybasebin.c:
14043 Fix unplayable files error handling. Fixes #158365
14045 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
14047 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
14049 * gst/typefind/gsttypefindfunctions.c:
14050 Fix broken mp3 typefinding. Fixes #158375
14052 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
14054 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
14056 * ext/ogg/gstoggdemux.c:
14057 Fix sync on broken files. Fixes #158976
14059 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
14061 patch by: Edward Hervey <bilboed@bilboed.com>
14063 * ext/libpng/gstpngenc.c:
14064 Copy over buffer properties. Fixes #158832
14066 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
14068 patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
14070 * ext/dvdread/dvdreadsrc.c:
14071 Fixes invalid reads (#158462)
14073 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
14075 * sys/v4l/gstv4lsrc.c:
14076 * sys/v4l/gstv4lsrc.h:
14077 * sys/v4l/v4lsrc_calls.c:
14078 Probe less and cache it. Fixes #159187.
14080 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
14082 * gst/videorate/gstvideorate.c:
14083 Handle all video formats. Fixes #159186.
14085 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
14086 * gst/synaesthesia/gstsynaesthesia.c:
14087 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
14088 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
14089 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
14090 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
14091 (gst_synaesthesia_change_state), (plugin_init):
14092 Fix up synaesthesia to work under different samplerates/ buffer sizes.
14093 Force 320x200 output, as that's the only thing the underlying
14094 synaesthesia implementation supports. Still needs to be made
14097 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14100 Fix mpeg2enc configure check (similar to mplex check below).
14102 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
14104 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14106 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14107 Fix for gcc-2.95 (fixes #158221).
14109 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14111 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
14112 Re-add clock distribution hack (until new core is released).
14115 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
14117 fix mplex configure check segfaulting on some systems (bug #140994)
14119 2004-11-13 Benjamin Otte <otte@gnome.org>
14121 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
14123 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14124 do a wait when we enter the loop func with no data available to
14125 write instead of getting into an 100% CPU loop by just returning and
14126 being called again by the scheduler
14128 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
14131 * ext/libvisual/visual.c: (gst_visual_get_type),
14132 (libvisual_log_handler), (gst_visual_getcaps),
14133 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
14135 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
14136 * ext/smoothwave/Makefile.am:
14137 * ext/smoothwave/demo-osssrc.c: (main):
14138 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
14139 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
14140 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
14142 * ext/smoothwave/gstsmoothwave.h:
14143 Make gstsmoothwave a working element in the 20th century.
14145 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
14146 Fix incorrect link function
14148 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14150 * gst/volume/gstvolume.c:
14151 Allow buffer-frames=0.
14153 2004-11-12 Iain <iaingnome@gmail.com>
14155 * configure.ac: Check for polypaudio
14157 * ext/Makefile.am: Build the polyp dir
14159 * ext/polyp: The polypsink sources.
14161 2004-10-30 Iain <iaingnome@gmail.com>
14163 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
14164 caps to reflect the new number of channels.
14166 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14168 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14169 Fix for negotiation order problem. This would show when the
14170 ALSA loopfuction was called before any other function. ALSA
14171 wouldn't do anything because we're not negotiated yet, leading
14172 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
14174 2004-11-11 Tim-Philipp M??ller <t.i.m@zen.co.uk>
14176 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14178 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
14179 No warnings (#157986).
14181 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14183 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14184 Prefer apev1/2 and id3v1 (at end of file) over musepack.
14186 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14188 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
14189 Signal no-more-pads (so it works in playbin).
14191 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14193 * ext/musepack/gstmusepackreader.cpp:
14194 Workaround for older core.
14196 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14198 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
14199 Actually test for odd width/height rather than testing whether
14200 a temporary variable that was 0 before we subtracted 1 is now
14201 not equal to zero (which it always is).
14203 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14205 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
14206 Fix compilation if HAVE_XVIDEO is not defined
14208 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14210 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
14211 Fix compilation if HAVE_XVIDEO is not defined
14213 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
14215 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
14216 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
14217 (gst_goom_change_state), (plugin_init):
14218 Use the bytestream adapter so goom doesn't depend on the input
14220 Add a debug category
14222 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14224 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
14225 Only set hardware parameters *after* negotiation. Before
14226 negotiation, it will set ANY and that seems to cause crashes
14227 (see e.g. #151288, #153227).
14229 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14231 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
14232 This seems to be antique leftover. It needs to pass error
14234 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
14235 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
14236 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
14237 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
14238 Fix GstXOverlay implementation (#151059).
14240 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14242 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
14243 Don't assert (#157853).
14245 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14247 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
14248 Fix bytes/samples confustion.
14249 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
14250 Fix for underrun (#144389).
14252 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14254 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
14255 Disable halfway-seek for pending release (since it needs a new
14258 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
14260 * sys/v4l/gstv4lsrc.c:
14261 * sys/v4l/gstv4lsrc.h:
14262 * sys/v4l/v4lsrc_calls.c:
14263 add autoprobe-fps property so we can separate autoprobing parts
14265 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
14267 * sys/v4l/gstv4lsrc.c:
14268 * sys/v4l/v4lsrc_calls.c:
14269 initialise fourcc to catch unset fourcc's, and debug
14271 2004-11-09 Wim Taymans <wim@fluendo.com>
14273 * gst/playback/README:
14274 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
14275 * gst/playback/gstplaybin.c: (gst_play_bin_init),
14276 (gst_play_bin_dispose), (gst_play_bin_set_property),
14277 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
14278 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
14279 (gst_play_bin_get_formats), (gst_play_bin_convert),
14280 (gst_play_bin_get_query_types), (gst_play_bin_query):
14281 Cleanups and some more documentation.
14283 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
14285 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
14286 (gst_cacasink_init), (gst_cacasink_chain):
14287 * ext/libcaca/gstcacasink.h:
14288 Cacasink inherits from VideoSink, so let that store the clock.
14290 2004-11-09 Wim Taymans <wim@fluendo.com>
14292 * gst/playback/README:
14293 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
14294 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
14295 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
14296 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
14297 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
14299 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
14300 (gst_stream_info_is_mute), (gst_stream_info_set_property):
14301 * gst/playback/gststreaminfo.h:
14303 Only switch groups if all streams have muted (EOSed).
14304 Send Tags in sync with the stream playback instead of in
14305 the playback/preroll phase.
14306 Some cleanups, free the fakesrc elements.
14308 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
14310 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
14311 buffer-frames property was missing
14312 * ext/arts/gst_arts.c:
14313 rate missing from sinkcaps
14314 * ext/audiofile/gstafparse.c:
14315 * ext/audiofile/gstafsink.c:
14316 * ext/audiofile/gstafsrc.c:
14317 * ext/swfdec/gstswfdec.c:
14318 int audio doesn't know buffer-frames
14319 * ext/cdparanoia/gstcdparanoia.c:
14320 int audio doesn't know chunksize either
14321 * ext/nas/nassink.c:
14322 it's endianness, not endianess
14323 * gst-libs/gst/audio/audio.h:
14324 make float standard pad template caps really describe float
14325 * gst/law/mulaw.c: (linear_factory):
14326 signed only, please
14327 * gst/mpegstream/gstdvddemux.c:
14328 widths of 20 are not valid
14330 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
14332 Submitted by: Luca Ferretti <elle.uca@infinito.it>
14338 2004-11-08 Wim Taymans <wim@fluendo.com>
14340 * gst/playback/README:
14341 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
14342 * gst/playback/gstplaybasebin.c: (probe_triggered),
14343 (gst_play_base_bin_change_state):
14344 Updated README, added more comments for fixmes etc..
14346 2004-11-08 Wim Taymans <wim@fluendo.com>
14348 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
14349 We can remove this hack now.
14351 2004-11-08 Wim Taymans <wim@fluendo.com>
14353 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
14354 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
14355 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
14356 Only mix AYUV for maximum quality.
14358 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14360 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
14361 (gst_ogg_demux_push), (gst_ogg_pad_push):
14362 Let's act as if we're synchronized now! :).
14363 * ext/theora/theoradec.c: (theora_dec_chain):
14366 2004-11-08 Wim Taymans <wim@fluendo.com>
14368 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14369 (gst_alpha_set_property), (gst_alpha_sink_link),
14370 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
14371 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
14372 (gst_alpha_init_params), (gst_alpha_chain):
14373 Implement alpha functions for AYUV too, this increases
14374 accuracy quite a bit.
14376 2004-11-08 Wim Taymans <wim@fluendo.com>
14378 * gst/ffmpegcolorspace/avcodec.h:
14379 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14380 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
14381 (gst_ffmpegcsp_avpicture_fill):
14382 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14383 (gst_ffmpegcsp_caps_remove_format_info):
14384 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
14385 (shrink12), (img_get_alpha_info), (deinterlace_line),
14386 (deinterlace_line_inplace):
14387 * gst/ffmpegcolorspace/imgconvert_template.h:
14388 Added AYUV colorspace and handle RGBA a bit more respectful.
14390 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14392 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14393 Actually always send a discont (cornercase when resending the
14394 same serial-tagged chain twice).
14396 2004-11-08 Julien MOUTTE <julien@moutte.net>
14398 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
14399 (gst_ximagesink_finalize):
14400 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14401 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
14403 2004-11-08 Wim Taymans <wim@fluendo.com>
14405 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
14406 Don't segfault on NULL data.
14408 2004-11-08 Wim Taymans <wim@fluendo.com>
14410 * gst/playback/gstdecodebin.c: (unlinked):
14411 * gst/playback/gstplay-marshal.list:
14412 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14413 (gst_play_base_bin_init), (group_create), (get_active_group),
14414 (get_building_group), (group_destroy), (group_commit),
14415 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
14416 (add_element_stream), (no_more_pads), (probe_triggered),
14417 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
14418 (state_change), (setup_source), (gst_play_base_bin_get_property),
14419 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
14420 (gst_play_base_bin_link_stream),
14421 (gst_play_base_bin_get_streaminfo):
14422 * gst/playback/gstplaybasebin.h:
14423 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14424 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
14425 Add support for chained ogg files. Prepare for playlist
14426 support. This patch introduces the concept of pad groups, which
14427 together compose one playable media file.
14429 2004-11-07 David Schleef <ds@schleef.org>
14431 * testsuite/gst-lint: Check for pad templates that aren't statically
14434 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14438 * ext/musepack/Makefile.am:
14439 * ext/musepack/gstmusepackdec.cpp:
14440 * ext/musepack/gstmusepackdec.h:
14441 * ext/musepack/gstmusepackreader.cpp:
14442 * ext/musepack/gstmusepackreader.h:
14443 Add musepack decoder.
14444 * ext/faad/gstfaad.c: (gst_faad_base_init):
14445 Make pad templates static.
14446 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
14448 Add musepack typefinder, make mp3 typefinding work halfway stream,
14449 which doesn't actually work yet because id3demux doesn't implement
14452 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14454 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14455 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
14456 Fix interrupt event handling (#144436).
14458 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14460 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
14463 2004-11-06 Tim-Philipp M??ller <t.i.m@zen.co.uk>
14465 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14467 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
14468 Fix weird caps (#157548).
14470 2004-11-06 Tim-Philipp M??ller <t.i.m@zen.co.uk>
14472 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14474 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
14475 Add missing NULL terminator (#157543).
14477 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
14479 * gst/tcp/gsttcp.h:
14480 * gst/tcp/gsttcpclientsink.c:
14481 * gst/tcp/gsttcpclientsrc.c:
14482 * gst/tcp/gsttcpserversink.c:
14483 * gst/tcp/gsttcpserversrc.c:
14484 ports can go up to 65535. Move common defines to gsttcp.h
14486 2004-11-05 Wim Taymans <wim@fluendo.com>
14488 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
14489 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
14490 Added two more colorspaces.
14492 2004-11-05 Wim Taymans <wim@fluendo.com>
14494 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14495 (gst_ffmpegcsp_avpicture_fill):
14496 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
14497 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
14498 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
14501 2004-11-05 Wim Taymans <wim@fluendo.com>
14503 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
14504 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
14505 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
14506 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
14507 (gst_videomixer_loop):
14510 2004-11-05 Benjamin Otte <otte@gnome.org>
14512 * ext/mad/gstmad.c: (gst_mad_chain):
14513 don't overflow data buffer. Flush not needed sync data when syncing
14516 2004-11-04 Wim Taymans <wim@fluendo.com>
14518 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14519 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14520 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
14521 (gst_alpha_init_params), (gst_alpha_chain),
14522 (gst_alpha_change_state):
14523 Updated the chroma keying algorithm with something more
14526 2004-11-03 Wim Taymans <wim@fluendo.com>
14528 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
14529 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
14530 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
14531 Fix stride issues. Does not completely work for odd
14534 2004-11-03 Wim Taymans <wim@fluendo.com>
14536 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14537 (gst_alpha_chroma_key), (gst_alpha_chain):
14538 Fix stride issues. Does not completely work for odd
14541 2004-11-03 Christophe Fergeau <teuf@gnome.org>
14543 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
14544 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
14547 2004-11-03 Wim Taymans <wim@fluendo.com>
14549 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14550 (gst_ffmpegcsp_avpicture_fill):
14551 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
14553 * gst/ffmpegcolorspace/imgconvert_template.h:
14554 Use correct _fill function to get correct strides.
14556 2004-11-02 David Schleef <ds@schleef.org>
14558 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
14559 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
14560 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
14561 Change all g_print()s to debugging. Add a bunch of consistency
14564 2004-11-02 Wim Taymans <wim@fluendo.com>
14566 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14567 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
14568 (unlinked), (no_more_pads), (close_link):
14569 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14570 (unknown_type), (add_element_stream), (new_decoded_pad),
14571 (removed_decoded_pad), (setup_source):
14572 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
14573 (gst_stream_info_class_init), (gst_stream_info_init),
14574 (gst_stream_info_new), (gst_stream_info_dispose),
14575 (stream_info_mute_pad), (gst_stream_info_set_property),
14576 (gst_stream_info_get_property):
14577 * gst/playback/gststreaminfo.h:
14578 Fix playback of multiple files.
14579 a slightly different approach to handling dynamic pad removals.
14580 This one only looks at pads that we have linked.
14582 2004-11-01 Christophe Fergeau <teuf@gnome.org>
14584 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
14585 free" warning from libc.
14587 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14589 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14590 (get_unconnected_element), (remove_starting_from), (pad_removed),
14592 Implement support for dynamic pad changing. We listen to "live"
14593 pad removals (i.e. while playing) and re-setup autoplugging
14594 after that. Playbasebin/playbin need some more work for this
14595 to finally work, but decodebin supports (and replugs) chained
14598 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
14600 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
14601 (gst_alsa_finalize):
14602 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
14603 (gst_cdaudio_finalize):
14604 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
14605 (cdparanoia_finalize):
14606 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
14607 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
14608 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
14609 (dvdreadsrc_finalize):
14610 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
14611 (gst_flacdec_finalize):
14612 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
14613 (gst_flacenc_finalize):
14614 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
14615 (gst_gnomevfssink_finalize):
14616 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
14617 (gst_gnomevfssrc_finalize):
14618 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
14619 (gst_fameenc_finalize):
14620 * ext/nas/nassink.c: (gst_nassink_class_init),
14621 (gst_nassink_finalize):
14622 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
14623 (gst_sdlvideosink_class_init):
14624 * ext/sndfile/gstsf.c: (gst_sf_dispose):
14625 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
14626 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
14627 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
14628 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
14629 (gst_x_window_listener_dispose):
14630 * gst/audioscale/gstaudioscale.c:
14631 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
14632 (play_on_demand_finalize):
14633 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
14634 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
14635 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
14636 (cdplayer_finalize):
14637 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
14638 (gst_glimagesink_class_init):
14639 * sys/oss/gstosselement.c: (gst_osselement_class_init),
14640 (gst_osselement_finalize):
14641 * sys/oss/gstosssink.c: (gst_osssink_dispose):
14642 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
14643 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
14644 Fixes a bunch of problems with finalize and dispose functions,
14645 either assumptions that dispose is only called once, or not calling
14646 the parent class dispose/finalize function
14648 2004-11-01 Stefan Kost <ensonic@users.sf.net>
14650 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
14651 added two api precondition guards
14652 use g_strdup with getenv to fix crash when using ENVVAR
14654 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
14655 * ext/esd/esdsink.c: (gst_esdsink_class_init),
14656 (gst_esdsink_finalize):
14657 Use a finalize function, not dispose, and more importantly,
14658 call the parent class finalize function too
14660 2004-11-01 Johan Dahlin <johan@gnome.org>
14662 * ext/ogg/gstoggdemux.c:
14663 * gst/tags/gstvorbistag.c:
14666 2004-10-31 Benjamin Otte <otte@gnome.org>
14668 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
14669 lotsa memleaks today. But they're all small...
14671 2004-10-31 Benjamin Otte <otte@gnome.org>
14673 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14674 another memleak crushed
14676 2004-10-31 Benjamin Otte <otte@gnome.org>
14678 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
14681 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14683 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14684 Hack to prevent crash when going to READY inside signal handler
14685 while this function is active.
14687 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14689 * gst/ffmpegcolorspace/Makefile.am:
14690 * gst/ffmpegcolorspace/avcodec.h:
14691 * gst/ffmpegcolorspace/common.h:
14692 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
14693 * gst/ffmpegcolorspace/dsputil.h:
14694 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
14695 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14696 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
14697 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
14698 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
14699 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
14700 (gst_ffmpegcsp_avpicture_fill):
14701 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
14702 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14703 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
14704 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
14705 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
14706 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
14707 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14708 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
14709 * gst/ffmpegcolorspace/imgconvert.c:
14710 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
14711 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
14712 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
14713 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
14714 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
14715 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
14716 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
14717 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
14718 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
14719 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
14720 (grow21), (grow22), (grow41), (grow44), (conv411),
14721 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
14722 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
14723 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
14724 (avpicture_free), (is_yuv_planar), (img_convert),
14725 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
14726 (deinterlace_line_inplace), (deinterlace_bottom_field),
14727 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
14728 * gst/ffmpegcolorspace/imgconvert_template.h:
14729 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
14730 * gst/ffmpegcolorspace/mmx.h:
14731 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
14732 (av_fast_realloc), (av_mallocz_static), (av_free_static),
14733 (av_freep), (avcodec_get_context_defaults),
14734 (avcodec_alloc_context), (avcodec_init):
14735 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
14736 handling plus update from ffmpeg CVS. Large clean-up.
14738 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14740 * gst/playback/Makefile.am:
14741 We need the marshallers for decodebin, too.
14743 2004-10-30 David Schleef <ds@schleef.org>
14745 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
14746 quicktime typefinding work with 64-bit offsets.
14748 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
14750 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
14751 Set EOS on the element when processing an EOS event.
14752 * ext/speex/gstspeexdec.h:
14753 * ext/speex/gstspeexenc.h:
14754 Only keep a const ptr to the mode
14755 * gst-libs/gst/riff/riff-media.c:
14756 (gst_riff_create_audio_caps_with_data),
14757 (gst_riff_create_audio_template_caps):
14758 Allow WMAV3, with up to 6 channels.
14759 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
14760 Don't call gst_pad_set_event_function on a sink pad.
14761 * gst/mpegstream/gstdvddemux.c:
14762 (gst_dvd_demux_get_subpicture_stream),
14763 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
14764 Copy the explicit caps that were set across to the cur_* pads,
14765 instead of trying to use a possibly non-existent negotiated caps.
14766 Reset the type of subpicture pads to UNKNOWN after calling
14767 init_stream, so that the caps get set.
14769 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
14771 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14773 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
14774 Don't touch buffer if it is of size 0 (fixes #151064).
14776 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14778 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
14779 Synchronized discont handling.
14781 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14783 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
14784 (gst_ogg_demux_push):
14785 Make seeking sort-of exact again (fixes #156387).
14787 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14789 * gst/playback/gstplaybasebin.c: (unknown_type),
14790 (add_element_stream), (new_decoded_pad),
14791 (gst_play_base_bin_change_state):
14792 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14793 (gst_stream_info_init), (gst_stream_info_new),
14794 (gst_stream_info_dispose), (gst_stream_info_get_property):
14795 * gst/playback/gststreaminfo.h:
14796 Make caps explicitely available. Makes testing for unsupported
14797 types possible. Improves error reporting.
14799 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14801 * gst/audioconvert/gstaudioconvert.c:
14802 (gst_audio_convert_buffer_to_default_format):
14803 Really don't touch read-only buffers (#156563).
14805 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
14807 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14809 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14810 Fix memleak (#155223).
14812 2004-10-29 Wim Taymans <wim@fluendo.com>
14814 * gst/tcp/.cvsignore:
14815 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14816 (gst_multifdsink_class_init), (gst_multifdsink_init),
14817 (gst_multifdsink_add), (gst_multifdsink_remove),
14818 (gst_multifdsink_remove_client_link), (is_sync_frame),
14819 (gst_multifdsink_new_client),
14820 (gst_multifdsink_handle_client_write),
14821 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14822 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
14823 (gst_multifdsink_get_property):
14824 * gst/tcp/gstmultifdsink.h:
14825 Added burst on connect sync_method, deprecated sync_clients,
14826 streamlined the sync code some more.
14828 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14830 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
14831 (gst_play_base_bin_change_state):
14832 Improve error reporting.
14834 2004-10-28 Wim Taymans <wim@fluendo.com>
14836 * gst/tcp/Makefile.am:
14837 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
14838 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
14839 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
14840 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
14841 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14842 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14844 Added more locks around fdset structures. Fixed/reworked
14845 the poll array resizing code.
14846 Added stress test for fdset.
14848 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14850 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
14853 2004-10-28 Benjamin Otte <otte@gnome.org>
14855 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
14856 fix link function to always query channels and query width for
14860 * gst/equalizer/Makefile.am:
14861 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
14862 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
14863 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
14864 (arg_to_scale), (setup_filter),
14865 (gst_iir_equalizer_compute_frequencies),
14866 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
14867 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
14871 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
14873 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
14877 Added Norwegian Bokmaal translation
14879 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14881 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14882 Don't break on options (fixes #156488).
14884 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
14887 * ext/cdaudio/Makefile.am:
14889 fix build on older automake
14891 2004-10-26 Wim Taymans <wim@fluendo.com>
14893 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
14894 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
14895 Allow a little margin when negotiating the framerate.
14897 2004-10-26 Stefan Kost <ensonic@users.sf.net>
14899 * gst/level/gstlevel.c:
14900 synchonised naming of pads and pad-templates
14902 2004-10-26 Wim Taymans <wim@fluendo.com>
14904 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
14905 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
14906 (_find_streams_check), (gst_ogg_demux_push):
14907 Fix EOS again. Needs to be done in a better way. We should not
14908 remove the pad if there is no new chained stream.
14910 2004-10-26 Iain <iaingnome@gmail.com>
14912 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
14913 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
14915 * gst/interleave/interleave.c (interleave_class_init): Hook up release
14917 (interleave_release_pad): Remove the pad.
14918 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
14919 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
14921 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
14923 (gst_xvimagesink_xcontext_clear): Free the xcontext.
14924 (gst_xvimagesink_finalize): Free the par.
14926 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14928 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
14929 (gst_avimux_stop_file):
14930 First calculate the rate, and only then use it. Hdr.rate is a
14931 multiple and not a derivative of hdr.scale. Scale is not the
14932 same as blockalign but is solely related to rate.
14934 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14936 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
14937 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
14940 2004-10-25 James Henstridge <james@jamesh.id.au>
14942 Reviewed by: David Schleef <ds@schleef.org>
14944 * examples/gstplay/player.c: (got_stream_length), (main):
14945 * examples/seeking/cdplayer.c: (update_scale):
14946 * examples/seeking/seek.c: (format_value), (update_scale):
14947 * examples/seeking/spider_seek.c: (format_value), (update_scale),
14949 Build fixes on AMD64.
14951 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14953 reviewed by: Ronald Bultje <rbultje at gnome dot org>
14955 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
14956 Fix for some v4l cards which hang in v4lsrc
14958 2004-10-25 Wim Taymans <wim@fluendo.com>
14960 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
14961 (gst_ogg_demux_push), (gst_ogg_chains_clear):
14962 Make sure to remove the pad when a new chain is
14963 encountered. Set some vars to NULL so we don't try
14964 to reference freed memory.
14966 2004-10-25 Wim Taymans <wim@fluendo.com>
14968 * examples/seeking/Makefile.am:
14969 * examples/seeking/cdplayer.c: (update_scale):
14970 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
14971 * examples/seeking/playbin.c: (make_playerbin_pipeline),
14972 (format_value), (update_scale), (iterate), (start_seek),
14973 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
14974 (print_usage), (main):
14975 Added some more examples, update others.
14977 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14979 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
14980 * ext/speex/gstspeexdec.c: (speex_dec_chain):
14981 * ext/theora/theoradec.c: (theora_dec_chain):
14982 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14983 Add codec-name metadata.
14985 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
14987 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14989 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14990 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14991 * ext/alsa/gstalsamixertrack.h:
14993 ALSA mixer track label internationalization (#154054).
14995 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14997 * ext/theora/theoradec.c: (theora_dec_chain):
14998 Export bitrate as metadata.
15000 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15002 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15003 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
15004 * ext/alsa/gstalsamixertrack.h:
15005 Fix names, fix loop.
15007 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15009 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
15010 (speex_dec_convert):
15011 sinkconvert function so oggdemux can get the file length (totem).
15013 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
15015 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15017 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
15018 Don't push incomplete packets.
15019 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
15020 Fix MPEG-4 audio typefinding.
15022 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15024 * sys/v4l/Makefile.am:
15025 * sys/v4l/gstv4l.c: (plugin_init):
15026 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
15027 (gst_v4lelement_init), (gst_v4lelement_dispose),
15028 (gst_v4lelement_change_state):
15029 * sys/v4l/gstv4lelement.h:
15030 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
15031 (gst_v4l_xoverlay_close), (idle_refresh),
15032 (gst_v4l_xoverlay_set_xwindow_id):
15033 * sys/v4l/gstv4lxoverlay.h:
15034 * sys/v4l/v4l-overlay_calls.c:
15035 * sys/v4l/v4l_calls.h:
15036 * sys/v4l2/Makefile.am:
15037 * sys/v4l2/gstv4l2.c: (plugin_init):
15038 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
15039 (gst_v4l2element_init), (gst_v4l2element_dispose),
15040 (gst_v4l2element_change_state):
15041 * sys/v4l2/gstv4l2element.h:
15042 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
15043 (gst_v4l2_xoverlay_close), (idle_refresh),
15044 (gst_v4l2_xoverlay_set_xwindow_id):
15045 * sys/v4l2/gstv4l2xoverlay.h:
15046 * sys/v4l2/v4l2-overlay_calls.c:
15047 * sys/v4l2/v4l2_calls.h:
15048 Remove client-side overlay handling, use the X-server v4l plugin
15049 for that. Nicer overlay, less code. Also make the plugin
15050 compileable without X (but then without overlay, obviously).
15051 Makes xwindowlistener obsolete, should we remove that?
15053 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15055 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
15056 (gst_osssrc_src_query):
15057 * sys/oss/gstosssrc.h:
15058 OK, so people want offset in DEFAULT. This time, actually fix all
15060 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
15063 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15065 * gst/asfdemux/gstasfmux.c:
15066 * gst/avi/gstavimux.c:
15069 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15071 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
15072 Fix properties (channel, norm, frequency).
15074 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15076 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
15078 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
15081 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15083 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
15086 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15088 * sys/v4l2/gstv4l2element.h:
15089 Yet Another Hack (tm) for kernel header borkedness.
15090 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
15091 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
15092 (gst_v4l2src_link), (gst_v4l2src_getcaps),
15093 (gst_v4l2src_change_state):
15094 * sys/v4l2/gstv4l2src.h:
15095 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
15096 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
15097 Fix caps, keep track of state, work.
15099 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15101 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
15104 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15106 * sys/oss/gstosssrc.c: (gst_osssrc_get):
15107 Don't mix bytes and samples.
15109 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15111 * ext/ogg/gstoggmux.c:
15112 Basic pad template which accepts OGM tracks, speex, flac, vorbis
15113 and theora. Any is incorrect.
15114 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
15116 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
15117 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
15118 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
15119 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
15120 * sys/v4l/gstv4lmjpegsrc.h:
15121 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
15122 (gst_v4lsrc_change_state):
15123 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
15124 (gst_v4lmjpegsrc_capture_stop):
15125 Fix caps. Keep track of internal state. Work.
15127 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15130 Fix the build fixes.
15132 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15134 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15135 (gst_ogg_demux_src_event), (_find_chain_seek),
15136 (gst_ogg_pad_push):
15137 Check for pad availability before using it.
15138 * ext/ogg/gstoggdemux.c: (_find_chain_process):
15139 Fix parsing of chained ogg. Needs more work on the decoder side.
15141 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
15143 * gst/spectrum/Makefile.am:
15144 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
15146 Fix demo and reenable it. Yes, I'm currently playing with audio
15149 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15151 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
15152 We love it if files that start at zero work too...
15154 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15156 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
15157 Handle files with missing EOS headers.
15159 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15161 * gst/tcp/gsttcpserversink.c:
15162 (gst_tcpserversink_handle_server_read),
15163 (gst_tcpserversink_init_send):
15164 Zero some variables first (need for accept not to return EINVAL)
15166 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15168 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15169 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
15170 * ext/theora/theoradec.c: (theora_dec_sink_convert),
15171 (theora_dec_chain):
15172 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
15173 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
15174 Seeking and querying finetune.
15176 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
15180 * ext/raw1394/Makefile.am:
15183 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15185 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
15187 * gst/playback/Makefile.am:
15188 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15189 * gst/playback/gstplay-marshal.list:
15190 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15193 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15195 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
15198 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15200 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15201 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
15202 (gst_ogg_pad_push):
15203 Yay for non-lineair granulepos in theora.
15205 2004-10-18 Wim Taymans <wim@fluendo.com>
15207 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
15208 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
15209 * ext/dv/gstdvdec.h:
15210 Make sure we renegotiate aspect ratio when the camera switches.
15212 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15214 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15215 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
15217 * ext/theora/theoradec.c: (theora_dec_chain):
15218 Skip headers. Bad idea for chained ogg, but fixes seeking.
15220 2004-10-18 Wim Taymans <wim@fluendo.com>
15223 I swear, this is the last time I touch this.
15225 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15227 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15228 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
15229 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
15231 * ext/theora/theoradec.c: (theora_dec_sink_convert):
15232 Time-to-default conversion.
15233 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
15234 Don't error on unknown packets, just skip. We should probably
15235 read them if we want to support chained ogg.
15237 2004-10-18 Wim Taymans <wim@fluendo.com>
15240 Added cdaudio to wrong list.
15242 2004-10-18 Wim Taymans <wim@fluendo.com>
15247 2004-10-18 Wim Taymans <wim@fluendo.com>
15249 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
15250 (gst_dvdec_video_link), (gst_dvdec_push):
15251 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
15252 (gst_smokeenc_resync), (gst_smokeenc_chain):
15253 Fix mimetype on smoke encoder.
15254 Add aspect ratio to dvdec. Not sure if these
15255 values are correct though....
15257 2004-10-18 Wim Taymans <wim@fluendo.com>
15259 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
15260 Fix vorbis property descriptions and ranges.
15262 2004-10-18 Wim Taymans <wim@fluendo.com>
15264 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
15265 Really do nothing when no data is available.
15266 Go to the playing state when the stream is not seekable
15267 instead of failing.
15269 2004-10-18 Wim Taymans <wim@fluendo.com>
15271 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
15272 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
15273 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
15274 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
15275 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
15276 Added uri handler for cd://
15279 2004-10-18 Wim Taymans <wim@fluendo.com>
15281 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15282 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
15283 (try_to_link_1), (no_more_pads), (close_link), (type_found):
15284 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
15285 (remove_prerolls), (unknown_type), (add_element_stream),
15286 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
15287 (gst_play_base_bin_remove_element),
15288 (gst_play_base_bin_link_stream):
15289 * gst/playback/gstplaybin.c: (gen_video_element),
15290 (gen_vis_element), (remove_sinks), (setup_sinks):
15291 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
15292 (gst_stream_info_get_type), (gst_stream_info_class_init),
15293 (gst_stream_info_init), (gst_stream_info_new),
15294 (gst_stream_info_dispose), (stream_info_mute_pad),
15295 (gst_stream_info_set_property), (gst_stream_info_get_property):
15296 * gst/playback/gststreaminfo.h:
15297 Add sink padtemplate to decodebin.
15298 Added some more comments.
15299 Make queue size configurable in playbasebin.
15300 Added possibility to use elements as sinks (ex cdaudio).
15302 2004-10-15 Wim Taymans <wim@fluendo.com>
15304 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
15305 (gst_speexenc_chain):
15306 Fix speex timestamps so that it gets muxed properly.
15308 2004-10-15 Wim Taymans <wim@fluendo.com>
15310 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
15311 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
15312 (gst_dv1394src_init), (gst_dv1394src_dispose),
15313 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
15314 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
15315 (gst_dv1394src_event), (gst_dv1394src_get_formats),
15316 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
15317 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
15318 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
15319 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
15320 * ext/raw1394/gstdv1394src.h:
15321 Added conversion/query functions.
15322 Update buffer timestamps,
15324 Added uri dv:// so it might play from the firewire in playbin.
15325 Fix a possible leak.
15328 2004-10-15 Wim Taymans <wim@fluendo.com>
15330 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
15331 (gst_dv1394src_init), (gst_dv1394src_set_property),
15332 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
15333 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
15334 * ext/raw1394/gstdv1394src.h:
15335 Added AV/C VTR control support needed for some cameras.
15336 Added automatic port detection.
15337 Added properties for selecting the channel.
15338 The configure.ac script is not yet updated to reflect the
15339 new libavc1394 and librom1394 dependencies.
15341 2004-10-15 Wim Taymans <wim@fluendo.com>
15343 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15344 (qtdemux_parse), (gst_qtdemux_handle_esds):
15345 An esds box is not a container.
15346 Fix parsing of mp4v boxes.
15347 Do not try to renegotiate fps for each frame. Need to
15348 find a better method. This should fix mp4 playback.
15350 2004-10-14 David Schleef <ds@schleef.org>
15352 * configure.ac: update for swfdec-0.3 and liboil-0.2
15353 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
15354 * ext/swfdec/gstswfdec.h: same
15355 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
15356 * gst/videotestsrc/videotestsrc.c: same
15358 2004-10-14 Wim Taymans <wim@fluendo.com>
15360 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15361 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
15362 (is_sync_frame), (gst_multifdsink_new_client),
15363 (gst_multifdsink_handle_client_write),
15364 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15365 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
15366 Turn warnings into info.
15367 Don't allow a state change in the streaming thread.
15369 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
15371 * ext/vorbis/oggvorbisenc.c:
15372 * ext/vorbis/vorbisdec.c:
15373 fix template sample rate
15375 2004-10-13 Wim Taymans <wim@fluendo.com>
15377 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
15378 Decoding the header first fixes some problems in resyncing
15381 2004-10-12 Wim Taymans <wim@fluendo.com>
15383 * gst/playback/gstplaybin.c: (gen_video_element),
15384 (gen_vis_element), (remove_sinks), (setup_sinks):
15385 Added vis plugin support, need to configure the vis
15386 element to activate it.
15388 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15390 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
15391 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15393 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15394 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
15395 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
15396 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
15397 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
15398 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
15399 * gst/avi/gstavidemux.h:
15400 Support for openDML-2.0 indx/ix## chunks. Support for broken index
15401 recovery (where, if part of the index is broken, we will still read
15402 the rest of the index and recover the broken part by stream
15403 scanning). More broken media support. EOS workarounds. General AVI
15404 braindamage headache recovery. Aspirin included.
15406 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15408 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
15409 (cdparanoia_event), (cdparanoia_query):
15410 Get rid of hideous lead-in.
15412 2004-10-11 Wim Taymans <wim@fluendo.com>
15414 * gst/playback/gstplaybasebin.c: (setup_source):
15415 Wrong var used to get g_list_next.
15417 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15419 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
15420 (cdparanoia_get), (cdparanoia_open):
15421 Report discid as metadata, add duration.
15423 2004-10-11 Wim Taymans <wim@fluendo.com>
15425 * gst/playback/gstplaybasebin.c: (setup_source):
15426 Cleanup the previous pipeline a little earlier for the
15427 case that a source element provides raw data.
15429 2004-10-11 Benjamin Otte <otte@gnome.org>
15431 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15432 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
15433 consuming the last 128 bytes, even though it was valid mp3 data.
15435 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15437 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
15438 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
15439 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
15440 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
15442 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15444 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
15445 Fix for webcams that support only specific width or height
15447 2004-10-09 Tim-Philipp M??ller <t.i.m@zen.co.uk>
15449 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15451 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15452 Fix wrong discont event setup (fixes #154967).
15454 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
15456 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15458 * gst/auparse/gstauparse.c: (gst_auparse_chain):
15459 Error out on invalid data (fixes #154807).
15461 2004-10-09 Tim-Philipp M??ller <t.i.m@zen.co.uk>
15463 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15465 * ext/dvdread/dvdreadsrc.c: (_read):
15466 Make titles > 0 work again (fixes #154834).
15468 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15470 * gst-libs/gst/riff/riff-media.c:
15471 (gst_riff_create_video_template_caps):
15472 WMV3 missing in template caps.
15474 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15476 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15477 OK, so the original code was too strict. It makes random AVI files
15478 hang for seconds upon opening, which is unacceptable and is far
15479 beyond the original goal of getting multiple chunks for one-chunk
15480 sounc stream files. So now do just that.
15482 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15484 * gst/playback/gstplaybasebin.c: (setup_source),
15485 (gst_play_base_bin_change_state):
15486 Actually clean up streaminfo if output fails. This would trigger
15487 if, for example, there was no CD in the drive. No preroll, so
15488 a streaminfo structure is created, but the subsequent state change
15489 of the thread fails.
15490 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
15491 Don't change state if parent failed.
15493 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15495 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15496 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
15497 (gen_video_element), (remove_sinks):
15498 Add small bits of code for screenshot handling.
15500 2004-10-08 Wim Taymans <wim@fluendo.com>
15502 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
15503 (gen_video_element), (gen_audio_element), (setup_sinks):
15504 Don't assume the user provided sinks are named "sink"...
15506 2004-10-08 Wim Taymans <wim@fluendo.com>
15508 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
15509 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
15510 (gst_play_base_bin_link_stream):
15511 Do not try to autoplug sources that generate raw streams like
15513 disconnect the preroll overrun signal when we don't need it anymore.
15515 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
15517 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
15518 Added reworked patch from #154903 from milosz derezynski (deadchip).
15520 2004-10-08 Wim Taymans <wim@fluendo.com>
15522 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
15523 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
15524 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
15525 (cdparanoia_convert), (cdparanoia_uri_get_type),
15526 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
15527 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
15528 * ext/cdparanoia/gstcdparanoia.h:
15529 This adds the cdda://<tracknum> uri.
15531 2004-10-08 Wim Taymans <wim@fluendo.com>
15533 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15534 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
15535 (try_to_link_1), (no_more_pads), (close_link), (type_found):
15536 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15537 (unknown_type), (gst_play_base_bin_remove_element),
15538 (gst_play_base_bin_link_stream):
15539 * gst/playback/gstplaybasebin.h:
15540 * gst/playback/gstplaybin.c: (gst_play_bin_init),
15541 (gst_play_bin_set_property), (gen_video_element),
15542 (gen_audio_element), (setup_sinks):
15543 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
15544 (gst_stream_info_get_type), (gst_stream_info_class_init),
15545 (gst_stream_info_init), (gst_stream_info_new),
15546 (gst_stream_info_dispose), (stream_info_mute_pad),
15547 (gst_stream_info_set_property), (gst_stream_info_get_property):
15548 * gst/playback/gststreaminfo.h:
15549 Reuse the audio and video bins.
15550 Some internal cleanups in the stream selection code.
15552 2004-10-08 Julien MOUTTE <julien@moutte.net>
15554 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15555 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
15556 * sys/ximage/ximagesink.h:
15557 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15558 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
15559 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
15560 not coming from those elements. Moreover these elements should not keep
15561 the xid they have been given when in NULL state.
15563 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15565 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15566 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
15567 * sys/ximage/ximagesink.h:
15568 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15569 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
15570 * sys/xvimage/xvimagesink.h:
15571 Actually only create a new toplevel window if we're not gonna
15572 embed it right after.
15574 2004-10-07 Wim Taymans <wim@fluendo.com>
15576 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
15577 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
15578 * gst/playback/gstplaybin.c: (setup_sinks):
15579 Implement muting/unmuting of streams, mute streams that are not
15582 2004-10-07 Wim Taymans <wim@fluendo.com>
15584 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
15586 Added lame audio/x-ac3 typefind function.
15588 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
15593 === release 0.8.5 ===
15595 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
15600 releasing 0.8.5, "Take You On"
15602 2004-10-06 Wim Taymans <wim@fluendo.com>
15604 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15605 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15606 (no_more_pads), (close_link), (type_found):
15607 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
15608 * gst/playback/gstplaybin.c: (gen_video_element):
15609 Do not signal the no_more_pads after the first pad when
15610 we are plugging a non dynamic element with multiple
15611 output pads (like swfdec, dvdec, ...).
15613 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
15616 bump for prerelease
15618 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15620 * gst/wavparse/gstwavparse.c:
15621 add ATRAC3 to STATIC CAPS to fix a warning
15623 * gst/matroska/ebml-read.c:
15624 * gst-libs/gst/riff/riff-read.c:
15627 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15629 * gst-libs/gst/riff/riff-media.c:
15630 generate caps for ATRAC3 audio streams
15632 * gst/realmedia/rmdemux.c:
15633 generate caps for ATRAC3 audio streams
15635 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15637 * gst/wavparse/Makefile.am
15638 * gst/wavparse/riff.h
15639 * gst/wavparse/wavparse.vcproj
15640 riff.h removal (unused and duplication with riff-ids.h)
15642 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15644 * gst/wavparse/gstwavparse.h
15645 remove duplicated defines for audio codec codes
15647 * gst-libs/gst/riff/riff-ids.h
15648 * gst/wavenc/riff.h:
15649 add "4CC" code for ATRAC3 audio streams
15650 add "4CC" code for ITU_G721_ADPCM (unused for now)
15652 2004-10-06 Wim Taymans <wim@fluendo.com>
15654 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
15655 Actually _do_ negotiation. Pass gdouble as arg instead
15656 of guint64 for the framerate.
15658 2004-10-06 Wim Taymans <wim@fluendo.com>
15660 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15661 (find_compatibles), (close_pad_link), (try_to_link_1),
15662 (no_more_pads), (close_link), (type_found):
15663 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
15664 * gst/playback/gstplaybin.c: (gen_video_element),
15665 (gen_audio_element):
15666 Set state on newly added element to READY so that negotiation
15668 Addes some more debug info.
15669 Do not try to plug pads with multiple caps structures or ANY
15670 because it is too dangerous since we do not do dynamic
15673 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
15675 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
15679 add Oriya translation
15681 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15683 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15684 Prevent overwrite of size member. Makes audio sound crappy.
15686 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15688 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15689 Add rmvb to the list of known RealMedia extensions
15691 2004-10-05 Wim Taymans <wim@fluendo.com>
15693 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
15694 (mngdec_openstream), (mngdec_closestream),
15695 (mngdec_handle_sink_event), (mngdec_readdata),
15696 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
15697 (mngdec_getcanvasline), (mngdec_refresh),
15698 (gst_mngdec_change_state):
15699 Set the framerate correctly.
15701 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15703 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15704 There was something wrong with the index massaging.
15706 2004-10-04 Wim Taymans <wim@fluendo.com>
15708 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
15709 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
15710 (gst_smokedec_chain):
15711 * ext/jpeg/gstsmokedec.h:
15712 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
15713 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
15714 * ext/jpeg/gstsmokeenc.h:
15715 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
15716 (smokecodec_decode_new), (smokecodec_info_free),
15717 (smokecodec_set_quality), (smokecodec_get_quality),
15718 (smokecodec_set_threshold), (smokecodec_get_threshold),
15719 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
15720 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
15721 (smokecodec_encode), (smokecodec_parse_id),
15722 (smokecodec_parse_header), (smokecodec_decode):
15723 * ext/jpeg/smokecodec.h:
15724 * ext/jpeg/smokeformat.h:
15725 Updated smoke, new bitstream, allows embedding in ogg.
15727 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15729 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
15730 Fix seeking in some files. All this code is no longer needed (and
15731 actually breaks stuff) because we now synchronize the full index
15732 right when reading the header.
15734 2004-10-04 Wim Taymans <wim@fluendo.com>
15737 configure update for libmng.
15739 2004-10-04 Wim Taymans <wim@fluendo.com>
15741 * ext/libmng/Makefile.am:
15742 * ext/libmng/gstmng.c: (plugin_init):
15743 * ext/libmng/gstmng.h:
15744 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
15745 (gst_mngdec_base_init), (gst_mngdec_class_init),
15746 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
15747 (gst_mngdec_loop), (gst_mngdec_get_property),
15748 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
15749 (mngdec_closestream), (mngdec_handle_sink_event),
15750 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
15751 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
15752 (gst_mngdec_change_state):
15753 * ext/libmng/gstmngdec.h:
15754 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
15755 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
15756 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
15757 (gst_mngenc_chain), (gst_mngenc_get_property),
15758 (gst_mngenc_set_property):
15759 * ext/libmng/gstmngenc.h:
15760 Added basic MNG decoder. Needs more work. The encoder does
15763 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15765 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
15766 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
15767 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
15768 Don't hang on length=0 chunks. Some negotiation fixes. Signal
15771 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
15774 you need at least 1.0.4 of speex
15776 2004-10-04 Iain <iaingnome@gmail.com>
15778 * ext/speex/gstspeexdec.h: Revert the includes changes.
15780 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
15782 2004-09-30 Iain <iaingnome@gmail.com>
15784 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
15785 found during init or set as a property instead of hardcoding /dev/audio
15787 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15789 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
15790 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
15791 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
15792 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
15793 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
15794 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
15795 (gst_rmdemux_dump_data):
15796 Use debug category, fix EOS handling. filesrc ! rmdemux now
15799 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15801 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15802 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
15803 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
15804 Improve allocation, cutting and sorting of the index. How takes a
15805 few seconds instead of minutes.
15807 2004-10-03 Christophe Fergeau <teuf@gnome.org>
15809 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
15812 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15814 * gst-libs/gst/riff/riff-media.c:
15815 (gst_riff_create_video_caps_with_data),
15816 (gst_riff_create_video_template_caps):
15817 Add wing commander format mimetype/fourccs.
15818 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15819 Don't crash if some value is 0.
15821 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15823 * gst-libs/gst/riff/riff-media.c:
15824 (gst_riff_create_video_caps_with_data),
15825 (gst_riff_create_video_template_caps):
15826 Add DIB fourcc (raw, palettized 8-bit RGB).
15827 * gst-libs/gst/riff/riff-read.c:
15828 (gst_riff_read_strf_vids_with_data):
15829 Oops, fix strf_data reading bug.
15830 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
15831 Use a non-NULL tag.
15832 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
15833 Time for hacks. Sorry Dave. At least one quicktime movie (a
15834 trailer) that I've encountered contains multiple video tracks.
15835 One of those is the actual video track, the other are one-frame
15836 tracks (images). Unfortunately, the number of frames according
15837 to the trak header is 1 for each, so that doesn't help. So
15838 instead, I look at the duration and discard tracks with a
15839 duration shorter than 20% of the length of the stream. Better
15842 2004-10-01 Christian Schaller <christian@fluendo.com>
15844 * ext/ivorbis/vorbis.c:
15845 Patch from Phil Blundell (Bug 152341)
15847 2004-10-01 Wim Taymans <wim@fluendo.com>
15849 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
15850 (speex_dec_get_formats), (speex_dec_convert),
15851 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
15852 (speex_dec_chain), (gst_speexdec_get_property),
15853 (gst_speexdec_set_property):
15856 2004-10-01 Wim Taymans <wim@fluendo.com>
15858 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
15859 (gst_wavparse_stream_init), (gst_wavparse_fmt),
15860 (gst_wavparse_other), (gst_wavparse_loop),
15861 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15862 (gst_wavparse_srcpad_event):
15863 * gst/wavparse/gstwavparse.h:
15864 Added some more debugging info.
15865 Fix the case where the length of the file is 0.
15866 Make sure we seek to sample borders.
15868 2004-10-01 Wim Taymans <wim@fluendo.com>
15870 * gst/playback/README:
15871 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
15872 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
15873 (try_to_link_1), (no_more_pads), (close_link), (type_found):
15874 Add some debug info to decodebin, update README
15876 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15878 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
15879 Don't use g_print(); use GST_DEBUG().
15881 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15883 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15884 (gst_ogg_mux_queue_pads):
15885 Handle EOS properly.
15887 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
15889 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15891 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
15892 (gst_faad_chain), (gst_faad_change_state):
15893 * ext/faad/gstfaad.h:
15894 Allow playback of raw (unframed) MPEG AAC files (#148993).
15896 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
15898 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15900 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15901 Throw error if we didn't recognize the stream. Fixes #152289.
15903 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15905 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
15908 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
15910 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15912 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15915 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
15917 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15919 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
15921 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
15924 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15926 * gst-libs/gst/riff/riff-media.c:
15927 (gst_riff_create_video_caps_with_data),
15928 (gst_riff_create_audio_caps_with_data):
15929 Add codec_data handling (like asfdemux used to do).
15930 * gst/asfdemux/gstasf.c: (plugin_init):
15931 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
15932 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
15933 Use riff-media for caps creation instead of our own (mostly
15934 broken) copy of its functions.
15936 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15938 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
15939 Don't actually error out if we get another return value than
15940 -EINVAL. Opposite to what I first thought, drivers have random
15941 return values for this, although -EINVAL is the expected return
15942 value. Since this is not fatal, we shouldn't use
15943 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
15945 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15947 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
15948 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
15949 (dvdreadsrc_get_property), (_open), (_seek), (_read),
15950 (dvdreadsrc_get), (dvdreadsrc_open_file),
15951 (dvdreadsrc_change_state):
15952 Fix. Don't do one big huge loop around the whole DVD, that will
15953 cache all data and thus eat sizeof(dvd) (several GB) before we
15955 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15956 Actually NULL'ify event after using it.
15957 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
15958 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
15959 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
15960 (gst_ebml_read_seek), (gst_ebml_read_skip):
15962 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
15963 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
15964 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
15965 Fix timing (this will probably break if I seek using menus, but
15966 I didn't get there yet). VOBs and normal DVDs should now work.
15967 Add a mpeg2-only pad with high rank so this get autoplugged for
15969 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
15970 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
15971 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
15972 (gst_mpeg_demux_get_audio_stream),
15973 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
15974 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
15975 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
15976 MPEG-1 but use dvddemux for MPEG-2.
15977 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
15978 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
15979 (gst_mpeg_parse_parse_packhead):
15980 Timing. Only add pad template if it exists. Add sink template from
15981 class and not from ourselves. This means we will always use the
15982 correct sink template even if it is not the one defined in this
15985 2004-09-29 Wim Taymans <wim@fluendo.com>
15987 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
15988 (gst_mpeg_demux_parse_pes):
15989 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
15990 Fix playback of mpeg again, timestamps where screwed up by
15993 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15995 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
15996 Only return true if we actually filled something in. Prevents
15997 player applications from showing a random length for flac files.
15998 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
15999 (gst_riff_read_use_event), (gst_riff_read_handle_event),
16000 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
16001 (gst_riff_read_strf_vids_with_data),
16002 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
16003 OK, ok, so I implemented event handling. Apparently it's normal
16004 that we receive random events at random points without asking
16006 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16007 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
16008 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
16009 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
16010 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
16011 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16012 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
16013 * gst/avi/gstavidemux.h:
16014 Implement non-lineair chunk handling and subchunk processing.
16015 The first solves playback of AVI files where the audio and video
16016 data of individual buffers that we read are not synchronized.
16017 This should not happen according to the wonderful AVI specs, but
16018 of course it does happen in reality. It is also a prerequisite for
16019 the second. Subchunk processing allows us to cut chunks in small
16020 pieces and process each of these pieces separately. This is
16021 required because I've seen several AVI files with incredibly large
16022 audio chunks, even some files with only one audio chunk for the
16023 whole file. This allows for proper playback including seeking.
16024 This patch is supposed to fix all AVI A/V sync issues.
16025 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
16026 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
16028 * gst/modplug/gstmodplug.cc:
16029 Proper return value setting for the query() function.
16030 * gst/playback/gstplaybasebin.c: (setup_source):
16031 Being in non-playing state (after, e.g., EOS) is not necessarily
16032 a bad thing. Allow for that. This fixes playback of short files.
16033 They don't actually playback fully now, because the clock already
16034 runs. This means that small files (<500kB) with a small length
16035 (<2sec) will still not or barely play. Other files, such as mod
16036 or flx, will work correctly, however.
16038 2004-09-28 Wim Taymans <wim@fluendo.com>
16040 * ext/speex/gstspeex.c: (plugin_init):
16041 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
16042 (gst_speex_dec_class_init), (speex_dec_get_formats),
16043 (speex_get_event_masks), (speex_get_query_types),
16044 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
16045 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
16046 (gst_speexdec_get_property), (gst_speexdec_set_property),
16047 (speex_dec_change_state):
16048 * ext/speex/gstspeexdec.h:
16049 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
16050 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
16051 (gst_speexenc_base_init), (gst_speexenc_class_init),
16052 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
16053 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
16054 (gst_speexenc_src_query), (gst_speexenc_init),
16055 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
16056 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
16057 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
16058 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
16059 (gst_speexenc_chain), (gst_speexenc_get_property),
16060 (gst_speexenc_set_property), (gst_speexenc_change_state):
16061 * ext/speex/gstspeexenc.h:
16062 Rewrote speex encoder, make sure it can be embedded in ogg.
16063 Implemented speex decoder.
16065 2004-09-28 Christian Schaller <christian@fluendo.com>
16068 Remove kioslave plugin. Markey is brewing a new working one
16069 * ext/Makefile.am: Remove kioslave plugin
16071 * gst-plugins.spec.in: remove kio plugin from spec
16073 2004-09-27 Wim Taymans <wim@fluendo.com>
16075 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16076 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
16077 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
16078 (gst_multifdsink_new_client),
16079 (gst_multifdsink_handle_client_write),
16080 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16081 (gst_multifdsink_handle_clients):
16082 * gst/tcp/gstmultifdsink.h:
16083 Make syncing to keyframes actually work for new clients and lagging
16086 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
16088 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
16089 (gst_navigationtest_handle_src_event), (draw_box_planar411),
16090 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
16091 * gst/debug/gstnavigationtest.h:
16092 make navigationtest display button-press and button-release events
16094 2004-09-26 Iain <iaingnome@gmail.com>
16096 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
16097 the channels have received a new media event.
16098 (interleave_buffered_loop): Compresses a new media event on all
16101 2004-09-26 Iain <iaingnome@gmail.com>
16103 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
16104 call the sinkpad's default event handler and not the srcpads. He also
16105 says this is confusing :)
16106 (gst_wavenc_stop_file): Company says that seek events only go upstream
16107 we should send a discontinuous downstream instead.
16109 2004-09-25 Christian Schaller <christian@fluendo.com>
16111 * Update SPEC file to be usable in conjunction with Fedora Core,
16112 Fedora.us and freshrpms packages
16113 * Fix typo in multifilesrc test Makefile
16115 2004-09-24 Wim Taymans <wim@fluendo.com>
16117 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
16118 Only signal the no_more_pads signal when we have
16119 added the stream to our list.
16121 2004-09-24 Wim Taymans <wim@fluendo.com>
16123 * gst/playback/gstplaybasebin.c: (remove_prerolls),
16125 * gst/playback/gstplaybasebin.h:
16126 * gst/playback/gstplaybin.c: (setup_sinks):
16127 Don't try to preroll or decode more than one audio/video
16130 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16132 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16133 Throw error if we failed to find a suitable output. This should
16134 throw an error if we successfully set up a pipeline (e.g. because
16135 we recognized a media file) but found no decodable streams in it
16136 (e.g. because it contains only media stream types for which we
16137 have no decoders, or because it's not a media type).
16139 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16141 * ext/dirac/Makefile.am:
16142 * ext/dirac/gstdirac.cc:
16143 * ext/dirac/gstdiracdec.cc:
16144 * ext/dirac/gstdiracdec.h:
16145 Do something. Don't actually know if this works because I don't
16146 have a demuxer yet.
16147 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
16148 Add channels=1 to caps returned from _getcaps().
16149 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
16150 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
16151 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
16152 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16153 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
16154 (gst_ogm_parse_change_state):
16155 Separate between audio/video so ogmaudioparse actually uses the
16156 audio pad templates. Both audio and video work now, including
16157 autoplugging. Also use sometimes-srcpad hack.
16158 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
16159 Handle events better. Don't hang on infinite loops.
16160 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
16161 (gst_avi_demux_init), (gst_avi_demux_reset),
16162 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
16163 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
16164 (gst_avi_demux_change_state):
16165 * gst/avi/gstavidemux.h:
16166 Improve A/V sync. Still not perfect.
16167 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
16168 (gst_ebml_read_skip):
16169 Handle events better.
16170 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16171 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
16172 (qtdemux_audio_caps):
16173 Add IMA4. Improve event handling. Save offset after a seek when
16174 the headers are at the end of the file so that we don't end up in
16176 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16177 Add low-priority typefind support for files with no length.
16179 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16181 * testsuite/multifilesink/Makefile.am:
16184 2004-09-22 Julien MOUTTE <julien@moutte.net>
16186 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
16187 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
16188 mistakes from thaytan's patches.
16190 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
16192 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
16193 For completeness, XSync in the destroy function as xvimage does.
16195 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
16197 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
16198 Correct caps negotiation
16199 * gst/volume/gstvolume.c: (volume_chain_float),
16200 (volume_chain_int16):
16201 Modify debug output to be little more informative
16202 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
16203 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16204 (gst_xvimagesink_xvimage_destroy):
16205 Add XSync calls after detaching from the shared memory segment to
16208 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16210 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
16211 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
16212 * ext/vorbis/vorbis.c: (plugin_init):
16213 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16214 (gst_vorbisenc_chain):
16215 * ext/vorbis/vorbisenc.h:
16216 remove explicit newmedia support from oggmux and vorbisenc
16217 add debug category to vorbisenc
16218 * gst/multifilesink/gstmultifilesink.c:
16219 (gst_multifilesink_class_init), (gst_multifilesink_init),
16220 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
16221 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
16222 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
16224 * gst/multifilesink/gstmultifilesink.h:
16225 add support for streamheader in multifilesink
16227 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16229 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
16230 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
16231 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
16232 Prevent infinite loops. More correct error reporting.
16233 * gst/auparse/gstauparse.c: (gst_auparse_chain):
16234 Error out if negotiation fails.
16235 * gst/playback/gstplaybasebin.c: (setup_source),
16236 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
16237 (gst_play_base_bin_found_tag):
16238 Error/tag forwarding. Pre-roll fixes for source errors on state
16239 changes (e.g. "file does not exist") to prevent hangs.
16241 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16243 * testsuite/multifilesink/Makefile.am:
16244 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
16245 (gst_newmedia_class_init), (gst_newmedia_init),
16246 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16247 (newfile_signal), (test_signal), (main):
16248 * testsuite/multifilesink/multifilesrc_test.c: (main):
16249 * testsuite/multifilesink/oggtheora_test.c:
16250 (gst_newmedia_base_init), (gst_newmedia_class_init),
16251 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
16252 (test_format), (newfile_signal), (test_signal), (main):
16253 * testsuite/multifilesink/oggvorbis_test.c:
16254 (gst_newmedia_base_init), (gst_newmedia_class_init),
16255 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
16256 (test_format), (newfile_signal), (test_signal), (main):
16257 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
16258 (gst_newmedia_class_init), (gst_newmedia_init),
16259 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16260 (newfile_signal), (test_signal), (main):
16263 2004-09-20 Christian Schaller <christian@fluendo.com>
16265 * Fix mikmod license to LGPL as they have relicensed
16266 * Move Dirac and Effectv into LGPL section of README_license
16268 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16270 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
16271 (gst_mad_change_state):
16272 Allow for mp3 rate/channels changes. However, only very
16273 conservatively. Reason that we *have* to enable this is smiply
16274 because the mad find_sync() function is not good enough, it will
16275 regularly sync on random data as valid frames and therefore make
16276 us provide random caps as *final* caps of the stream. The best fix
16277 I could think of is to simply require several of the same stream
16278 changes in a row before we change caps.
16279 The actual testcase that works now is #
16280 * ext/ogg/Makefile.am:
16281 * ext/ogg/gstogg.c: (plugin_init):
16282 * ext/ogg/gstogmparse.c:
16283 OGM support (video only for now; I need an audio sample file).
16284 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
16285 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
16286 (gst_asf_demux_add_video_stream):
16288 * gst/playback/gstplaybasebin.c: (unknown_type):
16289 Don't error out on single unknown-types after all. It's wrong.
16290 If we found type of video and audio but not of a subtitle stream,
16291 it will still error out (which is unwanted). Will find a better fix
16293 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
16294 (ogmaudio_type_find), (plugin_init):
16297 2004-09-20 Johan Dahlin <johan@gnome.org>
16299 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
16300 after setting caps.
16302 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16304 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
16305 * gst/wavenc/gstwavenc.h:
16306 Added newmedia support to wavenc
16308 2004-09-17 Wim Taymans <wim@fluendo.com>
16310 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
16311 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
16312 (gst_fdset_fd_can_write), (gst_fdset_wait):
16313 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
16314 (gst_multifdsink_init), (gst_multifdsink_add),
16315 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
16316 (gst_multifdsink_remove_client_link),
16317 (gst_multifdsink_client_queue_buffer),
16318 (gst_multifdsink_handle_client_write),
16319 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
16320 (gst_multifdsink_close), (gst_multifdsink_change_state):
16321 * gst/tcp/gstmultifdsink.h:
16322 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16323 (gst_tcpserversink_removed):
16324 Small cleanups in fdset.c
16325 Use a hastable to map fd to the client structure for faster
16326 lookup in _remove and get_stats.
16327 Added virtual function to close the fds.
16328 Handle clients even when the select/poll call was unblocked because
16330 Implement syncing to keyframe in the recovery procedure.
16332 2004-09-16 Iain <iaingnome@gmail.com>
16334 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
16337 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16339 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
16340 Caps are only set if the type of the stream is unknown, but this
16341 is initialized in ->init_stream(), so set to UNKNOWN after calling
16342 ->init_stream() so that capsnego starts.
16344 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16346 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16347 (gst_avi_demux_stream_data):
16348 Just hardcode for raw audio then. AVI audio sucks.
16350 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
16352 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
16353 * gst/matroska/matroska-mux.c: (audiosink_templ),
16354 (gst_matroska_mux_audio_pad_link):
16355 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
16356 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
16358 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16360 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16361 (gst_avi_demux_stream_data):
16362 Try to fix a/v sync issues.
16364 2004-09-15 David Schleef <ds@schleef.org>
16366 * configure.ac: remove NASM check, since we don't use it. Update
16368 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
16369 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16370 Initialized variables.
16371 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16372 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
16373 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
16376 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16378 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16379 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
16380 * gst/avi/gstavidemux.h:
16381 Fix for compressed audio (mp3) timestamp generation. How did this
16384 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16386 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
16387 Volume is a double not a float.
16389 2004-09-15 Wim Taymans <wim@fluendo.com>
16391 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
16392 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
16393 Don't close the fd in multifdsink as we didn't open it in the
16394 first place. Some cleanups.
16396 2004-09-15 Wim Taymans <wim@fluendo.com>
16398 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16399 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16400 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16401 Fix the case where the muxer would mark pages as delta
16402 frames when they are not (vorbis only ogg).
16404 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16406 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
16407 (gst_play_base_bin_change_state):
16408 Handle the case where we failed to setup a clear pipeline. This
16409 will throw an error (or EOS, another nice case) and if you don't
16410 catch that, the app will wait for the signal forever (and thus
16413 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16415 * ext/gnomevfs/gstgnomevfssink.c:
16416 (gst_gnomevfssink_uri_get_protocols):
16417 * ext/gnomevfs/gstgnomevfssrc.c:
16418 (gst_gnomevfssrc_uri_get_protocols):
16419 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
16420 * ext/gnomevfs/gstgnomevfsuri.h:
16421 Use _uri_new() instead of _open(), so it doesn't take as long and
16422 Christophe's computer won't hang.
16423 * gst/playback/gstplaybasebin.c: (unknown_type):
16424 Throw error on unknown media type, so apps actually display it.
16426 2004-09-14 Brian Cameron <brian.cameron@sun.com
16428 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
16429 this script to work on Solaris since bash shell handles echo
16430 differenly than bash.
16432 2004-09-17 Wim Taymans <wim@fluendo.com>
16434 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
16435 (setup_source), (gst_play_base_bin_set_property),
16436 (gst_play_base_bin_add_element):
16437 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
16438 Some more work on making sure seeking pauses the pipeline and
16439 that changing the uri actually does something.
16441 2004-09-17 Wim Taymans <wim@fluendo.com>
16443 * gst/tcp/gstfdset.c: (gst_fdset_wait):
16444 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
16445 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
16446 (gst_tcpserversink_close):
16447 Be a bit more paranoid when freeing memory.
16449 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16451 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
16452 (qtdemux_parse_trak):
16453 Don't crash by dividing by zero (see sample movie in #126922).
16455 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16457 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
16458 Don't touch non-existing data (fixes crash on file in #140147).
16460 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16462 * gst/playback/gstplaybasebin.c:
16463 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
16464 Handle double disposals, and proper change of URIs.
16466 2004-09-13 Martin Eikermann <meiker@upb.de>
16468 * gst/mpegstream/gstmpegparse.c:
16469 fix synchronistation for streams recorded from digital PCR
16472 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16474 * ext/gnomevfs/Makefile.am:
16475 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16476 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
16477 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
16478 (gst_gnomevfssink_uri_get_type),
16479 (gst_gnomevfssink_uri_get_protocols),
16480 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
16481 (gst_gnomevfssink_uri_handler_init),
16482 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
16483 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
16484 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
16485 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
16486 (gst_gnomevfssrc_uri_get_type),
16487 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
16488 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
16489 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
16490 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
16491 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
16492 * ext/gnomevfs/gstgnomevfsuri.h:
16493 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
16494 of fake URIs to see which this version of Gnome-VFS likes, and
16495 uses that for the Gst-URI interface. Makes playbin support http://
16496 streams. Also fix up some stupid behaviour in gnomevfssrc.
16498 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16500 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16501 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16502 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16503 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16504 Update mixer (to sync with other sessions) if we try to obtain
16505 a new value. This makes alsamixer work accross applications.
16506 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
16507 Only call sync functions if we're running, else alsalib asserts.
16508 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
16509 Sometimes fails to compile. Possibly a gcc bug.
16510 * gst/playback/gstplaybin.c: (gen_video_element),
16511 (gen_audio_element):
16512 Add a reference to an application-provided object, because we lose
16513 this same reference if we add it to the bin. If we don't do this,
16514 we can only use this object once and thus crash if we go from
16515 ready to playing, back to ready and back to playing again.
16516 Also add an audioscale element because several cheap soundcards -
16517 like mine - don't support all samplerates.
16518 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
16519 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
16520 Fix wrong order or PAR calls. Makes automatically obtained PAR
16521 from the X server atually being used.
16523 2004-09-12 David Schleef <ds@schleef.org>
16525 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
16526 #151887, #152102, #152247.
16527 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
16528 * examples/seeking/cdparanoia.c: same
16529 * examples/seeking/cdplayer.c: same
16530 * examples/seeking/seek.c: same
16531 * examples/seeking/spider_seek.c: same
16532 * examples/seeking/vorbisfile.c: same
16533 * examples/stats/mp2ogg.c: same
16534 * ext/esd/esdsink.c: (gst_esdsink_class_init),
16535 (gst_esdsink_dispose): Dispose of element properly.
16536 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
16538 * ext/nas/nassink.c: (gst_nassink_class_init),
16539 (gst_nassink_dispose): Dispose of element correctly.
16540 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
16541 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16542 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
16543 Fix 64-bit warning.
16544 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16545 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
16546 Fix 64-bit warning.
16548 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16550 * configure.ac : change speex detection as 1.1.6 now uses
16551 .pc/pkg-config and they changed their headers location.
16553 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
16555 * gst/matroska/matroska-mux.h:
16556 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
16557 (gst_matroska_mux_start), (gst_matroska_mux_finish),
16558 (gst_matroska_mux_write_data):
16559 Write multiple blocks/frames per cluster.
16560 Write meta-seek information (seek heads).
16562 2004-09-09 Scott Wheeler <wheeler@kde.org>
16564 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
16565 (gst_play_bin_set_property), (gst_play_bin_get_property),
16566 (gen_audio_element), (gen_audio_element):
16567 Add a volume element / property to the pipeline.
16569 2004-09-07 Wim Taymans <wim@fluendo.com>
16571 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
16572 Copy timestamps from the master pad to the output buffers.
16574 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
16576 * ext/raw1394/gstdv1394src.c:
16577 throw errors when applicable
16579 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
16581 * gst/matroska/ebml-ids.h:
16582 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
16583 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
16584 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
16585 automatically convert unix time <-> ebml time when reading/writing
16586 a date, use gst_ebml_write_uint to write CUETIME,
16587 not gst_ebml_write_date.
16588 * gst/matroska/matroska-ids.h:
16589 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
16590 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
16591 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
16592 (gst_matroska_mux_write_data):
16593 Write track and segment UIDs, write muxing date, write
16594 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
16595 Create cues for audio only files.
16597 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16599 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
16600 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
16601 Re-commit ALSA switches.
16602 * gst/adder/gstadder.c: (gst_adder_loop):
16603 64-bit fix (#151416).
16604 * gst/debug/progressreport.c: (gst_progressreport_report):
16605 64-bit fix (#151419).
16606 * gst/matroska/matroska-demux.c:
16607 (gst_matroska_demux_parse_contents):
16608 64-bit fix (#151420).
16609 * gst/playback/test3.c: (update_scale):
16610 64-bit fix (#151421).
16612 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
16617 === release 0.8.4 ===
16619 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
16621 * configure.ac: releasing 0.8.4, "Alias"
16623 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
16625 * ext/theora/Makefile.am:
16626 fix makefile. Fixes #151462.
16628 2004-08-30 Wim Taymans <wim@fluendo.com>
16630 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
16631 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16632 (gst_multifdsink_remove_client_link),
16633 (gst_multifdsink_client_queue_buffer),
16634 (gst_multifdsink_handle_client_write):
16635 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
16636 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
16637 Fix some memory leaks.
16639 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
16641 Patch by: David Schleef
16645 rename our detection macro for V4L2. Fixes #151236.
16647 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
16649 Patch by: David Schleef
16652 check to define LAMEPRESET. Fixes #151232.
16654 2004-08-27 David Schleef <ds@schleef.org>
16656 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
16657 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
16658 (gst_glimagesink_fixate): Move local variable declarations to
16659 make gcc-2.95 happy.
16661 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
16664 bump nano for prerelease
16666 2004-08-27 David Schleef <ds@schleef.org>
16668 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
16669 * sys/sunaudio/gstsunaudiosrc.c:
16670 * sys/sunaudio/gstsunaudiosrc.h:
16672 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
16674 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
16675 handle EOS correctly
16676 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
16677 * gst/matroska/matroska-mux.h:
16678 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
16679 VFW compatibility mode
16681 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
16683 patch by: Zaheer Abbas Merali
16685 * ext/ogg/gstoggmux.c:
16686 * ext/vorbis/vorbisenc.c:
16687 * ext/vorbis/vorbisenc.h:
16690 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
16692 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
16693 fix byte order reversion on little endian machines.
16694 * gst/matroska/matroska-mux.c: (audiosink_templ),
16695 (gst_matroska_mux_audio_pad_link):
16696 add TTA codec to the list of supported codecs.
16697 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
16698 (gst_matroska_mux_start), (gst_matroska_mux_finish),
16699 (gst_matroska_mux_write_data):
16700 * gst/matroska/matroska-mux.h:
16701 write segment duration correctly, write muxing app string, fixes bugs
16702 #140897 and #140898.
16703 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
16704 wait for all pads to be negotiated before starting to mux.
16706 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16708 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
16709 * ext/lame/gstlame.h:
16710 Added new media support to lame
16712 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
16714 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
16715 send vorbis headers at the beginning of a stream, fixes bug #141554.
16716 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
16718 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16719 (gst_matroska_demux_plugin_init):
16720 * gst/matroska/matroska-ids.h:
16721 enable demuxing of TTA audio streams, fixes bug #148951.
16722 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
16723 enable typefinding for TTA audio files, fixes bug #148711.
16724 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
16725 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
16726 fixes playback of packed bitstream and xvid with bframes, bug #135407.
16728 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
16730 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
16731 (gst_riff_read_element_data), (gst_riff_read_seek),
16732 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
16733 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
16736 2004-08-23 Iain <iaingnome@gmail.com>
16738 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
16739 tags. They appear to be handled differently to normal.
16740 (tag_list_to_id3_tag_foreach): Ditto.
16742 2004-08-22 Wim Taymans <wim@fluendo.com>
16744 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16745 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16746 Make sure we never send -1 granulepos.
16748 2004-08-20 Wim Taymans <wim@fluendo.com>
16750 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16751 (gst_ogg_mux_loop):
16752 I will accept bitchslappings with non sharp objects.
16754 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16757 Clean up the test for lame presets
16759 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16762 * ext/lame/Makefile.am:
16763 * ext/lame/gstlame.c: (gst_lame_class_init),
16764 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
16765 Only enable lame presets if version of lame has presets in API
16767 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
16768 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
16769 * gst/udp/gstudpsrc.h:
16770 Don't call gst_pad_push in a get function. Fixes #150449
16772 2004-08-18 Wim Taymans <wim@fluendo.com>
16774 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
16775 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
16776 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
16777 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16778 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16780 * gst/tcp/gstfdset.h:
16781 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16782 (gst_multifdsink_client_queue_buffer),
16783 (gst_multifdsink_handle_client_write):
16784 * gst/tcp/gstmultifdsink.h:
16785 Some extra checks in gstfdset.
16786 Only use send() when the fd is a socket. Don't try to
16787 read from write only fds.
16789 2004-08-18 Wim Taymans <wim@fluendo.com>
16791 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
16792 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
16793 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16794 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16796 Add more locking and bounds checking.
16798 2004-08-18 Wim Taymans <wim@fluendo.com>
16800 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
16801 Realloc test fdset in the lock and right before starting
16802 the poll call. Bump the limit to 4096.
16804 2004-08-17 David Schleef <ds@schleef.org>
16806 * sys/sunaudio/Makefile.am:
16807 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
16808 of rates and channels. Make debugging less obnoxious.
16810 Patch from Balamurali Viswanathan implementing a mixer for
16811 Sun audio. (bug #144091):
16812 * sys/sunaudio/gstsunelement.c:
16813 * sys/sunaudio/gstsunelement.h:
16814 * sys/sunaudio/gstsunmixer.c:
16815 * sys/sunaudio/gstsunmixer.h:
16817 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16819 * gst/audioscale/gstaudioscale.c:
16820 * gst/audioscale/gstaudioscale.h:
16821 made audioscale resample from any sample rate to any sample rate
16823 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
16825 * ext/libpng/gstpngdec.c:
16826 error out on unsupported types
16828 2004-08-17 Iain <iaingnome@gmail.com>
16830 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
16831 mid_side and loose_mid_side properties if its a stereo stream.
16833 2004-08-17 Wim Taymans <wim@fluendo.com>
16835 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16836 (theora_get_formats), (theora_dec_src_convert),
16837 (theora_dec_sink_convert), (theora_dec_src_query),
16838 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
16841 2004-08-17 Wim Taymans <wim@fluendo.com>
16843 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
16844 (gst_ogg_pad_push):
16845 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
16846 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
16847 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
16848 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16849 Mark delta units in the muxer.
16850 Try to decode the packet after an out-of-sync error from
16853 2004-08-17 Wim Taymans <wim@fluendo.com>
16855 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16856 (gst_multifdsink_init), (gst_multifdsink_add),
16857 (gst_multifdsink_client_queue_buffer),
16858 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
16859 * gst/tcp/gstmultifdsink.h:
16860 Added option to send a keyframe to clients as the first buffer.
16861 Make timeout property writable.
16863 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
16865 patch by: Wim Taymans
16867 * gst/tcp/gstfdset.c:
16868 * gst/tcp/gstmultifdsink.c:
16869 fix index comparison, should include 0
16871 2004-08-16 Wim Taymans <wim@fluendo.com>
16873 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
16874 (gst_fdset_add_fd), (gst_fdset_remove_fd),
16875 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16876 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16878 copy when reallocing for poll so the select arguments don't get
16879 changed during the call
16881 2004-08-16 Wim Taymans <wim@fluendo.com>
16883 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
16884 (gst_theora_enc_class_init), (theora_enc_sink_link),
16885 (theora_buffer_from_packet), (theora_enc_chain):
16886 Fix bug where buffers were not marked as keyframes
16889 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16891 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
16892 (gst_lame_preset_get_type), (gst_lame_class_init):
16893 describe the enum values for vbr mode and presets more verbosely
16895 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16897 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
16898 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
16899 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
16900 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
16901 * ext/lame/gstlame.h:
16902 add preset property to lame so it can use lame presets
16904 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16906 * ext/lame/gstlame.c: (gst_lame_get_property):
16907 whoops forgot break, thanks teuf
16909 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16911 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
16912 (gst_lame_class_init), (gst_lame_src_getcaps),
16913 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
16914 (gst_lame_get_property), (gst_lame_setup):
16915 * ext/lame/gstlame.h:
16916 fix lame's broken vbr stuff, allow it to resample if need be, and also
16917 make xing header optional
16919 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16921 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
16922 added getcaps function so samplerate doesnt get fixated to silly values
16924 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16926 * ext/lame/gstlame.c: (gst_lame_src_link):
16927 revert previous fix
16929 2004-08-12 Johan Dahlin <johan@gnome.org>
16931 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
16932 checks. Doesn't matter what state we are in. Interfaces are a
16933 compile time thing, not runtime. It also broke the python bindings.
16935 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16937 * ext/lame/gstlame.c: (gst_lame_src_link):
16938 made source pad link function check if sinkpad is ok..fixes the problem
16939 where core fixates the output rate of lame stupidly
16941 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
16943 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
16944 * sys/v4l/v4l_calls.c:
16945 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
16946 fix fixate function to handle nonsimple caps.
16947 remove bogus check in _link
16950 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
16952 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
16953 set default compression ratio parameter to 0.0 so bitrate parameter
16956 2004-08-11 David Schleef <ds@schleef.org>
16958 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
16960 2004-08-11 David Schleef <ds@schleef.org>
16962 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
16965 2004-08-11 David Schleef <ds@schleef.org>
16967 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
16969 2004-08-11 David Schleef <ds@schleef.org>
16971 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
16973 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
16974 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
16976 * gst/auparse/gstauparse.c: Fix plugin license field.
16977 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
16978 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
16979 * gst/rtp/gstrtp.c: Fix plugin license field.
16981 2004-08-11 Wim Taymans <wim@fluendo.com>
16983 * gst/tcp/Makefile.am:
16984 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
16985 (ensure_size), (gst_fdset_new), (gst_fdset_free),
16986 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
16987 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
16988 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
16989 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
16990 (gst_fdset_fd_can_write), (gst_fdset_wait):
16991 * gst/tcp/gstfdset.h:
16992 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
16993 (gst_multifdsink_class_init), (gst_multifdsink_init),
16994 (gst_multifdsink_add), (gst_multifdsink_remove),
16995 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16996 (gst_multifdsink_remove_client_link),
16997 (gst_multifdsink_handle_client_read),
16998 (gst_multifdsink_client_queue_data),
16999 (gst_multifdsink_client_queue_caps),
17000 (gst_multifdsink_client_queue_buffer),
17001 (gst_multifdsink_handle_client_write),
17002 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17003 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
17004 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
17005 (gst_multifdsink_close):
17006 * gst/tcp/gstmultifdsink.h:
17007 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17008 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
17009 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
17010 (gst_tcpserversink_close):
17011 * gst/tcp/gsttcpserversink.h:
17012 Abstracted away the select call, implemented poll (yes we ran into
17013 the 1024 limit in production).
17015 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
17017 * gst/tcp/gsttcp.c:
17018 * gst/tcp/gsttcpplugin.c:
17019 improve debuggging, remove assert
17021 2004-08-10 Wim Taymans <wim@fluendo.com>
17023 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
17024 (gst_client_status_get_type), (gst_multifdsink_class_init),
17025 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
17026 (gst_multifdsink_handle_client_read),
17027 (gst_multifdsink_handle_client_write),
17028 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17029 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
17030 (gst_multifdsink_get_property):
17031 * gst/tcp/gstmultifdsink.h:
17032 * gst/tcp/gsttcp-marshal.list:
17033 Starting to prepare for specifying buffer time in other units
17034 than buffers. Expose remove reason in signal.
17036 2004-08-10 Wim Taymans <wim@fluendo.com>
17038 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
17039 (gst_multifdsink_remove), (gst_multifdsink_clear),
17040 (gst_multifdsink_remove_client_link),
17041 (gst_multifdsink_handle_client_read),
17042 (gst_multifdsink_client_queue_data),
17043 (gst_multifdsink_client_queue_buffer),
17044 (gst_multifdsink_handle_client_write),
17045 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
17046 (gst_multifdsink_chain), (gst_multifdsink_close):
17047 * gst/tcp/gstmultifdsink.h:
17048 Added more debugging info. Changed the way clients are
17049 removed from the lists. Fixed a bug where a bad file descriptor
17050 could cause many clients to be removed.
17052 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
17054 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
17055 allow all pixel-aspect-ratios, not just 1:1
17057 2004-08-09 David Schleef <ds@schleef.org>
17059 * sys/glsink/ARB_multitexture.h: Remove old files.
17060 * sys/glsink/EXT_paletted_texture.h:
17061 * sys/glsink/NV_register_combiners.h:
17062 * sys/glsink/gstgl_nvimage.c:
17063 * sys/glsink/gstgl_pdrimage.c:
17064 * sys/glsink/gstgl_rgbimage.c:
17065 * sys/glsink/gstglsink.c:
17066 * sys/glsink/gstglsink.h:
17067 * sys/glsink/gstglxwindow.c:
17068 * sys/glsink/regcomb_yuvrgb.c:
17070 2004-08-09 David Schleef <ds@schleef.org>
17072 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
17073 GL sink plugin. (Bug #147302)
17075 * configure.ac: Test for OpenGL
17076 * sys/Makefile.am: Use test for OpenGL
17077 * sys/glsink/Makefile.am:
17078 * sys/glsink/glimagesink.c: rewrite
17079 * sys/glsink/glimagesink.h: rewrite
17081 2004-08-09 David Schleef <ds@schleef.org>
17083 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
17085 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
17086 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
17087 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
17089 2004-08-09 Wim Taymans <wim@fluendo.com>
17091 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17092 (gst_multifdsink_add), (gst_multifdsink_get_stats),
17093 (gst_multifdsink_client_remove),
17094 (gst_multifdsink_handle_client_read),
17095 (gst_multifdsink_handle_client_write),
17096 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
17097 Do a bit more logging, make the client_read code more robust.
17099 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
17101 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
17102 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
17103 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
17104 (gst_jpegdec_init), (gst_jpegdec_chain):
17105 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
17106 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
17107 cleanups, debugging fixes and memleak plugging
17109 2004-08-09 Wim Taymans <wim@fluendo.com>
17111 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
17112 (theora_get_formats), (theora_dec_src_convert),
17113 (theora_dec_sink_convert), (theora_dec_src_query),
17114 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
17115 (theora_dec_change_state):
17116 Don't crash on missing header packets.
17118 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
17122 Added Albanian translation (Laurent Dhima)
17126 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
17128 * ext/lame/gstlame.c:
17131 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
17133 * sys/ximage/ximagesink.c:
17134 * sys/xvimage/xvimagesink.c:
17135 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
17137 2004-08-06 Wim Taymans <wim@fluendo.com>
17139 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17140 (gst_multifdsink_add), (gst_multifdsink_get_stats),
17141 (gst_multifdsink_client_remove),
17142 (gst_multifdsink_handle_client_read),
17143 (gst_multifdsink_handle_client_write),
17144 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
17145 Make sure we don't try to read more from a client that what
17146 ioctl says us or we deadlock.
17148 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
17150 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
17151 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
17152 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
17153 decouple running_time and n_frames so it can handle changing
17154 framerate while running
17156 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
17160 updated translations
17162 2004-08-04 Benjamin Otte <otte@gnome.org>
17164 * gst/videotestsrc/gstvideotestsrc.c:
17165 (gst_videotestsrc_get_capslist), (generate_capslist),
17167 generate the list of supported caps at startup and reuse it instead
17168 of always generating it
17170 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
17172 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
17173 whoops, last checkin broke normal build
17175 2004-08-03 Benjamin Otte <otte@gnome.org>
17177 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
17178 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
17179 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
17180 (gst_alsa_mixer_get_option):
17181 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
17182 (dvdnavsrc_print_event):
17183 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
17184 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
17185 (gst_ogg_mux_pad_unlink):
17186 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
17187 (gst_multipart_mux_pad_unlink):
17188 * gst/videofilter/gstvideobalance.c:
17189 (gst_videobalance_colorbalance_set_value):
17190 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
17191 (gst_videomixer_pad_unlink):
17193 * sys/oss/gstossmixer.c:
17194 * sys/v4l/gstv4lcolorbalance.c:
17195 * sys/v4l/gstv4ltuner.c:
17196 * sys/v4l/v4lsrc_calls.c:
17197 * sys/v4l2/gstv4l2colorbalance.c:
17198 * sys/v4l2/gstv4l2tuner.c:
17199 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
17201 2004-08-03 Benjamin Otte <otte@gnome.org>
17203 * examples/dynparams/filter.c: (ui_control_create):
17204 * examples/gstplay/player.c: (print_tag):
17205 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
17206 * ext/gdk_pixbuf/gstgdkanimation.c:
17207 (gst_gdk_animation_iter_may_advance):
17208 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
17209 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
17210 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
17211 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
17212 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
17213 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
17214 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
17215 * gst/sine/demo-dparams.c: (main):
17216 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
17217 * testsuite/alsa/formats.c: (create_pipeline):
17218 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
17219 fixes for G_DISABLE_ASSERT and friends
17220 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
17221 (mp3_type_frame_length_from_header), (mp3_type_find),
17223 require mp3 typefinding to have at least MIN_HEADERS valid headers
17224 add typefinding for AAC adts files
17226 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
17228 * sys/ximage/ximagesink.c:
17229 (gst_ximagesink_calculate_pixel_aspect_ratio):
17230 * sys/xvimage/xvimagesink.c:
17231 (gst_xvimagesink_calculate_pixel_aspect_ratio):
17232 Make sure we calculate pixel-aspect-ratio using floating point maths
17234 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
17237 updated translation
17239 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
17241 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
17242 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
17243 add debugging for display PAR calculation
17245 2004-08-02 David Schleef <ds@schleef.org>
17247 * configure.ac: Fix mikmod CFLAGS.
17249 2004-07-27 Benjamin Otte <otte@gnome.org>
17251 * gst/audioscale/gstaudioscale.c:
17252 - fix templates to only support S16, it's the only format that works
17253 - make caps nego code use try_set_caps_nonfixed and fixation instead
17254 of try_set_caps twice, which is not nice for autopluggers
17255 - change rank to secondary, so autopluggers can pick it up after
17258 2004-08-02 Iain <iain@prettypeople.org>
17260 * gst/interleave/interleave.c (interleave_init),
17261 (interleave_request_new_pad),
17262 (interleave_pad_removed),
17263 (interleave_buffered_loop): Use the real pad count, not the artificial
17266 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
17268 * configure.ac: bump nano back to development
17270 === release 0.8.3 ===
17272 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
17274 * configure.ac: releasing 0.8.3, "Water"
17276 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
17278 * sys/xvimage/xvimagesink.c:
17279 (gst_xvimagesink_calculate_pixel_aspect_ratio),
17280 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
17281 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
17282 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
17283 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
17284 * sys/xvimage/xvimagesink.h:
17285 apply similar PAR fixes as to ximagesink
17287 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
17289 patch from: Benjamin Otte
17291 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
17292 add link function to lame. Fixes #148986.
17294 2004-08-02 Johan Dahlin <johan@gnome.org>
17296 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
17299 2004-07-30 David Schleef <ds@schleef.org>
17301 * gst/videomixer/Makefile.am: Fix things that should have been
17302 fixed in the last checkin.
17304 2004-07-30 David Schleef <ds@schleef.org>
17306 * gst/multipart/Makefile.am: Fix things that should have been
17307 fixed in the last checkin.
17309 2004-07-30 David Schleef <ds@schleef.org>
17311 * testsuite/multifilesink/Makefile.am: Fix unused variable.
17313 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
17316 bump nano for prerelease
17328 2004-07-30 Wim Taymans <wim@fluendo.com>
17330 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17331 (gst_multifdsink_add), (gst_multifdsink_remove),
17332 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
17333 (gst_multifdsink_client_remove),
17334 (gst_multifdsink_handle_client_write),
17335 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
17336 * gst/tcp/gstmultifdsink.h:
17337 Recover from a select with a bad file descriptor by removing
17340 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
17343 fix requirement of core
17344 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
17345 (gst_play_pipeline_setup):
17346 don't use colorspace element. do use hermescolorspace element.
17347 make macro to get a colorspace element.
17348 mark strings for translation.
17360 update translations
17362 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17364 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17365 fix default for newmedia flag
17367 2004-07-30 Wim Taymans <wim@fluendo.com>
17369 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
17370 (gst_theora_dec_init), (theora_get_formats),
17371 (theora_dec_src_convert), (theora_dec_sink_convert),
17372 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
17373 (theora_dec_chain), (theora_dec_set_property),
17374 (theora_dec_get_property):
17375 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
17376 (gst_theora_enc_class_init), (gst_theora_enc_init),
17377 (theora_enc_sink_link), (theora_enc_chain),
17378 (theora_enc_set_property), (theora_enc_get_property):
17379 Added cropping option to theora decoder.
17380 Added border option to theora encoder.
17382 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17384 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17385 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17386 (gst_pngenc_set_property):
17387 * ext/libpng/gstpngenc.h:
17388 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
17390 2004-07-30 Wim Taymans <wim@fluendo.com>
17392 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17393 (theora_enc_sink_link), (theora_enc_chain),
17394 (theora_enc_set_property), (theora_enc_get_property):
17395 Fix encoding of non-multiple-of-16 video.
17397 2004-07-29 David Schleef <ds@schleef.org>
17399 * configure.ac: make test for audiofile more strict
17401 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
17403 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17404 give different names to typefind functions
17406 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
17408 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17409 (gst_ximagesink_calculate_pixel_aspect_ratio),
17410 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
17411 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
17412 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
17413 (gst_ximagesink_get_property), (gst_ximagesink_init):
17414 * sys/ximage/ximagesink.h:
17415 allocate PAR's dynamically.
17416 use autodetected PAR if no object-set PAR is given.
17417 add workaround for directfb's X not setting physical size.
17418 fix to xvimagesink will follow tomorrow.
17420 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17422 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
17423 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
17424 (gst_shout2send_get_type), (gst_shout2send_set_clock),
17425 (gst_shout2send_class_init), (gst_shout2send_init),
17426 (set_shout_metadata), (gst_shout2send_set_metadata),
17427 (gst_shout2send_chain), (gst_shout2send_set_property),
17428 (gst_shout2send_get_property), (gst_shout2send_connect),
17429 (gst_shout2send_change_state):
17430 * ext/shout2/gstshout2.h:
17431 - fix for sending mp3 audio to icecast2 server, if pad link function not
17432 called before PAUSED state
17433 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
17434 - added tagging support for mp3 audio broadcasted
17435 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17438 2004-07-28 Wim Taymans <wim@fluendo.com>
17440 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
17441 (gst_ogg_demux_push):
17442 Return query failure when we don't know the length of
17443 an ogg stream insteda of returning TRUE with a bogus value.
17445 2004-07-28 Wim Taymans <wim@fluendo.com>
17447 * ext/theora/theoradec.c: (theora_get_formats),
17448 (theora_dec_src_convert), (theora_dec_sink_convert),
17449 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
17450 (theora_dec_chain):
17451 Don't screw up the 1 Chroma for 1 luma sample situation when we
17452 have an odd offset/width by adding a black border in those cases.
17454 2004-07-28 Wim Taymans <wim@fluendo.com>
17456 * ext/theora/theoradec.c: (theora_get_formats),
17457 (theora_dec_src_convert), (theora_dec_sink_convert),
17458 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
17459 (theora_dec_chain):
17460 * ext/theora/theoraenc.c: (theora_enc_sink_link):
17461 Added first attempt at cropping of the image as required by the
17462 theora spec. We need more properties in the caps (offset_x,
17463 offset_y,stride) to implement this correctly.
17465 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
17467 * ext/dvdnav/README:
17468 Update the README to use dvddemux
17469 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
17470 Ensure getcaps returns a subset of the template caps
17471 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
17472 (gst_mpeg2subt_init):
17473 Ensure getcaps returns a subset of the template caps
17474 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17475 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
17476 (gst_dvd_demux_get_subpicture_stream),
17477 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
17478 * gst/mpegstream/gstdvddemux.h:
17479 Set the explicit caps on the current_video pad before pushing
17481 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
17482 (gst_mpeg_demux_get_audio_stream):
17483 Free caps used to gst_pad_set_explicit_caps, which takes a const
17486 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
17488 * configure.ac: update GStreamer requirement to 0.8.4 because of
17491 2004-07-28 Wim Taymans <wim@fluendo.com>
17493 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
17494 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
17495 Add the pad to the element after setting up the caps. This
17496 makes it a lot easier to autoplug.
17498 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
17500 * gst/median/gstmedian.c:
17501 * gst/mpeg2subt/gstmpeg2subt.c:
17502 * gst/mpegaudioparse/gstmpegaudioparse.c:
17503 * gst/mpegstream/gstdvddemux.c:
17504 * gst/mpegstream/gstmpegdemux.c:
17505 * gst/mpegstream/gstmpegpacketize.c:
17506 * gst/rtjpeg/gstrtjpeg.c:
17507 * gst/rtjpeg/gstrtjpegdec.c:
17508 * gst/rtjpeg/gstrtjpegenc.c:
17509 * gst/sine/gstsinesrc.c:
17510 * gst/smooth/gstsmooth.c:
17511 * gst/smpte/gstsmpte.c:
17512 * gst/smpte/gstsmpte.h:
17513 * gst/stereo/gststereo.c:
17514 * gst/videofilter/gstgamma.c:
17515 * gst/videofilter/gstvideobalance.c:
17516 * gst/videofilter/gstvideofilter.c:
17517 * gst/videofilter/gstvideoflip.c:
17518 * gst/videoscale/gstvideoscale.c:
17519 * gst/videoscale/videoscale.c:
17520 * gst/videotestsrc/gstvideotestsrc.c:
17521 * gst/videotestsrc/videotestsrc.c:
17522 * gst/wavenc/gstwavenc.c:
17523 * gst/wavparse/gstwavparse.c:
17524 fix local includes and 64 bits constants
17526 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
17529 * gst-libs/gst/*/*.vcproj:
17531 more working plugins
17533 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17535 * testsuite/alsa/Makefile.am:
17536 * testsuite/alsa/srcstate.c:
17537 add test for alsasrc changing state
17539 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
17541 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
17543 * gst/silence/gstsilence.h:
17544 fix silence generation for 16bit raw audio
17546 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
17548 * gst/matroska/matroska-demux.c:
17549 (gst_matroska_demux_parse_metadata),
17550 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
17551 * gst/mpegaudio/common.c:
17552 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
17553 (gst_videoscale_getcaps), (gst_videoscale_link),
17554 (gst_videoscale_src_fixate), (gst_videoscale_init),
17555 (gst_videoscale_finalize):
17556 * gst/videoscale/gstvideoscale.h:
17557 * gst/videotestsrc/gstvideotestsrc.c:
17558 (gst_videotestsrc_get_capslist):
17559 * gst/wavenc/gstwavenc.c:
17560 * sys/oss/gstossmixer.c: (fill_labels):
17561 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17562 (gst_ximagesink_handle_xevents),
17563 (gst_ximagesink_calculate_pixel_aspect_ratio),
17564 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
17565 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
17566 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
17567 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
17568 (gst_ximagesink_init), (gst_ximagesink_class_init):
17569 * sys/ximage/ximagesink.h:
17570 * sys/xvimage/xvimagesink.c:
17571 (gst_xvimagesink_calculate_pixel_aspect_ratio),
17572 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
17573 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
17574 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
17575 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
17576 * sys/xvimage/xvimagesink.h:
17577 first batch of pixel aspect ratio commits.
17579 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
17581 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17582 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
17583 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
17584 handle stride, needs work if we want to move stride handling
17585 upstream, but works correctly for our purposes.
17587 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
17589 * gst/videoscale/README:
17590 add testing examples
17591 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
17592 (gst_videoscale_chain):
17593 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17594 (gst_videoscale_get_size):
17595 add get_size function that handles stride like videotestsrc.
17596 fixes conversion for YUV formats for as much as I can test them.
17598 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
17600 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17601 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17602 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17603 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
17604 (gst_xvimagesink_xvimage_put):
17605 further cleanups, logging, error handling and synchronizing
17607 2004-07-27 Wim Taymans <wim@fluendo.com>
17609 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17610 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
17611 (gst_videomixer_pad_set_property),
17612 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
17613 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
17614 (gst_videomixer_class_init), (gst_videomixer_init),
17615 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
17616 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
17617 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
17618 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
17619 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
17620 (gst_videomixer_loop), (plugin_init):
17621 Be a nicer negotiation citizen and provide a getcaps function on
17622 the srcpad. This also fixes a crash when resizing.
17624 2004-07-27 Julien MOUTTE <julien@moutte.net>
17626 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17627 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
17629 2004-07-27 Wim Taymans <wim@fluendo.com>
17631 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
17632 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17633 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17634 (gst_pngenc_set_property):
17635 * ext/libpng/gstpngenc.h:
17636 Added snapshot property to pngenc.
17637 removed g_print from pngdec
17639 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
17641 * gst/ac3parse/ac3parse.vcproj
17642 * gst/adder/adder.vcproj
17643 * gst/alpha/alpha.vcproj
17644 * gst/alpha/alphacolor.vcproj
17645 * gst/asfdemux/asf.vcproj
17646 * gst/audioconvert/audioconvert.vcproj
17647 * gst/audiorate/audiorate.vcproj
17648 * gst/audioscale/audioscale.vcproj
17649 * gst/auparse/auparse.vcproj
17650 * gst/avi/avi.vcproj
17651 * gst/cdxaparse/cdxaparse.vcproj
17652 * gst/chart/chart.vcproj
17653 * gst/colorspace/colorspace.vcproj
17654 * gst/cutter/cutter.vcproj
17655 * gst/debug/debug.vcproj
17656 * gst/debug/efence.vcproj
17657 * gst/debug/navigationtest.vcproj
17658 * gst/deinterlace/deinterlace.vcproj
17659 * gst/effectv/effectv.vcproj
17660 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
17661 * gst/filter/filter.vcproj
17662 * gst/flx/flxdec.vcproj
17663 * gst/goom/goom.vcproj
17664 * gst/interleave/interleave.vcproj
17665 * gst/law/alaw.vcproj
17666 * gst/law/mulaw.vcproj
17667 * gst/matroska/matroska.vcproj
17668 * gst/median/median.vcproj
17669 * gst/mixmatrix/mixmatrix.vcproj
17670 * gst/mpeg1sys/mpeg1systemencode.vcproj
17671 * gst/mpeg1videoparse/mp1videoparse.vcproj
17672 * gst/mpeg2sub/mpeg2subt.vcproj
17673 * gst/mpegaudio/mpegaudio.vcproj
17674 * gst/mpegaudioparse/mpegaudioparse.vcproj
17675 * gst/mpegstream/mpegstream.vcproj
17676 * gst/multifilesink/multifilesink.vcproj
17677 * gst/multipart/multipart.vcproj
17678 * gst/oneton/oneton.vcproj
17679 * gst/overlay/overlay.vcproj
17680 * gst/passthrough/passthrough.vcproj
17681 * gst/qtdemux/qtdemux.vcproj
17682 * gst/realmedia/rmdemux.vcproj
17683 * gst/rtjpeg/rtjpeg.vcproj
17684 * gst/rtp/rtp.vcproj
17685 * gst/silence/silence.vcproj
17686 * gst/sine/sinesrc.vcproj
17687 * gst/smooth/smooth.vcproj
17688 * gst/smpte/smpte.vcproj
17689 * gst/spectrum/spectrum.vcproj
17690 * gst/speed/speed.vcproj
17691 * gst/stereo/stereo.vcproj
17692 * gst/switch/switch.vcproj
17693 * gst/tags/tagedit.vcproj
17694 * gst/tcp/tcp.vcproj
17695 * gst/typefind/typefindfunctions.vcproj
17696 * gst/udp/udp.vcproj
17697 * gst/videobox/videobox.vcproj
17698 * gst/videocrop/videocrop.vcproj
17699 * gst/videodrop/videodrop.vcproj
17700 * gst/videofilter/gamma.vcproj
17701 * gst/videofilter/videobalance.vcproj
17702 * gst/videofilter/videofilter.vcproj
17703 * gst/videofilter/videoflip.vcproj
17704 * gst/videoflip/videoflip.vcproj
17705 * gst/videomixer/videomixer.vcproj
17706 * gst/videorate/videorate.vcproj
17707 * gst/videoscale/videoscale.vcproj
17708 * gst/videotestsrc/videotestsrc.vcproj
17709 * gst/virtualdub/virtualdub.vcproj
17710 * gst/volenv/volenv.vcproj
17711 * gst/volume/volume.vcproj
17712 * gst/wavenc/wavenc.vcproj
17713 * gst/wavparse/wavparse.vcproj
17714 * gst/y4m/y4menc.vcproj
17715 * gst-libs/gst/audio/audio.vcproj
17716 * gst-libs/gst/audio/audiofilter.vcproj
17717 * gst-libs/gst/colorbalance/colorbalance.vcproj
17718 * gst-libs/gst/idct/idtc.vcproj
17719 * gst-libs/gst/media-info/media-info.vcproj
17720 * gst-libs/gst/mixer/mixer.vcproj
17721 * gst-libs/gst/navigation/navigation.vcproj
17722 * gst-libs/gst/play/play.vcproj
17723 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
17724 * gst-libs/gst/resample/resample.vcproj
17725 * gst-libs/gst/riff/riff.vcproj
17726 * gst-libs/gst/tuner/tuner.vcproj
17727 * gst-libs/gst/video/video.vcproj
17728 * gst-libs/gst/xoverlay/xoverlay.vcproj
17729 avoid problems with math.h, fix release dependancy
17730 rename GStreamer-0.8.lib to libgstreamer.lib
17732 2004-07-27 Julien MOUTTE <julien@moutte.net>
17734 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
17735 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
17736 the atom is not available we have to unlock the mutex. Fixes #148023
17738 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
17740 * gst-libs/gst/media-info/media-info.h:
17741 issue for a vararg macro with MSVC
17743 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
17745 * gst/effectv/effectv.vcproj
17746 * gst-libs/gst/idct/idct.vcproj:
17747 * gst-libs/gst/media-info/media-info.vcproj:
17748 * gst-libs/gst/navigation/navigation.vcproj:
17749 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
17750 * gst-libs/gst/video/video.vcproj:
17751 * gst-libs/gst/xoverlay/xoverlay.vcproj:
17752 fixes for build problems
17754 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
17756 * gst-libs/gst/audio/audio.def:
17757 * gst-libs/gst/audio/riff.def:
17758 add some definitions needed by plugins
17760 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
17762 * gst/asfdemux/gstasfmux.c
17763 Fix some 64 bits constants to be glib friendly
17765 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
17767 * gst/ac3parse/gstac3parse.c
17768 * gst/audioscale/gstaudioscale.c
17769 * gst/auparse/gstauparse.c
17770 * gst/colorspace/gstcolorspace.c
17771 * gst/colorspace/yuv2rgb.h
17772 local include fixes
17774 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
17777 add more plugins to the build
17779 2004-07-26 Julien MOUTTE <julien@moutte.net>
17781 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17782 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
17784 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
17786 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
17787 (gst_level_set_property), (gst_level_get_property),
17788 (gst_level_base_init), (gst_level_class_init):
17789 add debugging categories. cleanups.
17791 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
17793 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17794 (gst_videoscale_planar411), (gst_videoscale_planar400),
17795 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
17796 (gst_videoscale_scale_nearest_str1),
17797 (gst_videoscale_scale_nearest_str2),
17798 (gst_videoscale_scale_nearest_str4),
17799 (gst_videoscale_scale_nearest_16bit),
17800 (gst_videoscale_scale_nearest_24bit):
17801 fixed stride issues
17802 tested with 320x240 -> 321, 322, 324 x240
17803 tested with YV12, I420, YUY2, UYVY
17804 fixed packed422rev (don't think it could have worked before)
17805 by testing with UYVY
17807 2004-07-26 Benjamin Otte <otte@gnome.org>
17809 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
17810 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
17812 add debugging category, add error checks like checking return values
17813 of setup calls, make sure it still works after
17814 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
17816 2004-07-26 Wim Taymans <wim@fluendo.com>
17818 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
17819 (gst_mpeg_demux_get_audio_stream),
17820 (gst_mpeg_demux_process_private):
17821 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
17822 Check for error codes from the negotiation functions. Make sure
17823 we really set the pad caps when a new pad is created.
17825 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
17827 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17828 (gst_ffmpeg_caps_to_pix_fmt):
17829 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
17830 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17831 (gst_ffmpegcolorspace_pad_link):
17832 don't make function do two things at the same time without reason.
17834 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
17836 * gst/ac3parse/ac3parse.vcproj
17837 * gst/adder/adder.vcproj
17838 * gst/alpha/alpha.vcproj
17839 * gst/alpha/alphacolor.vcproj
17840 * gst/asfdemux/asf.vcproj
17841 * gst/audioconvert/audioconvert.vcproj
17842 * gst/audiorate/audiorate.vcproj
17843 * gst/audioscale/audioscale.vcproj
17844 * gst/auparse/auparse.vcproj
17845 * gst/avi/avi.vcproj
17846 * gst/cdxaparse/cdxaparse.vcproj
17847 * gst/chart/chart.vcproj
17848 * gst/colorspace/colorspace.vcproj
17849 * gst/cutter/cutter.vcproj
17850 * gst/debug/debug.vcproj
17851 * gst/debug/efence.vcproj
17852 * gst/debug/navigationtest.vcproj
17853 * gst/deinterlace/deinterlace.vcproj
17854 * gst/effectv/effectv.vcproj
17855 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
17856 * gst/filter/filter.vcproj
17857 * gst/flx/flxdec.vcproj
17858 * gst/goom/goom.vcproj
17859 * gst/interleave/interleave.vcproj
17860 * gst/law/alaw.vcproj
17861 * gst/law/mulaw.vcproj
17862 * gst/matroska/matroska.vcproj
17863 * gst/median/median.vcproj
17864 * gst/mixmatrix/mixmatrix.vcproj
17865 * gst/mpeg1sys/mpeg1systemencode.vcproj
17866 * gst/mpeg1videoparse/mp1videoparse.vcproj
17867 * gst/mpeg2sub/mpeg2subt.vcproj
17868 * gst/mpegaudio/mpegaudio.vcproj
17869 * gst/mpegaudioparse/mpegaudioparse.vcproj
17870 * gst/mpegstream/mpegstream.vcproj
17871 * gst/multifilesink/multifilesink.vcproj
17872 * gst/multipart/multipart.vcproj
17873 * gst/oneton/oneton.vcproj
17874 * gst/overlay/overlay.vcproj
17875 * gst/passthrough/passthrough.vcproj
17876 * gst/qtdemux/qtdemux.vcproj
17877 * gst/realmedia/rmdemux.vcproj
17878 * gst/rtjpeg/rtjpeg.vcproj
17879 * gst/rtp/rtp.vcproj
17880 * gst/silence/silence.vcproj
17881 * gst/sine/sinesrc.vcproj
17882 * gst/smooth/smooth.vcproj
17883 * gst/smpte/smpte.vcproj
17884 * gst/spectrum/spectrum.vcproj
17885 * gst/speed/speed.vcproj
17886 * gst/stereo/stereo.vcproj
17887 * gst/switch/switch.vcproj
17888 * gst/tags/tagedit.vcproj
17889 * gst/tcp/tcp.vcproj
17890 * gst/typefind/typefindfunctions.vcproj
17891 * gst/udp/udp.vcproj
17892 * gst/videobox/videobox.vcproj
17893 * gst/videocrop/videocrop.vcproj
17894 * gst/videodrop/videodrop.vcproj
17895 * gst/videofilter/gamma.vcproj
17896 * gst/videofilter/videobalance.vcproj
17897 * gst/videofilter/videofilter.vcproj
17898 * gst/videofilter/videoflip.vcproj
17899 * gst/videoflip/videoflip.vcproj
17900 * gst/videomixer/videomixer.vcproj
17901 * gst/videorate/videorate.vcproj
17902 * gst/videoscale/videoscale.vcproj
17903 * gst/videotestsrc/videotestsrc.vcproj
17904 * gst/virtualdub/virtualdub.vcproj
17905 * gst/volenv/volenv.vcproj
17906 * gst/volume/volume.vcproj
17907 * gst/wavenc/wavenc.vcproj
17908 * gst/wavparse/wavparse.vcproj
17909 * gst/y4m/y4menc.vcproj
17910 more plugins supported under windows
17912 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
17914 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17915 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
17916 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
17917 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17918 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
17919 Add debugging statements. Use the sizes as returned by the
17920 *CreateImage calls.
17922 2004-07-26 Johan Dahlin <johan@gnome.org>
17924 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
17925 the pad is negotiated.
17927 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
17929 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
17931 * gst-libs/gst/colorbalance/colorbalance.vcproj:
17932 * gst-libs/gst/idct/idct.vcproj:
17933 * gst-libs/gst/media-info/media-info.vcproj:
17934 * gst-libs/gst/mixer/mixer.vcproj:
17935 * gst-libs/gst/navigation/navigation.vcproj:
17936 * gst-libs/gst/play/play.vcproj:
17937 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
17938 * gst-libs/gst/resample/resample.vcproj:
17939 * gst-libs/gst/tuner/tuner.vcproj:
17940 * gst-libs/gst/video/video.vcproj:
17941 * gst-libs/gst/xoverlay/xoverlay.vcproj:
17942 more plugins supported under windows
17944 2004-07-25 Iain <iain@prettypeople.org>
17946 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
17947 pad now rather than when the pad is created because state changes wipe
17948 explicit caps (fixes #148043).
17950 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
17952 reviewed by Benjamin Otte <otte@gnome.org>
17954 * ext/mad/gstmad.c:
17955 fix mad plugin crashing on Sun (fixes #148289)
17957 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
17960 * gst/avi/avi.vcproj:
17961 * gst/matroska/matroska.def:
17962 * gst/matroska/matroska.vcproj:
17963 remove unused .def files
17965 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
17967 * gst-libs/gst/audio/gstaudiofilter.c:
17968 Clean the local include
17970 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
17973 * gst-libs/gst/audio/audio.def:
17974 * gst-libs/gst/audio/audio.vcproj:
17975 * gst-libs/gst/audio/audiofilter.vcproj:
17976 * gst-libs/gst/audio/riff.def:
17977 * gst-libs/gst/audio/riff.vcproj:
17978 * gst-libs/gst/gst-libs.def:
17979 * gst-libs/gst/gst-libs.vcproj:
17980 * gst/avi/avi.vcproj:
17981 * gst/avi/avi.vcproj:
17982 Copy the files where needed after building, cleaner projects
17984 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
17986 * gst/matroska/ebml-write.c:
17987 Fix some 64 bits constants to be glib friendly
17989 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
17992 * gst-libs/gst/gst-libs.def:
17993 * gst-libs/gst/gst-libs.vcproj:
17994 * gst/matroska/matroska.def:
17995 * gst/matroska/matroska.vcproj:
17996 Add the preliminary canvas to build plugins on Win32
17998 2004-07-23 Benjamin Otte <otte@gnome.org>
18000 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18001 don't enfore negotiation from source side, it breaks
18002 sinesrc ! audioconvert ! osssink
18004 2004-07-22 David Schleef <ds@schleef.org>
18006 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
18007 for ELF files, since they can easily be recognized as audio/mpeg.
18010 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
18012 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
18013 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
18014 (gst_videoscale_scale_nearest_24bit),
18015 (gst_videoscale_scale_nearest_16bit):
18016 fix 16bit and 24bit for stride (24bit might need testing)
18017 don't pretend we do more than one algorithm
18019 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18023 * gst/multifilesink/Makefile.am:
18024 * gst/multifilesink/gstmultifilesink.c:
18025 (gst_multifilesink_get_formats),
18026 (gst_multifilesink_get_query_types), (_do_init),
18027 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
18028 (gst_multifilesink_init), (gst_multifilesink_dispose),
18029 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
18030 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
18031 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
18032 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
18033 (gst_multifilesink_chain), (gst_multifilesink_change_state),
18034 (gst_multifilesink_uri_get_type),
18035 (gst_multifilesink_uri_get_protocols),
18036 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
18037 (gst_multifilesink_uri_handler_init), (plugin_init):
18038 * gst/multifilesink/gstmultifilesink.h:
18039 * testsuite/Makefile.am:
18040 * testsuite/multifilesink/Makefile.am:
18041 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
18042 (gst_newmedia_class_init), (gst_newmedia_init),
18043 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
18044 (newfile_signal), (test_signal), (main):
18045 multifilesink plugin for creating new files every time a new media
18046 discontinuity event occurs
18048 2004-07-22 Wim Taymans <wim@fluendo.com>
18050 * gst/alpha/Makefile.am:
18051 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
18052 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
18053 (gst_alpha_color_init), (gst_alpha_color_set_property),
18054 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
18055 (transform), (gst_alpha_color_chain),
18056 (gst_alpha_color_change_state), (plugin_init):
18057 Stupid plugin to to RGBA to AYUV conversion because none of
18058 the colorspace plugins can handle that yet.
18060 2004-07-22 Wim Taymans <wim@fluendo.com>
18062 * examples/seeking/seek.c: (update_scale), (main):
18063 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18064 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
18065 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
18066 (gst_decode_bin_init), (gst_decode_bin_dispose),
18067 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18068 (no_more_pads), (close_link), (type_found),
18069 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18071 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18072 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18073 (gst_play_base_bin_dispose), (queue_overrun),
18074 (gen_preroll_element), (remove_prerolls), (unknown_type),
18075 (no_more_pads), (new_stream), (setup_source),
18076 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
18077 (play_base_eos), (gst_play_base_bin_change_state),
18078 (gst_play_base_bin_add_element),
18079 (gst_play_base_bin_remove_element),
18080 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18081 (gst_play_base_bin_unlink_stream),
18082 (gst_play_base_bin_get_streaminfo):
18083 * gst/playback/gstplaybin.c: (gen_video_element),
18084 (gen_audio_element):
18085 * gst/playback/gststreaminfo.h:
18086 More playback updates, attempt to fix things after the state change
18089 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
18091 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
18092 (gst_videoscale_scale_nearest_16bit):
18095 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
18097 * gst/videotestsrc/gstvideotestsrc.c:
18098 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
18099 (gst_videotestsrc_init), (gst_videotestsrc_get),
18100 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
18101 (gst_videotestsrc_get_property):
18102 * gst/videotestsrc/gstvideotestsrc.h:
18103 * gst/videotestsrc/videotestsrc.c:
18104 * gst/videotestsrc/videotestsrc.h:
18105 cleanup and commenting
18107 2004-07-21 Wim Taymans <wim@fluendo.com>
18109 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
18110 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
18111 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
18112 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
18113 (_find_chain_get_unknown_part), (_find_streams_check),
18114 (gst_ogg_demux_push), (gst_ogg_pad_push):
18115 * ext/theora/theoradec.c: (theora_get_formats),
18116 (theora_dec_src_convert), (theora_dec_sink_convert),
18117 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18118 (theora_dec_chain):
18119 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
18120 (vorbis_dec_convert), (vorbis_dec_src_query),
18121 (vorbis_dec_src_event), (vorbis_dec_event):
18122 More seeking fixes, oggdemux now supports seeking to time and
18123 uses the downstream element to convert granulepos to time.
18124 Seeking in theora-only ogg files now works.
18126 2004-07-21 Wim Taymans <wim@fluendo.com>
18128 * ext/theora/theoradec.c: (gst_theora_dec_init),
18129 (theora_get_formats), (theora_get_event_masks),
18130 (theora_get_query_types), (theora_dec_src_convert),
18131 (theora_dec_sink_convert), (theora_dec_src_query),
18132 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
18133 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
18134 (vorbis_get_event_masks), (vorbis_get_query_types),
18135 (gst_vorbis_dec_init), (vorbis_dec_convert),
18136 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
18137 Added query/convert/formats functions to vorbis and theora decoders
18138 so that the outside world can use them too. Fixed seeking on an
18139 ogg/theora/vorbis file by disabling the seeking seeking on the
18142 2004-07-21 Julien MOUTTE <julien@moutte.net>
18144 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18145 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
18146 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
18147 images creation for both elements. We don't create the image on caps
18148 nego or renego, we just destroy the internal one if present if it does
18149 not match the needs. The chain function takes care of creating a new
18151 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18152 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
18153 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
18154 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
18155 the image format information. The buffer pool checks for the context
18156 image format and discard images with different formats.
18157 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
18159 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
18161 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18162 (gst_ffmpegcolorspace_chain):
18163 no point in doing any chaining if the pad we want to push from
18166 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
18168 * gst-libs/gst/riff/riff-media.c:
18169 (gst_riff_create_audio_caps_with_data):
18170 Fix double end-to-native symbol conversion (#148021).
18172 2004-07-20 David Schleef <ds@schleef.org>
18174 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
18175 Don't use an Atom that doesn't exist.
18177 2004-07-20 Wim Taymans <wim@fluendo.com>
18179 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18180 (gst_multifdsink_add), (gst_multifdsink_get_stats),
18181 (gst_multifdsink_client_remove),
18182 (gst_multifdsink_handle_client_write),
18183 (gst_multifdsink_queue_buffer):
18184 * gst/tcp/gstmultifdsink.h:
18185 More multifdsink stats. Avoid deadlock by releasing locks
18186 before sending out a signal.
18188 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
18192 added Hungarian translation (Laszlo Dvornik)
18194 2004-07-20 Wim Taymans <wim@fluendo.com>
18196 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18197 (gst_multifdsink_add), (gst_multifdsink_client_remove),
18198 (gst_multifdsink_handle_client_write),
18199 (gst_multifdsink_queue_buffer):
18200 * gst/tcp/gsttcp-marshal.list:
18201 Fixed the stupid marshal definition.
18203 2004-07-20 Wim Taymans <wim@fluendo.com>
18205 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18206 (gst_multifdsink_init), (gst_multifdsink_add),
18207 (gst_multifdsink_client_remove),
18208 (gst_multifdsink_handle_client_write),
18209 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
18210 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
18211 (gst_multifdsink_init_send):
18212 * gst/tcp/gstmultifdsink.h:
18213 Added more stats, added timeout for a client, fixed some typos
18214 and added some comments.
18216 2004-07-20 Wim Taymans <wim@fluendo.com>
18218 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18219 (gst_multifdsink_add), (gst_multifdsink_get_stats),
18220 (gst_multifdsink_client_remove),
18221 (gst_multifdsink_handle_client_write):
18222 * gst/tcp/gstmultifdsink.h:
18223 * gst/tcp/gsttcp-marshal.list:
18224 Added get_stats method that returns a GValueArray of
18227 2004-07-19 Benjamin Otte <otte@gnome.org>
18229 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
18230 make sure longname, description and author are valid UTF-8
18232 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
18234 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
18235 (gst_ximagesink_set_property):
18236 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
18237 (gst_xvimagesink_set_property):
18238 make sure SYNCHRONOUS is respected after getting the X context
18240 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
18242 * gst/matroska/matroska-demux.c:
18243 (gst_matroska_demux_handle_src_event),
18244 (gst_matroska_demux_parse_blockgroup):
18245 * gst/matroska/matroska-ids.h:
18246 add BlockReference tag and ignore it to clear out log.
18247 ignore NAVIGATION events to clear out log.
18249 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
18251 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
18252 (gst_matroska_demux_add_stream):
18253 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
18254 add debug categories
18256 2004-07-16 Wim Taymans <wim@fluendo.com>
18258 * ext/libpng/Makefile.am:
18259 * ext/libpng/gstpng.c: (plugin_init):
18260 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
18261 (gst_pngdec_get_type), (gst_pngdec_base_init),
18262 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
18263 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
18264 * ext/libpng/gstpngdec.h:
18267 2004-07-16 Julien MOUTTE <julien@moutte.net>
18269 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
18270 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
18271 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
18272 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
18273 (gst_ximagesink_buffer_alloc):
18274 * sys/ximage/ximagesink.h:
18275 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
18276 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
18277 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18278 (gst_xvimagesink_buffer_alloc):
18279 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
18280 again. Using internal data pointer of the x(v)image to store image's
18281 data to be coherent with the buffer alloc mechanism. Investigated the
18282 image destruction code to be sure that everything gets freed correctly.
18284 2004-07-16 Wim Taymans <wim@fluendo.com>
18286 * gst-libs/gst/riff/riff-read.c:
18287 (gst_riff_read_strf_vids_with_data),
18288 (gst_riff_read_strf_auds_with_data):
18289 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18290 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
18291 Make sure we don't create 0 sized subbuffers in riff-read.
18292 Signal the no more pads signal after reading the avi header.
18294 2004-07-16 Wim Taymans <wim@fluendo.com>
18296 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18297 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
18298 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
18299 (gst_decode_bin_init), (gst_decode_bin_dispose),
18300 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18301 (no_more_pads), (close_link), (type_found),
18302 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18303 (gst_decode_bin_change_state), (plugin_init):
18304 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18305 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18306 (gst_play_base_bin_dispose), (queue_overrun),
18307 (gen_preroll_element), (remove_prerolls), (unknown_type),
18308 (no_more_pads), (new_stream), (setup_source),
18309 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
18310 (play_base_eos), (gst_play_base_bin_change_state),
18311 (gst_play_base_bin_add_element),
18312 (gst_play_base_bin_remove_element),
18313 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18314 (gst_play_base_bin_unlink_stream),
18315 (gst_play_base_bin_get_streaminfo):
18316 * gst/playback/gstplaybasebin.h:
18317 Better error recovery. Added configurable preroll queue size. Faster
18318 detection of no-more-pads.
18320 2004-07-16 Wim Taymans <wim@fluendo.com>
18322 * gst-libs/gst/video/video.h:
18323 Added 32 bits RGBA. Not sure if we should use another mime-type
18324 for alpha rgb. Currently the presence of the alpha_mask property
18325 signals an alpha channel.
18327 2004-07-16 Wim Taymans <wim@fluendo.com>
18329 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
18330 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18331 FPS seems to be 0.0 to MAX everywhere else.
18333 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
18335 * gst-libs/gst/riff/riff-media.c:
18336 (gst_riff_create_video_caps_with_data):
18337 mp42/mp43 (no caps) exist too.
18338 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
18339 Set pixel_width/height; we've got them in-caps.
18340 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18341 * gst/wavparse/gstwavparse.c: (plugin_init):
18342 Both are valid primary.
18343 * sys/oss/gstossmixer.c:
18344 Remove i18n hack and enable translations.
18346 2004-07-15 Benjamin Otte <otte@gnome.org>
18348 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
18349 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
18350 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
18352 2004-07-15 Benjamin Otte <otte@gnome.org>
18354 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18355 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
18356 (gst_alsa_close_audio):
18357 disable some of the debugging code for now. Writing debugging to a
18358 buffer is broken in current alsalib releases.
18360 2004-07-12 Benjamin Otte <otte@gnome.org>
18362 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
18365 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
18367 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
18368 (theora_dec_src_query), (theora_dec_event):
18369 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
18370 add debugging categories. Remove \n's.
18372 2004-07-13 Johan Dahlin <johan@gnome.org>
18374 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
18375 (gst_play_bin_get_property): Impl.
18377 2004-07-13 Wim Taymans <wim@fluendo.com>
18379 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
18380 When trying to find the stream length, seek back N pages
18381 instead of just one, where N is the number of streams in
18384 2004-07-13 Wim Taymans <wim@fluendo.com>
18386 * gst-libs/gst/riff/riff-media.c:
18387 (gst_riff_create_audio_caps_with_data),
18388 (gst_riff_create_audio_caps),
18389 (gst_riff_create_audio_template_caps):
18390 * gst-libs/gst/riff/riff-media.h:
18391 * gst-libs/gst/riff/riff-read.c:
18392 (gst_riff_read_strf_vids_with_data),
18393 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
18394 * gst-libs/gst/riff/riff-read.h:
18395 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18396 (gst_avi_demux_add_stream):
18397 Set codec_data on caps for avidemuxer.
18399 2004-07-12 David Schleef <ds@schleef.org>
18401 * configure.ac: Fix test for Objective C
18403 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
18404 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
18405 (gst_gdk_pixbuf_chain):
18406 Add svg and pcx to template caps, and ensure that getcaps returns a
18407 subset of the template caps.
18408 Copy each row manually for output, as gdkpixbuf may pad the
18409 rowstride to a 32-bit word boundary.
18411 2004-07-12 Wim Taymans <wim@fluendo.com>
18413 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
18414 (gst_riff_create_video_template_caps):
18415 Fix the template caps to include some more media types.
18417 2004-07-12 Wim Taymans <wim@fluendo.com>
18419 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18420 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18421 (compare_ranks), (print_feature), (gst_decode_bin_init),
18422 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
18423 (try_to_link_1), (new_pad), (close_link), (type_found),
18424 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18425 (gst_decode_bin_change_state), (plugin_init):
18426 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18427 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18428 (gst_play_base_bin_dispose), (queue_overrun),
18429 (gen_preroll_element), (remove_prerolls), (no_more_pads),
18430 (new_stream), (setup_source), (gst_play_base_bin_set_property),
18431 (gst_play_base_bin_get_property), (play_base_eos),
18432 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18433 (gst_play_base_bin_remove_element),
18434 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18435 (gst_play_base_bin_unlink_stream),
18436 (gst_play_base_bin_get_streaminfo):
18437 * gst/playback/gstplaybasebin.h:
18438 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18439 (gst_play_bin_class_init), (gst_play_bin_init),
18440 (gst_play_bin_dispose), (gst_play_bin_set_property),
18441 (gst_play_bin_get_property), (gen_video_element),
18442 (gen_audio_element), (remove_sinks), (setup_sinks),
18443 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
18444 (gst_play_bin_send_event), (gst_play_bin_get_formats),
18445 (gst_play_bin_convert), (gst_play_bin_get_query_types),
18446 (gst_play_bin_query), (plugin_init):
18447 * gst/playback/test4.c: (main):
18448 More fixes on reusing of the element.
18450 2004-07-11 Benjamin Otte <otte@gnome.org>
18452 * ext/mad/gstmad.c: (normal_seek):
18453 allow seeking for other methods than just SET
18455 2004-07-11 Andy Wingo <wingo@pobox.com>
18457 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
18458 float, "any" caps -> buffer_frames=[0,MAX].
18460 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
18461 doesn't intersect our caps with the template any more. Do it
18463 (interleave_buffered_loop): Use g_newa instead of malloc/free.
18465 2004-07-09 Wim Taymans <wim@fluendo.com>
18467 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18468 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18469 (compare_ranks), (print_feature), (gst_decode_bin_init),
18470 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
18471 (try_to_link_1), (new_pad), (close_link), (type_found),
18472 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18473 (gst_decode_bin_change_state), (plugin_init):
18474 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18475 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18476 (gst_play_base_bin_dispose), (queue_overrun),
18477 (gen_preroll_element), (remove_prerolls), (no_more_pads),
18478 (new_stream), (setup_source), (gst_play_base_bin_set_property),
18479 (gst_play_base_bin_get_property), (play_base_eos),
18480 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18481 (gst_play_base_bin_remove_element),
18482 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18483 (gst_play_base_bin_unlink_stream),
18484 (gst_play_base_bin_get_streaminfo):
18485 * gst/playback/gstplaybasebin.h:
18486 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18487 (gst_play_bin_class_init), (gst_play_bin_init),
18488 (gst_play_bin_dispose), (gst_play_bin_set_property),
18489 (gst_play_bin_get_property), (gen_video_element),
18490 (gen_audio_element), (remove_sinks), (setup_sinks),
18491 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
18492 (gst_play_bin_send_event), (gst_play_bin_get_formats),
18493 (gst_play_bin_convert), (gst_play_bin_get_query_types),
18494 (gst_play_bin_query), (plugin_init):
18495 * gst/playback/test4.c: (main):
18496 Work on object reuse and seeking.
18498 2004-07-09 Wim Taymans <wim@fluendo.com>
18500 * examples/seeking/seek.c: (iterate):
18501 Don't consume all CPU in the idle loop.
18503 2004-07-09 Wim Taymans <wim@fluendo.com>
18505 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
18506 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
18507 Add pad to element *after* setting the pad functions so that
18508 the scheduler can use the correct ones.
18510 2004-07-09 Wim Taymans <wim@fluendo.com>
18512 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
18513 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
18514 Sync to keyframe after seek
18516 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18518 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18519 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18520 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
18521 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
18522 * ext/libvisual/visual.c: (gst_visual_change_state):
18523 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
18524 * ext/theora/theoradec.c: (theora_dec_change_state):
18525 * ext/theora/theoraenc.c: (theora_enc_change_state):
18526 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
18527 * gst-libs/gst/navigation/navigation.c:
18528 * gst/adder/gstadder.c: (gst_adder_change_state):
18529 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18530 (gst_audio_convert_get_buffer):
18531 * gst/multipart/multipartdemux.c:
18532 (gst_multipart_demux_change_state):
18533 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
18534 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18535 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
18536 * gst/videoscale/gstvideoscale.c:
18537 (gst_videoscale_handle_src_event):
18538 * gst/volume/gstvolume.c: (volume_chain_int16):
18539 don't assert in state change, this should be done by the base
18541 various debugging fixes.
18543 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18546 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18547 (gst_play_dispose), (gst_play_set_location),
18548 (gst_play_set_data_src), (gst_play_set_video_sink),
18549 (gst_play_set_audio_sink), (gst_play_set_visualization),
18550 (gst_play_connect_visualization), (gst_play_get_sink_element),
18551 (gst_play_get_all_by_interface):
18552 * gst-libs/gst/play/play.h:
18553 add new method to get elements implementing an interface.
18554 add various error logging
18556 2004-07-08 Wim Taymans <wim@fluendo.com>
18558 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
18559 (make_mpeg_pipeline), (make_mpegnt_pipeline),
18560 (make_playerbin_pipeline), (query_durations_elems),
18561 (query_durations_pads), (query_positions_elems),
18562 (query_positions_pads), (update_scale), (iterate), (stop_seek),
18564 Added playbin seeking example.
18566 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18568 * gst-libs/gst/play/play.c: (gst_play_set_location),
18569 (gst_play_set_data_src), (gst_play_set_video_sink),
18570 (gst_play_set_audio_sink), (gst_play_set_visualization),
18571 (gst_play_connect_visualization), (gst_play_get_framerate):
18572 use a macro to look up elements from hash table
18574 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18576 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18577 (gst_play_get_length_callback), (gst_play_set_location),
18578 (gst_play_seek_to_time), (gst_play_set_data_src),
18579 (gst_play_set_video_sink), (gst_play_set_audio_sink),
18580 (gst_play_set_visualization), (gst_play_connect_visualization),
18581 (gst_play_get_sink_element):
18582 - add debugging info
18583 - fix looking up sink elements by iterating over complete caps
18584 - put everything except for source and autoplugger in a complete bin
18586 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18588 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
18589 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
18590 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
18591 (gst_alsa_sink_write), (gst_alsa_sink_loop):
18592 * ext/alsa/gstalsasink.h:
18593 - add debugging info
18594 - clean up schizophrenia of data/buffer/event
18595 - fix double event unref error
18597 2004-07-08 Wim Taymans <wim@fluendo.com>
18599 * gst/playback/Makefile.am:
18600 Add headers to noinst
18602 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18604 * tools/gst-launch-ext-m.m:
18605 * tools/gst-launch-ext.1.in:
18606 convert to the third millenium
18608 2004-07-07 David Schleef <ds@schleef.org>
18610 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
18612 2004-07-07 Wim Taymans <wim@fluendo.com>
18614 * gst/playback/Makefile.am:
18615 * gst/playback/README:
18616 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18617 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18618 (compare_ranks), (print_feature), (gst_decode_bin_init),
18619 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
18620 (try_to_link_1), (new_pad), (close_link), (type_found),
18621 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18623 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18624 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18625 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
18626 (gen_preroll_element), (no_more_pads), (new_stream),
18627 (setup_source), (gst_play_base_bin_set_property),
18628 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
18629 (gst_play_base_bin_add_element),
18630 (gst_play_base_bin_remove_element),
18631 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18632 (gst_play_base_bin_unlink_stream),
18633 (gst_play_base_bin_get_streaminfo):
18634 * gst/playback/gstplaybasebin.h:
18635 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18636 (gst_play_bin_class_init), (gst_play_bin_init),
18637 (gst_play_bin_dispose), (gst_play_bin_set_property),
18638 (gst_play_bin_get_property), (gen_video_element),
18639 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
18640 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18641 (gst_play_bin_get_formats), (gst_play_bin_convert),
18642 (gst_play_bin_get_query_types), (gst_play_bin_query),
18644 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
18645 (gst_stream_info_get_type), (gst_stream_info_class_init),
18646 (gst_stream_info_init), (gst_stream_info_new),
18647 (gst_stream_info_dispose), (gst_stream_info_set_property),
18648 (gst_stream_info_get_property):
18649 * gst/playback/gststreaminfo.h:
18650 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
18652 * gst/playback/test2.c: (main):
18653 * gst/playback/test3.c: (update_scale), (main):
18654 More playbin fixes. Added README. Do better element filtering.
18655 Added base class to preroll media. Added test apps.
18657 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18659 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
18660 * ext/mpeg2dec/gstmpeg2dec.h:
18661 various debugging improvements. Reset stream to next picture
18662 instead of sequence header, otherwise seeks cannot work.
18664 2004-07-07 Wim Taymans <wim@fluendo.com>
18666 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
18667 (gst_video_box_class_init), (gst_video_box_set_property),
18668 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
18669 Use pad_alloc where possible.
18671 2004-07-07 Wim Taymans <wim@fluendo.com>
18673 * sys/oss/gstosselement.c: (gst_osselement_reset),
18674 (gst_osselement_parse_caps):
18675 * sys/oss/gstosselement.h:
18676 * sys/oss/gstosssrc.c: (gst_osssrc_get):
18677 Fix offset on osssrc.
18679 2004-07-07 Wim Taymans <wim@fluendo.com>
18681 * ext/theora/theora.c: (plugin_init):
18682 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
18683 (theora_dec_src_query), (theora_dec_chain):
18684 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18685 (theora_enc_sink_link), (theora_buffer_from_packet),
18686 (theora_push_packet), (theora_enc_chain):
18687 Fix theora granulepos calculation.
18688 Fix overflow in duration/position calculation.
18689 Bump rank to PRIMARY for theoradec.
18690 Use granulepos of last packet to calculate position.
18691 Set keyframe flag on buffers when needed.
18693 2004-07-06 David Schleef <ds@schleef.org>
18695 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
18696 serious? (Fixed, obviously.)
18698 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
18702 added Czech translation (Miloslav Trmac)
18704 2004-07-05 Wim Taymans <wim@fluendo.com>
18706 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18707 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18708 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
18709 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18710 (close_link), (type_found), (gst_decode_bin_set_property),
18711 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
18712 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
18713 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
18714 (gst_decode_bin_query), (plugin_init):
18715 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18716 (gst_play_bin_class_init), (gst_play_bin_init),
18717 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
18718 (get_video_element), (new_pad), (setup_source),
18719 (gst_play_bin_set_property), (gst_play_bin_get_property),
18720 (gst_play_bin_change_state), (gst_play_bin_add_element),
18721 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
18722 (gst_play_bin_send_event), (gst_play_bin_get_formats),
18723 (gst_play_bin_convert), (gst_play_bin_get_query_types),
18724 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
18725 * gst/playback/test.c: (main):
18726 More fixes, cleaned up playbin, make it use decodebin. Added
18727 threaded property to playbin.
18729 2004-07-05 Wim Taymans <wim@fluendo.com>
18732 * gst/playback/Makefile.am:
18733 * gst/playback/decodetest.c: (main):
18734 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18735 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18736 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
18737 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18738 (close_link), (type_found), (gst_decode_bin_set_property),
18739 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
18740 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
18741 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
18742 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
18744 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18745 (gst_play_bin_class_init), (gst_play_bin_init),
18746 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
18747 (collect_sink_pads), (find_compatibles), (close_pad_link),
18748 (try_to_link_1), (new_pad), (close_link), (type_found),
18749 (setup_source), (gst_play_bin_set_property),
18750 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
18751 (compare_ranks), (gst_play_bin_collect_factories),
18752 (gst_play_bin_change_state), (gst_play_bin_add_element),
18753 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
18754 (gst_play_bin_send_event), (gst_play_bin_get_formats),
18755 (gst_play_bin_convert), (gst_play_bin_get_query_types),
18756 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
18757 * gst/playback/test.c: (main):
18758 Added some playback helper elements and some test apps, very alpha
18761 2004-07-04 Benjamin Otte <otte@gnome.org>
18763 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
18764 only restart audio when we indeed have an xrun to fix repeated
18765 xruns. Fix suggested by Giuliano Pochini.
18767 2004-07-03 David Schleef <ds@schleef.org>
18769 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
18770 call to gst_debug_log() if debugging is disabled (bug #145118)
18772 2004-07-03 Benjamin Otte <otte@gnome.org>
18774 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
18775 use our own functions for restarting the alsa device.
18776 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18777 I should apply patches myself - use MIN for the third argument, not
18778 the second, this fixes seeking
18780 2004-07-02 David Schleef <ds@schleef.org>
18782 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
18783 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
18786 2004-07-02 David Schleef <ds@schleef.org>
18788 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
18789 output buffers. Fix logic mistake. (bug #144866)
18791 2004-07-02 David Schleef <ds@schleef.org>
18793 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
18794 on X. (bug #144753)
18796 2004-07-02 David Schleef <ds@schleef.org>
18798 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
18799 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
18801 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
18802 (gst_osselement_rate_probe_check): Add another workaround for
18803 buggy drivers (bug #145336)
18805 2004-07-02 David Schleef <ds@schleef.org>
18807 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
18808 Most systems don't have MSG_NOSIGNAL.
18810 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
18813 * gst-libs/gst/colorbalance/Makefile.am:
18814 * gst-libs/gst/mixer/Makefile.am:
18815 * gst-libs/gst/play/Makefile.am:
18816 * gst-libs/gst/tuner/Makefile.am:
18817 (hopefully) fix both install and dist and make error message useful.
18818 needs testing across automakes.
18820 2004-07-02 Benjamin Otte <otte@gnome.org>
18822 * ext/ogg/gstogg.c: (plugin_init):
18823 we require bytestream now
18824 * ext/ogg/gstoggdemux.c:
18825 huge diff to implement chain setup in a fast and generic way. This
18826 improves tag reading and startup of huge files (read: Theora videos)
18827 quite a bit. It probably contains bugs, too, so please test.
18828 Seeking is not improved to the fast method.
18830 2004-06-29 Wim Taymans <wim@fluendo.com>
18832 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18833 * ext/ogg/gstoggmux.c:
18834 Fix memleak in oggdemux when running unconnected pads.
18835 doc update in mux, start working on keyframe mode.
18837 2004-06-29 Benjamin Otte <otte@gnome.org>
18839 * sys/oss/gstosssink.c:
18840 * sys/oss/gstosssrc.c:
18841 advertise correct template caps - we indeed do non-native endianness
18842 and 8bit audio has no endianness
18843 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
18844 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
18845 avoid (wrong) duplications in getcaps function and return
18848 2004-06-29 Wim Taymans <wim@fluendo.com>
18850 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18851 (gst_multifdsink_class_init), (gst_multifdsink_add),
18852 (gst_multifdsink_remove), (gst_multifdsink_clear),
18853 (gst_multifdsink_client_remove),
18854 (gst_multifdsink_handle_client_read),
18855 (gst_multifdsink_client_queue_data),
18856 (gst_multifdsink_client_queue_caps),
18857 (gst_multifdsink_client_queue_buffer),
18858 (gst_multifdsink_handle_client_write),
18859 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18860 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18861 (gst_multifdsink_init_send), (gst_multifdsink_close):
18862 Fix wrong GList iteration that could crash the server when
18863 more then 2 clients disconnect at the same time. Read all the
18864 pending commands in one batch to recover from command storms under
18867 2004-06-28 Wim Taymans <wim@fluendo.com>
18869 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
18870 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
18871 (gst_videomixer_pad_set_property),
18872 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
18873 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
18874 (gst_videomixer_class_init), (gst_videomixer_init),
18875 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
18876 (pad_zorder_compare), (gst_videomixer_sort_pads),
18877 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18878 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18879 (gst_videomixer_update_queues), (gst_videomixer_loop),
18881 Avoid divide by zero, choose masterpad as the pad with the highest
18884 2004-06-27 Julien Moutte <julien@moutte.net>
18886 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
18887 (gst_ximagesink_xwindow_new):
18888 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
18889 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
18890 function directly. We might want to call it from somewhere else one day.
18892 2004-06-27 Julien Moutte <julien@moutte.net>
18894 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
18895 (gst_ximagesink_xwindow_new):
18896 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
18897 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
18898 window decorations.
18900 2004-06-27 Wim Taymans <wim@fluendo.com>
18902 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
18903 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18904 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
18905 (gst_dvdec_set_property), (gst_dvdec_get_property):
18906 * ext/dv/gstdvdec.h:
18907 Implement drop_factor property to lower the framerate with
18910 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
18912 * gst-libs/gst/colorbalance/Makefile.am:
18913 * gst-libs/gst/mixer/Makefile.am:
18914 * gst-libs/gst/play/Makefile.am:
18915 * gst-libs/gst/tuner/Makefile.am:
18916 unbreak Company's fix that didn't install the -enum.h files
18918 2004-06-27 Wim Taymans <wim@fluendo.com>
18920 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
18921 (gst_dvdec_change_state):
18922 * ext/dv/gstdvdec.h:
18923 Fix timestamp, duration and offset of the buffers.
18925 2004-06-27 Wim Taymans <wim@fluendo.com>
18927 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18928 (gst_multifdsink_class_init), (gst_multifdsink_add),
18929 (gst_multifdsink_remove), (gst_multifdsink_clear),
18930 (gst_multifdsink_client_remove),
18931 (gst_multifdsink_handle_client_read),
18932 (gst_multifdsink_client_queue_data),
18933 (gst_multifdsink_client_queue_caps),
18934 (gst_multifdsink_client_queue_buffer),
18935 (gst_multifdsink_handle_client_write),
18936 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18937 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18938 (gst_multifdsink_init_send), (gst_multifdsink_close):
18939 * gst/tcp/gstmultifdsink.h:
18940 * gst/tcp/gsttcpserversink.c:
18941 (gst_tcpserversink_handle_server_read),
18942 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
18943 More multifdsink fixes, more recovery policy fixes.
18944 Removed stupid g_print
18946 2004-06-26 Wim Taymans <wim@fluendo.com>
18948 * gst/tcp/Makefile.am:
18949 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18950 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
18951 (gst_multifdsink_class_init), (gst_multifdsink_init),
18952 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
18953 (gst_multifdsink_handle_client_read),
18954 (gst_multifdsink_client_queue_data),
18955 (gst_multifdsink_client_queue_caps),
18956 (gst_multifdsink_client_queue_buffer),
18957 (gst_multifdsink_handle_client_write),
18958 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18959 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18960 (gst_multifdsink_chain), (gst_multifdsink_set_property),
18961 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
18962 (gst_multifdsink_close), (gst_multifdsink_change_state):
18963 * gst/tcp/gstmultifdsink.h:
18964 * gst/tcp/gsttcpplugin.c: (plugin_init):
18965 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
18966 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
18967 (gst_tcpserversink_handle_server_read),
18968 (gst_tcpserversink_handle_select),
18969 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
18970 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
18971 * gst/tcp/gsttcpserversink.h:
18972 Added multifdsink, made tcpserversink a subclass of fdsink, removed
18973 one of the locks, added recovery policy to multifdsink.
18975 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
18977 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
18978 fix decision for when getting frames with same timestamp
18979 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
18980 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
18981 (gst_v4lsrc_get_property):
18982 * sys/v4l/gstv4lsrc.h:
18983 add latency offset property
18985 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
18987 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
18989 fix debugging. add category.
18991 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
18993 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
18996 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
18998 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
18999 (gst_alsa_src_get_time), (gst_alsa_src_loop),
19000 (gst_alsa_src_change_state):
19001 return a time that is in sync with the element's processing
19003 2004-06-25 Wim Taymans <wim@fluendo.com>
19005 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
19006 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
19007 (gst_tcpserversink_client_remove),
19008 (gst_tcpserversink_handle_client_read),
19009 (gst_tcpserversink_client_queue_data),
19010 (gst_tcpserversink_client_queue_caps),
19011 (gst_tcpserversink_client_queue_buffer),
19012 (gst_tcpserversink_handle_client_write),
19013 (gst_tcpserversink_queue_buffer),
19014 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
19015 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
19016 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
19017 (gst_tcpserversink_close):
19018 * gst/tcp/gsttcpserversink.h:
19019 Serversink rewrite. Really do non blocking writes to clients and
19020 maintain an internal queue to handle slower clients while not
19021 disturbing fast clients.
19023 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
19025 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19026 better debug, don't override OFFSET and OFFSET_END
19028 2004-06-25 Iain <iain@prettypeople.org>
19030 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
19031 name=source for the wavparse pipeline.
19033 2004-06-24 Johan Dahlin <johan@gnome.org>
19035 * ext/theora/theoraenc.c (theora_enc_chain): Call
19036 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
19037 streamheader caps are set correctly.
19039 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
19041 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
19042 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
19043 respect minimum bitrate; same could be done for max bitrate
19045 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
19047 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
19048 (gst_vorbisenc_setup):
19049 fix sample rate range
19051 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
19053 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
19054 (gst_oggvorbisenc_setup):
19055 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
19056 (gst_vorbisenc_setup):
19057 resolve ambiguities in code and description
19059 2004-06-24 Wim Taymans <wim@fluendo.com>
19061 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
19062 * ext/alsa/gstalsa.h:
19063 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
19064 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
19065 Use alsa trigger_tstamp to get the timestamp of the first
19066 sample in the buffer for more precise sync. Some cleanups.
19068 2004-06-24 Wim Taymans <wim@fluendo.com>
19070 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
19071 (gst_audiorate_init), (gst_audiorate_chain),
19072 (gst_audiorate_set_property), (gst_audiorate_get_property):
19073 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
19074 (gst_videorate_chain):
19075 Added some logging, fixed an overflow bug in videorate.
19077 2004-06-24 Benjamin Otte <otte@gnome.org>
19079 * ext/kio/Makefile.am:
19080 fix for builddir != srcdir and distcheck
19082 2004-06-24 Benjamin Otte <otte@gnome.org>
19084 * gst-libs/gst/colorbalance/Makefile.am:
19085 * gst-libs/gst/mixer/Makefile.am:
19086 * gst-libs/gst/play/Makefile.am:
19087 * gst-libs/gst/tuner/Makefile.am:
19088 * gst/tcp/Makefile.am:
19089 * sys/dxr3/Makefile.am:
19090 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
19092 Also add all *.list files that were missing.
19094 add a distcheck hook to ensure the above doesn't happen again.
19096 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
19098 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
19100 2004-06-23 Colin Walters <walters@redhat.com>
19102 * m4/Makefile.am: Distribute gst-fionread.m4.
19104 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
19106 * configure.ac: back to dev
19108 2004-06-23 Wim Taymans <wim@fluendo.com>
19110 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
19111 (gst_alsa_xrun_recovery):
19112 * ext/alsa/gstalsa.h:
19113 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19114 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
19115 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
19116 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
19117 (gst_alsa_src_loop):
19118 Add clock to alsasrc. Take new capture timestamp when
19119 restarting after an overrun. Split up some functions between
19120 alsasrc and alsasink.
19122 === release 0.8.2 ===
19124 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
19126 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
19127 (gst_alsa_change_state), (gst_alsa_update_avail),
19128 (gst_alsa_xrun_recovery):
19129 * ext/alsa/gstalsa.h:
19130 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19131 merge back changes from release
19133 2004-06-23 Wim Taymans <wim@fluendo.com>
19135 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
19136 (gst_audiorate_init), (gst_audiorate_chain),
19137 (gst_audiorate_set_property), (gst_audiorate_get_property):
19138 Implement sample dropping and notify
19140 2004-06-22 Wim Taymans <wim@fluendo.com>
19142 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19143 (theora_enc_sink_link), (theora_buffer_from_packet),
19144 (theora_push_packet), (theora_enc_chain):
19145 Some cleanups, make sure the timestamps are correct.
19147 2004-06-22 Wim Taymans <wim@fluendo.com>
19149 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
19150 (gst_alsa_change_state), (gst_alsa_update_avail),
19151 (gst_alsa_xrun_recovery):
19152 * ext/alsa/gstalsa.h:
19153 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19154 Cleanups, take queued samples into account when reporting
19157 2004-06-22 Wim Taymans <wim@fluendo.com>
19159 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
19160 (gst_videorate_init):
19161 Initialize the property as well.
19163 2004-06-22 Wim Taymans <wim@fluendo.com>
19165 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
19166 (gst_videorate_init), (gst_videorate_chain),
19167 (gst_videorate_set_property), (gst_videorate_get_property):
19168 Add property to make videorate silent.
19169 Add property to prefer new frames over old ones.
19171 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19173 * sys/osxvideo/Makefile.am:
19174 Workaround so that the osxvideo .so file gets linked with the
19175 Cocoa, OpenGL and QuickTime frameworks
19177 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19179 * sys/osxaudio/Makefile.am:
19180 Workaround so that the osxaudio .so file gets linked with the
19181 CoreAudio framework
19183 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19186 Whoops, my fault...fixed build issues
19188 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19191 Add objective-c support if running in Darwin/Mac OS X
19194 * sys/osxvideo/Makefile.am:
19195 * sys/osxvideo/osxvideosink.h:
19196 * sys/osxvideo/osxvideosink.m:
19197 * sys/osxvideo/cocoawindow.h:
19198 * sys/osxvideo/cocoawindow.m:
19199 Add osxvideosink, a cocoa-based osx video sink
19202 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
19203 * ext/dvdnav/gst-dvd:
19204 Grab the gconf key from the right spot
19205 * gst/debug/gstnavseek.c: (gst_navseek_init),
19206 (gst_navseek_segseek), (gst_navseek_handle_src_event),
19207 (gst_navseek_chain):
19208 * gst/debug/gstnavseek.h:
19209 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
19210 and loop parameters of a segment seek.
19211 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
19212 (gst_videotestsrc_get_event_masks),
19213 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
19214 * gst/videotestsrc/gstvideotestsrc.h:
19215 Add seeking support to videotestsrc
19216 Initialise the timestamp_offset variable.
19218 2004-06-18 Wim Taymans <wim@fluendo.com>
19220 * ext/sidplay/gstsiddec.cc:
19221 Fix negotiation and set correct end offset.
19223 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
19225 * configure.ac: branch and prerelease
19227 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
19229 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
19230 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
19231 (gst_tcpclientsrc_init_receive):
19232 * gst/tcp/gsttcpclientsrc.h:
19233 read caps when connecting to server for GDP so we set them correctly
19235 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
19237 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19238 notify drops and duplicates
19239 * gst/videoscale/videoscale.c: (videoscale_get_structure):
19240 no good reason to limit ourselves to 100x100
19242 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
19244 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
19245 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19246 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
19247 (gst_v4lsrc_get_property):
19248 * sys/v4l/gstv4lsrc.h:
19249 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
19250 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
19251 (gst_v4l_set_audio):
19252 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
19253 (gst_v4lsrc_try_capture):
19254 * sys/v4l/v4lsrc_calls.h:
19255 change try_palette to more general try_capture
19256 add autoprobe option so we can turn off autoprobing
19259 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
19263 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
19264 (gst_ximagesink_class_init):
19265 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
19266 (gst_xvimagesink_class_init):
19267 run them as finalize, not dispose, since dispose can be invoked
19270 2004-06-17 Wim Taymans <wim@fluendo.com>
19272 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
19273 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
19274 * ext/alsa/gstalsa.h:
19275 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
19276 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
19277 (gst_alsa_src_change_state):
19278 * ext/alsa/gstalsasrc.h:
19279 Make the xrun code timestamp and offset the buffers correctly.
19280 moved the clock to the base class, use alsa methods to get time.
19281 Do correct timestamping on outgoing buffers.
19283 2004-06-17 Wim Taymans <wim@fluendo.com>
19285 * gst/audiorate/Makefile.am:
19286 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
19287 (gst_audiorate_base_init), (gst_audiorate_class_init),
19288 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
19289 (gst_audiorate_set_property), (gst_audiorate_get_property),
19290 (gst_audiorate_change_state), (plugin_init):
19291 Added an audiorate converter that fills in gaps.
19293 2004-06-17 Johan Dahlin <johan@gnome.org>
19295 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
19297 2004-06-16 Wim Taymans <wim@fluendo.com>
19299 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
19300 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
19301 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
19302 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
19303 (gst_v4lsrc_get_property):
19304 * sys/v4l/gstv4lsrc.h:
19305 Added a copy mode to v4lsrc where it will output a copied version
19306 of its internal hardware buffer.
19307 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
19310 2004-06-16 Wim Taymans <wim@fluendo.com>
19312 * sys/oss/gstosssrc.c: (gst_osssrc_get):
19315 2004-06-16 Wim Taymans <wim@fluendo.com>
19317 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
19318 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
19319 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
19320 (gst_v4lsrc_get_property):
19321 * sys/v4l/gstv4lsrc.h:
19322 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19323 Added a sync mode enum property to control v4lsrc timestamp method
19324 Removed the use-fixed-fps property and moved functionality in
19326 Don't error on an error value from v4l-conf, it might not always
19329 2004-06-16 Wim Taymans <wim@fluendo.com>
19331 * gst/videorate/Makefile.am:
19332 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
19333 (gst_videorate_base_init), (gst_videorate_class_init),
19334 (gst_videorate_getcaps), (gst_videorate_link),
19335 (gst_videorate_init), (gst_videorate_chain),
19336 (gst_videorate_set_property), (gst_videorate_get_property),
19337 (gst_videorate_change_state), (plugin_init):
19338 Added a video timestamp corrector.
19340 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19342 fixed a potential leak with previous commit
19344 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
19346 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19348 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
19349 Added missing refcount, fixes bug #144425
19350 Cheers Tim for finding the bug
19352 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
19354 * sys/v4l/gstv4l.c: (plugin_init):
19355 * sys/v4l/gstv4lcolorbalance.c:
19356 * sys/v4l/gstv4lcolorbalance.h:
19357 * sys/v4l/gstv4lelement.c:
19358 * sys/v4l/gstv4lelement.h:
19359 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
19360 * sys/v4l/gstv4lmjpegsink.h:
19361 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
19362 * sys/v4l/gstv4lmjpegsrc.h:
19363 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
19364 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
19365 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
19366 * sys/v4l/gstv4lsrc.h:
19367 * sys/v4l/gstv4ltuner.c:
19368 * sys/v4l/gstv4ltuner.h:
19369 * sys/v4l/gstv4lxoverlay.c:
19370 * sys/v4l/gstv4lxoverlay.h:
19371 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
19372 (gst_v4l_set_window), (gst_v4l_enable_overlay):
19373 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
19374 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
19375 (gst_v4l_set_audio):
19376 * sys/v4l/v4l_calls.h:
19377 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19378 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
19379 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
19380 (gst_v4lmjpegsink_playback_init),
19381 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
19382 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
19383 (gst_v4lmjpegsink_playback_stop),
19384 (gst_v4lmjpegsink_playback_deinit):
19385 * sys/v4l/v4lmjpegsink_calls.h:
19386 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
19387 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
19388 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
19389 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
19390 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
19391 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
19392 * sys/v4l/v4lmjpegsrc_calls.h:
19393 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19394 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
19395 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
19396 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
19397 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
19398 (gst_v4lsrc_try_palette):
19399 * sys/v4l/v4lsrc_calls.h:
19400 bunch of paranoia cleanups
19402 2004-06-14 David Schleef <ds@schleef.org>
19404 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
19405 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
19406 Send discont events and change timestamps appropriately when
19407 we get a seek event. (bug #144240)
19408 * ext/cdparanoia/gstcdparanoia.h:
19410 2004-06-14 Benjamin Otte <otte@gnome.org>
19412 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
19413 snd_pcm_hw_params_set_rate since the latter fails for no good
19414 reason on some setups.
19416 2004-06-14 David Schleef <ds@schleef.org>
19418 * gst/volume/demo.c: (value_changed_callback): exp10() is not
19419 standard. Thank you for playing.
19421 2004-06-14 Wim Taymans <wim@fluendo.com>
19423 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
19424 Patch 1.3 broke the ordering of the colorspace info and
19425 made the plugin basically work by coincidence, reordered
19428 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
19430 * ext/lame/gstlame.c:
19431 * ext/mad/gstmad.c:
19432 sync caps. Make sure mad can only output a list of rates, not
19433 a full range. In the future, have three caps lists for each of the
19434 mpeg versions. Change mpegversion to a double as well.
19436 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
19438 * gst/volume/.cvsignore:
19439 * gst/volume/Makefile.am:
19440 * gst/volume/demo.c: (value_changed_callback), (idler),
19441 (setup_gui), (main):
19442 added small demo app
19444 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
19445 * ext/esd/esdsink.c: (gst_esdsink_change_state):
19446 * ext/esd/esdsink.h:
19447 Close the esd connection on pause, because esd will just wait -
19448 blocking all other esd clients indefinitely.
19450 2004-06-12 Christophe Fergeau <teuf@gnome.org>
19452 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
19453 previous commit with GST_DEBUG
19455 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
19458 add a header check for a dvdread header in dvdnav. Fixes #133002
19460 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19462 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
19463 * gst/tcp/gsttcpclientsink.h:
19464 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
19465 * gst/tcp/gsttcpclientsrc.h:
19466 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
19467 (gst_tcpserversink_handle_server_read),
19468 (gst_tcpserversink_init_send):
19469 * gst/tcp/gsttcpserversink.h:
19470 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
19471 * gst/tcp/gsttcpserversrc.h:
19472 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
19475 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19478 Added ogg library so that OSX detects libtheora properly
19480 2004-06-11 Wim Taymans <wim@fluendo.com>
19482 * ext/theora/theoradec.c: (theora_dec_chain),
19483 (theora_dec_change_state):
19484 Don't try to decode frames before we received a keyframe.
19486 2004-06-11 Wim Taymans <wim@fluendo.com>
19488 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
19489 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
19490 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19491 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
19492 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
19493 Added property to set the maximum delay of a page.
19495 2004-06-10 Wim Taymans <wim@fluendo.com>
19497 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
19498 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
19499 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19500 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
19501 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
19502 Added max-delay property to control the maximum amount
19503 of data to put in one page.
19505 2004-06-10 Wim Taymans <wim@fluendo.com>
19507 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19508 (gst_theora_enc_init), (theora_enc_sink_link),
19509 (theora_buffer_from_packet), (theora_enc_set_property),
19510 (theora_enc_get_property):
19511 Set duration on encoded buffer, added some more properties
19513 2004-06-10 Wim Taymans <wim@fluendo.com>
19515 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19516 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19517 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
19518 * ext/theora/theoraenc.c: (theora_enc_chain):
19519 Fix refcounting bugs
19521 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
19523 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
19524 (gst_asf_demux_loop), (gst_asf_demux_process_file),
19525 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
19526 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
19527 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
19528 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
19529 (gst_asf_demux_change_state):
19530 * gst/asfdemux/gstasfdemux.h:
19531 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
19532 feels like. I think we should set a new requirement for demuxers
19533 from now on to implement sane loop functions, data loops, query
19534 and seek functions before first commit into CVS. And this commit
19535 fixes all of the above.
19537 2004-06-10 Christophe Fergeau <teuf@gnome.org>
19539 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
19540 vorbis comments are properly encoded in UTF-8 before adding them
19543 2004-06-09 Benjamin Otte <otte@gnome.org>
19545 * ext/alsa/gstalsa.c: (add_channels):
19546 handle min <= max correctly
19547 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
19548 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
19549 add fixation functions so we fixate correctly. No preferring of alaw
19550 anymore because it's the first structure.
19551 * ext/alsa/gstalsa.h:
19552 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
19553 (gst_alsa_hw_params_dump):
19554 add functions to ease debugging in alsalib
19555 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
19556 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
19557 (gst_alsa_start_audio):
19558 only specify hw params if we really setup a format (fixes #134007 -
19559 or at least works around it)
19561 2004-06-09 Wim Taymans <wim@fluendo.com>
19563 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19564 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
19565 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
19566 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
19567 (gst_ogg_mux_loop):
19568 Use stream caps to setup the initial pages in the ogg stream.
19569 Correctly set the streamheader caps on the srcpad.
19571 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
19573 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
19574 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
19575 (gst_v4lsrc_getcaps):
19576 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
19577 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
19578 add querying of fps lists for webcams. Negotiating to a framerate
19581 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
19583 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19584 (theora_push_buffer), (theora_push_packet),
19585 (theora_set_header_on_caps), (theora_enc_chain):
19586 mark buffers and put on streamheader, raw theora streaming
19587 now works too, whee
19589 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
19591 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
19592 (gst_tcp_gdp_read_caps):
19593 do a looping read for caps and GDP headers too
19595 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
19597 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19598 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
19599 return EOS instead of NULL in _get
19601 2004-06-08 Wim Taymans <wim@fluendo.com>
19603 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
19604 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
19605 (gst_tcp_gdp_write_caps):
19606 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19607 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
19608 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
19611 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
19613 * ext/vorbis/Makefile.am:
19614 * ext/vorbis/vorbis.c: (plugin_init):
19615 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
19616 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
19617 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
19618 (vorbis_parse_change_state):
19619 * ext/vorbis/vorbisparse.h:
19620 adding a vorbisparse element that marks the buffers, streaming
19621 raw vorbis using GDP now works, whee
19623 2004-06-08 Wim Taymans <wim@fluendo.com>
19625 * ext/jpeg/Makefile.am:
19627 * ext/jpeg/gstjpeg.c: (plugin_init):
19628 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
19629 (gst_smokedec_base_init), (gst_smokedec_class_init),
19630 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
19631 * ext/jpeg/gstsmokedec.h:
19632 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
19633 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
19634 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
19635 (gst_smokeenc_resync), (gst_smokeenc_chain),
19636 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
19637 * ext/jpeg/gstsmokeenc.h:
19638 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
19639 (smokecodec_flush_destination), (smokecodec_term_destination),
19640 (smokecodec_init_source), (smokecodec_fill_input_buffer),
19641 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
19642 (smokecodec_term_source), (smokecodec_encode_new),
19643 (smokecodec_decode_new), (smokecodec_info_free),
19644 (smokecodec_set_quality), (smokecodec_get_quality),
19645 (smokecodec_set_threshold), (smokecodec_get_threshold),
19646 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
19647 (find_best_size), (abs_diff), (put), (smokecodec_encode),
19648 (smokecodec_parse_header), (smokecodec_decode):
19649 * ext/jpeg/smokecodec.h:
19650 Added a new simple jpeg based codec
19652 2004-06-08 Wim Taymans <wim@fluendo.com>
19654 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19655 (gst_multipart_mux_loop):
19658 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
19660 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19661 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
19662 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
19663 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
19664 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
19665 * gst/tcp/gsttcpserversink.h:
19666 take streamheader into account
19668 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
19670 * gst/level/Makefile.am:
19671 * gst/level/gstlevel.c: (gst_level_class_init):
19672 clean up marshal generation
19674 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
19676 * gst/tcp/Makefile.am:
19677 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
19678 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
19679 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
19680 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
19681 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
19682 (gst_tcpclientsrc_get_property):
19683 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
19684 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
19685 (gst_tcpserversink_handle_client_read),
19686 (gst_tcpserversink_handle_client_write),
19687 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
19688 * gst/tcp/gsttcpserversink.h:
19689 add signals client-added and client-removed
19690 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
19691 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
19692 (gst_tcpserversrc_get_property):
19693 uniformized, change default protocol to NONE
19694 * gst/tcp/gsttcp-marshal.list: added
19695 2004-06-07 Benjamin Otte <otte@gnome.org>
19697 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19698 handle discont events if they happen before caps nego
19700 2004-06-07 Wim Taymans <wim@fluendo.com>
19702 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19703 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19704 (gst_multipart_demux_plugin_init):
19705 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19706 (gst_multipart_mux_init), (gst_multipart_mux_loop),
19707 (gst_multipart_mux_change_state):
19708 Small updates, fix a memleak
19710 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19712 * configure.ac: OSS portability
19713 * ext/arts/gst_arts.c: idem
19714 * sys/oss/gstosselement.c: idem
19715 * sys/oss/gstossmixer.c: idem
19716 * sys/oss/gstosssink.c: idem
19717 * sys/oss/gstosssrc.c: idem
19718 * sys/oss/oss_probe.c: idem
19719 - check for soundcard.h in different places for some BSD
19721 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
19724 Add me to the authors file
19726 Increase the libdv requirement to >= version 0.100
19727 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
19728 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
19729 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
19730 * ext/dv/gstdvdec.h:
19731 Add support for the new_media flag when sending DISCONT events
19732 Make the querying work when video pad is not linked
19734 2004-06-07 Tim-Philipp M??ller <t.i.m@zen.co.uk>
19736 reviewed by Benjamin Otte <otte@gnome.org>
19738 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
19739 create a NULL-initialized array of pads, so we don't think they
19740 exist already. (fixes #143130)
19742 2004-06-07 Benjamin Otte <otte@gnome.org>
19744 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
19745 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
19746 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
19747 don't use // coments
19749 2004-06-07 Benjamin Otte <otte@gnome.org>
19751 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
19752 cast to GstClockTime to get higher granularity
19753 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19754 use gst_element_set_time_delay to get the exact time
19755 * ext/mad/gstmad.c: (gst_mad_chain):
19756 use the negotiated rate instead of the current frame's rate which
19757 might be wrong because of bit errors. This avoids emitting totally
19758 bogus timestamps and screwing sync.
19761 2004-06-07 Tim-Philipp M??ller <t.i.m@zen.co.uk>
19763 reviewed by Benjamin Otte <otte@gnome.org>
19765 * gst/adder/gstadder.c: (gst_adder_loop):
19766 properly error out when no negotiation has happened yet. (fixes
19769 2004-06-06 Benjamin Otte <otte@gnome.org>
19771 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19772 forward correctly transformed offset in discont events. Based on
19773 patch by Arwed v. Merkatz. (fixes #142851)
19775 2004-06-06 David Schleef <ds@schleef.org>
19777 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
19778 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
19779 problems on several systems.
19781 2004-06-06 Benjamin Otte <otte@gnome.org>
19783 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
19784 use explicit caps on the srcpad
19785 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19786 properly error out if caps couldn't be set (fixes #142764)
19788 2004-06-06 Benjamin Otte <otte@gnome.org>
19790 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
19791 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
19792 (gst_alsa_start_audio):
19793 - don't call set_periods_integer anymore, it breaks the
19794 configuration randomly
19795 - call snd_pcm_hw_params_set_access directly instead of using masks
19796 - don't fail if the sw_params can't be set, just use the default
19797 params and hope it works. Alsalib has weird issues when you touch
19798 sw_params and does no proper error reporting about what failed.
19799 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
19800 (gst_alsa_close_audio):
19801 make our alsa debugging go via gst debugging and not conditionally
19803 * ext/alsa/gstalsa.h:
19804 add ALSA_DEBUG_FLUSH macro
19805 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
19807 wrap alsa errors to be printed via the gst debugging system and not
19810 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
19812 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
19813 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
19814 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
19815 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
19816 (qtdemux_parse_trak):
19817 * gst/qtdemux/qtdemux.h:
19818 Bitch. Also known as seeking, querying & co.
19819 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
19820 (gst_osssink_change_state):
19821 * sys/oss/gstosssink.h:
19822 Resyncing is for weenies, this hack is no longer needed and was
19823 broken anyway (since it - unintendedly - always leaves resync to
19826 2004-06-05 Andrew Turner <zxombie@hotpop.com>
19828 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
19829 * gst/tcp/gsttcpclientsrc.h: idem
19830 - define MSG_NOSIGNAL if not done
19831 - include unistd.h for off_t
19834 2004-06-05 Benjamin Otte <otte@gnome.org>
19837 * ext/kio/Makefile.am:
19838 check for qt's moc preprocessor explicitly and use it
19840 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19842 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
19843 don't get a signal for EPIPE on socket writes
19844 (somebody check if this works on other platforms)
19846 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
19848 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
19849 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19850 check error condition on available samples correctly
19852 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
19854 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
19856 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
19857 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
19858 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
19859 (gst_tcpserversrc_gdp_read_header):
19860 use ssize_t over size_t since the former is signed and thus the
19861 check for error codes can work
19863 2004-06-02 Wim Taymans <wim@fluendo.com>
19867 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19868 (gst_multipart_mux_loop):
19871 2004-06-02 Wim Taymans <wim@fluendo.com>
19873 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19874 (gst_multipart_mux_init), (gst_multipart_mux_loop),
19875 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
19876 (gst_multipart_mux_change_state):
19877 Added configurable boundary specifier, added the value as a
19878 caps field as well.
19880 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19882 * gst/tcp/gsttcp.c:
19883 * gst/tcp/gsttcpclientsrc.c:
19884 * gst/tcp/gsttcpclientsrc.h:
19885 * gst/tcp/gsttcpserversrc.c:
19886 - portability fix, to compile on OSX
19889 * sys/osxaudio/gstosxaudioelement.c:
19890 * sys/osxaudio/gstosxaudiosink.c:
19891 * sys/osxaudio/gstosxaudiosrc.c:
19892 - compilation warnings on OSX
19895 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19897 * ext/vorbis/vorbisdec.c : sign warning fixes
19899 * gst-libs/gst/mixer/mixertrack.c :
19900 do no use defines which are glib 2.4 specific
19902 2004-06-01 Christophe Fergeau <teuf@gnome.org>
19904 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
19905 buffer since libflac doesn't expect it (reports a sync error when
19906 it encounters that)
19909 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
19911 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
19912 * gst-libs/gst/mixer/mixertrack.c:
19913 (gst_mixer_track_get_property), (get_mixer_track_init),
19914 (get_mixer_track_get_property): Added property accessors
19915 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
19916 * gst-libs/gst/mixer/mixeroptions.c:
19917 (gst_mixer_options_get_values): Added
19918 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
19919 * gst-libs/gst/mixer/mixer.c: Fixed comment
19922 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19924 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
19925 improve error messages on open
19928 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
19930 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19931 check if v4l-conf is in path
19933 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
19935 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
19936 change assert to a more readable error message
19938 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19940 * gst-libs/gst/tuner/tunerchannel.h:
19941 - add a freq_multiplicator field to make the conversion
19942 between internal frequency unit and Hz
19943 * sys/v4l/gstv4lelement.c:
19944 * sys/v4l2/gstv4l2element.c:
19945 - change default video device to /dev/video0
19946 * sys/v4l/v4l_calls.c:
19947 * sys/v4l2/v4l2_calls.c:
19948 - we only expose frequency to the user in Hz instead of
19949 bastard v4lX unit (either 62.5kHz or 62.5Hz)
19951 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
19952 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19953 Initialise b_o_s and e_o_s variables
19954 * gst-libs/gst/riff/riff-media.c:
19955 (gst_riff_create_video_caps_with_data):
19956 Add some unusual fourcc's from mplayer avi's
19957 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
19958 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
19961 2004-05-28 Wim Taymans <wim@fluendo.com>
19964 * gst/alpha/Makefile.am:
19965 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19966 (gst_alpha_get_type), (gst_alpha_base_init),
19967 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19968 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
19969 (gst_alpha_chroma_key), (gst_alpha_chain),
19970 (gst_alpha_change_state), (plugin_init):
19971 A plugin to add an alpha channel to I420 video. Can optionally do
19973 * gst/multipart/Makefile.am:
19974 * gst/multipart/multipart.c: (plugin_init):
19975 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19976 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19977 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
19978 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19979 (gst_multipart_demux_change_state),
19980 (gst_multipart_demux_plugin_init):
19981 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
19982 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
19983 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
19984 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
19985 (gst_multipart_mux_pad_unlink),
19986 (gst_multipart_mux_request_new_pad),
19987 (gst_multipart_mux_handle_src_event),
19988 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
19989 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
19990 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
19991 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
19992 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
19993 send multipart jpeg images to a browser.
19994 * gst/videobox/Makefile.am:
19995 * gst/videobox/README:
19996 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
19997 (gst_video_box_get_type), (gst_video_box_base_init),
19998 (gst_video_box_class_init), (gst_video_box_init),
19999 (gst_video_box_set_property), (gst_video_box_get_property),
20000 (gst_video_box_sink_link), (gst_video_box_i420),
20001 (gst_video_box_ayuv), (gst_video_box_chain),
20002 (gst_video_box_change_state), (plugin_init):
20003 Crops or adds borders around an image. can do alpha channel
20005 * gst/videomixer/Makefile.am:
20006 * gst/videomixer/README:
20007 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
20008 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
20009 (gst_videomixer_pad_get_sink_event_masks),
20010 (gst_videomixer_pad_get_property),
20011 (gst_videomixer_pad_set_property),
20012 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
20013 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
20014 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
20015 (gst_videomixer_base_init), (gst_videomixer_class_init),
20016 (gst_videomixer_init), (gst_videomixer_request_new_pad),
20017 (gst_videomixer_handle_src_event),
20018 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
20019 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
20020 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
20021 (gst_videomixer_loop), (gst_videomixer_get_property),
20022 (gst_videomixer_set_property), (gst_videomixer_change_state),
20024 Generic video mixer plugin, can handle multiple inputs all with
20025 different framerates and video sizes. Is fully alpha channel
20028 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
20030 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20031 Select first track as master track. Not sure how else to handle
20033 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
20034 Discard discont events. Should fix #142962.
20036 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
20038 * ext/alsa/Makefile.am:
20039 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
20040 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
20041 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
20042 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
20043 (gst_alsa_mixer_get_option):
20044 * ext/alsa/gstalsamixer.h:
20045 * ext/alsa/gstalsamixeroptions.c:
20046 (gst_alsa_mixer_options_get_type),
20047 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
20048 (gst_alsa_mixer_options_new):
20049 * ext/alsa/gstalsamixeroptions.h:
20050 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20051 * ext/alsa/gstalsamixertrack.h:
20052 Add enumerations (as GstMixerOptions). Make correct distinction
20053 between input/output tracks. Add capture/playback private flag.
20054 Use flag to decide on whether to set capture or playback volumes
20055 or switches. Use playback and record switches.
20056 * gst-libs/gst/mixer/Makefile.am:
20057 * gst-libs/gst/mixer/mixer-marshal.list:
20058 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
20059 (gst_mixer_set_option), (gst_mixer_get_option),
20060 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
20061 (gst_mixer_volume_changed), (gst_mixer_option_changed):
20062 * gst-libs/gst/mixer/mixer.h:
20063 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
20064 (gst_mixer_options_class_init), (gst_mixer_options_init),
20065 (gst_mixer_options_dispose):
20066 * gst-libs/gst/mixer/mixeroptions.h:
20067 Add GstMixerOptions.
20068 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
20069 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
20070 broken device detection on computers with multiple OSS sound
20073 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
20075 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
20076 fixate nicely even when the peer is not negotiating
20078 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
20080 * gst/audioconvert/gstaudioconvert.c:
20081 (gst_audio_convert_parse_caps):
20082 make sure we don't allow depth > width
20083 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
20084 fixate endianness to G_BYTE_ORDER as default
20085 * gst/audioscale/gstaudioscale.c:
20086 we don't handle another endianness as host-endianness
20088 2004-05-25 David Schleef <ds@schleef.org>
20090 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
20092 2004-05-24 Benjamin Otte <otte@gnome.org>
20094 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
20095 (gst_oggvorbisenc_setup):
20096 properly fail when we can't setup the vorbis encoder due to
20097 unsupported settings
20098 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
20099 (gst_vorbisenc_setup):
20101 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20102 fix case where warnings occured when one pad was unlinked while the
20103 other's link function was called
20105 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
20107 * gst/tcp/Makefile.am:
20110 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
20112 * gst-libs/gst/resample/private.h:
20113 don't use optimizations that are #if 0'ed
20115 2004-05-24 Wim Taymans <wim@fluendo.com>
20117 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20118 Fix potential division by zero error and hopefully get
20119 the position query right to get correct timestamps on avi
20122 2004-05-24 Wim Taymans <wim@fluendo.com>
20124 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
20125 (gst_videoscale_scale_nearest_str2),
20126 (gst_videoscale_scale_nearest_str4),
20127 (gst_videoscale_scale_nearest_32bit),
20128 (gst_videoscale_scale_nearest_24bit),
20129 (gst_videoscale_scale_nearest_16bit):
20130 Fix the scaling algorithm and avoid a buffer overflow.
20131 removed the while loop in the scaling function as it
20132 was used for point sampling only.
20134 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
20136 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
20137 (gst_id3_tag_class_init), (gst_id3_tag_init),
20138 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
20139 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
20140 (gst_id3_tag_send_tag_event):
20141 lots of fixes to make id3mux work and id3demux work correctly
20143 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20146 add rules to build shout2send (was removed by accident
20147 when this module was no more marked experimental/broken)
20149 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20151 * ext/shout2/gstshout2.c:
20152 * ext/shout2/gstshout2.h:
20153 adding a "connection problem" signal to shout2send
20156 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
20158 * ext/kio/kioreceiver.cpp:
20159 * ext/kio/kioreceiver.h:
20160 fix sign comparison issues
20162 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20164 * gst/cdxaparse/gstcdxaparse.c:
20165 * gst/cdxaparse/gstcdxaparse.h:
20167 add some checks/sanity
20168 prepare for seek addition
20170 * sys/sunaudio/gstsunaudio.c:
20171 remove exported dupe init function
20173 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
20175 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
20176 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
20177 Fix format conversion and position querying.
20178 * gst/debug/progressreport.c: (gst_progressreport_report):
20179 Don't output a bogus total value that we didn't query.
20180 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
20181 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
20182 only a blank window after xine has been used.
20184 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20187 sync with upstream version to fix test on FC2
20188 readd with -ko to preserve Id header
20190 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20193 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
20194 * gst/tcp/gsttcpclientsrc.c: idem
20195 * gst/tcp/gsttcpserversink.c: idem
20196 * gst/tcp/gsttcpserversrc.c: idem
20197 * m4/gst-fionread.m4: idem
20199 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
20201 * configure.ac: enable speex plugin for speex 1.1.5+
20202 * ext/speex/gstspeexenc.c: fix cast warning
20204 * ext/esd/README: fix typo
20206 2004-05-20 David Schleef <ds@schleef.org>
20208 * configure.ac: Minor cosmetic change to convince the buildbot to
20210 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
20211 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
20212 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
20213 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
20214 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
20215 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
20216 More hacking. Plays audio now.
20218 2004-05-20 David Schleef <ds@schleef.org>
20223 2004-05-20 David Schleef <ds@schleef.org>
20225 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
20226 * sys/osxaudio/gstosxaudio.c:
20227 * sys/osxaudio/gstosxaudioelement.c:
20228 * sys/osxaudio/gstosxaudioelement.h:
20229 * sys/osxaudio/gstosxaudiosink.c:
20230 * sys/osxaudio/gstosxaudiosink.h:
20231 * sys/osxaudio/gstosxaudiosrc.c:
20232 * sys/osxaudio/gstosxaudiosrc.h:
20234 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
20236 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
20237 (gst_vorbisenc_chain):
20238 put the codec headers on the caps as streamheader as well as
20241 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
20243 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
20244 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
20245 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
20246 split up push_packet into two functions
20248 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
20250 * gst/tcp/.cvsignore:
20252 * gst/tcp/Makefile.am:
20254 * gst/tcp/gsttcp.c:
20255 * gst/tcp/gsttcp.h:
20256 * gst/tcp/gsttcpclientsink.c:
20257 * gst/tcp/gsttcpclientsink.h:
20258 * gst/tcp/gsttcpclientsrc.c:
20259 * gst/tcp/gsttcpclientsrc.h:
20260 * gst/tcp/gsttcpplugin.c:
20261 * gst/tcp/gsttcpserversink.c:
20262 * gst/tcp/gsttcpserversink.h:
20263 * gst/tcp/gsttcpserversrc.c:
20264 * gst/tcp/gsttcpserversrc.h:
20265 add new tcp elements
20267 2004-05-19 Wim Taymans <wim@fluendo.com>
20269 * gst/law/mulaw-conversion.c: (mulaw_encode):
20270 Fix overflow bug in ulaw encoding.
20272 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
20274 * ext/mad/gstmad.c: (gst_mad_handle_event):
20275 don't unref the event twice
20277 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
20280 remove -Wno-sign-compare
20282 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
20285 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
20286 if you want to work against glib 2.2 and 2.4
20288 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
20290 * gst/tcp/Makefile.am:
20291 * gst/tcp/gsttcp.c:
20292 * gst/tcp/gsttcp.h:
20293 * gst/tcp/gsttcpsink.h:
20294 * gst/tcp/gsttcpsrc.h:
20295 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
20297 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
20299 * gst/debug/tests.c: (md5_get_value):
20300 fix segfault on gst-inspect
20302 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
20304 * gst/debug/testplugin.c:
20305 * gst/debug/tests.c:
20306 * gst/debug/tests.h:
20307 add new extensible and configurable testing element. Current tests
20308 include buffer count, stream length, timestamp/duration matching and
20310 * gst/debug/Makefile.am:
20311 * gst/debug/gstdebug.c: (plugin_init):
20312 add infrastructure for new element
20314 2004-05-19 Johan Dahlin <johan@gnome.org>
20316 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
20317 ending of the array. Fixes gst-inspect segfault on ppc.
20319 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20321 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
20323 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
20325 2004-05-18 David Schleef <ds@schleef.org>
20327 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
20328 warnings (bugs, actually) noticed by gcc but not forte.
20330 2004-05-18 David Schleef <ds@schleef.org>
20332 * sys/sunaudio/Makefile.am:
20333 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
20335 2004-05-18 David Schleef <ds@schleef.org>
20337 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20338 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
20339 to allow qtdemux to use non-seekable streams. (bug #142272)
20341 2004-05-18 David Schleef <ds@schleef.org>
20343 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
20344 (gst_resample_sinc_ft_float): Remove use of static temporary
20345 buffer. This code was obviously not supposed to last long, but
20346 it's stuck in our ABI, so it required a little hack to make it
20347 ABI-compatible. Fixes #142585.
20348 * gst-libs/gst/resample/resample.h: same.
20350 2004-05-18 David Schleef <ds@schleef.org>
20352 * configure.ac: Add sunaudio
20353 * examples/Makefile.am: make gstplay depend on gconf
20354 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
20355 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
20356 (convert_table_lookup), (img_convert): remove c99-isms
20357 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
20358 unsigned, to fix a warning on Solaris
20359 * gst/mpeg1sys/systems.c: bcopy->memcpy
20360 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
20361 * sys/Makefile.am: Add sunaudio
20363 2004-05-18 Wim Taymans <wim@fluendo.com>
20365 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
20366 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20367 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
20368 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
20369 (gst_ogg_mux_loop):
20370 Fix an ugly memleak where the muxer didn't flush enough ogg
20371 pages. This also resulted in badly muxed ogg files.
20373 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20375 * gst/asfdemux/asfheaders.c :
20376 * gst/asfdemux/asfheaders.h :
20377 * gst/asfdemux/gstasfdemux.c :
20378 - fix ASF_OBJ_PADDING guid
20379 - add 3 new object guids (language list, metadata,
20380 extended stream properties)
20381 - add a function to parse extended header objects
20383 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
20385 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20386 remove leftover debugging g_print
20388 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
20390 * ext/mad/gstmad.c: (gst_mad_handle_event):
20391 Fix for when the first format in a discont event is not a
20392 byte-based one. Should fix #137710.
20394 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20396 * m4/a52.m4 : fix compilation with -Wall -Werror
20397 * m4/libfame.m4 : idem
20398 * m4/libmikmod.m4 : idem
20400 2004-05-17 Benjamin Otte <otte@gnome.org>
20402 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20403 signal the new tags before giving up the reference
20405 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
20407 * ext/shout2/gstshout2.c:
20408 use application/ogg instead of application/x-ogg (patch by Patrick
20409 Guimond, fixes #142432)
20410 * sys/oss/gstosselement.c: (gst_osselement_reset),
20411 (gst_osselement_sync_parms):
20412 don't set fragment size unless specified (fixes #142493)
20414 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20416 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
20419 2004-05-17 Benjamin Otte <otte@gnome.org>
20421 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20422 compute offsets correctly for internal buffers so timestamps are set
20423 correctly when we can't seek. Also handle cases where there are no
20424 offsets. (based on a patch by David Moore, fixes #142507)
20426 2004-05-17 Benjamin Otte <otte@gnome.org>
20428 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20429 use correct variable when determining amount of data to skip so we
20430 don't skip into the void and segfault
20432 2004-05-16 Benjamin Otte <otte@gnome.org>
20434 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
20437 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20439 * gst/asfdemux/gstasfdemux.c:
20440 - fix a mem leak and always propagate tags
20441 - add WMV3 to known video codecs (but no decoder yet)
20442 - replace "surplus data" at end of audio header for what
20443 it is : codec specific data
20446 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
20448 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20450 * gst-libs/gst/audio/audioclock.c:
20451 Fix wrong return type (#142205).
20453 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
20455 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
20456 Ignore CRCs by default (fixes #142566).
20458 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
20460 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
20461 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
20462 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
20463 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
20464 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20465 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
20466 Fix for cases where we fail to attach to a mixer.
20468 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
20470 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20471 Don't touch events after not owning them anymore.
20472 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
20473 (gst_wavparse_fmt), (gst_wavparse_other),
20474 (gst_wavparse_handle_seek), (gst_wavparse_loop),
20475 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20476 (gst_wavparse_srcpad_event):
20477 * gst/wavparse/gstwavparse.h:
20478 Add seeking, fix querying.
20480 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20482 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20483 - process comments even if they don't end with \0\0
20484 g_convert would ignore them if present and works well without them
20486 2004-05-16 Benjamin Otte <otte@gnome.org>
20488 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
20491 2004-05-16 Benjamin Otte <otte@gnome.org>
20493 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20494 don't write to memory we might not write to - g_convert does that
20495 for us anyway (fixes #142613)
20496 (gst_asf_demux_audio_caps):
20497 comment out gst_util_dump_mem
20499 2004-05-16 Benjamin Otte <otte@gnome.org>
20501 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20502 compute correct expected timestamps after seek (broken since
20504 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
20505 rename element and debugging category to gdkpixbufscale
20507 2004-05-16 Benjamin Otte <otte@gnome.org>
20509 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20510 add error checking to snd_pcm_delay and remove duplicate call to
20511 snd_pcm_delay that caused issues (see inline code comments)
20512 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
20513 make more readable and fix return value when snd_pcm_delay fails
20516 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
20517 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
20518 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
20519 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
20520 (gst_pixbufscale_link), (gst_pixbufscale_init),
20521 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
20522 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
20523 (gst_pixbufscale_get_property), (pixbufscale_init):
20524 * ext/gdk_pixbuf/pixbufscale.h:
20525 Add these files I forgot earlier
20527 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
20528 * ext/gdk_pixbuf/Makefile.am:
20529 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
20530 * ext/gdk_pixbuf/gstgdkpixbuf.h:
20531 Add new pixbufscale element to scale RGB video
20532 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
20533 and HYPER interpolation correctly.
20534 * ext/theora/theoraenc.c: (theora_enc_chain),
20535 Discard buffer and return if explicit caps could not be set
20536 (theora_enc_get_property):
20537 Make _get return kbps for the bitrate consistent with
20541 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
20543 * ext/libvisual/visual.c: (gst_visual_chain):
20544 add missing visual_audio_analyze
20546 2004-05-14 David Schleef <ds@schleef.org>
20548 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
20549 is killed while we're playing.
20550 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
20551 gst_element_no_more_pads().
20553 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20555 * gst-libs/gst/riff/riff-read.c :
20556 - fix INFO tag extraction in RIFF/AVI files
20557 because gst_event_unref (event) also freed taglist
20560 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20562 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
20563 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
20565 * gst/auparse/gstauparse.c :
20566 - add code (commented for now) to support audio/x-adpcm on src pad
20567 (we have no decoder for those layout yet)
20569 * gst/cdxaparse/gstcdxaparse.c :
20570 * gst/cdxaparse/gstcdxaparse.h :
20571 - partial rewrite using RiffRead (ripped iain's wavparse code)
20573 * gst/rtp/gstrtpL16enc.c : typo
20574 * gst/rtp/gstrtpgsmenc.c : typo
20576 2004-05-13 Benjamin Otte <otte@gnome.org>
20579 check for exact version of libvisual, it's not supposed to be
20582 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
20584 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
20585 signal no-more-pads
20587 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
20589 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
20590 Report which format was used for GST_FORMAT_DEFAULT
20591 * gst/debug/Makefile.am:
20592 * gst/debug/gstdebug.c: (plugin_init):
20593 * gst/debug/progressreport.c: (gst_progressreport_base_init),
20594 (gst_progressreport_class_init), (gst_progressreport_init),
20595 (gst_progressreport_report), (gst_progressreport_set_property),
20596 (gst_progressreport_get_property), (gst_progressreport_chain),
20597 (gst_progressreport_plugin_init):
20598 Add progressreport element for testing.
20600 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
20602 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
20603 * sys/v4l/gstv4lsrc.h:
20604 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
20605 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
20606 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
20607 (gst_v4lsrc_grab_frame):
20609 send a discont at start
20611 2004-05-12 Colin Walters <walters@redhat.com>
20613 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
20614 inflooping if we can't find a chunk. Or in other words, don't blow
20615 chunks if we don't have a chunk to blow.
20617 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
20618 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
20619 Remove old debug output
20620 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
20621 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
20622 (gst_dvdec_set_property), (gst_dvdec_get_property):
20623 Change the quality setting to an enum, so it works from gst-launch
20624 Don't renegotiate a non-linked pad. Allows audio only decoding.
20625 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
20626 (gst_deinterlace_link), (gst_deinterlace_init):
20627 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20628 (gst_videodrop_link):
20629 Some caps negotiation fixes
20631 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20633 * ext/tarkin/gsttarkin.c :
20634 - Change RANK from NONE to PRIMARY
20635 * ext/gdk_pixbuf/gstgdkpixbuf.c :
20636 - Change RANK from NONE to MARGINAL
20637 * ext/divx/gstdivxenc.c :
20638 - Change RANK from PRIMARY to NONE (encoder/spider issue)
20640 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
20642 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
20643 (gst_vorbisenc_push_packet):
20644 copy a function that was added between 1.0 and 1.0.1 until we
20645 depend on worthwhile features of post-1.0
20647 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
20650 enable shout2 by default
20651 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
20652 (gst_shout2send_base_init), (gst_shout2send_init),
20653 (gst_shout2send_connect), (gst_shout2send_change_state):
20654 * ext/shout2/gstshout2.h:
20655 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
20657 * ext/theora/theora.c: (plugin_init):
20658 don't set rank on encoders
20660 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
20662 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
20663 Use codec_data property instead of flag1 and flag2 for wma
20665 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20667 * gst/cdxaparse/gstcdxaparse.c :
20668 - Add mpegversion to CAPS to make it link
20669 - Rank is as GST_RANK_SECONDARY instead of NONE
20670 * gst/auparse/gstauparse.c :
20671 - Document all audio encoding we can encounter from Solaris 9
20672 headers and libsndfile information.
20673 - Increase max. rate from 48000 to 192000 (to match other elements)
20674 - Don't try to play junk data between header and samples
20676 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
20678 * ext/libvisual/visual.c: (gst_visual_getcaps):
20679 use the right caps depending on endianness (I hope)
20680 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
20681 use GST_RANK_NONE for all non-decoding elements or spider gets
20684 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
20686 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20687 Fix some odd cases and fix BE metadata parsing of unicode16 text.
20689 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
20691 * gst/switch/gstswitch.c: (gst_switch_release_pad),
20692 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
20693 (gst_switch_loop), (gst_switch_get_type):
20694 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
20695 HEADERS. Had to be said.
20697 2004-05-10 David Schleef <ds@schleef.org>
20699 * configure.ac: Add prototype Dirac support.
20701 * ext/dirac/Makefile.am:
20702 * ext/dirac/gstdirac.cc:
20703 * ext/dirac/gstdiracdec.cc:
20705 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
20707 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20708 (gst_auparse_init), (gst_auparse_chain),
20709 (gst_auparse_change_state):
20710 Hack around spider. Remove me some day please.
20712 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
20714 * gst/auparse/gstauparse.c: (gst_auparse_chain):
20715 Fix for some uninitialized variables in previous patch, also
20716 makes it work. Fixes #142286 while we're at it.
20718 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20720 * gst/auparse/gstauparse.c:
20721 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
20722 only unsupported formats are ADPCM/CCITT G.72x
20724 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
20726 2004-05-10 Wim Taymans <wim@fluendo.com>
20728 * ext/vorbis/Makefile.am:
20729 * ext/vorbis/README:
20730 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
20731 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
20732 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
20733 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
20734 (gst_oggvorbisenc_convert_sink),
20735 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
20736 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
20737 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
20738 (get_constraints_string), (update_start_message),
20739 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
20740 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
20741 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
20742 * ext/vorbis/oggvorbisenc.h:
20743 * ext/vorbis/vorbis.c: (plugin_init):
20744 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
20745 (raw_caps_factory), (gst_vorbisenc_class_init),
20746 (gst_vorbisenc_init), (gst_vorbisenc_setup),
20747 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
20748 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
20749 * ext/vorbis/vorbisenc.h:
20750 Added a raw vorbis encoder to be used with the oggmuxer.
20751 We still need the old encoder for some gnome applications,
20752 read the README to find out how that works.
20753 The raw encoder is called "rawvorbisenc" until 0.9.
20755 2004-05-10 Wim Taymans <wim@fluendo.com>
20757 * ext/ogg/gstogg.c: (plugin_init):
20758 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
20760 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
20761 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
20762 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
20763 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
20764 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
20765 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
20766 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
20767 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
20768 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
20769 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
20770 Added an ogg muxer.
20771 Small typo fixes in the demuxer.
20773 2004-05-10 Wim Taymans <wim@fluendo.com>
20775 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20776 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
20777 (theora_enc_change_state), (theora_enc_set_property),
20778 (theora_enc_get_property):
20779 Mark the last packet with an EOS flag which is not really needed
20781 Do some better video framerate initialisation.
20782 Update the buffer timestamp.
20784 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
20786 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
20787 Return the result of the parent state change call
20789 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20791 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
20792 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
20793 * gst/law/alaw-encode.c : (idem)
20794 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
20795 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
20796 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
20798 2004-05-09 Benjamin Otte <otte@gnome.org>
20800 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
20801 don't use a fixed buffer size when writing variable length data to
20802 it. Fixes memory corruption and makes alsasrc work
20804 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
20806 * ext/gnomevfs/gstgnomevfssink.c:
20807 (_gst_boolean_allow_overwrite_accumulator),
20808 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
20809 Run glib's default signal handler (??) in RUN_CLEANUP rather than
20810 RUN_LAST, and don't use that to set the accumulator value because
20811 then it's always FALSE.
20813 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
20815 * gst-libs/gst/riff/riff-media.c:
20816 (gst_riff_create_video_caps_with_data),
20817 (gst_riff_create_audio_caps),
20818 (gst_riff_create_audio_template_caps):
20819 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
20820 Fix for unaligned RIFF files (i.e. where all the chunks together
20821 in a LIST chunk are not of the same size as the size given in
20822 the LIST chunk header). Fixes several odd WAVE files. Also fix
20823 ADPCM (block_align property) in audio, so that wavparse based
20824 on this works now as it used to stand-alone.
20826 2004-05-09 Edward Hervey <bilboed@bilboed.com>
20828 reviewed by Benjamin Otte <otte@gnome.org>
20830 * ext/a52dec/gsta52dec.c:
20831 * ext/divx/gstdivxdec.c:
20832 * ext/divx/gstdivxenc.c:
20833 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
20834 * ext/faac/gstfaac.c: (gst_faac_base_init):
20835 * ext/faad/gstfaad.c: (gst_faad_base_init):
20836 * ext/ivorbis/vorbisfile.c:
20837 * ext/lame/gstlame.c:
20838 * ext/libfame/gstlibfame.c:
20839 * ext/mpeg2enc/gstmpeg2enc.cc:
20840 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
20841 * ext/sidplay/gstsiddec.cc:
20842 * ext/speex/gstspeexdec.c:
20843 * ext/speex/gstspeexenc.c:
20844 * ext/xvid/gstxviddec.c:
20845 * ext/xvid/gstxvidenc.c:
20846 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
20849 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
20851 * ext/alsa/gstalsa.c: (device_list),
20852 (gst_alsa_class_probe_devices):
20853 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
20854 Fix alsa oddness in mixer after the combination of using mixer
20855 in source/sink elements and using hw:x,y instead of just hw:x.
20857 2004-05-09 Benjamin Otte <otte@gnome.org>
20859 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
20860 (gst_wavparse_create_sourcepad):
20861 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
20864 2004-05-09 Benjamin Otte <otte@gnome.org>
20866 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20867 allow discont events before caps nego
20869 2004-05-08 Benjamin Otte <otte@gnome.org>
20871 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
20874 2004-05-08 Benjamin Otte <otte@gnome.org>
20876 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
20877 (gst_level_change_state), (gst_level_init):
20878 * gst/level/gstlevel.h:
20879 figure out if we're initialized directly instead of keeping a
20880 variable that's wrong in 90% of cases
20881 don't initialize pads and then leak them and use a new unitialized
20882 pad. (fixes #142084)
20883 these were bugs so n00bish I didn't find them for an hour :/
20885 2004-05-08 Iain <iain@prettypeople.org>
20887 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
20888 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
20889 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
20890 return the length that was read.
20891 (gst_riff_read_strf_auds): Allow fmt tags as well.
20893 2004-05-07 David Schleef <ds@schleef.org>
20895 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
20896 signed char assumption in faad.h.
20898 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
20900 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
20901 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
20903 2004-05-07 Colin Walters <walters@redhat.com>
20905 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
20906 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
20908 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
20909 Add dispose function.
20911 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
20912 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
20913 Fix caps nego and pad templates. RGB mode caps should
20915 * ext/dvdnav/gst-dvd:
20916 Move mpeg2dec inside the thread because otherwise the
20917 queue rejects cap changes mid-stream
20918 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
20919 (gst_mpeg2dec_flush_decoder):
20920 For mpeg2dec > 0.4.0, call the flush function instead of
20921 manually extracting all in-flight frames.
20922 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
20923 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
20924 Change mime type video/dv go video/x-dv to match the
20925 rest of gst-plugins
20927 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
20929 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20930 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
20931 (gst_alsa_sink_class_init):
20932 * ext/alsa/gstalsasink.h:
20933 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
20934 (gst_alsa_src_class_init):
20935 * ext/alsa/gstalsasrc.h:
20936 Make alsasink/src a subclass of alsamixer so that mixer stuff
20937 shows up in gst-rec. Needs some finetuning.
20939 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
20941 * ext/lame/gstlame.c: (gst_lame_chain):
20943 * ext/mad/gstmad.c: (gst_mad_handle_event):
20945 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
20946 be able to detect mp3 files < 4096 bytes
20948 2004-05-06 Wim Taymans <wim@fluendo.com>
20950 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20951 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
20952 (theora_enc_set_property), (theora_enc_get_property):
20953 Also encode the first frame, cleanup some code.
20955 2004-05-06 Wim Taymans <wim@fluendo.com>
20957 * ext/mpeg2enc/gstmpeg2enc.cc:
20958 Forward events first before deciding that negotiation was
20961 2004-05-06 Wim Taymans <wim@fluendo.com>
20963 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
20964 First process the events before deciding that negotiation
20967 2004-05-06 Wim Taymans <wim@fluendo.com>
20969 * ext/theora/Makefile.am:
20970 * ext/theora/theora.c: (plugin_init):
20971 * ext/theora/theoradec.c: (theora_dec_change_state):
20972 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
20973 (gst_theora_enc_class_init), (gst_theora_enc_init),
20974 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
20975 (theora_enc_chain), (theora_enc_change_state),
20976 (theora_enc_set_property), (theora_enc_get_property):
20977 Added a theora encoder, grouped the encoder and decoder into the
20980 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
20982 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
20983 (gst_jpegenc_chain):
20984 fix DURATION on outgoing buffers
20985 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
20986 debug using time formats
20987 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20988 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20989 (gst_xvimagesink_sink_link):
20990 windows with width/height 0 generate X errors, so don't allow them
20992 2004-05-05 Wim Taymans <wim@fluendo.com>
20994 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
20995 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
20996 (gst_mpeg2dec_negotiate_format):
20997 * ext/mpeg2dec/gstmpeg2dec.h:
20998 removed the static pad template so that we can add the
20999 more accurate framerate value to the caps.
21002 2004-05-04 Benjamin Otte <otte@gnome.org>
21005 check for kdemacros.h, too (should fix #141821)
21006 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
21007 don't crash if no header was sent, but nicely error out (fixes part
21010 2004-05-04 Wim Taymans <wim@fluendo.com>
21012 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
21013 parent dispose function to avoid segfault on destroy.
21015 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
21017 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
21019 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21020 (gst_xvimagesink_sink_link):
21021 clean up debugging caps
21022 also recreate xvimage when format has changed
21024 2004-05-04 Benjamin Otte <otte@gnome.org>
21026 * ext/libvisual/Makefile.am:
21027 * ext/libvisual/visual.c: (gst_visual_class_init),
21028 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
21029 (gst_visual_srclink), (gst_visual_chain),
21030 (gst_visual_change_state), (plugin_init):
21031 use a GstAdapter to correctly adapt buffer sizes - allows using a
21034 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
21036 * sys/v4l/gstv4lelement.h:
21037 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
21038 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
21039 (gst_v4lsrc_buffer_free):
21040 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
21041 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
21042 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
21043 (gst_v4lsrc_requeue_frame):
21044 move some debugging categories around
21045 query for fps index and set accordingly if found
21047 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21049 * ext/lame/gstlame.c:
21050 correct defaults that lame_init puts out of range
21052 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
21054 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
21055 (gst_divxenc_class_init):
21056 fix range since -1 is the default
21057 * gst/mpeg1sys/gstmpeg1systemencode.c:
21058 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
21059 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
21060 (gst_rtjpegdec_chain):
21061 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
21062 (gst_rtjpegenc_chain):
21063 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
21064 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
21065 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
21066 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
21067 * sys/v4l/gstv4lsrc.c:
21068 * sys/v4l/v4l_calls.c: (gst_v4l_open):
21069 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
21070 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
21071 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
21072 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
21073 remove gst_info calls
21075 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
21084 Updated translations
21086 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
21088 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
21089 refactor/comment code
21091 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
21093 * gst/asfdemux/Makefile.am:
21094 * gst/asfdemux/asfheaders.c:
21095 * gst/asfdemux/asfheaders.h:
21096 * gst/asfdemux/gstasf.c: (plugin_init):
21097 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
21098 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
21099 (gst_asf_demux_setup_pad):
21100 * gst/asfdemux/gstasfdemux.h:
21101 * gst/asfdemux/gstasfmux.c:
21102 * gst/asfdemux/gstasfmux.h:
21103 Add tagging support to demuxer, split out registration in its own
21104 file instead of in demux (hacky), and prevent having some tables
21105 in our memory multiple times (in asfheaders.h).
21107 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
21109 * gst/matroska/matroska-demux.c:
21110 (gst_matroska_demux_parse_metadata):
21111 * gst/matroska/matroska-ids.h:
21112 Basic tag reading support.
21114 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
21116 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21117 Really detect ac-3 audio.
21118 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
21119 really detect matroska files (off-by-1).
21121 2004-04-30 David Schleef <ds@schleef.org>
21123 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21124 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
21125 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
21126 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
21127 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
21128 hackage -- parse a lot more atoms, extract a few tags. One might even
21129 mistake this for tag support. Maybe it is.
21130 * gst/qtdemux/qtdemux.h:
21132 2004-04-30 Colin Walters <walters@verbum.org>
21134 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
21136 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
21138 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21139 (gst_ffmpegcolorspace_getcaps):
21140 remove broken nego fix
21142 2004-04-30 Benjamin Otte <otte@gnome.org>
21146 * ext/libvisual/Makefile.am:
21147 * ext/libvisual/visual.c:
21148 add initial support for libvisual (http://libvisual.sourceforge.net)
21149 libvisual is still quite alpha, so expect crashes in there :)
21151 2004-04-29 David Schleef <ds@schleef.org>
21153 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
21154 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
21155 up qtdemux to make it spit out codec_data. Do _not_ look at this
21156 code; you will no longer respect me.
21158 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21160 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
21161 * ext/alsa/gstalsa.h :
21162 change alsa pcm device discovery to find more than 1 device
21163 per card. code review by Ronald.
21165 2004-04-29 David Schleef <ds@schleef.org>
21167 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
21168 Add a check for a driver bug on FreeBSD. (bug #140565)
21170 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
21172 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
21173 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
21174 (gst_jpegenc_getcaps):
21175 move format setting to inner loop
21176 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21177 (gst_ffmpegcolorspace_getcaps):
21178 use GST_PAD_CAPS if available so that we use already negotiated
21180 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21181 (qtdemux_parse_moov), (qtdemux_parse):
21183 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
21184 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
21185 move hardcoded path to DEFINE
21187 2004-04-28 David Schleef <ds@schleef.org>
21189 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
21192 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
21194 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
21195 Don't probe for playback device if we're a source element. Fixes
21198 2004-04-29 Benjamin Otte <otte@gnome.org>
21200 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
21201 (gst_id3_tag_chain):
21202 rewrite buffer offset
21204 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
21208 * ext/dts/Makefile.am:
21209 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
21210 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
21211 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
21212 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
21213 (gst_dtsdec_loop), (gst_dtsdec_change_state),
21214 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
21216 * ext/dts/gstdtsdec.h:
21218 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
21219 (gst_faad_srcconnect):
21220 Add ESDS atom handling (.m4a).
21222 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
21224 * ext/divx/gstdivxdec.c: (plugin_init):
21225 Remove comment that makes no sense.
21226 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
21227 Fix for obvious typo that resulted in warnings during gst-register.
21228 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
21229 (gst_xviddec_sink_link):
21230 Fix caps negotiation a bit better.
21231 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
21232 We call this 'codec_data', not 'esds'.
21234 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
21236 * gst/monoscope/gstmonoscope.c:
21237 make sure we only provide 256x128
21238 * gst/monoscope/monoscope.c: (monoscope_init):
21239 assert size of 256x128
21241 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
21244 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
21245 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
21246 fixate to max width and height of device
21248 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
21251 * sys/v4l/gstv4l.c:
21252 * sys/v4l/gstv4lsrc.c:
21253 * sys/v4l/v4l_calls.c:
21254 * sys/v4l/v4lsrc_calls.c:
21255 fix for qc-usb driver which fakes having more than one buffer
21256 by handing the same buffer twice, which confused GStreamer's/v4lsrc
21257 buffer_free override
21260 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
21263 * gst/videotestsrc/gstvideotestsrc.c:
21264 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
21265 (gst_videotestsrc_init), (gst_videotestsrc_get),
21266 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
21267 * gst/videotestsrc/gstvideotestsrc.h:
21268 add num-buffers property
21270 2004-04-26 Benjamin Otte <otte@gnome.org>
21272 * ext/mad/gstid3tag.c: (plugin_init):
21273 set id3mux rank to NONE so it doesn't confuse spider
21274 require audio/mpeg,mpegversion=1 in id3mux
21276 2004-04-26 Benjamin Otte <otte@gnome.org>
21279 detect faad correctly as non-working if it's indeed non-working
21281 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
21284 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
21285 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
21286 fix _getcaps so it only negotiates to its supported format
21288 2004-04-25 Benjamin Otte <otte@gnome.org>
21290 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
21293 2004-04-23 Benjamin Otte <otte@gnome.org>
21295 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
21296 audio/x-raw-int with height rules! not. Now it's depth.
21298 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
21300 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
21301 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
21302 (gst_wavparse_loop):
21303 Missing variable initialization. Add handling of DVI ADPCM. Fix
21304 mis-parsing of LIST chunks. This works around a bug where we mis-
21305 parse non-aligning LIST chunks (so LIST chunks where the contents
21306 don't align with the actual LIST size). The correct fix is to use
21307 rifflib, I'm not going to fix wavparse - too much work. All this
21310 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21312 reviewed by Benjamin Otte <otte@gnome.org>
21314 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
21315 fix shoutcast not working (fixes #140844)
21317 2004-04-22 Benjamin Otte <otte@gnome.org>
21319 * ext/hermes/gsthermescolorspace.c:
21320 (gst_hermes_colorspace_caps_remove_format_info):
21321 * gst/colorspace/gstcolorspace.c:
21322 (gst_colorspace_caps_remove_format_info):
21323 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21324 (gst_ffmpegcolorspace_caps_remove_format_info):
21325 s/gst_caps_simplify/gst_caps_do_simplify/
21327 2004-04-22 Benjamin Otte <otte@gnome.org>
21329 * gst-libs/gst/riff/riff-media.c:
21330 (gst_riff_create_video_caps_with_data):
21331 mpegversion is an int
21332 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
21333 don't try to create pad templates with NULL caps, use any caps
21336 2004-04-20 David Schleef <ds@schleef.org>
21338 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
21339 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
21342 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
21344 reviewed by David Schleef
21346 * ext/mad/gstid3tag.c: Add stdlib.h
21347 * gst/rtp/gstrtpgsmenc.c: same
21348 * gst/tags/gstid3tag.c: same
21349 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
21350 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
21351 GST_DISABLE_LOADSAVE use.
21352 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
21353 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
21354 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
21356 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
21357 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
21359 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
21360 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
21362 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
21365 2004-04-20 David Schleef <ds@schleef.org>
21367 * gst/realmedia/rmdemux.c: This was supposed to part of the
21368 last checkin. Same idea.
21370 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
21372 reviewed by David Schleef
21374 * configure.ac: bump required gstreamer version to 0.8.1.1
21375 because of following changes [--ds]
21377 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
21378 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
21379 (gst_riff_read_header): Use GST_READ_UINT*
21380 macros to access possibly unaligned memory.
21382 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
21383 (mp3_type_find): Use GST_READ_UINT*
21384 macros to access possibly unaligned memory.
21385 (mp3_type_find, mpeg1_parse_header, qt_type_find)
21386 (speex_type_find): Likewise
21388 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
21390 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
21391 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
21392 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
21393 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
21394 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
21395 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
21396 macros to access possibly unaligned memory.
21398 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
21401 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
21402 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
21404 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21407 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
21408 (gst_mpeg2subt_chain_subtitle): Likewise.
21410 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
21411 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
21414 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
21417 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
21420 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
21423 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
21426 update required version of GStreamer because of GST_TIME_FORMAT
21428 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
21430 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
21431 remove leftover g_print
21432 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21433 don't try setting only a subset of the caps. We don't want to kill
21434 autoplugging on purpose
21436 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
21438 * sys/ximage/ximagesink.c: (plugin_init):
21439 * sys/xvimage/xvimagesink.c: (plugin_init):
21440 add debugging categories
21442 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
21446 Adding en_GB translation (Gareth Owen)
21448 2004-04-20 David Schleef <ds@schleef.org>
21450 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21451 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
21452 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
21453 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
21454 A number of new features and hacks to extract the esds atom and
21455 put it into the caps. (bug #137724)
21457 2004-04-19 David Schleef <ds@schleef.org>
21459 * gconf/Makefile.am: Fix for non-GNU make
21460 * gst-libs/gst/Makefile.am: Change directory order to handle
21461 GstPlay linking with gstinterfaces
21462 * gst-libs/gst/audio/make_filter: make use of tr portable
21463 * gst-libs/gst/play/Makefile.am: Add intended \
21464 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
21465 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
21466 function prototype instead of void *.
21467 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
21469 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21470 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
21471 * gst/videofilter/make_filter: make use of tr portable
21472 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
21474 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
21478 Added Ukrainian translation (Maxim V. Dziumanenko)
21480 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
21482 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
21483 (gst_gsmdec_link), (gst_gsmdec_chain):
21484 Fix capsnego, simplify chain function slightly.
21485 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21488 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
21490 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21491 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
21492 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
21493 Hack to make wavparse work with spider (always -> sometimes pad).
21494 Fixes #135862 && #140411.
21496 2004-04-18 Benjamin Otte <otte@gnome.org>
21498 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
21499 (gst_osselement_rate_probe_check),
21500 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
21501 get rid of \n in debug output
21503 2004-04-17 Iain <iain@prettypeople.org>
21505 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
21508 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
21510 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
21511 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
21512 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
21513 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
21514 (gst_id3_tag_src_link), (gst_id3_tag_chain),
21515 (gst_id3_tag_change_state), (plugin_init):
21516 deprecate id3tag element and replace with id3demux/id3mux.
21517 great side effect: this ugly file is now even uglier, yay!
21518 * ext/mad/gstmad.h:
21519 remove non-available function
21520 update for new get_type
21522 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
21525 require mpeg2dec >= 0.4.0
21527 2004-04-17 Benjamin Otte <otte@gnome.org>
21529 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
21530 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
21531 (gst_xvimagesink_set_xwindow_id):
21532 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
21533 assorted cleanup fixes.
21535 2004-04-16 David Schleef <ds@schleef.org>
21537 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
21538 * sys/xvimage/xvimagesink.h: same
21540 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
21542 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
21543 Fix GST_ELEMENT_ERROR with (NULL)
21545 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
21547 * gst-libs/gst/riff/riff-media.c:
21548 (gst_riff_create_video_caps_with_data):
21549 Add div[3456] as fourccs for DivX 3 (fixes #140137).
21551 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
21553 * gst-libs/gst/riff/riff-media.c:
21554 (gst_riff_create_video_caps_with_data),
21555 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
21556 (gst_riff_create_video_template_caps),
21557 (gst_riff_create_audio_template_caps):
21558 * gst-libs/gst/riff/riff-media.h:
21559 * gst-libs/gst/riff/riff-read.c:
21560 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
21561 * gst-libs/gst/riff/riff-read.h:
21562 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21563 Add MS RLE support. I added some functions to read out strf chunks
21564 into strf chunks and the data behind it. This is usually color
21565 palettes (as in RLE, but also in 8-bit RGB). Also use those during
21566 caps creation. Lastly, add ADPCM (similar to wavparse - which
21567 should eventually be rifflib based).
21568 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
21569 (gst_matroska_demux_init), (gst_matroska_demux_reset):
21570 * gst/matroska/matroska-demux.h:
21571 Remove placeholders for some prehistoric tagging system. Didn't add
21572 support for any tag system really anyway.
21573 * gst/qtdemux/qtdemux.c:
21574 Add support for audio/x-m4a (MPEG-4) through spider.
21575 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21576 (gst_wavparse_loop):
21577 ADPCM support (#135862). Increase max. buffer size because we
21578 cannot split buffers for ADPCM (screws references) and I've seen
21579 files with 2048 byte chunks. 4096 seems safe for now.
21581 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
21583 * configure.ac: bump nano to 1
21585 === release 0.8.1 ===
21587 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
21589 * configure.ac: releasing 0.8.1, "Comforting Sounds"
21591 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
21593 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
21594 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
21597 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
21599 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
21600 lower rank of dvddemux so that it's not used for mpeg playback.
21602 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
21605 save libs correctly when checking mad
21607 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
21609 * ext/mad/gstid3tag.c: (plugin_init):
21610 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
21612 2004-04-13 David Schleef <ds@schleef.org>
21614 * common/m4/gst-feature.m4: Call -config scripts with
21615 --plugin-libs if it is supported.
21616 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
21617 JPEG images are image/jpeg.
21618 * gst/debug/Makefile.am:
21619 * gst/debug/negotiation.c: (gst_negotiation_class_init),
21620 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
21621 (gst_negotiation_update_caps), (gst_negotiation_get_property),
21622 (gst_negotiation_plugin_init): Add a property that acts like
21624 * testsuite/gst-lint: Move license checking to be a standard
21627 2004-04-13 David Schleef <ds@schleef.org>
21629 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
21630 patch from Sebastien Cote (bug #139958)
21632 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
21634 * examples/gstplay/Makefile.am:
21635 * examples/gstplay/player.c: (main):
21636 make the commandline player example use gconf settings
21638 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
21640 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
21641 (gst_cacasink_sinkconnect), (gst_cacasink_init),
21642 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
21643 init/end library during state transition, not object
21644 creation/disposal. get rid of custom dispose handler.
21647 2004-04-12 Christian Schaller <Uraeus@gnome.org>
21649 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
21652 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
21654 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
21655 Handle JUNK chunks inside data section. Prevents warnings.
21657 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
21659 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21660 (gst_riff_create_video_template_caps):
21662 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21663 (gst_avi_demux_stream_data):
21664 Add support for "rec-list" chunks.
21666 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
21668 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
21669 Fix another codecname mismatch.
21671 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
21673 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
21674 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
21675 so that MJPEG plays back.
21677 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
21679 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21680 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
21681 * gst/mpeg1videoparse/gstmp1videoparse.h:
21682 Fix for some slight mis-cuts in buffer parsing, and for some
21683 potential overflows or faults-causers. Adds disconts. Also fixes
21684 #139105 while we're at it.
21686 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
21689 * sys/v4l2/gstv4l2element.h:
21690 Workaround for missing struct v4l2_buffer declaration in Suse 9
21691 and Mandrake 10 linux/videodev2.h header file (#135919).
21693 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
21695 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
21696 Bail out if no filename was given.
21698 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
21700 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
21701 (gst_v4l2_fourcc_from_structure):
21702 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
21705 2004-04-09 Benjamin Otte <otte@gnome.org>
21707 * ext/gnomevfs/gstgnomevfssink.c:
21708 (_gst_boolean_allow_overwrite_accumulator),
21709 (gst_gnomevfssink_class_init):
21710 fix erase signal - if any handler returns false the file will not be
21711 overwritten. If no handler is connected, the file will not be
21712 overwritten either.
21713 renamed signal to "allow-overwrite"
21714 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
21715 free string when adding it to ID3 failed
21716 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21717 unref event when done
21718 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
21720 * gst/typefind/gsttypefindfunctions.c:
21721 (mpeg_video_stream_type_find):
21724 2004-04-08 David Schleef <ds@schleef.org>
21726 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21727 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
21729 2004-04-08 David Schleef <ds@schleef.org>
21731 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
21732 we don't support (bug #139532)
21734 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
21736 * ext/mad/gstmad.c: (gst_mad_handle_event),
21737 (gst_mad_check_caps_reset), (gst_mad_chain),
21738 (gst_mad_change_state):
21739 only set explicit caps if they haven't been set before for
21740 this stream. MPEG-audio sample rate/channels aren't allowed
21741 to change in-stream.
21744 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
21746 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
21747 (_gst_boolean_did_something_accumulator),
21748 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
21749 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
21750 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
21751 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
21752 (gst_gnomevfssink_change_state):
21753 Fix erase signal. Don't erase by default. Remove handoff signal.
21754 Remove erase property. Don't segfault. General cleanup.
21756 2004-04-07 Benjamin Otte <otte@gnome.org>
21758 * gst-libs/gst/gconf/test-gconf.c: (main):
21759 add missing gst_init
21761 2004-04-07 Benjamin Otte <otte@gnome.org>
21763 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
21764 free the mutexes, too
21766 2004-04-07 Benjamin Otte <otte@gnome.org>
21768 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
21769 actually free the URI string
21770 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
21771 compute offset correctly when passing discont events
21772 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21773 don't leak discont events
21774 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
21775 add some missing breaks so caps aren't copied randomly
21776 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
21777 if we realloc memory, we better use it
21779 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
21781 * ext/mad/gstmad.c: (normal_seek):
21782 fix GST_FORMAT_TIME usage
21784 2004-04-05 David Schleef <ds@schleef.org>
21786 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
21787 a deprecated function (hack!)
21789 2004-04-05 Benjamin Otte <otte@gnome.org>
21791 * ext/esd/esdmon.c: (gst_esdmon_get):
21792 fix nonterminated vararg and memleak
21794 2004-04-05 Benjamin Otte <otte@gnome.org>
21796 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
21797 (gst_ladspa_init), (gst_ladspa_force_src_caps),
21798 (gst_ladspa_set_property), (gst_ladspa_get_property),
21799 (gst_ladspa_instantiate), (gst_ladspa_activate),
21800 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
21803 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
21805 reviewed by Benjamin Otte <otte@gnome.org>
21807 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
21808 check for broken LADSPA parameters (fixes #138635)
21810 2004-04-05 Benjamin Otte <otte@gnome.org>
21812 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
21813 advertise buffer-frames correctly on sinkpads
21815 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
21817 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
21818 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
21819 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
21820 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
21821 (gst_mad_check_caps_reset), (gst_mad_chain):
21822 add more debugging, only reset caps when we're not in error state
21824 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
21826 * ext/mad/gstmad.c: add debugging category, comment + cleanups
21828 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
21830 reviewed by Benjamin Otte <otte@gnome.org>
21833 fix == in test(1) operator
21835 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
21837 reviewed by Benjamin Otte <otte@gnome.org>
21840 fix --export-symblos-regex to a working regex.
21842 2004-04-04 Benjamin Otte <otte@gnome.org>
21844 * sys/oss/.cvsignore:
21847 2004-04-03 Tim-Phillip M??ller <t.i.m@zen.co.uk>
21849 reviewed by Benjamin Otte <otte@gnome.org>
21851 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21852 add missing 'new_media' argument (fixes #138168)
21853 * gst/matroska/matroska-demux.c:
21854 (gst_matroska_demux_handle_seek_event):
21855 add vararg terminator (fixes #138169)
21857 2004-04-02 David Schleef <ds@schleef.org>
21859 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
21860 disted (bug #138914)
21862 2004-04-01 Benjamin Otte <otte@gnome.org>
21864 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
21865 (gst_alsa_close_audio):
21866 handle case better where a soundcard can't pause
21867 * ext/ogg/gstoggdemux.c:
21868 don't crash when we get events but don't have pads yet
21870 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
21872 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
21873 throw an error if we couldn't probe any caps.
21875 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
21877 * ext/dvdnav/gst-dvd:
21878 Add a really simple sample DVD player
21880 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
21882 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
21883 (gst_a52dec_push), (gst_a52dec_handle_event),
21884 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
21885 (gst_a52dec_change_state):
21886 * ext/a52dec/gsta52dec.h:
21887 Use a debug category, Output timestamps correctly
21888 Emit tag info, Handle events, tell liba52dec about cpu
21889 capabilities so it can use MMX etc.
21890 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
21891 Fix a crasher accessing invalid memory
21892 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
21893 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
21894 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
21895 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
21897 Some support for byte-format seeking.
21898 Small fixes for still frames and menu button overlays
21899 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
21900 (gst_mpeg2dec_alloc_buffer):
21901 Use a debug category. Adjust the report level of several items to
21902 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
21903 so it doesn't lose the GstBuffer pointer
21904 * gst/debug/Makefile.am:
21905 * gst/debug/gstdebug.c: (plugin_init):
21906 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
21907 (gst_navseek_base_init), (gst_navseek_class_init),
21908 (gst_navseek_init), (gst_navseek_seek),
21909 (gst_navseek_handle_src_event), (gst_navseek_set_property),
21910 (gst_navseek_get_property), (gst_navseek_chain),
21911 (gst_navseek_plugin_init):
21912 * gst/debug/gstnavseek.h:
21913 Add the navseek debug element for seeking back and forth in a
21914 video stream using arrow keys.
21915 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
21916 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
21917 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
21918 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
21919 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
21920 (gst_mpeg2subt_parse_header), (gst_get_nibble),
21921 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
21922 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
21923 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
21924 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
21925 * gst/mpeg2sub/gstmpeg2subt.h:
21926 Pretty much a complete rewrite. Now a loopbased element. May still
21927 require work to properly synchronise subtitle buffers.
21928 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
21929 (gst_dvd_demux_send_subbuffer):
21930 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
21931 Don't attempt to create subbuffers of size 0
21932 Reduce a couple of error outputs to warnings.
21933 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
21934 (gst_y4mencode_chain):
21935 Output the y4m frame header correctly.
21937 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
21939 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
21940 throw errors instead of allowing SIGFPE
21942 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
21944 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
21945 (gst_gconf_render_bin_from_key):
21946 leak plugging and style fixing
21948 2004-03-31 David Schleef <ds@schleef.org>
21950 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
21951 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
21953 * gst/debug/Makefile.am:
21954 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
21955 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
21957 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
21958 (gst_negotiation_base_init), (gst_negotiation_class_init),
21959 (gst_negotiation_init), (gst_negotiation_getcaps),
21960 (gst_negotiation_pad_link), (gst_negotiation_chain),
21961 (gst_negotiation_set_property), (gst_negotiation_get_property),
21962 (gst_negotiation_plugin_init): New element to talk about random
21963 negotiation things happening in a pipeline.
21965 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
21967 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
21968 fix integer addition with help of Stefan Kost
21970 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
21972 * po/nl.po: updated Dutch translation (Elros Cyriatan)
21974 2004-03-30 David Schleef <ds@schleef.org>
21976 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
21977 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
21978 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
21980 * ext/mpeg2dec/gstmpeg2dec.h:
21982 2004-03-30 David Schleef <ds@schleef.org>
21984 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
21986 2004-03-30 David Schleef <ds@schleef.org>
21988 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
21989 Michael Petullo) to handle .mov
21991 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
21993 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
21994 (gst_osselement_rate_check_rate):
21995 probe caps correctly for sound cards that only support one format
21997 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
21999 * ext/kio/kiosrc.cpp: (process_events):
22000 update handling event processing if inside KDE - untested
22002 2004-03-29 David Schleef <ds@schleef.org>
22004 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
22005 by 2 to not interfere with other colorspaces.
22006 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
22007 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
22008 one to not interfere with ffmpeg_colorspace.
22010 2004-03-29 David Schleef <ds@schleef.org>
22012 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
22013 aren't in the caps.
22014 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
22015 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
22017 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
22019 * gst-libs/gst/riff/riff-media.c:
22020 fail on error, don't try to set stuff on NULL caps
22022 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
22026 * ext/kio/Makefile.am:
22027 * ext/kio/kioreceiver.cpp:
22028 * ext/kio/kioreceiver.h:
22029 * ext/kio/kiosrc.cpp:
22030 * ext/kio/kiosrc.h:
22031 add experimental kiosrc plugin
22032 * ext/alsa/gstalsaplugin.c: (plugin_init):
22033 initialize debugging category only when we're sure registering the
22036 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
22038 * examples/gstplay/player.c: (main):
22039 * gst-libs/gst/play/play.c: (gst_play_class_init),
22040 (gst_play_set_location), (gst_play_set_data_src),
22041 (gst_play_set_video_sink), (gst_play_set_audio_sink),
22042 (gst_play_set_visualization), (gst_play_connect_visualization):
22043 check return values of element_set_state and return FALSE where
22046 2004-03-29 Benjamin Otte <otte@gnome.org>
22048 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
22049 try harder to check if an event is really a discont
22051 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
22053 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
22056 2004-03-28 Benjamin Otte <otte@gnome.org>
22058 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
22059 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
22060 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
22061 get rid of non-standard "..." ranges in case statements.
22063 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
22065 * gst/mpegstream/gstmpegdemux.c:
22066 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
22067 specific functionality split to the new dvddemux element.
22068 * gst/mpegstream/gstdvddemux.c:
22069 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
22070 streams, derived from mpegdemux.
22071 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
22072 up. SCR based timestamp rewriting can be turned off (will probably
22073 completely disappear soon).
22074 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
22075 hacking. General cleanup. All printf statements replaced by
22076 debugging messages. Almost complete libdvdnav support.
22077 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
22078 by events. New properties for audio and subpicture languages.
22079 (dvdnavsrc_update_highlight): Now uses events.
22080 (dvdnavsrc_user_op): Cleaned up.
22081 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
22082 based). Lots of cleanup, and propper support for most libdvdnav
22084 (dvdnavsrc_make_dvd_event): New function.
22085 (dvdnavsrc_make_dvd_nav_packet_event): New function.
22086 (dvdnavsrc_make_clut_change_event): New function.
22088 2004-03-26 Benjamin Otte <otte@gnome.org>
22090 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
22091 fix bug where typefinding would claim it's theora whenever less then
22092 7 bytes of data were available
22094 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
22096 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
22097 (gst_alawdec_base_init), (gst_alawdec_class_init),
22098 (gst_alawdec_init), (gst_alawdec_chain):
22099 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
22100 (gst_alawenc_base_init), (gst_alawenc_class_init),
22101 (gst_alawenc_init), (gst_alawenc_chain):
22102 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
22103 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
22104 (gst_mulawdec_init), (gst_mulawdec_chain):
22105 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
22106 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
22107 (gst_mulawenc_init), (gst_mulawenc_chain):
22108 Fix capsnego in all four, remove the unused property functions and
22109 simplify the chain functions slightly. I guess we could use macros
22110 or something similar for those, since the code is so similar, but
22111 I'm currently too lazy...
22113 2004-03-24 David Schleef <ds@schleef.org>
22115 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
22116 (gst_osselement_close_audio), (gst_osselement_probe_caps),
22117 (gst_osselement_get_format_structure),
22118 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
22119 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
22120 (gst_osselement_rate_int_compare): Add code to handle rate probing
22122 * sys/oss/gstosselement.h: same
22123 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
22124 Use rate probing provided by osselement.
22125 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
22127 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
22129 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
22130 (gst_xvidenc_get_property):
22133 2004-03-24 David Schleef <ds@schleef.org>
22135 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
22136 (gst_speexdec_init):
22137 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
22138 (gst_speexenc_init): Create the pad template correctly (from
22139 the static pad template, not a NULL pointer.)
22141 2004-03-25 Benjamin Otte <otte@gnome.org>
22143 * gst/debug/Makefile.am:
22144 * gst/debug/breakmydata.c:
22145 add element that quasi-randomly changes bytes in the stream.
22146 Intended use is robustness checking of demuxers and decoders in
22149 2004-03-24 Benjamin Otte <otte@gnome.org>
22151 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22152 (gst_alsa_probe_hw_params):
22153 * ext/alsa/gstalsa.h:
22154 debugging output fixes
22156 2004-03-24 Benjamin Otte <otte@gnome.org>
22158 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
22159 don't g_return_if_fail if element is PLAYING, fail silently as every
22161 * gst/effectv/gstquark.c: (gst_quarktv_chain):
22162 only fix needed for cast lvalue issues in gst-plugins
22163 * gst/volenv/gstvolenv.c: (gst_volenv_init):
22166 2004-03-24 Benjamin Otte <otte@gnome.org>
22168 * gst/level/gstlevel.c: (gst_level_init):
22169 add proxying getcaps function, so level doesn't advertise impossible
22172 2004-03-24 David Schleef <ds@schleef.org>
22174 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
22175 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
22176 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
22177 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
22178 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
22179 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
22180 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
22181 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
22182 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
22183 messages. Divide the chunk size by the compression ratio
22184 (needed for MACE audio)
22186 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
22188 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
22189 Fix buffer overflow read error.
22191 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
22193 * ext/alsa/gstalsa.h:
22194 Remove unused entry.
22195 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
22197 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
22198 (gst_videodrop_link), (gst_videodrop_chain):
22199 Fix, sort of. Was horribly broken with new capsnego. Bah...
22201 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
22203 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
22205 Add a monkeysaudio typefind function
22207 2004-03-23 Johan Dahlin <johan@gnome.org>
22209 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
22210 (gst_play_video_fixate): Check so the structure has the field
22211 before trying to fixate them, this makes it possible to have
22212 fakesinks for video and audio output without printing errors on
22213 the output console.
22215 2004-03-22 David Schleef <ds@schleef.org>
22217 * sys/oss/Makefile.am:
22218 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
22219 (check_rate), (add_rate): Rate probing test app.
22221 2004-03-21 Benjamin Otte <otte@gnome.org>
22223 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
22224 (_fixate_caps_to_int), (gst_audio_convert_fixate):
22225 add a fixation function that pretty much does the right thing (fixes
22228 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
22230 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
22232 2004-03-20 Tim-Phillip M??ller <t.i.m@zen.co.uk>
22234 reviewed by: Benjamin Otte <otte@gnome.org>
22236 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22237 terminate gst_event_new_discontinuous correctly (fixes parts of
22240 2004-03-19 David Schleef <ds@schleef.org>
22242 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
22243 since it doesn't depend on X, and it's part of our ABI.
22245 2004-03-19 Iain <iain@prettypeople.org>
22247 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
22248 is_int in the structure, not the local variable.
22250 2004-03-19 David Schleef <ds@schleef.org>
22252 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
22253 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
22254 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
22255 Improvements in caps negotiation.
22257 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
22261 adding Afrikaans (Petri Jooste)
22263 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
22265 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22266 (gst_ffmpegcolorspace_chain):
22267 throw error instead of g_critical (#137588)
22269 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
22273 dist common and m4 correctly
22276 2004-03-17 David Schleef <ds@schleef.org>
22278 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
22281 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
22285 adding Swedish translation (Christian Rose)
22287 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
22289 * Makefile.am: use release.mak
22291 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
22293 * common/ChangeLog:
22294 * common/gst-autogen.sh:
22295 add some explanation about the version detection
22299 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
22301 * configure.ac: bump nano to 1
22303 === release 0.8.0 ===
22305 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
22307 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
22309 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
22312 update libtool version
22313 * gst-libs/gst/media-info/Makefile.am:
22314 actually use libtool version
22316 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
22318 * configure.ac: fix speex detection to work with 1.0 but not 1.1
22320 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
22323 * gst-plugins.spec.in:
22324 * pkgconfig/Makefile.am:
22325 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
22326 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22327 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22328 * pkgconfig/gstreamer-libs.pc.in:
22329 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
22330 * pkgconfig/gstreamer-play-uninstalled.pc.in:
22331 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
22332 * pkgconfig/gstreamer-plugins.pc.in:
22333 remove @VERSION@ from some of the pc files since core and plugins
22335 created gstreamer-plugins.pc as it's a better name, but keeping
22336 -libs around for now to get fixes upstream done first.
22338 2004-03-15 Julien MOUTTE <julien@moutte.net>
22340 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
22341 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
22342 * gst-libs/gst/play/play.h:
22344 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
22346 * *.c, *.cc: don't mix tabs and spaces
22348 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
22350 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
22351 use the new ffmpegcolorspace
22352 * gst-plugins.spec.in:
22353 package new colorspace and media-info
22355 * pkgconfig/Makefile.am:
22356 fix some more disting issues
22357 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
22358 * pkgconfig/gstreamer-media-info.pc.in:
22359 generate media-info pc files
22361 2004-03-15 Johan Dahlin <johan@gnome.org>
22363 * *.h: Revert indenting
22365 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
22368 adding ffmpegcolorspace element
22369 * gst/ffmpegcolorspace/Makefile.am:
22370 * gst/ffmpegcolorspace/avcodec.h:
22371 * gst/ffmpegcolorspace/common.h:
22372 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
22373 * gst/ffmpegcolorspace/dsputil.h:
22374 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
22375 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22376 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
22377 (gst_ffmpeg_caps_to_pix_fmt):
22378 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22379 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22380 (gst_ffmpegcolorspace_caps_remove_format_info),
22381 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
22382 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
22383 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
22384 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
22385 (gst_ffmpegcolorspace_set_property),
22386 (gst_ffmpegcolorspace_get_property),
22387 (gst_ffmpegcolorspace_register):
22388 * gst/ffmpegcolorspace/imgconvert.c:
22389 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
22390 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
22391 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
22392 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
22393 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
22394 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
22395 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
22396 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
22397 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
22398 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
22399 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
22400 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
22401 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
22402 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
22403 (img_get_alpha_info), (deinterlace_line),
22404 (deinterlace_line_inplace), (deinterlace_bottom_field),
22405 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
22406 * gst/ffmpegcolorspace/imgconvert_template.h:
22407 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
22408 * gst/ffmpegcolorspace/mmx.h:
22409 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
22410 adding ffmpegcolorspace element supplied by Ronald after cleaning
22411 up and pulling in the right bits of upstream source.
22412 I'm sure a better C/compiler wizard could do some cleaning up (for
22413 example use GLIB's malloc stuff), but as a first pass this
22416 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
22418 * ext/alsa/gstalsa.h:
22419 I assume Ronald forgot to commit the change to have cardname
22420 as a struct member. Expect some public spanking at the next
22423 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
22425 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
22426 (gst_alsa_open_audio), (gst_alsa_close_audio):
22427 * ext/alsa/gstalsa.c:
22428 Don't open the device if we're a mixer (= padless).
22429 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
22430 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
22431 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
22432 Open mixer during state change rather than during object
22433 initialization. Also, get a device name. Currently in a somewhat
22434 hackish fashion, but I didn't really find something better.
22436 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
22438 * *.c, *.h: run gst-indent
22440 2004-03-14 Benjamin Otte <otte@gnome.org>
22442 * gst/modplug/gstmodplug.cc:
22443 * gst/modplug/gstmodplug.h:
22444 set correct timestamps on outgoing buffers
22446 2004-03-14 Benjamin Otte <otte@gnome.org>
22448 * gst/modplug/gstmodplug.cc:
22449 handle events - don't do crap when a discont arrives that's not
22451 This allows correct loading and playback of mods in Rhythmbox
22453 2004-03-14 Benjamin Otte <otte@gnome.org>
22456 * gst-libs/gst/gconf/Makefile.am:
22457 * pkgconfig/Makefile.am:
22458 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
22459 they get rebuilt properly
22461 when checking for vorbis, try pkgconfig first.
22462 * gst/modplug/gstmodplug.cc:
22463 add fixate function
22465 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
22467 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
22468 Fix for obvious mistake, where we first shift the offset and then
22469 read a samplesize element assuming the old offset. Note that this
22470 part still has something weird, i.e. my movies containing those
22471 don't actually play well, but at least there's something that looks
22474 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
22475 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
22477 Add a typefind function for speex format
22479 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
22481 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
22482 (gst_asf_demux_setup_pad):
22483 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
22484 instead of 0. Reason is simple: some elements have a fps range
22485 of 1-max instead of 0-max. So now ASF video actually works.
22487 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
22491 adding serbian as a language
22493 2004-03-13 Benjamin Otte <otte@gnome.org>
22495 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22496 return taglist correctly from _get function, don't gst_pad_push it.
22499 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
22500 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
22502 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
22504 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
22505 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
22506 (gst_alsa_mixer_track_new):
22507 * ext/alsa/gstalsamixertrack.h:
22508 Fix ancient leftovers... MixerTrack is a GObject.
22510 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
22512 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
22513 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
22514 Don't block during probing...
22516 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
22518 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
22519 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
22520 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
22521 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
22522 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
22523 (gst_alsa_open_audio), (gst_alsa_close_audio):
22524 * ext/alsa/gstalsa.h:
22525 Add propertyprobe interface implementation, add some device-name
22526 property, all this so that it looks good in gnome-volume-control.
22528 2004-03-12 David Schleef <ds@schleef.org>
22530 * configure.ac: the Hermes library controls hermescolorspace, not
22532 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
22533 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
22535 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
22536 * ext/sdl/sdlvideosink.h: ditto.
22537 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
22539 2004-03-12 Benjamin Otte <otte@gnome.org>
22541 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
22542 (gst_x_overlay_got_xwindow_id):
22543 * gst-libs/gst/xoverlay/xoverlay.h:
22544 replace XID with unsigned long to get rid of the xlibs dependency in
22545 XOverlay (fixes #137004)
22547 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
22548 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
22549 (gst_agingtv_setup):
22550 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
22551 (gst_dicetv_base_init), (gst_dicetv_class_init),
22552 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
22553 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
22554 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
22555 (gst_edgetv_setup), (gst_edgetv_rgb32):
22556 * gst/effectv/gsteffectv.c:
22557 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
22558 (gst_quarktv_set_property):
22559 * gst/effectv/gstrev.c: (gst_revtv_get_type),
22560 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
22561 (gst_revtv_setup), (gst_revtv_rgb32):
22562 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
22563 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
22564 (gst_shagadelictv_init), (gst_shagadelictv_setup),
22565 (gst_shagadelictv_rgb32):
22566 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
22567 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
22568 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
22569 * gst/effectv/gstwarp.c:
22570 Port everything that can be ported to videofilter and fix up the caps.
22571 Can someone with a big-endian machine please check these?
22573 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
22575 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
22576 (gst_osssink_chain), (gst_osssink_change_state):
22577 Latest fixes for A/V sync, audio playback and such. This is about
22578 all... MPEG playback issues are mostly related to the async build-
22579 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
22581 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
22583 patch from: Stephane Loeuillet
22586 use pkg-config for some libraries, falling back to the old .m4 way
22591 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
22594 * tools/Makefile.am:
22595 * tools/Makefile.in:
22596 * tools/gst-launch-ext-m.m:
22597 * tools/gst-launch-ext.1.in:
22598 * tools/gst-visualise-m.m:
22599 * tools/gst-visualise.1:
22600 * tools/gst-visualise.1.in:
22601 reorganizing generation of script tools
22603 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
22605 * ext/divx/gstdivxdec.c:
22606 Downgrade priority. We prefer ffdec_mpeg4.
22607 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
22608 (gst_faad_chain), (gst_faad_change_state):
22609 Fix capsnego. Doesn't work for some sounds because we don't have
22610 a 5:1 to stereo element.
22611 * ext/xvid/gstxvid.c: (plugin_init):
22613 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
22614 (gst_osssink_change_state):
22615 Add discont handling.
22617 2004-03-09 Colin Walters <walters@verbum.org>
22619 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
22622 2004-03-09 Benjamin Otte <otte@gnome.org>
22624 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
22625 the signals take 2 arguments
22627 2004-03-09 David Schleef <ds@schleef.org>
22629 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
22630 (gst_alsa_fixate): Add fixate function. (bug #136686)
22631 * ext/alsa/gstalsa.h:
22632 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
22634 2004-03-09 Benjamin Otte <otte@gnome.org>
22636 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
22637 (gst_mikmod_change_state):
22638 * ext/mikmod/gstmikmod.h:
22639 make mikmod's loop function not loop infinitely and call
22640 gst_element_yield anymore
22641 * gst/modplug/gstmodplug.cc:
22642 fix pad negotiation (fixes #136590)
22644 2004-03-09 David Schleef <ds@schleef.org>
22646 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
22647 doesn't conflict with the internal colorspace plugin.
22648 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
22649 satisfy the crappy-ass shell shipped by a certain vendor.
22650 * gst/videofilter/make_filter: same (bug #135299)
22652 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
22654 * configure.ac: bump nano to 1
22656 === release 0.7.6 ===
22658 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
22660 * configure.in: releasing 0.7.6, "There"
22662 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
22664 * pkgconfig/gstreamer-play-uninstalled.pc.in:
22665 * pkgconfig/gstreamer-play.pc.in:
22666 synchronize the two
22668 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
22670 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
22671 (cdparanoia_open), (cdparanoia_event):
22672 fix/add error handling
22674 add cdparanoia source
22675 * tools/Makefile.am:
22676 make scripts executable
22678 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
22681 * ext/vorbis/Makefile.am:
22683 remove id3types, vorbisfile and xvideosink from the build (#133783)
22685 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
22687 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22688 Fix metadata read crash (#136537).
22690 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
22692 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
22693 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
22694 adding mime types, fixing the one-stop function
22696 2004-03-08 Christian Schaller <Uraeus@gnome.org>
22698 * ext/nas/nassink.c and /ext/nas/nassink.h:
22699 More NAS love from Arwed von Merkatz
22700 So lets all sing 'Can you feel the NAS tonight'
22702 2004-03-08 Christian Schaller <Uraeus@gnome.org>
22704 * tools/gst-launch-ext.in:
22705 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
22707 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
22709 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
22710 (gst_mpeg2dec_init):
22711 remove the user_data pad for now, because it is being used in
22712 fixating causing MPEG playback to fixate on 1000 Hz for playback.
22713 If someone knows how to fix this properly, please do.
22715 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
22717 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
22718 (gst_osssink_get_time):
22719 add a warning, IMO this won't get triggered anymore, remove later
22721 2004-03-07 David Schleef <ds@schleef.org>
22723 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
22724 format (bug #136470)
22726 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
22728 * gst-libs/Makefile.am:
22729 * gst-libs/gst/media-info/Makefile.am:
22730 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
22731 (error_callback), (gst_media_info_error_create),
22732 (gst_media_info_error_element), (gmip_init), (gmip_reset),
22733 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
22734 * gst-libs/gst/media-info/media-info-priv.h:
22735 * gst-libs/gst/media-info/media-info-test.c: (main):
22736 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
22737 (gst_media_info_class_init), (gst_media_info_instance_init),
22738 (gst_media_info_set_source), (gst_media_info_read_with_idler),
22739 (gst_media_info_read_idler), (gst_media_info_read):
22740 * gst-libs/gst/media-info/media-info.h:
22741 fixed, should work now
22743 2004-03-07 Christian Schaller <Uraeus@gnome.org>
22745 * ext/nas/nassink.c:
22746 A bunch of NAS fixes from Arwed von Merkatz
22748 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
22750 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
22751 (qtdemux_parse_trak):
22752 Fix crash (j might be greater than n_samples, in which case we're
22753 writing outside the allocated space for the array) and memleak.
22755 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
22757 * sys/oss/gstosssink.c: (gst_osssink_chain):
22758 And another caller that couldn't handle delay < 0 (unsigned
22759 integer overflow). Video now continues playing on an audio
22760 buffer underrun, and the clock continues working. Audio still
22763 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
22765 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
22766 (gst_osssink_get_time):
22767 get_delay() may return values lower than 0. In those cases, we
22768 should not actually cast to *unsigned* int64, that will break
22769 stuff horribly. In my case, it screwed up A/V sync in movies
22770 in totem rather badly.
22772 2004-03-06 Christophe Fergeau <teuf@gnome.org>
22774 * ext/faac/gstfaac.c: (gst_faac_chain):
22775 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22776 * ext/libpng/gstpngenc.c: (user_write_data):
22777 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22778 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
22779 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
22780 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
22781 Fix several misuse of gst_buffer_merge (it doesn't take ownership
22782 of any buffer), should fix some leaks. I hope I didn't unref buffers
22783 that shouldn't be...
22785 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
22787 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
22788 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
22789 (error_callback), (gmi_reset), (gmi_seek_to_track),
22790 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
22791 (gmip_find_type_post), (gmip_find_stream_post),
22792 (gmip_find_track_streaminfo_post):
22793 * gst-libs/gst/media-info/media-info-priv.h:
22794 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
22795 (info_print), (main):
22796 * gst-libs/gst/media-info/media-info.c:
22797 (gst_media_info_error_create), (gst_media_info_error_element),
22798 (gst_media_info_instance_init), (gst_media_info_get_property),
22799 (gst_media_info_new), (gst_media_info_set_source),
22800 (gst_media_info_read_idler), (gst_media_info_read):
22801 * gst-libs/gst/media-info/media-info.h:
22802 first pass at making this work again. This seems to work on
22803 tagged ogg/vorbis and mp3 files.
22805 2004-03-06 Benjamin Otte <otte@gnome.org>
22807 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22808 fix huge leak: gst_buffer_merge doesn't unref the first argument
22811 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
22813 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
22814 report layer/mode/emphasis
22816 2004-03-06 Christophe Fergeau <teuf@gnome.org>
22818 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
22820 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
22822 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
22825 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
22827 * ext/vorbis/vorbis.c: (plugin_init):
22828 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22829 (gst_vorbis_dec_init), (vorbis_dec_event):
22831 make vorbisdec handle _BYTE and _TIME queries
22833 2004-03-06 Christophe Fergeau <teuf@gnome.org>
22835 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
22836 from the xing header
22838 2004-03-06 Benjamin Otte <otte@gnome.org>
22840 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
22841 (gst_audio_convert_link), (gst_audio_convert_change_state),
22842 (gst_audio_convert_buffer_from_default_format):
22843 do conversions from/to float correctly, fix some caps nego errors,
22844 export correct supported caps in template and getcaps, use correct
22845 caps in try_set_caps functions
22847 2004-03-06 Christophe Fergeau <teuf@gnome.org>
22849 For some reason, I only committed a ChangeLog entry yesterday and
22850 not the corresponding code...
22851 * ext/mad/gstmad.c: Fix detection of Xing headers
22852 * gst/tags/gstid3tag.c: Changes to support TLEN tags
22854 2004-03-06 Benjamin Otte <otte@gnome.org>
22856 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
22857 (gst_ogg_demux_src_query):
22858 make sure to handle the case where there's no current chain
22861 2004-03-05 David Schleef <ds@schleef.org>
22863 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
22864 Add fixate function. (bug #131128)
22865 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
22866 (gst_sdlvideosink_fixate): Add fixate function.
22867 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22868 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
22869 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
22870 Fix missing break that was causing ulaw to be interpreted as
22873 2004-03-05 David Schleef <ds@schleef.org>
22875 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
22876 Fix code that ignores return value of gst_buffer_merge().
22878 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
22879 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
22880 * testsuite/gst-lint: Check for above.
22882 2004-03-05 David Schleef <ds@schleef.org>
22884 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
22885 caps and throw an element error. (bug #136334)
22887 2004-03-05 David Schleef <ds@schleef.org>
22889 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
22890 (gst_faad_chain): Fix negotiation.
22891 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
22892 key and button events.
22893 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
22895 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
22897 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
22898 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22899 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
22900 function to encourage better negotiation, particularly between
22901 audioconvert and osssink.
22902 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22903 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
22905 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
22907 * gst/vbidec/vbiscreen.c: Add glib header
22908 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
22910 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
22912 * ext/mad/gstmad.c: Fix detection of Xing headers
22913 * gst/tags/gstid3tag.c: Changes to support TLEN tags
22915 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
22917 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22918 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
22921 2004-03-06 Christophe Fergeau <teuf@gnome.org>
22923 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22924 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
22925 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
22926 files, and report the parsed length as a GST_TAG_DURATION tag.
22927 * gst/tags/gstid3tag.c: support TLEN (duration) tag
22929 2004-03-05 Benjamin Otte <otte@gnome.org>
22931 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
22932 convert channels correctly. convert correctly to unsigned.
22934 2004-03-05 Julien MOUTTE <julien@moutte.net>
22936 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
22937 we have a window before clearing it.
22939 2004-03-05 Julien MOUTTE <julien@moutte.net>
22941 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
22942 have a window before clearing it.
22944 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
22946 * gconf/gstreamer.schemas.in:
22947 * gst-libs/gst/gconf/Makefile.am:
22948 version installation path the same way as for 0.6
22949 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22950 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22951 * pkgconfig/gstreamer-play-uninstalled.pc.in:
22952 remove comment that was fixed
22954 2004-03-05 David Schleef <ds@schleef.org>
22956 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
22957 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
22958 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
22959 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
22960 Add prototype code for handling seeking and querying.
22962 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
22964 * examples/gstplay/player.c: (main):
22965 Initialize variables to NULL. Prevents a segfault because the
22966 (uninitialized) variable is not NULL, resulting in a crash on
22967 trying to reach error->message.
22969 2004-03-05 Benjamin Otte <otte@gnome.org>
22971 * gst/audioconvert/gstaudioconvert.c:
22972 (gst_audio_convert_buffer_to_default_format):
22973 make float=>int conversion work correctly even in cornercases.
22975 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
22977 * debian/README.Debian:
22978 * debian/build-deps:
22979 * debian/changelog:
22981 * debian/control.in:
22982 * debian/copyright:
22983 * debian/gstreamer-a52dec.files:
22984 * debian/gstreamer-aa.files:
22985 * debian/gstreamer-alsa.files:
22986 * debian/gstreamer-alsa.manpages:
22987 * debian/gstreamer-arts.files:
22988 * debian/gstreamer-artsd.files:
22989 * debian/gstreamer-audiofile.files:
22990 * debian/gstreamer-avifile.files:
22991 * debian/gstreamer-cdparanoia.files:
22992 * debian/gstreamer-colorspace.files:
22993 * debian/gstreamer-doc.files:
22994 * debian/gstreamer-dv.files:
22995 * debian/gstreamer-dvd.files:
22996 * debian/gstreamer-esd.files:
22997 * debian/gstreamer-festival.files:
22998 * debian/gstreamer-flac.files:
22999 * debian/gstreamer-gconf.conffiles:
23000 * debian/gstreamer-gconf.files:
23001 * debian/gstreamer-gconf.postinst:
23002 * debian/gstreamer-gnomevfs.files:
23003 * debian/gstreamer-gsm.files:
23004 * debian/gstreamer-http.files:
23005 * debian/gstreamer-jack.files:
23006 * debian/gstreamer-jpeg.files:
23007 * debian/gstreamer-mad.files:
23008 * debian/gstreamer-mikmod.files:
23009 * debian/gstreamer-misc.files:
23010 * debian/gstreamer-mpeg2dec.files:
23011 * debian/gstreamer-oss.files:
23012 * debian/gstreamer-plugin-apps.files:
23013 * debian/gstreamer-plugin-apps.manpages:
23014 * debian/gstreamer-plugin-libs-dev.files:
23015 * debian/gstreamer-plugin-libs.files:
23016 * debian/gstreamer-plugin-template.postinst:
23017 * debian/gstreamer-plugin-template.postrm:
23018 * debian/gstreamer-sdl.files:
23019 * debian/gstreamer-sid.files:
23020 * debian/gstreamer-vorbis.files:
23021 * debian/gstreamer-x.files:
23022 * debian/mk.control:
23024 Debian package info not maintained here.
23026 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
23028 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
23029 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
23030 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
23031 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
23032 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
23033 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
23034 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
23035 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
23036 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
23037 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
23038 * gst-libs/gst/colorbalance/colorbalance.c:
23039 (gst_color_balance_class_init):
23040 * gst-libs/gst/colorbalance/colorbalancechannel.c:
23041 (gst_color_balance_channel_class_init):
23042 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
23043 * gst-libs/gst/play/play.c: (gst_play_class_init):
23044 * gst-libs/gst/propertyprobe/propertyprobe.c:
23045 (gst_property_probe_iface_init):
23046 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
23047 * gst-libs/gst/tuner/tunerchannel.c:
23048 (gst_tuner_channel_class_init):
23049 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
23050 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
23051 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
23052 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
23053 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
23054 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
23055 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
23056 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
23057 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
23058 fix signals to use - instead of _
23059 * ext/libcaca/gstcacasink.h:
23060 * ext/sdl/sdlvideosink.h:
23063 2004-03-04 David Schleef <ds@schleef.org>
23065 * testsuite/gst-lint: Add a check for bad signal names.
23067 2004-03-04 <kost@imn.htwk-leipzig.de>
23069 reviewed by David Schleef
23071 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
23072 modified the alpha channel and caused a warning. (bug #136192)
23074 2004-04-03 Christian Schaller <Uraeus@gnome.org>
23076 * gst-plugins.spec.in:
23077 Change names of plugins to actually be correct. Try to keep things
23078 alphabetical to avoid getting beat up by Thomas
23080 2004-03-03 Julien MOUTTE <julien@moutte.net>
23082 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
23083 Using ximagesink as a default if no gconf key found. We should
23084 probably consider using alsasink instead of osssink for the audio
23087 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
23090 fix --with-plugins, don't think it ever worked before
23091 * gst-plugins.spec.in:
23094 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
23096 * ext/sdl/sdlvideosink.h:
23097 * sys/ximage/ximagesink.h:
23098 * sys/xvideo/xvideosink.h:
23099 * sys/xvimage/xvimagesink.h:
23100 Fix for move of gstvideosink.h -> videosink.h.
23102 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
23104 * gst-libs/gst/xwindowlistener/Makefile.am:
23105 this is a plugin library, not a library
23107 2004-03-01 David Schleef <ds@schleef.org>
23109 * AUTHORS: Added some names. Add yourself if you're still
23112 2004-03-01 David Schleef <ds@schleef.org>
23116 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
23118 * gst-plugins.spec.in: clean up spec file
23120 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
23122 * gst-libs/gst/video/Makefile.am:
23123 * gst-libs/gst/video/gstvideosink.c:
23124 * gst-libs/gst/video/gstvideosink.h:
23125 rename gstvideosink.h to videosink.h to match other headers
23126 * gst/mixmatrix/Makefile.am:
23127 fix plugin filename
23128 * gst/tags/Makefile.am: fix plugin filename
23130 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
23132 * gst/tags/Makefile.am: fix plugin filename
23134 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
23136 * examples/gstplay/player.c: (got_time_tick), (main):
23138 display time_tick more readably
23139 * gst/mixmatrix/Makefile.am:
23140 fix plugin file name
23142 2004-02-29 Christophe Fergeau <teuf@gnome.org>
23144 * sys/oss/gstosselement.c: (gst_osselement_probe),
23145 (device_combination_append), (gst_osselement_class_probe_devices):
23146 * sys/oss/gstosselement.h:
23147 Reworked enumeration of oss dsps and mixers so that gst-mixer works
23148 on my system using alsa oss emulation, fixes bug #135597
23150 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
23152 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
23153 (gst_videodrop_chain), (gst_videodrop_change_state):
23154 * gst/videodrop/gstvideodrop.h:
23155 Work based on timestamp of input data, not based on the expected
23156 framerate from the input. The consequence is that this element now
23157 not only scales framerates, but also functions as a framerate
23158 corrector or framerate stabilizer/constantizer.
23160 2004-02-27 David Schleef <ds@schleef.org>
23162 patches from jmmv@menta.net (Julio M. Merino Vidal)
23164 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
23165 GST_ELEMENT_ERROR call (bug #135634)
23166 * gst/interleave/interleave.c: (interleave_buffered_loop),
23167 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
23168 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
23169 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
23170 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
23171 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
23172 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
23173 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
23174 Fix GST_ELEMENT_ERROR call.
23175 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
23176 GST_ELEMENT_ERROR call.
23178 2004-02-27 Benjamin Otte <otte@gnome.org>
23180 * gst-libs/gst/audio/audio.h:
23181 add macro to make sure header isn't included twice
23182 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
23183 don't use gst_buffer_free
23184 * gst/playondemand/filter.func:
23185 don't use gst_data_free. Free data only once.
23187 2004-02-26 David Schleef <ds@schleef.org>
23189 * gst-libs/gst/colorbalance/Makefile.am:
23190 * gst-libs/gst/mixer/Makefile.am:
23191 * gst-libs/gst/tuner/Makefile.am:
23192 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
23193 should not be disted, -marshal.h files should not be installed,
23194 and -enum.h files _should_ be installed. Fix to make this the
23197 === release 0.7.5 ===
23199 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
23201 * configure.ac: release 0.7.5, "Under The Sea"
23203 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
23205 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
23206 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
23207 * gst/videoscale/gstvideoscale.c:
23208 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
23209 assorted debug/warning fixes
23211 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
23213 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
23214 (gst_videoscale_init), (gst_videoscale_chain),
23215 (gst_videoscale_set_property), (plugin_init):
23216 * gst/videoscale/gstvideoscale.h:
23217 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23218 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
23219 (gst_videoscale_planar400), (gst_videoscale_packed422),
23220 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
23221 (gst_videoscale_24bit), (gst_videoscale_16bit),
23222 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
23223 (gst_videoscale_scale_plane_slow),
23224 (gst_videoscale_scale_point_sample),
23225 (gst_videoscale_scale_nearest),
23226 (gst_videoscale_scale_nearest_str2),
23227 (gst_videoscale_scale_nearest_str4),
23228 (gst_videoscale_scale_nearest_32bit),
23229 (gst_videoscale_scale_nearest_24bit),
23230 (gst_videoscale_scale_nearest_16bit):
23231 add debugging category and use it properly
23232 fix use of GST_PTR_FORMAT
23234 2004-02-25 Andy Wingo <wingo@pobox.com>
23236 * gst/interleave/interleave.c (interleave_buffered_loop): Always
23237 push only when channel->buffer is NULL. Prevents segfaults doing
23238 the state change after a nonlocal exit, like a scheme exception.
23240 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
23241 Handle the case where the intersected caps is empty.
23243 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
23245 * gst/law/mulaw-decode.c: (mulawdec_link):
23246 * gst/law/mulaw.c: (plugin_init):
23247 fix mulawdec so it actually works again
23249 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
23251 reviewed by: David Schleef <ds@schleef.org>
23253 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
23254 (gst_gamma_init), (gst_gamma_set_property),
23255 (gst_gamma_get_property), (gst_gamma_calculate_tables),
23256 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
23257 for RGB, with separate r g and b correction factors. (#131167)
23259 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
23261 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23262 only signal tags for bitrate if they're > 0 (#134894)
23264 2004-02-24 David Schleef <ds@schleef.org>
23266 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
23267 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
23268 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
23269 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
23270 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
23271 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
23272 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
23273 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
23274 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
23275 category. Attempt to fix timestamp calculation.
23277 2004-02-24 Johan Dahlin <johan@gnome.org>
23279 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
23281 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
23284 * gconf/Makefile.am:
23285 * gconf/gstreamer.schemas:
23286 * gst-libs/gst/gconf/Makefile.am:
23287 * gst-libs/gst/gconf/gconf.c:
23288 version gconf schemas and install locations
23290 2004-02-23 Benjamin Otte <otte@gnome.org>
23292 * ext/xine/xineinput.c: (gst_xine_input_dispose):
23293 (gst_xine_input_subclass_init):
23294 call parent dispose.
23295 change pad template for CD reader correctly
23296 * ext/xine/Makefile.am:
23297 * ext/xine/gstxine.h:
23298 * ext/xine/xine.c: (plugin_init):
23299 * ext/xine/xineaudiosink.c:
23300 wrap audio sinks, too
23301 * gst-libs/gst/resample/private.h:
23302 * gst-libs/gst/resample/resample.c: (gst_resample_init),
23303 (gst_resample_reinit), (gst_resample_scale),
23304 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
23305 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
23306 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
23307 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
23308 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
23309 * gst-libs/gst/resample/resample.h:
23310 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
23311 (gst_audioscale_class_init), (gst_audioscale_link),
23312 (gst_audioscale_get_buffer), (gst_audioscale_init),
23313 (gst_audioscale_chain), (gst_audioscale_set_property),
23314 (gst_audioscale_get_property):
23315 * gst/audioscale/gstaudioscale.h:
23316 s/resample_*/gst_resample_*/i to not clobber namespaces
23318 2004-02-23 Julien MOUTTE <julien@moutte.net>
23320 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23321 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23322 (gst_riff_create_video_template_caps),
23323 (gst_riff_create_audio_template_caps),
23324 (gst_riff_create_iavs_template_caps):
23325 * gst-libs/gst/riff/riff-media.h:
23326 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23327 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
23328 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
23329 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
23330 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
23331 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
23332 (gst_matroska_demux_plugin_init): First batch implementing audio and
23333 video codec tags in demuxers.
23335 2004-02-22 Benjamin Otte <otte@gnome.org>
23337 * ext/xine/Makefile.am:
23338 * ext/xine/gstxine.h:
23339 * ext/xine/xine.c: (plugin_init):
23340 * ext/xine/xineinput.c:
23341 add input plugin wrapper. Playback from files, http, mms and cdda
23343 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
23344 remove leftover G_GNUC_UNUSED
23345 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
23346 (gst_asf_demux_identify_guid):
23347 improve debugging output
23349 2004-02-22 Benjamin Otte <otte@gnome.org>
23351 reported by: Padraig O'Briain <padraig.obriain@sun.com>
23354 replace test -e with test -x for mkinstalldirs to be more portable.
23357 2004-02-22 Benjamin Otte <otte@gnome.org>
23359 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
23361 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
23362 set rank to PRIMARY
23363 * gst/volume/gstvolume.c: (plugin_init):
23367 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
23369 reviewed by Benjamin Otte <otte@gnome.org>
23371 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
23372 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
23374 2004-02-22 Benjamin Otte <otte@gnome.org>
23377 export [_]*{gst,Gst,GST}.* symbols from plugins
23379 2004-02-22 Christophe Fergeau <teuf@gnome.org>
23381 reviewed by: Benjamin Otte <otte@gnome.org>
23383 * ext/lame/gstlame.c: (add_one_tag):
23384 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
23385 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
23386 (gst_vorbisenc_metadata_set1):
23387 * gst/tags/gstid3tag.c:
23388 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
23389 apply fixes from bugs #135042 (lame can't write tags) and #133817
23390 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
23392 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
23394 * configure.ac: Export only gst_plugin_desc from plugins.
23395 Note that this change only makes any effect with Linux using libtool
23396 1.5.2 or higher. Otherwise it is silently ignored, but it would build
23397 fine. And don't try to have several versions of libtool in different
23400 2004-02-20 Andy Wingo <wingo@pobox.com>
23402 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
23403 interleave respectively.
23405 * gst/interleave/deinterleave.c: New plugin: deinterleave
23406 (replaces on oneton).
23407 * gst/interleave/interleave.c: New plugin: interleave.
23408 * gst/interleave/plugin.h: Support file.
23409 * gst/interleave/plugin.c: Support file.
23411 * configure.ac: Remove intfloat and oneton, add interleave.
23413 * ext/sndfile/gstsf.c: Handle events better.
23415 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
23416 and float2int operation. int2float has scheduling problems as
23417 noted in in2float_chain.
23419 2004-02-20 Benjamin Otte <otte@gnome.org>
23421 * ext/xine/Makefile.am:
23422 * ext/xine/gstxine.h:
23424 * ext/xine/xineaudiodec.c:
23425 * ext/xine/xinecaps.c:
23426 add first version of xine plugin wrapper. Currently only wraps the
23427 QDM2 win32 DLL, and even that only in proof-of-concept quality.
23430 add xine plugin wrapper, disabled by default. Use --enable-xine to
23431 build. Note that it'll segfault on gst-register if you don't remove
23432 the goom and tvtime post plugins from xine.
23433 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
23434 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
23435 add extradata parsing for QDM2.
23436 change around debugging prints.
23438 2004-02-19 Benjamin Otte <otte@gnome.org>
23440 * ext/lame/gstlame.c: (gst_lame_chain):
23441 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23442 use gst_tag_list_insert when you want to insert tags
23444 2004-02-18 David Schleef <ds@schleef.org>
23446 * configure.ac: Move massink to gst-rotten
23448 * ext/mas/Makefile.am:
23449 * ext/mas/massink.c:
23450 * ext/mas/massink.h:
23452 2004-02-18 David Schleef <ds@schleef.org>
23454 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
23455 typefinding, since it seems to be worse than nothing.
23456 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
23457 atom to recognize .mp4 and .m4a files as video/quicktime.
23459 2004-02-18 David Schleef <ds@schleef.org>
23461 * gst/sine/demo-dparams.c: (quit_live),
23462 (dynparm_log_value_changed), (dynparm_value_changed), (main):
23463 Use double dparams, not float.
23464 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23465 (gst_sinesrc_init): Change sync default to FALSE, since multiple
23466 sync'd elements don't really work correctly.
23467 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
23468 (volume_update_volume), (volume_get_property): Change dparam
23471 2004-02-18 Julien MOUTTE <julien@moutte.net>
23473 * sys/ximage/ximagesink.c:
23474 (gst_ximagesink_xwindow_update_geometry),
23475 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
23476 (gst_ximagesink_change_state), (gst_ximagesink_expose),
23477 (gst_ximagesink_init): Rework the way software video scaling works. So
23478 now we check on each chain call if the video frames are feeling the
23479 window. If not we try to renegotiate caps. On failure we memorize that
23480 and we won't try again for that PLAYING sessions.
23481 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
23483 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
23486 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
23488 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
23489 break up _link so we can give a better debug message for errors
23491 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
23493 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
23494 set up debug category
23496 2004-02-18 Julien MOUTTE <julien@moutte.net>
23498 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23499 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
23500 the way renegotiation work. The event handling function is not taking
23501 care of external windows and renegotiate method check for pad flags
23502 NEGOTIATING. Should fix : #133209
23504 2004-02-17 Julien MOUTTE <julien@moutte.net>
23506 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
23507 pad is negotiating before trying renegotiation.
23509 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
23511 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
23512 pass on all possible mime types as typefind hints
23514 2004-02-17 Julien MOUTTE <julien@moutte.net>
23516 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
23517 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
23518 possible SHM leak if we crash. All other apps using XShm are doing
23521 2004-02-17 Julien MOUTTE <julien@moutte.net>
23523 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23524 (gst_ximagesink_expose): Renegotiate size on expose.
23525 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
23528 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
23530 * testsuite/alsa/sinesrc.c:
23531 cosmetic fix to fix compile issue with gcc 2.95.4
23533 2004-02-16 Julien MOUTTE <julien@moutte.net>
23535 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23536 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
23537 failed opening the audio device.
23538 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23539 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
23540 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
23541 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
23542 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
23543 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
23544 (gst_ximagesink_change_state), (gst_ximagesink_chain),
23545 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
23546 Removing some useless g_return_if_fail like wingo suggested.
23547 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23548 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
23549 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
23550 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
23551 (gst_xvimagesink_update_colorbalance),
23552 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
23553 (gst_xvimagesink_xcontext_clear),
23554 (gst_xvimagesink_get_fourcc_from_caps),
23555 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
23556 (gst_xvimagesink_set_xwindow_id),
23557 (gst_xvimagesink_colorbalance_list_channels),
23558 (gst_xvimagesink_colorbalance_set_value),
23559 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
23560 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
23562 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
23564 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23565 throw error when not negotiated instead of asserting
23567 2004-02-15 Julien MOUTTE <julien@moutte.net>
23569 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
23570 correct data refcounting.
23572 2004-02-15 Julien MOUTTE <julien@moutte.net>
23574 * gst/switch/gstswitch.c: (gst_switch_change_state),
23575 (gst_switch_class_init): Cleaning the sinkpads correctly on state
23576 change, mostly the EOS flag.
23578 2004-02-15 Julien MOUTTE <julien@moutte.net>
23580 * examples/gstplay/player.c: (got_eos), (main): Adding some
23581 output for debugging.
23582 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
23583 timeouts if we go to any state different from PLAYING.
23584 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
23585 more EOS bugs in riff lib.
23587 2004-02-14 Julien MOUTTE <julien@moutte.net>
23589 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
23590 visualization until i find a way to fix switch correctly.
23591 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
23593 * gst/switch/gstswitch.c: (gst_switch_release_pad),
23594 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
23595 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
23596 Reworked switch to get a more correct behaviour with events and refing
23597 of data stored in sinkpads.
23598 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
23599 we don't pull from a pad in EOS.
23601 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
23603 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23604 remove v1 tag even if we can't read it (makes sure we don't detect
23607 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
23609 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
23610 (gst_alsa_xrun_recovery):
23611 * ext/alsa/gstalsa.h:
23612 try xrun recovery when wait failed. Make xrun recovery function
23613 return TRUE/FALSE to indicate success. (might fix #134354)
23615 2004-02-13 David Schleef <ds@schleef.org>
23617 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
23618 (dynparm_value_changed), (main): Convert from float to double.
23619 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
23621 2004-02-13 David Schleef <ds@schleef.org>
23623 * gst/silence/gstsilence.c: (gst_silence_class_init),
23624 (gst_silence_set_clock), (gst_silence_get),
23625 (gst_silence_set_property), (gst_silence_get_property):
23626 * gst/silence/gstsilence.h: Add sync property.
23627 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23628 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
23629 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
23630 * gst/sine/gstsinesrc.h: Add sync property.
23632 2004-02-13 David Schleef <ds@schleef.org>
23634 * gst/intfloat/gstint2float.c: (conv_f32_s16),
23635 (gst_int2float_chain_gint16): Change stdint usage to glib types.
23637 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
23641 * gst-libs/ext/Makefile.am:
23642 move ffmpeg plugin to gst-ffmpeg module
23644 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
23646 * configure.ac: use GST_ARCH to detect architecture
23648 2004-02-12 Julien MOUTTE <julien@moutte.net>
23650 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
23652 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
23654 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23655 classify LADSPA plugins based on number of src/sink pads
23656 (#133663, Stefan Kost)
23657 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
23658 fix dparams registration
23659 (#133528, Stefan Kost)
23660 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
23661 fix use of isprint and use g_ascii_isprint instead
23662 (#133316, Stefan Kost)
23664 2004-02-11 David Schleef <ds@schleef.org>
23666 Convert a few inner loops to use liboil. This is currently
23667 optional, and is only enabled if liboil is present (duh!).
23668 * configure.ac: Check for liboil-0.1
23669 * gst/intfloat/Makefile.am:
23670 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
23671 (gst_int2float_chain_gint16):
23672 * gst/videofilter/Makefile.am:
23673 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
23674 (tablelookup_u8), (gst_videobalance_planar411):
23675 * gst/videotestsrc/Makefile.am:
23676 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
23677 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
23678 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
23679 (paint_hline_RGB565), (paint_hline_xRGB1555):
23681 2004-02-11 David Schleef <ds@schleef.org>
23683 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
23684 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
23685 (gst_colorspace_getcaps), (gst_colorspace_link),
23686 (gst_colorspace_base_init), (gst_colorspace_init),
23687 (gst_colorspace_chain), (gst_colorspace_change_state),
23688 (plugin_init): Merge Ronald's patch (bug #117897) and update
23689 for new caps and negotiation. Seems to work, although it
23690 shows off bugs in lcs.
23692 2004-02-11 David Schleef <ds@schleef.org>
23694 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
23695 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
23697 2004-02-11 David Schleef <ds@schleef.org>
23699 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
23700 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
23701 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
23702 Add server and port properties
23704 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
23709 * m4/as-liblame.m4:
23710 * m4/as-slurp-ffmpeg.m4:
23711 * m4/check-libheader.m4:
23718 * m4/gst-ivorbis.m4:
23719 * m4/gst-matroska.m4:
23721 * m4/gst-shout2.m4:
23729 fix underquotedness of macros (#133800)
23730 * m4/as-avifile.m4:
23732 removed because no longer used
23734 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
23737 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
23738 by autopoint (fixes #132996)
23740 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
23742 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
23743 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
23744 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
23745 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
23748 2004-02-11 David Schleef <ds@schleef.org>
23750 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23751 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
23752 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
23753 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
23754 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
23755 (gst_jpegenc_class_init), (gst_jpegenc_init),
23756 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
23757 (gst_jpegenc_chain), (gst_jpegenc_set_property),
23758 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
23759 * ext/jpeg/gstjpegenc.h: Fix negotiation.
23761 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
23763 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
23764 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
23765 * ext/mikmod/gstmikmod.h:
23766 fix caps negotiation in mikmod
23767 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
23768 output debug information
23770 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
23772 * gst-libs/gst/colorbalance/Makefile.am:
23773 * gst-libs/gst/navigation/Makefile.am:
23774 * gst-libs/gst/xoverlay/Makefile.am:
23775 remove unused GST_OPT_CFLAGS from Makefiles
23776 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
23778 2004-02-07 David Schleef <ds@schleef.org>
23780 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
23781 push events to pads that haven't been created (#133508)
23783 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
23785 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
23786 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
23787 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23788 (gst_dvdec_loop), (gst_dvdec_change_state):
23789 Second attempt at committing a working dvdec element.
23791 2004-02-06 David Schleef <ds@schleef.org>
23793 Build fixes for OS X: (see #129600)
23794 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
23795 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
23796 (gst_riff_read_strf_iavs):
23797 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
23798 (gst_avi_demux_stream_odml):
23799 * gst/playondemand/Makefile.am:
23800 * gst/rtp/rtp-packet.c:
23802 2004-02-05 David Schleef <ds@schleef.org>
23804 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
23805 last change, because it Just Doesn't Compile.
23807 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
23809 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23810 skip undecodable id3v2 tag instead of keeping it
23812 2004-02-05 David Schleef <ds@schleef.org>
23814 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
23815 Unref leaked buffer. (Noticed by Ronald)
23817 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
23819 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23820 Sync requires with other checks. >= vs =.
23822 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
23824 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
23825 (gst_dvdec_video_link), (gst_dvdec_loop):
23826 * ext/dv/gstdvdec.h:
23827 rework the caps negotiation so that dvdec works again instead
23828 of just segfaulting.
23830 === release 0.7.4 ===
23832 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
23834 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
23835 * configure.ac: changed for release
23837 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
23839 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
23840 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23841 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23842 * pkgconfig/gstreamer-play-uninstalled.pc.in:
23843 reworked patch by David Lehn to fix libdir and includedir for
23844 uninstalled libraries
23845 removed play and gconf from gstreamer-libs since they have their
23846 own pkgconfig files
23848 2004-02-04 David Schleef <ds@schleef.org>
23850 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
23853 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
23855 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23856 use correct GST_TAG_ENCODER tag
23858 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
23860 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23861 be sure to stop the clock when going to paused
23862 * sys/oss/gstosssink.c: (gst_osssink_change_state):
23863 reset number of transmitted when going to ready.
23866 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
23868 reviewed by Benjamin Otte
23870 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
23871 extract track count (fixes #133410)
23873 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
23875 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
23876 that should be !=, not == (fixes #132519)
23878 2004-02-04 David Schleef <ds@schleef.org>
23880 Make sure set_explicit_caps() is called before adding pad.
23881 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23882 * gst/id3/gstid3types.c: (gst_id3types_loop):
23883 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
23884 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23886 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
23889 bump nano to 2, first prerelease
23890 put back AM_PROG_LIBTOOL
23892 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
23894 * testsuite/alsa/Makefile.am:
23895 these are user test apps, not automatic testsuite tests
23897 2004-02-04 David Schleef <ds@schleef.org>
23899 Convert GST_DEBUG_CAPS() to GST_DEBUG():
23900 * gst/mpeg1videoparse/gstmp1videoparse.c:
23901 (mp1videoparse_parse_seq):
23902 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23903 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23904 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
23905 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
23906 (gst_xvideosink_getcaps):
23907 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23908 * testsuite/gst-lint: more tests
23910 2004-02-04 David Schleef <ds@schleef.org>
23912 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
23913 with the code that they would expand to.
23914 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
23915 (gst_flacdec_get_src_query_types),
23916 (gst_flacdec_get_src_event_masks):
23917 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
23918 (gst_gnomevfssrc_get_query_types),
23919 (gst_gnomevfssrc_get_event_mask):
23921 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
23923 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23924 (gst_sinesrc_dispose):
23925 fix memleak by properly disposing sinesrc
23927 2004-02-04 Julien MOUTTE <julien@moutte.net>
23929 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
23930 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
23931 an overlay to redraw the image because it has been exposed.
23932 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
23933 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
23934 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
23935 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
23937 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
23938 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
23939 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
23940 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
23943 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
23945 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
23946 more memleak fixage
23948 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
23950 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
23951 * gst/typefind/gsttypefindfunctions.c:
23952 fix memleaks shown by gst-typefind
23954 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
23956 * common/glib-gen.mak:
23957 add hack rule to touch .Plo files
23958 * gst-libs/gst/colorbalance/Makefile.am:
23959 * gst-libs/gst/mixer/Makefile.am:
23960 * gst-libs/gst/play/Makefile.am:
23961 * gst-libs/gst/tuner/Makefile.am:
23962 remove glib_root variable
23964 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
23966 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
23967 set explicit caps before adding the element, so the autopluggers can
23969 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
23970 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
23971 (mpeg_video_type_find), (mpeg_video_stream_type_find),
23973 fix memleaks in typefind functions. gst_type_find_suggest takes a const
23976 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
23978 * gst-libs/gst/colorbalance/Makefile.am:
23979 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23980 * gst-libs/gst/colorbalance/colorbalance.c:
23981 * gst-libs/gst/colorbalance/colorbalance.h:
23982 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
23983 * gst-libs/gst/mixer/Makefile.am:
23984 * gst-libs/gst/mixer/mixer-marshal.list:
23985 * gst-libs/gst/mixer/mixer.c:
23986 * gst-libs/gst/mixer/mixer.h:
23987 * gst-libs/gst/mixer/mixermarshal.list:
23988 * gst-libs/gst/play/Makefile.am:
23989 * gst-libs/gst/play/play.h:
23990 * gst-libs/gst/tuner/Makefile.am:
23991 * gst-libs/gst/tuner/tuner-marshal.list:
23992 * gst-libs/gst/tuner/tuner.c:
23993 * gst-libs/gst/tuner/tuner.h:
23994 * gst-libs/gst/tuner/tunermarshal.list:
23995 use new glib-gen.mak snippet to clean up Makefile.am
23996 fix various bugs in Makefile.am's
23998 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
24000 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
24001 handle chain parsing correctly in the multichain case
24002 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
24003 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
24004 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
24005 (theora_dec_chain):
24006 handle events and queries correctly
24008 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
24011 Ignore generated file _stdint.h.
24013 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
24015 * gst-libs/gst/colorbalance/Makefile.am:
24016 * gst-libs/gst/colorbalance/colorbalance.h:
24017 * gst-libs/gst/mixer/Makefile.am:
24018 * gst-libs/gst/mixer/mixer.h:
24019 * gst-libs/gst/play/Makefile.am:
24020 * gst-libs/gst/play/play.h:
24021 * gst-libs/gst/tuner/Makefile.am:
24022 * gst-libs/gst/tuner/tuner.h:
24023 Generate enum type code with glib-mkenums.
24024 * gst-libs/gst/colorbalance/.cvsignore:
24025 * gst-libs/gst/mixer/.cvsignore:
24026 * gst-libs/gst/play/.cvsignore:
24027 * gst-libs/gst/tuner/.cvsignore:
24028 Ignore generated files.
24030 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
24032 * gst-libs/gst/audio/.cvsignore:
24033 Ignore generated file.
24034 * gst-libs/gst/audio/Makefile.am:
24035 Do not install example filter.
24037 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
24039 * examples/switch/.cvsignore:
24040 Ignore generated file.
24042 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
24044 * common/m4/ax_create_stdint_h.m4:
24046 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
24049 remove generated _stdint.h in DISTCLEANFILES
24050 * ext/a52dec/gsta52dec.c:
24051 include _stdint.h for a52dec. (should fix #133064)
24053 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
24055 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
24056 (gst_tag_to_vorbis_comments):
24057 Add replaygain support to vorbistag
24059 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
24060 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
24061 (gst_ffmpeg_caps_to_extradata):
24062 Fix SVQ3 caps flag properties
24063 Use glib macro for bytes swap
24065 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
24067 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
24068 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
24069 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24070 * ext/sndfile/gstsf.c: (plugin_init):
24071 * gst/avi/gstavi.c: (plugin_init):
24072 * sys/dxr3/dxr3init.c: (plugin_init):
24073 * sys/oss/gstossaudio.c: (plugin_init):
24074 * sys/v4l/gstv4l.c: (plugin_init):
24075 * sys/v4l2/gstv4l2.c: (plugin_init):
24076 remove textdomain calls
24078 update Dutch translation
24080 2004-02-02 Julien MOUTTE <julien@moutte.net>
24082 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
24083 (gst_play_set_audio_sink): Moving volume in the audio thread for
24084 instantaneous volume change. Maybe i will add another volume in front
24085 of visualization later, not sure yet though.
24087 2004-02-02 Julien MOUTTE <julien@moutte.net>
24089 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24090 (gst_ximagesink_handle_xevents): Better X events handling, only take
24091 the latest events for configure and motion.
24092 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
24094 2004-02-02 Jon Trowbridge <trow@gnu.org>
24096 reviewed by: David Schleef <ds@schleef.org>
24099 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
24100 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
24102 2004-02-02 David Schleef <ds@schleef.org>
24104 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
24106 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
24107 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
24108 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
24109 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
24110 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
24111 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
24112 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
24113 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
24114 (gst_float2_2_int_link):
24115 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
24116 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
24117 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
24118 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
24119 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
24120 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
24121 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
24122 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
24123 * testsuite/gst-lint: Add tests for bzero and ;;
24125 2004-02-02 David Schleef <ds@schleef.org>
24127 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
24129 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
24131 * ext/aalib/gstaasink.c: (gst_aasink_open):
24132 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
24133 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24134 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24135 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
24136 (gst_afsink_close_file):
24137 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
24138 (gst_afsrc_close_file):
24139 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
24140 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
24141 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
24142 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
24143 * ext/esd/esdmon.c: (gst_esdmon_get):
24144 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
24145 * ext/faac/gstfaac.c: (gst_faac_chain):
24146 * ext/faad/gstfaad.c: (gst_faad_chain):
24147 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
24148 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
24149 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
24150 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
24151 (gst_flacdec_loop):
24152 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
24153 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
24154 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
24155 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
24156 (gst_gnomevfssink_close_file):
24157 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24158 (gst_gnomevfssrc_open_file):
24159 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
24160 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
24161 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
24162 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
24163 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
24164 * ext/mad/gstmad.c: (gst_mad_chain):
24165 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
24166 * ext/mpeg2dec/gstmpeg2dec.c:
24167 * ext/mpeg2enc/gstmpeg2enc.cc:
24168 * ext/mplex/gstmplex.cc:
24169 * ext/mplex/gstmplexibitstream.cc:
24170 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
24171 (gst_ogg_demux_push):
24172 * ext/raw1394/gstdv1394src.c:
24173 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
24174 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
24175 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
24177 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
24178 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
24179 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
24180 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
24181 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24182 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
24183 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
24184 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
24185 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24186 (gst_riff_read_element_data), (gst_riff_read_seek),
24187 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
24188 * gst/adder/gstadder.c: (gst_adder_loop):
24189 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
24190 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
24191 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
24192 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
24193 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
24194 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
24195 * gst/goom/gstgoom.c: (gst_goom_chain):
24196 * gst/id3/gstid3types.c: (gst_id3types_loop):
24197 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
24198 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
24199 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
24200 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
24201 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
24202 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
24203 (gst_ebml_read_float), (gst_ebml_read_header):
24204 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
24205 (gst_matroska_demux_parse_blockgroup):
24206 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
24207 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
24208 * gst/oneton/gstoneton.c: (gst_oneton_chain):
24209 * gst/silence/gstsilence.c: (gst_silence_get):
24210 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24211 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
24212 * gst/speed/gstspeed.c: (speed_loop):
24213 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
24214 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24215 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
24216 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
24217 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
24218 (gst_wavparse_loop):
24219 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
24220 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
24221 (dxr3audiosink_close):
24222 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
24223 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
24224 (dxr3videosink_close), (dxr3videosink_write_data):
24225 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
24226 * sys/oss/gstosssink.c: (gst_osssink_chain):
24227 * sys/oss/gstosssrc.c: (gst_osssrc_get):
24228 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
24229 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
24230 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
24231 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24232 (gst_v4l_set_window), (gst_v4l_enable_overlay):
24233 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
24234 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
24235 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
24236 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
24237 (gst_v4l_set_audio):
24238 * sys/v4l/v4l_calls.h:
24239 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24240 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
24241 (gst_v4lmjpegsink_playback_init),
24242 (gst_v4lmjpegsink_playback_start):
24243 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
24244 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24245 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
24246 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
24247 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
24248 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
24249 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
24250 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
24251 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
24252 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
24253 (gst_v4l2_get_output), (gst_v4l2_set_output),
24254 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
24255 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
24256 (gst_v4l2_set_attribute):
24257 * sys/v4l2/v4l2_calls.h:
24258 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
24259 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
24260 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
24261 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
24262 (gst_v4l2src_capture_stop):
24263 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
24264 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
24265 (gst_ximagesink_chain):
24266 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
24267 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
24268 (gst_xvideosink_xwindow_new):
24269 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24270 (gst_xvimagesink_chain):
24272 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
24274 * gst/volume/gstvolume.c: (gst_volume_set_volume),
24275 (gst_volume_get_volume), (volume_class_init), (volume_init),
24276 (volume_chain_int16), (volume_update_volume):
24277 * gst/volume/gstvolume.h:
24278 make code more readable by removing magic numbers
24279 make mixer interface export 0-100 range
24280 make it internally map to 0.0-1.0 range so users don't distort
24281 output by putting the sliders at full volume
24283 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
24285 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
24286 (gst_play_state_change), (gst_play_seek_to_time):
24287 block the tick callback for 0.5 secs after doing a seek
24289 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
24291 * gst-libs/gst/play/play.c: (gst_play_new):
24294 2004-02-01 Julien MOUTTE <julien@moutte.net>
24296 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
24297 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
24298 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
24299 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
24300 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
24301 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
24303 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
24306 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
24307 check for a function added in vorbis 1.1
24309 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
24311 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24312 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
24313 really start/stop clock only on PLAYING <=> PAUSED
24314 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24315 remove \n from debugging lines
24316 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
24317 make it work when seeking does not
24318 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
24321 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
24323 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
24324 start clock on PAUSED=>PLAYING, not later
24325 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24326 extract correct time for different discont formats
24327 (gst_alsa_sink_get_time):
24328 don't segfault when no format is negotiated yet, just return 0
24329 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
24330 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
24331 (gst_ogg_pad_push):
24332 handle flush and discont events correctly
24333 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
24334 handle discont events correctly
24336 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
24338 * gst-libs/gst/play/play.c: (gst_play_error_quark),
24339 (gst_play_error_create), (gst_play_error_plugin),
24340 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
24341 * gst-libs/gst/play/play.h:
24342 add error handling during creation
24343 * examples/gstplay/player.c: (main):
24344 use new gst_play_new
24347 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
24349 * ext/theora/theoradec.c: (theora_dec_chain):
24351 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24352 (vorbis_dec_src_event), (vorbis_dec_chain):
24353 add encoder tag, fix tag reading to be more error tolerant, change
24354 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
24355 gst_pad_event_default.
24356 * gst/tags/gstvorbistag.c:
24357 (gst_tag_list_from_vorbiscomment_buffer):
24358 undefine function specific define at end of function
24360 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
24362 * ext/flac/gstflac.c: (plugin_init):
24363 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
24364 * ext/flac/gstflacdec.h:
24365 * ext/flac/gstflacenc.h:
24368 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
24370 * examples/gstplay/player.c: s/gstplay.h/play.h/
24372 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
24374 * gst-libs/gst/play/Makefile.am:
24375 * gst-libs/gst/play/gstplay.c:
24376 * gst-libs/gst/play/gstplay.h:
24377 * gst-libs/gst/play/play.c:
24378 more surgery, operation complete
24380 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
24382 * gst-libs/gst/play/play.old.c:
24383 * gst-libs/gst/play/play.old.h:
24384 after CVS surgery by moving, remove
24385 * gst-libs/gst/play/playpipelines.c:
24388 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
24389 add negotiation error
24391 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
24393 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
24394 (gst_ogg_demux_push):
24395 add some seeking debug info
24396 send a flush when seeking
24398 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
24404 * ext/theora/Makefile.am:
24405 * ext/theora/theoradec.c:
24406 add theora video decoder. Does just do simple decoding for now and
24407 has been tested against Theora cvs only. It only works when theora
24408 is compiled with --enable-static.
24409 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
24410 always reset packetno on DISCONT
24412 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
24414 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
24417 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
24419 * gst/mpegaudioparse/gstmpegaudioparse.c:
24420 (mp3_type_frame_length_from_header):
24421 Fix header parsing - stolen from ffmpeg (thank you! :) ).
24423 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
24425 * ext/esd/esdsink.c: (gst_esdsink_init):
24426 Since we have static pad template caps, we don't need to negotiate;
24427 either the core errors out or we know the format.
24429 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
24431 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24432 (gst_riff_read_seek):
24433 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
24434 (gst_ebml_read_seek):
24435 Fix event handling.
24437 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
24439 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
24440 removee video/x-theora from vp3 decoder, it doesn't handle raw
24442 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
24443 fix bug with finalizing element that never went to PAUSED
24444 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
24445 length and position queries were swapped
24446 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24447 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
24448 (vorbis_dec_src_event):
24449 implement querying time and bytes
24451 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
24453 * just about every source file:
24454 gst_element_error -> GST_ELEMENT_ERROR
24456 2004-01-29 Julien MOUTTE <julien@moutte.net>
24458 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
24459 emiting FLUSH and even before DISCONT.
24460 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
24461 get the best instant seeking as possible yay!
24463 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
24465 * gst/mpeg1videoparse/gstmp1videoparse.c:
24466 (gst_mp1videoparse_real_chain):
24467 Committed wrong version last week... Grr... Didn't notice until now.
24469 2004-01-29 Julien MOUTTE <julien@moutte.net>
24471 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
24472 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
24473 have_xwindow_id signal in xwindow_create.
24475 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
24477 * ext/ogg/gstoggdemux.c:
24478 lots of changes - mainly support for chained bitstreams, seeking,
24479 querying and bugfixes of course
24480 * ext/vorbis/Makefile.am:
24481 * ext/vorbis/vorbisdec.c:
24482 * ext/vorbis/vorbisdec.h:
24483 add vorbisdec raw vorbis decoder
24484 * ext/vorbis/vorbis.c: (plugin_init):
24485 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
24486 * gst/intfloat/Makefile.am:
24487 * gst/intfloat/float22int.c:
24488 * gst/intfloat/float22int.h:
24489 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
24490 add float2intnew plugin. It converts multichannel interleaved float to
24491 multichannel interleaved int. The name should probably be changed.
24492 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
24494 add typefinding for raw theora video so oggdemux can detect it.
24496 2004-01-28 Julien MOUTTE <julien@moutte.net>
24498 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
24499 sink element first.
24500 * gst/videoscale/gstvideoscale.c:
24501 (gst_videoscale_handle_src_event): Fixing src event handler.
24503 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
24505 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24506 (gst_v4lsrc_open), (gst_v4lsrc_close),
24507 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
24508 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
24509 * sys/v4l/gstv4lsrc.h:
24510 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
24511 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
24512 Implement resizing... Hack. But that's why v4l is b0rked...
24514 2004-01-28 Julien MOUTTE <julien@moutte.net>
24516 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24517 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24518 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
24519 (gst_ximagesink_xwindow_destroy):
24520 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24521 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
24522 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
24523 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
24524 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
24525 correctly cleaning the image created to check xshm calls on succes,
24526 added a lot of XSync calls in X11 functions, and fixed a segfault when
24527 no image format was defined before negotiation happened.
24529 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
24531 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
24532 use gst_element_get_time to get correct time
24534 2004-01-28 Julien MOUTTE <julien@moutte.net>
24536 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
24537 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
24538 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
24539 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
24540 (gst_xvimagesink_check_xshm_calls),
24541 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
24542 X plugins are now able to detect that XShm calls will fail even if the
24543 server claims that it has XShm support (remote displays most of the
24544 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
24545 so that we use non XShm functions. This feature is almost useless for
24546 xvimagesink as Xv is not supported on remote displays anyway, but
24547 it might happen than even on the local display XShm calls fail.
24549 2004-01-27 David Schleef <ds@schleef.org>
24551 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
24552 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
24553 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
24554 changed esdsink to only use 44100,16,2, since esd sucks at rate
24555 conversion and esdsink has had difficulty negotiating.
24557 2004-01-27 Julien MOUTTE <julien@moutte.net>
24559 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
24560 (gst_play_seek_to_time): Fixing the way to get current position.
24562 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
24564 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
24565 use gst_element_get_time to get correct time
24567 2004-01-27 Julien MOUTTE <julien@moutte.net>
24569 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
24570 fix ever... Inverting 2 lines of code make spider autoplug correctly
24573 2004-01-27 David Schleef <ds@schleef.org>
24575 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24576 Use gst_pad_try_set_caps_nonfixed().
24578 2004-01-27 David Schleef <ds@schleef.org>
24580 * gst/ac3parse/gstac3parse.c: update to checklist 5
24581 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
24582 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
24583 * gst/audioscale/gstaudioscale.c: same
24584 * gst/auparse/gstauparse.c: same
24585 * gst/avi/gstavidemux.c: same
24587 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
24589 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
24590 stop processing after EOS
24592 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
24594 * gst/asfdemux/asfheaders.h:
24595 * gst/asfdemux/gstasfdemux.c:
24596 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
24597 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
24598 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
24599 lot's of fixes to make data extraction simpler and get the code
24600 architecture and compiler independant. Add debugging category
24601 * gst/goom/gstgoom.c: (gst_goom_change_state):
24602 reset channel count on PAUSED=>READY, not READY=>PAUSED
24604 2004-01-26 Colin Walters <walters@verbum.org>
24606 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
24607 code to pull a bigger buffer in iradio mode. This as a side effect
24608 makes typefinding work.
24610 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
24612 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
24613 Fix SVQ3 decoding on PPC
24615 2004-01-26 Julien MOUTTE <julien@moutte.net>
24617 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
24618 that one managed to stay there... Fixed.
24620 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
24622 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
24623 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
24624 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
24625 (qtdemux_video_caps):
24626 * gst/qtdemux/qtdemux.h:
24627 Add SVQ3 specific flags to qtdemux and ffmpeg
24629 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
24631 * gst-libs/gst/audio/audio.h:
24632 remove buffer-frames from audio caps
24633 * gst/audioconvert/gstaudioconvert.c:
24634 fix plugin to really work.
24636 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
24638 * gst-libs/gst/mixer/mixer.c:
24639 * gst-libs/gst/propertyprobe/propertyprobe.c:
24640 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
24641 (gst_tuner_find_channel_by_name):
24642 * gst-libs/gst/tuner/tuner.h:
24643 Add gtk-doc style comments. Also fix a function name.
24645 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
24647 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
24648 (gst_divxdec_negotiate):
24649 Fix for new capsnego - also fixes gst-player with divxdec.
24651 2004-01-25 Julien MOUTTE <julien@moutte.net>
24653 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
24654 (gst_play_identity_handoff), (gst_play_set_location),
24655 (gst_play_set_visualization), (gst_play_connect_visualization): Another
24656 try in visualization implementation. Still have an issue with switch
24657 blocking when pulling from video_queue and only audio comes out of
24659 * gst/switch/gstswitch.c: (gst_switch_release_pad),
24660 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
24661 release method. And check if the pad is usable before pulling.
24663 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
24665 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
24666 (gst_videobalance_init),
24667 (gst_videobalance_colorbalance_list_channels),
24668 (gst_videobalance_colorbalance_set_value),
24669 (gst_videobalance_colorbalance_get_value),
24670 (gst_videobalance_update_properties),
24671 (gst_videobalance_update_tables_planar411),
24672 (gst_videobalance_planar411):
24673 * gst/videofilter/gstvideobalance.h:
24674 Implement lookup-tables. +/- 10x faster.
24676 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
24678 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
24679 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
24680 The index reading was broken. The rest worked fine, but the whole
24681 goal of my rewrite was to make avidemux readable, and this was
24682 not at all readable. Please use typed variables.
24684 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
24686 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
24687 Additional pad usability check.
24688 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
24689 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
24690 (gst_mp1videoparse_real_chain):
24691 Fix MPEG video stream parsing. The original plugin had several
24692 issues, including not timestamping streams where the source was
24693 not timestamped (this happens with PTS values in mpeg system
24694 streams, but MPEG video is also a valid stream on its own so
24695 that needs timestamps too). We use the display time code for that
24696 for now. Also, if one incoming buffer contains multiple valid
24697 frames, we push them all on correctly now, including proper EOS
24698 handling. Lastly, several potential segfaults were fixed, and we
24699 properly sync on new sequence/gop headers to include them in next,
24700 not previous frames (since they're header for the next frame, not
24701 the previous). Also see #119206.
24702 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
24704 Move caps setting so we only do it after finding several valid
24705 MPEG-1 fraes sequentially, not right after the first one (which
24706 might be coincidental).
24707 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
24708 (mpeg_video_type_find), (mpeg_video_stream_type_find),
24710 Add unsynced MPEG video stream typefinding, and change some
24711 probability values so we detect streams rightly. The idea is as
24712 follows: I can have an unsynced system stream which contains
24713 video. In the current code, I would randomly get a type for either
24714 system or video stream type found, because the probabilities are
24715 being calculated rather randomly. I now use fixed values, so we
24716 always prefer system stream if that was found (and that is how it
24717 should be). If no system stream was found, we can still identity the stream as video-only.
24719 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
24721 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
24722 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
24723 don't write to buffer. Extract data without the need of
24724 __attribute__ ((packed))
24726 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
24728 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
24729 (mpeg1_sys_type_find):
24730 Fix MPEG-1 stream typefinding.
24732 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
24734 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
24735 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
24737 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
24739 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
24740 * ext/esd/gstesd.c: (plugin_init):
24741 private debugging, better error reporting
24743 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
24745 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
24746 (gst_riff_read_init), (gst_riff_read_change_state):
24747 * gst-libs/gst/riff/riff-read.h:
24748 Remove stuff fromold metadata system.
24750 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
24752 * ext/ogg/gstoggdemux.c:
24753 Fix wrong file comment.
24754 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
24755 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
24756 Add metadata reading properly.
24758 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
24761 Fix nas DIST_SUBDIRS
24763 Fix bug where make distcheck doesn't get run on adding stuff to
24766 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
24768 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
24769 * ext/divx/gstdivxdec.h:
24770 Fix divx3 ("msmpeg4") playback using divxdec.
24772 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
24774 * gst/typefind/gsttypefindfunctions.c:
24775 (mp3_type_frame_length_from_header): fix bug in length computation
24776 (mp3_type_find): improve debugging output
24778 2004-01-23 Julien MOUTTE <julien@moutte.net>
24780 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
24781 (gst_play_set_location), (gst_play_seek_to_time),
24782 (gst_play_set_audio_sink), (gst_play_set_visualization),
24783 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
24784 the pipeline from scratch. Visualization is back and switch went out as
24785 i realized it was not possible to use the way i wanted.
24786 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
24787 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
24788 clearing in state change from READY to NULL. So that one can clean the
24789 X ressources keeping the element.
24790 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24791 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
24792 (gst_xvimagesink_colorbalance_set_value),
24793 (gst_xvimagesink_colorbalance_get_value),
24794 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
24795 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
24796 change from READY to NULL and fixed some stupid bugs in colorbalance
24797 get/set values. Also added the following feature : when nobody tries to
24798 set some values to the colorbalance levels before the xcontext is
24799 grabbed, then when creating channels list from Xv attributes we set the
24800 internal values to the Xv defaults. This way we handle buggy Xv drivers
24801 that set default hue values far from the middle of the range (Thanks
24802 to Jon Trowbridge for pointing that issue).
24803 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
24804 colorbalance levels have been set before xcontext is grabbed.
24806 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
24808 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24809 Fix the ossmixer case where we shouldn't open /dev/dsp* because
24810 it might block operations (which is bad for a mixer).
24812 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
24814 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
24815 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
24816 (gmip_find_type_pre):
24817 * gst-libs/gst/media-info/media-info-priv.h:
24818 * gst-libs/gst/media-info/media-info.c:
24819 (gst_media_info_instance_init), (gst_media_info_read_idler):
24820 add fakesink to get caps on decoder src pad again
24821 fix callback prototype to match new have_type signal signature
24823 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
24825 * gst/adder/gstadder.c: (gst_adder_link):
24826 fix non-compile and cut-n-paste code
24828 2004-01-21 David Schleef <ds@schleef.org>
24830 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
24831 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
24832 (gst_swfdec_init), (gst_swfdec_change_state):
24833 * ext/swfdec/gstswfdec.h:
24835 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
24836 (gst_adder_request_new_pad): Fix negotiation.
24837 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
24838 Add a fixate function.
24839 * gst/intfloat/gstfloat2int.c:
24840 * gst/intfloat/gstfloat2int.h:
24841 * gst/intfloat/gstint2float.c:
24842 * gst/intfloat/gstint2float.h:
24843 Completely rewrite the negotiation. Doesn't quite work yet,
24844 due to some buffer-frames problem.
24846 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
24848 * ext/gnomevfs/gstgnomevfssrc.c:
24849 * sys/v4l2/v4l2_calls.h:
24850 fix includes for distcheck
24852 2004-01-21 Christian Schaller <uraeus@gnome.org>
24855 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
24856 based on earlier patch from Laurent Vivier
24858 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
24860 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
24861 Fix wma caps property
24862 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24863 Fix typo (flags1 and flags2)
24865 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
24867 * gst-libs/gst/media-info/media-info-priv.c:
24868 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
24869 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
24870 (gmip_find_stream), (gmip_find_track_metadata),
24871 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
24872 (gmip_find_track_format):
24873 * gst-libs/gst/media-info/media-info-priv.h:
24874 * gst-libs/gst/media-info/media-info-test.c: (main):
24875 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
24876 (gst_media_info_read_idler), (gst_media_info_read):
24877 * gst-libs/gst/media-info/media-info.h:
24878 register debugging category and use it for debugging
24880 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
24882 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
24883 (gst_vorbisfile_new_link):
24884 signal streaminfo through tags
24886 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
24888 * ext/mplex/gstmplex.cc:
24889 * ext/mplex/gstmplexibitstream.cc:
24890 g++ doesn't like NULL in our i18n/error macros, should be
24891 either (NULL) or ("").
24893 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
24895 * sys/dxr3/dxr3audiosink.c:
24896 * sys/dxr3/dxr3init.c:
24897 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
24898 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
24899 Fix more error error error errors (missing includes here).
24901 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
24903 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24904 fix thomas' error errors.
24906 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
24908 * ext/mpeg2enc/gstmpeg2enc.cc:
24911 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
24913 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
24914 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
24915 Fix for new error system.
24917 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
24919 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
24920 fix for new error reporting
24922 2004-01-20 David Schleef <ds@schleef.org>
24924 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24925 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
24926 (gst_ximagesink_set_xwindow_id): Change to using a framerate
24927 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
24928 and neither is 100+, most likely.
24929 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
24930 (gst_xvimagesink_getcaps): same
24932 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
24935 Up version requirement to 2.0.3 (not yet released) to avoid symbol
24936 clashes with ffmpeg.
24938 2004-01-20 Julien MOUTTE <julien@moutte.net>
24940 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
24941 (gst_switch_init): Fixed switch element : proxying link and setting
24942 caps from src to sink on request.
24944 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
24946 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24947 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
24948 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
24951 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
24953 * sys/v4l/v4l_calls.h:
24954 * sys/v4l2/v4l2_calls.h:
24955 element_error fixes
24957 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
24959 * gst-libs/gst/gst-i18n-plugin.h:
24961 remove config.h inclusion
24963 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
24966 adding autopoint invocation
24969 * gst-libs/gst/gettext.h:
24970 adding gettext bits
24971 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
24972 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
24973 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24974 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
24975 (gst_gnomevfssink_close_file):
24976 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
24977 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
24978 * gst-libs/gst/gst-i18n-plugin.h:
24979 * gst/avi/gstavi.c: (plugin_init):
24980 * sys/dxr3/dxr3init.c: (plugin_init):
24981 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
24982 * sys/oss/gstossaudio.c: (plugin_init):
24983 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
24984 * sys/v4l/gstv4l.c: (plugin_init):
24985 * sys/v4l/v4l_calls.c: (gst_v4l_open):
24986 * sys/v4l2/gstv4l2.c: (plugin_init):
24987 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
24988 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
24989 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
24990 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
24991 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
24992 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
24993 make sure locale and translation domain are set
24994 fix translated strings
25000 put translation files into place
25001 * sys/xvideo/imagetest.c: (main):
25002 * ext/dv/demo-play.c: (main):
25003 fix unnecessary translations
25005 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
25007 * ext/sndfile/gstsf.c:
25008 * gst/avi/gstavimux.c:
25009 * ext/audiofile/gstafsink.c:
25010 * ext/audiofile/gstafsrc.c:
25011 * ext/gnomevfs/gstgnomevfssink.c:
25012 * ext/gnomevfs/gstgnomevfssrc.c:
25013 * sys/oss/gstosselement.c:
25014 * sys/v4l/v4l_calls.h:
25017 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
25019 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
25020 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
25021 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
25022 (gst_v4l2_get_output), (gst_v4l2_set_output),
25023 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
25024 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
25025 (gst_v4l2_set_attribute):
25026 update to new error handling
25028 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
25030 * ext/sidplay/gstsiddec.cc:
25031 * gst/modplug/gstmodplug.cc:
25032 parenthese NULL because C++ seems angry about it
25034 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
25036 * gst-libs/gst/gst-i18n-plugin.h:
25037 add skeleton i18n stuff, but needs to be further implemented
25039 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
25041 * examples/gstplay/player.c: (main):
25042 * ext/aalib/gstaasink.c: (gst_aasink_open):
25043 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
25044 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25045 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25046 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
25047 (gst_afsink_close_file):
25048 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
25049 (gst_afsrc_close_file):
25050 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
25051 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
25052 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
25053 * ext/esd/esdmon.c: (gst_esdmon_get):
25054 * ext/esd/esdsink.c: (gst_esdsink_chain):
25055 * ext/faac/gstfaac.c: (gst_faac_chain):
25056 * ext/faad/gstfaad.c: (gst_faad_chain):
25057 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
25058 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
25059 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
25060 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
25061 (gst_flacdec_loop):
25062 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
25063 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
25064 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
25065 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
25066 (gst_gnomevfssink_close_file):
25067 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
25068 (gst_gnomevfssrc_open_file):
25069 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
25070 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
25071 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
25072 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25073 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
25074 * ext/mad/gstmad.c: (gst_mad_chain):
25075 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
25076 * ext/mpeg2dec/gstmpeg2dec.c:
25077 * ext/mpeg2enc/gstmpeg2enc.cc:
25078 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
25079 * ext/mplex/gstmplex.cc:
25080 * ext/mplex/gstmplexibitstream.cc:
25081 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
25082 (gst_ogg_demux_push), (gst_ogg_pad_push):
25083 * ext/raw1394/gstdv1394src.c:
25084 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
25085 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
25086 * ext/sidplay/gstsiddec.cc:
25087 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
25089 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
25090 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
25091 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
25092 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
25093 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
25094 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
25095 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
25096 * gst-libs/gst/Makefile.am:
25097 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
25098 (gst_riff_read_element_data), (gst_riff_read_seek),
25099 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
25100 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
25101 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
25102 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
25103 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
25104 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
25105 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
25106 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
25107 * gst/goom/gstgoom.c: (gst_goom_chain):
25108 * gst/id3/gstid3types.c: (gst_id3types_loop):
25109 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
25110 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
25111 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
25112 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
25113 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
25114 (gst_ebml_read_float), (gst_ebml_read_header):
25115 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
25116 (gst_matroska_demux_parse_blockgroup):
25117 * gst/modplug/gstmodplug.cc:
25118 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
25119 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
25120 * gst/oneton/gstoneton.c: (gst_oneton_chain):
25121 * gst/silence/gstsilence.c: (gst_silence_get):
25122 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
25123 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
25124 * gst/speed/gstspeed.c: (speed_loop):
25125 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25126 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25127 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
25128 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25129 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
25130 (gst_wavparse_loop):
25131 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
25132 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
25133 (dxr3audiosink_close):
25134 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
25135 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
25136 (dxr3videosink_close), (dxr3videosink_write_data):
25137 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
25138 * sys/oss/gstosselement.h:
25139 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
25140 (gst_osssink_chain):
25141 * sys/oss/gstosssrc.c: (gst_osssrc_get):
25142 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
25143 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
25144 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
25145 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
25146 (gst_v4l_enable_overlay):
25147 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
25148 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
25149 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
25150 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
25151 (gst_v4l_set_audio):
25152 * sys/v4l/v4l_calls.h:
25153 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
25154 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
25155 (gst_v4lmjpegsink_playback_init),
25156 (gst_v4lmjpegsink_playback_start):
25157 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
25158 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
25159 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
25160 (gst_v4lmjpegsrc_requeue_frame):
25161 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25162 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
25163 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
25164 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
25165 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
25166 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
25167 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
25168 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
25169 (gst_v4l2src_capture_stop):
25170 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
25171 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
25172 (gst_ximagesink_chain):
25173 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
25174 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
25175 (gst_xvideosink_xwindow_new):
25176 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25177 (gst_xvimagesink_chain):
25178 use new error signal, function and categories
25180 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
25184 * ext/musicbrainz/gsttrm.c:
25185 * ext/musicbrainz/gsttrm.h:
25186 * ext/musicbrainz/Makefile.am:
25189 2004-01-18 Julien MOUTTE <julien@moutte.net>
25191 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
25192 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
25193 synchronous property for debugging.
25194 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
25195 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25196 (gst_xvimagesink_set_property): Moving a pointer declaration to a
25197 smaller block, fixing indent.
25199 2004-01-16 David Schleef <ds@schleef.org>
25201 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
25202 property affects the video stream.
25203 * sys/xvimage/xvimagesink.c:
25204 * sys/xvimage/xvimagesink.h:
25205 Add synchronous property for debugging. Should probably be
25206 disabled in non-CVS builds. Make sure that the Xv attribute
25207 exists before we set it (crash!). Fix a silly float bug that
25208 caused colorbalance to just not work.
25210 2004-01-17 Christian Schaller <Uraeus@gnome.org>
25212 * tools/gst-launch-ext.in - update for new plugins
25214 2004-01-16 David Schleef <ds@schleef.org>
25216 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
25217 already-freed caps.
25219 2994-01-16 Christian Schaller <Uraeus@gnome.org>
25221 * Update spec for new colorspace plugin and libcaca plugin
25222 * Fix compilation of libcaca plugin (clock -> id)
25224 2004-01-16 Julien MOUTTE <julien@moutte.net>
25226 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
25227 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
25228 (gst_xvimagesink_set_xwindow_id),
25229 (gst_xvimagesink_colorbalance_set_value),
25230 (gst_xvimagesink_colorbalance_get_value),
25231 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25232 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
25233 correct colorbalance properties. They can now be set when the element
25234 is still in NULL state. The values will be committed to the Xv Port
25235 when xcontext is initialized.
25236 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
25237 brightness int values in the GstXvImagesink structure.
25239 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25241 * gst-libs/gst/Makefile.am:
25242 restructure so having local patches works easier.
25244 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25246 * ext/mpeg2enc/Makefile.am:
25247 * ext/mpeg2enc/gstmpeg2enc.cc:
25248 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
25249 Bugfix with respect to EOS handling.
25251 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25253 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
25254 Link with right caps (else, it segfaults).
25255 * ext/mplex/gstmplexjob.cc:
25256 Fix for slight API change in 1.6.1.93 release of mjpegtools.
25258 2004-01-15 David Schleef <ds@schleef.org>
25260 * gst-libs/gst/audio/Makefile.am:
25261 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
25263 * gst-libs/gst/audio/gstaudiofilter.c:
25264 * gst-libs/gst/audio/gstaudiofilter.h:
25265 Add bytes_per_sample and size and n_samples calculation.
25266 * gst-libs/gst/audio/gstaudiofilterexample.c:
25267 Remove, now autogenerated.
25268 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
25269 Moved from gstaudiofilterexample, object name changed, code added
25270 so that it actually works.
25271 * gst-libs/gst/audio/make_filter:
25272 Script to build an audiofilter subclass from the template.
25273 * gst/colorspace/Makefile.am:
25274 * gst/colorspace/yuv2yuv.c:
25275 Remove file, since it's GPL, and we don't use it.
25277 2004-01-15 Julien MOUTTE <julien@moutte.net>
25279 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25280 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
25281 them use the buffer free function to test how the buffer was allocated.
25283 2004-01-15 David Schleef <ds@schleef.org>
25285 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
25286 that handles osssink fallback.
25287 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25288 (gst_audio_convert_getcaps):
25289 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
25290 Add audio/x-qdm2 for QDM2 audio.
25291 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
25292 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
25293 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
25294 Decrease minimum size to 16x16.
25295 * gst/wavparse/gstwavparse.c:
25296 Convert disabled pad template caps to new caps.
25297 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25298 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25299 (gst_xvimagesink_chain): Throw element error when display cannot
25300 be opened. Increase minimum framerate to 1.0. Check the data
25301 free function on a buffer to make sure it is the type we expect
25302 before manipulating it.
25304 2004-01-15 Julien MOUTTE <julien@moutte.net>
25306 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
25307 (gst_videobalance_colorbalance_set_value): Implement passthru if
25308 settings are in the middle.
25309 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
25311 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
25313 * gst/videofilter/Makefile.am:
25314 * gst/volume/Makefile.am:
25315 Since we use videofilter symbols, link to it.
25317 2004-01-15 Julien MOUTTE <julien@moutte.net>
25319 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
25320 mixer interface type to HARDWARE.
25321 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
25323 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
25324 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
25325 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
25326 (gst_volume_interface_init), (gst_volume_list_tracks),
25327 (gst_volume_set_volume), (gst_volume_get_volume),
25328 (gst_volume_set_mute), (gst_volume_mixer_init),
25329 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
25330 (volume_init): Implementing mixer interface.
25331 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
25332 * sys/oss/gstosselement.c: (gst_osselement_get_type),
25333 (gst_osselement_change_state): Removing some trailing commas in
25335 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
25336 interface type to HARDWARE.
25337 * sys/v4l/gstv4lcolorbalance.c:
25338 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
25340 * sys/v4l2/gstv4l2colorbalance.c:
25341 (gst_v4l2_color_balance_interface_init): Setting colorbalance
25342 interface type to HARDWARE.
25343 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
25344 same code than ximagesink for event handling.
25346 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
25348 * ext/snapshot/Makefile.am:
25349 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
25350 (gst_snapshot_chain):
25351 * ext/snapshot/gstsnapshot.h:
25352 This has to be a joke... Snapshot should be connected to a tee,
25353 colorspace element before it and EOS after that, where the other
25354 src of the tee receives normal data.
25355 The current way is *wrong*.
25357 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
25359 * ext/hermes/gsthermescolorspace.c:
25360 Fix another compile error. Same as below.
25362 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
25364 * gst/colorspace/gstcolorspace.c:
25365 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
25366 (gst_colorspace_i420_to_yv12):
25367 Fix compiling... Didn't test if it actually works.
25369 2004-01-15 David Schleef <ds@schleef.org>
25372 * gst/colorspace/Makefile.am:
25373 * gst/colorspace/gstcolorspace.c:
25374 * gst/colorspace/gstcolorspace.h:
25375 * gst/colorspace/yuv2rgb.c:
25376 * gst/colorspace/yuv2rgb.h:
25377 Duplicate the ext/hermes colorspace plugin, and remove Hermes
25378 code and GPL code. Fix for new caps negotiation. Rewrite
25379 much of the format handling code, and some of the conversion
25380 code. Basically, rewrote almost everything. This element
25381 handles I420, YV12 to RGB conversions.
25382 * ext/hermes/Makefile.am:
25383 * ext/hermes/gsthermescolorspace.c:
25384 Rename colorspace to hermescolorspace. Fix negotiation issues.
25385 Remove non-Hermes related code. This element handles lots of
25386 RGB to RGB conversions, but no YUV.
25387 * ext/hermes/gstcolorspace.c:
25388 * ext/hermes/gstcolorspace.h:
25389 * ext/hermes/rgb2yuv.c:
25390 * ext/hermes/yuv2rgb.c:
25391 * ext/hermes/yuv2rgb.h:
25392 * ext/hermes/yuv2rgb_mmx16.s:
25393 * ext/hermes/yuv2yuv.c:
25394 * ext/hermes/yuv2yuv.h:
25397 2004-01-14 Colin Walters <walters@verbum.org>
25399 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
25400 they've already been.
25402 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
25404 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
25405 assume tag mode when pad is not connected
25407 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
25409 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25410 Don't update the time of the clock
25411 (gst_alsa_sink_loop):
25412 sync to the clock given to alsasink, not the own clock
25413 * sys/oss/gstosssink.c: (gst_osssink_chain):
25415 (gst_osssink_change_state):
25417 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25418 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
25419 remove bogus code that made DISCONT events unhandled
25420 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
25421 explicitly case to double in _set_simple. (fixes 2nd warning in bug
25423 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
25424 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
25425 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
25426 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
25427 2nd warning in bug #131502)
25429 2004-01-14 Julien MOUTTE <julien@moutte.net>
25431 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
25432 (gst_videobalance_colorbalance_set_value),
25433 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
25434 for colorbalance interface implementation.
25435 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
25436 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
25437 (gst_ximagesink_dispose), (gst_ximagesink_init),
25438 (gst_ximagesink_class_init): Adding DISPLAY property.
25439 * sys/ximage/ximagesink.h: Adding display_name to store display.
25440 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25441 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25442 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
25443 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
25444 properties (they still need polishing though for gst-launch use : no
25445 xcontext yet, i ll do that tomorrow).
25446 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
25448 2004-01-14 Julien MOUTTE <julien@moutte.net>
25450 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
25451 (gst_play_set_location), (gst_play_set_visualization): Preparing
25452 switch integration, adding videobalance in the pipeline.
25454 2004-01-14 Julien MOUTTE <julien@moutte.net>
25456 * gst-libs/gst/colorbalance/colorbalance.c:
25457 (gst_color_balance_class_init): Adding a default type.
25458 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
25460 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
25461 (gst_videobalance_dispose), (gst_videobalance_class_init),
25462 (gst_videobalance_init), (gst_videobalance_interface_supported),
25463 (gst_videobalance_interface_init),
25464 (gst_videobalance_colorbalance_list_channels),
25465 (gst_videobalance_colorbalance_set_value),
25466 (gst_videobalance_colorbalance_get_value),
25467 (gst_videobalance_colorbalance_init): Implementing colorbalance
25469 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
25471 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
25472 bug which was triggering a BadAccess X error when setting an overlay
25473 before pad was really negotiated.
25474 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
25475 Using the colorbalance type macro.
25477 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25479 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
25480 (gst_flacenc_chain):
25481 handle tags correctly
25482 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25483 extract ID3v1 tags correctly
25485 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
25487 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
25489 Improve matroska typefinding for odd-typed headers...
25491 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
25493 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
25494 Fix for using incremental number on padnames.
25496 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
25498 * ext/divx/gstdivxdec.c:
25499 * ext/divx/gstdivxenc.c:
25500 Set category to divx4linux instead of divx (too generic).
25501 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25502 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25503 (gst_wavparse_loop), (gst_wavparse_change_state):
25504 * gst/wavparse/gstwavparse.h:
25505 fix parsing of WAV files with non-standard fmt-tag size and fix
25506 skipping of unrecognized chunks... Someone please fix this thing
25507 to use rifflib so all this is automated.
25508 * sys/v4l/Makefile.am:
25509 * sys/v4l2/Makefile.am:
25510 Add X_CFLAGS because we depend on X (for overlay).
25512 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
25514 * ext/mpeg2dec/gstmpeg2dec.c:
25515 Don't issue a timestamp unless we tagged the frame
25518 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25520 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
25521 Query the audio element to get the time, not the clock. We're
25522 interested in the element's time here.
25524 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25526 * ext/aalib/gstaasink.c: (gst_aasink_chain):
25527 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25528 * ext/esd/esdsink.c: (gst_esdsink_chain):
25529 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
25530 * ext/mas/massink.c: (gst_massink_chain):
25531 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
25532 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
25533 (gst_matroska_demux_parse_metadata):
25534 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
25535 (gst_mpeg_parse_release_locks):
25536 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
25537 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
25538 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25539 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
25540 (gst_osssink_change_state):
25541 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
25542 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25543 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
25544 (gst_xvideosink_release_locks):
25545 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
25547 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
25548 (gst_alsa_clock_stop):
25549 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
25550 (gst_audio_clock_get_internal_time):
25551 simplify for use with new clocking code.
25552 * testsuite/alsa/Makefile.am:
25553 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
25554 fix testsuite for new caps system
25556 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25558 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
25559 * ext/flac/gstflacenc.c: (add_one_tag):
25560 length is already host endian, no need to convert. Fixes playback of
25561 tagged files on PPC. (bug #128384)
25563 2004-01-13 Julien MOUTTE <julien@moutte.net>
25565 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
25566 colorbalance interface stating if it is hardware based or software
25568 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
25569 Removing a trailing comma.
25570 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25571 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
25572 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
25573 the documentation seems to be wrong on the -1000 to 1000 interval.
25575 2004-01-12 David Schleef <ds@schleef.org>
25577 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
25578 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
25579 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
25580 Fix negotiation. Add a bufferalloc function for the sink pad,
25581 and generally clean up some of the code.
25583 2004-01-12 Julien MOUTTE <julien@moutte.net>
25585 * gst-libs/gst/colorbalance/colorbalancechannel.c:
25586 (gst_color_balance_channel_dispose): Adding safety check in dispose
25588 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25589 (gst_xvimagesink_xcontext_clear),
25590 (gst_xvimagesink_interface_supported),
25591 (gst_xvimagesink_colorbalance_list_channels),
25592 (gst_xvimagesink_colorbalance_set_value),
25593 (gst_xvimagesink_colorbalance_get_value),
25594 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
25595 Adding colorbalance interface support to set XV parameters such as
25596 HUE, BRIGHTNESS, CONTRAST, SATURATION.
25597 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
25600 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
25602 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
25603 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
25604 (gst_audio_convert_init), (gst_audio_convert_set_property),
25605 (gst_audio_convert_get_property), (gst_audio_convert_chain),
25606 (gst_audio_convert_link),
25607 (gst_audio_convert_buffer_to_default_format),
25608 (gst_audio_convert_buffer_from_default_format), (plugin_init):
25609 - implement _getcaps and use it
25611 - remove float caps since no float conversion is actually done
25612 - remove properties and arguments that were to be used for rate
25615 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
25617 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
25618 (gst_audio_structure_set_int):
25619 * gst-libs/gst/audio/audio.h:
25620 add helper functions for _getcaps matching the standard audio
25623 2004-01-12 David Schleef <ds@schleef.org>
25625 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25626 Test that pad is negotiated before getting its caps.
25628 2004-01-12 Julien MOUTTE <julien@moutte.net>
25630 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
25631 analyzing the pads of an element the bin is mostly in READY state so
25632 no caps were negotiated. This helper function needs to work with
25633 _get_caps directly then. I was not freeing them though, added that to
25636 2004-01-12 Julien MOUTTE <julien@moutte.net>
25638 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25639 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
25640 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
25641 than the free_func.
25643 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
25645 * sys/oss/gstossaudio.c: (plugin_init):
25646 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25647 * sys/oss/gstosselement.h:
25648 make an oss debugging category
25649 make failure more descriptive
25651 2004-01-11 David Schleef <ds@schleef.org>
25653 * ext/ffmpeg/gstffmpeg.c:
25654 * ext/ffmpeg/gstffmpegcodecmap.c:
25655 * ext/ffmpeg/gstffmpegdec.c:
25656 * ext/ffmpeg/gstffmpegenc.c:
25657 * ext/ffmpeg/gstffmpegprotocol.c:
25658 * ext/gdk_pixbuf/gstgdkanimation.c:
25659 * ext/jpeg/gstjpeg.c:
25660 * ext/libpng/gstpng.c:
25661 * ext/mpeg2dec/perftest.c:
25662 * ext/speex/gstspeex.c:
25663 * gst-libs/gst/resample/dtos.c:
25664 * gst/intfloat/gstintfloatconvert.c:
25665 * gst/oneton/gstoneton.c:
25666 * gst/rtjpeg/RTjpeg.c:
25667 * gst/rtp/gstrtp.c:
25668 * sys/dxr3/dxr3init.c:
25669 * sys/glsink/gstgl_nvimage.c:
25670 * sys/glsink/gstgl_pdrimage.c:
25671 * sys/glsink/gstglsink.c:
25672 * testsuite/gst-lint:
25673 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
25675 2004-01-11 David Schleef <ds@schleef.org>
25677 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
25678 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
25679 * ext/gdk_pixbuf/gstgdkanimation.c:
25680 (gst_gdk_animation_iter_create_pixbuf):
25681 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
25682 (gst_gdk_pixbuf_chain):
25683 * ext/gdk_pixbuf/gstgdkpixbuf.h:
25684 * ext/jack/gstjack.c: (gst_jack_change_state):
25685 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
25686 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
25687 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
25688 * gst/videofilter/gstvideofilter.c:
25689 (gst_videofilter_set_output_size):
25690 Remove all usage of gst_pad_get_caps(), and replace it with
25691 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
25693 2004-01-11 David Schleef <ds@schleef.org>
25696 * ext/Makefile.am: Fixes to make ext/libcaca compile.
25697 * ext/divx/gstdivxdec.c:
25698 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
25699 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
25700 handle images that span multiple buffers. Now work with both
25701 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
25702 * ext/gdk_pixbuf/gstgdkpixbuf.h:
25703 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
25704 video/video.h changes
25705 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
25706 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
25707 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
25708 of GstData free function.
25709 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
25712 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25714 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
25715 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
25716 (gst_v4l2element_get_property):
25717 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
25718 add norm, channel and frequency properties.
25719 * sys/v4l2/gstv4l2tuner.c:
25720 fixes for tuner interface changes
25721 * sys/v4l2/gstv4l2element.h:
25722 * sys/v4l2/gstv4l2src.c:
25723 * sys/v4l2/gstv4l2src.h:
25724 * sys/v4l2/v4l2src_calls.c:
25725 * sys/v4l2/v4l2src_calls.h:
25726 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
25728 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25730 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
25731 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
25732 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
25733 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
25734 * gst-libs/gst/tuner/tuner.h:
25735 GObjects aren't const.
25736 Add find_by_name functions.
25737 Add checks to _changed functions.
25738 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
25739 (gst_v4l_tuner_get_norm):
25742 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25744 * gst-libs/gst/video/video.h:
25745 Fix caps template names to be understandable.
25746 Prefix everything with GST_VIDEO.
25747 * ext/aalib/gstaasink.c:
25748 * ext/divx/gstdivxdec.c:
25749 * ext/divx/gstdivxenc.c:
25750 * ext/gdk_pixbuf/gstgdkpixbuf.c:
25751 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
25752 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
25753 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
25754 * ext/libcaca/gstcacasink.c:
25755 * ext/libpng/gstpngenc.c: (raw_caps_factory):
25756 * ext/snapshot/gstsnapshot.c:
25757 * ext/swfdec/gstswfdec.c:
25758 * ext/xvid/gstxviddec.c:
25759 * ext/xvid/gstxvidenc.c:
25760 * gst/chart/gstchart.c:
25761 * gst/deinterlace/gstdeinterlace.c:
25762 * gst/effectv/gsteffectv.c:
25763 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
25764 * gst/goom/gstgoom.c:
25765 * gst/median/gstmedian.c:
25766 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
25767 (gst_monoscope_srcconnect), (gst_monoscope_chain):
25768 * gst/overlay/gstoverlay.c:
25769 * gst/smooth/gstsmooth.c:
25770 * gst/smpte/gstsmpte.c:
25771 * gst/synaesthesia/gstsynaesthesia.c:
25772 * gst/videocrop/gstvideocrop.c:
25773 * gst/videodrop/gstvideodrop.c:
25774 * gst/y4m/gsty4mencode.c:
25775 * sys/qcam/gstqcamsrc.c:
25776 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
25777 Make them work with new video.h file.
25778 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25779 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
25780 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25781 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
25782 Make it work with new buffer allocation system.
25784 2004-01-11 Julien MOUTTE <julien@moutte.net>
25786 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
25787 pad_alloc_buffer implementation to use ->srcpad
25788 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
25789 pad_alloc_buffer implementation to use ->srcpad
25790 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
25791 pad_alloc_buffer implementation to use ->srcpad
25792 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25793 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
25794 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
25795 a reference to everything we need.
25796 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
25797 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25798 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25799 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
25800 a reference to everything we need.
25801 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
25803 2004-01-11 David Schleef <ds@schleef.org>
25805 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
25806 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
25807 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
25809 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
25810 value during a resize/renegotiation.
25811 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
25812 gst_pad_alloc_buffer();
25813 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
25814 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
25816 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
25817 Fix for rename of buffer private structure members.
25818 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25819 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
25820 Fix for rename of buffer private structure members.
25821 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25822 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
25823 Fix for rename of buffer private structure members.
25825 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
25827 reviewed by: David Schleef <ds@schleef.org>
25829 * gst/videofilter/Makefile.am:
25830 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
25831 from the patch by ds to fit in with recent make_filter changes.
25833 2004-01-11 Julien MOUTTE <julien@moutte.net>
25835 * configure.ac: Adding examples/switch/Makefile
25836 * examples/Makefile.am: Adding examples/switch
25837 * examples/switch/Makefile.am: Adding switcher example.
25838 * examples/switch/switcher.c: (got_eos), (idle_iterate),
25839 (switch_timer), (main): Adding an example demonstrating switch usage
25840 with 2 videotestsrc showing different patterns.
25841 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
25842 (gst_switch_init): Fixing switch with the new caps system.
25844 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25846 * gst-libs/gst/video/video.h:
25847 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
25848 They should probably be like
25849 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
25851 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25853 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25854 (qtdemux_parse_trak):
25855 fix audio chunk size/timestamp calculation
25857 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25859 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
25862 2004-01-11 Steve Baker <steve@stevebaker.org>
25864 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
25865 (gst_agingtv_base_init), (gst_agingtv_class_init),
25866 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
25867 (gst_agingtv_set_property), (gst_agingtv_get_property):
25868 Port agingTV to videofilter
25870 2004-01-09 Julien MOUTTE <julien@moutte.net>
25872 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
25873 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25875 2004-01-09 Julien MOUTTE <julien@moutte.net>
25877 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
25878 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25879 * gst-libs/gst/xoverlay/xoverlay.c:
25880 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
25881 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
25882 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25883 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25884 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25885 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25886 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
25887 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
25888 the bufferalloc_function to replace bufferpools, fixing the XOverlay
25889 interface implementation to handle xid being 0 and fix some bugs
25890 triggered by Benjamin's testcase.
25891 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25892 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25893 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
25894 the bufferalloc_function to replace bufferpools, fixing the XOverlay
25895 interface implementation to handle xid being 0 and fix some bugs
25896 triggered by Benjamin's testcase.
25898 2004-01-09 David Schleef <ds@schleef.org>
25900 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
25901 mouse pointer events. It works.
25903 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
25905 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
25906 Use explicit caps - fix capsnego.
25907 * ext/xvid/gstxviddec.c:
25908 * ext/xvid/gstxvidenc.c:
25909 Remove macro-inside-macro which caused compile errors.
25910 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
25911 Error out if it's not a RIFF file. Else we error out without
25912 gst_element_error() which is not good...
25914 2004-01-08 David Schleef <ds@schleef.org>
25916 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
25917 Fix pad_link function to handle formats that ffmpeg returns
25918 as multiple caps structures.
25919 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
25920 Only complain if source buffer is _smaller_ than expected.
25921 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
25922 (gst_videoscale_handle_src_event): Resize navigation events
25923 when passing them upstream.
25924 * gst/videotestsrc/gstvideotestsrc.c:
25925 * gst/videotestsrc/gstvideotestsrc.h:
25926 * gst/videotestsrc/videotestsrc.c:
25927 * gst/videotestsrc/videotestsrc.h:
25928 Rewrite many of the buffer painting functions to handle odd
25929 sizes (for many formats, size%4!=0 or size%8!=0). Most have
25930 been verified to work with my video card.
25931 * testsuite/gst-lint: Add check for elements calling
25932 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
25934 2004-01-08 David Schleef <ds@schleef.org>
25936 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25937 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
25939 2004-01-08 Julien MOUTTE <julien@moutte.net>
25941 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
25942 configure event is not emiting the desired size signal. That fixes
25943 aspect ratio issues with gst-player.
25945 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
25947 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
25950 2004-01-08 Julien MOUTTE <julien@moutte.net>
25952 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
25953 public method to fire size signal.
25955 2004-01-07 Julien MOUTTE <julien@moutte.net>
25957 * examples/gstplay/Makefile.am: Adding the interface library.
25958 * gst-libs/gst/play/Makefile.am: Adding the interface library.
25959 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
25960 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
25961 GST_IS_X_OVERLAY before signal connect.
25962 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
25963 Removing the have_video_size signal.
25964 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
25965 and associated public method.
25966 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
25967 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
25969 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
25970 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
25972 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
25973 Using XOverlay public method to fire size signal.
25975 2004-01-07 David Schleef <ds@schleef.org>
25977 * gst/videofilter/Makefile.am:
25978 * gst/videofilter/gstvideotemplate.c:
25979 * gst/videofilter/make_filter:
25980 Create gstvideoexample.c in a srcdir!=builddir friendly way.
25981 Convert make_filter to /bin/sh script.
25983 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
25985 * gst/modplug/gstmodplug.cc: fix element description
25987 2004-01-07 Julien MOUTTE <julien@moutte.net>
25989 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
25990 (got_video_size): Adding some new lines in g_print calls.
25991 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25992 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
25993 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
25994 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
25995 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
25996 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
25997 Complete code review, reverting some stuff i disagree with, adding
25998 some fixes : time synchronization on invalid timestamps, renegotiation
26000 * sys/ximage/ximagesink.h:
26001 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
26002 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
26003 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
26004 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
26005 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
26006 (gst_xvimagesink_buffer_new),
26007 (gst_xvimagesink_navigation_send_event),
26008 (gst_xvimagesink_set_xwindow_id),
26009 (gst_xvimagesink_get_desired_size),
26010 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
26011 stuff i disagree with, adding some fixes : Renegotiation of private
26012 window, implementing get_desired_size.
26014 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
26016 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
26017 (gst_afsink_handle_event):
26018 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
26019 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
26020 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
26021 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
26022 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
26023 Fix for instantiate-test (see core). Also remove dead code from
26024 jpegenc (which still needs fixing, but that's lower on my TODO
26026 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
26027 Never return NULL as caps.
26029 2004-01-07 David Schleef <ds@schleef.org>
26033 * ext/librfb/Makefile.am:
26034 * ext/librfb/gstrfbsrc.c:
26035 New source plugin based on librfb-0.1. RFB (remote framebuffer)
26036 is the protocol used by VNC.
26038 2004-01-07 David Schleef <ds@schleef.org>
26040 * gst/videofilter/gstvideotemplate.c:
26041 * gst/videofilter/gstvideotemplate.h:
26042 * gst/videofilter/make_filter:
26043 Merge videotemplate header into source file.
26044 * gst/effectv/Makefile.am:
26045 * gst/effectv/gsteffectv.c: (plugin_init):
26046 * gst/effectv/gstwarp.c:
26047 Make warpTV a subclass of videofilter.
26049 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
26051 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
26052 Add guard against invalid utf-8 conversions in mad. Just in case.
26054 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
26056 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
26057 Fix for bug shown by poisoning
26059 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
26061 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
26062 (gst_v4lmjpegsrc_buffer_free):
26063 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
26064 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
26065 (gst_v4lsrc_buffer_free):
26066 Fix for removed bufferpools.
26068 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
26070 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
26071 Fix caps negotiation.
26073 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
26074 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
26075 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26077 * ext/mpeg2dec/gstmpeg2dec.c:
26078 * gst-libs/gst/navigation/navigation.c:
26079 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
26080 * gst-libs/gst/navigation/navigation.h:
26081 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
26082 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
26083 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
26084 Super-simple first version of mouse and keyboard events. Clicking
26085 on a DVD menu now works, although it may not take you where you
26088 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
26089 * gst/videotestsrc/gstvideotestsrc.c:
26090 (gst_videotestsrc_src_fixate):
26091 These fixate functions were broken - they never actually
26094 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
26096 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
26097 (gst_icecastsend_init):
26098 fix for new caps system.
26099 * gst-libs/gst/mixer/mixertrack.h:
26100 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
26101 Add 'master track' flag (for tools like ACME that only want to
26102 change the main volume).
26104 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
26106 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
26107 (gst_xvid_csp_to_caps):
26108 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
26109 * ext/xvid/gstxvidenc.c:
26110 ifdef out ARGB type when it isn't available
26111 in xvidcore 1.0.0beta2
26113 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
26115 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
26116 When we have received a new SCR right in the first buffer after
26117 a seek (so in the same cycle that handles the discont), we should
26118 handle the buffer instead of unreffing it, else we lose data.
26120 2004-01-06 Iain <iain@prettypeople.org>
26122 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
26123 buffer-frames caps too.
26125 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
26126 caps that we need, don't destroy them all and rebuild them. And when
26127 creating src pads, use the src pad template rather than the sink...
26129 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
26131 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
26132 Add pad to element *after* setting functions such as event handler.
26133 Without this, the scheduler (opt) will link pads, set the event
26134 handler from the default event function (dispatcher in gstpad.c)
26135 and *after* that, we will set our own event function, which will
26136 thus never be used (and thus mpegdemux doesn't handle events).
26138 2004-01-04 David Schleef <ds@schleef.org>
26140 Fix the fixate functions to handle new prototype:
26141 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
26142 * gst/videotestsrc/gstvideotestsrc.c:
26143 (gst_videotestsrc_src_fixate):
26144 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
26145 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
26146 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
26148 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
26150 * sys/ximage/ximagesink.h:
26151 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26152 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
26153 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
26154 (gst_ximagesink_xoverlay_init):
26155 assorted fixes to make (re)embedding work
26156 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
26157 (gst_ximagesink_get_desired_size):
26158 implement desired size additions to XOverlay
26160 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
26162 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
26163 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
26164 (gst_x_overlay_got_desired_size):
26165 * gst-libs/gst/xoverlay/xoverlay.h:
26166 Add optional "desired size" signal and querying.
26168 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
26170 * gst/matroska/matroska-demux.c:
26171 (gst_matroska_demux_parse_blockgroup):
26172 Fix EBML-laced block parsing. Diffs are relative to previous
26173 lace, not the first lace. Thanks to Mosu from the Matroska
26174 team for detecting this.
26175 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26176 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
26177 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
26178 (gst_wavparse_change_state):
26179 * gst/wavparse/gstwavparse.h:
26180 Quickfix for capsnego.
26182 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
26184 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
26185 Fix indenting, fix pad creation.
26187 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
26189 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
26190 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
26191 (gst_xviddec_sink_link):
26192 Implement src_getcaps() so proper size caps is negotiated.
26194 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
26196 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
26197 Finish flac decoder on EOS. See #116178.
26199 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
26201 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
26202 (gst_matroska_demux_add_stream):
26203 * gst/matroska/matroska-ids.h:
26204 Add getcaps() function to fix capsnego...
26206 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
26208 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26209 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26210 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26211 Fix more integer overflows. Again, see #126967.
26213 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
26215 * ext/mpeg2dec/gstmpeg2dec.c:
26216 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
26219 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
26222 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
26223 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
26224 * ext/xvid/gstxvid.h:
26225 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
26226 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
26227 (gst_xviddec_src_link), (gst_xviddec_sink_link),
26228 (gst_xviddec_change_state):
26229 * ext/xvid/gstxviddec.h:
26230 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
26231 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
26232 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
26233 (gst_xvidenc_link), (gst_xvidenc_set_property),
26234 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
26235 * ext/xvid/gstxvidenc.h:
26236 Update xvid plugin to latest xvid (1.0.0-beta3) API.
26238 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
26240 * gst/rtp/rtp-packet.c:
26241 Add sys/types.h include, since OS X doesn't define in_addr_t
26242 in netinet/in.h, like it does on Linux (see #129600).
26244 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
26246 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
26248 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
26249 Correct logic of dispose function (see #129306).
26251 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
26253 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
26254 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
26255 (gst_mpeg_parse_init):
26256 * gst/mpegstream/gstmpegparse.h:
26257 Remove clock (which was never provided, i.e. dead code), and
26258 also fix integer overflows at high PTS values (see #126967).
26260 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
26262 * ext/flac/gstflacdec.c:
26263 * ext/libpng/gstpngenc.h:
26264 * ext/mikmod/gstmikmod.h:
26265 OS X fixes (see #126628).
26267 2004-01-02 David Schleef <ds@schleef.org>
26269 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
26270 (gst_alsa_src_base_init): Remove bogus "src" request pad.
26271 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
26272 (gst_mpeg_parse_class_init): Move pad template registration
26273 to class_init, since the derived class (mpegdemux) doesn't
26276 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
26278 * sys/ximage/Makefile.am:
26279 * sys/xvideo/Makefile.am:
26280 * sys/xvimage/Makefile.am:
26281 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
26282 after installation (see #127664).
26284 2004-01-02 David Schleef <ds@schleef.org>
26286 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
26287 (gst_ffmpegenc_connect): Negotiation fixes.
26288 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
26289 Remove inappropriate gst_caps_free().
26290 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
26291 Reenable Ronald's internal resize code, since the core handles
26294 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
26296 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
26297 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
26298 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
26299 Fix pad template stuff.
26301 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
26303 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
26304 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
26305 fix signed integer reading/writing.
26307 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
26310 Remove outdated document
26312 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
26314 * gst/cutter/gstcutter.c: (gst_cutter_init):
26315 src pad was being created twice - oops.
26317 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
26319 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
26320 Comment out internal resize. It doesn't handle the resulting
26321 XEvent internally, does another try_set_caps() which leads to
26322 a really nice loop.
26323 Real fix will come when Julien and Dave are awake. ;).
26325 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
26327 * ext/mpeg2enc/gstmpeg2enc.cc:
26328 fix const/nonconst compile issue.
26330 2004-01-02 David Schleef <ds@schleef.org>
26332 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
26333 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
26334 Add fixate function and a check for bad formats.
26336 2004-01-01 David Schleef <ds@schleef.org>
26339 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
26340 (gst_audiofilter_init):
26341 * gst/debug/efence.c: (gst_efence_init):
26342 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
26343 (gst_deinterlace_init):
26344 * gst/volume/gstvolume.c: (volume_connect):
26346 2004-01-01 David Schleef <ds@schleef.org>
26348 Convert elements to use gst_pad_use_explicit_caps() where
26350 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
26351 * ext/audiofile/gstafparse.c: (gst_afparse_init),
26352 (gst_afparse_open_file):
26353 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
26354 (gst_afsrc_open_file):
26355 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
26356 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
26357 (gst_ffmpegdec_chain):
26358 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
26359 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
26360 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
26361 (gst_gdk_pixbuf_chain):
26362 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
26363 (gst_jpegdec_chain):
26364 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
26365 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
26366 (gst_mikmod_negotiate):
26367 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26368 (gst_mpeg2dec_negotiate_format):
26369 * ext/mpeg2enc/gstmpeg2enc.cc:
26370 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26371 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
26372 (gst_speexdec_sinkconnect):
26373 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
26374 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
26375 (gst_vorbisfile_new_link):
26376 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
26377 (gst_ac3parse_chain):
26378 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
26379 (gst_asf_demux_setup_pad):
26380 * gst/auparse/gstauparse.c: (gst_auparse_init),
26381 (gst_auparse_chain):
26382 * gst/id3/gstid3types.c: (gst_id3types_loop):
26383 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
26384 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26385 (mp1videoparse_parse_seq):
26386 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
26388 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26389 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
26390 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26391 (gst_mpeg_parse_send_data):
26392 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26393 (gst_qtdemux_add_stream):
26394 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
26395 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26396 (gst_wavparse_parse_fmt):
26398 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
26401 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
26402 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
26403 it therefore uses the wrong include paths. Too bad... Note
26404 that 1.6.1.93 is not release yet. ;).
26405 Also add a check for mplex, which is now using the lib'ified
26406 mplex from mjpegtools, too.
26407 * ext/ffmpeg/gstffmpegcodecmap.c:
26408 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
26409 issues. I don't think ffmpeg handles 3ivx correctly, so this
26410 probably won't work. But it won't hurt either.
26411 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
26412 (gst_ffmpegdec_chain):
26413 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
26414 (gst_ffmpegenc_chain_audio):
26415 Fix memleak in audio encoding. Close codec if open fails, this
26416 calls the cleanup routines so we can re-use the context.
26417 * ext/mpeg2enc/gstmpeg2enc.cc:
26418 Fix pad template names/types, fix memory issue with getcaps().
26419 * ext/mpeg2enc/gstmpeg2encoder.cc:
26420 * ext/mpeg2enc/gstmpeg2encoder.hh:
26421 Fix compile issue with new caps system (const thingy).
26422 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
26423 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
26424 We read a first frame right on initing, so that we have a caps
26425 when we init the output. This caps is cached in padprivate and
26426 read as first frame.
26427 * ext/mplex/Makefile.am:
26428 * ext/mplex/gstmplex.cc:
26429 * ext/mplex/gstmplex.h:
26430 * ext/mplex/gstmplex.hh:
26431 * ext/mplex/gstmplexibitstream.cc:
26432 * ext/mplex/gstmplexibitstream.hh:
26433 * ext/mplex/gstmplexjob.cc:
26434 * ext/mplex/gstmplexjob.hh:
26435 * ext/mplex/gstmplexoutputstream.cc:
26436 * ext/mplex/gstmplexoutputstream.hh:
26437 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
26438 had issues, didn't do capsnego, supported only a subset of the
26439 mplex features and required a mplex fork in our local CVS. Plus
26440 that it worked agaist a very old mplex version. Rewriting was
26441 faster than updating it.
26442 * gst-libs/ext/Makefile.am:
26443 * gst-libs/ext/mplex/INSTRUCT:
26444 * gst-libs/ext/mplex/Makefile.am:
26445 * gst-libs/ext/mplex/README:
26446 * gst-libs/ext/mplex/TODO:
26447 * gst-libs/ext/mplex/ac3strm_in.cc:
26448 * gst-libs/ext/mplex/audiostrm.hh:
26449 * gst-libs/ext/mplex/audiostrm_out.cc:
26450 * gst-libs/ext/mplex/aunit.hh:
26451 * gst-libs/ext/mplex/bits.cc:
26452 * gst-libs/ext/mplex/bits.hh:
26453 * gst-libs/ext/mplex/buffer.cc:
26454 * gst-libs/ext/mplex/buffer.hh:
26455 * gst-libs/ext/mplex/fastintfns.h:
26456 * gst-libs/ext/mplex/format_codes.h:
26457 * gst-libs/ext/mplex/inputstrm.cc:
26458 * gst-libs/ext/mplex/inputstrm.hh:
26459 * gst-libs/ext/mplex/lpcmstrm_in.cc:
26460 * gst-libs/ext/mplex/mjpeg_logging.cc:
26461 * gst-libs/ext/mplex/mjpeg_logging.h:
26462 * gst-libs/ext/mplex/mjpeg_types.h:
26463 * gst-libs/ext/mplex/mpastrm_in.cc:
26464 * gst-libs/ext/mplex/mpegconsts.cc:
26465 * gst-libs/ext/mplex/mpegconsts.h:
26466 * gst-libs/ext/mplex/mplexconsts.hh:
26467 * gst-libs/ext/mplex/multplex.cc:
26468 * gst-libs/ext/mplex/outputstream.hh:
26469 * gst-libs/ext/mplex/padstrm.cc:
26470 * gst-libs/ext/mplex/padstrm.hh:
26471 * gst-libs/ext/mplex/stillsstream.cc:
26472 * gst-libs/ext/mplex/stillsstream.hh:
26473 * gst-libs/ext/mplex/systems.cc:
26474 * gst-libs/ext/mplex/systems.hh:
26475 * gst-libs/ext/mplex/vector.cc:
26476 * gst-libs/ext/mplex/vector.hh:
26477 * gst-libs/ext/mplex/videostrm.hh:
26478 * gst-libs/ext/mplex/videostrm_in.cc:
26479 * gst-libs/ext/mplex/videostrm_out.cc:
26480 * gst-libs/ext/mplex/yuv4mpeg.cc:
26481 * gst-libs/ext/mplex/yuv4mpeg.h:
26482 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
26483 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
26484 We don't fork mjpegtools' mplex in our CVS anymore.
26485 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
26486 (gst_avi_demux_add_stream):
26487 * gst/avi/gstavidemux.h:
26488 Add getcaps() function for proper caps nego. This makes some
26489 parts of AVI playback/reading work.
26490 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
26491 Resize window on new capsnego. This is probably wrong, but
26492 I'm still committing it because with current capsnego, the
26493 first successfull capsnego is auto-fixated, therefore rounded
26494 down to the lowest values in the caps. this results in a 16x16
26495 XWindow that is not reized when real capsnego finishes.
26496 Dave, I see more cases of this, do you know a proper solution?
26497 * tools/gst-launch-ext.in:
26498 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
26500 2003-12-31 David Schleef <ds@schleef.org>
26502 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
26503 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
26504 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
26506 2003-12-30 David Schleef <ds@schleef.org>
26508 * ext/ffmpeg/gstffmpegcolorspace.c:
26509 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
26510 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
26511 (gst_ffmpegcsp_chain): Negotiation fixes
26512 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
26513 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
26514 (gst_audio_convert_link), (gst_audio_convert_channels):
26515 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
26516 (gst_audioscale_link), (gst_audioscale_get_buffer),
26517 (gst_audioscale_chain): Negotiation fixes
26518 * gst/audioscale/gstaudioscale.h:
26519 * gst/videofilter/gstvideofilter.c:
26520 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
26521 (gst_videofilter_link), (gst_videofilter_init),
26522 (gst_videofilter_set_output_size), (gst_videofilter_setup),
26523 (gst_videofilter_find_format_by_structure):
26524 * gst/videofilter/gstvideofilter.h: Negotiation fixes
26525 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
26526 (gst_videoscale_link):
26527 * gst/videoscale/videoscale.c: (videoscale_get_structure),
26528 (videoscale_find_by_structure), (gst_videoscale_setup):
26529 * gst/videoscale/videoscale.h: Negotiation fixes
26530 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
26531 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
26532 function, restrict resizing to a multiple of 4 (hack until
26533 everyone supports odd sizes correctly).
26535 2003-12-29 Colin Walters <walters@verbum.org>
26537 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
26540 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
26542 * ext/sndfile/gstsf.c: (gst_sf_loop):
26543 Fix warning about discarding const qualifier
26545 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
26547 * gst/cutter/gstcutter.c:
26548 * gst/videoscale/gstvideoscale.c:
26549 * gst/volenv/gstvolenv.c:
26550 * gst-libs/gst/audio/audio.c:
26551 * gst-libs/gst/video/video.c:
26554 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26556 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
26557 Don't send ALSA debugging to stderr.
26558 * ext/alsa/gstalsa.h:
26559 Use GST_WARNING instead of g_warning when ALSA functions fail.
26561 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26563 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
26564 Free XVAdapterInfo correctly.
26566 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26568 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26569 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
26570 Make id3tag use correct caps nego.
26572 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
26574 * ext/ivorbis/vorbis.c:
26575 * ext/ivorbis/vorbisenc.h:
26576 * ext/ivorbis/vorbisfile.c:
26577 Modify so that it uses the new caps things
26579 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26581 * testsuite/spider/spider1.c: (main):
26582 * testsuite/spider/spider2.c: (main):
26583 * testsuite/spider/spider3.c: (main):
26584 Make tests compile again. They probably don't work.
26586 2003-12-24 Colin Walters <walters@verbum.org>
26588 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
26589 we can't fixate the caps anymore.
26591 2003-12-23 David Schleef <ds@schleef.org>
26593 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
26594 * sys/oss/gstosssink.c: (gst_osssink_init),
26595 (gst_osssink_sink_fixate): Add fixate function.
26597 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
26599 * ext/ffmpeg/gstffmpegcodecmap.c:
26600 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
26601 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
26602 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
26603 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
26604 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
26605 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
26606 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
26607 fix typo in RGB masks, and move back to "old" colorspace
26608 capsnego code until whoever wrote this new crap has actually
26609 tested it so that it works.
26610 And yes, this works, keep it that way please.
26612 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
26614 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
26615 (gst_divxdec_init), (gst_divxdec_negotiate):
26616 * ext/divx/gstdivxdec.h:
26617 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
26618 (gst_divxenc_init):
26619 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
26620 (gst_faac_sinkconnect), (gst_faac_srcconnect):
26621 * ext/mpeg2enc/gstmpeg2enc.cc:
26622 * ext/mpeg2enc/gstmpeg2encoder.cc:
26623 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
26624 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
26625 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
26626 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
26627 (dxr3spusink_init):
26628 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
26629 (dxr3videosink_init):
26630 Fix caps breakage after Dave's caps branch merge.
26632 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
26634 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26635 Fix for 24bpp display.
26637 2003-12-23 Colin Walters <walters@verbum.org>
26639 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
26640 a GnomeVFSHandle directly.
26642 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
26644 * gst/volume/Makefile.am:
26645 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
26646 (volume_base_init), (volume_init):
26647 Reenable volume element and fix to work with new caps stuff.
26648 Rhythmbox needs this.
26650 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
26652 * gst/qtdemux/qtdemux.c: (plugin_init):
26653 qtdemux requires bytestream
26655 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
26657 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
26658 Fix remaining caps handling errors due to CAPS merge.
26660 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
26662 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
26663 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
26664 (gst_faad_srcconnect):
26665 Port to new caps system.
26667 2003-12-21 Julien MOUTTE <julien@moutte.net>
26669 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
26670 (got_video_size), (main): using g_print instead of g_message.
26671 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
26672 signal which was not emitted because of "switch" element added to the
26673 bin but not connected. (Removing from the bin temporarily)
26675 2003-12-21 Julien MOUTTE <julien@moutte.net>
26677 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
26678 find X development files. I don't understand the previous tests and
26679 they fail on my debian/ppc unstable. This one works.
26680 * examples/gstplay/player.c: (main): Set the pipeline to READY before
26682 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
26683 (gst_play_set_video_sink), (gst_play_set_audio_sink),
26684 (gst_play_set_visualization): Add some safety checks in set_ methods
26685 and state_change. This was throwing some ugly CRITICAL messages when
26686 pipeline was getting disposed and casts were failing.
26688 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
26691 Improve mpeg2enc detection. This is for distributions that do
26692 ship mjpegtools, but without mpeg2enc. Also does object check
26693 for might there ever be ABI incompatibility.
26694 * ext/mpeg2enc/gstmpeg2enc.cc:
26695 Add Andrew as second maintainer (he's helping me), and also add
26696 an error if no caps was set. This happens if I pull before capsnego
26697 and that's something I should solve sometime else.
26698 * gst/matroska/matroska-demux.c:
26699 (gst_matroska_demux_parse_blockgroup):
26701 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
26702 (gst_matroska_mux_track_header):
26703 Add caps to templates.
26704 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
26705 Add mpegversion=1 to prevent confusion with MPEG/AAC.
26706 * gst/mpegstream/gstmpegdemux.c:
26707 Remove layer since it causes warnings about unfixed caps.
26708 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
26709 Fix obvious typo (we error out if caps were set, we should of
26710 course error out if *no* caps were set).
26711 * sys/oss/gstosselement.c: (gst_osselement_convert):
26712 Fix format conversion, we confused bits/bytes.
26713 * sys/oss/gstosselement.h:
26714 Improve documentation for 'bps'.
26716 Remove stuff about plugins that need removing - this was done
26718 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
26719 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
26720 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
26721 (gst_v4lsrc_src_query):
26722 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
26723 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
26724 Add get_query_types(), get_formats() and query() functions.
26726 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
26728 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
26729 * moved CVS to freedesktop.org