1 2004-03-12 David Schleef <ds@schleef.org>
3 * configure.ac: the Hermes library controls hermescolorspace, not
5 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
6 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
8 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
9 * ext/sdl/sdlvideosink.h: ditto.
10 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
12 2004-03-12 Benjamin Otte <otte@gnome.org>
14 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
15 (gst_x_overlay_got_xwindow_id):
16 * gst-libs/gst/xoverlay/xoverlay.h:
17 replace XID with unsigned long to get rid of the xlibs dependency in
18 XOverlay (fixes #137004)
20 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
21 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
23 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
24 (gst_dicetv_base_init), (gst_dicetv_class_init),
25 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
26 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
28 (gst_edgetv_setup), (gst_edgetv_rgb32):
29 * gst/effectv/gsteffectv.c:
30 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
31 (gst_quarktv_set_property):
32 * gst/effectv/gstrev.c: (gst_revtv_get_type),
33 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
34 (gst_revtv_setup), (gst_revtv_rgb32):
35 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
36 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37 (gst_shagadelictv_init), (gst_shagadelictv_setup),
38 (gst_shagadelictv_rgb32):
39 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
40 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
41 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
42 * gst/effectv/gstwarp.c:
43 Port everything that can be ported to videofilter and fix up the caps.
44 Can someone with a big-endian machine please check these?
46 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
48 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
49 (gst_osssink_chain), (gst_osssink_change_state):
50 Latest fixes for A/V sync, audio playback and such. This is about
51 all... MPEG playback issues are mostly related to the async build-
52 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
54 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
56 patch from: Stephane Loeuillet
59 use pkg-config for some libraries, falling back to the old .m4 way
64 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
69 * tools/gst-launch-ext-m.m:
70 * tools/gst-launch-ext.1.in:
71 * tools/gst-visualise-m.m:
72 * tools/gst-visualise.1:
73 * tools/gst-visualise.1.in:
74 reorganizing generation of script tools
76 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
78 * ext/divx/gstdivxdec.c:
79 Downgrade priority. We prefer ffdec_mpeg4.
80 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
81 (gst_faad_chain), (gst_faad_change_state):
82 Fix capsnego. Doesn't work for some sounds because we don't have
83 a 5:1 to stereo element.
84 * ext/xvid/gstxvid.c: (plugin_init):
86 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
87 (gst_osssink_change_state):
90 2004-03-09 Colin Walters <walters@verbum.org>
92 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
95 2004-03-09 Benjamin Otte <otte@gnome.org>
97 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
98 the signals take 2 arguments
100 2004-03-09 David Schleef <ds@schleef.org>
102 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
103 (gst_alsa_fixate): Add fixate function. (bug #136686)
104 * ext/alsa/gstalsa.h:
105 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
107 2004-03-09 Benjamin Otte <otte@gnome.org>
109 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
110 (gst_mikmod_change_state):
111 * ext/mikmod/gstmikmod.h:
112 make mikmod's loop function not loop infinitely and call
113 gst_element_yield anymore
114 * gst/modplug/gstmodplug.cc:
115 fix pad negotiation (fixes #136590)
117 2004-03-09 David Schleef <ds@schleef.org>
119 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
120 doesn't conflict with the internal colorspace plugin.
121 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
122 satisfy the crappy-ass shell shipped by a certain vendor.
123 * gst/videofilter/make_filter: same (bug #135299)
125 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
127 * configure.ac: bump nano to 1
129 === gst-plugins 0.7.6 ===
131 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
133 * configure.in: releasing 0.7.6, "There"
135 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
137 * pkgconfig/gstreamer-play-uninstalled.pc.in:
138 * pkgconfig/gstreamer-play.pc.in:
141 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
143 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
144 (cdparanoia_open), (cdparanoia_event):
145 fix/add error handling
147 add cdparanoia source
149 make scripts executable
151 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
154 * ext/vorbis/Makefile.am:
156 remove id3types, vorbisfile and xvideosink from the build (#133783)
158 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
160 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
161 Fix metadata read crash (#136537).
163 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
165 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
166 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
167 adding mime types, fixing the one-stop function
169 2004-03-08 Christian Schaller <Uraeus@gnome.org>
171 * ext/nas/nassink.c and /ext/nas/nassink.h:
172 More NAS love from Arwed von Merkatz
173 So lets all sing 'Can you feel the NAS tonight'
175 2004-03-08 Christian Schaller <Uraeus@gnome.org>
177 * tools/gst-launch-ext.in:
178 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
180 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
182 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
184 remove the user_data pad for now, because it is being used in
185 fixating causing MPEG playback to fixate on 1000 Hz for playback.
186 If someone knows how to fix this properly, please do.
188 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
190 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
191 (gst_osssink_get_time):
192 add a warning, IMO this won't get triggered anymore, remove later
194 2004-03-07 David Schleef <ds@schleef.org>
196 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
199 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
201 * gst-libs/Makefile.am:
202 * gst-libs/gst/media-info/Makefile.am:
203 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
204 (error_callback), (gst_media_info_error_create),
205 (gst_media_info_error_element), (gmip_init), (gmip_reset),
206 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
207 * gst-libs/gst/media-info/media-info-priv.h:
208 * gst-libs/gst/media-info/media-info-test.c: (main):
209 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
210 (gst_media_info_class_init), (gst_media_info_instance_init),
211 (gst_media_info_set_source), (gst_media_info_read_with_idler),
212 (gst_media_info_read_idler), (gst_media_info_read):
213 * gst-libs/gst/media-info/media-info.h:
214 fixed, should work now
216 2004-03-07 Christian Schaller <Uraeus@gnome.org>
219 A bunch of NAS fixes from Arwed von Merkatz
221 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
223 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
224 (qtdemux_parse_trak):
225 Fix crash (j might be greater than n_samples, in which case we're
226 writing outside the allocated space for the array) and memleak.
228 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
230 * sys/oss/gstosssink.c: (gst_osssink_chain):
231 And another caller that couldn't handle delay < 0 (unsigned
232 integer overflow). Video now continues playing on an audio
233 buffer underrun, and the clock continues working. Audio still
236 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
238 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
239 (gst_osssink_get_time):
240 get_delay() may return values lower than 0. In those cases, we
241 should not actually cast to *unsigned* int64, that will break
242 stuff horribly. In my case, it screwed up A/V sync in movies
243 in totem rather badly.
245 2004-03-06 Christophe Fergeau <teuf@gnome.org>
247 * ext/faac/gstfaac.c: (gst_faac_chain):
248 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
249 * ext/libpng/gstpngenc.c: (user_write_data):
250 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
251 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
252 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
253 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
254 Fix several misuse of gst_buffer_merge (it doesn't take ownership
255 of any buffer), should fix some leaks. I hope I didn't unref buffers
258 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
260 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
261 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
262 (error_callback), (gmi_reset), (gmi_seek_to_track),
263 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
264 (gmip_find_type_post), (gmip_find_stream_post),
265 (gmip_find_track_streaminfo_post):
266 * gst-libs/gst/media-info/media-info-priv.h:
267 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
268 (info_print), (main):
269 * gst-libs/gst/media-info/media-info.c:
270 (gst_media_info_error_create), (gst_media_info_error_element),
271 (gst_media_info_instance_init), (gst_media_info_get_property),
272 (gst_media_info_new), (gst_media_info_set_source),
273 (gst_media_info_read_idler), (gst_media_info_read):
274 * gst-libs/gst/media-info/media-info.h:
275 first pass at making this work again. This seems to work on
276 tagged ogg/vorbis and mp3 files.
278 2004-03-06 Benjamin Otte <otte@gnome.org>
280 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
281 fix huge leak: gst_buffer_merge doesn't unref the first argument
284 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
286 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
287 report layer/mode/emphasis
289 2004-03-06 Christophe Fergeau <teuf@gnome.org>
291 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
293 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
295 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
298 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
300 * ext/vorbis/vorbis.c: (plugin_init):
301 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
302 (gst_vorbis_dec_init), (vorbis_dec_event):
304 make vorbisdec handle _BYTE and _TIME queries
306 2004-03-06 Christophe Fergeau <teuf@gnome.org>
308 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
311 2004-03-06 Benjamin Otte <otte@gnome.org>
313 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
314 (gst_audio_convert_link), (gst_audio_convert_change_state),
315 (gst_audio_convert_buffer_from_default_format):
316 do conversions from/to float correctly, fix some caps nego errors,
317 export correct supported caps in template and getcaps, use correct
318 caps in try_set_caps functions
320 2004-03-06 Christophe Fergeau <teuf@gnome.org>
322 For some reason, I only committed a ChangeLog entry yesterday and
323 not the corresponding code...
324 * ext/mad/gstmad.c: Fix detection of Xing headers
325 * gst/tags/gstid3tag.c: Changes to support TLEN tags
327 2004-03-06 Benjamin Otte <otte@gnome.org>
329 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
330 (gst_ogg_demux_src_query):
331 make sure to handle the case where there's no current chain
334 2004-03-05 David Schleef <ds@schleef.org>
336 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
337 Add fixate function. (bug #131128)
338 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
339 (gst_sdlvideosink_fixate): Add fixate function.
340 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
341 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
342 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
343 Fix missing break that was causing ulaw to be interpreted as
346 2004-03-05 David Schleef <ds@schleef.org>
348 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
349 Fix code that ignores return value of gst_buffer_merge().
351 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
352 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
353 * testsuite/gst-lint: Check for above.
355 2004-03-05 David Schleef <ds@schleef.org>
357 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
358 caps and throw an element error. (bug #136334)
360 2004-03-05 David Schleef <ds@schleef.org>
362 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
363 (gst_faad_chain): Fix negotiation.
364 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
365 key and button events.
366 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
368 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
370 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
371 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
372 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
373 function to encourage better negotiation, particularly between
374 audioconvert and osssink.
375 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
376 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
378 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
380 * gst/vbidec/vbiscreen.c: Add glib header
381 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
383 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
385 * ext/mad/gstmad.c: Fix detection of Xing headers
386 * gst/tags/gstid3tag.c: Changes to support TLEN tags
388 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
390 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
391 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
394 2004-03-06 Christophe Fergeau <teuf@gnome.org>
396 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
397 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
398 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
399 files, and report the parsed length as a GST_TAG_DURATION tag.
400 * gst/tags/gstid3tag.c: support TLEN (duration) tag
402 2004-03-05 Benjamin Otte <otte@gnome.org>
404 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
405 convert channels correctly. convert correctly to unsigned.
407 2004-03-05 Julien MOUTTE <julien@moutte.net>
409 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
410 we have a window before clearing it.
412 2004-03-05 Julien MOUTTE <julien@moutte.net>
414 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
415 have a window before clearing it.
417 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
419 * gconf/gstreamer.schemas.in:
420 * gst-libs/gst/gconf/Makefile.am:
421 version installation path the same way as for 0.6
422 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
423 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
424 * pkgconfig/gstreamer-play-uninstalled.pc.in:
425 remove comment that was fixed
427 2004-03-05 David Schleef <ds@schleef.org>
429 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
430 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
431 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
432 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
433 Add prototype code for handling seeking and querying.
435 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
437 * examples/gstplay/player.c: (main):
438 Initialize variables to NULL. Prevents a segfault because the
439 (uninitialized) variable is not NULL, resulting in a crash on
440 trying to reach error->message.
442 2004-03-05 Benjamin Otte <otte@gnome.org>
444 * gst/audioconvert/gstaudioconvert.c:
445 (gst_audio_convert_buffer_to_default_format):
446 make float=>int conversion work correctly even in cornercases.
448 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
450 * debian/README.Debian:
456 * debian/gstreamer-a52dec.files:
457 * debian/gstreamer-aa.files:
458 * debian/gstreamer-alsa.files:
459 * debian/gstreamer-alsa.manpages:
460 * debian/gstreamer-arts.files:
461 * debian/gstreamer-artsd.files:
462 * debian/gstreamer-audiofile.files:
463 * debian/gstreamer-avifile.files:
464 * debian/gstreamer-cdparanoia.files:
465 * debian/gstreamer-colorspace.files:
466 * debian/gstreamer-doc.files:
467 * debian/gstreamer-dv.files:
468 * debian/gstreamer-dvd.files:
469 * debian/gstreamer-esd.files:
470 * debian/gstreamer-festival.files:
471 * debian/gstreamer-flac.files:
472 * debian/gstreamer-gconf.conffiles:
473 * debian/gstreamer-gconf.files:
474 * debian/gstreamer-gconf.postinst:
475 * debian/gstreamer-gnomevfs.files:
476 * debian/gstreamer-gsm.files:
477 * debian/gstreamer-http.files:
478 * debian/gstreamer-jack.files:
479 * debian/gstreamer-jpeg.files:
480 * debian/gstreamer-mad.files:
481 * debian/gstreamer-mikmod.files:
482 * debian/gstreamer-misc.files:
483 * debian/gstreamer-mpeg2dec.files:
484 * debian/gstreamer-oss.files:
485 * debian/gstreamer-plugin-apps.files:
486 * debian/gstreamer-plugin-apps.manpages:
487 * debian/gstreamer-plugin-libs-dev.files:
488 * debian/gstreamer-plugin-libs.files:
489 * debian/gstreamer-plugin-template.postinst:
490 * debian/gstreamer-plugin-template.postrm:
491 * debian/gstreamer-sdl.files:
492 * debian/gstreamer-sid.files:
493 * debian/gstreamer-vorbis.files:
494 * debian/gstreamer-x.files:
497 Debian package info not maintained here.
499 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
501 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
502 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
503 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
504 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
505 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
506 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
507 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
508 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
509 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
510 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
511 * gst-libs/gst/colorbalance/colorbalance.c:
512 (gst_color_balance_class_init):
513 * gst-libs/gst/colorbalance/colorbalancechannel.c:
514 (gst_color_balance_channel_class_init):
515 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
516 * gst-libs/gst/play/play.c: (gst_play_class_init):
517 * gst-libs/gst/propertyprobe/propertyprobe.c:
518 (gst_property_probe_iface_init):
519 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
520 * gst-libs/gst/tuner/tunerchannel.c:
521 (gst_tuner_channel_class_init):
522 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
523 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
524 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
525 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
526 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
527 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
528 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
529 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
530 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
531 fix signals to use - instead of _
532 * ext/libcaca/gstcacasink.h:
533 * ext/sdl/sdlvideosink.h:
536 2004-03-04 David Schleef <ds@schleef.org>
538 * testsuite/gst-lint: Add a check for bad signal names.
540 2004-03-04 <kost@imn.htwk-leipzig.de>
542 reviewed by David Schleef
544 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
545 modified the alpha channel and caused a warning. (bug #136192)
547 2004-04-03 Christian Schaller <Uraeus@gnome.org>
549 * gst-plugins.spec.in:
550 Change names of plugins to actually be correct. Try to keep things
551 alphabetical to avoid getting beat up by Thomas
553 2004-03-03 Julien MOUTTE <julien@moutte.net>
555 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
556 Using ximagesink as a default if no gconf key found. We should
557 probably consider using alsasink instead of osssink for the audio
560 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
563 fix --with-plugins, don't think it ever worked before
564 * gst-plugins.spec.in:
567 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
569 * ext/sdl/sdlvideosink.h:
570 * sys/ximage/ximagesink.h:
571 * sys/xvideo/xvideosink.h:
572 * sys/xvimage/xvimagesink.h:
573 Fix for move of gstvideosink.h -> videosink.h.
575 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
577 * gst-libs/gst/xwindowlistener/Makefile.am:
578 this is a plugin library, not a library
580 2004-03-01 David Schleef <ds@schleef.org>
582 * AUTHORS: Added some names. Add yourself if you're still
585 2004-03-01 David Schleef <ds@schleef.org>
589 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
591 * gst-plugins.spec.in: clean up spec file
593 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
595 * gst-libs/gst/video/Makefile.am:
596 * gst-libs/gst/video/gstvideosink.c:
597 * gst-libs/gst/video/gstvideosink.h:
598 rename gstvideosink.h to videosink.h to match other headers
599 * gst/mixmatrix/Makefile.am:
601 * gst/tags/Makefile.am: fix plugin filename
603 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
605 * gst/tags/Makefile.am: fix plugin filename
607 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
609 * examples/gstplay/player.c: (got_time_tick), (main):
611 display time_tick more readably
612 * gst/mixmatrix/Makefile.am:
615 2004-02-29 Christophe Fergeau <teuf@gnome.org>
617 * sys/oss/gstosselement.c: (gst_osselement_probe),
618 (device_combination_append), (gst_osselement_class_probe_devices):
619 * sys/oss/gstosselement.h:
620 Reworked enumeration of oss dsps and mixers so that gst-mixer works
621 on my system using alsa oss emulation, fixes bug #135597
623 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
625 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
626 (gst_videodrop_chain), (gst_videodrop_change_state):
627 * gst/videodrop/gstvideodrop.h:
628 Work based on timestamp of input data, not based on the expected
629 framerate from the input. The consequence is that this element now
630 not only scales framerates, but also functions as a framerate
631 corrector or framerate stabilizer/constantizer.
633 2004-02-27 David Schleef <ds@schleef.org>
635 patches from jmmv@menta.net (Julio M. Merino Vidal)
637 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
638 GST_ELEMENT_ERROR call (bug #135634)
639 * gst/interleave/interleave.c: (interleave_buffered_loop),
640 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
641 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
642 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
643 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
644 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
645 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
646 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
647 Fix GST_ELEMENT_ERROR call.
648 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
649 GST_ELEMENT_ERROR call.
651 2004-02-27 Benjamin Otte <otte@gnome.org>
653 * gst-libs/gst/audio/audio.h:
654 add macro to make sure header isn't included twice
655 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
656 don't use gst_buffer_free
657 * gst/playondemand/filter.func:
658 don't use gst_data_free. Free data only once.
660 2004-02-26 David Schleef <ds@schleef.org>
662 * gst-libs/gst/colorbalance/Makefile.am:
663 * gst-libs/gst/mixer/Makefile.am:
664 * gst-libs/gst/tuner/Makefile.am:
665 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
666 should not be disted, -marshal.h files should not be installed,
667 and -enum.h files _should_ be installed. Fix to make this the
670 === release 0.7.5 ===
672 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
674 * configure.ac: release 0.7.5, "Under The Sea"
676 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
678 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
679 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
680 * gst/videoscale/gstvideoscale.c:
681 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
682 assorted debug/warning fixes
684 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
686 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
687 (gst_videoscale_init), (gst_videoscale_chain),
688 (gst_videoscale_set_property), (plugin_init):
689 * gst/videoscale/gstvideoscale.h:
690 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
691 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
692 (gst_videoscale_planar400), (gst_videoscale_packed422),
693 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
694 (gst_videoscale_24bit), (gst_videoscale_16bit),
695 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
696 (gst_videoscale_scale_plane_slow),
697 (gst_videoscale_scale_point_sample),
698 (gst_videoscale_scale_nearest),
699 (gst_videoscale_scale_nearest_str2),
700 (gst_videoscale_scale_nearest_str4),
701 (gst_videoscale_scale_nearest_32bit),
702 (gst_videoscale_scale_nearest_24bit),
703 (gst_videoscale_scale_nearest_16bit):
704 add debugging category and use it properly
705 fix use of GST_PTR_FORMAT
707 2004-02-25 Andy Wingo <wingo@pobox.com>
709 * gst/interleave/interleave.c (interleave_buffered_loop): Always
710 push only when channel->buffer is NULL. Prevents segfaults doing
711 the state change after a nonlocal exit, like a scheme exception.
713 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
714 Handle the case where the intersected caps is empty.
716 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
718 * gst/law/mulaw-decode.c: (mulawdec_link):
719 * gst/law/mulaw.c: (plugin_init):
720 fix mulawdec so it actually works again
722 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
724 reviewed by: David Schleef <ds@schleef.org>
726 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
727 (gst_gamma_init), (gst_gamma_set_property),
728 (gst_gamma_get_property), (gst_gamma_calculate_tables),
729 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
730 for RGB, with separate r g and b correction factors.
732 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
734 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
735 only signal tags for bitrate if they're > 0 (#134894)
737 2004-02-24 David Schleef <ds@schleef.org>
739 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
740 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
741 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
742 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
743 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
744 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
745 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
746 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
747 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
748 category. Attempt to fix timestamp calculation.
750 2004-02-24 Johan Dahlin <johan@gnome.org>
752 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
754 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
758 * gconf/gstreamer.schemas:
759 * gst-libs/gst/gconf/Makefile.am:
760 * gst-libs/gst/gconf/gconf.c:
761 version gconf schemas and install locations
763 2004-02-23 Benjamin Otte <otte@gnome.org>
765 * ext/xine/xineinput.c: (gst_xine_input_dispose):
766 (gst_xine_input_subclass_init):
768 change pad template for CD reader correctly
769 * ext/xine/Makefile.am:
770 * ext/xine/gstxine.h:
771 * ext/xine/xine.c: (plugin_init):
772 * ext/xine/xineaudiosink.c:
773 wrap audio sinks, too
774 * gst-libs/gst/resample/private.h:
775 * gst-libs/gst/resample/resample.c: (gst_resample_init),
776 (gst_resample_reinit), (gst_resample_scale),
777 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
778 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
779 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
780 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
781 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
782 * gst-libs/gst/resample/resample.h:
783 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
784 (gst_audioscale_class_init), (gst_audioscale_link),
785 (gst_audioscale_get_buffer), (gst_audioscale_init),
786 (gst_audioscale_chain), (gst_audioscale_set_property),
787 (gst_audioscale_get_property):
788 * gst/audioscale/gstaudioscale.h:
789 s/resample_*/gst_resample_*/i to not clobber namespaces
791 2004-02-23 Julien MOUTTE <julien@moutte.net>
793 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
794 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
795 (gst_riff_create_video_template_caps),
796 (gst_riff_create_audio_template_caps),
797 (gst_riff_create_iavs_template_caps):
798 * gst-libs/gst/riff/riff-media.h:
799 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
800 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
801 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
802 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
803 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
804 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
805 (gst_matroska_demux_plugin_init): First batch implementing audio and
806 video codec tags in demuxers.
808 2004-02-22 Benjamin Otte <otte@gnome.org>
810 * ext/xine/Makefile.am:
811 * ext/xine/gstxine.h:
812 * ext/xine/xine.c: (plugin_init):
813 * ext/xine/xineinput.c:
814 add input plugin wrapper. Playback from files, http, mms and cdda
816 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
817 remove leftover G_GNUC_UNUSED
818 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
819 (gst_asf_demux_identify_guid):
820 improve debugging output
822 2004-02-22 Benjamin Otte <otte@gnome.org>
824 reported by: Padraig O'Briain <padraig.obriain@sun.com>
827 replace test -e with test -x for mkinstalldirs to be more portable.
830 2004-02-22 Benjamin Otte <otte@gnome.org>
832 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
834 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
836 * gst/volume/gstvolume.c: (plugin_init):
840 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
842 reviewed by Benjamin Otte <otte@gnome.org>
844 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
845 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
847 2004-02-22 Benjamin Otte <otte@gnome.org>
850 export [_]*{gst,Gst,GST}.* symbols from plugins
852 2004-02-22 Christophe Fergeau <teuf@gnome.org>
854 reviewed by: Benjamin Otte <otte@gnome.org>
856 * ext/lame/gstlame.c: (add_one_tag):
857 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
858 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
859 (gst_vorbisenc_metadata_set1):
860 * gst/tags/gstid3tag.c:
861 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
862 apply fixes from bugs #135042 (lame can't write tags) and #133817
863 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
865 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
867 * configure.ac: Export only gst_plugin_desc from plugins.
868 Note that this change only makes any effect with Linux using libtool
869 1.5.2 or higher. Otherwise it is silently ignored, but it would build
870 fine. And don't try to have several versions of libtool in different
873 2004-02-20 Andy Wingo <wingo@pobox.com>
875 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
876 interleave respectively.
878 * gst/interleave/deinterleave.c: New plugin: deinterleave
879 (replaces on oneton).
880 * gst/interleave/interleave.c: New plugin: interleave.
881 * gst/interleave/plugin.h: Support file.
882 * gst/interleave/plugin.c: Support file.
884 * configure.ac: Remove intfloat and oneton, add interleave.
886 * ext/sndfile/gstsf.c: Handle events better.
888 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
889 and float2int operation. int2float has scheduling problems as
890 noted in in2float_chain.
892 2004-02-20 Benjamin Otte <otte@gnome.org>
894 * ext/xine/Makefile.am:
895 * ext/xine/gstxine.h:
897 * ext/xine/xineaudiodec.c:
898 * ext/xine/xinecaps.c:
899 add first version of xine plugin wrapper. Currently only wraps the
900 QDM2 win32 DLL, and even that only in proof-of-concept quality.
903 add xine plugin wrapper, disabled by default. Use --enable-xine to
904 build. Note that it'll segfault on gst-register if you don't remove
905 the goom and tvtime post plugins from xine.
906 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
907 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
908 add extradata parsing for QDM2.
909 change around debugging prints.
911 2004-02-19 Benjamin Otte <otte@gnome.org>
913 * ext/lame/gstlame.c: (gst_lame_chain):
914 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
915 use gst_tag_list_insert when you want to insert tags
917 2004-02-18 David Schleef <ds@schleef.org>
919 * configure.ac: Move massink to gst-rotten
921 * ext/mas/Makefile.am:
925 2004-02-18 David Schleef <ds@schleef.org>
927 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
928 typefinding, since it seems to be worse than nothing.
929 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
930 atom to recognize .mp4 and .m4a files as video/quicktime.
932 2004-02-18 David Schleef <ds@schleef.org>
934 * gst/sine/demo-dparams.c: (quit_live),
935 (dynparm_log_value_changed), (dynparm_value_changed), (main):
936 Use double dparams, not float.
937 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
938 (gst_sinesrc_init): Change sync default to FALSE, since multiple
939 sync'd elements don't really work correctly.
940 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
941 (volume_update_volume), (volume_get_property): Change dparam
944 2004-02-18 Julien MOUTTE <julien@moutte.net>
946 * sys/ximage/ximagesink.c:
947 (gst_ximagesink_xwindow_update_geometry),
948 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
949 (gst_ximagesink_change_state), (gst_ximagesink_expose),
950 (gst_ximagesink_init): Rework the way software video scaling works. So
951 now we check on each chain call if the video frames are feeling the
952 window. If not we try to renegotiate caps. On failure we memorize that
953 and we won't try again for that PLAYING sessions.
954 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
956 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
959 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
961 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
962 break up _link so we can give a better debug message for errors
964 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
966 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
967 set up debug category
969 2004-02-18 Julien MOUTTE <julien@moutte.net>
971 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
972 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
973 the way renegotiation work. The event handling function is not taking
974 care of external windows and renegotiate method check for pad flags
975 NEGOTIATING. Should fix : #133209
977 2004-02-17 Julien MOUTTE <julien@moutte.net>
979 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
980 pad is negotiating before trying renegotiation.
982 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
984 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
985 pass on all possible mime types as typefind hints
987 2004-02-17 Julien MOUTTE <julien@moutte.net>
989 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
990 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
991 possible SHM leak if we crash. All other apps using XShm are doing
994 2004-02-17 Julien MOUTTE <julien@moutte.net>
996 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
997 (gst_ximagesink_expose): Renegotiate size on expose.
998 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
1001 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
1003 * testsuite/alsa/sinesrc.c:
1004 cosmetic fix to fix compile issue with gcc 2.95.4
1006 2004-02-16 Julien MOUTTE <julien@moutte.net>
1008 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
1009 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
1010 failed opening the audio device.
1011 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
1012 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1013 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
1014 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
1015 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
1016 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
1017 (gst_ximagesink_change_state), (gst_ximagesink_chain),
1018 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
1019 Removing some useless g_return_if_fail like wingo suggested.
1020 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1021 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
1022 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
1023 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
1024 (gst_xvimagesink_update_colorbalance),
1025 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
1026 (gst_xvimagesink_xcontext_clear),
1027 (gst_xvimagesink_get_fourcc_from_caps),
1028 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
1029 (gst_xvimagesink_set_xwindow_id),
1030 (gst_xvimagesink_colorbalance_list_channels),
1031 (gst_xvimagesink_colorbalance_set_value),
1032 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
1033 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
1035 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
1037 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
1038 throw error when not negotiated instead of asserting
1040 2004-02-15 Julien MOUTTE <julien@moutte.net>
1042 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
1043 correct data refcounting.
1045 2004-02-15 Julien MOUTTE <julien@moutte.net>
1047 * gst/switch/gstswitch.c: (gst_switch_change_state),
1048 (gst_switch_class_init): Cleaning the sinkpads correctly on state
1049 change, mostly the EOS flag.
1051 2004-02-15 Julien MOUTTE <julien@moutte.net>
1053 * examples/gstplay/player.c: (got_eos), (main): Adding some
1054 output for debugging.
1055 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
1056 timeouts if we go to any state different from PLAYING.
1057 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
1058 more EOS bugs in riff lib.
1060 2004-02-14 Julien MOUTTE <julien@moutte.net>
1062 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
1063 visualization until i find a way to fix switch correctly.
1064 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
1066 * gst/switch/gstswitch.c: (gst_switch_release_pad),
1067 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
1068 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
1069 Reworked switch to get a more correct behaviour with events and refing
1070 of data stored in sinkpads.
1071 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
1072 we don't pull from a pad in EOS.
1074 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
1076 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
1077 remove v1 tag even if we can't read it (makes sure we don't detect
1080 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
1082 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
1083 (gst_alsa_xrun_recovery):
1084 * ext/alsa/gstalsa.h:
1085 try xrun recovery when wait failed. Make xrun recovery function
1086 return TRUE/FALSE to indicate success. (might fix #134354)
1088 2004-02-13 David Schleef <ds@schleef.org>
1090 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
1091 (dynparm_value_changed), (main): Convert from float to double.
1092 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
1094 2004-02-13 David Schleef <ds@schleef.org>
1096 * gst/silence/gstsilence.c: (gst_silence_class_init),
1097 (gst_silence_set_clock), (gst_silence_get),
1098 (gst_silence_set_property), (gst_silence_get_property):
1099 * gst/silence/gstsilence.h: Add sync property.
1100 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1101 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
1102 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
1103 * gst/sine/gstsinesrc.h: Add sync property.
1105 2004-02-13 David Schleef <ds@schleef.org>
1107 * gst/intfloat/gstint2float.c: (conv_f32_s16),
1108 (gst_int2float_chain_gint16): Change stdint usage to glib types.
1110 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
1114 * gst-libs/ext/Makefile.am:
1115 move ffmpeg plugin to gst-ffmpeg module
1117 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
1119 * configure.ac: use GST_ARCH to detect architecture
1121 2004-02-12 Julien MOUTTE <julien@moutte.net>
1123 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
1125 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
1127 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
1128 classify LADSPA plugins based on number of src/sink pads
1129 (#133663, Stefan Kost)
1130 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
1131 fix dparams registration
1132 (#133528, Stefan Kost)
1133 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
1134 fix use of isprint and use g_ascii_isprint instead
1135 (#133316, Stefan Kost)
1137 2004-02-11 David Schleef <ds@schleef.org>
1139 Convert a few inner loops to use liboil. This is currently
1140 optional, and is only enabled if liboil is present (duh!).
1141 * configure.ac: Check for liboil-0.1
1142 * gst/intfloat/Makefile.am:
1143 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
1144 (gst_int2float_chain_gint16):
1145 * gst/videofilter/Makefile.am:
1146 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
1147 (tablelookup_u8), (gst_videobalance_planar411):
1148 * gst/videotestsrc/Makefile.am:
1149 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
1150 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
1151 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
1152 (paint_hline_RGB565), (paint_hline_xRGB1555):
1154 2004-02-11 David Schleef <ds@schleef.org>
1156 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
1157 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
1158 (gst_colorspace_getcaps), (gst_colorspace_link),
1159 (gst_colorspace_base_init), (gst_colorspace_init),
1160 (gst_colorspace_chain), (gst_colorspace_change_state),
1161 (plugin_init): Merge Ronald's patch (bug #117897) and update
1162 for new caps and negotiation. Seems to work, although it
1163 shows off bugs in lcs.
1165 2004-02-11 David Schleef <ds@schleef.org>
1167 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
1168 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
1170 2004-02-11 David Schleef <ds@schleef.org>
1172 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
1173 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
1174 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
1175 Add server and port properties
1177 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
1183 * m4/as-slurp-ffmpeg.m4:
1184 * m4/check-libheader.m4:
1191 * m4/gst-ivorbis.m4:
1192 * m4/gst-matroska.m4:
1202 fix underquotedness of macros (#133800)
1205 removed because no longer used
1207 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
1210 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
1211 by autopoint (fixes #132996)
1213 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
1215 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
1216 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
1217 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
1218 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
1221 2004-02-11 David Schleef <ds@schleef.org>
1223 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
1224 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
1225 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
1226 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
1227 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
1228 (gst_jpegenc_class_init), (gst_jpegenc_init),
1229 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
1230 (gst_jpegenc_chain), (gst_jpegenc_set_property),
1231 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
1232 * ext/jpeg/gstjpegenc.h: Fix negotiation.
1234 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
1236 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
1237 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
1238 * ext/mikmod/gstmikmod.h:
1239 fix caps negotiation in mikmod
1240 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
1241 output debug information
1243 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
1245 * gst-libs/gst/colorbalance/Makefile.am:
1246 * gst-libs/gst/navigation/Makefile.am:
1247 * gst-libs/gst/xoverlay/Makefile.am:
1248 remove unused GST_OPT_CFLAGS from Makefiles
1249 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
1251 2004-02-07 David Schleef <ds@schleef.org>
1253 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
1254 push events to pads that haven't been created (#133508)
1256 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
1258 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
1259 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
1260 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
1261 (gst_dvdec_loop), (gst_dvdec_change_state):
1262 Second attempt at committing a working dvdec element.
1264 2004-02-06 David Schleef <ds@schleef.org>
1266 Build fixes for OS X: (see #129600)
1267 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
1268 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
1269 (gst_riff_read_strf_iavs):
1270 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
1271 (gst_avi_demux_stream_odml):
1272 * gst/playondemand/Makefile.am:
1273 * gst/rtp/rtp-packet.c:
1275 2004-02-05 David Schleef <ds@schleef.org>
1277 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
1278 last change, because it Just Doesn't Compile.
1280 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
1282 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
1283 skip undecodable id3v2 tag instead of keeping it
1285 2004-02-05 David Schleef <ds@schleef.org>
1287 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
1288 Unref leaked buffer. (Noticed by Ronald)
1290 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
1292 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
1293 Sync requires with other checks. >= vs =.
1295 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
1297 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
1298 (gst_dvdec_video_link), (gst_dvdec_loop):
1299 * ext/dv/gstdvdec.h:
1300 rework the caps negotiation so that dvdec works again instead
1301 of just segfaulting.
1303 === gst-plugins 0.7.4 ===
1305 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
1307 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
1308 * configure.ac: changed for release
1310 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
1312 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
1313 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
1314 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
1315 * pkgconfig/gstreamer-play-uninstalled.pc.in:
1316 reworked patch by David Lehn to fix libdir and includedir for
1317 uninstalled libraries
1318 removed play and gconf from gstreamer-libs since they have their
1321 2004-02-04 David Schleef <ds@schleef.org>
1323 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
1326 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
1328 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
1329 use correct GST_TAG_ENCODER tag
1331 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
1333 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
1334 be sure to stop the clock when going to paused
1335 * sys/oss/gstosssink.c: (gst_osssink_change_state):
1336 reset number of transmitted when going to ready.
1339 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
1341 reviewed by Benjamin Otte
1343 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
1344 extract track count (fixes #133410)
1346 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
1348 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
1349 that should be !=, not == (fixes #132519)
1351 2004-02-04 David Schleef <ds@schleef.org>
1353 Make sure set_explicit_caps() is called before adding pad.
1354 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
1355 * gst/id3/gstid3types.c: (gst_id3types_loop):
1356 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
1357 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
1359 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
1362 bump nano to 2, first prerelease
1363 put back AM_PROG_LIBTOOL
1365 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
1367 * testsuite/alsa/Makefile.am:
1368 these are user test apps, not automatic testsuite tests
1370 2004-02-04 David Schleef <ds@schleef.org>
1372 Convert GST_DEBUG_CAPS() to GST_DEBUG():
1373 * gst/mpeg1videoparse/gstmp1videoparse.c:
1374 (mp1videoparse_parse_seq):
1375 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
1376 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
1377 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
1378 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
1379 (gst_xvideosink_getcaps):
1380 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1381 * testsuite/gst-lint: more tests
1383 2004-02-04 David Schleef <ds@schleef.org>
1385 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
1386 with the code that they would expand to.
1387 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
1388 (gst_flacdec_get_src_query_types),
1389 (gst_flacdec_get_src_event_masks):
1390 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
1391 (gst_gnomevfssrc_get_query_types),
1392 (gst_gnomevfssrc_get_event_mask):
1394 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
1396 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1397 (gst_sinesrc_dispose):
1398 fix memleak by properly disposing sinesrc
1400 2004-02-04 Julien MOUTTE <julien@moutte.net>
1402 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
1403 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
1404 an overlay to redraw the image because it has been exposed.
1405 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
1406 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
1407 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
1408 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
1410 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
1411 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
1412 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
1413 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
1416 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
1418 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
1421 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
1423 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
1424 * gst/typefind/gsttypefindfunctions.c:
1425 fix memleaks shown by gst-typefind
1427 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
1429 * common/glib-gen.mak:
1430 add hack rule to touch .Plo files
1431 * gst-libs/gst/colorbalance/Makefile.am:
1432 * gst-libs/gst/mixer/Makefile.am:
1433 * gst-libs/gst/play/Makefile.am:
1434 * gst-libs/gst/tuner/Makefile.am:
1435 remove glib_root variable
1437 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
1439 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
1440 set explicit caps before adding the element, so the autopluggers can
1442 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
1443 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
1444 (mpeg_video_type_find), (mpeg_video_stream_type_find),
1446 fix memleaks in typefind functions. gst_type_find_suggest takes a const
1449 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
1451 * gst-libs/gst/colorbalance/Makefile.am:
1452 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
1453 * gst-libs/gst/colorbalance/colorbalance.c:
1454 * gst-libs/gst/colorbalance/colorbalance.h:
1455 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
1456 * gst-libs/gst/mixer/Makefile.am:
1457 * gst-libs/gst/mixer/mixer-marshal.list:
1458 * gst-libs/gst/mixer/mixer.c:
1459 * gst-libs/gst/mixer/mixer.h:
1460 * gst-libs/gst/mixer/mixermarshal.list:
1461 * gst-libs/gst/play/Makefile.am:
1462 * gst-libs/gst/play/play.h:
1463 * gst-libs/gst/tuner/Makefile.am:
1464 * gst-libs/gst/tuner/tuner-marshal.list:
1465 * gst-libs/gst/tuner/tuner.c:
1466 * gst-libs/gst/tuner/tuner.h:
1467 * gst-libs/gst/tuner/tunermarshal.list:
1468 use new glib-gen.mak snippet to clean up Makefile.am
1469 fix various bugs in Makefile.am's
1471 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
1473 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
1474 handle chain parsing correctly in the multichain case
1475 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
1476 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
1477 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
1479 handle events and queries correctly
1481 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
1484 Ignore generated file _stdint.h.
1486 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
1488 * gst-libs/gst/colorbalance/Makefile.am:
1489 * gst-libs/gst/colorbalance/colorbalance.h:
1490 * gst-libs/gst/mixer/Makefile.am:
1491 * gst-libs/gst/mixer/mixer.h:
1492 * gst-libs/gst/play/Makefile.am:
1493 * gst-libs/gst/play/play.h:
1494 * gst-libs/gst/tuner/Makefile.am:
1495 * gst-libs/gst/tuner/tuner.h:
1496 Generate enum type code with glib-mkenums.
1497 * gst-libs/gst/colorbalance/.cvsignore:
1498 * gst-libs/gst/mixer/.cvsignore:
1499 * gst-libs/gst/play/.cvsignore:
1500 * gst-libs/gst/tuner/.cvsignore:
1501 Ignore generated files.
1503 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
1505 * gst-libs/gst/audio/.cvsignore:
1506 Ignore generated file.
1507 * gst-libs/gst/audio/Makefile.am:
1508 Do not install example filter.
1510 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
1512 * examples/switch/.cvsignore:
1513 Ignore generated file.
1515 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
1517 * common/m4/ax_create_stdint_h.m4:
1519 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
1522 remove generated _stdint.h in DISTCLEANFILES
1523 * ext/a52dec/gsta52dec.c:
1524 include _stdint.h for a52dec. (should fix #133064)
1526 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
1528 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
1529 (gst_tag_to_vorbis_comments):
1530 Add replaygain support to vorbistag
1532 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
1533 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
1534 (gst_ffmpeg_caps_to_extradata):
1535 Fix SVQ3 caps flag properties
1536 Use glib macro for bytes swap
1538 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
1540 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
1541 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
1542 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1543 * ext/sndfile/gstsf.c: (plugin_init):
1544 * gst/avi/gstavi.c: (plugin_init):
1545 * sys/dxr3/dxr3init.c: (plugin_init):
1546 * sys/oss/gstossaudio.c: (plugin_init):
1547 * sys/v4l/gstv4l.c: (plugin_init):
1548 * sys/v4l2/gstv4l2.c: (plugin_init):
1549 remove textdomain calls
1551 update Dutch translation
1553 2004-02-02 Julien MOUTTE <julien@moutte.net>
1555 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
1556 (gst_play_set_audio_sink): Moving volume in the audio thread for
1557 instantaneous volume change. Maybe i will add another volume in front
1558 of visualization later, not sure yet though.
1560 2004-02-02 Julien MOUTTE <julien@moutte.net>
1562 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
1563 (gst_ximagesink_handle_xevents): Better X events handling, only take
1564 the latest events for configure and motion.
1565 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
1567 2004-02-02 Jon Trowbridge <trow@gnu.org>
1569 reviewed by: David Schleef <ds@schleef.org>
1572 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
1573 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
1575 2004-02-02 David Schleef <ds@schleef.org>
1577 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
1579 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
1580 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
1581 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
1582 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
1583 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
1584 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
1585 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
1586 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
1587 (gst_float2_2_int_link):
1588 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
1589 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
1590 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
1591 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
1592 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
1593 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
1594 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
1595 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
1596 * testsuite/gst-lint: Add tests for bzero and ;;
1598 2004-02-02 David Schleef <ds@schleef.org>
1600 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
1602 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
1604 * ext/aalib/gstaasink.c: (gst_aasink_open):
1605 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
1606 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
1607 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
1608 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
1609 (gst_afsink_close_file):
1610 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
1611 (gst_afsrc_close_file):
1612 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
1613 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
1614 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
1615 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
1616 * ext/esd/esdmon.c: (gst_esdmon_get):
1617 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
1618 * ext/faac/gstfaac.c: (gst_faac_chain):
1619 * ext/faad/gstfaad.c: (gst_faad_chain):
1620 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
1621 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
1622 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
1623 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
1625 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
1626 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
1627 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
1628 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
1629 (gst_gnomevfssink_close_file):
1630 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
1631 (gst_gnomevfssrc_open_file):
1632 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
1633 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
1634 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
1635 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
1636 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
1637 * ext/mad/gstmad.c: (gst_mad_chain):
1638 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
1639 * ext/mpeg2dec/gstmpeg2dec.c:
1640 * ext/mpeg2enc/gstmpeg2enc.cc:
1641 * ext/mplex/gstmplex.cc:
1642 * ext/mplex/gstmplexibitstream.cc:
1643 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
1644 (gst_ogg_demux_push):
1645 * ext/raw1394/gstdv1394src.c:
1646 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
1647 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
1648 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
1650 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
1651 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
1652 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
1653 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
1654 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
1655 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
1656 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
1657 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
1658 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
1659 (gst_riff_read_element_data), (gst_riff_read_seek),
1660 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
1661 * gst/adder/gstadder.c: (gst_adder_loop):
1662 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
1663 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
1664 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
1665 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
1666 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
1667 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
1668 * gst/goom/gstgoom.c: (gst_goom_chain):
1669 * gst/id3/gstid3types.c: (gst_id3types_loop):
1670 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
1671 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
1672 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
1673 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1674 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
1675 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
1676 (gst_ebml_read_float), (gst_ebml_read_header):
1677 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
1678 (gst_matroska_demux_parse_blockgroup):
1679 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
1680 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
1681 * gst/oneton/gstoneton.c: (gst_oneton_chain):
1682 * gst/silence/gstsilence.c: (gst_silence_get):
1683 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
1684 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
1685 * gst/speed/gstspeed.c: (speed_loop):
1686 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
1687 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
1688 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
1689 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1690 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
1691 (gst_wavparse_loop):
1692 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
1693 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
1694 (dxr3audiosink_close):
1695 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
1696 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
1697 (dxr3videosink_close), (dxr3videosink_write_data):
1698 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
1699 * sys/oss/gstosssink.c: (gst_osssink_chain):
1700 * sys/oss/gstosssrc.c: (gst_osssrc_get):
1701 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
1702 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
1703 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
1704 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
1705 (gst_v4l_set_window), (gst_v4l_enable_overlay):
1706 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
1707 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
1708 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
1709 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
1710 (gst_v4l_set_audio):
1711 * sys/v4l/v4l_calls.h:
1712 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
1713 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
1714 (gst_v4lmjpegsink_playback_init),
1715 (gst_v4lmjpegsink_playback_start):
1716 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
1717 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
1718 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
1719 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
1720 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
1721 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
1722 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
1723 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1724 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
1725 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
1726 (gst_v4l2_get_output), (gst_v4l2_set_output),
1727 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
1728 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
1729 (gst_v4l2_set_attribute):
1730 * sys/v4l2/v4l2_calls.h:
1731 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
1732 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
1733 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
1734 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
1735 (gst_v4l2src_capture_stop):
1736 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
1737 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
1738 (gst_ximagesink_chain):
1739 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
1740 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
1741 (gst_xvideosink_xwindow_new):
1742 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
1743 (gst_xvimagesink_chain):
1745 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
1747 * gst/volume/gstvolume.c: (gst_volume_set_volume),
1748 (gst_volume_get_volume), (volume_class_init), (volume_init),
1749 (volume_chain_int16), (volume_update_volume):
1750 * gst/volume/gstvolume.h:
1751 make code more readable by removing magic numbers
1752 make mixer interface export 0-100 range
1753 make it internally map to 0.0-1.0 range so users don't distort
1754 output by putting the sliders at full volume
1756 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
1758 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
1759 (gst_play_state_change), (gst_play_seek_to_time):
1760 block the tick callback for 0.5 secs after doing a seek
1762 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
1764 * gst-libs/gst/play/play.c: (gst_play_new):
1767 2004-02-01 Julien MOUTTE <julien@moutte.net>
1769 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
1770 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
1771 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
1772 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
1773 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
1774 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
1776 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
1779 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
1780 check for a function added in vorbis 1.1
1782 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
1784 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
1785 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
1786 really start/stop clock only on PLAYING <=> PAUSED
1787 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
1788 remove \n from debugging lines
1789 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
1790 make it work when seeking does not
1791 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
1794 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
1796 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
1797 start clock on PAUSED=>PLAYING, not later
1798 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
1799 extract correct time for different discont formats
1800 (gst_alsa_sink_get_time):
1801 don't segfault when no format is negotiated yet, just return 0
1802 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
1803 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
1805 handle flush and discont events correctly
1806 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
1807 handle discont events correctly
1809 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
1811 * gst-libs/gst/play/play.c: (gst_play_error_quark),
1812 (gst_play_error_create), (gst_play_error_plugin),
1813 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
1814 * gst-libs/gst/play/play.h:
1815 add error handling during creation
1816 * examples/gstplay/player.c: (main):
1817 use new gst_play_new
1820 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
1822 * ext/theora/theoradec.c: (theora_dec_chain):
1824 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1825 (vorbis_dec_src_event), (vorbis_dec_chain):
1826 add encoder tag, fix tag reading to be more error tolerant, change
1827 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
1828 gst_pad_event_default.
1829 * gst/tags/gstvorbistag.c:
1830 (gst_tag_list_from_vorbiscomment_buffer):
1831 undefine function specific define at end of function
1833 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
1835 * ext/flac/gstflac.c: (plugin_init):
1836 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
1837 * ext/flac/gstflacdec.h:
1838 * ext/flac/gstflacenc.h:
1841 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
1843 * examples/gstplay/player.c: s/gstplay.h/play.h/
1845 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
1847 * gst-libs/gst/play/Makefile.am:
1848 * gst-libs/gst/play/gstplay.c:
1849 * gst-libs/gst/play/gstplay.h:
1850 * gst-libs/gst/play/play.c:
1851 more surgery, operation complete
1853 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
1855 * gst-libs/gst/play/play.old.c:
1856 * gst-libs/gst/play/play.old.h:
1857 after CVS surgery by moving, remove
1858 * gst-libs/gst/play/playpipelines.c:
1861 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
1862 add negotiation error
1864 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
1866 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
1867 (gst_ogg_demux_push):
1868 add some seeking debug info
1869 send a flush when seeking
1871 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
1877 * ext/theora/Makefile.am:
1878 * ext/theora/theoradec.c:
1879 add theora video decoder. Does just do simple decoding for now and
1880 has been tested against Theora cvs only. It only works when theora
1881 is compiled with --enable-static.
1882 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
1883 always reset packetno on DISCONT
1885 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
1887 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
1890 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
1892 * gst/mpegaudioparse/gstmpegaudioparse.c:
1893 (mp3_type_frame_length_from_header):
1894 Fix header parsing - stolen from ffmpeg (thank you! :) ).
1896 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
1898 * ext/esd/esdsink.c: (gst_esdsink_init):
1899 Since we have static pad template caps, we don't need to negotiate;
1900 either the core errors out or we know the format.
1902 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
1904 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
1905 (gst_riff_read_seek):
1906 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1907 (gst_ebml_read_seek):
1910 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
1912 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
1913 removee video/x-theora from vp3 decoder, it doesn't handle raw
1915 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
1916 fix bug with finalizing element that never went to PAUSED
1917 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
1918 length and position queries were swapped
1919 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
1920 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
1921 (vorbis_dec_src_event):
1922 implement querying time and bytes
1924 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
1926 * just about every source file:
1927 gst_element_error -> GST_ELEMENT_ERROR
1929 2004-01-29 Julien MOUTTE <julien@moutte.net>
1931 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
1932 emiting FLUSH and even before DISCONT.
1933 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
1934 get the best instant seeking as possible yay!
1936 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
1938 * gst/mpeg1videoparse/gstmp1videoparse.c:
1939 (gst_mp1videoparse_real_chain):
1940 Committed wrong version last week... Grr... Didn't notice until now.
1942 2004-01-29 Julien MOUTTE <julien@moutte.net>
1944 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
1945 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
1946 have_xwindow_id signal in xwindow_create.
1948 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
1950 * ext/ogg/gstoggdemux.c:
1951 lots of changes - mainly support for chained bitstreams, seeking,
1952 querying and bugfixes of course
1953 * ext/vorbis/Makefile.am:
1954 * ext/vorbis/vorbisdec.c:
1955 * ext/vorbis/vorbisdec.h:
1956 add vorbisdec raw vorbis decoder
1957 * ext/vorbis/vorbis.c: (plugin_init):
1958 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
1959 * gst/intfloat/Makefile.am:
1960 * gst/intfloat/float22int.c:
1961 * gst/intfloat/float22int.h:
1962 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
1963 add float2intnew plugin. It converts multichannel interleaved float to
1964 multichannel interleaved int. The name should probably be changed.
1965 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
1967 add typefinding for raw theora video so oggdemux can detect it.
1969 2004-01-28 Julien MOUTTE <julien@moutte.net>
1971 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
1973 * gst/videoscale/gstvideoscale.c:
1974 (gst_videoscale_handle_src_event): Fixing src event handler.
1976 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
1978 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
1979 (gst_v4lsrc_open), (gst_v4lsrc_close),
1980 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
1981 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
1982 * sys/v4l/gstv4lsrc.h:
1983 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
1984 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
1985 Implement resizing... Hack. But that's why v4l is b0rked...
1987 2004-01-28 Julien MOUTTE <julien@moutte.net>
1989 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1990 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
1991 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
1992 (gst_ximagesink_xwindow_destroy):
1993 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1994 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
1995 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
1996 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
1997 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
1998 correctly cleaning the image created to check xshm calls on succes,
1999 added a lot of XSync calls in X11 functions, and fixed a segfault when
2000 no image format was defined before negotiation happened.
2002 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
2004 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
2005 use gst_element_get_time to get correct time
2007 2004-01-28 Julien MOUTTE <julien@moutte.net>
2009 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
2010 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
2011 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
2012 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
2013 (gst_xvimagesink_check_xshm_calls),
2014 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
2015 X plugins are now able to detect that XShm calls will fail even if the
2016 server claims that it has XShm support (remote displays most of the
2017 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
2018 so that we use non XShm functions. This feature is almost useless for
2019 xvimagesink as Xv is not supported on remote displays anyway, but
2020 it might happen than even on the local display XShm calls fail.
2022 2004-01-27 David Schleef <ds@schleef.org>
2024 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
2025 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
2026 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
2027 changed esdsink to only use 44100,16,2, since esd sucks at rate
2028 conversion and esdsink has had difficulty negotiating.
2030 2004-01-27 Julien MOUTTE <julien@moutte.net>
2032 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
2033 (gst_play_seek_to_time): Fixing the way to get current position.
2035 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
2037 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
2038 use gst_element_get_time to get correct time
2040 2004-01-27 Julien MOUTTE <julien@moutte.net>
2042 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
2043 fix ever... Inverting 2 lines of code make spider autoplug correctly
2046 2004-01-27 David Schleef <ds@schleef.org>
2048 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
2049 Use gst_pad_try_set_caps_nonfixed().
2051 2004-01-27 David Schleef <ds@schleef.org>
2053 * gst/ac3parse/gstac3parse.c: update to checklist 5
2054 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
2055 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
2056 * gst/audioscale/gstaudioscale.c: same
2057 * gst/auparse/gstauparse.c: same
2058 * gst/avi/gstavidemux.c: same
2060 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
2062 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
2063 stop processing after EOS
2065 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
2067 * gst/asfdemux/asfheaders.h:
2068 * gst/asfdemux/gstasfdemux.c:
2069 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
2070 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
2071 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
2072 lot's of fixes to make data extraction simpler and get the code
2073 architecture and compiler independant. Add debugging category
2074 * gst/goom/gstgoom.c: (gst_goom_change_state):
2075 reset channel count on PAUSED=>READY, not READY=>PAUSED
2077 2004-01-26 Colin Walters <walters@verbum.org>
2079 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
2080 code to pull a bigger buffer in iradio mode. This as a side effect
2081 makes typefinding work.
2083 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
2085 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
2086 Fix SVQ3 decoding on PPC
2088 2004-01-26 Julien MOUTTE <julien@moutte.net>
2090 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
2091 that one managed to stay there... Fixed.
2093 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
2095 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
2096 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
2097 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
2098 (qtdemux_video_caps):
2099 * gst/qtdemux/qtdemux.h:
2100 Add SVQ3 specific flags to qtdemux and ffmpeg
2102 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
2104 * gst-libs/gst/audio/audio.h:
2105 remove buffer-frames from audio caps
2106 * gst/audioconvert/gstaudioconvert.c:
2107 fix plugin to really work.
2109 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
2111 * gst-libs/gst/mixer/mixer.c:
2112 * gst-libs/gst/propertyprobe/propertyprobe.c:
2113 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
2114 (gst_tuner_find_channel_by_name):
2115 * gst-libs/gst/tuner/tuner.h:
2116 Add gtk-doc style comments. Also fix a function name.
2118 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
2120 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
2121 (gst_divxdec_negotiate):
2122 Fix for new capsnego - also fixes gst-player with divxdec.
2124 2004-01-25 Julien MOUTTE <julien@moutte.net>
2126 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
2127 (gst_play_identity_handoff), (gst_play_set_location),
2128 (gst_play_set_visualization), (gst_play_connect_visualization): Another
2129 try in visualization implementation. Still have an issue with switch
2130 blocking when pulling from video_queue and only audio comes out of
2132 * gst/switch/gstswitch.c: (gst_switch_release_pad),
2133 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
2134 release method. And check if the pad is usable before pulling.
2136 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
2138 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
2139 (gst_videobalance_init),
2140 (gst_videobalance_colorbalance_list_channels),
2141 (gst_videobalance_colorbalance_set_value),
2142 (gst_videobalance_colorbalance_get_value),
2143 (gst_videobalance_update_properties),
2144 (gst_videobalance_update_tables_planar411),
2145 (gst_videobalance_planar411):
2146 * gst/videofilter/gstvideobalance.h:
2147 Implement lookup-tables. +/- 10x faster.
2149 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
2151 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
2152 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
2153 The index reading was broken. The rest worked fine, but the whole
2154 goal of my rewrite was to make avidemux readable, and this was
2155 not at all readable. Please use typed variables.
2157 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
2159 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
2160 Additional pad usability check.
2161 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
2162 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
2163 (gst_mp1videoparse_real_chain):
2164 Fix MPEG video stream parsing. The original plugin had several
2165 issues, including not timestamping streams where the source was
2166 not timestamped (this happens with PTS values in mpeg system
2167 streams, but MPEG video is also a valid stream on its own so
2168 that needs timestamps too). We use the display time code for that
2169 for now. Also, if one incoming buffer contains multiple valid
2170 frames, we push them all on correctly now, including proper EOS
2171 handling. Lastly, several potential segfaults were fixed, and we
2172 properly sync on new sequence/gop headers to include them in next,
2173 not previous frames (since they're header for the next frame, not
2174 the previous). Also see #119206.
2175 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
2177 Move caps setting so we only do it after finding several valid
2178 MPEG-1 fraes sequentially, not right after the first one (which
2179 might be coincidental).
2180 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
2181 (mpeg_video_type_find), (mpeg_video_stream_type_find),
2183 Add unsynced MPEG video stream typefinding, and change some
2184 probability values so we detect streams rightly. The idea is as
2185 follows: I can have an unsynced system stream which contains
2186 video. In the current code, I would randomly get a type for either
2187 system or video stream type found, because the probabilities are
2188 being calculated rather randomly. I now use fixed values, so we
2189 always prefer system stream if that was found (and that is how it
2190 should be). If no system stream was found, we can still identity the stream as video-only.
2192 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
2194 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
2195 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
2196 don't write to buffer. Extract data without the need of
2197 __attribute__ ((packed))
2199 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
2201 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
2202 (mpeg1_sys_type_find):
2203 Fix MPEG-1 stream typefinding.
2205 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
2207 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
2208 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
2210 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
2212 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
2213 * ext/esd/gstesd.c: (plugin_init):
2214 private debugging, better error reporting
2216 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
2218 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
2219 (gst_riff_read_init), (gst_riff_read_change_state):
2220 * gst-libs/gst/riff/riff-read.h:
2221 Remove stuff fromold metadata system.
2223 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
2225 * ext/ogg/gstoggdemux.c:
2226 Fix wrong file comment.
2227 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
2228 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
2229 Add metadata reading properly.
2231 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
2234 Fix nas DIST_SUBDIRS
2236 Fix bug where make distcheck doesn't get run on adding stuff to
2239 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
2241 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
2242 * ext/divx/gstdivxdec.h:
2243 Fix divx3 ("msmpeg4") playback using divxdec.
2245 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
2247 * gst/typefind/gsttypefindfunctions.c:
2248 (mp3_type_frame_length_from_header): fix bug in length computation
2249 (mp3_type_find): improve debugging output
2251 2004-01-23 Julien MOUTTE <julien@moutte.net>
2253 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
2254 (gst_play_set_location), (gst_play_seek_to_time),
2255 (gst_play_set_audio_sink), (gst_play_set_visualization),
2256 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
2257 the pipeline from scratch. Visualization is back and switch went out as
2258 i realized it was not possible to use the way i wanted.
2259 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
2260 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
2261 clearing in state change from READY to NULL. So that one can clean the
2262 X ressources keeping the element.
2263 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
2264 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
2265 (gst_xvimagesink_colorbalance_set_value),
2266 (gst_xvimagesink_colorbalance_get_value),
2267 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
2268 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
2269 change from READY to NULL and fixed some stupid bugs in colorbalance
2270 get/set values. Also added the following feature : when nobody tries to
2271 set some values to the colorbalance levels before the xcontext is
2272 grabbed, then when creating channels list from Xv attributes we set the
2273 internal values to the Xv defaults. This way we handle buggy Xv drivers
2274 that set default hue values far from the middle of the range (Thanks
2275 to Jon Trowbridge for pointing that issue).
2276 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
2277 colorbalance levels have been set before xcontext is grabbed.
2279 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
2281 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
2282 Fix the ossmixer case where we shouldn't open /dev/dsp* because
2283 it might block operations (which is bad for a mixer).
2285 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
2287 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
2288 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
2289 (gmip_find_type_pre):
2290 * gst-libs/gst/media-info/media-info-priv.h:
2291 * gst-libs/gst/media-info/media-info.c:
2292 (gst_media_info_instance_init), (gst_media_info_read_idler):
2293 add fakesink to get caps on decoder src pad again
2294 fix callback prototype to match new have_type signal signature
2296 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
2298 * gst/adder/gstadder.c: (gst_adder_link):
2299 fix non-compile and cut-n-paste code
2301 2004-01-21 David Schleef <ds@schleef.org>
2303 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
2304 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
2305 (gst_swfdec_init), (gst_swfdec_change_state):
2306 * ext/swfdec/gstswfdec.h:
2308 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
2309 (gst_adder_request_new_pad): Fix negotiation.
2310 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
2311 Add a fixate function.
2312 * gst/intfloat/gstfloat2int.c:
2313 * gst/intfloat/gstfloat2int.h:
2314 * gst/intfloat/gstint2float.c:
2315 * gst/intfloat/gstint2float.h:
2316 Completely rewrite the negotiation. Doesn't quite work yet,
2317 due to some buffer-frames problem.
2319 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
2321 * ext/gnomevfs/gstgnomevfssrc.c:
2322 * sys/v4l2/v4l2_calls.h:
2323 fix includes for distcheck
2325 2004-01-21 Christian Schaller <uraeus@gnome.org>
2328 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
2329 based on earlier patch from Laurent Vivier
2331 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
2333 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
2334 Fix wma caps property
2335 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
2336 Fix typo (flags1 and flags2)
2338 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
2340 * gst-libs/gst/media-info/media-info-priv.c:
2341 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
2342 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
2343 (gmip_find_stream), (gmip_find_track_metadata),
2344 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
2345 (gmip_find_track_format):
2346 * gst-libs/gst/media-info/media-info-priv.h:
2347 * gst-libs/gst/media-info/media-info-test.c: (main):
2348 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
2349 (gst_media_info_read_idler), (gst_media_info_read):
2350 * gst-libs/gst/media-info/media-info.h:
2351 register debugging category and use it for debugging
2353 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
2355 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
2356 (gst_vorbisfile_new_link):
2357 signal streaminfo through tags
2359 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
2361 * ext/mplex/gstmplex.cc:
2362 * ext/mplex/gstmplexibitstream.cc:
2363 g++ doesn't like NULL in our i18n/error macros, should be
2364 either (NULL) or ("").
2366 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
2368 * sys/dxr3/dxr3audiosink.c:
2369 * sys/dxr3/dxr3init.c:
2370 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
2371 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
2372 Fix more error error error errors (missing includes here).
2374 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
2376 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
2377 fix thomas' error errors.
2379 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
2381 * ext/mpeg2enc/gstmpeg2enc.cc:
2384 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
2386 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
2387 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
2388 Fix for new error system.
2390 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
2392 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
2393 fix for new error reporting
2395 2004-01-20 David Schleef <ds@schleef.org>
2397 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
2398 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
2399 (gst_ximagesink_set_xwindow_id): Change to using a framerate
2400 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
2401 and neither is 100+, most likely.
2402 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2403 (gst_xvimagesink_getcaps): same
2405 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
2408 Up version requirement to 2.0.3 (not yet released) to avoid symbol
2409 clashes with ffmpeg.
2411 2004-01-20 Julien MOUTTE <julien@moutte.net>
2413 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
2414 (gst_switch_init): Fixed switch element : proxying link and setting
2415 caps from src to sink on request.
2417 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
2419 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
2420 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
2421 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
2424 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
2426 * sys/v4l/v4l_calls.h:
2427 * sys/v4l2/v4l2_calls.h:
2430 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
2432 * gst-libs/gst/gst-i18n-plugin.h:
2434 remove config.h inclusion
2436 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
2439 adding autopoint invocation
2442 * gst-libs/gst/gettext.h:
2444 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
2445 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
2446 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
2447 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
2448 (gst_gnomevfssink_close_file):
2449 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
2450 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
2451 * gst-libs/gst/gst-i18n-plugin.h:
2452 * gst/avi/gstavi.c: (plugin_init):
2453 * sys/dxr3/dxr3init.c: (plugin_init):
2454 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
2455 * sys/oss/gstossaudio.c: (plugin_init):
2456 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
2457 * sys/v4l/gstv4l.c: (plugin_init):
2458 * sys/v4l/v4l_calls.c: (gst_v4l_open):
2459 * sys/v4l2/gstv4l2.c: (plugin_init):
2460 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2461 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
2462 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
2463 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
2464 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
2465 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
2466 make sure locale and translation domain are set
2467 fix translated strings
2473 put translation files into place
2474 * sys/xvideo/imagetest.c: (main):
2475 * ext/dv/demo-play.c: (main):
2476 fix unnecessary translations
2478 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
2480 * ext/sndfile/gstsf.c:
2481 * gst/avi/gstavimux.c:
2482 * ext/audiofile/gstafsink.c:
2483 * ext/audiofile/gstafsrc.c:
2484 * ext/gnomevfs/gstgnomevfssink.c:
2485 * ext/gnomevfs/gstgnomevfssrc.c:
2486 * sys/oss/gstosselement.c:
2487 * sys/v4l/v4l_calls.h:
2490 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
2492 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2493 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
2494 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
2495 (gst_v4l2_get_output), (gst_v4l2_set_output),
2496 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
2497 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
2498 (gst_v4l2_set_attribute):
2499 update to new error handling
2501 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
2503 * ext/sidplay/gstsiddec.cc:
2504 * gst/modplug/gstmodplug.cc:
2505 parenthese NULL because C++ seems angry about it
2507 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
2509 * gst-libs/gst/gst-i18n-plugin.h:
2510 add skeleton i18n stuff, but needs to be further implemented
2512 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
2514 * examples/gstplay/player.c: (main):
2515 * ext/aalib/gstaasink.c: (gst_aasink_open):
2516 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
2517 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
2518 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
2519 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
2520 (gst_afsink_close_file):
2521 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
2522 (gst_afsrc_close_file):
2523 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
2524 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
2525 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
2526 * ext/esd/esdmon.c: (gst_esdmon_get):
2527 * ext/esd/esdsink.c: (gst_esdsink_chain):
2528 * ext/faac/gstfaac.c: (gst_faac_chain):
2529 * ext/faad/gstfaad.c: (gst_faad_chain):
2530 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
2531 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
2532 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
2533 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
2535 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
2536 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
2537 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2538 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
2539 (gst_gnomevfssink_close_file):
2540 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
2541 (gst_gnomevfssrc_open_file):
2542 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
2543 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
2544 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
2545 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
2546 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
2547 * ext/mad/gstmad.c: (gst_mad_chain):
2548 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
2549 * ext/mpeg2dec/gstmpeg2dec.c:
2550 * ext/mpeg2enc/gstmpeg2enc.cc:
2551 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
2552 * ext/mplex/gstmplex.cc:
2553 * ext/mplex/gstmplexibitstream.cc:
2554 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
2555 (gst_ogg_demux_push), (gst_ogg_pad_push):
2556 * ext/raw1394/gstdv1394src.c:
2557 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
2558 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
2559 * ext/sidplay/gstsiddec.cc:
2560 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
2562 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
2563 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
2564 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
2565 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
2566 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
2567 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
2568 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
2569 * gst-libs/gst/Makefile.am:
2570 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
2571 (gst_riff_read_element_data), (gst_riff_read_seek),
2572 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
2573 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
2574 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
2575 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
2576 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
2577 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
2578 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
2579 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
2580 * gst/goom/gstgoom.c: (gst_goom_chain):
2581 * gst/id3/gstid3types.c: (gst_id3types_loop):
2582 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
2583 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
2584 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
2585 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
2586 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
2587 (gst_ebml_read_float), (gst_ebml_read_header):
2588 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
2589 (gst_matroska_demux_parse_blockgroup):
2590 * gst/modplug/gstmodplug.cc:
2591 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
2592 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
2593 * gst/oneton/gstoneton.c: (gst_oneton_chain):
2594 * gst/silence/gstsilence.c: (gst_silence_get):
2595 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
2596 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
2597 * gst/speed/gstspeed.c: (speed_loop):
2598 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
2599 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
2600 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
2601 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2602 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
2603 (gst_wavparse_loop):
2604 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
2605 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
2606 (dxr3audiosink_close):
2607 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
2608 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
2609 (dxr3videosink_close), (dxr3videosink_write_data):
2610 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
2611 * sys/oss/gstosselement.h:
2612 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
2613 (gst_osssink_chain):
2614 * sys/oss/gstosssrc.c: (gst_osssrc_get):
2615 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
2616 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
2617 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
2618 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
2619 (gst_v4l_enable_overlay):
2620 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
2621 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
2622 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
2623 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
2624 (gst_v4l_set_audio):
2625 * sys/v4l/v4l_calls.h:
2626 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
2627 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
2628 (gst_v4lmjpegsink_playback_init),
2629 (gst_v4lmjpegsink_playback_start):
2630 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
2631 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
2632 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
2633 (gst_v4lmjpegsrc_requeue_frame):
2634 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
2635 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
2636 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
2637 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
2638 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2639 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
2640 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
2641 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
2642 (gst_v4l2src_capture_stop):
2643 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
2644 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
2645 (gst_ximagesink_chain):
2646 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
2647 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
2648 (gst_xvideosink_xwindow_new):
2649 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
2650 (gst_xvimagesink_chain):
2651 use new error signal, function and categories
2653 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
2657 * ext/musicbrainz/gsttrm.c:
2658 * ext/musicbrainz/gsttrm.h:
2659 * ext/musicbrainz/Makefile.am:
2662 2004-01-18 Julien MOUTTE <julien@moutte.net>
2664 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
2665 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
2666 synchronous property for debugging.
2667 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
2668 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
2669 (gst_xvimagesink_set_property): Moving a pointer declaration to a
2670 smaller block, fixing indent.
2672 2004-01-16 David Schleef <ds@schleef.org>
2674 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
2675 property affects the video stream.
2676 * sys/xvimage/xvimagesink.c:
2677 * sys/xvimage/xvimagesink.h:
2678 Add synchronous property for debugging. Should probably be
2679 disabled in non-CVS builds. Make sure that the Xv attribute
2680 exists before we set it (crash!). Fix a silly float bug that
2681 caused colorbalance to just not work.
2683 2004-01-17 Christian Schaller <Uraeus@gnome.org>
2685 * tools/gst-launch-ext.in - update for new plugins
2687 2004-01-16 David Schleef <ds@schleef.org>
2689 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
2692 2994-01-16 Christian Schaller <Uraeus@gnome.org>
2694 * Update spec for new colorspace plugin and libcaca plugin
2695 * Fix compilation of libcaca plugin (clock -> id)
2697 2004-01-16 Julien MOUTTE <julien@moutte.net>
2699 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
2700 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
2701 (gst_xvimagesink_set_xwindow_id),
2702 (gst_xvimagesink_colorbalance_set_value),
2703 (gst_xvimagesink_colorbalance_get_value),
2704 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2705 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
2706 correct colorbalance properties. They can now be set when the element
2707 is still in NULL state. The values will be committed to the Xv Port
2708 when xcontext is initialized.
2709 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
2710 brightness int values in the GstXvImagesink structure.
2712 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
2714 * gst-libs/gst/Makefile.am:
2715 restructure so having local patches works easier.
2717 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
2719 * ext/mpeg2enc/Makefile.am:
2720 * ext/mpeg2enc/gstmpeg2enc.cc:
2721 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
2722 Bugfix with respect to EOS handling.
2724 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
2726 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
2727 Link with right caps (else, it segfaults).
2728 * ext/mplex/gstmplexjob.cc:
2729 Fix for slight API change in 1.6.1.93 release of mjpegtools.
2731 2004-01-15 David Schleef <ds@schleef.org>
2733 * gst-libs/gst/audio/Makefile.am:
2734 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
2736 * gst-libs/gst/audio/gstaudiofilter.c:
2737 * gst-libs/gst/audio/gstaudiofilter.h:
2738 Add bytes_per_sample and size and n_samples calculation.
2739 * gst-libs/gst/audio/gstaudiofilterexample.c:
2740 Remove, now autogenerated.
2741 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2742 Moved from gstaudiofilterexample, object name changed, code added
2743 so that it actually works.
2744 * gst-libs/gst/audio/make_filter:
2745 Script to build an audiofilter subclass from the template.
2746 * gst/colorspace/Makefile.am:
2747 * gst/colorspace/yuv2yuv.c:
2748 Remove file, since it's GPL, and we don't use it.
2750 2004-01-15 Julien MOUTTE <julien@moutte.net>
2752 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
2753 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
2754 them use the buffer free function to test how the buffer was allocated.
2756 2004-01-15 David Schleef <ds@schleef.org>
2758 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
2759 that handles osssink fallback.
2760 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
2761 (gst_audio_convert_getcaps):
2762 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2763 Add audio/x-qdm2 for QDM2 audio.
2764 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
2765 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
2766 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
2767 Decrease minimum size to 16x16.
2768 * gst/wavparse/gstwavparse.c:
2769 Convert disabled pad template caps to new caps.
2770 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
2771 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
2772 (gst_xvimagesink_chain): Throw element error when display cannot
2773 be opened. Increase minimum framerate to 1.0. Check the data
2774 free function on a buffer to make sure it is the type we expect
2775 before manipulating it.
2777 2004-01-15 Julien MOUTTE <julien@moutte.net>
2779 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
2780 (gst_videobalance_colorbalance_set_value): Implement passthru if
2781 settings are in the middle.
2782 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
2784 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
2786 * gst/videofilter/Makefile.am:
2787 * gst/volume/Makefile.am:
2788 Since we use videofilter symbols, link to it.
2790 2004-01-15 Julien MOUTTE <julien@moutte.net>
2792 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
2793 mixer interface type to HARDWARE.
2794 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
2796 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
2797 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
2798 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
2799 (gst_volume_interface_init), (gst_volume_list_tracks),
2800 (gst_volume_set_volume), (gst_volume_get_volume),
2801 (gst_volume_set_mute), (gst_volume_mixer_init),
2802 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
2803 (volume_init): Implementing mixer interface.
2804 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
2805 * sys/oss/gstosselement.c: (gst_osselement_get_type),
2806 (gst_osselement_change_state): Removing some trailing commas in
2808 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
2809 interface type to HARDWARE.
2810 * sys/v4l/gstv4lcolorbalance.c:
2811 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
2813 * sys/v4l2/gstv4l2colorbalance.c:
2814 (gst_v4l2_color_balance_interface_init): Setting colorbalance
2815 interface type to HARDWARE.
2816 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
2817 same code than ximagesink for event handling.
2819 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
2821 * ext/snapshot/Makefile.am:
2822 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
2823 (gst_snapshot_chain):
2824 * ext/snapshot/gstsnapshot.h:
2825 This has to be a joke... Snapshot should be connected to a tee,
2826 colorspace element before it and EOS after that, where the other
2827 src of the tee receives normal data.
2828 The current way is *wrong*.
2830 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
2832 * ext/hermes/gsthermescolorspace.c:
2833 Fix another compile error. Same as below.
2835 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
2837 * gst/colorspace/gstcolorspace.c:
2838 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
2839 (gst_colorspace_i420_to_yv12):
2840 Fix compiling... Didn't test if it actually works.
2842 2004-01-15 David Schleef <ds@schleef.org>
2845 * gst/colorspace/Makefile.am:
2846 * gst/colorspace/gstcolorspace.c:
2847 * gst/colorspace/gstcolorspace.h:
2848 * gst/colorspace/yuv2rgb.c:
2849 * gst/colorspace/yuv2rgb.h:
2850 Duplicate the ext/hermes colorspace plugin, and remove Hermes
2851 code and GPL code. Fix for new caps negotiation. Rewrite
2852 much of the format handling code, and some of the conversion
2853 code. Basically, rewrote almost everything. This element
2854 handles I420, YV12 to RGB conversions.
2855 * ext/hermes/Makefile.am:
2856 * ext/hermes/gsthermescolorspace.c:
2857 Rename colorspace to hermescolorspace. Fix negotiation issues.
2858 Remove non-Hermes related code. This element handles lots of
2859 RGB to RGB conversions, but no YUV.
2860 * ext/hermes/gstcolorspace.c:
2861 * ext/hermes/gstcolorspace.h:
2862 * ext/hermes/rgb2yuv.c:
2863 * ext/hermes/yuv2rgb.c:
2864 * ext/hermes/yuv2rgb.h:
2865 * ext/hermes/yuv2rgb_mmx16.s:
2866 * ext/hermes/yuv2yuv.c:
2867 * ext/hermes/yuv2yuv.h:
2870 2004-01-14 Colin Walters <walters@verbum.org>
2872 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
2873 they've already been.
2875 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
2877 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
2878 assume tag mode when pad is not connected
2880 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
2882 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
2883 Don't update the time of the clock
2884 (gst_alsa_sink_loop):
2885 sync to the clock given to alsasink, not the own clock
2886 * sys/oss/gstosssink.c: (gst_osssink_chain):
2888 (gst_osssink_change_state):
2890 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
2891 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
2892 remove bogus code that made DISCONT events unhandled
2893 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
2894 explicitly case to double in _set_simple. (fixes 2nd warning in bug
2896 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
2897 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
2898 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
2899 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
2900 2nd warning in bug #131502)
2902 2004-01-14 Julien MOUTTE <julien@moutte.net>
2904 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
2905 (gst_videobalance_colorbalance_set_value),
2906 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
2907 for colorbalance interface implementation.
2908 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
2909 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
2910 (gst_ximagesink_dispose), (gst_ximagesink_init),
2911 (gst_ximagesink_class_init): Adding DISPLAY property.
2912 * sys/ximage/ximagesink.h: Adding display_name to store display.
2913 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
2914 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2915 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
2916 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
2917 properties (they still need polishing though for gst-launch use : no
2918 xcontext yet, i ll do that tomorrow).
2919 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
2921 2004-01-14 Julien MOUTTE <julien@moutte.net>
2923 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
2924 (gst_play_set_location), (gst_play_set_visualization): Preparing
2925 switch integration, adding videobalance in the pipeline.
2927 2004-01-14 Julien MOUTTE <julien@moutte.net>
2929 * gst-libs/gst/colorbalance/colorbalance.c:
2930 (gst_color_balance_class_init): Adding a default type.
2931 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
2933 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
2934 (gst_videobalance_dispose), (gst_videobalance_class_init),
2935 (gst_videobalance_init), (gst_videobalance_interface_supported),
2936 (gst_videobalance_interface_init),
2937 (gst_videobalance_colorbalance_list_channels),
2938 (gst_videobalance_colorbalance_set_value),
2939 (gst_videobalance_colorbalance_get_value),
2940 (gst_videobalance_colorbalance_init): Implementing colorbalance
2942 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
2944 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
2945 bug which was triggering a BadAccess X error when setting an overlay
2946 before pad was really negotiated.
2947 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
2948 Using the colorbalance type macro.
2950 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
2952 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
2953 (gst_flacenc_chain):
2954 handle tags correctly
2955 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
2956 extract ID3v1 tags correctly
2958 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
2960 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
2962 Improve matroska typefinding for odd-typed headers...
2964 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
2966 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
2967 Fix for using incremental number on padnames.
2969 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
2971 * ext/divx/gstdivxdec.c:
2972 * ext/divx/gstdivxenc.c:
2973 Set category to divx4linux instead of divx (too generic).
2974 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
2975 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
2976 (gst_wavparse_loop), (gst_wavparse_change_state):
2977 * gst/wavparse/gstwavparse.h:
2978 fix parsing of WAV files with non-standard fmt-tag size and fix
2979 skipping of unrecognized chunks... Someone please fix this thing
2980 to use rifflib so all this is automated.
2981 * sys/v4l/Makefile.am:
2982 * sys/v4l2/Makefile.am:
2983 Add X_CFLAGS because we depend on X (for overlay).
2985 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
2987 * ext/mpeg2dec/gstmpeg2dec.c:
2988 Don't issue a timestamp unless we tagged the frame
2991 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
2993 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
2994 Query the audio element to get the time, not the clock. We're
2995 interested in the element's time here.
2997 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
2999 * ext/aalib/gstaasink.c: (gst_aasink_chain):
3000 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
3001 * ext/esd/esdsink.c: (gst_esdsink_chain):
3002 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
3003 * ext/mas/massink.c: (gst_massink_chain):
3004 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
3005 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
3006 (gst_matroska_demux_parse_metadata):
3007 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
3008 (gst_mpeg_parse_release_locks):
3009 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
3010 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
3011 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
3012 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
3013 (gst_osssink_change_state):
3014 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
3015 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
3016 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
3017 (gst_xvideosink_release_locks):
3018 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
3020 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
3021 (gst_alsa_clock_stop):
3022 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
3023 (gst_audio_clock_get_internal_time):
3024 simplify for use with new clocking code.
3025 * testsuite/alsa/Makefile.am:
3026 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
3027 fix testsuite for new caps system
3029 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
3031 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
3032 * ext/flac/gstflacenc.c: (add_one_tag):
3033 length is already host endian, no need to convert. Fixes playback of
3034 tagged files on PPC. (bug #128384)
3036 2004-01-13 Julien MOUTTE <julien@moutte.net>
3038 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
3039 colorbalance interface stating if it is hardware based or software
3041 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
3042 Removing a trailing comma.
3043 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
3044 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
3045 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
3046 the documentation seems to be wrong on the -1000 to 1000 interval.
3048 2004-01-12 David Schleef <ds@schleef.org>
3050 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
3051 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
3052 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
3053 Fix negotiation. Add a bufferalloc function for the sink pad,
3054 and generally clean up some of the code.
3056 2004-01-12 Julien MOUTTE <julien@moutte.net>
3058 * gst-libs/gst/colorbalance/colorbalancechannel.c:
3059 (gst_color_balance_channel_dispose): Adding safety check in dispose
3061 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
3062 (gst_xvimagesink_xcontext_clear),
3063 (gst_xvimagesink_interface_supported),
3064 (gst_xvimagesink_colorbalance_list_channels),
3065 (gst_xvimagesink_colorbalance_set_value),
3066 (gst_xvimagesink_colorbalance_get_value),
3067 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
3068 Adding colorbalance interface support to set XV parameters such as
3069 HUE, BRIGHTNESS, CONTRAST, SATURATION.
3070 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
3073 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
3075 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
3076 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
3077 (gst_audio_convert_init), (gst_audio_convert_set_property),
3078 (gst_audio_convert_get_property), (gst_audio_convert_chain),
3079 (gst_audio_convert_link),
3080 (gst_audio_convert_buffer_to_default_format),
3081 (gst_audio_convert_buffer_from_default_format), (plugin_init):
3082 - implement _getcaps and use it
3084 - remove float caps since no float conversion is actually done
3085 - remove properties and arguments that were to be used for rate
3088 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
3090 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
3091 (gst_audio_structure_set_int):
3092 * gst-libs/gst/audio/audio.h:
3093 add helper functions for _getcaps matching the standard audio
3096 2004-01-12 David Schleef <ds@schleef.org>
3098 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
3099 Test that pad is negotiated before getting its caps.
3101 2004-01-12 Julien MOUTTE <julien@moutte.net>
3103 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
3104 analyzing the pads of an element the bin is mostly in READY state so
3105 no caps were negotiated. This helper function needs to work with
3106 _get_caps directly then. I was not freeing them though, added that to
3109 2004-01-12 Julien MOUTTE <julien@moutte.net>
3111 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
3112 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
3113 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
3116 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
3118 * sys/oss/gstossaudio.c: (plugin_init):
3119 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
3120 * sys/oss/gstosselement.h:
3121 make an oss debugging category
3122 make failure more descriptive
3124 2004-01-11 David Schleef <ds@schleef.org>
3126 * ext/ffmpeg/gstffmpeg.c:
3127 * ext/ffmpeg/gstffmpegcodecmap.c:
3128 * ext/ffmpeg/gstffmpegdec.c:
3129 * ext/ffmpeg/gstffmpegenc.c:
3130 * ext/ffmpeg/gstffmpegprotocol.c:
3131 * ext/gdk_pixbuf/gstgdkanimation.c:
3132 * ext/jpeg/gstjpeg.c:
3133 * ext/libpng/gstpng.c:
3134 * ext/mpeg2dec/perftest.c:
3135 * ext/speex/gstspeex.c:
3136 * gst-libs/gst/resample/dtos.c:
3137 * gst/intfloat/gstintfloatconvert.c:
3138 * gst/oneton/gstoneton.c:
3139 * gst/rtjpeg/RTjpeg.c:
3141 * sys/dxr3/dxr3init.c:
3142 * sys/glsink/gstgl_nvimage.c:
3143 * sys/glsink/gstgl_pdrimage.c:
3144 * sys/glsink/gstglsink.c:
3145 * testsuite/gst-lint:
3146 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
3148 2004-01-11 David Schleef <ds@schleef.org>
3150 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
3151 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
3152 * ext/gdk_pixbuf/gstgdkanimation.c:
3153 (gst_gdk_animation_iter_create_pixbuf):
3154 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
3155 (gst_gdk_pixbuf_chain):
3156 * ext/gdk_pixbuf/gstgdkpixbuf.h:
3157 * ext/jack/gstjack.c: (gst_jack_change_state):
3158 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
3159 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
3160 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
3161 * gst/videofilter/gstvideofilter.c:
3162 (gst_videofilter_set_output_size):
3163 Remove all usage of gst_pad_get_caps(), and replace it with
3164 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
3166 2004-01-11 David Schleef <ds@schleef.org>
3169 * ext/Makefile.am: Fixes to make ext/libcaca compile.
3170 * ext/divx/gstdivxdec.c:
3171 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
3172 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
3173 handle images that span multiple buffers. Now work with both
3174 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
3175 * ext/gdk_pixbuf/gstgdkpixbuf.h:
3176 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
3177 video/video.h changes
3178 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
3179 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
3180 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
3181 of GstData free function.
3182 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
3185 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
3187 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
3188 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
3189 (gst_v4l2element_get_property):
3190 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
3191 add norm, channel and frequency properties.
3192 * sys/v4l2/gstv4l2tuner.c:
3193 fixes for tuner interface changes
3194 * sys/v4l2/gstv4l2element.h:
3195 * sys/v4l2/gstv4l2src.c:
3196 * sys/v4l2/gstv4l2src.h:
3197 * sys/v4l2/v4l2src_calls.c:
3198 * sys/v4l2/v4l2src_calls.h:
3199 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
3201 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
3203 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
3204 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
3205 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
3206 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
3207 * gst-libs/gst/tuner/tuner.h:
3208 GObjects aren't const.
3209 Add find_by_name functions.
3210 Add checks to _changed functions.
3211 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
3212 (gst_v4l_tuner_get_norm):
3215 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
3217 * gst-libs/gst/video/video.h:
3218 Fix caps template names to be understandable.
3219 Prefix everything with GST_VIDEO.
3220 * ext/aalib/gstaasink.c:
3221 * ext/divx/gstdivxdec.c:
3222 * ext/divx/gstdivxenc.c:
3223 * ext/gdk_pixbuf/gstgdkpixbuf.c:
3224 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
3225 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
3226 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
3227 * ext/libcaca/gstcacasink.c:
3228 * ext/libpng/gstpngenc.c: (raw_caps_factory):
3229 * ext/snapshot/gstsnapshot.c:
3230 * ext/swfdec/gstswfdec.c:
3231 * ext/xvid/gstxviddec.c:
3232 * ext/xvid/gstxvidenc.c:
3233 * gst/chart/gstchart.c:
3234 * gst/deinterlace/gstdeinterlace.c:
3235 * gst/effectv/gsteffectv.c:
3236 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
3237 * gst/goom/gstgoom.c:
3238 * gst/median/gstmedian.c:
3239 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
3240 (gst_monoscope_srcconnect), (gst_monoscope_chain):
3241 * gst/overlay/gstoverlay.c:
3242 * gst/smooth/gstsmooth.c:
3243 * gst/smpte/gstsmpte.c:
3244 * gst/synaesthesia/gstsynaesthesia.c:
3245 * gst/videocrop/gstvideocrop.c:
3246 * gst/videodrop/gstvideodrop.c:
3247 * gst/y4m/gsty4mencode.c:
3248 * sys/qcam/gstqcamsrc.c:
3249 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
3250 Make them work with new video.h file.
3251 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
3252 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
3253 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
3254 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
3255 Make it work with new buffer allocation system.
3257 2004-01-11 Julien MOUTTE <julien@moutte.net>
3259 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
3260 pad_alloc_buffer implementation to use ->srcpad
3261 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
3262 pad_alloc_buffer implementation to use ->srcpad
3263 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
3264 pad_alloc_buffer implementation to use ->srcpad
3265 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3266 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
3267 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
3268 a reference to everything we need.
3269 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
3270 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3271 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
3272 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
3273 a reference to everything we need.
3274 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
3276 2004-01-11 David Schleef <ds@schleef.org>
3278 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
3279 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
3280 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
3282 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
3283 value during a resize/renegotiation.
3284 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
3285 gst_pad_alloc_buffer();
3286 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
3287 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
3289 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
3290 Fix for rename of buffer private structure members.
3291 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
3292 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
3293 Fix for rename of buffer private structure members.
3294 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
3295 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
3296 Fix for rename of buffer private structure members.
3298 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
3300 reviewed by: David Schleef <ds@schleef.org>
3302 * gst/videofilter/Makefile.am:
3303 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
3304 from the patch by ds to fit in with recent make_filter changes.
3306 2004-01-11 Julien MOUTTE <julien@moutte.net>
3308 * configure.ac: Adding examples/switch/Makefile
3309 * examples/Makefile.am: Adding examples/switch
3310 * examples/switch/Makefile.am: Adding switcher example.
3311 * examples/switch/switcher.c: (got_eos), (idle_iterate),
3312 (switch_timer), (main): Adding an example demonstrating switch usage
3313 with 2 videotestsrc showing different patterns.
3314 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
3315 (gst_switch_init): Fixing switch with the new caps system.
3317 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
3319 * gst-libs/gst/video/video.h:
3320 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
3321 They should probably be like
3322 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
3324 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
3326 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
3327 (qtdemux_parse_trak):
3328 fix audio chunk size/timestamp calculation
3330 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
3332 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
3335 2004-01-11 Steve Baker <steve@stevebaker.org>
3337 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
3338 (gst_agingtv_base_init), (gst_agingtv_class_init),
3339 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
3340 (gst_agingtv_set_property), (gst_agingtv_get_property):
3341 Port agingTV to videofilter
3343 2004-01-09 Julien MOUTTE <julien@moutte.net>
3345 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
3346 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
3348 2004-01-09 Julien MOUTTE <julien@moutte.net>
3350 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
3351 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
3352 * gst-libs/gst/xoverlay/xoverlay.c:
3353 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
3354 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
3355 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
3356 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
3357 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
3358 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
3359 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
3360 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
3361 the bufferalloc_function to replace bufferpools, fixing the XOverlay
3362 interface implementation to handle xid being 0 and fix some bugs
3363 triggered by Benjamin's testcase.
3364 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
3365 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
3366 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
3367 the bufferalloc_function to replace bufferpools, fixing the XOverlay
3368 interface implementation to handle xid being 0 and fix some bugs
3369 triggered by Benjamin's testcase.
3371 2004-01-09 David Schleef <ds@schleef.org>
3373 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
3374 mouse pointer events. It works.
3376 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
3378 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
3379 Use explicit caps - fix capsnego.
3380 * ext/xvid/gstxviddec.c:
3381 * ext/xvid/gstxvidenc.c:
3382 Remove macro-inside-macro which caused compile errors.
3383 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
3384 Error out if it's not a RIFF file. Else we error out without
3385 gst_element_error() which is not good...
3387 2004-01-08 David Schleef <ds@schleef.org>
3389 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
3390 Fix pad_link function to handle formats that ffmpeg returns
3391 as multiple caps structures.
3392 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
3393 Only complain if source buffer is _smaller_ than expected.
3394 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
3395 (gst_videoscale_handle_src_event): Resize navigation events
3396 when passing them upstream.
3397 * gst/videotestsrc/gstvideotestsrc.c:
3398 * gst/videotestsrc/gstvideotestsrc.h:
3399 * gst/videotestsrc/videotestsrc.c:
3400 * gst/videotestsrc/videotestsrc.h:
3401 Rewrite many of the buffer painting functions to handle odd
3402 sizes (for many formats, size%4!=0 or size%8!=0). Most have
3403 been verified to work with my video card.
3404 * testsuite/gst-lint: Add check for elements calling
3405 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
3407 2004-01-08 David Schleef <ds@schleef.org>
3409 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
3410 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
3412 2004-01-08 Julien MOUTTE <julien@moutte.net>
3414 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
3415 configure event is not emiting the desired size signal. That fixes
3416 aspect ratio issues with gst-player.
3418 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
3420 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
3423 2004-01-08 Julien MOUTTE <julien@moutte.net>
3425 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
3426 public method to fire size signal.
3428 2004-01-07 Julien MOUTTE <julien@moutte.net>
3430 * examples/gstplay/Makefile.am: Adding the interface library.
3431 * gst-libs/gst/play/Makefile.am: Adding the interface library.
3432 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
3433 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
3434 GST_IS_X_OVERLAY before signal connect.
3435 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
3436 Removing the have_video_size signal.
3437 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
3438 and associated public method.
3439 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
3440 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
3442 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
3443 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
3445 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
3446 Using XOverlay public method to fire size signal.
3448 2004-01-07 David Schleef <ds@schleef.org>
3450 * gst/videofilter/Makefile.am:
3451 * gst/videofilter/gstvideotemplate.c:
3452 * gst/videofilter/make_filter:
3453 Create gstvideoexample.c in a srcdir!=builddir friendly way.
3454 Convert make_filter to /bin/sh script.
3456 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
3458 * gst/modplug/gstmodplug.cc: fix element description
3460 2004-01-07 Julien MOUTTE <julien@moutte.net>
3462 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
3463 (got_video_size): Adding some new lines in g_print calls.
3464 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
3465 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
3466 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
3467 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
3468 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
3469 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
3470 Complete code review, reverting some stuff i disagree with, adding
3471 some fixes : time synchronization on invalid timestamps, renegotiation
3473 * sys/ximage/ximagesink.h:
3474 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
3475 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
3476 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
3477 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
3478 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
3479 (gst_xvimagesink_buffer_new),
3480 (gst_xvimagesink_navigation_send_event),
3481 (gst_xvimagesink_set_xwindow_id),
3482 (gst_xvimagesink_get_desired_size),
3483 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
3484 stuff i disagree with, adding some fixes : Renegotiation of private
3485 window, implementing get_desired_size.
3487 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
3489 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
3490 (gst_afsink_handle_event):
3491 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
3492 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
3493 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
3494 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
3495 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
3496 Fix for instantiate-test (see core). Also remove dead code from
3497 jpegenc (which still needs fixing, but that's lower on my TODO
3499 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
3500 Never return NULL as caps.
3502 2004-01-07 David Schleef <ds@schleef.org>
3506 * ext/librfb/Makefile.am:
3507 * ext/librfb/gstrfbsrc.c:
3508 New source plugin based on librfb-0.1. RFB (remote framebuffer)
3509 is the protocol used by VNC.
3511 2004-01-07 David Schleef <ds@schleef.org>
3513 * gst/videofilter/gstvideotemplate.c:
3514 * gst/videofilter/gstvideotemplate.h:
3515 * gst/videofilter/make_filter:
3516 Merge videotemplate header into source file.
3517 * gst/effectv/Makefile.am:
3518 * gst/effectv/gsteffectv.c: (plugin_init):
3519 * gst/effectv/gstwarp.c:
3520 Make warpTV a subclass of videofilter.
3522 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
3524 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
3525 Add guard against invalid utf-8 conversions in mad. Just in case.
3527 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
3529 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
3530 Fix for bug shown by poisoning
3532 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
3534 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
3535 (gst_v4lmjpegsrc_buffer_free):
3536 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
3537 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
3538 (gst_v4lsrc_buffer_free):
3539 Fix for removed bufferpools.
3541 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
3543 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
3544 Fix caps negotiation.
3546 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
3547 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
3548 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
3550 * ext/mpeg2dec/gstmpeg2dec.c:
3551 * gst-libs/gst/navigation/navigation.c:
3552 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
3553 * gst-libs/gst/navigation/navigation.h:
3554 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
3555 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3556 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3557 Super-simple first version of mouse and keyboard events. Clicking
3558 on a DVD menu now works, although it may not take you where you
3561 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
3562 * gst/videotestsrc/gstvideotestsrc.c:
3563 (gst_videotestsrc_src_fixate):
3564 These fixate functions were broken - they never actually
3567 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
3569 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
3570 (gst_icecastsend_init):
3571 fix for new caps system.
3572 * gst-libs/gst/mixer/mixertrack.h:
3573 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
3574 Add 'master track' flag (for tools like ACME that only want to
3575 change the main volume).
3577 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
3579 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
3580 (gst_xvid_csp_to_caps):
3581 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
3582 * ext/xvid/gstxvidenc.c:
3583 ifdef out ARGB type when it isn't available
3584 in xvidcore 1.0.0beta2
3586 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
3588 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
3589 When we have received a new SCR right in the first buffer after
3590 a seek (so in the same cycle that handles the discont), we should
3591 handle the buffer instead of unreffing it, else we lose data.
3593 2004-01-06 Iain <iain@prettypeople.org>
3595 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
3596 buffer-frames caps too.
3598 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
3599 caps that we need, don't destroy them all and rebuild them. And when
3600 creating src pads, use the src pad template rather than the sink...
3602 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
3604 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
3605 Add pad to element *after* setting functions such as event handler.
3606 Without this, the scheduler (opt) will link pads, set the event
3607 handler from the default event function (dispatcher in gstpad.c)
3608 and *after* that, we will set our own event function, which will
3609 thus never be used (and thus mpegdemux doesn't handle events).
3611 2004-01-04 David Schleef <ds@schleef.org>
3613 Fix the fixate functions to handle new prototype:
3614 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
3615 * gst/videotestsrc/gstvideotestsrc.c:
3616 (gst_videotestsrc_src_fixate):
3617 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
3618 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
3619 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
3621 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
3623 * sys/ximage/ximagesink.h:
3624 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
3625 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
3626 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
3627 (gst_ximagesink_xoverlay_init):
3628 assorted fixes to make (re)embedding work
3629 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
3630 (gst_ximagesink_get_desired_size):
3631 implement desired size additions to XOverlay
3633 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
3635 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
3636 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
3637 (gst_x_overlay_got_desired_size):
3638 * gst-libs/gst/xoverlay/xoverlay.h:
3639 Add optional "desired size" signal and querying.
3641 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
3643 * gst/matroska/matroska-demux.c:
3644 (gst_matroska_demux_parse_blockgroup):
3645 Fix EBML-laced block parsing. Diffs are relative to previous
3646 lace, not the first lace. Thanks to Mosu from the Matroska
3647 team for detecting this.
3648 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
3649 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
3650 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
3651 (gst_wavparse_change_state):
3652 * gst/wavparse/gstwavparse.h:
3653 Quickfix for capsnego.
3655 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
3657 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
3658 Fix indenting, fix pad creation.
3660 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
3662 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
3663 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
3664 (gst_xviddec_sink_link):
3665 Implement src_getcaps() so proper size caps is negotiated.
3667 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
3669 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
3670 Finish flac decoder on EOS. See #116178.
3672 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
3674 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
3675 (gst_matroska_demux_add_stream):
3676 * gst/matroska/matroska-ids.h:
3677 Add getcaps() function to fix capsnego...
3679 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
3681 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
3682 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
3683 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
3684 Fix more integer overflows. Again, see #126967.
3686 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
3688 * ext/mpeg2dec/gstmpeg2dec.c:
3689 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
3692 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
3695 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
3696 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
3697 * ext/xvid/gstxvid.h:
3698 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
3699 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
3700 (gst_xviddec_src_link), (gst_xviddec_sink_link),
3701 (gst_xviddec_change_state):
3702 * ext/xvid/gstxviddec.h:
3703 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
3704 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
3705 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
3706 (gst_xvidenc_link), (gst_xvidenc_set_property),
3707 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
3708 * ext/xvid/gstxvidenc.h:
3709 Update xvid plugin to latest xvid (1.0.0-beta3) API.
3711 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
3713 * gst/rtp/rtp-packet.c:
3714 Add sys/types.h include, since OS X doesn't define in_addr_t
3715 in netinet/in.h, like it does on Linux (see #129600).
3717 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
3719 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
3721 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
3722 Correct logic of dispose function (see #129306).
3724 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
3726 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
3727 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
3728 (gst_mpeg_parse_init):
3729 * gst/mpegstream/gstmpegparse.h:
3730 Remove clock (which was never provided, i.e. dead code), and
3731 also fix integer overflows at high PTS values (see #126967).
3733 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
3735 * ext/flac/gstflacdec.c:
3736 * ext/libpng/gstpngenc.h:
3737 * ext/mikmod/gstmikmod.h:
3738 OS X fixes (see #126628).
3740 2004-01-02 David Schleef <ds@schleef.org>
3742 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
3743 (gst_alsa_src_base_init): Remove bogus "src" request pad.
3744 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
3745 (gst_mpeg_parse_class_init): Move pad template registration
3746 to class_init, since the derived class (mpegdemux) doesn't
3749 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
3751 * sys/ximage/Makefile.am:
3752 * sys/xvideo/Makefile.am:
3753 * sys/xvimage/Makefile.am:
3754 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
3755 after installation (see #127664).
3757 2004-01-02 David Schleef <ds@schleef.org>
3759 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
3760 (gst_ffmpegenc_connect): Negotiation fixes.
3761 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
3762 Remove inappropriate gst_caps_free().
3763 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
3764 Reenable Ronald's internal resize code, since the core handles
3767 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
3769 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
3770 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
3771 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
3772 Fix pad template stuff.
3774 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
3776 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
3777 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
3778 fix signed integer reading/writing.
3780 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
3783 Remove outdated document
3785 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
3787 * gst/cutter/gstcutter.c: (gst_cutter_init):
3788 src pad was being created twice - oops.
3790 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
3792 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
3793 Comment out internal resize. It doesn't handle the resulting
3794 XEvent internally, does another try_set_caps() which leads to
3796 Real fix will come when Julien and Dave are awake. ;).
3798 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
3800 * ext/mpeg2enc/gstmpeg2enc.cc:
3801 fix const/nonconst compile issue.
3803 2004-01-02 David Schleef <ds@schleef.org>
3805 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
3806 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
3807 Add fixate function and a check for bad formats.
3809 2004-01-01 David Schleef <ds@schleef.org>
3812 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
3813 (gst_audiofilter_init):
3814 * gst/debug/efence.c: (gst_efence_init):
3815 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
3816 (gst_deinterlace_init):
3817 * gst/volume/gstvolume.c: (volume_connect):
3819 2004-01-01 David Schleef <ds@schleef.org>
3821 Convert elements to use gst_pad_use_explicit_caps() where
3823 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
3824 * ext/audiofile/gstafparse.c: (gst_afparse_init),
3825 (gst_afparse_open_file):
3826 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
3827 (gst_afsrc_open_file):
3828 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
3829 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
3830 (gst_ffmpegdec_chain):
3831 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
3832 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
3833 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
3834 (gst_gdk_pixbuf_chain):
3835 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
3836 (gst_jpegdec_chain):
3837 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
3838 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
3839 (gst_mikmod_negotiate):
3840 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
3841 (gst_mpeg2dec_negotiate_format):
3842 * ext/mpeg2enc/gstmpeg2enc.cc:
3843 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
3844 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
3845 (gst_speexdec_sinkconnect):
3846 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
3847 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
3848 (gst_vorbisfile_new_link):
3849 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
3850 (gst_ac3parse_chain):
3851 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
3852 (gst_asf_demux_setup_pad):
3853 * gst/auparse/gstauparse.c: (gst_auparse_init),
3854 (gst_auparse_chain):
3855 * gst/id3/gstid3types.c: (gst_id3types_loop):
3856 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
3857 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
3858 (mp1videoparse_parse_seq):
3859 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
3861 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
3862 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
3863 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
3864 (gst_mpeg_parse_send_data):
3865 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
3866 (gst_qtdemux_add_stream):
3867 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
3868 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
3869 (gst_wavparse_parse_fmt):
3871 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
3874 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
3875 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
3876 it therefore uses the wrong include paths. Too bad... Note
3877 that 1.6.1.93 is not release yet. ;).
3878 Also add a check for mplex, which is now using the lib'ified
3879 mplex from mjpegtools, too.
3880 * ext/ffmpeg/gstffmpegcodecmap.c:
3881 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
3882 issues. I don't think ffmpeg handles 3ivx correctly, so this
3883 probably won't work. But it won't hurt either.
3884 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
3885 (gst_ffmpegdec_chain):
3886 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
3887 (gst_ffmpegenc_chain_audio):
3888 Fix memleak in audio encoding. Close codec if open fails, this
3889 calls the cleanup routines so we can re-use the context.
3890 * ext/mpeg2enc/gstmpeg2enc.cc:
3891 Fix pad template names/types, fix memory issue with getcaps().
3892 * ext/mpeg2enc/gstmpeg2encoder.cc:
3893 * ext/mpeg2enc/gstmpeg2encoder.hh:
3894 Fix compile issue with new caps system (const thingy).
3895 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
3896 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
3897 We read a first frame right on initing, so that we have a caps
3898 when we init the output. This caps is cached in padprivate and
3899 read as first frame.
3900 * ext/mplex/Makefile.am:
3901 * ext/mplex/gstmplex.cc:
3902 * ext/mplex/gstmplex.h:
3903 * ext/mplex/gstmplex.hh:
3904 * ext/mplex/gstmplexibitstream.cc:
3905 * ext/mplex/gstmplexibitstream.hh:
3906 * ext/mplex/gstmplexjob.cc:
3907 * ext/mplex/gstmplexjob.hh:
3908 * ext/mplex/gstmplexoutputstream.cc:
3909 * ext/mplex/gstmplexoutputstream.hh:
3910 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
3911 had issues, didn't do capsnego, supported only a subset of the
3912 mplex features and required a mplex fork in our local CVS. Plus
3913 that it worked agaist a very old mplex version. Rewriting was
3914 faster than updating it.
3915 * gst-libs/ext/Makefile.am:
3916 * gst-libs/ext/mplex/INSTRUCT:
3917 * gst-libs/ext/mplex/Makefile.am:
3918 * gst-libs/ext/mplex/README:
3919 * gst-libs/ext/mplex/TODO:
3920 * gst-libs/ext/mplex/ac3strm_in.cc:
3921 * gst-libs/ext/mplex/audiostrm.hh:
3922 * gst-libs/ext/mplex/audiostrm_out.cc:
3923 * gst-libs/ext/mplex/aunit.hh:
3924 * gst-libs/ext/mplex/bits.cc:
3925 * gst-libs/ext/mplex/bits.hh:
3926 * gst-libs/ext/mplex/buffer.cc:
3927 * gst-libs/ext/mplex/buffer.hh:
3928 * gst-libs/ext/mplex/fastintfns.h:
3929 * gst-libs/ext/mplex/format_codes.h:
3930 * gst-libs/ext/mplex/inputstrm.cc:
3931 * gst-libs/ext/mplex/inputstrm.hh:
3932 * gst-libs/ext/mplex/lpcmstrm_in.cc:
3933 * gst-libs/ext/mplex/mjpeg_logging.cc:
3934 * gst-libs/ext/mplex/mjpeg_logging.h:
3935 * gst-libs/ext/mplex/mjpeg_types.h:
3936 * gst-libs/ext/mplex/mpastrm_in.cc:
3937 * gst-libs/ext/mplex/mpegconsts.cc:
3938 * gst-libs/ext/mplex/mpegconsts.h:
3939 * gst-libs/ext/mplex/mplexconsts.hh:
3940 * gst-libs/ext/mplex/multplex.cc:
3941 * gst-libs/ext/mplex/outputstream.hh:
3942 * gst-libs/ext/mplex/padstrm.cc:
3943 * gst-libs/ext/mplex/padstrm.hh:
3944 * gst-libs/ext/mplex/stillsstream.cc:
3945 * gst-libs/ext/mplex/stillsstream.hh:
3946 * gst-libs/ext/mplex/systems.cc:
3947 * gst-libs/ext/mplex/systems.hh:
3948 * gst-libs/ext/mplex/vector.cc:
3949 * gst-libs/ext/mplex/vector.hh:
3950 * gst-libs/ext/mplex/videostrm.hh:
3951 * gst-libs/ext/mplex/videostrm_in.cc:
3952 * gst-libs/ext/mplex/videostrm_out.cc:
3953 * gst-libs/ext/mplex/yuv4mpeg.cc:
3954 * gst-libs/ext/mplex/yuv4mpeg.h:
3955 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
3956 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
3957 We don't fork mjpegtools' mplex in our CVS anymore.
3958 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
3959 (gst_avi_demux_add_stream):
3960 * gst/avi/gstavidemux.h:
3961 Add getcaps() function for proper caps nego. This makes some
3962 parts of AVI playback/reading work.
3963 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
3964 Resize window on new capsnego. This is probably wrong, but
3965 I'm still committing it because with current capsnego, the
3966 first successfull capsnego is auto-fixated, therefore rounded
3967 down to the lowest values in the caps. this results in a 16x16
3968 XWindow that is not reized when real capsnego finishes.
3969 Dave, I see more cases of this, do you know a proper solution?
3970 * tools/gst-launch-ext.in:
3971 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
3973 2003-12-31 David Schleef <ds@schleef.org>
3975 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
3976 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
3977 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
3979 2003-12-30 David Schleef <ds@schleef.org>
3981 * ext/ffmpeg/gstffmpegcolorspace.c:
3982 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
3983 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
3984 (gst_ffmpegcsp_chain): Negotiation fixes
3985 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
3986 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
3987 (gst_audio_convert_link), (gst_audio_convert_channels):
3988 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
3989 (gst_audioscale_link), (gst_audioscale_get_buffer),
3990 (gst_audioscale_chain): Negotiation fixes
3991 * gst/audioscale/gstaudioscale.h:
3992 * gst/videofilter/gstvideofilter.c:
3993 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
3994 (gst_videofilter_link), (gst_videofilter_init),
3995 (gst_videofilter_set_output_size), (gst_videofilter_setup),
3996 (gst_videofilter_find_format_by_structure):
3997 * gst/videofilter/gstvideofilter.h: Negotiation fixes
3998 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
3999 (gst_videoscale_link):
4000 * gst/videoscale/videoscale.c: (videoscale_get_structure),
4001 (videoscale_find_by_structure), (gst_videoscale_setup):
4002 * gst/videoscale/videoscale.h: Negotiation fixes
4003 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
4004 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
4005 function, restrict resizing to a multiple of 4 (hack until
4006 everyone supports odd sizes correctly).
4008 2003-12-29 Colin Walters <walters@verbum.org>
4010 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
4013 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
4015 * ext/sndfile/gstsf.c: (gst_sf_loop):
4016 Fix warning about discarding const qualifier
4018 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
4020 * gst/cutter/gstcutter.c:
4021 * gst/videoscale/gstvideoscale.c:
4022 * gst/volenv/gstvolenv.c:
4023 * gst-libs/gst/audio/audio.c:
4024 * gst-libs/gst/video/video.c:
4027 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
4029 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
4030 Don't send ALSA debugging to stderr.
4031 * ext/alsa/gstalsa.h:
4032 Use GST_WARNING instead of g_warning when ALSA functions fail.
4034 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
4036 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
4037 Free XVAdapterInfo correctly.
4039 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
4041 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
4042 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
4043 Make id3tag use correct caps nego.
4045 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
4047 * ext/ivorbis/vorbis.c:
4048 * ext/ivorbis/vorbisenc.h:
4049 * ext/ivorbis/vorbisfile.c:
4050 Modify so that it uses the new caps things
4052 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
4054 * testsuite/spider/spider1.c: (main):
4055 * testsuite/spider/spider2.c: (main):
4056 * testsuite/spider/spider3.c: (main):
4057 Make tests compile again. They probably don't work.
4059 2003-12-24 Colin Walters <walters@verbum.org>
4061 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
4062 we can't fixate the caps anymore.
4064 2003-12-23 David Schleef <ds@schleef.org>
4066 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
4067 * sys/oss/gstosssink.c: (gst_osssink_init),
4068 (gst_osssink_sink_fixate): Add fixate function.
4070 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
4072 * ext/ffmpeg/gstffmpegcodecmap.c:
4073 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
4074 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
4075 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
4076 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
4077 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
4078 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
4079 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
4080 fix typo in RGB masks, and move back to "old" colorspace
4081 capsnego code until whoever wrote this new crap has actually
4082 tested it so that it works.
4083 And yes, this works, keep it that way please.
4085 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
4087 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
4088 (gst_divxdec_init), (gst_divxdec_negotiate):
4089 * ext/divx/gstdivxdec.h:
4090 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
4092 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
4093 (gst_faac_sinkconnect), (gst_faac_srcconnect):
4094 * ext/mpeg2enc/gstmpeg2enc.cc:
4095 * ext/mpeg2enc/gstmpeg2encoder.cc:
4096 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4097 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
4098 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
4099 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
4101 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
4102 (dxr3videosink_init):
4103 Fix caps breakage after Dave's caps branch merge.
4105 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
4107 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
4108 Fix for 24bpp display.
4110 2003-12-23 Colin Walters <walters@verbum.org>
4112 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
4113 a GnomeVFSHandle directly.
4115 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
4117 * gst/volume/Makefile.am:
4118 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
4119 (volume_base_init), (volume_init):
4120 Reenable volume element and fix to work with new caps stuff.
4121 Rhythmbox needs this.
4123 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
4125 * gst/qtdemux/qtdemux.c: (plugin_init):
4126 qtdemux requires bytestream
4128 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
4130 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
4131 Fix remaining caps handling errors due to CAPS merge.
4133 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
4135 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
4136 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
4137 (gst_faad_srcconnect):
4138 Port to new caps system.
4140 2003-12-21 Julien MOUTTE <julien@moutte.net>
4142 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
4143 (got_video_size), (main): using g_print instead of g_message.
4144 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
4145 signal which was not emitted because of "switch" element added to the
4146 bin but not connected. (Removing from the bin temporarily)
4148 2003-12-21 Julien MOUTTE <julien@moutte.net>
4150 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
4151 find X development files. I don't understand the previous tests and
4152 they fail on my debian/ppc unstable. This one works.
4153 * examples/gstplay/player.c: (main): Set the pipeline to READY before
4155 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
4156 (gst_play_set_video_sink), (gst_play_set_audio_sink),
4157 (gst_play_set_visualization): Add some safety checks in set_ methods
4158 and state_change. This was throwing some ugly CRITICAL messages when
4159 pipeline was getting disposed and casts were failing.
4161 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
4164 Improve mpeg2enc detection. This is for distributions that do
4165 ship mjpegtools, but without mpeg2enc. Also does object check
4166 for might there ever be ABI incompatibility.
4167 * ext/mpeg2enc/gstmpeg2enc.cc:
4168 Add Andrew as second maintainer (he's helping me), and also add
4169 an error if no caps was set. This happens if I pull before capsnego
4170 and that's something I should solve sometime else.
4171 * gst/matroska/matroska-demux.c:
4172 (gst_matroska_demux_parse_blockgroup):
4174 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
4175 (gst_matroska_mux_track_header):
4176 Add caps to templates.
4177 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
4178 Add mpegversion=1 to prevent confusion with MPEG/AAC.
4179 * gst/mpegstream/gstmpegdemux.c:
4180 Remove layer since it causes warnings about unfixed caps.
4181 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
4182 Fix obvious typo (we error out if caps were set, we should of
4183 course error out if *no* caps were set).
4184 * sys/oss/gstosselement.c: (gst_osselement_convert):
4185 Fix format conversion, we confused bits/bytes.
4186 * sys/oss/gstosselement.h:
4187 Improve documentation for 'bps'.
4189 Remove stuff about plugins that need removing - this was done
4191 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
4192 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
4193 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
4194 (gst_v4lsrc_src_query):
4195 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
4196 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
4197 Add get_query_types(), get_formats() and query() functions.
4199 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
4201 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
4202 * moved CVS to freedesktop.org