1 2004-11-08 Wim Taymans <wim@fluendo.com>
3 * gst/ffmpegcolorspace/avcodec.h:
4 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6 (gst_ffmpegcsp_avpicture_fill):
7 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8 (gst_ffmpegcsp_caps_remove_format_info):
9 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
10 (shrink12), (img_get_alpha_info), (deinterlace_line),
11 (deinterlace_line_inplace):
12 * gst/ffmpegcolorspace/imgconvert_template.h:
13 Added AYUV colorspace and handle RGBA a bit more respectful.
15 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18 Actually always send a discont (cornercase when resending the
19 same serial-tagged chain twice).
21 2004-11-08 Julien MOUTTE <julien@moutte.net>
23 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
24 (gst_ximagesink_finalize):
25 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
26 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28 2004-11-08 Wim Taymans <wim@fluendo.com>
30 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
31 Don't segfault on NULL data.
33 2004-11-08 Wim Taymans <wim@fluendo.com>
35 * gst/playback/gstdecodebin.c: (unlinked):
36 * gst/playback/gstplay-marshal.list:
37 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
38 (gst_play_base_bin_init), (group_create), (get_active_group),
39 (get_building_group), (group_destroy), (group_commit),
40 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
41 (add_element_stream), (no_more_pads), (probe_triggered),
42 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
43 (state_change), (setup_source), (gst_play_base_bin_get_property),
44 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
45 (gst_play_base_bin_link_stream),
46 (gst_play_base_bin_get_streaminfo):
47 * gst/playback/gstplaybasebin.h:
48 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
49 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
50 Add support for chained ogg files. Prepare for playlist
51 support. This patch introduces the concept of pad groups, which
52 together compose one playable media file.
54 2004-11-07 David Schleef <ds@schleef.org>
56 * testsuite/gst-lint: Check for pad templates that aren't statically
59 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
63 * ext/musepack/Makefile.am:
64 * ext/musepack/gstmusepackdec.cpp:
65 * ext/musepack/gstmusepackdec.h:
66 * ext/musepack/gstmusepackreader.cpp:
67 * ext/musepack/gstmusepackreader.h:
69 * ext/faad/gstfaad.c: (gst_faad_base_init):
70 Make pad templates static.
71 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
73 Add musepack typefinder, make mp3 typefinding work halfway stream,
74 which doesn't actually work yet because id3demux doesn't implement
77 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
79 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
80 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
81 Fix interrupt event handling (#144436).
83 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
85 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
88 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
90 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
92 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
93 Fix weird caps (#157548).
95 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
97 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
99 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
100 Add missing NULL terminator (#157543).
102 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
105 * gst/tcp/gsttcpclientsink.c:
106 * gst/tcp/gsttcpclientsrc.c:
107 * gst/tcp/gsttcpserversink.c:
108 * gst/tcp/gsttcpserversrc.c:
109 ports can go up to 65535. Move common defines to gsttcp.h
111 2004-11-05 Wim Taymans <wim@fluendo.com>
113 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
114 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
115 Added two more colorspaces.
117 2004-11-05 Wim Taymans <wim@fluendo.com>
119 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
120 (gst_ffmpegcsp_avpicture_fill):
121 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
122 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
123 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
126 2004-11-05 Wim Taymans <wim@fluendo.com>
128 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
129 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
130 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
131 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
132 (gst_videomixer_loop):
135 2004-11-05 Benjamin Otte <otte@gnome.org>
137 * ext/mad/gstmad.c: (gst_mad_chain):
138 don't overflow data buffer. Flush not needed sync data when syncing
141 2004-11-04 Wim Taymans <wim@fluendo.com>
143 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
144 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
145 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
146 (gst_alpha_init_params), (gst_alpha_chain),
147 (gst_alpha_change_state):
148 Updated the chroma keying algorithm with something more
151 2004-11-03 Wim Taymans <wim@fluendo.com>
153 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
154 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
155 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
156 Fix stride issues. Does not completely work for odd
159 2004-11-03 Wim Taymans <wim@fluendo.com>
161 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
162 (gst_alpha_chroma_key), (gst_alpha_chain):
163 Fix stride issues. Does not completely work for odd
166 2004-11-03 Christophe Fergeau <teuf@gnome.org>
168 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
169 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
172 2004-11-03 Wim Taymans <wim@fluendo.com>
174 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
175 (gst_ffmpegcsp_avpicture_fill):
176 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
178 * gst/ffmpegcolorspace/imgconvert_template.h:
179 Use correct _fill function to get correct strides.
181 2004-11-02 David Schleef <ds@schleef.org>
183 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
184 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
185 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
186 Change all g_print()s to debugging. Add a bunch of consistency
189 2004-11-02 Wim Taymans <wim@fluendo.com>
191 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
192 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
193 (unlinked), (no_more_pads), (close_link):
194 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
195 (unknown_type), (add_element_stream), (new_decoded_pad),
196 (removed_decoded_pad), (setup_source):
197 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
198 (gst_stream_info_class_init), (gst_stream_info_init),
199 (gst_stream_info_new), (gst_stream_info_dispose),
200 (stream_info_mute_pad), (gst_stream_info_set_property),
201 (gst_stream_info_get_property):
202 * gst/playback/gststreaminfo.h:
203 Fix playback of multiple files.
204 a slightly different approach to handling dynamic pad removals.
205 This one only looks at pads that we have linked.
207 2004-11-01 Christophe Fergeau <teuf@gnome.org>
209 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
210 free" warning from libc.
212 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
214 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
215 (get_unconnected_element), (remove_starting_from), (pad_removed),
217 Implement support for dynamic pad changing. We listen to "live"
218 pad removals (i.e. while playing) and re-setup autoplugging
219 after that. Playbasebin/playbin need some more work for this
220 to finally work, but decodebin supports (and replugs) chained
223 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
224 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
226 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
227 (gst_cdaudio_finalize):
228 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
229 (cdparanoia_finalize):
230 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
231 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
232 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
233 (dvdreadsrc_finalize):
234 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
235 (gst_flacdec_finalize):
236 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
237 (gst_flacenc_finalize):
238 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
239 (gst_gnomevfssink_finalize):
240 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
241 (gst_gnomevfssrc_finalize):
242 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
243 (gst_fameenc_finalize):
244 * ext/nas/nassink.c: (gst_nassink_class_init),
245 (gst_nassink_finalize):
246 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
247 (gst_sdlvideosink_class_init):
248 * ext/sndfile/gstsf.c: (gst_sf_dispose):
249 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
250 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
251 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
252 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
253 (gst_x_window_listener_dispose):
254 * gst/audioscale/gstaudioscale.c:
255 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
256 (play_on_demand_finalize):
257 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
258 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
259 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
261 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
262 (gst_glimagesink_class_init):
263 * sys/oss/gstosselement.c: (gst_osselement_class_init),
264 (gst_osselement_finalize):
265 * sys/oss/gstosssink.c: (gst_osssink_dispose):
266 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
267 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
268 Fixes a bunch of problems with finalize and dispose functions,
269 either assumptions that dispose is only called once, or not calling
270 the parent class dispose/finalize function
272 2004-11-01 Stefan Kost <ensonic@users.sf.net>
274 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
275 added two api precondition guards
276 use g_strdup with getenv to fix crash when using ENVVAR
278 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
279 * ext/esd/esdsink.c: (gst_esdsink_class_init),
280 (gst_esdsink_finalize):
281 Use a finalize function, not dispose, and more importantly,
282 call the parent class finalize function too
284 2004-11-01 Johan Dahlin <johan@gnome.org>
286 * ext/ogg/gstoggdemux.c:
287 * gst/tags/gstvorbistag.c:
290 2004-10-31 Benjamin Otte <otte@gnome.org>
292 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
293 lotsa memleaks today. But they're all small...
295 2004-10-31 Benjamin Otte <otte@gnome.org>
297 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
298 another memleak crushed
300 2004-10-31 Benjamin Otte <otte@gnome.org>
302 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
305 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
307 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
308 Hack to prevent crash when going to READY inside signal handler
309 while this function is active.
311 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
313 * gst/ffmpegcolorspace/Makefile.am:
314 * gst/ffmpegcolorspace/avcodec.h:
315 * gst/ffmpegcolorspace/common.h:
316 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
317 * gst/ffmpegcolorspace/dsputil.h:
318 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
319 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
320 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
321 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
322 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
323 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
324 (gst_ffmpegcsp_avpicture_fill):
325 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
326 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
327 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
328 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
329 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
330 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
331 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
332 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
333 * gst/ffmpegcolorspace/imgconvert.c:
334 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
335 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
336 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
337 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
338 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
339 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
340 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
341 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
342 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
343 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
344 (grow21), (grow22), (grow41), (grow44), (conv411),
345 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
346 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
347 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
348 (avpicture_free), (is_yuv_planar), (img_convert),
349 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
350 (deinterlace_line_inplace), (deinterlace_bottom_field),
351 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
352 * gst/ffmpegcolorspace/imgconvert_template.h:
353 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
354 * gst/ffmpegcolorspace/mmx.h:
355 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
356 (av_fast_realloc), (av_mallocz_static), (av_free_static),
357 (av_freep), (avcodec_get_context_defaults),
358 (avcodec_alloc_context), (avcodec_init):
359 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds pallette
360 handling plus update from ffmpeg CVS. Large clean-up.
362 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
364 * gst/playback/Makefile.am:
365 We need the marshallers for decodebin, too.
367 2004-10-30 David Schleef <ds@schleef.org>
369 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
370 quicktime typefinding work with 64-bit offsets.
372 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
374 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
375 Set EOS on the element when processing an EOS event.
376 * ext/speex/gstspeexdec.h:
377 * ext/speex/gstspeexenc.h:
378 Only keep a const ptr to the mode
379 * gst-libs/gst/riff/riff-media.c:
380 (gst_riff_create_audio_caps_with_data),
381 (gst_riff_create_audio_template_caps):
382 Allow WMAV3, with up to 6 channels.
383 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
384 Don't call gst_pad_set_event_function on a sink pad.
385 * gst/mpegstream/gstdvddemux.c:
386 (gst_dvd_demux_get_subpicture_stream),
387 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
388 Copy the explicit caps that were set across to the cur_* pads,
389 instead of trying to use a possibly non-existent negotiated caps.
390 Reset the type of subpicture pads to UNKNOWN after calling init_stream,
391 so that the caps get set.
393 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
395 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
397 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
398 Don't touch buffer if it is of size 0 (fixes #151064).
400 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
402 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
403 Synchronized discont handling.
405 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
407 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
408 (gst_ogg_demux_push):
409 Make seeking sort-of exact again (fixes #156387).
411 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
413 * gst/playback/gstplaybasebin.c: (unknown_type),
414 (add_element_stream), (new_decoded_pad),
415 (gst_play_base_bin_change_state):
416 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
417 (gst_stream_info_init), (gst_stream_info_new),
418 (gst_stream_info_dispose), (gst_stream_info_get_property):
419 * gst/playback/gststreaminfo.h:
420 Make caps explicitely available. Makes testing for unsupported
421 types possible. Improves error reporting.
423 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
425 * gst/audioconvert/gstaudioconvert.c:
426 (gst_audio_convert_buffer_to_default_format):
427 Really don't touch read-only buffers (#156563).
429 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
431 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
433 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
434 Fix memleak (#155223).
436 2004-10-29 Wim Taymans <wim@fluendo.com>
438 * gst/tcp/.cvsignore:
439 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
440 (gst_multifdsink_class_init), (gst_multifdsink_init),
441 (gst_multifdsink_add), (gst_multifdsink_remove),
442 (gst_multifdsink_remove_client_link), (is_sync_frame),
443 (gst_multifdsink_new_client),
444 (gst_multifdsink_handle_client_write),
445 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
446 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
447 (gst_multifdsink_get_property):
448 * gst/tcp/gstmultifdsink.h:
449 Added burst on connect sync_method, deprecated sync_clients,
450 streamlined the sync code some more.
452 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
454 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
455 (gst_play_base_bin_change_state):
456 Improve error reporting.
458 2004-10-28 Wim Taymans <wim@fluendo.com>
460 * gst/tcp/Makefile.am:
461 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
462 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
463 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
464 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
465 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
466 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
468 Added more locks around fdset structures. Fixed/reworked
469 the poll array resizing code.
470 Added stress test for fdset.
472 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
474 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
477 2004-10-28 Benjamin Otte <otte@gnome.org>
479 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
480 fix link function to always query channels and query width for
484 * gst/equalizer/Makefile.am:
485 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
486 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
487 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
488 (arg_to_scale), (setup_filter),
489 (gst_iir_equalizer_compute_frequencies),
490 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
491 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
495 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
497 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
501 Added Norwegian Bokmaal translation
503 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
505 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
506 Don't break on options (fixes #156488).
508 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
511 * ext/cdaudio/Makefile.am:
513 fix build on older automake
515 2004-10-26 Wim Taymans <wim@fluendo.com>
517 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
518 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
519 Allow a little margin when negotiating the framerate.
521 2004-10-26 Stefan Kost <ensonic@users.sf.net>
523 * gst/level/gstlevel.c:
524 synchonised naming of pads and pad-templates
526 2004-10-26 Wim Taymans <wim@fluendo.com>
528 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
529 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
530 (_find_streams_check), (gst_ogg_demux_push):
531 Fix EOS again. Needs to be done in a better way. We should not
532 remove the pad if there is no new chained stream.
534 2004-10-26 Iain <iaingnome@gmail.com>
536 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
537 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
539 * gst/interleave/interleave.c (interleave_class_init): Hook up release
541 (interleave_release_pad): Remove the pad.
542 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
543 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
545 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
547 (gst_xvimagesink_xcontext_clear): Free the xcontext.
548 (gst_xvimagesink_finalize): Free the par.
550 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
552 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
553 (gst_avimux_stop_file):
554 First calculate the rate, and only then use it. Hdr.rate is a
555 multiple and not a derivative of hdr.scale. Scale is not the
556 same as blockalign but is solely related to rate.
558 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
560 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
561 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
564 2004-10-25 James Henstridge <james@jamesh.id.au>
566 Reviewed by: David Schleef <ds@schleef.org>
568 * examples/gstplay/player.c: (got_stream_length), (main):
569 * examples/seeking/cdplayer.c: (update_scale):
570 * examples/seeking/seek.c: (format_value), (update_scale):
571 * examples/seeking/spider_seek.c: (format_value), (update_scale),
573 Build fixes on AMD64.
575 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
577 reviewed by: Ronald Bultje <rbultje at gnome dot org>
579 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
580 Fix for some v4l cards which hang in v4lsrc
582 2004-10-25 Wim Taymans <wim@fluendo.com>
584 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
585 (gst_ogg_demux_push), (gst_ogg_chains_clear):
586 Make sure to remove the pad when a new chain is
587 encountered. Set some vars to NULL so we don't try
588 to reference freed memory.
590 2004-10-25 Wim Taymans <wim@fluendo.com>
592 * examples/seeking/Makefile.am:
593 * examples/seeking/cdplayer.c: (update_scale):
594 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
595 * examples/seeking/playbin.c: (make_playerbin_pipeline),
596 (format_value), (update_scale), (iterate), (start_seek),
597 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
598 (print_usage), (main):
599 Added some more examples, update others.
601 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
603 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
604 * ext/speex/gstspeexdec.c: (speex_dec_chain):
605 * ext/theora/theoradec.c: (theora_dec_chain):
606 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
607 Add codec-name metadata.
609 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
611 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
613 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
614 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
615 * ext/alsa/gstalsamixertrack.h:
617 ALSA mixer track label internationalization (#154054).
619 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
621 * ext/theora/theoradec.c: (theora_dec_chain):
622 Export bitrate as metadata.
624 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
626 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
627 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
628 * ext/alsa/gstalsamixertrack.h:
631 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
633 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
635 sinkconvert function so oggdemux can get the file length (totem).
637 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
639 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
641 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
642 Don't push incomplete packets.
643 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
644 Fix MPEG-4 audio typefinding.
646 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
648 * sys/v4l/Makefile.am:
649 * sys/v4l/gstv4l.c: (plugin_init):
650 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
651 (gst_v4lelement_init), (gst_v4lelement_dispose),
652 (gst_v4lelement_change_state):
653 * sys/v4l/gstv4lelement.h:
654 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
655 (gst_v4l_xoverlay_close), (idle_refresh),
656 (gst_v4l_xoverlay_set_xwindow_id):
657 * sys/v4l/gstv4lxoverlay.h:
658 * sys/v4l/v4l-overlay_calls.c:
659 * sys/v4l/v4l_calls.h:
660 * sys/v4l2/Makefile.am:
661 * sys/v4l2/gstv4l2.c: (plugin_init):
662 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
663 (gst_v4l2element_init), (gst_v4l2element_dispose),
664 (gst_v4l2element_change_state):
665 * sys/v4l2/gstv4l2element.h:
666 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
667 (gst_v4l2_xoverlay_close), (idle_refresh),
668 (gst_v4l2_xoverlay_set_xwindow_id):
669 * sys/v4l2/gstv4l2xoverlay.h:
670 * sys/v4l2/v4l2-overlay_calls.c:
671 * sys/v4l2/v4l2_calls.h:
672 Remove client-side overlay handling, use the X-server v4l plugin
673 for that. Nicer overlay, less code. Also make the plugin
674 compileable without X (but then without overlay, obviously).
675 Makes xwindowlistener obsolete, should we remove that?
677 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
679 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
680 (gst_osssrc_src_query):
681 * sys/oss/gstosssrc.h:
682 OK, so people want offset in DEFAULT. This time, actually fix all
684 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
687 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
689 * gst/asfdemux/gstasfmux.c:
690 * gst/avi/gstavimux.c:
693 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
695 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
696 Fix properties (channel, norm, frequency).
698 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
700 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
702 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
705 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
707 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
710 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
712 * sys/v4l2/gstv4l2element.h:
713 Yet Another Hack (tm) for kernel header borkedness.
714 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
715 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
716 (gst_v4l2src_link), (gst_v4l2src_getcaps),
717 (gst_v4l2src_change_state):
718 * sys/v4l2/gstv4l2src.h:
719 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
720 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
721 Fix caps, keep track of state, work.
723 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
725 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
728 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
730 * sys/oss/gstosssrc.c: (gst_osssrc_get):
731 Don't mix bytes and samples.
733 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
735 * ext/ogg/gstoggmux.c:
736 Basic pad template which accepts OGM tracks, speex, flac, vorbis
737 and theora. Any is incorrect.
738 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
740 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
741 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
742 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
743 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
744 * sys/v4l/gstv4lmjpegsrc.h:
745 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
746 (gst_v4lsrc_change_state):
747 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
748 (gst_v4lmjpegsrc_capture_stop):
749 Fix caps. Keep track of internal state. Work.
751 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
756 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
758 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
759 (gst_ogg_demux_src_event), (_find_chain_seek),
761 Check for pad availability before using it.
762 * ext/ogg/gstoggdemux.c: (_find_chain_process):
763 Fix parsing of chained ogg. Needs more work on the decoder side.
765 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
767 * gst/spectrum/Makefile.am:
768 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
770 Fix demo and reenable it. Yes, I'm currently playing with audio
773 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
775 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
776 We love it if files that start at zero work too...
778 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
780 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
781 Handle files with missing EOS headers.
783 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
785 * gst/tcp/gsttcpserversink.c:
786 (gst_tcpserversink_handle_server_read),
787 (gst_tcpserversink_init_send):
788 Zero some variables first (need for accept not to return EINVAL)
790 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
792 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
793 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
794 * ext/theora/theoradec.c: (theora_dec_sink_convert),
796 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
797 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
798 Seeking and querying finetune.
800 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
804 * ext/raw1394/Makefile.am:
807 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
809 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
811 * gst/playback/Makefile.am:
812 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
813 * gst/playback/gstplay-marshal.list:
814 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
817 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
819 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
822 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
824 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
825 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
827 Yay for non-lineair granulepos in theora.
829 2004-10-18 Wim Taymans <wim@fluendo.com>
831 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
832 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
834 Make sure we renegotiate aspect ratio when the camera switches.
836 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
838 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
839 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
841 * ext/theora/theoradec.c: (theora_dec_chain):
842 Skip headers. Bad idea for chained ogg, but fixes seeking.
844 2004-10-18 Wim Taymans <wim@fluendo.com>
847 I swear, this is the last time I touch this.
849 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
851 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
852 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
853 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
855 * ext/theora/theoradec.c: (theora_dec_sink_convert):
856 Time-to-default conversion.
857 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
858 Don't error on unknown packets, just skip. We should probably
859 read them if we want to support chained ogg.
861 2004-10-18 Wim Taymans <wim@fluendo.com>
864 Added cdaudio to wrong list.
866 2004-10-18 Wim Taymans <wim@fluendo.com>
871 2004-10-18 Wim Taymans <wim@fluendo.com>
873 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
874 (gst_dvdec_video_link), (gst_dvdec_push):
875 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
876 (gst_smokeenc_resync), (gst_smokeenc_chain):
877 Fix mimetype on smoke encoder.
878 Add aspect ratio to dvdec. Not sure if these
879 values are correct though....
881 2004-10-18 Wim Taymans <wim@fluendo.com>
883 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
884 Fix vorbis property descriptions and ranges.
886 2004-10-18 Wim Taymans <wim@fluendo.com>
888 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
889 Really do nothing when no data is available.
890 Go to the playing state when the stream is not seekable
893 2004-10-18 Wim Taymans <wim@fluendo.com>
895 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
896 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
897 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
898 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
899 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
900 Added uri handler for cd://
903 2004-10-18 Wim Taymans <wim@fluendo.com>
905 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
906 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
907 (try_to_link_1), (no_more_pads), (close_link), (type_found):
908 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
909 (remove_prerolls), (unknown_type), (add_element_stream),
910 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
911 (gst_play_base_bin_remove_element),
912 (gst_play_base_bin_link_stream):
913 * gst/playback/gstplaybin.c: (gen_video_element),
914 (gen_vis_element), (remove_sinks), (setup_sinks):
915 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
916 (gst_stream_info_get_type), (gst_stream_info_class_init),
917 (gst_stream_info_init), (gst_stream_info_new),
918 (gst_stream_info_dispose), (stream_info_mute_pad),
919 (gst_stream_info_set_property), (gst_stream_info_get_property):
920 * gst/playback/gststreaminfo.h:
921 Add sink padtemplate to decodebin.
922 Added some more comments.
923 Make queue size configurable in playbasebin.
924 Added possibility to use elements as sinks (ex cdaudio).
926 2004-10-15 Wim Taymans <wim@fluendo.com>
928 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
929 (gst_speexenc_chain):
930 Fix speex timestamps so that it gets muxed properly.
932 2004-10-15 Wim Taymans <wim@fluendo.com>
934 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
935 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
936 (gst_dv1394src_init), (gst_dv1394src_dispose),
937 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
938 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
939 (gst_dv1394src_event), (gst_dv1394src_get_formats),
940 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
941 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
942 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
943 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
944 * ext/raw1394/gstdv1394src.h:
945 Added conversion/query functions.
946 Update buffer timestamps,
948 Added uri dv:// so it might play from the firewire in playbin.
952 2004-10-15 Wim Taymans <wim@fluendo.com>
954 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
955 (gst_dv1394src_init), (gst_dv1394src_set_property),
956 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
957 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
958 * ext/raw1394/gstdv1394src.h:
959 Added AV/C VTR control support needed for some cameras.
960 Added automatic port detection.
961 Added properties for selecting the channel.
962 The configure.ac script is not yet updated to reflect the
963 new libavc1394 and librom1394 dependencies.
965 2004-10-15 Wim Taymans <wim@fluendo.com>
967 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
968 (qtdemux_parse), (gst_qtdemux_handle_esds):
969 An esds box is not a container.
970 Fix parsing of mp4v boxes.
971 Do not try to renegotiate fps for each frame. Need to
972 find a better method. This should fix mp4 playback.
974 2004-10-14 David Schleef <ds@schleef.org>
976 * configure.ac: update for swfdec-0.3 and liboil-0.2
977 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
978 * ext/swfdec/gstswfdec.h: same
979 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
980 * gst/videotestsrc/videotestsrc.c: same
982 2004-10-14 Wim Taymans <wim@fluendo.com>
984 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
985 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
986 (is_sync_frame), (gst_multifdsink_new_client),
987 (gst_multifdsink_handle_client_write),
988 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
989 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
990 Turn warnings into info.
991 Don't allow a state change in the streaming thread.
993 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
995 * ext/vorbis/oggvorbisenc.c:
996 * ext/vorbis/vorbisdec.c:
997 fix template sample rate
999 2004-10-13 Wim Taymans <wim@fluendo.com>
1001 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
1002 Decoding the header first fixes some problems in resyncing
1005 2004-10-12 Wim Taymans <wim@fluendo.com>
1007 * gst/playback/gstplaybin.c: (gen_video_element),
1008 (gen_vis_element), (remove_sinks), (setup_sinks):
1009 Added vis plugin support, need to configure the vis
1010 element to activate it.
1012 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1014 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
1015 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
1017 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1018 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
1019 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
1020 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
1021 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
1022 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
1023 * gst/avi/gstavidemux.h:
1024 Support for openDML-2.0 indx/ix## chunks. Support for broken index
1025 recovery (where, if part of the index is broken, we will still read
1026 the rest of the index and recover the broken part by stream
1027 scanning). More broken media support. EOS workarounds. General AVI
1028 braindamage headache recovery. Aspirin included.
1030 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1032 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
1033 (cdparanoia_event), (cdparanoia_query):
1034 Get rid of hideous lead-in.
1036 2004-10-11 Wim Taymans <wim@fluendo.com>
1038 * gst/playback/gstplaybasebin.c: (setup_source):
1039 Wrong var used to get g_list_next.
1041 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1043 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
1044 (cdparanoia_get), (cdparanoia_open):
1045 Report discid as metadata, add duration.
1047 2004-10-11 Wim Taymans <wim@fluendo.com>
1049 * gst/playback/gstplaybasebin.c: (setup_source):
1050 Cleanup the previous pipeline a little earlier for the
1051 case that a source element provides raw data.
1053 2004-10-11 Benjamin Otte <otte@gnome.org>
1055 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
1056 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
1057 consuming the last 128 bytes, even though it was valid mp3 data.
1059 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
1061 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
1062 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
1063 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
1064 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
1066 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
1068 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
1069 Fix for webcams that support only specific width or height
1071 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
1073 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1075 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
1076 Fix wrong discont event setup (fixes #154967).
1078 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
1080 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1082 * gst/auparse/gstauparse.c: (gst_auparse_chain):
1083 Error out on invalid data (fixes #154807).
1085 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
1087 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1089 * ext/dvdread/dvdreadsrc.c: (_read):
1090 Make titles > 0 work again (fixes #154834).
1092 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1094 * gst-libs/gst/riff/riff-media.c:
1095 (gst_riff_create_video_template_caps):
1096 WMV3 missing in template caps.
1098 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1100 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
1101 OK, so the original code was too strict. It makes random AVI files
1102 hang for seconds upon opening, which is unacceptable and is far
1103 beyond the original goal of getting multiple chunks for one-chunk
1104 sounc stream files. So now do just that.
1106 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1108 * gst/playback/gstplaybasebin.c: (setup_source),
1109 (gst_play_base_bin_change_state):
1110 Actually clean up streaminfo if output fails. This would trigger
1111 if, for example, there was no CD in the drive. No preroll, so
1112 a streaminfo structure is created, but the subsequent state change
1113 of the thread fails.
1114 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
1115 Don't change state if parent failed.
1117 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1119 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1120 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
1121 (gen_video_element), (remove_sinks):
1122 Add small bits of code for screenshot handling.
1124 2004-10-08 Wim Taymans <wim@fluendo.com>
1126 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
1127 (gen_video_element), (gen_audio_element), (setup_sinks):
1128 Don't assume the user provided sinks are named "sink"...
1130 2004-10-08 Wim Taymans <wim@fluendo.com>
1132 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
1133 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
1134 (gst_play_base_bin_link_stream):
1135 Do not try to autoplug sources that generate raw streams like
1137 disconnect the preroll overrun signal when we don't need it anymore.
1139 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
1141 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
1142 Added reworked patch from #154903 from milosz derezynski (deadchip).
1144 2004-10-08 Wim Taymans <wim@fluendo.com>
1146 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
1147 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
1148 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
1149 (cdparanoia_convert), (cdparanoia_uri_get_type),
1150 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
1151 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
1152 * ext/cdparanoia/gstcdparanoia.h:
1153 This adds the cdda://<tracknum> uri.
1155 2004-10-08 Wim Taymans <wim@fluendo.com>
1157 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
1158 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
1159 (try_to_link_1), (no_more_pads), (close_link), (type_found):
1160 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1161 (unknown_type), (gst_play_base_bin_remove_element),
1162 (gst_play_base_bin_link_stream):
1163 * gst/playback/gstplaybasebin.h:
1164 * gst/playback/gstplaybin.c: (gst_play_bin_init),
1165 (gst_play_bin_set_property), (gen_video_element),
1166 (gen_audio_element), (setup_sinks):
1167 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
1168 (gst_stream_info_get_type), (gst_stream_info_class_init),
1169 (gst_stream_info_init), (gst_stream_info_new),
1170 (gst_stream_info_dispose), (stream_info_mute_pad),
1171 (gst_stream_info_set_property), (gst_stream_info_get_property):
1172 * gst/playback/gststreaminfo.h:
1173 Reuse the audio and video bins.
1174 Some internal cleanups in the stream selection code.
1176 2004-10-08 Julien MOUTTE <julien@moutte.net>
1178 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
1179 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
1180 * sys/ximage/ximagesink.h:
1181 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
1182 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
1183 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
1184 not coming from those elements. Moreover these elements should not keep
1185 the xid they have been given when in NULL state.
1187 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1189 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
1190 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
1191 * sys/ximage/ximagesink.h:
1192 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
1193 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
1194 * sys/xvimage/xvimagesink.h:
1195 Actually only create a new toplevel window if we're not gonna
1196 embed it right after.
1198 2004-10-07 Wim Taymans <wim@fluendo.com>
1200 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
1201 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
1202 * gst/playback/gstplaybin.c: (setup_sinks):
1203 Implement muting/unmuting of streams, mute streams that are not
1206 2004-10-07 Wim Taymans <wim@fluendo.com>
1208 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
1210 Added lame audio/x-ac3 typefind function.
1212 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1217 === release 0.8.5 ===
1219 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1224 releasing 0.8.5, "Take You On"
1226 2004-10-06 Wim Taymans <wim@fluendo.com>
1228 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1229 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
1230 (no_more_pads), (close_link), (type_found):
1231 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
1232 * gst/playback/gstplaybin.c: (gen_video_element):
1233 Do not signal the no_more_pads after the first pad when
1234 we are plugging a non dynamic element with multiple
1235 output pads (like swfdec, dvdec, ...).
1237 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
1242 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1244 * gst/wavparse/gstwavparse.c:
1245 add ATRAC3 to STATIC CAPS to fix a warning
1247 * gst/matroska/ebml-read.c:
1248 * gst-libs/gst/riff/riff-read.c:
1251 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1253 * gst-libs/gst/riff/riff-media.c:
1254 generate caps for ATRAC3 audio streams
1256 * gst/realmedia/rmdemux.c:
1257 generate caps for ATRAC3 audio streams
1259 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1261 * gst/wavparse/Makefile.am
1262 * gst/wavparse/riff.h
1263 * gst/wavparse/wavparse.vcproj
1264 riff.h removal (unused and duplication with riff-ids.h)
1266 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1268 * gst/wavparse/gstwavparse.h
1269 remove duplicated defines for audio codec codes
1271 * gst-libs/gst/riff/riff-ids.h
1272 * gst/wavenc/riff.h:
1273 add "4CC" code for ATRAC3 audio streams
1274 add "4CC" code for ITU_G721_ADPCM (unused for now)
1276 2004-10-06 Wim Taymans <wim@fluendo.com>
1278 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
1279 Actually _do_ negotiation. Pass gdouble as arg instead
1280 of guint64 for the framerate.
1282 2004-10-06 Wim Taymans <wim@fluendo.com>
1284 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1285 (find_compatibles), (close_pad_link), (try_to_link_1),
1286 (no_more_pads), (close_link), (type_found):
1287 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
1288 * gst/playback/gstplaybin.c: (gen_video_element),
1289 (gen_audio_element):
1290 Set state on newly added element to READY so that negotiation
1292 Addes some more debug info.
1293 Do not try to plug pads with multiple caps structures or ANY
1294 because it is too dangerous since we do not do dynamic
1297 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
1299 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
1303 add Oriya translation
1305 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1307 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
1308 Prevent overwrite of size member. Makes audio sound crappy.
1310 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1312 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1313 Add rmvb to the list of known RealMedia extensions
1315 2004-10-05 Wim Taymans <wim@fluendo.com>
1317 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
1318 (mngdec_openstream), (mngdec_closestream),
1319 (mngdec_handle_sink_event), (mngdec_readdata),
1320 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
1321 (mngdec_getcanvasline), (mngdec_refresh),
1322 (gst_mngdec_change_state):
1323 Set the framerate correctly.
1325 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1327 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
1328 There was something wrong with the index massaging.
1330 2004-10-04 Wim Taymans <wim@fluendo.com>
1332 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
1333 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
1334 (gst_smokedec_chain):
1335 * ext/jpeg/gstsmokedec.h:
1336 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
1337 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
1338 * ext/jpeg/gstsmokeenc.h:
1339 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
1340 (smokecodec_decode_new), (smokecodec_info_free),
1341 (smokecodec_set_quality), (smokecodec_get_quality),
1342 (smokecodec_set_threshold), (smokecodec_get_threshold),
1343 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
1344 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
1345 (smokecodec_encode), (smokecodec_parse_id),
1346 (smokecodec_parse_header), (smokecodec_decode):
1347 * ext/jpeg/smokecodec.h:
1348 * ext/jpeg/smokeformat.h:
1349 Updated smoke, new bitstream, allows embedding in ogg.
1351 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1353 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
1354 Fix seeking in some files. All this code is no longer needed (and
1355 actually breaks stuff) because we now synchronize the full index
1356 right when reading the header.
1358 2004-10-04 Wim Taymans <wim@fluendo.com>
1361 configure update for libmng.
1363 2004-10-04 Wim Taymans <wim@fluendo.com>
1365 * ext/libmng/Makefile.am:
1366 * ext/libmng/gstmng.c: (plugin_init):
1367 * ext/libmng/gstmng.h:
1368 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
1369 (gst_mngdec_base_init), (gst_mngdec_class_init),
1370 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
1371 (gst_mngdec_loop), (gst_mngdec_get_property),
1372 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
1373 (mngdec_closestream), (mngdec_handle_sink_event),
1374 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
1375 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
1376 (gst_mngdec_change_state):
1377 * ext/libmng/gstmngdec.h:
1378 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
1379 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
1380 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
1381 (gst_mngenc_chain), (gst_mngenc_get_property),
1382 (gst_mngenc_set_property):
1383 * ext/libmng/gstmngenc.h:
1384 Added basic MNG decoder. Needs more work. The encoder does
1387 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1389 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
1390 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
1391 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
1392 Don't hang on length=0 chunks. Some negotiation fixes. Signal
1395 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
1398 you need at least 1.0.4 of speex
1400 2004-10-04 Iain <iaingnome@gmail.com>
1402 * ext/speex/gstspeexdec.h: Revert the includes changes.
1404 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
1406 2004-09-30 Iain <iaingnome@gmail.com>
1408 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
1409 found during init or set as a property instead of hardcoding /dev/audio
1411 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1413 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
1414 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
1415 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
1416 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
1417 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
1418 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
1419 (gst_rmdemux_dump_data):
1420 Use debug category, fix EOS handling. filesrc ! rmdemux now
1423 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1425 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
1426 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
1427 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
1428 Improve allocation, cutting and sorting of the index. How takes a
1429 few seconds instead of minutes.
1431 2004-10-03 Christophe Fergeau <teuf@gnome.org>
1433 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
1436 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1438 * gst-libs/gst/riff/riff-media.c:
1439 (gst_riff_create_video_caps_with_data),
1440 (gst_riff_create_video_template_caps):
1441 Add wing commander format mimetype/fourccs.
1442 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
1443 Don't crash if some value is 0.
1445 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1447 * gst-libs/gst/riff/riff-media.c:
1448 (gst_riff_create_video_caps_with_data),
1449 (gst_riff_create_video_template_caps):
1450 Add DIB fourcc (raw, palettized 8-bit RGB).
1451 * gst-libs/gst/riff/riff-read.c:
1452 (gst_riff_read_strf_vids_with_data):
1453 Oops, fix strf_data reading bug.
1454 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
1456 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
1457 Time for hacks. Sorry Dave. At least one quicktime movie (a
1458 trailer) that I've encountered contains multiple video tracks.
1459 One of those is the actual video track, the other are one-frame
1460 tracks (images). Unfortunately, the number of frames according
1461 to the trak header is 1 for each, so that doesn't help. So
1462 instead, I look at the duration and discard tracks with a
1463 duration shorter than 20% of the length of the stream. Better
1466 2004-10-01 Christian Schaller <christian@fluendo.com>
1468 * ext/ivorbis/vorbis.c:
1469 Patch from Phil Blundell (Bug 152341)
1471 2004-10-01 Wim Taymans <wim@fluendo.com>
1473 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
1474 (speex_dec_get_formats), (speex_dec_convert),
1475 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
1476 (speex_dec_chain), (gst_speexdec_get_property),
1477 (gst_speexdec_set_property):
1480 2004-10-01 Wim Taymans <wim@fluendo.com>
1482 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
1483 (gst_wavparse_stream_init), (gst_wavparse_fmt),
1484 (gst_wavparse_other), (gst_wavparse_loop),
1485 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1486 (gst_wavparse_srcpad_event):
1487 * gst/wavparse/gstwavparse.h:
1488 Added some more debugging info.
1489 Fix the case where the length of the file is 0.
1490 Make sure we seek to sample borders.
1492 2004-10-01 Wim Taymans <wim@fluendo.com>
1494 * gst/playback/README:
1495 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
1496 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
1497 (try_to_link_1), (no_more_pads), (close_link), (type_found):
1498 Add some debug info to decodebin, update README
1500 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1502 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
1503 Don't use g_print(); use GST_DEBUG().
1505 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1507 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
1508 (gst_ogg_mux_queue_pads):
1509 Handle EOS properly.
1511 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
1513 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1515 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
1516 (gst_faad_chain), (gst_faad_change_state):
1517 * ext/faad/gstfaad.h:
1518 Allow playback of raw (unframed) MPEG AAC files (#148993).
1520 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
1522 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1524 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
1525 Throw error if we didn't recognize the stream. Fixes #152289.
1527 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1529 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
1532 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
1534 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1536 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
1539 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
1541 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1543 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
1545 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
1548 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1550 * gst-libs/gst/riff/riff-media.c:
1551 (gst_riff_create_video_caps_with_data),
1552 (gst_riff_create_audio_caps_with_data):
1553 Add codec_data handling (like asfdemux used to do).
1554 * gst/asfdemux/gstasf.c: (plugin_init):
1555 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
1556 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
1557 Use riff-media for caps creation instead of our own (mostly
1558 broken) copy of its functions.
1560 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1562 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
1563 Don't actually error out if we get another return value than
1564 -EINVAL. Opposite to what I first thought, drivers have random
1565 return values for this, although -EINVAL is the expected return
1566 value. Since this is not fatal, we shouldn't use
1567 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
1569 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1571 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
1572 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
1573 (dvdreadsrc_get_property), (_open), (_seek), (_read),
1574 (dvdreadsrc_get), (dvdreadsrc_open_file),
1575 (dvdreadsrc_change_state):
1576 Fix. Don't do one big huge loop around the whole DVD, that will
1577 cache all data and thus eat sizeof(dvd) (several GB) before we
1579 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
1580 Actually NULL'ify event after using it.
1581 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
1582 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
1583 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
1584 (gst_ebml_read_seek), (gst_ebml_read_skip):
1586 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
1587 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
1588 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
1589 Fix timing (this will probably break if I seek using menus, but
1590 I didn't get there yet). VOBs and normal DVDs should now work.
1591 Add a mpeg2-only pad with high rank so this get autoplugged for
1593 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
1594 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
1595 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
1596 (gst_mpeg_demux_get_audio_stream),
1597 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
1598 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
1599 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
1600 MPEG-1 but use dvddemux for MPEG-2.
1601 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
1602 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
1603 (gst_mpeg_parse_parse_packhead):
1604 Timing. Only add pad template if it exists. Add sink template from
1605 class and not from ourselves. This means we will always use the
1606 correct sink template even if it is not the one defined in this
1609 2004-09-29 Wim Taymans <wim@fluendo.com>
1611 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
1612 (gst_mpeg_demux_parse_pes):
1613 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
1614 Fix playback of mpeg again, timestamps where screwed up by
1617 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1619 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
1620 Only return true if we actually filled something in. Prevents
1621 player applications from showing a random length for flac files.
1622 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
1623 (gst_riff_read_use_event), (gst_riff_read_handle_event),
1624 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
1625 (gst_riff_read_strf_vids_with_data),
1626 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
1627 OK, ok, so I implemented event handling. Apparently it's normal
1628 that we receive random events at random points without asking
1630 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1631 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
1632 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
1633 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
1634 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
1635 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
1636 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
1637 * gst/avi/gstavidemux.h:
1638 Implement non-lineair chunk handling and subchunk processing.
1639 The first solves playback of AVI files where the audio and video
1640 data of individual buffers that we read are not synchronized.
1641 This should not happen according to the wonderful AVI specs, but
1642 of course it does happen in reality. It is also a prerequisite for
1643 the second. Subchunk processing allows us to cut chunks in small
1644 pieces and process each of these pieces separately. This is
1645 required because I've seen several AVI files with incredibly large
1646 audio chunks, even some files with only one audio chunk for the
1647 whole file. This allows for proper playback including seeking.
1648 This patch is supposed to fix all AVI A/V sync issues.
1649 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
1650 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
1652 * gst/modplug/gstmodplug.cc:
1653 Proper return value setting for the query() function.
1654 * gst/playback/gstplaybasebin.c: (setup_source):
1655 Being in non-playing state (after, e.g., EOS) is not necessarily
1656 a bad thing. Allow for that. This fixes playback of short files.
1657 They don't actually playback fully now, because the clock already
1658 runs. This means that small files (<500kB) with a small length
1659 (<2sec) will still not or barely play. Other files, such as mod
1660 or flx, will work correctly, however.
1662 2004-09-28 Wim Taymans <wim@fluendo.com>
1664 * ext/speex/gstspeex.c: (plugin_init):
1665 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
1666 (gst_speex_dec_class_init), (speex_dec_get_formats),
1667 (speex_get_event_masks), (speex_get_query_types),
1668 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
1669 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
1670 (gst_speexdec_get_property), (gst_speexdec_set_property),
1671 (speex_dec_change_state):
1672 * ext/speex/gstspeexdec.h:
1673 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
1674 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
1675 (gst_speexenc_base_init), (gst_speexenc_class_init),
1676 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
1677 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
1678 (gst_speexenc_src_query), (gst_speexenc_init),
1679 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
1680 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
1681 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
1682 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
1683 (gst_speexenc_chain), (gst_speexenc_get_property),
1684 (gst_speexenc_set_property), (gst_speexenc_change_state):
1685 * ext/speex/gstspeexenc.h:
1686 Rewrote speex encoder, make sure it can be embedded in ogg.
1687 Implemented speex decoder.
1689 2004-09-28 Christian Schaller <christian@fluendo.com>
1692 Remove kioslave plugin. Markey is brewing a new working one
1693 * ext/Makefile.am: Remove kioslave plugin
1695 * gst-plugins.spec.in: remove kio plugin from spec
1697 2004-09-27 Wim Taymans <wim@fluendo.com>
1699 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
1700 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
1701 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
1702 (gst_multifdsink_new_client),
1703 (gst_multifdsink_handle_client_write),
1704 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1705 (gst_multifdsink_handle_clients):
1706 * gst/tcp/gstmultifdsink.h:
1707 Make syncing to keyframes actually work for new clients and lagging
1710 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
1712 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
1713 (gst_navigationtest_handle_src_event), (draw_box_planar411),
1714 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
1715 * gst/debug/gstnavigationtest.h:
1716 make navigationtest display button-press and button-release events
1718 2004-09-26 Iain <iaingnome@gmail.com>
1720 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
1721 the channels have received a new media event.
1722 (interleave_buffered_loop): Compresses a new media event on all
1725 2004-09-26 Iain <iaingnome@gmail.com>
1727 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
1728 call the sinkpad's default event handler and not the srcpads. He also
1729 says this is confusing :)
1730 (gst_wavenc_stop_file): Company says that seek events only go upstream
1731 we should send a discontinuous downstream instead.
1733 2004-09-25 Christian Schaller <christian@fluendo.com>
1735 * Update SPEC file to be usable in conjunction with Fedora Core,
1736 Fedora.us and freshrpms packages
1737 * Fix typo in multifilesrc test Makefile
1739 2004-09-24 Wim Taymans <wim@fluendo.com>
1741 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
1742 Only signal the no_more_pads signal when we have
1743 added the stream to our list.
1745 2004-09-24 Wim Taymans <wim@fluendo.com>
1747 * gst/playback/gstplaybasebin.c: (remove_prerolls),
1749 * gst/playback/gstplaybasebin.h:
1750 * gst/playback/gstplaybin.c: (setup_sinks):
1751 Don't try to preroll or decode more than one audio/video
1754 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1756 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
1757 Throw error if we failed to find a suitable output. This should
1758 throw an error if we successfully set up a pipeline (e.g. because
1759 we recognized a media file) but found no decodable streams in it
1760 (e.g. because it contains only media stream types for which we
1761 have no decoders, or because it's not a media type).
1763 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1765 * ext/dirac/Makefile.am:
1766 * ext/dirac/gstdirac.cc:
1767 * ext/dirac/gstdiracdec.cc:
1768 * ext/dirac/gstdiracdec.h:
1769 Do something. Don't actually know if this works because I don't
1771 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
1772 Add channels=1 to caps returned from _getcaps().
1773 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
1774 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
1775 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
1776 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
1777 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
1778 (gst_ogm_parse_change_state):
1779 Separate between audio/video so ogmaudioparse actually uses the
1780 audio pad templates. Both audio and video work now, including
1781 autoplugging. Also use sometimes-srcpad hack.
1782 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
1783 Handle events better. Don't hang on infinite loops.
1784 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
1785 (gst_avi_demux_init), (gst_avi_demux_reset),
1786 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
1787 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
1788 (gst_avi_demux_change_state):
1789 * gst/avi/gstavidemux.h:
1790 Improve A/V sync. Still not perfect.
1791 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
1792 (gst_ebml_read_skip):
1793 Handle events better.
1794 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
1795 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
1796 (qtdemux_audio_caps):
1797 Add IMA4. Improve event handling. Save offset after a seek when
1798 the headers are at the end of the file so that we don't end up in
1800 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1801 Add low-priority typefind support for files with no length.
1803 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
1805 * testsuite/multifilesink/Makefile.am:
1808 2004-09-22 Julien MOUTTE <julien@moutte.net>
1810 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
1811 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
1812 mistakes from thaytan's patches.
1814 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
1816 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
1817 For completeness, XSync in the destroy function as xvimage does.
1819 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
1821 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
1822 Correct caps negotiation
1823 * gst/volume/gstvolume.c: (volume_chain_float),
1824 (volume_chain_int16):
1825 Modify debug output to be little more informative
1826 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
1827 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1828 (gst_xvimagesink_xvimage_destroy):
1829 Add XSync calls after detaching from the shared memory segment to
1832 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
1834 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
1835 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
1836 * ext/vorbis/vorbis.c: (plugin_init):
1837 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1838 (gst_vorbisenc_chain):
1839 * ext/vorbis/vorbisenc.h:
1840 remove explicit newmedia support from oggmux and vorbisenc
1841 add debug category to vorbisenc
1842 * gst/multifilesink/gstmultifilesink.c:
1843 (gst_multifilesink_class_init), (gst_multifilesink_init),
1844 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
1845 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
1846 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
1848 * gst/multifilesink/gstmultifilesink.h:
1849 add support for streamheader in multifilesink
1851 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1853 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
1854 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
1855 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
1856 Prevent infinite loops. More correct error reporting.
1857 * gst/auparse/gstauparse.c: (gst_auparse_chain):
1858 Error out if negotiation fails.
1859 * gst/playback/gstplaybasebin.c: (setup_source),
1860 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
1861 (gst_play_base_bin_found_tag):
1862 Error/tag forwarding. Pre-roll fixes for source errors on state
1863 changes (e.g. "file does not exist") to prevent hangs.
1865 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
1867 * testsuite/multifilesink/Makefile.am:
1868 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
1869 (gst_newmedia_class_init), (gst_newmedia_init),
1870 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
1871 (newfile_signal), (test_signal), (main):
1872 * testsuite/multifilesink/multifilesrc_test.c: (main):
1873 * testsuite/multifilesink/oggtheora_test.c:
1874 (gst_newmedia_base_init), (gst_newmedia_class_init),
1875 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
1876 (test_format), (newfile_signal), (test_signal), (main):
1877 * testsuite/multifilesink/oggvorbis_test.c:
1878 (gst_newmedia_base_init), (gst_newmedia_class_init),
1879 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
1880 (test_format), (newfile_signal), (test_signal), (main):
1881 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
1882 (gst_newmedia_class_init), (gst_newmedia_init),
1883 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
1884 (newfile_signal), (test_signal), (main):
1887 2004-09-20 Christian Schaller <christian@fluendo.com>
1889 * Fix mikmod license to LGPL as they have relicensed
1890 * Move Dirac and Effectv into LGPL section of README_license
1892 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1894 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
1895 (gst_mad_change_state):
1896 Allow for mp3 rate/channels changes. However, only very
1897 conservatively. Reason that we *have* to enable this is smiply
1898 because the mad find_sync() function is not good enough, it will
1899 regularly sync on random data as valid frames and therefore make
1900 us provide random caps as *final* caps of the stream. The best fix
1901 I could think of is to simply require several of the same stream
1902 changes in a row before we change caps.
1903 The actual testcase that works now is #
1904 * ext/ogg/Makefile.am:
1905 * ext/ogg/gstogg.c: (plugin_init):
1906 * ext/ogg/gstogmparse.c:
1907 OGM support (video only for now; I need an audio sample file).
1908 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
1909 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
1910 (gst_asf_demux_add_video_stream):
1912 * gst/playback/gstplaybasebin.c: (unknown_type):
1913 Don't error out on single unknown-types after all. It's wrong.
1914 If we found type of video and audio but not of a subtitle stream,
1915 it will still error out (which is unwanted). Will find a better fix
1917 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
1918 (ogmaudio_type_find), (plugin_init):
1921 2004-09-20 Johan Dahlin <johan@gnome.org>
1923 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
1926 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
1928 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
1929 * gst/wavenc/gstwavenc.h:
1930 Added newmedia support to wavenc
1932 2004-09-17 Wim Taymans <wim@fluendo.com>
1934 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
1935 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
1936 (gst_fdset_fd_can_write), (gst_fdset_wait):
1937 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
1938 (gst_multifdsink_init), (gst_multifdsink_add),
1939 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
1940 (gst_multifdsink_remove_client_link),
1941 (gst_multifdsink_client_queue_buffer),
1942 (gst_multifdsink_handle_client_write),
1943 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
1944 (gst_multifdsink_close), (gst_multifdsink_change_state):
1945 * gst/tcp/gstmultifdsink.h:
1946 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
1947 (gst_tcpserversink_removed):
1948 Small cleanups in fdset.c
1949 Use a hastable to map fd to the client structure for faster
1950 lookup in _remove and get_stats.
1951 Added virtual function to close the fds.
1952 Handle clients even when the select/poll call was unblocked because
1954 Implement syncing to keyframe in the recovery procedure.
1956 2004-09-16 Iain <iaingnome@gmail.com>
1958 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
1961 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1963 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
1964 Caps are only set if the type of the stream is unknown, but this
1965 is initialized in ->init_stream(), so set to UNKNOWN after calling
1966 ->init_stream() so that capsnego starts.
1968 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1970 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
1971 (gst_avi_demux_stream_data):
1972 Just hardcode for raw audio then. AVI audio sucks.
1974 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
1976 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
1977 * gst/matroska/matroska-mux.c: (audiosink_templ),
1978 (gst_matroska_mux_audio_pad_link):
1979 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
1980 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
1982 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1984 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
1985 (gst_avi_demux_stream_data):
1986 Try to fix a/v sync issues.
1988 2004-09-15 David Schleef <ds@schleef.org>
1990 * configure.ac: remove NASM check, since we don't use it. Update
1992 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
1993 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
1994 Initialized variables.
1995 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1996 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
1997 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
2000 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
2002 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
2003 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
2004 * gst/avi/gstavidemux.h:
2005 Fix for compressed audio (mp3) timestamp generation. How did this
2008 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
2010 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
2011 Volume is a double not a float.
2013 2004-09-15 Wim Taymans <wim@fluendo.com>
2015 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
2016 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
2017 Don't close the fd in multifdsink as we didn't open it in the
2018 first place. Some cleanups.
2020 2004-09-15 Wim Taymans <wim@fluendo.com>
2022 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
2023 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
2024 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
2025 Fix the case where the muxer would mark pages as delta
2026 frames when they are not (vorbis only ogg).
2028 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
2030 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
2031 (gst_play_base_bin_change_state):
2032 Handle the case where we failed to setup a clear pipeline. This
2033 will throw an error (or EOS, another nice case) and if you don't
2034 catch that, the app will wait for the signal forever (and thus
2037 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
2039 * ext/gnomevfs/gstgnomevfssink.c:
2040 (gst_gnomevfssink_uri_get_protocols):
2041 * ext/gnomevfs/gstgnomevfssrc.c:
2042 (gst_gnomevfssrc_uri_get_protocols):
2043 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
2044 * ext/gnomevfs/gstgnomevfsuri.h:
2045 Use _uri_new() instead of _open(), so it doesn't take as long and
2046 Christophe's computer won't hang.
2047 * gst/playback/gstplaybasebin.c: (unknown_type):
2048 Throw error on unknown media type, so apps actually display it.
2050 2004-09-14 Brian Cameron <brian.cameron@sun.com
2052 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
2053 this script to work on Solaris since bash shell handles echo
2054 differenly than bash.
2056 2004-09-17 Wim Taymans <wim@fluendo.com>
2058 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
2059 (setup_source), (gst_play_base_bin_set_property),
2060 (gst_play_base_bin_add_element):
2061 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
2062 Some more work on making sure seeking pauses the pipeline and
2063 that changing the uri actually does something.
2065 2004-09-17 Wim Taymans <wim@fluendo.com>
2067 * gst/tcp/gstfdset.c: (gst_fdset_wait):
2068 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
2069 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
2070 (gst_tcpserversink_close):
2071 Be a bit more paranoid when freeing memory.
2073 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
2075 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2076 (qtdemux_parse_trak):
2077 Don't crash by dividing by zero (see sample movie in #126922).
2079 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
2081 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2082 Don't touch non-existing data (fixes crash on file in #140147).
2084 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
2086 * gst/playback/gstplaybasebin.c:
2087 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
2088 Handle double disposals, and proper change of URIs.
2090 2004-09-13 Martin Eikermann <meiker@upb.de>
2092 * gst/mpegstream/gstmpegparse.c:
2093 fix synchronistation for streams recorded from digital PCR
2096 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
2098 * ext/gnomevfs/Makefile.am:
2099 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
2100 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
2101 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
2102 (gst_gnomevfssink_uri_get_type),
2103 (gst_gnomevfssink_uri_get_protocols),
2104 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
2105 (gst_gnomevfssink_uri_handler_init),
2106 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
2107 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
2108 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
2109 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
2110 (gst_gnomevfssrc_uri_get_type),
2111 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
2112 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
2113 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
2114 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
2115 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
2116 * ext/gnomevfs/gstgnomevfsuri.h:
2117 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
2118 of fake URIs to see which this version of Gnome-VFS likes, and
2119 uses that for the Gst-URI interface. Makes playbin support http://
2120 streams. Also fix up some stupid behaviour in gnomevfssrc.
2122 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
2124 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
2125 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
2126 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
2127 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
2128 Update mixer (to sync with other sessions) if we try to obtain
2129 a new value. This makes alsamixer work accross applications.
2130 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
2131 Only call sync functions if we're running, else alsalib asserts.
2132 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
2133 Sometimes fails to compile. Possibly a gcc bug.
2134 * gst/playback/gstplaybin.c: (gen_video_element),
2135 (gen_audio_element):
2136 Add a reference to an application-provided object, because we lose
2137 this same reference if we add it to the bin. If we don't do this,
2138 we can only use this object once and thus crash if we go from
2139 ready to playing, back to ready and back to playing again.
2140 Also add an audioscale element because several cheap soundcards -
2141 like mine - don't support all samplerates.
2142 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
2143 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
2144 Fix wrong order or PAR calls. Makes automatically obtained PAR
2145 from the X server atually being used.
2147 2004-09-12 David Schleef <ds@schleef.org>
2149 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
2150 #151887, #152102, #152247.
2151 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
2152 * examples/seeking/cdparanoia.c: same
2153 * examples/seeking/cdplayer.c: same
2154 * examples/seeking/seek.c: same
2155 * examples/seeking/spider_seek.c: same
2156 * examples/seeking/vorbisfile.c: same
2157 * examples/stats/mp2ogg.c: same
2158 * ext/esd/esdsink.c: (gst_esdsink_class_init),
2159 (gst_esdsink_dispose): Dispose of element properly.
2160 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
2162 * ext/nas/nassink.c: (gst_nassink_class_init),
2163 (gst_nassink_dispose): Dispose of element correctly.
2164 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
2165 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2166 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
2168 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
2169 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
2172 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2174 * configure.ac : change speex detection as 1.1.6 now uses
2175 .pc/pkg-config and they changed their headers location.
2177 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
2179 * gst/matroska/matroska-mux.h:
2180 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
2181 (gst_matroska_mux_start), (gst_matroska_mux_finish),
2182 (gst_matroska_mux_write_data):
2183 Write multiple blocks/frames per cluster.
2184 Write meta-seek information (seek heads).
2186 2004-09-09 Scott Wheeler <wheeler@kde.org>
2188 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
2189 (gst_play_bin_set_property), (gst_play_bin_get_property),
2190 (gen_audio_element), (gen_audio_element):
2191 Add a volume element / property to the pipeline.
2193 2004-09-07 Wim Taymans <wim@fluendo.com>
2195 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
2196 Copy timestamps from the master pad to the output buffers.
2198 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
2200 * ext/raw1394/gstdv1394src.c:
2201 throw errors when applicable
2203 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
2205 * gst/matroska/ebml-ids.h:
2206 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
2207 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
2208 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
2209 automatically convert unix time <-> ebml time when reading/writing
2210 a date, use gst_ebml_write_uint to write CUETIME,
2211 not gst_ebml_write_date.
2212 * gst/matroska/matroska-ids.h:
2213 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2214 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
2215 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2216 (gst_matroska_mux_write_data):
2217 Write track and segment UIDs, write muxing date, write
2218 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
2219 Create cues for audio only files.
2221 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
2223 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
2224 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2225 Re-commit ALSA switches.
2226 * gst/adder/gstadder.c: (gst_adder_loop):
2227 64-bit fix (#151416).
2228 * gst/debug/progressreport.c: (gst_progressreport_report):
2229 64-bit fix (#151419).
2230 * gst/matroska/matroska-demux.c:
2231 (gst_matroska_demux_parse_contents):
2232 64-bit fix (#151420).
2233 * gst/playback/test3.c: (update_scale):
2234 64-bit fix (#151421).
2236 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
2241 === release 0.8.4 ===
2243 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
2245 * configure.ac: releasing 0.8.4, "Alias"
2247 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
2249 * ext/theora/Makefile.am:
2250 fix makefile. Fixes #151462.
2252 2004-08-30 Wim Taymans <wim@fluendo.com>
2254 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
2255 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
2256 (gst_multifdsink_remove_client_link),
2257 (gst_multifdsink_client_queue_buffer),
2258 (gst_multifdsink_handle_client_write):
2259 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
2260 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
2261 Fix some memory leaks.
2263 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
2265 Patch by: David Schleef
2269 rename our detection macro for V4L2. Fixes #151236.
2271 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
2273 Patch by: David Schleef
2276 check to define LAMEPRESET. Fixes #151232.
2278 2004-08-27 David Schleef <ds@schleef.org>
2280 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
2281 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
2282 (gst_glimagesink_fixate): Move local variable declarations to
2283 make gcc-2.95 happy.
2285 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
2288 bump nano for prerelease
2290 2004-08-27 David Schleef <ds@schleef.org>
2292 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
2293 * sys/sunaudio/gstsunaudiosrc.c:
2294 * sys/sunaudio/gstsunaudiosrc.h:
2296 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
2298 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
2299 handle EOS correctly
2300 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
2301 * gst/matroska/matroska-mux.h:
2302 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
2303 VFW compatibility mode
2305 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
2307 patch by: Zaheer Abbas Merali
2309 * ext/ogg/gstoggmux.c:
2310 * ext/vorbis/vorbisenc.c:
2311 * ext/vorbis/vorbisenc.h:
2314 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
2316 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
2317 fix byte order reversion on little endian machines.
2318 * gst/matroska/matroska-mux.c: (audiosink_templ),
2319 (gst_matroska_mux_audio_pad_link):
2320 add TTA codec to the list of supported codecs.
2321 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
2322 (gst_matroska_mux_start), (gst_matroska_mux_finish),
2323 (gst_matroska_mux_write_data):
2324 * gst/matroska/matroska-mux.h:
2325 write segment duration correctly, write muxing app string, fixes bugs
2326 #140897 and #140898.
2327 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
2328 wait for all pads to be negotiated before starting to mux.
2330 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2332 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
2333 * ext/lame/gstlame.h:
2334 Added new media support to lame
2336 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
2338 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
2339 send vorbis headers at the beginning of a stream, fixes bug #141554.
2340 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
2342 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
2343 (gst_matroska_demux_plugin_init):
2344 * gst/matroska/matroska-ids.h:
2345 enable demuxing of TTA audio streams, fixes bug #148951.
2346 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
2347 enable typefinding for TTA audio files, fixes bug #148711.
2348 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
2349 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
2350 fixes playback of packed bitstream and xvid with bframes, bug #135407.
2352 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
2354 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
2355 (gst_riff_read_element_data), (gst_riff_read_seek),
2356 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
2357 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
2360 2004-08-23 Iain <iaingnome@gmail.com>
2362 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
2363 tags. They appear to be handled differently to normal.
2364 (tag_list_to_id3_tag_foreach): Ditto.
2366 2004-08-22 Wim Taymans <wim@fluendo.com>
2368 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
2369 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
2370 Make sure we never send -1 granulepos.
2372 2004-08-20 Wim Taymans <wim@fluendo.com>
2374 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
2376 I will accept bitchslappings with non sharp objects.
2378 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2381 Clean up the test for lame presets
2383 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2386 * ext/lame/Makefile.am:
2387 * ext/lame/gstlame.c: (gst_lame_class_init),
2388 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
2389 Only enable lame presets if version of lame has presets in API
2391 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
2392 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
2393 * gst/udp/gstudpsrc.h:
2394 Don't call gst_pad_push in a get function. Fixes #150449
2396 2004-08-18 Wim Taymans <wim@fluendo.com>
2398 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
2399 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
2400 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
2401 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
2402 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
2404 * gst/tcp/gstfdset.h:
2405 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
2406 (gst_multifdsink_client_queue_buffer),
2407 (gst_multifdsink_handle_client_write):
2408 * gst/tcp/gstmultifdsink.h:
2409 Some extra checks in gstfdset.
2410 Only use send() when the fd is a socket. Don't try to
2411 read from write only fds.
2413 2004-08-18 Wim Taymans <wim@fluendo.com>
2415 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
2416 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
2417 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
2418 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
2420 Add more locking and bounds checking.
2422 2004-08-18 Wim Taymans <wim@fluendo.com>
2424 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
2425 Realloc test fdset in the lock and right before starting
2426 the poll call. Bump the limit to 4096.
2428 2004-08-17 David Schleef <ds@schleef.org>
2430 * sys/sunaudio/Makefile.am:
2431 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
2432 of rates and channels. Make debugging less obnoxious.
2434 Patch from Balamurali Viswanathan implementing a mixer for
2435 Sun audio. (bug #144091):
2436 * sys/sunaudio/gstsunelement.c:
2437 * sys/sunaudio/gstsunelement.h:
2438 * sys/sunaudio/gstsunmixer.c:
2439 * sys/sunaudio/gstsunmixer.h:
2441 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2443 * gst/audioscale/gstaudioscale.c:
2444 * gst/audioscale/gstaudioscale.h:
2445 made audioscale resample from any sample rate to any sample rate
2447 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
2449 * ext/libpng/gstpngdec.c:
2450 error out on unsupported types
2452 2004-08-17 Iain <iaingnome@gmail.com>
2454 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
2455 mid_side and loose_mid_side properties if its a stereo stream.
2457 2004-08-17 Wim Taymans <wim@fluendo.com>
2459 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
2460 (theora_get_formats), (theora_dec_src_convert),
2461 (theora_dec_sink_convert), (theora_dec_src_query),
2462 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
2465 2004-08-17 Wim Taymans <wim@fluendo.com>
2467 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
2469 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
2470 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
2471 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
2472 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
2473 Mark delta units in the muxer.
2474 Try to decode the packet after an out-of-sync error from
2477 2004-08-17 Wim Taymans <wim@fluendo.com>
2479 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2480 (gst_multifdsink_init), (gst_multifdsink_add),
2481 (gst_multifdsink_client_queue_buffer),
2482 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
2483 * gst/tcp/gstmultifdsink.h:
2484 Added option to send a keyframe to clients as the first buffer.
2485 Make timeout property writable.
2487 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
2489 patch by: Wim Taymans
2491 * gst/tcp/gstfdset.c:
2492 * gst/tcp/gstmultifdsink.c:
2493 fix index comparison, should include 0
2495 2004-08-16 Wim Taymans <wim@fluendo.com>
2497 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
2498 (gst_fdset_add_fd), (gst_fdset_remove_fd),
2499 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
2500 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
2502 copy when reallocing for poll so the select arguments don't get
2503 changed during the call
2505 2004-08-16 Wim Taymans <wim@fluendo.com>
2507 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
2508 (gst_theora_enc_class_init), (theora_enc_sink_link),
2509 (theora_buffer_from_packet), (theora_enc_chain):
2510 Fix bug where buffers were not marked as keyframes
2513 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2515 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
2516 (gst_lame_preset_get_type), (gst_lame_class_init):
2517 describe the enum values for vbr mode and presets more verbosely
2519 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2521 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
2522 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
2523 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
2524 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
2525 * ext/lame/gstlame.h:
2526 add preset property to lame so it can use lame presets
2528 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2530 * ext/lame/gstlame.c: (gst_lame_get_property):
2531 whoops forgot break, thanks teuf
2533 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2535 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
2536 (gst_lame_class_init), (gst_lame_src_getcaps),
2537 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
2538 (gst_lame_get_property), (gst_lame_setup):
2539 * ext/lame/gstlame.h:
2540 fix lame's broken vbr stuff, allow it to resample if need be, and also
2541 make xing header optional
2543 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2545 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
2546 added getcaps function so samplerate doesnt get fixated to silly values
2548 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2550 * ext/lame/gstlame.c: (gst_lame_src_link):
2553 2004-08-12 Johan Dahlin <johan@gnome.org>
2555 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
2556 checks. Doesn't matter what state we are in. Interfaces are a
2557 compile time thing, not runtime. It also broke the python bindings.
2559 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2561 * ext/lame/gstlame.c: (gst_lame_src_link):
2562 made source pad link function check if sinkpad is ok..fixes the problem
2563 where core fixates the output rate of lame stupidly
2565 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
2567 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
2568 * sys/v4l/v4l_calls.c:
2569 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
2570 fix fixate function to handle nonsimple caps.
2571 remove bogus check in _link
2574 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2576 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
2577 set default compression ratio parameter to 0.0 so bitrate parameter
2580 2004-08-11 David Schleef <ds@schleef.org>
2582 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
2584 2004-08-11 David Schleef <ds@schleef.org>
2586 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
2589 2004-08-11 David Schleef <ds@schleef.org>
2591 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
2593 2004-08-11 David Schleef <ds@schleef.org>
2595 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
2597 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
2598 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
2600 * gst/auparse/gstauparse.c: Fix plugin license field.
2601 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
2602 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
2603 * gst/rtp/gstrtp.c: Fix plugin license field.
2605 2004-08-11 Wim Taymans <wim@fluendo.com>
2607 * gst/tcp/Makefile.am:
2608 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
2609 (ensure_size), (gst_fdset_new), (gst_fdset_free),
2610 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
2611 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
2612 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
2613 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
2614 (gst_fdset_fd_can_write), (gst_fdset_wait):
2615 * gst/tcp/gstfdset.h:
2616 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
2617 (gst_multifdsink_class_init), (gst_multifdsink_init),
2618 (gst_multifdsink_add), (gst_multifdsink_remove),
2619 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
2620 (gst_multifdsink_remove_client_link),
2621 (gst_multifdsink_handle_client_read),
2622 (gst_multifdsink_client_queue_data),
2623 (gst_multifdsink_client_queue_caps),
2624 (gst_multifdsink_client_queue_buffer),
2625 (gst_multifdsink_handle_client_write),
2626 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
2627 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
2628 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
2629 (gst_multifdsink_close):
2630 * gst/tcp/gstmultifdsink.h:
2631 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
2632 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
2633 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
2634 (gst_tcpserversink_close):
2635 * gst/tcp/gsttcpserversink.h:
2636 Abstracted away the select call, implemented poll (yes we ran into
2637 the 1024 limit in production).
2639 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
2642 * gst/tcp/gsttcpplugin.c:
2643 improve debuggging, remove assert
2645 2004-08-10 Wim Taymans <wim@fluendo.com>
2647 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
2648 (gst_client_status_get_type), (gst_multifdsink_class_init),
2649 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
2650 (gst_multifdsink_handle_client_read),
2651 (gst_multifdsink_handle_client_write),
2652 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
2653 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
2654 (gst_multifdsink_get_property):
2655 * gst/tcp/gstmultifdsink.h:
2656 * gst/tcp/gsttcp-marshal.list:
2657 Starting to prepare for specifying buffer time in other units
2658 than buffers. Expose remove reason in signal.
2660 2004-08-10 Wim Taymans <wim@fluendo.com>
2662 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
2663 (gst_multifdsink_remove), (gst_multifdsink_clear),
2664 (gst_multifdsink_remove_client_link),
2665 (gst_multifdsink_handle_client_read),
2666 (gst_multifdsink_client_queue_data),
2667 (gst_multifdsink_client_queue_buffer),
2668 (gst_multifdsink_handle_client_write),
2669 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
2670 (gst_multifdsink_chain), (gst_multifdsink_close):
2671 * gst/tcp/gstmultifdsink.h:
2672 Added more debugging info. Changed the way clients are
2673 removed from the lists. Fixed a bug where a bad file descriptor
2674 could cause many clients to be removed.
2676 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
2678 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
2679 allow all pixel-aspect-ratios, not just 1:1
2681 2004-08-09 David Schleef <ds@schleef.org>
2683 * sys/glsink/ARB_multitexture.h: Remove old files.
2684 * sys/glsink/EXT_paletted_texture.h:
2685 * sys/glsink/NV_register_combiners.h:
2686 * sys/glsink/gstgl_nvimage.c:
2687 * sys/glsink/gstgl_pdrimage.c:
2688 * sys/glsink/gstgl_rgbimage.c:
2689 * sys/glsink/gstglsink.c:
2690 * sys/glsink/gstglsink.h:
2691 * sys/glsink/gstglxwindow.c:
2692 * sys/glsink/regcomb_yuvrgb.c:
2694 2004-08-09 David Schleef <ds@schleef.org>
2696 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
2697 GL sink plugin. (Bug #147302)
2699 * configure.ac: Test for OpenGL
2700 * sys/Makefile.am: Use test for OpenGL
2701 * sys/glsink/Makefile.am:
2702 * sys/glsink/glimagesink.c: rewrite
2703 * sys/glsink/glimagesink.h: rewrite
2705 2004-08-09 David Schleef <ds@schleef.org>
2707 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
2709 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
2710 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
2711 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
2713 2004-08-09 Wim Taymans <wim@fluendo.com>
2715 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2716 (gst_multifdsink_add), (gst_multifdsink_get_stats),
2717 (gst_multifdsink_client_remove),
2718 (gst_multifdsink_handle_client_read),
2719 (gst_multifdsink_handle_client_write),
2720 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
2721 Do a bit more logging, make the client_read code more robust.
2723 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
2725 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
2726 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
2727 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
2728 (gst_jpegdec_init), (gst_jpegdec_chain):
2729 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
2730 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
2731 cleanups, debugging fixes and memleak plugging
2733 2004-08-09 Wim Taymans <wim@fluendo.com>
2735 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
2736 (theora_get_formats), (theora_dec_src_convert),
2737 (theora_dec_sink_convert), (theora_dec_src_query),
2738 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
2739 (theora_dec_change_state):
2740 Don't crash on missing header packets.
2742 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
2746 Added Albanian translation (Laurent Dhima)
2750 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
2752 * ext/lame/gstlame.c:
2755 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
2757 * sys/ximage/ximagesink.c:
2758 * sys/xvimage/xvimagesink.c:
2759 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
2761 2004-08-06 Wim Taymans <wim@fluendo.com>
2763 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2764 (gst_multifdsink_add), (gst_multifdsink_get_stats),
2765 (gst_multifdsink_client_remove),
2766 (gst_multifdsink_handle_client_read),
2767 (gst_multifdsink_handle_client_write),
2768 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
2769 Make sure we don't try to read more from a client that what
2770 ioctl says us or we deadlock.
2772 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
2774 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
2775 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
2776 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
2777 decouple running_time and n_frames so it can handle changing
2778 framerate while running
2780 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
2784 updated translations
2786 2004-08-04 Benjamin Otte <otte@gnome.org>
2788 * gst/videotestsrc/gstvideotestsrc.c:
2789 (gst_videotestsrc_get_capslist), (generate_capslist),
2791 generate the list of supported caps at startup and reuse it instead
2792 of always generating it
2794 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
2796 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
2797 whoops, last checkin broke normal build
2799 2004-08-03 Benjamin Otte <otte@gnome.org>
2801 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
2802 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
2803 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
2804 (gst_alsa_mixer_get_option):
2805 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
2806 (dvdnavsrc_print_event):
2807 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
2808 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
2809 (gst_ogg_mux_pad_unlink):
2810 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
2811 (gst_multipart_mux_pad_unlink):
2812 * gst/videofilter/gstvideobalance.c:
2813 (gst_videobalance_colorbalance_set_value):
2814 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
2815 (gst_videomixer_pad_unlink):
2817 * sys/oss/gstossmixer.c:
2818 * sys/v4l/gstv4lcolorbalance.c:
2819 * sys/v4l/gstv4ltuner.c:
2820 * sys/v4l/v4lsrc_calls.c:
2821 * sys/v4l2/gstv4l2colorbalance.c:
2822 * sys/v4l2/gstv4l2tuner.c:
2823 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
2825 2004-08-03 Benjamin Otte <otte@gnome.org>
2827 * examples/dynparams/filter.c: (ui_control_create):
2828 * examples/gstplay/player.c: (print_tag):
2829 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
2830 * ext/gdk_pixbuf/gstgdkanimation.c:
2831 (gst_gdk_animation_iter_may_advance):
2832 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
2833 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
2834 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
2835 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
2836 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
2837 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
2838 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
2839 * gst/sine/demo-dparams.c: (main):
2840 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
2841 * testsuite/alsa/formats.c: (create_pipeline):
2842 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
2843 fixes for G_DISABLE_ASSERT and friends
2844 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2845 (mp3_type_frame_length_from_header), (mp3_type_find),
2847 require mp3 typefinding to have at least MIN_HEADERS valid headers
2848 add typefinding for AAC adts files
2850 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
2852 * sys/ximage/ximagesink.c:
2853 (gst_ximagesink_calculate_pixel_aspect_ratio):
2854 * sys/xvimage/xvimagesink.c:
2855 (gst_xvimagesink_calculate_pixel_aspect_ratio):
2856 Make sure we calculate pixel-aspect-ratio using floating point maths
2858 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
2863 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
2865 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
2866 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
2867 add debugging for display PAR calculation
2869 2004-08-02 David Schleef <ds@schleef.org>
2871 * configure.ac: Fix mikmod CFLAGS.
2873 2004-07-27 Benjamin Otte <otte@gnome.org>
2875 * gst/audioscale/gstaudioscale.c:
2876 - fix templates to only support S16, it's the only format that works
2877 - make caps nego code use try_set_caps_nonfixed and fixation instead
2878 of try_set_caps twice, which is not nice for autopluggers
2879 - change rank to secondary, so autopluggers can pick it up after
2882 2004-08-02 Iain <iain@prettypeople.org>
2884 * gst/interleave/interleave.c (interleave_init),
2885 (interleave_request_new_pad),
2886 (interleave_pad_removed),
2887 (interleave_buffered_loop): Use the real pad count, not the artificial
2890 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
2892 * configure.ac: bump nano back to development
2894 === release 0.8.3 ===
2896 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
2898 * configure.ac: releasing 0.8.3, "Water"
2900 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
2902 * sys/xvimage/xvimagesink.c:
2903 (gst_xvimagesink_calculate_pixel_aspect_ratio),
2904 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
2905 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
2906 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2907 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2908 * sys/xvimage/xvimagesink.h:
2909 apply similar PAR fixes as to ximagesink
2911 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
2913 patch from: Benjamin Otte
2915 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
2916 add link function to lame. Fixes #148986.
2918 2004-08-02 Johan Dahlin <johan@gnome.org>
2920 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
2923 2004-07-30 David Schleef <ds@schleef.org>
2925 * gst/videomixer/Makefile.am: Fix things that should have been
2926 fixed in the last checkin.
2928 2004-07-30 David Schleef <ds@schleef.org>
2930 * gst/multipart/Makefile.am: Fix things that should have been
2931 fixed in the last checkin.
2933 2004-07-30 David Schleef <ds@schleef.org>
2935 * testsuite/multifilesink/Makefile.am: Fix unused variable.
2937 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
2940 bump nano for prerelease
2952 2004-07-30 Wim Taymans <wim@fluendo.com>
2954 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2955 (gst_multifdsink_add), (gst_multifdsink_remove),
2956 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
2957 (gst_multifdsink_client_remove),
2958 (gst_multifdsink_handle_client_write),
2959 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
2960 * gst/tcp/gstmultifdsink.h:
2961 Recover from a select with a bad file descriptor by removing
2964 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
2967 fix requirement of core
2968 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
2969 (gst_play_pipeline_setup):
2970 don't use colorspace element. do use hermescolorspace element.
2971 make macro to get a colorspace element.
2972 mark strings for translation.
2986 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2988 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
2989 fix default for newmedia flag
2991 2004-07-30 Wim Taymans <wim@fluendo.com>
2993 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
2994 (gst_theora_dec_init), (theora_get_formats),
2995 (theora_dec_src_convert), (theora_dec_sink_convert),
2996 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
2997 (theora_dec_chain), (theora_dec_set_property),
2998 (theora_dec_get_property):
2999 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
3000 (gst_theora_enc_class_init), (gst_theora_enc_init),
3001 (theora_enc_sink_link), (theora_enc_chain),
3002 (theora_enc_set_property), (theora_enc_get_property):
3003 Added cropping option to theora decoder.
3004 Added border option to theora encoder.
3006 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
3008 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
3009 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
3010 (gst_pngenc_set_property):
3011 * ext/libpng/gstpngenc.h:
3012 Added newmedia support to pngenc so now gst-launch-0.8 videotestsrc ! ffmpegcolorspace ! pngenc snapshot=false newmedia=true ! multifilesink location=blah%d.png works as expected
3014 2004-07-30 Wim Taymans <wim@fluendo.com>
3016 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3017 (theora_enc_sink_link), (theora_enc_chain),
3018 (theora_enc_set_property), (theora_enc_get_property):
3019 Fix encoding of non-multiple-of-16 video.
3021 2004-07-29 David Schleef <ds@schleef.org>
3023 * configure.ac: make test for audiofile more strict
3025 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
3027 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3028 give different names to typefind functions
3030 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
3032 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3033 (gst_ximagesink_calculate_pixel_aspect_ratio),
3034 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
3035 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
3036 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
3037 (gst_ximagesink_get_property), (gst_ximagesink_init):
3038 * sys/ximage/ximagesink.h:
3039 allocate PAR's dynamically.
3040 use autodetected PAR if no object-set PAR is given.
3041 add workaround for directfb's X not setting physical size.
3042 fix to xvimagesink will follow tomorrow.
3044 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
3046 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
3047 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
3048 (gst_shout2send_get_type), (gst_shout2send_set_clock),
3049 (gst_shout2send_class_init), (gst_shout2send_init),
3050 (set_shout_metadata), (gst_shout2send_set_metadata),
3051 (gst_shout2send_chain), (gst_shout2send_set_property),
3052 (gst_shout2send_get_property), (gst_shout2send_connect),
3053 (gst_shout2send_change_state):
3054 * ext/shout2/gstshout2.h:
3055 - fix for sending mp3 audio to icecast2 server, if pad link function not
3056 called before PAUSED state
3057 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
3058 - added tagging support for mp3 audio broadcasted
3059 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
3062 2004-07-28 Wim Taymans <wim@fluendo.com>
3064 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
3065 (gst_ogg_demux_push):
3066 Return query failure when we don't know the length of
3067 an ogg stream insteda of returning TRUE with a bogus value.
3069 2004-07-28 Wim Taymans <wim@fluendo.com>
3071 * ext/theora/theoradec.c: (theora_get_formats),
3072 (theora_dec_src_convert), (theora_dec_sink_convert),
3073 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
3075 Don't screw up the 1 Chroma for 1 luma sample situation when we
3076 have an odd offset/width by adding a black border in those cases.
3078 2004-07-28 Wim Taymans <wim@fluendo.com>
3080 * ext/theora/theoradec.c: (theora_get_formats),
3081 (theora_dec_src_convert), (theora_dec_sink_convert),
3082 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
3084 * ext/theora/theoraenc.c: (theora_enc_sink_link):
3085 Added first attempt at cropping of the image as required by the
3086 theora spec. We need more properties in the caps (offset_x,
3087 offset_y,stride) to implement this correctly.
3089 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
3091 * ext/dvdnav/README:
3092 Update the README to use dvddemux
3093 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
3094 Ensure getcaps returns a subset of the template caps
3095 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
3096 (gst_mpeg2subt_init):
3097 Ensure getcaps returns a subset of the template caps
3098 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
3099 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
3100 (gst_dvd_demux_get_subpicture_stream),
3101 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
3102 * gst/mpegstream/gstdvddemux.h:
3103 Set the explicit caps on the current_video pad before pushing
3105 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
3106 (gst_mpeg_demux_get_audio_stream):
3107 Free caps used to gst_pad_set_explicit_caps, which takes a const
3110 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
3112 * configure.ac: update GStreamer requirement to 0.8.4 because of
3115 2004-07-28 Wim Taymans <wim@fluendo.com>
3117 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
3118 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
3119 Add the pad to the element after setting up the caps. This
3120 makes it a lot easier to autoplug.
3122 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
3124 * gst/median/gstmedian.c:
3125 * gst/mpeg2subt/gstmpeg2subt.c:
3126 * gst/mpegaudioparse/gstmpegaudioparse.c:
3127 * gst/mpegstream/gstdvddemux.c:
3128 * gst/mpegstream/gstmpegdemux.c:
3129 * gst/mpegstream/gstmpegpacketize.c:
3130 * gst/rtjpeg/gstrtjpeg.c:
3131 * gst/rtjpeg/gstrtjpegdec.c:
3132 * gst/rtjpeg/gstrtjpegenc.c:
3133 * gst/sine/gstsinesrc.c:
3134 * gst/smooth/gstsmooth.c:
3135 * gst/smpte/gstsmpte.c:
3136 * gst/smpte/gstsmpte.h:
3137 * gst/stereo/gststereo.c:
3138 * gst/videofilter/gstgamma.c:
3139 * gst/videofilter/gstvideobalance.c:
3140 * gst/videofilter/gstvideofilter.c:
3141 * gst/videofilter/gstvideoflip.c:
3142 * gst/videoscale/gstvideoscale.c:
3143 * gst/videoscale/videoscale.c:
3144 * gst/videotestsrc/gstvideotestsrc.c:
3145 * gst/videotestsrc/videotestsrc.c:
3146 * gst/wavenc/gstwavenc.c:
3147 * gst/wavparse/gstwavparse.c:
3148 fix local includes and 64 bits constants
3150 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
3153 * gst-libs/gst/*/*.vcproj:
3155 more working plugins
3157 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
3159 * testsuite/alsa/Makefile.am:
3160 * testsuite/alsa/srcstate.c:
3161 add test for alsasrc changing state
3163 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
3165 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
3167 * gst/silence/gstsilence.h:
3168 fix silence generation for 16bit raw audio
3170 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
3172 * gst/matroska/matroska-demux.c:
3173 (gst_matroska_demux_parse_metadata),
3174 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
3175 * gst/mpegaudio/common.c:
3176 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
3177 (gst_videoscale_getcaps), (gst_videoscale_link),
3178 (gst_videoscale_src_fixate), (gst_videoscale_init),
3179 (gst_videoscale_finalize):
3180 * gst/videoscale/gstvideoscale.h:
3181 * gst/videotestsrc/gstvideotestsrc.c:
3182 (gst_videotestsrc_get_capslist):
3183 * gst/wavenc/gstwavenc.c:
3184 * sys/oss/gstossmixer.c: (fill_labels):
3185 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3186 (gst_ximagesink_handle_xevents),
3187 (gst_ximagesink_calculate_pixel_aspect_ratio),
3188 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
3189 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
3190 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
3191 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
3192 (gst_ximagesink_init), (gst_ximagesink_class_init):
3193 * sys/ximage/ximagesink.h:
3194 * sys/xvimage/xvimagesink.c:
3195 (gst_xvimagesink_calculate_pixel_aspect_ratio),
3196 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
3197 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
3198 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3199 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3200 * sys/xvimage/xvimagesink.h:
3201 first batch of pixel aspect ratio commits.
3203 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
3205 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3206 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
3207 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
3208 handle stride, needs work if we want to move stride handling
3209 upstream, but works correctly for our purposes.
3211 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
3213 * gst/videoscale/README:
3214 add testing examples
3215 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
3216 (gst_videoscale_chain):
3217 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
3218 (gst_videoscale_get_size):
3219 add get_size function that handles stride like videotestsrc.
3220 fixes conversion for YUV formats for as much as I can test them.
3222 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
3224 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3225 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
3226 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3227 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
3228 (gst_xvimagesink_xvimage_put):
3229 further cleanups, logging, error handling and synchronizing
3231 2004-07-27 Wim Taymans <wim@fluendo.com>
3233 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
3234 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
3235 (gst_videomixer_pad_set_property),
3236 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
3237 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
3238 (gst_videomixer_class_init), (gst_videomixer_init),
3239 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
3240 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
3241 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
3242 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
3243 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
3244 (gst_videomixer_loop), (plugin_init):
3245 Be a nicer negotiation citizen and provide a getcaps function on
3246 the srcpad. This also fixes a crash when resizing.
3248 2004-07-27 Julien MOUTTE <julien@moutte.net>
3250 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3251 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
3253 2004-07-27 Wim Taymans <wim@fluendo.com>
3255 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
3256 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
3257 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
3258 (gst_pngenc_set_property):
3259 * ext/libpng/gstpngenc.h:
3260 Added snapshot property to pngenc.
3261 removed g_print from pngdec
3263 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
3265 * gst/ac3parse/ac3parse.vcproj
3266 * gst/adder/adder.vcproj
3267 * gst/alpha/alpha.vcproj
3268 * gst/alpha/alphacolor.vcproj
3269 * gst/asfdemux/asf.vcproj
3270 * gst/audioconvert/audioconvert.vcproj
3271 * gst/audiorate/audiorate.vcproj
3272 * gst/audioscale/audioscale.vcproj
3273 * gst/auparse/auparse.vcproj
3274 * gst/avi/avi.vcproj
3275 * gst/cdxaparse/cdxaparse.vcproj
3276 * gst/chart/chart.vcproj
3277 * gst/colorspace/colorspace.vcproj
3278 * gst/cutter/cutter.vcproj
3279 * gst/debug/debug.vcproj
3280 * gst/debug/efence.vcproj
3281 * gst/debug/navigationtest.vcproj
3282 * gst/deinterlace/deinterlace.vcproj
3283 * gst/effectv/effectv.vcproj
3284 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
3285 * gst/filter/filter.vcproj
3286 * gst/flx/flxdec.vcproj
3287 * gst/goom/goom.vcproj
3288 * gst/interleave/interleave.vcproj
3289 * gst/law/alaw.vcproj
3290 * gst/law/mulaw.vcproj
3291 * gst/matroska/matroska.vcproj
3292 * gst/median/median.vcproj
3293 * gst/mixmatrix/mixmatrix.vcproj
3294 * gst/mpeg1sys/mpeg1systemencode.vcproj
3295 * gst/mpeg1videoparse/mp1videoparse.vcproj
3296 * gst/mpeg2sub/mpeg2subt.vcproj
3297 * gst/mpegaudio/mpegaudio.vcproj
3298 * gst/mpegaudioparse/mpegaudioparse.vcproj
3299 * gst/mpegstream/mpegstream.vcproj
3300 * gst/multifilesink/multifilesink.vcproj
3301 * gst/multipart/multipart.vcproj
3302 * gst/oneton/oneton.vcproj
3303 * gst/overlay/overlay.vcproj
3304 * gst/passthrough/passthrough.vcproj
3305 * gst/qtdemux/qtdemux.vcproj
3306 * gst/realmedia/rmdemux.vcproj
3307 * gst/rtjpeg/rtjpeg.vcproj
3308 * gst/rtp/rtp.vcproj
3309 * gst/silence/silence.vcproj
3310 * gst/sine/sinesrc.vcproj
3311 * gst/smooth/smooth.vcproj
3312 * gst/smpte/smpte.vcproj
3313 * gst/spectrum/spectrum.vcproj
3314 * gst/speed/speed.vcproj
3315 * gst/stereo/stereo.vcproj
3316 * gst/switch/switch.vcproj
3317 * gst/tags/tagedit.vcproj
3318 * gst/tcp/tcp.vcproj
3319 * gst/typefind/typefindfunctions.vcproj
3320 * gst/udp/udp.vcproj
3321 * gst/videobox/videobox.vcproj
3322 * gst/videocrop/videocrop.vcproj
3323 * gst/videodrop/videodrop.vcproj
3324 * gst/videofilter/gamma.vcproj
3325 * gst/videofilter/videobalance.vcproj
3326 * gst/videofilter/videofilter.vcproj
3327 * gst/videofilter/videoflip.vcproj
3328 * gst/videoflip/videoflip.vcproj
3329 * gst/videomixer/videomixer.vcproj
3330 * gst/videorate/videorate.vcproj
3331 * gst/videoscale/videoscale.vcproj
3332 * gst/videotestsrc/videotestsrc.vcproj
3333 * gst/virtualdub/virtualdub.vcproj
3334 * gst/volenv/volenv.vcproj
3335 * gst/volume/volume.vcproj
3336 * gst/wavenc/wavenc.vcproj
3337 * gst/wavparse/wavparse.vcproj
3338 * gst/y4m/y4menc.vcproj
3339 * gst-libs/gst/audio/audio.vcproj
3340 * gst-libs/gst/audio/audiofilter.vcproj
3341 * gst-libs/gst/colorbalance/colorbalance.vcproj
3342 * gst-libs/gst/idct/idtc.vcproj
3343 * gst-libs/gst/media-info/media-info.vcproj
3344 * gst-libs/gst/mixer/mixer.vcproj
3345 * gst-libs/gst/navigation/navigation.vcproj
3346 * gst-libs/gst/play/play.vcproj
3347 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
3348 * gst-libs/gst/resample/resample.vcproj
3349 * gst-libs/gst/riff/riff.vcproj
3350 * gst-libs/gst/tuner/tuner.vcproj
3351 * gst-libs/gst/video/video.vcproj
3352 * gst-libs/gst/xoverlay/xoverlay.vcproj
3353 avoid problems with math.h, fix release dependancy
3354 rename GStreamer-0.8.lib to libgstreamer.lib
3356 2004-07-27 Julien MOUTTE <julien@moutte.net>
3358 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
3359 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
3360 the atom is not available we have to unlock the mutex. Fixes #148023
3362 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
3364 * gst-libs/gst/media-info/media-info.h:
3365 issue for a vararg macro with MSVC
3367 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
3369 * gst/effectv/effectv.vcproj
3370 * gst-libs/gst/idct/idct.vcproj:
3371 * gst-libs/gst/media-info/media-info.vcproj:
3372 * gst-libs/gst/navigation/navigation.vcproj:
3373 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
3374 * gst-libs/gst/video/video.vcproj:
3375 * gst-libs/gst/xoverlay/xoverlay.vcproj:
3376 fixes for build problems
3378 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
3380 * gst-libs/gst/audio/audio.def:
3381 * gst-libs/gst/audio/riff.def:
3382 add some definitions needed by plugins
3384 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
3386 * gst/asfdemux/gstasfmux.c
3387 Fix some 64 bits constants to be glib friendly
3389 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
3391 * gst/ac3parse/gstac3parse.c
3392 * gst/audioscale/gstaudioscale.c
3393 * gst/auparse/gstauparse.c
3394 * gst/colorspace/gstcolorspace.c
3395 * gst/colorspace/yuv2rgb.h
3398 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
3401 add more plugins to the build
3403 2004-07-26 Julien MOUTTE <julien@moutte.net>
3405 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3406 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
3408 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
3410 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
3411 (gst_level_set_property), (gst_level_get_property),
3412 (gst_level_base_init), (gst_level_class_init):
3413 add debugging categories. cleanups.
3415 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
3417 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
3418 (gst_videoscale_planar411), (gst_videoscale_planar400),
3419 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
3420 (gst_videoscale_scale_nearest_str1),
3421 (gst_videoscale_scale_nearest_str2),
3422 (gst_videoscale_scale_nearest_str4),
3423 (gst_videoscale_scale_nearest_16bit),
3424 (gst_videoscale_scale_nearest_24bit):
3426 tested with 320x240 -> 321, 322, 324 x240
3427 tested with YV12, I420, YUY2, UYVY
3428 fixed packed422rev (don't think it could have worked before)
3429 by testing with UYVY
3431 2004-07-26 Benjamin Otte <otte@gnome.org>
3433 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
3434 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
3436 add debugging category, add error checks like checking return values
3437 of setup calls, make sure it still works after
3438 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
3440 2004-07-26 Wim Taymans <wim@fluendo.com>
3442 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
3443 (gst_mpeg_demux_get_audio_stream),
3444 (gst_mpeg_demux_process_private):
3445 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
3446 Check for error codes from the negotiation functions. Make sure
3447 we really set the pad caps when a new pad is created.
3449 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
3451 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3452 (gst_ffmpeg_caps_to_pix_fmt):
3453 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
3454 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3455 (gst_ffmpegcolorspace_pad_link):
3456 don't make function do two things at the same time without reason.
3458 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
3460 * gst/ac3parse/ac3parse.vcproj
3461 * gst/adder/adder.vcproj
3462 * gst/alpha/alpha.vcproj
3463 * gst/alpha/alphacolor.vcproj
3464 * gst/asfdemux/asf.vcproj
3465 * gst/audioconvert/audioconvert.vcproj
3466 * gst/audiorate/audiorate.vcproj
3467 * gst/audioscale/audioscale.vcproj
3468 * gst/auparse/auparse.vcproj
3469 * gst/avi/avi.vcproj
3470 * gst/cdxaparse/cdxaparse.vcproj
3471 * gst/chart/chart.vcproj
3472 * gst/colorspace/colorspace.vcproj
3473 * gst/cutter/cutter.vcproj
3474 * gst/debug/debug.vcproj
3475 * gst/debug/efence.vcproj
3476 * gst/debug/navigationtest.vcproj
3477 * gst/deinterlace/deinterlace.vcproj
3478 * gst/effectv/effectv.vcproj
3479 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
3480 * gst/filter/filter.vcproj
3481 * gst/flx/flxdec.vcproj
3482 * gst/goom/goom.vcproj
3483 * gst/interleave/interleave.vcproj
3484 * gst/law/alaw.vcproj
3485 * gst/law/mulaw.vcproj
3486 * gst/matroska/matroska.vcproj
3487 * gst/median/median.vcproj
3488 * gst/mixmatrix/mixmatrix.vcproj
3489 * gst/mpeg1sys/mpeg1systemencode.vcproj
3490 * gst/mpeg1videoparse/mp1videoparse.vcproj
3491 * gst/mpeg2sub/mpeg2subt.vcproj
3492 * gst/mpegaudio/mpegaudio.vcproj
3493 * gst/mpegaudioparse/mpegaudioparse.vcproj
3494 * gst/mpegstream/mpegstream.vcproj
3495 * gst/multifilesink/multifilesink.vcproj
3496 * gst/multipart/multipart.vcproj
3497 * gst/oneton/oneton.vcproj
3498 * gst/overlay/overlay.vcproj
3499 * gst/passthrough/passthrough.vcproj
3500 * gst/qtdemux/qtdemux.vcproj
3501 * gst/realmedia/rmdemux.vcproj
3502 * gst/rtjpeg/rtjpeg.vcproj
3503 * gst/rtp/rtp.vcproj
3504 * gst/silence/silence.vcproj
3505 * gst/sine/sinesrc.vcproj
3506 * gst/smooth/smooth.vcproj
3507 * gst/smpte/smpte.vcproj
3508 * gst/spectrum/spectrum.vcproj
3509 * gst/speed/speed.vcproj
3510 * gst/stereo/stereo.vcproj
3511 * gst/switch/switch.vcproj
3512 * gst/tags/tagedit.vcproj
3513 * gst/tcp/tcp.vcproj
3514 * gst/typefind/typefindfunctions.vcproj
3515 * gst/udp/udp.vcproj
3516 * gst/videobox/videobox.vcproj
3517 * gst/videocrop/videocrop.vcproj
3518 * gst/videodrop/videodrop.vcproj
3519 * gst/videofilter/gamma.vcproj
3520 * gst/videofilter/videobalance.vcproj
3521 * gst/videofilter/videofilter.vcproj
3522 * gst/videofilter/videoflip.vcproj
3523 * gst/videoflip/videoflip.vcproj
3524 * gst/videomixer/videomixer.vcproj
3525 * gst/videorate/videorate.vcproj
3526 * gst/videoscale/videoscale.vcproj
3527 * gst/videotestsrc/videotestsrc.vcproj
3528 * gst/virtualdub/virtualdub.vcproj
3529 * gst/volenv/volenv.vcproj
3530 * gst/volume/volume.vcproj
3531 * gst/wavenc/wavenc.vcproj
3532 * gst/wavparse/wavparse.vcproj
3533 * gst/y4m/y4menc.vcproj
3534 more plugins supported under windows
3536 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
3538 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3539 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
3540 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
3541 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3542 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
3543 Add debugging statements. Use the sizes as returned by the
3546 2004-07-26 Johan Dahlin <johan@gnome.org>
3548 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
3549 the pad is negotiated.
3551 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
3553 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
3555 * gst-libs/gst/colorbalance/colorbalance.vcproj:
3556 * gst-libs/gst/idct/idct.vcproj:
3557 * gst-libs/gst/media-info/media-info.vcproj:
3558 * gst-libs/gst/mixer/mixer.vcproj:
3559 * gst-libs/gst/navigation/navigation.vcproj:
3560 * gst-libs/gst/play/play.vcproj:
3561 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
3562 * gst-libs/gst/resample/resample.vcproj:
3563 * gst-libs/gst/tuner/tuner.vcproj:
3564 * gst-libs/gst/video/video.vcproj:
3565 * gst-libs/gst/xoverlay/xoverlay.vcproj:
3566 more plugins supported under windows
3568 2004-07-25 Iain <iain@prettypeople.org>
3570 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
3571 pad now rather than when the pad is created because state changes wipe
3572 explicit caps (fixes #148043).
3574 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
3576 reviewed by Benjamin Otte <otte@gnome.org>
3579 fix mad plugin crashing on Sun (fixes #148289)
3581 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
3584 * gst/avi/avi.vcproj:
3585 * gst/matroska/matroska.def:
3586 * gst/matroska/matroska.vcproj:
3587 remove unused .def files
3589 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
3591 * gst-libs/gst/audio/gstaudiofilter.c:
3592 Clean the local include
3594 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
3597 * gst-libs/gst/audio/audio.def:
3598 * gst-libs/gst/audio/audio.vcproj:
3599 * gst-libs/gst/audio/audiofilter.vcproj:
3600 * gst-libs/gst/audio/riff.def:
3601 * gst-libs/gst/audio/riff.vcproj:
3602 * gst-libs/gst/gst-libs.def:
3603 * gst-libs/gst/gst-libs.vcproj:
3604 * gst/avi/avi.vcproj:
3605 * gst/avi/avi.vcproj:
3606 Copy the files where needed after building, cleaner projects
3608 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
3610 * gst/matroska/ebml-write.c:
3611 Fix some 64 bits constants to be glib friendly
3613 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
3616 * gst-libs/gst/gst-libs.def:
3617 * gst-libs/gst/gst-libs.vcproj:
3618 * gst/matroska/matroska.def:
3619 * gst/matroska/matroska.vcproj:
3620 Add the preliminary canvas to build plugins on Win32
3622 2004-07-23 Benjamin Otte <otte@gnome.org>
3624 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
3625 don't enfore negotiation from source side, it breaks
3626 sinesrc ! audioconvert ! osssink
3628 2004-07-22 David Schleef <ds@schleef.org>
3630 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
3631 for ELF files, since they can easily be recognized as audio/mpeg.
3634 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
3636 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
3637 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
3638 (gst_videoscale_scale_nearest_24bit),
3639 (gst_videoscale_scale_nearest_16bit):
3640 fix 16bit and 24bit for stride (24bit might need testing)
3641 don't pretend we do more than one algorithm
3643 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
3647 * gst/multifilesink/Makefile.am:
3648 * gst/multifilesink/gstmultifilesink.c:
3649 (gst_multifilesink_get_formats),
3650 (gst_multifilesink_get_query_types), (_do_init),
3651 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
3652 (gst_multifilesink_init), (gst_multifilesink_dispose),
3653 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
3654 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
3655 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
3656 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
3657 (gst_multifilesink_chain), (gst_multifilesink_change_state),
3658 (gst_multifilesink_uri_get_type),
3659 (gst_multifilesink_uri_get_protocols),
3660 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
3661 (gst_multifilesink_uri_handler_init), (plugin_init):
3662 * gst/multifilesink/gstmultifilesink.h:
3663 * testsuite/Makefile.am:
3664 * testsuite/multifilesink/Makefile.am:
3665 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
3666 (gst_newmedia_class_init), (gst_newmedia_init),
3667 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
3668 (newfile_signal), (test_signal), (main):
3669 multifilesink plugin for creating new files every time a new media
3670 discontinuity event occurs
3672 2004-07-22 Wim Taymans <wim@fluendo.com>
3674 * gst/alpha/Makefile.am:
3675 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
3676 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
3677 (gst_alpha_color_init), (gst_alpha_color_set_property),
3678 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
3679 (transform), (gst_alpha_color_chain),
3680 (gst_alpha_color_change_state), (plugin_init):
3681 Stupid plugin to to RGBA to AYUV conversion because none of
3682 the colorspace plugins can handle that yet.
3684 2004-07-22 Wim Taymans <wim@fluendo.com>
3686 * examples/seeking/seek.c: (update_scale), (main):
3687 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3688 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
3689 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
3690 (gst_decode_bin_init), (gst_decode_bin_dispose),
3691 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
3692 (no_more_pads), (close_link), (type_found),
3693 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3695 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
3696 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
3697 (gst_play_base_bin_dispose), (queue_overrun),
3698 (gen_preroll_element), (remove_prerolls), (unknown_type),
3699 (no_more_pads), (new_stream), (setup_source),
3700 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
3701 (play_base_eos), (gst_play_base_bin_change_state),
3702 (gst_play_base_bin_add_element),
3703 (gst_play_base_bin_remove_element),
3704 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
3705 (gst_play_base_bin_unlink_stream),
3706 (gst_play_base_bin_get_streaminfo):
3707 * gst/playback/gstplaybin.c: (gen_video_element),
3708 (gen_audio_element):
3709 * gst/playback/gststreaminfo.h:
3710 More playback updates, attempt to fix things after the state change
3713 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
3715 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
3716 (gst_videoscale_scale_nearest_16bit):
3719 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
3721 * gst/videotestsrc/gstvideotestsrc.c:
3722 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
3723 (gst_videotestsrc_init), (gst_videotestsrc_get),
3724 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3725 (gst_videotestsrc_get_property):
3726 * gst/videotestsrc/gstvideotestsrc.h:
3727 * gst/videotestsrc/videotestsrc.c:
3728 * gst/videotestsrc/videotestsrc.h:
3729 cleanup and commenting
3731 2004-07-21 Wim Taymans <wim@fluendo.com>
3733 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3734 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
3735 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
3736 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
3737 (_find_chain_get_unknown_part), (_find_streams_check),
3738 (gst_ogg_demux_push), (gst_ogg_pad_push):
3739 * ext/theora/theoradec.c: (theora_get_formats),
3740 (theora_dec_src_convert), (theora_dec_sink_convert),
3741 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
3743 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
3744 (vorbis_dec_convert), (vorbis_dec_src_query),
3745 (vorbis_dec_src_event), (vorbis_dec_event):
3746 More seeking fixes, oggdemux now supports seeking to time and
3747 uses the downstream element to convert granulepos to time.
3748 Seeking in theora-only ogg files now works.
3750 2004-07-21 Wim Taymans <wim@fluendo.com>
3752 * ext/theora/theoradec.c: (gst_theora_dec_init),
3753 (theora_get_formats), (theora_get_event_masks),
3754 (theora_get_query_types), (theora_dec_src_convert),
3755 (theora_dec_sink_convert), (theora_dec_src_query),
3756 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
3757 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
3758 (vorbis_get_event_masks), (vorbis_get_query_types),
3759 (gst_vorbis_dec_init), (vorbis_dec_convert),
3760 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
3761 Added query/convert/formats functions to vorbis and theora decoders
3762 so that the outside world can use them too. Fixed seeking on an
3763 ogg/theora/vorbis file by disabling the seeking seeking on the
3766 2004-07-21 Julien MOUTTE <julien@moutte.net>
3768 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3769 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
3770 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
3771 images creation for both elements. We don't create the image on caps
3772 nego or renego, we just destroy the internal one if present if it does
3773 not match the needs. The chain function takes care of creating a new
3775 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3776 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
3777 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
3778 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
3779 the image format information. The buffer pool checks for the context
3780 image format and discard images with different formats.
3781 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
3783 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
3785 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3786 (gst_ffmpegcolorspace_chain):
3787 no point in doing any chaining if the pad we want to push from
3790 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
3792 * gst-libs/gst/riff/riff-media.c:
3793 (gst_riff_create_audio_caps_with_data):
3794 Fix double end-to-native symbol conversion (#148021).
3796 2004-07-20 David Schleef <ds@schleef.org>
3798 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
3799 Don't use an Atom that doesn't exist.
3801 2004-07-20 Wim Taymans <wim@fluendo.com>
3803 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3804 (gst_multifdsink_add), (gst_multifdsink_get_stats),
3805 (gst_multifdsink_client_remove),
3806 (gst_multifdsink_handle_client_write),
3807 (gst_multifdsink_queue_buffer):
3808 * gst/tcp/gstmultifdsink.h:
3809 More multifdsink stats. Avoid deadlock by releasing locks
3810 before sending out a signal.
3812 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
3816 added Hungarian translation (Laszlo Dvornik)
3818 2004-07-20 Wim Taymans <wim@fluendo.com>
3820 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3821 (gst_multifdsink_add), (gst_multifdsink_client_remove),
3822 (gst_multifdsink_handle_client_write),
3823 (gst_multifdsink_queue_buffer):
3824 * gst/tcp/gsttcp-marshal.list:
3825 Fixed the stupid marshal definition.
3827 2004-07-20 Wim Taymans <wim@fluendo.com>
3829 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3830 (gst_multifdsink_init), (gst_multifdsink_add),
3831 (gst_multifdsink_client_remove),
3832 (gst_multifdsink_handle_client_write),
3833 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
3834 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
3835 (gst_multifdsink_init_send):
3836 * gst/tcp/gstmultifdsink.h:
3837 Added more stats, added timeout for a client, fixed some typos
3838 and added some comments.
3840 2004-07-20 Wim Taymans <wim@fluendo.com>
3842 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3843 (gst_multifdsink_add), (gst_multifdsink_get_stats),
3844 (gst_multifdsink_client_remove),
3845 (gst_multifdsink_handle_client_write):
3846 * gst/tcp/gstmultifdsink.h:
3847 * gst/tcp/gsttcp-marshal.list:
3848 Added get_stats method that returns a GValueArray of
3851 2004-07-19 Benjamin Otte <otte@gnome.org>
3853 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
3854 make sure longname, description and author are valid UTF-8
3856 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
3858 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
3859 (gst_ximagesink_set_property):
3860 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
3861 (gst_xvimagesink_set_property):
3862 make sure SYNCHRONOUS is respected after getting the X context
3864 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
3866 * gst/matroska/matroska-demux.c:
3867 (gst_matroska_demux_handle_src_event),
3868 (gst_matroska_demux_parse_blockgroup):
3869 * gst/matroska/matroska-ids.h:
3870 add BlockReference tag and ignore it to clear out log.
3871 ignore NAVIGATION events to clear out log.
3873 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
3875 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
3876 (gst_matroska_demux_add_stream):
3877 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
3878 add debug categories
3880 2004-07-16 Wim Taymans <wim@fluendo.com>
3882 * ext/libpng/Makefile.am:
3883 * ext/libpng/gstpng.c: (plugin_init):
3884 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
3885 (gst_pngdec_get_type), (gst_pngdec_base_init),
3886 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
3887 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
3888 * ext/libpng/gstpngdec.h:
3891 2004-07-16 Julien MOUTTE <julien@moutte.net>
3893 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
3894 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
3895 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
3896 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
3897 (gst_ximagesink_buffer_alloc):
3898 * sys/ximage/ximagesink.h:
3899 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3900 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
3901 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
3902 (gst_xvimagesink_buffer_alloc):
3903 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
3904 again. Using internal data pointer of the x(v)image to store image's
3905 data to be coherent with the buffer alloc mechanism. Investigated the
3906 image destruction code to be sure that everything gets freed correctly.
3908 2004-07-16 Wim Taymans <wim@fluendo.com>
3910 * gst-libs/gst/riff/riff-read.c:
3911 (gst_riff_read_strf_vids_with_data),
3912 (gst_riff_read_strf_auds_with_data):
3913 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
3914 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
3915 Make sure we don't create 0 sized subbuffers in riff-read.
3916 Signal the no more pads signal after reading the avi header.
3918 2004-07-16 Wim Taymans <wim@fluendo.com>
3920 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3921 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
3922 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
3923 (gst_decode_bin_init), (gst_decode_bin_dispose),
3924 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
3925 (no_more_pads), (close_link), (type_found),
3926 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3927 (gst_decode_bin_change_state), (plugin_init):
3928 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
3929 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
3930 (gst_play_base_bin_dispose), (queue_overrun),
3931 (gen_preroll_element), (remove_prerolls), (unknown_type),
3932 (no_more_pads), (new_stream), (setup_source),
3933 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
3934 (play_base_eos), (gst_play_base_bin_change_state),
3935 (gst_play_base_bin_add_element),
3936 (gst_play_base_bin_remove_element),
3937 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
3938 (gst_play_base_bin_unlink_stream),
3939 (gst_play_base_bin_get_streaminfo):
3940 * gst/playback/gstplaybasebin.h:
3941 Better error recovery. Added configurable preroll queue size. Faster
3942 detection of no-more-pads.
3944 2004-07-16 Wim Taymans <wim@fluendo.com>
3946 * gst-libs/gst/video/video.h:
3947 Added 32 bits RGBA. Not sure if we should use another mime-type
3948 for alpha rgb. Currently the presence of the alpha_mask property
3949 signals an alpha channel.
3951 2004-07-16 Wim Taymans <wim@fluendo.com>
3953 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
3954 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3955 FPS seems to be 0.0 to MAX everywhere else.
3957 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
3959 * gst-libs/gst/riff/riff-media.c:
3960 (gst_riff_create_video_caps_with_data):
3961 mp42/mp43 (no caps) exist too.
3962 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
3963 Set pixel_width/height; we've got them in-caps.
3964 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3965 * gst/wavparse/gstwavparse.c: (plugin_init):
3966 Both are valid primary.
3967 * sys/oss/gstossmixer.c:
3968 Remove i18n hack and enable translations.
3970 2004-07-15 Benjamin Otte <otte@gnome.org>
3972 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3973 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
3974 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
3976 2004-07-15 Benjamin Otte <otte@gnome.org>
3978 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
3979 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
3980 (gst_alsa_close_audio):
3981 disable some of the debugging code for now. Writing debugging to a
3982 buffer is broken in current alsalib releases.
3984 2004-07-12 Benjamin Otte <otte@gnome.org>
3986 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
3989 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
3991 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
3992 (theora_dec_src_query), (theora_dec_event):
3993 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3994 add debugging categories. Remove \n's.
3996 2004-07-13 Johan Dahlin <johan@gnome.org>
3998 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
3999 (gst_play_bin_get_property): Impl.
4001 2004-07-13 Wim Taymans <wim@fluendo.com>
4003 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
4004 When trying to find the stream length, seek back N pages
4005 instead of just one, where N is the number of streams in
4008 2004-07-13 Wim Taymans <wim@fluendo.com>
4010 * gst-libs/gst/riff/riff-media.c:
4011 (gst_riff_create_audio_caps_with_data),
4012 (gst_riff_create_audio_caps),
4013 (gst_riff_create_audio_template_caps):
4014 * gst-libs/gst/riff/riff-media.h:
4015 * gst-libs/gst/riff/riff-read.c:
4016 (gst_riff_read_strf_vids_with_data),
4017 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
4018 * gst-libs/gst/riff/riff-read.h:
4019 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4020 (gst_avi_demux_add_stream):
4021 Set codec_data on caps for avidemuxer.
4023 2004-07-12 David Schleef <ds@schleef.org>
4025 * configure.ac: Fix test for Objective C
4027 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
4028 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
4029 (gst_gdk_pixbuf_chain):
4030 Add svg and pcx to template caps, and ensure that getcaps returns a
4031 subset of the template caps.
4032 Copy each row manually for output, as gdkpixbuf may pad the
4033 rowstride to a 32-bit word boundary.
4035 2004-07-12 Wim Taymans <wim@fluendo.com>
4037 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4038 (gst_riff_create_video_template_caps):
4039 Fix the template caps to include some more media types.
4041 2004-07-12 Wim Taymans <wim@fluendo.com>
4043 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
4044 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
4045 (compare_ranks), (print_feature), (gst_decode_bin_init),
4046 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
4047 (try_to_link_1), (new_pad), (close_link), (type_found),
4048 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
4049 (gst_decode_bin_change_state), (plugin_init):
4050 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4051 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
4052 (gst_play_base_bin_dispose), (queue_overrun),
4053 (gen_preroll_element), (remove_prerolls), (no_more_pads),
4054 (new_stream), (setup_source), (gst_play_base_bin_set_property),
4055 (gst_play_base_bin_get_property), (play_base_eos),
4056 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
4057 (gst_play_base_bin_remove_element),
4058 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
4059 (gst_play_base_bin_unlink_stream),
4060 (gst_play_base_bin_get_streaminfo):
4061 * gst/playback/gstplaybasebin.h:
4062 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
4063 (gst_play_bin_class_init), (gst_play_bin_init),
4064 (gst_play_bin_dispose), (gst_play_bin_set_property),
4065 (gst_play_bin_get_property), (gen_video_element),
4066 (gen_audio_element), (remove_sinks), (setup_sinks),
4067 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
4068 (gst_play_bin_send_event), (gst_play_bin_get_formats),
4069 (gst_play_bin_convert), (gst_play_bin_get_query_types),
4070 (gst_play_bin_query), (plugin_init):
4071 * gst/playback/test4.c: (main):
4072 More fixes on reusing of the element.
4074 2004-07-11 Benjamin Otte <otte@gnome.org>
4076 * ext/mad/gstmad.c: (normal_seek):
4077 allow seeking for other methods than just SET
4079 2004-07-11 Andy Wingo <wingo@pobox.com>
4081 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
4082 float, "any" caps -> buffer_frames=[0,MAX].
4084 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
4085 doesn't intersect our caps with the template any more. Do it
4087 (interleave_buffered_loop): Use g_newa instead of malloc/free.
4089 2004-07-09 Wim Taymans <wim@fluendo.com>
4091 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
4092 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
4093 (compare_ranks), (print_feature), (gst_decode_bin_init),
4094 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
4095 (try_to_link_1), (new_pad), (close_link), (type_found),
4096 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
4097 (gst_decode_bin_change_state), (plugin_init):
4098 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4099 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
4100 (gst_play_base_bin_dispose), (queue_overrun),
4101 (gen_preroll_element), (remove_prerolls), (no_more_pads),
4102 (new_stream), (setup_source), (gst_play_base_bin_set_property),
4103 (gst_play_base_bin_get_property), (play_base_eos),
4104 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
4105 (gst_play_base_bin_remove_element),
4106 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
4107 (gst_play_base_bin_unlink_stream),
4108 (gst_play_base_bin_get_streaminfo):
4109 * gst/playback/gstplaybasebin.h:
4110 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
4111 (gst_play_bin_class_init), (gst_play_bin_init),
4112 (gst_play_bin_dispose), (gst_play_bin_set_property),
4113 (gst_play_bin_get_property), (gen_video_element),
4114 (gen_audio_element), (remove_sinks), (setup_sinks),
4115 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
4116 (gst_play_bin_send_event), (gst_play_bin_get_formats),
4117 (gst_play_bin_convert), (gst_play_bin_get_query_types),
4118 (gst_play_bin_query), (plugin_init):
4119 * gst/playback/test4.c: (main):
4120 Work on object reuse and seeking.
4122 2004-07-09 Wim Taymans <wim@fluendo.com>
4124 * examples/seeking/seek.c: (iterate):
4125 Don't consume all CPU in the idle loop.
4127 2004-07-09 Wim Taymans <wim@fluendo.com>
4129 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
4130 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
4131 Add pad to element *after* setting the pad functions so that
4132 the scheduler can use the correct ones.
4134 2004-07-09 Wim Taymans <wim@fluendo.com>
4136 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
4137 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
4138 Sync to keyframe after seek
4140 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
4142 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
4143 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
4144 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
4145 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
4146 * ext/libvisual/visual.c: (gst_visual_change_state):
4147 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
4148 * ext/theora/theoradec.c: (theora_dec_change_state):
4149 * ext/theora/theoraenc.c: (theora_enc_change_state):
4150 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
4151 * gst-libs/gst/navigation/navigation.c:
4152 * gst/adder/gstadder.c: (gst_adder_change_state):
4153 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4154 (gst_audio_convert_get_buffer):
4155 * gst/multipart/multipartdemux.c:
4156 (gst_multipart_demux_change_state):
4157 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
4158 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
4159 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
4160 * gst/videoscale/gstvideoscale.c:
4161 (gst_videoscale_handle_src_event):
4162 * gst/volume/gstvolume.c: (volume_chain_int16):
4163 don't assert in state change, this should be done by the base
4165 various debugging fixes.
4167 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
4170 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
4171 (gst_play_dispose), (gst_play_set_location),
4172 (gst_play_set_data_src), (gst_play_set_video_sink),
4173 (gst_play_set_audio_sink), (gst_play_set_visualization),
4174 (gst_play_connect_visualization), (gst_play_get_sink_element),
4175 (gst_play_get_all_by_interface):
4176 * gst-libs/gst/play/play.h:
4177 add new method to get elements implementing an interface.
4178 add various error logging
4180 2004-07-08 Wim Taymans <wim@fluendo.com>
4182 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
4183 (make_mpeg_pipeline), (make_mpegnt_pipeline),
4184 (make_playerbin_pipeline), (query_durations_elems),
4185 (query_durations_pads), (query_positions_elems),
4186 (query_positions_pads), (update_scale), (iterate), (stop_seek),
4188 Added playbin seeking example.
4190 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
4192 * gst-libs/gst/play/play.c: (gst_play_set_location),
4193 (gst_play_set_data_src), (gst_play_set_video_sink),
4194 (gst_play_set_audio_sink), (gst_play_set_visualization),
4195 (gst_play_connect_visualization), (gst_play_get_framerate):
4196 use a macro to look up elements from hash table
4198 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
4200 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
4201 (gst_play_get_length_callback), (gst_play_set_location),
4202 (gst_play_seek_to_time), (gst_play_set_data_src),
4203 (gst_play_set_video_sink), (gst_play_set_audio_sink),
4204 (gst_play_set_visualization), (gst_play_connect_visualization),
4205 (gst_play_get_sink_element):
4206 - add debugging info
4207 - fix looking up sink elements by iterating over complete caps
4208 - put everything except for source and autoplugger in a complete bin
4210 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
4212 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
4213 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
4214 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
4215 (gst_alsa_sink_write), (gst_alsa_sink_loop):
4216 * ext/alsa/gstalsasink.h:
4217 - add debugging info
4218 - clean up schizophrenia of data/buffer/event
4219 - fix double event unref error
4221 2004-07-08 Wim Taymans <wim@fluendo.com>
4223 * gst/playback/Makefile.am:
4224 Add headers to noinst
4226 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
4228 * tools/gst-launch-ext-m.m:
4229 * tools/gst-launch-ext.1.in:
4230 convert to the third millenium
4232 2004-07-07 David Schleef <ds@schleef.org>
4234 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
4236 2004-07-07 Wim Taymans <wim@fluendo.com>
4238 * gst/playback/Makefile.am:
4239 * gst/playback/README:
4240 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
4241 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
4242 (compare_ranks), (print_feature), (gst_decode_bin_init),
4243 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
4244 (try_to_link_1), (new_pad), (close_link), (type_found),
4245 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
4247 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4248 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
4249 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
4250 (gen_preroll_element), (no_more_pads), (new_stream),
4251 (setup_source), (gst_play_base_bin_set_property),
4252 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
4253 (gst_play_base_bin_add_element),
4254 (gst_play_base_bin_remove_element),
4255 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
4256 (gst_play_base_bin_unlink_stream),
4257 (gst_play_base_bin_get_streaminfo):
4258 * gst/playback/gstplaybasebin.h:
4259 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
4260 (gst_play_bin_class_init), (gst_play_bin_init),
4261 (gst_play_bin_dispose), (gst_play_bin_set_property),
4262 (gst_play_bin_get_property), (gen_video_element),
4263 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
4264 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
4265 (gst_play_bin_get_formats), (gst_play_bin_convert),
4266 (gst_play_bin_get_query_types), (gst_play_bin_query),
4268 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
4269 (gst_stream_info_get_type), (gst_stream_info_class_init),
4270 (gst_stream_info_init), (gst_stream_info_new),
4271 (gst_stream_info_dispose), (gst_stream_info_set_property),
4272 (gst_stream_info_get_property):
4273 * gst/playback/gststreaminfo.h:
4274 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4276 * gst/playback/test2.c: (main):
4277 * gst/playback/test3.c: (update_scale), (main):
4278 More playbin fixes. Added README. Do better element filtering.
4279 Added base class to preroll media. Added test apps.
4281 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
4283 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
4284 * ext/mpeg2dec/gstmpeg2dec.h:
4285 various debugging improvements. Reset stream to next picture
4286 instead of sequence header, otherwise seeks cannot work.
4288 2004-07-07 Wim Taymans <wim@fluendo.com>
4290 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
4291 (gst_video_box_class_init), (gst_video_box_set_property),
4292 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
4293 Use pad_alloc where possible.
4295 2004-07-07 Wim Taymans <wim@fluendo.com>
4297 * sys/oss/gstosselement.c: (gst_osselement_reset),
4298 (gst_osselement_parse_caps):
4299 * sys/oss/gstosselement.h:
4300 * sys/oss/gstosssrc.c: (gst_osssrc_get):
4301 Fix offset on osssrc.
4303 2004-07-07 Wim Taymans <wim@fluendo.com>
4305 * ext/theora/theora.c: (plugin_init):
4306 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
4307 (theora_dec_src_query), (theora_dec_chain):
4308 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4309 (theora_enc_sink_link), (theora_buffer_from_packet),
4310 (theora_push_packet), (theora_enc_chain):
4311 Fix theora granulepos calculation.
4312 Fix overflow in duration/position calculation.
4313 Bump rank to PRIMARY for theoradec.
4314 Use granulepos of last packet to calculate position.
4315 Set keyframe flag on buffers when needed.
4317 2004-07-06 David Schleef <ds@schleef.org>
4319 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
4320 serious? (Fixed, obviously.)
4322 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
4326 added Czech translation (Miloslav Trmac)
4328 2004-07-05 Wim Taymans <wim@fluendo.com>
4330 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
4331 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
4332 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
4333 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
4334 (close_link), (type_found), (gst_decode_bin_set_property),
4335 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
4336 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
4337 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
4338 (gst_decode_bin_query), (plugin_init):
4339 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
4340 (gst_play_bin_class_init), (gst_play_bin_init),
4341 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
4342 (get_video_element), (new_pad), (setup_source),
4343 (gst_play_bin_set_property), (gst_play_bin_get_property),
4344 (gst_play_bin_change_state), (gst_play_bin_add_element),
4345 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
4346 (gst_play_bin_send_event), (gst_play_bin_get_formats),
4347 (gst_play_bin_convert), (gst_play_bin_get_query_types),
4348 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
4349 * gst/playback/test.c: (main):
4350 More fixes, cleaned up playbin, make it use decodebin. Added
4351 threaded property to playbin.
4353 2004-07-05 Wim Taymans <wim@fluendo.com>
4356 * gst/playback/Makefile.am:
4357 * gst/playback/decodetest.c: (main):
4358 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
4359 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
4360 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
4361 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
4362 (close_link), (type_found), (gst_decode_bin_set_property),
4363 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
4364 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
4365 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
4366 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
4368 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
4369 (gst_play_bin_class_init), (gst_play_bin_init),
4370 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
4371 (collect_sink_pads), (find_compatibles), (close_pad_link),
4372 (try_to_link_1), (new_pad), (close_link), (type_found),
4373 (setup_source), (gst_play_bin_set_property),
4374 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
4375 (compare_ranks), (gst_play_bin_collect_factories),
4376 (gst_play_bin_change_state), (gst_play_bin_add_element),
4377 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
4378 (gst_play_bin_send_event), (gst_play_bin_get_formats),
4379 (gst_play_bin_convert), (gst_play_bin_get_query_types),
4380 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
4381 * gst/playback/test.c: (main):
4382 Added some playback helper elements and some test apps, very alpha
4385 2004-07-04 Benjamin Otte <otte@gnome.org>
4387 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
4388 only restart audio when we indeed have an xrun to fix repeated
4389 xruns. Fix suggested by Giuliano Pochini.
4391 2004-07-03 David Schleef <ds@schleef.org>
4393 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
4394 call to gst_debug_log() if debugging is disabled (bug #145118)
4396 2004-07-03 Benjamin Otte <otte@gnome.org>
4398 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
4399 use our own functions for restarting the alsa device.
4400 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4401 I should apply patches myself - use MIN for the third argument, not
4402 the second, this fixes seeking
4404 2004-07-02 David Schleef <ds@schleef.org>
4406 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
4407 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
4410 2004-07-02 David Schleef <ds@schleef.org>
4412 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
4413 output buffers. Fix logic mistake. (bug #144866)
4415 2004-07-02 David Schleef <ds@schleef.org>
4417 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
4420 2004-07-02 David Schleef <ds@schleef.org>
4422 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
4423 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
4425 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
4426 (gst_osselement_rate_probe_check): Add another workaround for
4427 buggy drivers (bug #145336)
4429 2004-07-02 David Schleef <ds@schleef.org>
4431 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
4432 Most systems don't have MSG_NOSIGNAL.
4434 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
4437 * gst-libs/gst/colorbalance/Makefile.am:
4438 * gst-libs/gst/mixer/Makefile.am:
4439 * gst-libs/gst/play/Makefile.am:
4440 * gst-libs/gst/tuner/Makefile.am:
4441 (hopefully) fix both install and dist and make error message useful.
4442 needs testing across automakes.
4444 2004-07-02 Benjamin Otte <otte@gnome.org>
4446 * ext/ogg/gstogg.c: (plugin_init):
4447 we require bytestream now
4448 * ext/ogg/gstoggdemux.c:
4449 huge diff to implement chain setup in a fast and generic way. This
4450 improves tag reading and startup of huge files (read: Theora videos)
4451 quite a bit. It probably contains bugs, too, so please test.
4452 Seeking is not improved to the fast method.
4454 2004-06-29 Wim Taymans <wim@fluendo.com>
4456 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
4457 * ext/ogg/gstoggmux.c:
4458 Fix memleak in oggdemux when running unconnected pads.
4459 doc update in mux, start working on keyframe mode.
4461 2004-06-29 Benjamin Otte <otte@gnome.org>
4463 * sys/oss/gstosssink.c:
4464 * sys/oss/gstosssrc.c:
4465 advertise correct template caps - we indeed do non-native endianness
4466 and 8bit audio has no endianness
4467 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
4468 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
4469 avoid (wrong) duplications in getcaps function and return
4472 2004-06-29 Wim Taymans <wim@fluendo.com>
4474 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
4475 (gst_multifdsink_class_init), (gst_multifdsink_add),
4476 (gst_multifdsink_remove), (gst_multifdsink_clear),
4477 (gst_multifdsink_client_remove),
4478 (gst_multifdsink_handle_client_read),
4479 (gst_multifdsink_client_queue_data),
4480 (gst_multifdsink_client_queue_caps),
4481 (gst_multifdsink_client_queue_buffer),
4482 (gst_multifdsink_handle_client_write),
4483 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
4484 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
4485 (gst_multifdsink_init_send), (gst_multifdsink_close):
4486 Fix wrong GList iteration that could crash the server when
4487 more then 2 clients disconnect at the same time. Read all the
4488 pending commands in one batch to recover from command storms under
4491 2004-06-28 Wim Taymans <wim@fluendo.com>
4493 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
4494 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
4495 (gst_videomixer_pad_set_property),
4496 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
4497 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
4498 (gst_videomixer_class_init), (gst_videomixer_init),
4499 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
4500 (pad_zorder_compare), (gst_videomixer_sort_pads),
4501 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4502 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
4503 (gst_videomixer_update_queues), (gst_videomixer_loop),
4505 Avoid divide by zero, choose masterpad as the pad with the highest
4508 2004-06-27 Julien Moutte <julien@moutte.net>
4510 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
4511 (gst_ximagesink_xwindow_new):
4512 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
4513 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
4514 function directly. We might want to call it from somewhere else one day.
4516 2004-06-27 Julien Moutte <julien@moutte.net>
4518 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
4519 (gst_ximagesink_xwindow_new):
4520 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
4521 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
4524 2004-06-27 Wim Taymans <wim@fluendo.com>
4526 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
4527 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
4528 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
4529 (gst_dvdec_set_property), (gst_dvdec_get_property):
4530 * ext/dv/gstdvdec.h:
4531 Implement drop_factor property to lower the framerate with
4534 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
4536 * gst-libs/gst/colorbalance/Makefile.am:
4537 * gst-libs/gst/mixer/Makefile.am:
4538 * gst-libs/gst/play/Makefile.am:
4539 * gst-libs/gst/tuner/Makefile.am:
4540 unbreak Company's fix that didn't install the -enum.h files
4542 2004-06-27 Wim Taymans <wim@fluendo.com>
4544 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
4545 (gst_dvdec_change_state):
4546 * ext/dv/gstdvdec.h:
4547 Fix timestamp, duration and offset of the buffers.
4549 2004-06-27 Wim Taymans <wim@fluendo.com>
4551 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
4552 (gst_multifdsink_class_init), (gst_multifdsink_add),
4553 (gst_multifdsink_remove), (gst_multifdsink_clear),
4554 (gst_multifdsink_client_remove),
4555 (gst_multifdsink_handle_client_read),
4556 (gst_multifdsink_client_queue_data),
4557 (gst_multifdsink_client_queue_caps),
4558 (gst_multifdsink_client_queue_buffer),
4559 (gst_multifdsink_handle_client_write),
4560 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
4561 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
4562 (gst_multifdsink_init_send), (gst_multifdsink_close):
4563 * gst/tcp/gstmultifdsink.h:
4564 * gst/tcp/gsttcpserversink.c:
4565 (gst_tcpserversink_handle_server_read),
4566 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
4567 More multifdsink fixes, more recovery policy fixes.
4568 Removed stupid g_print
4570 2004-06-26 Wim Taymans <wim@fluendo.com>
4572 * gst/tcp/Makefile.am:
4573 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
4574 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
4575 (gst_multifdsink_class_init), (gst_multifdsink_init),
4576 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
4577 (gst_multifdsink_handle_client_read),
4578 (gst_multifdsink_client_queue_data),
4579 (gst_multifdsink_client_queue_caps),
4580 (gst_multifdsink_client_queue_buffer),
4581 (gst_multifdsink_handle_client_write),
4582 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
4583 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
4584 (gst_multifdsink_chain), (gst_multifdsink_set_property),
4585 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
4586 (gst_multifdsink_close), (gst_multifdsink_change_state):
4587 * gst/tcp/gstmultifdsink.h:
4588 * gst/tcp/gsttcpplugin.c: (plugin_init):
4589 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
4590 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
4591 (gst_tcpserversink_handle_server_read),
4592 (gst_tcpserversink_handle_select),
4593 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
4594 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
4595 * gst/tcp/gsttcpserversink.h:
4596 Added multifdsink, made tcpserversink a subclass of fdsink, removed
4597 one of the locks, added recovery policy to multifdsink.
4599 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
4601 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
4602 fix decision for when getting frames with same timestamp
4603 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
4604 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
4605 (gst_v4lsrc_get_property):
4606 * sys/v4l/gstv4lsrc.h:
4607 add latency offset property
4609 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
4611 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
4613 fix debugging. add category.
4615 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
4617 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
4620 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
4622 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
4623 (gst_alsa_src_get_time), (gst_alsa_src_loop),
4624 (gst_alsa_src_change_state):
4625 return a time that is in sync with the element's processing
4627 2004-06-25 Wim Taymans <wim@fluendo.com>
4629 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
4630 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
4631 (gst_tcpserversink_client_remove),
4632 (gst_tcpserversink_handle_client_read),
4633 (gst_tcpserversink_client_queue_data),
4634 (gst_tcpserversink_client_queue_caps),
4635 (gst_tcpserversink_client_queue_buffer),
4636 (gst_tcpserversink_handle_client_write),
4637 (gst_tcpserversink_queue_buffer),
4638 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
4639 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
4640 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
4641 (gst_tcpserversink_close):
4642 * gst/tcp/gsttcpserversink.h:
4643 Serversink rewrite. Really do non blocking writes to clients and
4644 maintain an internal queue to handle slower clients while not
4645 disturbing fast clients.
4647 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
4649 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
4650 better debug, don't override OFFSET and OFFSET_END
4652 2004-06-25 Iain <iain@prettypeople.org>
4654 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
4655 name=source for the wavparse pipeline.
4657 2004-06-24 Johan Dahlin <johan@gnome.org>
4659 * ext/theora/theoraenc.c (theora_enc_chain): Call
4660 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
4661 streamheader caps are set correctly.
4663 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
4665 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4666 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
4667 respect minimum bitrate; same could be done for max bitrate
4669 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
4671 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4672 (gst_vorbisenc_setup):
4673 fix sample rate range
4675 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
4677 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
4678 (gst_oggvorbisenc_setup):
4679 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
4680 (gst_vorbisenc_setup):
4681 resolve ambiguities in code and description
4683 2004-06-24 Wim Taymans <wim@fluendo.com>
4685 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
4686 * ext/alsa/gstalsa.h:
4687 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
4688 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
4689 Use alsa trigger_tstamp to get the timestamp of the first
4690 sample in the buffer for more precise sync. Some cleanups.
4692 2004-06-24 Wim Taymans <wim@fluendo.com>
4694 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
4695 (gst_audiorate_init), (gst_audiorate_chain),
4696 (gst_audiorate_set_property), (gst_audiorate_get_property):
4697 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4698 (gst_videorate_chain):
4699 Added some logging, fixed an overflow bug in videorate.
4701 2004-06-24 Benjamin Otte <otte@gnome.org>
4703 * ext/kio/Makefile.am:
4704 fix for builddir != srcdir and distcheck
4706 2004-06-24 Benjamin Otte <otte@gnome.org>
4708 * gst-libs/gst/colorbalance/Makefile.am:
4709 * gst-libs/gst/mixer/Makefile.am:
4710 * gst-libs/gst/play/Makefile.am:
4711 * gst-libs/gst/tuner/Makefile.am:
4712 * gst/tcp/Makefile.am:
4713 * sys/dxr3/Makefile.am:
4714 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
4716 Also add all *.list files that were missing.
4718 add a distcheck hook to ensure the above doesn't happen again.
4720 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
4722 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
4724 2004-06-23 Colin Walters <walters@redhat.com>
4726 * m4/Makefile.am: Distribute gst-fionread.m4.
4728 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
4730 * configure.ac: back to dev
4732 2004-06-23 Wim Taymans <wim@fluendo.com>
4734 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
4735 (gst_alsa_xrun_recovery):
4736 * ext/alsa/gstalsa.h:
4737 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
4738 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
4739 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
4740 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
4741 (gst_alsa_src_loop):
4742 Add clock to alsasrc. Take new capture timestamp when
4743 restarting after an overrun. Split up some functions between
4744 alsasrc and alsasink.
4746 === release 0.8.2 ===
4748 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
4750 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
4751 (gst_alsa_change_state), (gst_alsa_update_avail),
4752 (gst_alsa_xrun_recovery):
4753 * ext/alsa/gstalsa.h:
4754 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4755 merge back changes from release
4757 2004-06-23 Wim Taymans <wim@fluendo.com>
4759 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
4760 (gst_audiorate_init), (gst_audiorate_chain),
4761 (gst_audiorate_set_property), (gst_audiorate_get_property):
4762 Implement sample dropping and notify
4764 2004-06-22 Wim Taymans <wim@fluendo.com>
4766 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4767 (theora_enc_sink_link), (theora_buffer_from_packet),
4768 (theora_push_packet), (theora_enc_chain):
4769 Some cleanups, make sure the timestamps are correct.
4771 2004-06-22 Wim Taymans <wim@fluendo.com>
4773 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
4774 (gst_alsa_change_state), (gst_alsa_update_avail),
4775 (gst_alsa_xrun_recovery):
4776 * ext/alsa/gstalsa.h:
4777 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
4778 Cleanups, take queued samples into account when reporting
4781 2004-06-22 Wim Taymans <wim@fluendo.com>
4783 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4784 (gst_videorate_init):
4785 Initialize the property as well.
4787 2004-06-22 Wim Taymans <wim@fluendo.com>
4789 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4790 (gst_videorate_init), (gst_videorate_chain),
4791 (gst_videorate_set_property), (gst_videorate_get_property):
4792 Add property to make videorate silent.
4793 Add property to prefer new frames over old ones.
4795 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org>
4797 * sys/osxvideo/Makefile.am:
4798 Workaround so that the osxvideo .so file gets linked with the
4799 Cocoa, OpenGL and QuickTime frameworks
4801 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org>
4803 * sys/osxaudio/Makefile.am:
4804 Workaround so that the osxaudio .so file gets linked with the
4807 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org>
4810 Whoops, my fault...fixed build issues
4812 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org>
4815 Add objective-c support if running in Darwin/Mac OS X
4818 * sys/osxvideo/Makefile.am:
4819 * sys/osxvideo/osxvideosink.h:
4820 * sys/osxvideo/osxvideosink.m:
4821 * sys/osxvideo/cocoawindow.h:
4822 * sys/osxvideo/cocoawindow.m:
4823 Add osxvideosink, a cocoa-based osx video sink
4826 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
4827 * ext/dvdnav/gst-dvd:
4828 Grab the gconf key from the right spot
4829 * gst/debug/gstnavseek.c: (gst_navseek_init),
4830 (gst_navseek_segseek), (gst_navseek_handle_src_event),
4831 (gst_navseek_chain):
4832 * gst/debug/gstnavseek.h:
4833 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
4834 and loop parameters of a segment seek.
4835 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
4836 (gst_videotestsrc_get_event_masks),
4837 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
4838 * gst/videotestsrc/gstvideotestsrc.h:
4839 Add seeking support to videotestsrc
4840 Initialise the timestamp_offset variable.
4842 2004-06-18 Wim Taymans <wim@fluendo.com>
4844 * ext/sidplay/gstsiddec.cc:
4845 Fix negotiation and set correct end offset.
4847 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
4849 * configure.ac: branch and prerelease
4851 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
4853 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
4854 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
4855 (gst_tcpclientsrc_init_receive):
4856 * gst/tcp/gsttcpclientsrc.h:
4857 read caps when connecting to server for GDP so we set them correctly
4859 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
4861 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
4862 notify drops and duplicates
4863 * gst/videoscale/videoscale.c: (videoscale_get_structure):
4864 no good reason to limit ourselves to 100x100
4866 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
4868 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
4869 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
4870 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
4871 (gst_v4lsrc_get_property):
4872 * sys/v4l/gstv4lsrc.h:
4873 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
4874 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
4875 (gst_v4l_set_audio):
4876 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
4877 (gst_v4lsrc_try_capture):
4878 * sys/v4l/v4lsrc_calls.h:
4879 change try_palette to more general try_capture
4880 add autoprobe option so we can turn off autoprobing
4883 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
4887 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
4888 (gst_ximagesink_class_init):
4889 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
4890 (gst_xvimagesink_class_init):
4891 run them as finalize, not dispose, since dispose can be invoked
4894 2004-06-17 Wim Taymans <wim@fluendo.com>
4896 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
4897 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
4898 * ext/alsa/gstalsa.h:
4899 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
4900 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
4901 (gst_alsa_src_change_state):
4902 * ext/alsa/gstalsasrc.h:
4903 Make the xrun code timestamp and offset the buffers correctly.
4904 moved the clock to the base class, use alsa methods to get time.
4905 Do correct timestamping on outgoing buffers.
4907 2004-06-17 Wim Taymans <wim@fluendo.com>
4909 * gst/audiorate/Makefile.am:
4910 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
4911 (gst_audiorate_base_init), (gst_audiorate_class_init),
4912 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
4913 (gst_audiorate_set_property), (gst_audiorate_get_property),
4914 (gst_audiorate_change_state), (plugin_init):
4915 Added an audiorate converter that fills in gaps.
4917 2004-06-17 Johan Dahlin <johan@gnome.org>
4919 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
4921 2004-06-16 Wim Taymans <wim@fluendo.com>
4923 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
4924 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
4925 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
4926 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
4927 (gst_v4lsrc_get_property):
4928 * sys/v4l/gstv4lsrc.h:
4929 Added a copy mode to v4lsrc where it will output a copied version
4930 of its internal hardware buffer.
4931 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
4934 2004-06-16 Wim Taymans <wim@fluendo.com>
4936 * sys/oss/gstosssrc.c: (gst_osssrc_get):
4939 2004-06-16 Wim Taymans <wim@fluendo.com>
4941 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
4942 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
4943 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
4944 (gst_v4lsrc_get_property):
4945 * sys/v4l/gstv4lsrc.h:
4946 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
4947 Added a sync mode enum property to control v4lsrc timestamp method
4948 Removed the use-fixed-fps property and moved functionality in
4950 Don't error on an error value from v4l-conf, it might not always
4953 2004-06-16 Wim Taymans <wim@fluendo.com>
4955 * gst/videorate/Makefile.am:
4956 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
4957 (gst_videorate_base_init), (gst_videorate_class_init),
4958 (gst_videorate_getcaps), (gst_videorate_link),
4959 (gst_videorate_init), (gst_videorate_chain),
4960 (gst_videorate_set_property), (gst_videorate_get_property),
4961 (gst_videorate_change_state), (plugin_init):
4962 Added a video timestamp corrector.
4964 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali.org>
4966 fixed a potential leak with previous commit
4968 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
4970 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali.org>
4972 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
4973 Added missing refcount, fixes bug #144425
4974 Cheers Tim for finding the bug
4976 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
4978 * sys/v4l/gstv4l.c: (plugin_init):
4979 * sys/v4l/gstv4lcolorbalance.c:
4980 * sys/v4l/gstv4lcolorbalance.h:
4981 * sys/v4l/gstv4lelement.c:
4982 * sys/v4l/gstv4lelement.h:
4983 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
4984 * sys/v4l/gstv4lmjpegsink.h:
4985 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
4986 * sys/v4l/gstv4lmjpegsrc.h:
4987 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
4988 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
4989 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
4990 * sys/v4l/gstv4lsrc.h:
4991 * sys/v4l/gstv4ltuner.c:
4992 * sys/v4l/gstv4ltuner.h:
4993 * sys/v4l/gstv4lxoverlay.c:
4994 * sys/v4l/gstv4lxoverlay.h:
4995 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
4996 (gst_v4l_set_window), (gst_v4l_enable_overlay):
4997 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
4998 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
4999 (gst_v4l_set_audio):
5000 * sys/v4l/v4l_calls.h:
5001 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
5002 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
5003 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
5004 (gst_v4lmjpegsink_playback_init),
5005 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
5006 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
5007 (gst_v4lmjpegsink_playback_stop),
5008 (gst_v4lmjpegsink_playback_deinit):
5009 * sys/v4l/v4lmjpegsink_calls.h:
5010 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
5011 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
5012 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
5013 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
5014 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
5015 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
5016 * sys/v4l/v4lmjpegsrc_calls.h:
5017 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
5018 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
5019 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
5020 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
5021 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
5022 (gst_v4lsrc_try_palette):
5023 * sys/v4l/v4lsrc_calls.h:
5024 bunch of paranoia cleanups
5026 2004-06-14 David Schleef <ds@schleef.org>
5028 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
5029 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
5030 Send discont events and change timestamps appropriately when
5031 we get a seek event. (bug #144240)
5032 * ext/cdparanoia/gstcdparanoia.h:
5034 2004-06-14 Benjamin Otte <otte@gnome.org>
5036 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
5037 snd_pcm_hw_params_set_rate since the latter fails for no good
5038 reason on some setups.
5040 2004-06-14 David Schleef <ds@schleef.org>
5042 * gst/volume/demo.c: (value_changed_callback): exp10() is not
5043 standard. Thank you for playing.
5045 2004-06-14 Wim Taymans <wim@fluendo.com>
5047 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
5048 Patch 1.3 broke the ordering of the colorspace info and
5049 made the plugin basically work by coincidence, reordered
5052 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
5054 * ext/lame/gstlame.c:
5056 sync caps. Make sure mad can only output a list of rates, not
5057 a full range. In the future, have three caps lists for each of the
5058 mpeg versions. Change mpegversion to a double as well.
5060 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
5062 * gst/volume/.cvsignore:
5063 * gst/volume/Makefile.am:
5064 * gst/volume/demo.c: (value_changed_callback), (idler),
5065 (setup_gui), (main):
5066 added small demo app
5068 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
5069 * ext/esd/esdsink.c: (gst_esdsink_change_state):
5070 * ext/esd/esdsink.h:
5071 Close the esd connection on pause, because esd will just wait -
5072 blocking all other esd clients indefinitely.
5074 2004-06-12 Christophe Fergeau <teuf@gnome.org>
5076 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
5077 previous commit with GST_DEBUG
5079 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
5082 add a header check for a dvdread header in dvdnav. Fixes #133002
5084 2004-06-12 Zaheer Abbas Merali <zaheerabbas@merali.org>
5086 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
5087 * gst/tcp/gsttcpclientsink.h:
5088 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
5089 * gst/tcp/gsttcpclientsrc.h:
5090 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
5091 (gst_tcpserversink_handle_server_read),
5092 (gst_tcpserversink_init_send):
5093 * gst/tcp/gsttcpserversink.h:
5094 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
5095 * gst/tcp/gsttcpserversrc.h:
5096 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
5099 2004-06-12 Zaheer Abbas Merali <zaheerabbas@merali.org>
5102 Added ogg library so that OSX detects libtheora properly
5104 2004-06-11 Wim Taymans <wim@fluendo.com>
5106 * ext/theora/theoradec.c: (theora_dec_chain),
5107 (theora_dec_change_state):
5108 Don't try to decode frames before we received a keyframe.
5110 2004-06-11 Wim Taymans <wim@fluendo.com>
5112 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5113 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
5114 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
5115 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
5116 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
5117 Added property to set the maximum delay of a page.
5119 2004-06-10 Wim Taymans <wim@fluendo.com>
5121 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5122 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
5123 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
5124 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
5125 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
5126 Added max-delay property to control the maximum amount
5127 of data to put in one page.
5129 2004-06-10 Wim Taymans <wim@fluendo.com>
5131 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5132 (gst_theora_enc_init), (theora_enc_sink_link),
5133 (theora_buffer_from_packet), (theora_enc_set_property),
5134 (theora_enc_get_property):
5135 Set duration on encoded buffer, added some more properties
5137 2004-06-10 Wim Taymans <wim@fluendo.com>
5139 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
5140 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
5141 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
5142 * ext/theora/theoraenc.c: (theora_enc_chain):
5143 Fix refcounting bugs
5145 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
5147 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
5148 (gst_asf_demux_loop), (gst_asf_demux_process_file),
5149 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
5150 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
5151 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
5152 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
5153 (gst_asf_demux_change_state):
5154 * gst/asfdemux/gstasfdemux.h:
5155 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
5156 feels like. I think we should set a new requirement for demuxers
5157 from now on to implement sane loop functions, data loops, query
5158 and seek functions before first commit into CVS. And this commit
5159 fixes all of the above.
5161 2004-06-10 Christophe Fergeau <teuf@gnome.org>
5163 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
5164 vorbis comments are properly encoded in UTF-8 before adding them
5167 2004-06-09 Benjamin Otte <otte@gnome.org>
5169 * ext/alsa/gstalsa.c: (add_channels):
5170 handle min <= max correctly
5171 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
5172 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
5173 add fixation functions so we fixate correctly. No preferring of alaw
5174 anymore because it's the first structure.
5175 * ext/alsa/gstalsa.h:
5176 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
5177 (gst_alsa_hw_params_dump):
5178 add functions to ease debugging in alsalib
5179 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
5180 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
5181 (gst_alsa_start_audio):
5182 only specify hw params if we really setup a format (fixes #134007 -
5183 or at least works around it)
5185 2004-06-09 Wim Taymans <wim@fluendo.com>
5187 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5188 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
5189 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
5190 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
5192 Use stream caps to setup the initial pages in the ogg stream.
5193 Correctly set the streamheader caps on the srcpad.
5195 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
5197 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
5198 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
5199 (gst_v4lsrc_getcaps):
5200 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
5201 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
5202 add querying of fps lists for webcams. Negotiating to a framerate
5205 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
5207 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
5208 (theora_push_buffer), (theora_push_packet),
5209 (theora_set_header_on_caps), (theora_enc_chain):
5210 mark buffers and put on streamheader, raw theora streaming
5213 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
5215 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
5216 (gst_tcp_gdp_read_caps):
5217 do a looping read for caps and GDP headers too
5219 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
5221 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
5222 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
5223 return EOS instead of NULL in _get
5225 2004-06-08 Wim Taymans <wim@fluendo.com>
5227 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
5228 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
5229 (gst_tcp_gdp_write_caps):
5230 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
5231 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
5232 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
5235 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
5237 * ext/vorbis/Makefile.am:
5238 * ext/vorbis/vorbis.c: (plugin_init):
5239 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
5240 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
5241 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
5242 (vorbis_parse_change_state):
5243 * ext/vorbis/vorbisparse.h:
5244 adding a vorbisparse element that marks the buffers, streaming
5245 raw vorbis using GDP now works, whee
5247 2004-06-08 Wim Taymans <wim@fluendo.com>
5249 * ext/jpeg/Makefile.am:
5251 * ext/jpeg/gstjpeg.c: (plugin_init):
5252 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
5253 (gst_smokedec_base_init), (gst_smokedec_class_init),
5254 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
5255 * ext/jpeg/gstsmokedec.h:
5256 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
5257 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
5258 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
5259 (gst_smokeenc_resync), (gst_smokeenc_chain),
5260 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
5261 * ext/jpeg/gstsmokeenc.h:
5262 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
5263 (smokecodec_flush_destination), (smokecodec_term_destination),
5264 (smokecodec_init_source), (smokecodec_fill_input_buffer),
5265 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
5266 (smokecodec_term_source), (smokecodec_encode_new),
5267 (smokecodec_decode_new), (smokecodec_info_free),
5268 (smokecodec_set_quality), (smokecodec_get_quality),
5269 (smokecodec_set_threshold), (smokecodec_get_threshold),
5270 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
5271 (find_best_size), (abs_diff), (put), (smokecodec_encode),
5272 (smokecodec_parse_header), (smokecodec_decode):
5273 * ext/jpeg/smokecodec.h:
5274 Added a new simple jpeg based codec
5276 2004-06-08 Wim Taymans <wim@fluendo.com>
5278 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
5279 (gst_multipart_mux_loop):
5282 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
5284 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
5285 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
5286 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
5287 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
5288 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
5289 * gst/tcp/gsttcpserversink.h:
5290 take streamheader into account
5292 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
5294 * gst/level/Makefile.am:
5295 * gst/level/gstlevel.c: (gst_level_class_init):
5296 clean up marshal generation
5298 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
5300 * gst/tcp/Makefile.am:
5301 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
5302 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
5303 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
5304 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
5305 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
5306 (gst_tcpclientsrc_get_property):
5307 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
5308 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
5309 (gst_tcpserversink_handle_client_read),
5310 (gst_tcpserversink_handle_client_write),
5311 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
5312 * gst/tcp/gsttcpserversink.h:
5313 add signals client-added and client-removed
5314 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
5315 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
5316 (gst_tcpserversrc_get_property):
5317 uniformized, change default protocol to NONE
5318 * gst/tcp/gsttcp-marshal.list: added
5319 2004-06-07 Benjamin Otte <otte@gnome.org>
5321 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5322 handle discont events if they happen before caps nego
5324 2004-06-07 Wim Taymans <wim@fluendo.com>
5326 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
5327 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
5328 (gst_multipart_demux_plugin_init):
5329 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
5330 (gst_multipart_mux_init), (gst_multipart_mux_loop),
5331 (gst_multipart_mux_change_state):
5332 Small updates, fix a memleak
5334 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5336 * configure.ac: OSS portability
5337 * ext/arts/gst_arts.c: idem
5338 * sys/oss/gstosselement.c: idem
5339 * sys/oss/gstossmixer.c: idem
5340 * sys/oss/gstosssink.c: idem
5341 * sys/oss/gstosssrc.c: idem
5342 * sys/oss/oss_probe.c: idem
5343 - check for soundcard.h in different places for some BSD
5345 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
5348 Add me to the authors file
5350 Increase the libdv requirement to >= version 0.100
5351 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
5352 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
5353 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
5354 * ext/dv/gstdvdec.h:
5355 Add support for the new_media flag when sending DISCONT events
5356 Make the querying work when video pad is not linked
5358 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
5360 reviewed by Benjamin Otte <otte@gnome.org>
5362 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
5363 create a NULL-initialized array of pads, so we don't think they
5364 exist already. (fixes #143130)
5366 2004-06-07 Benjamin Otte <otte@gnome.org>
5368 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
5369 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
5370 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
5371 don't use // coments
5373 2004-06-07 Benjamin Otte <otte@gnome.org>
5375 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
5376 cast to GstClockTime to get higher granularity
5377 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5378 use gst_element_set_time_delay to get the exact time
5379 * ext/mad/gstmad.c: (gst_mad_chain):
5380 use the negotiated rate instead of the current frame's rate which
5381 might be wrong because of bit errors. This avoids emitting totally
5382 bogus timestamps and screwing sync.
5385 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
5387 reviewed by Benjamin Otte <otte@gnome.org>
5389 * gst/adder/gstadder.c: (gst_adder_loop):
5390 properly error out when no negotiation has happened yet. (fixes
5393 2004-06-06 Benjamin Otte <otte@gnome.org>
5395 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
5396 forward correctly transformed offset in discont events. Based on
5397 patch by Arwed v. Merkatz. (fixes #142851)
5399 2004-06-06 David Schleef <ds@schleef.org>
5401 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
5402 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
5403 problems on several systems.
5405 2004-06-06 Benjamin Otte <otte@gnome.org>
5407 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
5408 use explicit caps on the srcpad
5409 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5410 properly error out if caps couldn't be set (fixes #142764)
5412 2004-06-06 Benjamin Otte <otte@gnome.org>
5414 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
5415 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
5416 (gst_alsa_start_audio):
5417 - don't call set_periods_integer anymore, it breaks the
5418 configuration randomly
5419 - call snd_pcm_hw_params_set_access directly instead of using masks
5420 - don't fail if the sw_params can't be set, just use the default
5421 params and hope it works. Alsalib has weird issues when you touch
5422 sw_params and does no proper error reporting about what failed.
5423 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
5424 (gst_alsa_close_audio):
5425 make our alsa debugging go via gst debugging and not conditionally
5427 * ext/alsa/gstalsa.h:
5428 add ALSA_DEBUG_FLUSH macro
5429 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
5431 wrap alsa errors to be printed via the gst debugging system and not
5434 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
5436 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
5437 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
5438 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
5439 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
5440 (qtdemux_parse_trak):
5441 * gst/qtdemux/qtdemux.h:
5442 Bitch. Also known as seeking, querying & co.
5443 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
5444 (gst_osssink_change_state):
5445 * sys/oss/gstosssink.h:
5446 Resyncing is for weenies, this hack is no longer needed and was
5447 broken anyway (since it - unintendedly - always leaves resync to
5450 2004-06-05 Andrew Turner <zxombie@hotpop.com>
5452 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
5453 * gst/tcp/gsttcpclientsrc.h: idem
5454 - define MSG_NOSIGNAL if not done
5455 - include unistd.h for off_t
5458 2004-06-05 Benjamin Otte <otte@gnome.org>
5461 * ext/kio/Makefile.am:
5462 check for qt's moc preprocessor explicitly and use it
5464 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
5466 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
5467 don't get a signal for EPIPE on socket writes
5468 (somebody check if this works on other platforms)
5470 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
5472 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
5473 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
5474 check error condition on available samples correctly
5476 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
5478 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
5480 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
5481 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
5482 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
5483 (gst_tcpserversrc_gdp_read_header):
5484 use ssize_t over size_t since the former is signed and thus the
5485 check for error codes can work
5487 2004-06-02 Wim Taymans <wim@fluendo.com>
5491 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
5492 (gst_multipart_mux_loop):
5495 2004-06-02 Wim Taymans <wim@fluendo.com>
5497 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
5498 (gst_multipart_mux_init), (gst_multipart_mux_loop),
5499 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
5500 (gst_multipart_mux_change_state):
5501 Added configurable boundary specifier, added the value as a
5504 2004-06-02 Zaheer Abbas Merali <zaheerabbas@merali.org>
5507 * gst/tcp/gsttcpclientsrc.c:
5508 * gst/tcp/gsttcpclientsrc.h:
5509 * gst/tcp/gsttcpserversrc.c:
5510 - portability fix, to compile on OSX
5513 * sys/osxaudio/gstosxaudioelement.c:
5514 * sys/osxaudio/gstosxaudiosink.c:
5515 * sys/osxaudio/gstosxaudiosrc.c:
5516 - compilation warnings on OSX
5519 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5521 * ext/vorbis/vorbisdec.c : sign warning fixes
5523 * gst-libs/gst/mixer/mixertrack.c :
5524 do no use defines which are glib 2.4 specific
5526 2004-06-01 Christophe Fergeau <teuf@gnome.org>
5528 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
5529 buffer since libflac doesn't expect it (reports a sync error when
5533 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
5535 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
5536 * gst-libs/gst/mixer/mixertrack.c:
5537 (gst_mixer_track_get_property), (get_mixer_track_init),
5538 (get_mixer_track_get_property): Added property accessors
5539 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
5540 * gst-libs/gst/mixer/mixeroptions.c:
5541 (gst_mixer_options_get_values): Added
5542 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
5543 * gst-libs/gst/mixer/mixer.c: Fixed comment
5546 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
5548 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
5549 improve error messages on open
5552 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
5554 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
5555 check if v4l-conf is in path
5557 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
5559 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
5560 change assert to a more readable error message
5562 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5564 * gst-libs/gst/tuner/tunerchannel.h:
5565 - add a freq_multiplicator field to make the conversion
5566 between internal frequency unit and Hz
5567 * sys/v4l/gstv4lelement.c:
5568 * sys/v4l2/gstv4l2element.c:
5569 - change default video device to /dev/video0
5570 * sys/v4l/v4l_calls.c:
5571 * sys/v4l2/v4l2_calls.c:
5572 - we only expose frequency to the user in Hz instead of
5573 bastard v4lX unit (either 62.5kHz or 62.5Hz)
5575 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
5576 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5577 Initialise b_o_s and e_o_s variables
5578 * gst-libs/gst/riff/riff-media.c:
5579 (gst_riff_create_video_caps_with_data):
5580 Add some unusual fourcc's from mplayer avi's
5581 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
5582 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
5585 2004-05-28 Wim Taymans <wim@fluendo.com>
5588 * gst/alpha/Makefile.am:
5589 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
5590 (gst_alpha_get_type), (gst_alpha_base_init),
5591 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
5592 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
5593 (gst_alpha_chroma_key), (gst_alpha_chain),
5594 (gst_alpha_change_state), (plugin_init):
5595 A plugin to add an alpha channel to I420 video. Can optionally do
5597 * gst/multipart/Makefile.am:
5598 * gst/multipart/multipart.c: (plugin_init):
5599 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
5600 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
5601 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
5602 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
5603 (gst_multipart_demux_change_state),
5604 (gst_multipart_demux_plugin_init):
5605 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
5606 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
5607 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
5608 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
5609 (gst_multipart_mux_pad_unlink),
5610 (gst_multipart_mux_request_new_pad),
5611 (gst_multipart_mux_handle_src_event),
5612 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
5613 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
5614 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
5615 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
5616 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
5617 send multipart jpeg images to a browser.
5618 * gst/videobox/Makefile.am:
5619 * gst/videobox/README:
5620 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
5621 (gst_video_box_get_type), (gst_video_box_base_init),
5622 (gst_video_box_class_init), (gst_video_box_init),
5623 (gst_video_box_set_property), (gst_video_box_get_property),
5624 (gst_video_box_sink_link), (gst_video_box_i420),
5625 (gst_video_box_ayuv), (gst_video_box_chain),
5626 (gst_video_box_change_state), (plugin_init):
5627 Crops or adds borders around an image. can do alpha channel
5629 * gst/videomixer/Makefile.am:
5630 * gst/videomixer/README:
5631 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
5632 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
5633 (gst_videomixer_pad_get_sink_event_masks),
5634 (gst_videomixer_pad_get_property),
5635 (gst_videomixer_pad_set_property),
5636 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
5637 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
5638 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
5639 (gst_videomixer_base_init), (gst_videomixer_class_init),
5640 (gst_videomixer_init), (gst_videomixer_request_new_pad),
5641 (gst_videomixer_handle_src_event),
5642 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
5643 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
5644 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
5645 (gst_videomixer_loop), (gst_videomixer_get_property),
5646 (gst_videomixer_set_property), (gst_videomixer_change_state),
5648 Generic video mixer plugin, can handle multiple inputs all with
5649 different framerates and video sizes. Is fully alpha channel
5652 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
5654 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
5655 Select first track as master track. Not sure how else to handle
5657 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
5658 Discard discont events. Should fix #142962.
5660 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
5662 * ext/alsa/Makefile.am:
5663 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
5664 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
5665 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
5666 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
5667 (gst_alsa_mixer_get_option):
5668 * ext/alsa/gstalsamixer.h:
5669 * ext/alsa/gstalsamixeroptions.c:
5670 (gst_alsa_mixer_options_get_type),
5671 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
5672 (gst_alsa_mixer_options_new):
5673 * ext/alsa/gstalsamixeroptions.h:
5674 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
5675 * ext/alsa/gstalsamixertrack.h:
5676 Add enumerations (as GstMixerOptions). Make correct distinction
5677 between input/output tracks. Add capture/playback private flag.
5678 Use flag to decide on whether to set capture or playback volumes
5679 or switches. Use playback and record switches.
5680 * gst-libs/gst/mixer/Makefile.am:
5681 * gst-libs/gst/mixer/mixer-marshal.list:
5682 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
5683 (gst_mixer_set_option), (gst_mixer_get_option),
5684 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
5685 (gst_mixer_volume_changed), (gst_mixer_option_changed):
5686 * gst-libs/gst/mixer/mixer.h:
5687 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
5688 (gst_mixer_options_class_init), (gst_mixer_options_init),
5689 (gst_mixer_options_dispose):
5690 * gst-libs/gst/mixer/mixeroptions.h:
5691 Add GstMixerOptions.
5692 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5693 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
5694 broken device detection on computers with multiple OSS sound
5697 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
5699 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
5700 fixate nicely even when the peer is not negotiating
5702 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
5704 * gst/audioconvert/gstaudioconvert.c:
5705 (gst_audio_convert_parse_caps):
5706 make sure we don't allow depth > width
5707 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
5708 fixate endianness to G_BYTE_ORDER as default
5709 * gst/audioscale/gstaudioscale.c:
5710 we don't handle another endianness as host-endianness
5712 2004-05-25 David Schleef <ds@schleef.org>
5714 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
5716 2004-05-24 Benjamin Otte <otte@gnome.org>
5718 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
5719 (gst_oggvorbisenc_setup):
5720 properly fail when we can't setup the vorbis encoder due to
5721 unsupported settings
5722 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
5723 (gst_vorbisenc_setup):
5725 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
5726 fix case where warnings occured when one pad was unlinked while the
5727 other's link function was called
5729 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
5731 * gst/tcp/Makefile.am:
5734 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
5736 * gst-libs/gst/resample/private.h:
5737 don't use optimizations that are #if 0'ed
5739 2004-05-24 Wim Taymans <wim@fluendo.com>
5741 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
5742 Fix potential division by zero error and hopefully get
5743 the position query right to get correct timestamps on avi
5746 2004-05-24 Wim Taymans <wim@fluendo.com>
5748 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
5749 (gst_videoscale_scale_nearest_str2),
5750 (gst_videoscale_scale_nearest_str4),
5751 (gst_videoscale_scale_nearest_32bit),
5752 (gst_videoscale_scale_nearest_24bit),
5753 (gst_videoscale_scale_nearest_16bit):
5754 Fix the scaling algorithm and avoid a buffer overflow.
5755 removed the while loop in the scaling function as it
5756 was used for point sampling only.
5758 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
5760 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
5761 (gst_id3_tag_class_init), (gst_id3_tag_init),
5762 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
5763 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
5764 (gst_id3_tag_send_tag_event):
5765 lots of fixes to make id3mux work and id3demux work correctly
5767 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5770 add rules to build shout2send (was removed by accident
5771 when this module was no more marked experimental/broken)
5773 2004-05-24 Zaheer Abbas Merali <zaheerabbas@merali.org>
5775 * ext/shout2/gstshout2.c:
5776 * ext/shout2/gstshout2.h:
5777 adding a "connection problem" signal to shout2send
5780 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
5782 * ext/kio/kioreceiver.cpp:
5783 * ext/kio/kioreceiver.h:
5784 fix sign comparison issues
5786 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5788 * gst/cdxaparse/gstcdxaparse.c:
5789 * gst/cdxaparse/gstcdxaparse.h:
5791 add some checks/sanity
5792 prepare for seek addition
5794 * sys/sunaudio/gstsunaudio.c:
5795 remove exported dupe init function
5797 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
5799 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
5800 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
5801 Fix format conversion and position querying.
5802 * gst/debug/progressreport.c: (gst_progressreport_report):
5803 Don't output a bogus total value that we didn't query.
5804 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5805 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
5806 only a blank window after xine has been used.
5808 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
5811 sync with upstream version to fix test on FC2
5812 readd with -ko to preserve Id header
5814 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5817 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
5818 * gst/tcp/gsttcpclientsrc.c: idem
5819 * gst/tcp/gsttcpserversink.c: idem
5820 * gst/tcp/gsttcpserversrc.c: idem
5821 * m4/gst-fionread.m4: idem
5823 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
5825 * configure.ac: enable speex plugin for speex 1.1.5+
5826 * ext/speex/gstspeexenc.c: fix cast warning
5828 * ext/esd/README: fix typo
5830 2004-05-20 David Schleef <ds@schleef.org>
5832 * configure.ac: Minor cosmetic change to convince the buildbot to
5834 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
5835 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
5836 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
5837 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
5838 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
5839 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
5840 More hacking. Plays audio now.
5842 2004-05-20 David Schleef <ds@schleef.org>
5847 2004-05-20 David Schleef <ds@schleef.org>
5849 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Merali
5850 * sys/osxaudio/gstosxaudio.c:
5851 * sys/osxaudio/gstosxaudioelement.c:
5852 * sys/osxaudio/gstosxaudioelement.h:
5853 * sys/osxaudio/gstosxaudiosink.c:
5854 * sys/osxaudio/gstosxaudiosink.h:
5855 * sys/osxaudio/gstosxaudiosrc.c:
5856 * sys/osxaudio/gstosxaudiosrc.h:
5858 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
5860 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
5861 (gst_vorbisenc_chain):
5862 put the codec headers on the caps as streamheader as well as
5865 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
5867 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
5868 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5869 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
5870 split up push_packet into two functions
5872 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
5874 * gst/tcp/.cvsignore:
5876 * gst/tcp/Makefile.am:
5880 * gst/tcp/gsttcpclientsink.c:
5881 * gst/tcp/gsttcpclientsink.h:
5882 * gst/tcp/gsttcpclientsrc.c:
5883 * gst/tcp/gsttcpclientsrc.h:
5884 * gst/tcp/gsttcpplugin.c:
5885 * gst/tcp/gsttcpserversink.c:
5886 * gst/tcp/gsttcpserversink.h:
5887 * gst/tcp/gsttcpserversrc.c:
5888 * gst/tcp/gsttcpserversrc.h:
5889 add new tcp elements
5891 2004-05-19 Wim Taymans <wim@fluendo.com>
5893 * gst/law/mulaw-conversion.c: (mulaw_encode):
5894 Fix overflow bug in ulaw encoding.
5896 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
5898 * ext/mad/gstmad.c: (gst_mad_handle_event):
5899 don't unref the event twice
5901 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
5904 remove -Wno-sign-compare
5906 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
5909 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
5910 if you want to work against glib 2.2 and 2.4
5912 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
5914 * gst/tcp/Makefile.am:
5917 * gst/tcp/gsttcpsink.h:
5918 * gst/tcp/gsttcpsrc.h:
5919 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
5921 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
5923 * gst/debug/tests.c: (md5_get_value):
5924 fix segfault on gst-inspect
5926 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
5928 * gst/debug/testplugin.c:
5929 * gst/debug/tests.c:
5930 * gst/debug/tests.h:
5931 add new extensible and configurable testing element. Current tests
5932 include buffer count, stream length, timestamp/duration matching and
5934 * gst/debug/Makefile.am:
5935 * gst/debug/gstdebug.c: (plugin_init):
5936 add infrastructure for new element
5938 2004-05-19 Johan Dahlin <johan@gnome.org>
5940 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
5941 ending of the array. Fixes gst-inspect segfault on ppc.
5943 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5945 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
5947 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
5949 2004-05-18 David Schleef <ds@schleef.org>
5951 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
5952 warnings (bugs, actually) noticed by gcc but not forte.
5954 2004-05-18 David Schleef <ds@schleef.org>
5956 * sys/sunaudio/Makefile.am:
5957 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
5959 2004-05-18 David Schleef <ds@schleef.org>
5961 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
5962 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
5963 to allow qtdemux to use non-seekable streams. (bug #142272)
5965 2004-05-18 David Schleef <ds@schleef.org>
5967 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
5968 (gst_resample_sinc_ft_float): Remove use of static temporary
5969 buffer. This code was obviously not supposed to last long, but
5970 it's stuck in our ABI, so it required a little hack to make it
5971 ABI-compatible. Fixes #142585.
5972 * gst-libs/gst/resample/resample.h: same.
5974 2004-05-18 David Schleef <ds@schleef.org>
5976 * configure.ac: Add sunaudio
5977 * examples/Makefile.am: make gstplay depend on gconf
5978 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
5979 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
5980 (convert_table_lookup), (img_convert): remove c99-isms
5981 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
5982 unsigned, to fix a warning on Solaris
5983 * gst/mpeg1sys/systems.c: bcopy->memcpy
5984 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
5985 * sys/Makefile.am: Add sunaudio
5987 2004-05-18 Wim Taymans <wim@fluendo.com>
5989 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
5990 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
5991 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
5992 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
5994 Fix an ugly memleak where the muxer didn't flush enough ogg
5995 pages. This also resulted in badly muxed ogg files.
5997 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5999 * gst/asfdemux/asfheaders.c :
6000 * gst/asfdemux/asfheaders.h :
6001 * gst/asfdemux/gstasfdemux.c :
6002 - fix ASF_OBJ_PADDING guid
6003 - add 3 new object guids (language list, metadata,
6004 extended stream properties)
6005 - add a function to parse extended header objects
6007 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
6009 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
6010 remove leftover debugging g_print
6012 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
6014 * ext/mad/gstmad.c: (gst_mad_handle_event):
6015 Fix for when the first format in a discont event is not a
6016 byte-based one. Should fix #137710.
6018 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6020 * m4/a52.m4 : fix compilation with -Wall -Werror
6021 * m4/libfame.m4 : idem
6022 * m4/libmikmod.m4 : idem
6024 2004-05-17 Benjamin Otte <otte@gnome.org>
6026 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
6027 signal the new tags before giving up the reference
6029 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
6031 * ext/shout2/gstshout2.c:
6032 use application/ogg instead of application/x-ogg (patch by Patrick
6033 Guimond, fixes #142432)
6034 * sys/oss/gstosselement.c: (gst_osselement_reset),
6035 (gst_osselement_sync_parms):
6036 don't set fragment size unless specified (fixes #142493)
6038 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6040 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
6043 2004-05-17 Benjamin Otte <otte@gnome.org>
6045 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
6046 compute offsets correctly for internal buffers so timestamps are set
6047 correctly when we can't seek. Also handle cases where there are no
6048 offsets. (based on a patch by David Moore, fixes #142507)
6050 2004-05-17 Benjamin Otte <otte@gnome.org>
6052 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6053 use correct variable when determining amount of data to skip so we
6054 don't skip into the void and segfault
6056 2004-05-16 Benjamin Otte <otte@gnome.org>
6058 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
6061 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6063 * gst/asfdemux/gstasfdemux.c:
6064 - fix a mem leak and always propagate tags
6065 - add WMV3 to known video codecs (but no decoder yet)
6066 - replace "surplus data" at end of audio header for what
6067 it is : codec specific data
6070 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
6072 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
6074 * gst-libs/gst/audio/audioclock.c:
6075 Fix wrong return type (#142205).
6077 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
6079 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
6080 Ignore CRCs by default (fixes #142566).
6082 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
6084 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
6085 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
6086 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
6087 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
6088 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
6089 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
6090 Fix for cases where we fail to attach to a mixer.
6092 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
6094 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
6095 Don't touch events after not owning them anymore.
6096 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
6097 (gst_wavparse_fmt), (gst_wavparse_other),
6098 (gst_wavparse_handle_seek), (gst_wavparse_loop),
6099 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6100 (gst_wavparse_srcpad_event):
6101 * gst/wavparse/gstwavparse.h:
6102 Add seeking, fix querying.
6104 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6106 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
6107 - process comments even if they don't end with \0\0
6108 g_convert would ignore them if present and works well without them
6110 2004-05-16 Benjamin Otte <otte@gnome.org>
6112 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
6115 2004-05-16 Benjamin Otte <otte@gnome.org>
6117 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
6118 don't write to memory we might not write to - g_convert does that
6119 for us anyway (fixes #142613)
6120 (gst_asf_demux_audio_caps):
6121 comment out gst_util_dump_mem
6123 2004-05-16 Benjamin Otte <otte@gnome.org>
6125 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6126 compute correct expected timestamps after seek (broken since
6128 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
6129 rename element and debugging category to gdkpixbufscale
6131 2004-05-16 Benjamin Otte <otte@gnome.org>
6133 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6134 add error checking to snd_pcm_delay and remove duplicate call to
6135 snd_pcm_delay that caused issues (see inline code comments)
6136 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
6137 make more readable and fix return value when snd_pcm_delay fails
6140 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
6141 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
6142 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
6143 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
6144 (gst_pixbufscale_link), (gst_pixbufscale_init),
6145 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
6146 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
6147 (gst_pixbufscale_get_property), (pixbufscale_init):
6148 * ext/gdk_pixbuf/pixbufscale.h:
6149 Add these files I forgot earlier
6151 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
6152 * ext/gdk_pixbuf/Makefile.am:
6153 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
6154 * ext/gdk_pixbuf/gstgdkpixbuf.h:
6155 Add new pixbufscale element to scale RGB video
6156 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
6157 and HYPER interpolation correctly.
6158 * ext/theora/theoraenc.c: (theora_enc_chain),
6159 Discard buffer and return if explicit caps could not be set
6160 (theora_enc_get_property):
6161 Make _get return kbps for the bitrate consistent with
6165 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
6167 * ext/libvisual/visual.c: (gst_visual_chain):
6168 add missing visual_audio_analyze
6170 2004-05-14 David Schleef <ds@schleef.org>
6172 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
6173 is killed while we're playing.
6174 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
6175 gst_element_no_more_pads().
6177 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6179 * gst-libs/gst/riff/riff-read.c :
6180 - fix INFO tag extraction in RIFF/AVI files
6181 because gst_event_unref (event) also freed taglist
6184 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6186 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
6187 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
6189 * gst/auparse/gstauparse.c :
6190 - add code (commented for now) to support audio/x-adpcm on src pad
6191 (we have no decoder for those layout yet)
6193 * gst/cdxaparse/gstcdxaparse.c :
6194 * gst/cdxaparse/gstcdxaparse.h :
6195 - partial rewrite using RiffRead (ripped iain's wavparse code)
6197 * gst/rtp/gstrtpL16enc.c : typo
6198 * gst/rtp/gstrtpgsmenc.c : typo
6200 2004-05-13 Benjamin Otte <otte@gnome.org>
6203 check for exact version of libvisual, it's not supposed to be
6206 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
6208 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
6211 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
6213 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
6214 Report which format was used for GST_FORMAT_DEFAULT
6215 * gst/debug/Makefile.am:
6216 * gst/debug/gstdebug.c: (plugin_init):
6217 * gst/debug/progressreport.c: (gst_progressreport_base_init),
6218 (gst_progressreport_class_init), (gst_progressreport_init),
6219 (gst_progressreport_report), (gst_progressreport_set_property),
6220 (gst_progressreport_get_property), (gst_progressreport_chain),
6221 (gst_progressreport_plugin_init):
6222 Add progressreport element for testing.
6224 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
6226 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
6227 * sys/v4l/gstv4lsrc.h:
6228 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
6229 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
6230 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
6231 (gst_v4lsrc_grab_frame):
6233 send a discont at start
6235 2004-05-12 Colin Walters <walters@redhat.com>
6237 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
6238 inflooping if we can't find a chunk. Or in other words, don't blow
6239 chunks if we don't have a chunk to blow.
6241 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
6242 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
6243 Remove old debug output
6244 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
6245 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
6246 (gst_dvdec_set_property), (gst_dvdec_get_property):
6247 Change the quality setting to an enum, so it works from gst-launch
6248 Don't renegotiate a non-linked pad. Allows audio only decoding.
6249 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
6250 (gst_deinterlace_link), (gst_deinterlace_init):
6251 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
6252 (gst_videodrop_link):
6253 Some caps negotiation fixes
6255 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6257 * ext/tarkin/gsttarkin.c :
6258 - Change RANK from NONE to PRIMARY
6259 * ext/gdk_pixbuf/gstgdkpixbuf.c :
6260 - Change RANK from NONE to MARGINAL
6261 * ext/divx/gstdivxenc.c :
6262 - Change RANK from PRIMARY to NONE (encoder/spider issue)
6264 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
6266 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
6267 (gst_vorbisenc_push_packet):
6268 copy a function that was added between 1.0 and 1.0.1 until we
6269 depend on worthwhile features of post-1.0
6271 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
6274 enable shout2 by default
6275 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
6276 (gst_shout2send_base_init), (gst_shout2send_init),
6277 (gst_shout2send_connect), (gst_shout2send_change_state):
6278 * ext/shout2/gstshout2.h:
6279 make this work again. Based on a patch by Zaheer Merali (fixes
6281 * ext/theora/theora.c: (plugin_init):
6282 don't set rank on encoders
6284 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
6286 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
6287 Use codec_data property instead of flag1 and flag2 for wma
6289 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6291 * gst/cdxaparse/gstcdxaparse.c :
6292 - Add mpegversion to CAPS to make it link
6293 - Rank is as GST_RANK_SECONDARY instead of NONE
6294 * gst/auparse/gstauparse.c :
6295 - Document all audio encoding we can encounter from Solaris 9
6296 headers and libsndfile information.
6297 - Increase max. rate from 48000 to 192000 (to match other elements)
6298 - Don't try to play junk data between header and samples
6300 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
6302 * ext/libvisual/visual.c: (gst_visual_getcaps):
6303 use the right caps depending on endianness (I hope)
6304 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
6305 use GST_RANK_NONE for all non-decoding elements or spider gets
6308 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
6310 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
6311 Fix some odd cases and fix BE metadata parsing of unicode16 text.
6313 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
6315 * gst/switch/gstswitch.c: (gst_switch_release_pad),
6316 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
6317 (gst_switch_loop), (gst_switch_get_type):
6318 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
6319 HEADERS. Had to be said.
6321 2004-05-10 David Schleef <ds@schleef.org>
6323 * configure.ac: Add prototype Dirac support.
6325 * ext/dirac/Makefile.am:
6326 * ext/dirac/gstdirac.cc:
6327 * ext/dirac/gstdiracdec.cc:
6329 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
6331 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
6332 (gst_auparse_init), (gst_auparse_chain),
6333 (gst_auparse_change_state):
6334 Hack around spider. Remove me some day please.
6336 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
6338 * gst/auparse/gstauparse.c: (gst_auparse_chain):
6339 Fix for some uninitialized variables in previous patch, also
6340 makes it work. Fixes #142286 while we're at it.
6342 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6344 * gst/auparse/gstauparse.c:
6345 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
6346 only unsupported formats are ADPCM/CCITT G.72x
6348 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
6350 2004-05-10 Wim Taymans <wim@fluendo.com>
6352 * ext/vorbis/Makefile.am:
6353 * ext/vorbis/README:
6354 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
6355 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
6356 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
6357 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
6358 (gst_oggvorbisenc_convert_sink),
6359 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
6360 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
6361 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
6362 (get_constraints_string), (update_start_message),
6363 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
6364 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
6365 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
6366 * ext/vorbis/oggvorbisenc.h:
6367 * ext/vorbis/vorbis.c: (plugin_init):
6368 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
6369 (raw_caps_factory), (gst_vorbisenc_class_init),
6370 (gst_vorbisenc_init), (gst_vorbisenc_setup),
6371 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
6372 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
6373 * ext/vorbis/vorbisenc.h:
6374 Added a raw vorbis encoder to be used with the oggmuxer.
6375 We still need the old encoder for some gnome applications,
6376 read the README to find out how that works.
6377 The raw encoder is called "rawvorbisenc" until 0.9.
6379 2004-05-10 Wim Taymans <wim@fluendo.com>
6381 * ext/ogg/gstogg.c: (plugin_init):
6382 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
6384 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
6385 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
6386 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
6387 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
6388 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
6389 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
6390 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
6391 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
6392 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
6393 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
6395 Small typo fixes in the demuxer.
6397 2004-05-10 Wim Taymans <wim@fluendo.com>
6399 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
6400 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
6401 (theora_enc_change_state), (theora_enc_set_property),
6402 (theora_enc_get_property):
6403 Mark the last packet with an EOS flag which is not really needed
6405 Do some better video framerate initialisation.
6406 Update the buffer timestamp.
6408 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
6410 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
6411 Return the result of the parent state change call
6413 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6415 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
6416 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
6417 * gst/law/alaw-encode.c : (idem)
6418 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
6419 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
6420 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
6422 2004-05-09 Benjamin Otte <otte@gnome.org>
6424 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
6425 don't use a fixed buffer size when writing variable length data to
6426 it. Fixes memory corruption and makes alsasrc work
6428 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
6430 * ext/gnomevfs/gstgnomevfssink.c:
6431 (_gst_boolean_allow_overwrite_accumulator),
6432 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
6433 Run glib's default signal handler (??) in RUN_CLEANUP rather than
6434 RUN_LAST, and don't use that to set the accumulator value because
6435 then it's always FALSE.
6437 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
6439 * gst-libs/gst/riff/riff-media.c:
6440 (gst_riff_create_video_caps_with_data),
6441 (gst_riff_create_audio_caps),
6442 (gst_riff_create_audio_template_caps):
6443 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
6444 Fix for unaligned RIFF files (i.e. where all the chunks together
6445 in a LIST chunk are not of the same size as the size given in
6446 the LIST chunk header). Fixes several odd WAVE files. Also fix
6447 ADPCM (block_align property) in audio, so that wavparse based
6448 on this works now as it used to stand-alone.
6450 2004-05-09 Edward Hervey <bilboed@bilboed.com>
6452 reviewed by Benjamin Otte <otte@gnome.org>
6454 * ext/a52dec/gsta52dec.c:
6455 * ext/divx/gstdivxdec.c:
6456 * ext/divx/gstdivxenc.c:
6457 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
6458 * ext/faac/gstfaac.c: (gst_faac_base_init):
6459 * ext/faad/gstfaad.c: (gst_faad_base_init):
6460 * ext/ivorbis/vorbisfile.c:
6461 * ext/lame/gstlame.c:
6462 * ext/libfame/gstlibfame.c:
6463 * ext/mpeg2enc/gstmpeg2enc.cc:
6464 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
6465 * ext/sidplay/gstsiddec.cc:
6466 * ext/speex/gstspeexdec.c:
6467 * ext/speex/gstspeexenc.c:
6468 * ext/xvid/gstxviddec.c:
6469 * ext/xvid/gstxvidenc.c:
6470 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
6473 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
6475 * ext/alsa/gstalsa.c: (device_list),
6476 (gst_alsa_class_probe_devices):
6477 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
6478 Fix alsa oddness in mixer after the combination of using mixer
6479 in source/sink elements and using hw:x,y instead of just hw:x.
6481 2004-05-09 Benjamin Otte <otte@gnome.org>
6483 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
6484 (gst_wavparse_create_sourcepad):
6485 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
6488 2004-05-09 Benjamin Otte <otte@gnome.org>
6490 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6491 allow discont events before caps nego
6493 2004-05-08 Benjamin Otte <otte@gnome.org>
6495 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
6498 2004-05-08 Benjamin Otte <otte@gnome.org>
6500 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
6501 (gst_level_change_state), (gst_level_init):
6502 * gst/level/gstlevel.h:
6503 figure out if we're initialized directly instead of keeping a
6504 variable that's wrong in 90% of cases
6505 don't initialize pads and then leak them and use a new unitialized
6506 pad. (fixes #142084)
6507 these were bugs so n00bish I didn't find them for an hour :/
6509 2004-05-08 Iain <iain@prettypeople.org>
6511 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
6512 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
6513 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
6514 return the length that was read.
6515 (gst_riff_read_strf_auds): Allow fmt tags as well.
6517 2004-05-07 David Schleef <ds@schleef.org>
6519 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
6520 signed char assumption in faad.h.
6522 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
6524 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
6525 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
6527 2004-05-07 Colin Walters <walters@redhat.com>
6529 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
6530 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
6532 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
6533 Add dispose function.
6535 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
6536 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
6537 Fix caps nego and pad templates. RGB mode caps should
6539 * ext/dvdnav/gst-dvd:
6540 Move mpeg2dec inside the thread because otherwise the
6541 queue rejects cap changes mid-stream
6542 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
6543 (gst_mpeg2dec_flush_decoder):
6544 For mpeg2dec > 0.4.0, call the flush function instead of
6545 manually extracting all in-flight frames.
6546 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
6547 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
6548 Change mime type video/dv go video/x-dv to match the
6551 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
6553 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
6554 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
6555 (gst_alsa_sink_class_init):
6556 * ext/alsa/gstalsasink.h:
6557 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
6558 (gst_alsa_src_class_init):
6559 * ext/alsa/gstalsasrc.h:
6560 Make alsasink/src a subclass of alsamixer so that mixer stuff
6561 shows up in gst-rec. Needs some finetuning.
6563 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
6565 * ext/lame/gstlame.c: (gst_lame_chain):
6567 * ext/mad/gstmad.c: (gst_mad_handle_event):
6569 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
6570 be able to detect mp3 files < 4096 bytes
6572 2004-05-06 Wim Taymans <wim@fluendo.com>
6574 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
6575 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
6576 (theora_enc_set_property), (theora_enc_get_property):
6577 Also encode the first frame, cleanup some code.
6579 2004-05-06 Wim Taymans <wim@fluendo.com>
6581 * ext/mpeg2enc/gstmpeg2enc.cc:
6582 Forward events first before deciding that negotiation was
6585 2004-05-06 Wim Taymans <wim@fluendo.com>
6587 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
6588 First process the events before deciding that negotiation
6591 2004-05-06 Wim Taymans <wim@fluendo.com>
6593 * ext/theora/Makefile.am:
6594 * ext/theora/theora.c: (plugin_init):
6595 * ext/theora/theoradec.c: (theora_dec_change_state):
6596 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
6597 (gst_theora_enc_class_init), (gst_theora_enc_init),
6598 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
6599 (theora_enc_chain), (theora_enc_change_state),
6600 (theora_enc_set_property), (theora_enc_get_property):
6601 Added a theora encoder, grouped the encoder and decoder into the
6604 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
6606 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
6607 (gst_jpegenc_chain):
6608 fix DURATION on outgoing buffers
6609 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
6610 debug using time formats
6611 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
6612 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6613 (gst_xvimagesink_sink_link):
6614 windows with width/height 0 generate X errors, so don't allow them
6616 2004-05-05 Wim Taymans <wim@fluendo.com>
6618 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
6619 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
6620 (gst_mpeg2dec_negotiate_format):
6621 * ext/mpeg2dec/gstmpeg2dec.h:
6622 removed the static pad template so that we can add the
6623 more accurate framerate value to the caps.
6626 2004-05-04 Benjamin Otte <otte@gnome.org>
6629 check for kdemacros.h, too (should fix #141821)
6630 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
6631 don't crash if no header was sent, but nicely error out (fixes part
6634 2004-05-04 Wim Taymans <wim@fluendo.com>
6636 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
6637 parent dispose function to avoid segfault on destroy.
6639 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
6641 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
6643 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
6644 (gst_xvimagesink_sink_link):
6645 clean up debugging caps
6646 also recreate xvimage when format has changed
6648 2004-05-04 Benjamin Otte <otte@gnome.org>
6650 * ext/libvisual/Makefile.am:
6651 * ext/libvisual/visual.c: (gst_visual_class_init),
6652 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
6653 (gst_visual_srclink), (gst_visual_chain),
6654 (gst_visual_change_state), (plugin_init):
6655 use a GstAdapter to correctly adapt buffer sizes - allows using a
6658 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
6660 * sys/v4l/gstv4lelement.h:
6661 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6662 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
6663 (gst_v4lsrc_buffer_free):
6664 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
6665 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
6666 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
6667 (gst_v4lsrc_requeue_frame):
6668 move some debugging categories around
6669 query for fps index and set accordingly if found
6671 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6673 * ext/lame/gstlame.c:
6674 correct defaults that lame_init puts out of range
6676 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
6678 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
6679 (gst_divxenc_class_init):
6680 fix range since -1 is the default
6681 * gst/mpeg1sys/gstmpeg1systemencode.c:
6682 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
6683 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
6684 (gst_rtjpegdec_chain):
6685 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
6686 (gst_rtjpegenc_chain):
6687 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
6688 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
6689 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
6690 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
6691 * sys/v4l/gstv4lsrc.c:
6692 * sys/v4l/v4l_calls.c: (gst_v4l_open):
6693 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
6694 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
6695 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
6696 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
6697 remove gst_info calls
6699 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
6708 Updated translations
6710 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
6712 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
6713 refactor/comment code
6715 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
6717 * gst/asfdemux/Makefile.am:
6718 * gst/asfdemux/asfheaders.c:
6719 * gst/asfdemux/asfheaders.h:
6720 * gst/asfdemux/gstasf.c: (plugin_init):
6721 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
6722 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
6723 (gst_asf_demux_setup_pad):
6724 * gst/asfdemux/gstasfdemux.h:
6725 * gst/asfdemux/gstasfmux.c:
6726 * gst/asfdemux/gstasfmux.h:
6727 Add tagging support to demuxer, split out registration in its own
6728 file instead of in demux (hacky), and prevent having some tables
6729 in our memory multiple times (in asfheaders.h).
6731 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
6733 * gst/matroska/matroska-demux.c:
6734 (gst_matroska_demux_parse_metadata):
6735 * gst/matroska/matroska-ids.h:
6736 Basic tag reading support.
6738 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
6740 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
6741 Really detect ac-3 audio.
6742 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
6743 really detect matroska files (off-by-1).
6745 2004-04-30 David Schleef <ds@schleef.org>
6747 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6748 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
6749 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
6750 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
6751 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
6752 hackage -- parse a lot more atoms, extract a few tags. One might even
6753 mistake this for tag support. Maybe it is.
6754 * gst/qtdemux/qtdemux.h:
6756 2004-04-30 Colin Walters <walters@verbum.org>
6758 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
6760 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
6762 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6763 (gst_ffmpegcolorspace_getcaps):
6764 remove broken nego fix
6766 2004-04-30 Benjamin Otte <otte@gnome.org>
6770 * ext/libvisual/Makefile.am:
6771 * ext/libvisual/visual.c:
6772 add initial support for libvisual (http://libvisual.sourceforge.net)
6773 libvisual is still quite alpha, so expect crashes in there :)
6775 2004-04-29 David Schleef <ds@schleef.org>
6777 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
6778 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
6779 up qtdemux to make it spit out codec_data. Do _not_ look at this
6780 code; you will no longer respect me.
6782 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6784 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
6785 * ext/alsa/gstalsa.h :
6786 change alsa pcm device discovery to find more than 1 device
6787 per card. code review by Ronald.
6789 2004-04-29 David Schleef <ds@schleef.org>
6791 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
6792 Add a check for a driver bug on FreeBSD. (bug #140565)
6794 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6796 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
6797 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
6798 (gst_jpegenc_getcaps):
6799 move format setting to inner loop
6800 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6801 (gst_ffmpegcolorspace_getcaps):
6802 use GST_PAD_CAPS if available so that we use already negotiated
6804 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6805 (qtdemux_parse_moov), (qtdemux_parse):
6807 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
6808 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
6809 move hardcoded path to DEFINE
6811 2004-04-28 David Schleef <ds@schleef.org>
6813 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
6816 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
6818 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
6819 Don't probe for playback device if we're a source element. Fixes
6822 2004-04-29 Benjamin Otte <otte@gnome.org>
6824 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
6825 (gst_id3_tag_chain):
6826 rewrite buffer offset
6828 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
6832 * ext/dts/Makefile.am:
6833 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
6834 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
6835 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
6836 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
6837 (gst_dtsdec_loop), (gst_dtsdec_change_state),
6838 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
6840 * ext/dts/gstdtsdec.h:
6842 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
6843 (gst_faad_srcconnect):
6844 Add ESDS atom handling (.m4a).
6846 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
6848 * ext/divx/gstdivxdec.c: (plugin_init):
6849 Remove comment that makes no sense.
6850 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
6851 Fix for obvious typo that resulted in warnings during gst-register.
6852 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
6853 (gst_xviddec_sink_link):
6854 Fix caps negotiation a bit better.
6855 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
6856 We call this 'codec_data', not 'esds'.
6858 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
6860 * gst/monoscope/gstmonoscope.c:
6861 make sure we only provide 256x128
6862 * gst/monoscope/monoscope.c: (monoscope_init):
6863 assert size of 256x128
6865 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
6868 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
6869 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
6870 fixate to max width and height of device
6872 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
6876 * sys/v4l/gstv4lsrc.c:
6877 * sys/v4l/v4l_calls.c:
6878 * sys/v4l/v4lsrc_calls.c:
6879 fix for qc-usb driver which fakes having more than one buffer
6880 by handing the same buffer twice, which confused GStreamer's/v4lsrc
6881 buffer_free override
6884 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
6887 * gst/videotestsrc/gstvideotestsrc.c:
6888 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
6889 (gst_videotestsrc_init), (gst_videotestsrc_get),
6890 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
6891 * gst/videotestsrc/gstvideotestsrc.h:
6892 add num-buffers property
6894 2004-04-26 Benjamin Otte <otte@gnome.org>
6896 * ext/mad/gstid3tag.c: (plugin_init):
6897 set id3mux rank to NONE so it doesn't confuse spider
6898 require audio/mpeg,mpegversion=1 in id3mux
6900 2004-04-26 Benjamin Otte <otte@gnome.org>
6903 detect faad correctly as non-working if it's indeed non-working
6905 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6908 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
6909 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
6910 fix _getcaps so it only negotiates to its supported format
6912 2004-04-25 Benjamin Otte <otte@gnome.org>
6914 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
6917 2004-04-23 Benjamin Otte <otte@gnome.org>
6919 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6920 audio/x-raw-int with height rules! not. Now it's depth.
6922 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
6924 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
6925 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
6926 (gst_wavparse_loop):
6927 Missing variable initialization. Add handling of DVI ADPCM. Fix
6928 mis-parsing of LIST chunks. This works around a bug where we mis-
6929 parse non-aligning LIST chunks (so LIST chunks where the contents
6930 don't align with the actual LIST size). The correct fix is to use
6931 rifflib, I'm not going to fix wavparse - too much work. All this
6934 2004-04-22 Zaheer Abbas Merali <zaheerabbas@merali.org>
6936 reviewed by Benjamin Otte <otte@gnome.org>
6938 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
6939 fix shoutcast not working (fixes #140844)
6941 2004-04-22 Benjamin Otte <otte@gnome.org>
6943 * ext/hermes/gsthermescolorspace.c:
6944 (gst_hermes_colorspace_caps_remove_format_info):
6945 * gst/colorspace/gstcolorspace.c:
6946 (gst_colorspace_caps_remove_format_info):
6947 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6948 (gst_ffmpegcolorspace_caps_remove_format_info):
6949 s/gst_caps_simplify/gst_caps_do_simplify/
6951 2004-04-22 Benjamin Otte <otte@gnome.org>
6953 * gst-libs/gst/riff/riff-media.c:
6954 (gst_riff_create_video_caps_with_data):
6955 mpegversion is an int
6956 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
6957 don't try to create pad templates with NULL caps, use any caps
6960 2004-04-20 David Schleef <ds@schleef.org>
6962 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
6963 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
6966 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
6968 reviewed by David Schleef
6970 * ext/mad/gstid3tag.c: Add stdlib.h
6971 * gst/rtp/gstrtpgsmenc.c: same
6972 * gst/tags/gstid3tag.c: same
6973 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
6974 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
6975 GST_DISABLE_LOADSAVE use.
6976 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
6977 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
6978 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
6980 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
6981 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
6983 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
6984 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
6986 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
6989 2004-04-20 David Schleef <ds@schleef.org>
6991 * gst/realmedia/rmdemux.c: This was supposed to part of the
6992 last checkin. Same idea.
6994 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
6996 reviewed by David Schleef
6998 * configure.ac: bump required gstreamer version to 0.8.1.1
6999 because of following changes [--ds]
7001 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
7002 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
7003 (gst_riff_read_header): Use GST_READ_UINT*
7004 macros to access possibly unaligned memory.
7006 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
7007 (mp3_type_find): Use GST_READ_UINT*
7008 macros to access possibly unaligned memory.
7009 (mp3_type_find, mpeg1_parse_header, qt_type_find)
7010 (speex_type_find): Likewise
7012 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
7014 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
7015 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
7016 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
7017 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
7018 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
7019 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
7020 macros to access possibly unaligned memory.
7022 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
7025 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
7026 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
7028 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
7031 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
7032 (gst_mpeg2subt_chain_subtitle): Likewise.
7034 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
7035 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
7038 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
7041 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
7044 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
7047 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
7050 update required version of GStreamer because of GST_TIME_FORMAT
7052 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
7054 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
7055 remove leftover g_print
7056 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
7057 don't try setting only a subset of the caps. We don't want to kill
7058 autoplugging on purpose
7060 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
7062 * sys/ximage/ximagesink.c: (plugin_init):
7063 * sys/xvimage/xvimagesink.c: (plugin_init):
7064 add debugging categories
7066 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
7070 Adding en_GB translation (Gareth Owen)
7072 2004-04-20 David Schleef <ds@schleef.org>
7074 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
7075 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
7076 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
7077 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
7078 A number of new features and hacks to extract the esds atom and
7079 put it into the caps. (bug #137724)
7081 2004-04-19 David Schleef <ds@schleef.org>
7083 * gconf/Makefile.am: Fix for non-GNU make
7084 * gst-libs/gst/Makefile.am: Change directory order to handle
7085 GstPlay linking with gstinterfaces
7086 * gst-libs/gst/audio/make_filter: make use of tr portable
7087 * gst-libs/gst/play/Makefile.am: Add intended \
7088 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
7089 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
7090 function prototype instead of void *.
7091 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
7093 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7094 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
7095 * gst/videofilter/make_filter: make use of tr portable
7096 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
7098 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
7102 Added Ukrainian translation (Maxim V. Dziumanenko)
7104 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
7106 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
7107 (gst_gsmdec_link), (gst_gsmdec_chain):
7108 Fix capsnego, simplify chain function slightly.
7109 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
7112 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
7114 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
7115 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
7116 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
7117 Hack to make wavparse work with spider (always -> sometimes pad).
7118 Fixes #135862 && #140411.
7120 2004-04-18 Benjamin Otte <otte@gnome.org>
7122 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
7123 (gst_osselement_rate_probe_check),
7124 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
7125 get rid of \n in debug output
7127 2004-04-17 Iain <iain@prettypeople.org>
7129 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
7132 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
7134 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
7135 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
7136 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
7137 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
7138 (gst_id3_tag_src_link), (gst_id3_tag_chain),
7139 (gst_id3_tag_change_state), (plugin_init):
7140 deprecate id3tag element and replace with id3demux/id3mux.
7141 great side effect: this ugly file is now even uglier, yay!
7143 remove non-available function
7144 update for new get_type
7146 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
7149 require mpeg2dec >= 0.4.0
7151 2004-04-17 Benjamin Otte <otte@gnome.org>
7153 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7154 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
7155 (gst_xvimagesink_set_xwindow_id):
7156 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
7157 assorted cleanup fixes.
7159 2004-04-16 David Schleef <ds@schleef.org>
7161 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
7162 * sys/xvimage/xvimagesink.h: same
7164 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
7166 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
7167 Fix GST_ELEMENT_ERROR with (NULL)
7169 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
7171 * gst-libs/gst/riff/riff-media.c:
7172 (gst_riff_create_video_caps_with_data):
7173 Add div[3456] as fourccs for DivX 3 (fixes #140137).
7175 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
7177 * gst-libs/gst/riff/riff-media.c:
7178 (gst_riff_create_video_caps_with_data),
7179 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
7180 (gst_riff_create_video_template_caps),
7181 (gst_riff_create_audio_template_caps):
7182 * gst-libs/gst/riff/riff-media.h:
7183 * gst-libs/gst/riff/riff-read.c:
7184 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
7185 * gst-libs/gst/riff/riff-read.h:
7186 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
7187 Add MS RLE support. I added some functions to read out strf chunks
7188 into strf chunks and the data behind it. This is usually color
7189 palettes (as in RLE, but also in 8-bit RGB). Also use those during
7190 caps creation. Lastly, add ADPCM (similar to wavparse - which
7191 should eventually be rifflib based).
7192 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
7193 (gst_matroska_demux_init), (gst_matroska_demux_reset):
7194 * gst/matroska/matroska-demux.h:
7195 Remove placeholders for some prehistoric tagging system. Didn't add
7196 support for any tag system really anyway.
7197 * gst/qtdemux/qtdemux.c:
7198 Add support for audio/x-m4a (MPEG-4) through spider.
7199 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
7200 (gst_wavparse_loop):
7201 ADPCM support (#135862). Increase max. buffer size because we
7202 cannot split buffers for ADPCM (screws references) and I've seen
7203 files with 2048 byte chunks. 4096 seems safe for now.
7205 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
7207 * configure.ac: bump nano to 1
7209 === release 0.8.1 ===
7211 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
7213 * configure.ac: releasing 0.8.1, "Comforting Sounds"
7215 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
7217 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7218 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
7221 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
7223 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
7224 lower rank of dvddemux so that it's not used for mpeg playback.
7226 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
7229 save libs correctly when checking mad
7231 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
7233 * ext/mad/gstid3tag.c: (plugin_init):
7234 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
7236 2004-04-13 David Schleef <ds@schleef.org>
7238 * common/m4/gst-feature.m4: Call -config scripts with
7239 --plugin-libs if it is supported.
7240 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
7241 JPEG images are image/jpeg.
7242 * gst/debug/Makefile.am:
7243 * gst/debug/negotiation.c: (gst_negotiation_class_init),
7244 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
7245 (gst_negotiation_update_caps), (gst_negotiation_get_property),
7246 (gst_negotiation_plugin_init): Add a property that acts like
7248 * testsuite/gst-lint: Move license checking to be a standard
7251 2004-04-13 David Schleef <ds@schleef.org>
7253 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
7254 patch from Sebastien Cote (bug #139958)
7256 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
7258 * examples/gstplay/Makefile.am:
7259 * examples/gstplay/player.c: (main):
7260 make the commandline player example use gconf settings
7262 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
7264 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
7265 (gst_cacasink_sinkconnect), (gst_cacasink_init),
7266 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
7267 init/end library during state transition, not object
7268 creation/disposal. get rid of custom dispose handler.
7271 2004-04-12 Christian Schaller <Uraeus@gnome.org>
7273 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
7276 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
7278 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
7279 Handle JUNK chunks inside data section. Prevents warnings.
7281 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
7283 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7284 (gst_riff_create_video_template_caps):
7286 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7287 (gst_avi_demux_stream_data):
7288 Add support for "rec-list" chunks.
7290 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
7292 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7293 Fix another codecname mismatch.
7295 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
7297 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7298 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
7299 so that MJPEG plays back.
7301 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
7303 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
7304 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
7305 * gst/mpeg1videoparse/gstmp1videoparse.h:
7306 Fix for some slight mis-cuts in buffer parsing, and for some
7307 potential overflows or faults-causers. Adds disconts. Also fixes
7308 #139105 while we're at it.
7310 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
7313 * sys/v4l2/gstv4l2element.h:
7314 Workaround for missing struct v4l2_buffer declaration in Suse 9
7315 and Mandrake 10 linux/videodev2.h header file (#135919).
7317 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
7319 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
7320 Bail out if no filename was given.
7322 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
7324 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
7325 (gst_v4l2_fourcc_from_structure):
7326 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
7329 2004-04-09 Benjamin Otte <otte@gnome.org>
7331 * ext/gnomevfs/gstgnomevfssink.c:
7332 (_gst_boolean_allow_overwrite_accumulator),
7333 (gst_gnomevfssink_class_init):
7334 fix erase signal - if any handler returns false the file will not be
7335 overwritten. If no handler is connected, the file will not be
7337 renamed signal to "allow-overwrite"
7338 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
7339 free string when adding it to ID3 failed
7340 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
7341 unref event when done
7342 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
7344 * gst/typefind/gsttypefindfunctions.c:
7345 (mpeg_video_stream_type_find):
7348 2004-04-08 David Schleef <ds@schleef.org>
7350 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7351 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
7353 2004-04-08 David Schleef <ds@schleef.org>
7355 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
7356 we don't support (bug #139532)
7358 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
7360 * ext/mad/gstmad.c: (gst_mad_handle_event),
7361 (gst_mad_check_caps_reset), (gst_mad_chain),
7362 (gst_mad_change_state):
7363 only set explicit caps if they haven't been set before for
7364 this stream. MPEG-audio sample rate/channels aren't allowed
7365 to change in-stream.
7368 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
7370 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
7371 (_gst_boolean_did_something_accumulator),
7372 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
7373 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
7374 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
7375 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
7376 (gst_gnomevfssink_change_state):
7377 Fix erase signal. Don't erase by default. Remove handoff signal.
7378 Remove erase property. Don't segfault. General cleanup.
7380 2004-04-07 Benjamin Otte <otte@gnome.org>
7382 * gst-libs/gst/gconf/test-gconf.c: (main):
7383 add missing gst_init
7385 2004-04-07 Benjamin Otte <otte@gnome.org>
7387 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
7388 free the mutexes, too
7390 2004-04-07 Benjamin Otte <otte@gnome.org>
7392 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
7393 actually free the URI string
7394 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
7395 compute offset correctly when passing discont events
7396 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
7397 don't leak discont events
7398 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
7399 add some missing breaks so caps aren't copied randomly
7400 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
7401 if we realloc memory, we better use it
7403 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
7405 * ext/mad/gstmad.c: (normal_seek):
7406 fix GST_FORMAT_TIME usage
7408 2004-04-05 David Schleef <ds@schleef.org>
7410 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
7411 a deprecated function (hack!)
7413 2004-04-05 Benjamin Otte <otte@gnome.org>
7415 * ext/esd/esdmon.c: (gst_esdmon_get):
7416 fix nonterminated vararg and memleak
7418 2004-04-05 Benjamin Otte <otte@gnome.org>
7420 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
7421 (gst_ladspa_init), (gst_ladspa_force_src_caps),
7422 (gst_ladspa_set_property), (gst_ladspa_get_property),
7423 (gst_ladspa_instantiate), (gst_ladspa_activate),
7424 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
7427 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
7429 reviewed by Benjamin Otte <otte@gnome.org>
7431 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
7432 check for broken LADSPA parameters (fixes #138635)
7434 2004-04-05 Benjamin Otte <otte@gnome.org>
7436 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
7437 advertise buffer-frames correctly on sinkpads
7439 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
7441 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
7442 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
7443 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
7444 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
7445 (gst_mad_check_caps_reset), (gst_mad_chain):
7446 add more debugging, only reset caps when we're not in error state
7448 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
7450 * ext/mad/gstmad.c: add debugging category, comment + cleanups
7452 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
7454 reviewed by Benjamin Otte <otte@gnome.org>
7457 fix == in test(1) operator
7459 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
7461 reviewed by Benjamin Otte <otte@gnome.org>
7464 fix --export-symblos-regex to a working regex.
7466 2004-04-04 Benjamin Otte <otte@gnome.org>
7468 * sys/oss/.cvsignore:
7471 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
7473 reviewed by Benjamin Otte <otte@gnome.org>
7475 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
7476 add missing 'new_media' argument (fixes #138168)
7477 * gst/matroska/matroska-demux.c:
7478 (gst_matroska_demux_handle_seek_event):
7479 add vararg terminator (fixes #138169)
7481 2004-04-02 David Schleef <ds@schleef.org>
7483 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
7484 disted (bug #138914)
7486 2004-04-01 Benjamin Otte <otte@gnome.org>
7488 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
7489 (gst_alsa_close_audio):
7490 handle case better where a soundcard can't pause
7491 * ext/ogg/gstoggdemux.c:
7492 don't crash when we get events but don't have pads yet
7494 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
7496 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
7497 throw an error if we couldn't probe any caps.
7499 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
7501 * ext/dvdnav/gst-dvd:
7502 Add a really simple sample DVD player
7504 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
7506 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
7507 (gst_a52dec_push), (gst_a52dec_handle_event),
7508 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
7509 (gst_a52dec_change_state):
7510 * ext/a52dec/gsta52dec.h:
7511 Use a debug category, Output timestamps correctly
7512 Emit tag info, Handle events, tell liba52dec about cpu
7513 capabilities so it can use MMX etc.
7514 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
7515 Fix a crasher accessing invalid memory
7516 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
7517 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
7518 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
7519 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
7521 Some support for byte-format seeking.
7522 Small fixes for still frames and menu button overlays
7523 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
7524 (gst_mpeg2dec_alloc_buffer):
7525 Use a debug category. Adjust the report level of several items to
7526 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
7527 so it doesn't lose the GstBuffer pointer
7528 * gst/debug/Makefile.am:
7529 * gst/debug/gstdebug.c: (plugin_init):
7530 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
7531 (gst_navseek_base_init), (gst_navseek_class_init),
7532 (gst_navseek_init), (gst_navseek_seek),
7533 (gst_navseek_handle_src_event), (gst_navseek_set_property),
7534 (gst_navseek_get_property), (gst_navseek_chain),
7535 (gst_navseek_plugin_init):
7536 * gst/debug/gstnavseek.h:
7537 Add the navseek debug element for seeking back and forth in a
7538 video stream using arrow keys.
7539 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
7540 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
7541 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
7542 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
7543 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
7544 (gst_mpeg2subt_parse_header), (gst_get_nibble),
7545 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
7546 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
7547 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
7548 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
7549 * gst/mpeg2sub/gstmpeg2subt.h:
7550 Pretty much a complete rewrite. Now a loopbased element. May still
7551 require work to properly synchronise subtitle buffers.
7552 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
7553 (gst_dvd_demux_send_subbuffer):
7554 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
7555 Don't attempt to create subbuffers of size 0
7556 Reduce a couple of error outputs to warnings.
7557 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
7558 (gst_y4mencode_chain):
7559 Output the y4m frame header correctly.
7561 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
7563 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
7564 throw errors instead of allowing SIGFPE
7566 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
7568 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
7569 (gst_gconf_render_bin_from_key):
7570 leak plugging and style fixing
7572 2004-03-31 David Schleef <ds@schleef.org>
7574 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
7575 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
7577 * gst/debug/Makefile.am:
7578 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
7579 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
7581 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
7582 (gst_negotiation_base_init), (gst_negotiation_class_init),
7583 (gst_negotiation_init), (gst_negotiation_getcaps),
7584 (gst_negotiation_pad_link), (gst_negotiation_chain),
7585 (gst_negotiation_set_property), (gst_negotiation_get_property),
7586 (gst_negotiation_plugin_init): New element to talk about random
7587 negotiation things happening in a pipeline.
7589 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
7591 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
7592 fix integer addition with help of Stefan Kost
7594 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
7596 * po/nl.po: updated Dutch translation (Elros Cyriatan)
7598 2004-03-30 David Schleef <ds@schleef.org>
7600 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
7601 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
7602 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
7604 * ext/mpeg2dec/gstmpeg2dec.h:
7606 2004-03-30 David Schleef <ds@schleef.org>
7608 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
7610 2004-03-30 David Schleef <ds@schleef.org>
7612 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
7613 Michael Petullo) to handle .mov
7615 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
7617 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
7618 (gst_osselement_rate_check_rate):
7619 probe caps correctly for sound cards that only support one format
7621 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
7623 * ext/kio/kiosrc.cpp: (process_events):
7624 update handling event processing if inside KDE - untested
7626 2004-03-29 David Schleef <ds@schleef.org>
7628 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
7629 by 2 to not interfere with other colorspaces.
7630 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
7631 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
7632 one to not interfere with ffmpeg_colorspace.
7634 2004-03-29 David Schleef <ds@schleef.org>
7636 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
7638 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
7639 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
7641 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
7643 * gst-libs/gst/riff/riff-media.c:
7644 fail on error, don't try to set stuff on NULL caps
7646 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
7650 * ext/kio/Makefile.am:
7651 * ext/kio/kioreceiver.cpp:
7652 * ext/kio/kioreceiver.h:
7653 * ext/kio/kiosrc.cpp:
7655 add experimental kiosrc plugin
7656 * ext/alsa/gstalsaplugin.c: (plugin_init):
7657 initialize debugging category only when we're sure registering the
7660 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
7662 * examples/gstplay/player.c: (main):
7663 * gst-libs/gst/play/play.c: (gst_play_class_init),
7664 (gst_play_set_location), (gst_play_set_data_src),
7665 (gst_play_set_video_sink), (gst_play_set_audio_sink),
7666 (gst_play_set_visualization), (gst_play_connect_visualization):
7667 check return values of element_set_state and return FALSE where
7670 2004-03-29 Benjamin Otte <otte@gnome.org>
7672 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
7673 try harder to check if an event is really a discont
7675 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
7677 * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
7680 2004-03-28 Benjamin Otte <otte@gnome.org>
7682 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
7683 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
7684 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
7685 get rid of non-standard "..." ranges in case statements.
7687 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
7689 * gst/mpegstream/gstmpegdemux.c:
7690 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
7691 specific functionality split to the new dvddemux element.
7692 * gst/mpegstream/gstdvddemux.c:
7693 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
7694 streams, derived from mpegdemux.
7695 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
7696 up. SCR based timestamp rewriting can be turned off (will probably
7697 completely disappear soon).
7698 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
7699 hacking. General cleanup. All printf statements replaced by
7700 debugging messages. Almost complete libdvdnav support.
7701 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
7702 by events. New properties for audio and subpicture languages.
7703 (dvdnavsrc_update_highlight): Now uses events.
7704 (dvdnavsrc_user_op): Cleaned up.
7705 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
7706 based). Lots of cleanup, and propper support for most libdvdnav
7708 (dvdnavsrc_make_dvd_event): New function.
7709 (dvdnavsrc_make_dvd_nav_packet_event): New function.
7710 (dvdnavsrc_make_clut_change_event): New function.
7712 2004-03-26 Benjamin Otte <otte@gnome.org>
7714 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
7715 fix bug where typefinding would claim it's theora whenever less then
7716 7 bytes of data were available
7718 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
7720 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
7721 (gst_alawdec_base_init), (gst_alawdec_class_init),
7722 (gst_alawdec_init), (gst_alawdec_chain):
7723 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
7724 (gst_alawenc_base_init), (gst_alawenc_class_init),
7725 (gst_alawenc_init), (gst_alawenc_chain):
7726 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
7727 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
7728 (gst_mulawdec_init), (gst_mulawdec_chain):
7729 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
7730 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
7731 (gst_mulawenc_init), (gst_mulawenc_chain):
7732 Fix capsnego in all four, remove the unused property functions and
7733 simplify the chain functions slightly. I guess we could use macros
7734 or something similar for those, since the code is so similar, but
7735 I'm currently too lazy...
7737 2004-03-24 David Schleef <ds@schleef.org>
7739 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
7740 (gst_osselement_close_audio), (gst_osselement_probe_caps),
7741 (gst_osselement_get_format_structure),
7742 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
7743 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
7744 (gst_osselement_rate_int_compare): Add code to handle rate probing
7746 * sys/oss/gstosselement.h: same
7747 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
7748 Use rate probing provided by osselement.
7749 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
7751 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
7753 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
7754 (gst_xvidenc_get_property):
7757 2004-03-24 David Schleef <ds@schleef.org>
7759 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
7760 (gst_speexdec_init):
7761 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
7762 (gst_speexenc_init): Create the pad template correctly (from
7763 the static pad template, not a NULL pointer.)
7765 2004-03-25 Benjamin Otte <otte@gnome.org>
7767 * gst/debug/Makefile.am:
7768 * gst/debug/breakmydata.c:
7769 add element that quasi-randomly changes bytes in the stream.
7770 Intended use is robustness checking of demuxers and decoders in
7773 2004-03-24 Benjamin Otte <otte@gnome.org>
7775 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
7776 (gst_alsa_probe_hw_params):
7777 * ext/alsa/gstalsa.h:
7778 debugging output fixes
7780 2004-03-24 Benjamin Otte <otte@gnome.org>
7782 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
7783 don't g_return_if_fail if element is PLAYING, fail silently as every
7785 * gst/effectv/gstquark.c: (gst_quarktv_chain):
7786 only fix needed for cast lvalue issues in gst-plugins
7787 * gst/volenv/gstvolenv.c: (gst_volenv_init):
7790 2004-03-24 Benjamin Otte <otte@gnome.org>
7792 * gst/level/gstlevel.c: (gst_level_init):
7793 add proxying getcaps function, so level doesn't advertise impossible
7796 2004-03-24 David Schleef <ds@schleef.org>
7798 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
7799 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
7800 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
7801 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
7802 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
7803 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
7804 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
7805 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
7806 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
7807 messages. Divide the chunk size by the compression ratio
7808 (needed for MACE audio)
7810 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
7812 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
7813 Fix buffer overflow read error.
7815 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
7817 * ext/alsa/gstalsa.h:
7818 Remove unused entry.
7819 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7821 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
7822 (gst_videodrop_link), (gst_videodrop_chain):
7823 Fix, sort of. Was horribly broken with new capsnego. Bah...
7825 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
7827 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
7829 Add a monkeysaudio typefind function
7831 2004-03-23 Johan Dahlin <johan@gnome.org>
7833 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
7834 (gst_play_video_fixate): Check so the structure has the field
7835 before trying to fixate them, this makes it possible to have
7836 fakesinks for video and audio output without printing errors on
7839 2004-03-22 David Schleef <ds@schleef.org>
7841 * sys/oss/Makefile.am:
7842 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
7843 (check_rate), (add_rate): Rate probing test app.
7845 2004-03-21 Benjamin Otte <otte@gnome.org>
7847 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
7848 (_fixate_caps_to_int), (gst_audio_convert_fixate):
7849 add a fixation function that pretty much does the right thing (fixes
7852 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
7854 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
7856 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
7858 reviewed by: Benjamin Otte <otte@gnome.org>
7860 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
7861 terminate gst_event_new_discontinuous correctly (fixes parts of
7864 2004-03-19 David Schleef <ds@schleef.org>
7866 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
7867 since it doesn't depend on X, and it's part of our ABI.
7869 2004-03-19 Iain <iain@prettypeople.org>
7871 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
7872 is_int in the structure, not the local variable.
7874 2004-03-19 David Schleef <ds@schleef.org>
7876 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
7877 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
7878 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
7879 Improvements in caps negotiation.
7881 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
7885 adding Afrikaans (Petri Jooste)
7887 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
7889 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7890 (gst_ffmpegcolorspace_chain):
7891 throw error instead of g_critical (#137588)
7893 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
7897 dist common and m4 correctly
7900 2004-03-17 David Schleef <ds@schleef.org>
7902 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
7905 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
7909 adding Swedish translation (Christian Rose)
7911 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
7913 * Makefile.am: use release.mak
7915 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
7918 * common/gst-autogen.sh:
7919 add some explanation about the version detection
7923 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
7925 * configure.ac: bump nano to 1
7927 === release 0.8.0 ===
7929 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
7931 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
7933 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
7936 update libtool version
7937 * gst-libs/gst/media-info/Makefile.am:
7938 actually use libtool version
7940 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
7942 * configure.ac: fix speex detection to work with 1.0 but not 1.1
7944 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
7947 * gst-plugins.spec.in:
7948 * pkgconfig/Makefile.am:
7949 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
7950 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
7951 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
7952 * pkgconfig/gstreamer-libs.pc.in:
7953 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
7954 * pkgconfig/gstreamer-play-uninstalled.pc.in:
7955 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
7956 * pkgconfig/gstreamer-plugins.pc.in:
7957 remove @VERSION@ from some of the pc files since core and plugins
7959 created gstreamer-plugins.pc as it's a better name, but keeping
7960 -libs around for now to get fixes upstream done first.
7962 2004-03-15 Julien MOUTTE <julien@moutte.net>
7964 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
7965 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
7966 * gst-libs/gst/play/play.h:
7968 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
7970 * *.c, *.cc: don't mix tabs and spaces
7972 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
7974 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
7975 use the new ffmpegcolorspace
7976 * gst-plugins.spec.in:
7977 package new colorspace and media-info
7979 * pkgconfig/Makefile.am:
7980 fix some more disting issues
7981 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
7982 * pkgconfig/gstreamer-media-info.pc.in:
7983 generate media-info pc files
7985 2004-03-15 Johan Dahlin <johan@gnome.org>
7987 * *.h: Revert indenting
7989 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
7992 adding ffmpegcolorspace element
7993 * gst/ffmpegcolorspace/Makefile.am:
7994 * gst/ffmpegcolorspace/avcodec.h:
7995 * gst/ffmpegcolorspace/common.h:
7996 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
7997 * gst/ffmpegcolorspace/dsputil.h:
7998 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
7999 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8000 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
8001 (gst_ffmpeg_caps_to_pix_fmt):
8002 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
8003 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8004 (gst_ffmpegcolorspace_caps_remove_format_info),
8005 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
8006 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
8007 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
8008 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
8009 (gst_ffmpegcolorspace_set_property),
8010 (gst_ffmpegcolorspace_get_property),
8011 (gst_ffmpegcolorspace_register):
8012 * gst/ffmpegcolorspace/imgconvert.c:
8013 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
8014 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
8015 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
8016 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
8017 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
8018 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
8019 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
8020 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
8021 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
8022 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
8023 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
8024 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
8025 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
8026 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
8027 (img_get_alpha_info), (deinterlace_line),
8028 (deinterlace_line_inplace), (deinterlace_bottom_field),
8029 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
8030 * gst/ffmpegcolorspace/imgconvert_template.h:
8031 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
8032 * gst/ffmpegcolorspace/mmx.h:
8033 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
8034 adding ffmpegcolorspace element supplied by Ronald after cleaning
8035 up and pulling in the right bits of upstream source.
8036 I'm sure a better C/compiler wizard could do some cleaning up (for
8037 example use GLIB's malloc stuff), but as a first pass this
8040 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
8042 * ext/alsa/gstalsa.h:
8043 I assume Ronald forgot to commit the change to have cardname
8044 as a struct member. Expect some public spanking at the next
8047 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
8049 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
8050 (gst_alsa_open_audio), (gst_alsa_close_audio):
8051 * ext/alsa/gstalsa.c:
8052 Don't open the device if we're a mixer (= padless).
8053 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
8054 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
8055 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
8056 Open mixer during state change rather than during object
8057 initialization. Also, get a device name. Currently in a somewhat
8058 hackish fashion, but I didn't really find something better.
8060 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
8062 * *.c, *.h: run gst-indent
8064 2004-03-14 Benjamin Otte <otte@gnome.org>
8066 * gst/modplug/gstmodplug.cc:
8067 * gst/modplug/gstmodplug.h:
8068 set correct timestamps on outgoing buffers
8070 2004-03-14 Benjamin Otte <otte@gnome.org>
8072 * gst/modplug/gstmodplug.cc:
8073 handle events - don't do crap when a discont arrives that's not
8075 This allows correct loading and playback of mods in Rhythmbox
8077 2004-03-14 Benjamin Otte <otte@gnome.org>
8080 * gst-libs/gst/gconf/Makefile.am:
8081 * pkgconfig/Makefile.am:
8082 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
8083 they get rebuilt properly
8085 when checking for vorbis, try pkgconfig first.
8086 * gst/modplug/gstmodplug.cc:
8089 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
8091 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8092 Fix for obvious mistake, where we first shift the offset and then
8093 read a samplesize element assuming the old offset. Note that this
8094 part still has something weird, i.e. my movies containing those
8095 don't actually play well, but at least there's something that looks
8098 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
8099 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
8101 Add a typefind function for speex format
8103 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
8105 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
8106 (gst_asf_demux_setup_pad):
8107 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
8108 instead of 0. Reason is simple: some elements have a fps range
8109 of 1-max instead of 0-max. So now ASF video actually works.
8111 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
8115 adding serbian as a language
8117 2004-03-13 Benjamin Otte <otte@gnome.org>
8119 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
8120 return taglist correctly from _get function, don't gst_pad_push it.
8123 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
8124 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
8126 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
8128 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
8129 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
8130 (gst_alsa_mixer_track_new):
8131 * ext/alsa/gstalsamixertrack.h:
8132 Fix ancient leftovers... MixerTrack is a GObject.
8134 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
8136 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
8137 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
8138 Don't block during probing...
8140 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
8142 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
8143 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
8144 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
8145 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
8146 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
8147 (gst_alsa_open_audio), (gst_alsa_close_audio):
8148 * ext/alsa/gstalsa.h:
8149 Add propertyprobe interface implementation, add some device-name
8150 property, all this so that it looks good in gnome-volume-control.
8152 2004-03-12 David Schleef <ds@schleef.org>
8154 * configure.ac: the Hermes library controls hermescolorspace, not
8156 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
8157 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
8159 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
8160 * ext/sdl/sdlvideosink.h: ditto.
8161 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
8163 2004-03-12 Benjamin Otte <otte@gnome.org>
8165 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
8166 (gst_x_overlay_got_xwindow_id):
8167 * gst-libs/gst/xoverlay/xoverlay.h:
8168 replace XID with unsigned long to get rid of the xlibs dependency in
8169 XOverlay (fixes #137004)
8171 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
8172 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
8173 (gst_agingtv_setup):
8174 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
8175 (gst_dicetv_base_init), (gst_dicetv_class_init),
8176 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
8177 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
8178 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
8179 (gst_edgetv_setup), (gst_edgetv_rgb32):
8180 * gst/effectv/gsteffectv.c:
8181 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
8182 (gst_quarktv_set_property):
8183 * gst/effectv/gstrev.c: (gst_revtv_get_type),
8184 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
8185 (gst_revtv_setup), (gst_revtv_rgb32):
8186 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
8187 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
8188 (gst_shagadelictv_init), (gst_shagadelictv_setup),
8189 (gst_shagadelictv_rgb32):
8190 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
8191 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
8192 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
8193 * gst/effectv/gstwarp.c:
8194 Port everything that can be ported to videofilter and fix up the caps.
8195 Can someone with a big-endian machine please check these?
8197 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
8199 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
8200 (gst_osssink_chain), (gst_osssink_change_state):
8201 Latest fixes for A/V sync, audio playback and such. This is about
8202 all... MPEG playback issues are mostly related to the async build-
8203 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
8205 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
8207 patch from: Stephane Loeuillet
8210 use pkg-config for some libraries, falling back to the old .m4 way
8215 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
8218 * tools/Makefile.am:
8219 * tools/Makefile.in:
8220 * tools/gst-launch-ext-m.m:
8221 * tools/gst-launch-ext.1.in:
8222 * tools/gst-visualise-m.m:
8223 * tools/gst-visualise.1:
8224 * tools/gst-visualise.1.in:
8225 reorganizing generation of script tools
8227 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
8229 * ext/divx/gstdivxdec.c:
8230 Downgrade priority. We prefer ffdec_mpeg4.
8231 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
8232 (gst_faad_chain), (gst_faad_change_state):
8233 Fix capsnego. Doesn't work for some sounds because we don't have
8234 a 5:1 to stereo element.
8235 * ext/xvid/gstxvid.c: (plugin_init):
8237 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
8238 (gst_osssink_change_state):
8239 Add discont handling.
8241 2004-03-09 Colin Walters <walters@verbum.org>
8243 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
8246 2004-03-09 Benjamin Otte <otte@gnome.org>
8248 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
8249 the signals take 2 arguments
8251 2004-03-09 David Schleef <ds@schleef.org>
8253 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
8254 (gst_alsa_fixate): Add fixate function. (bug #136686)
8255 * ext/alsa/gstalsa.h:
8256 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
8258 2004-03-09 Benjamin Otte <otte@gnome.org>
8260 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
8261 (gst_mikmod_change_state):
8262 * ext/mikmod/gstmikmod.h:
8263 make mikmod's loop function not loop infinitely and call
8264 gst_element_yield anymore
8265 * gst/modplug/gstmodplug.cc:
8266 fix pad negotiation (fixes #136590)
8268 2004-03-09 David Schleef <ds@schleef.org>
8270 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
8271 doesn't conflict with the internal colorspace plugin.
8272 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
8273 satisfy the crappy-ass shell shipped by a certain vendor.
8274 * gst/videofilter/make_filter: same (bug #135299)
8276 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
8278 * configure.ac: bump nano to 1
8280 === release 0.7.6 ===
8282 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
8284 * configure.in: releasing 0.7.6, "There"
8286 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
8288 * pkgconfig/gstreamer-play-uninstalled.pc.in:
8289 * pkgconfig/gstreamer-play.pc.in:
8292 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
8294 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
8295 (cdparanoia_open), (cdparanoia_event):
8296 fix/add error handling
8298 add cdparanoia source
8299 * tools/Makefile.am:
8300 make scripts executable
8302 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
8305 * ext/vorbis/Makefile.am:
8307 remove id3types, vorbisfile and xvideosink from the build (#133783)
8309 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
8311 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
8312 Fix metadata read crash (#136537).
8314 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
8316 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
8317 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
8318 adding mime types, fixing the one-stop function
8320 2004-03-08 Christian Schaller <Uraeus@gnome.org>
8322 * ext/nas/nassink.c and /ext/nas/nassink.h:
8323 More NAS love from Arwed von Merkatz
8324 So lets all sing 'Can you feel the NAS tonight'
8326 2004-03-08 Christian Schaller <Uraeus@gnome.org>
8328 * tools/gst-launch-ext.in:
8329 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
8331 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
8333 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
8334 (gst_mpeg2dec_init):
8335 remove the user_data pad for now, because it is being used in
8336 fixating causing MPEG playback to fixate on 1000 Hz for playback.
8337 If someone knows how to fix this properly, please do.
8339 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
8341 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
8342 (gst_osssink_get_time):
8343 add a warning, IMO this won't get triggered anymore, remove later
8345 2004-03-07 David Schleef <ds@schleef.org>
8347 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
8348 format (bug #136470)
8350 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
8352 * gst-libs/Makefile.am:
8353 * gst-libs/gst/media-info/Makefile.am:
8354 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
8355 (error_callback), (gst_media_info_error_create),
8356 (gst_media_info_error_element), (gmip_init), (gmip_reset),
8357 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
8358 * gst-libs/gst/media-info/media-info-priv.h:
8359 * gst-libs/gst/media-info/media-info-test.c: (main):
8360 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
8361 (gst_media_info_class_init), (gst_media_info_instance_init),
8362 (gst_media_info_set_source), (gst_media_info_read_with_idler),
8363 (gst_media_info_read_idler), (gst_media_info_read):
8364 * gst-libs/gst/media-info/media-info.h:
8365 fixed, should work now
8367 2004-03-07 Christian Schaller <Uraeus@gnome.org>
8369 * ext/nas/nassink.c:
8370 A bunch of NAS fixes from Arwed von Merkatz
8372 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
8374 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
8375 (qtdemux_parse_trak):
8376 Fix crash (j might be greater than n_samples, in which case we're
8377 writing outside the allocated space for the array) and memleak.
8379 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
8381 * sys/oss/gstosssink.c: (gst_osssink_chain):
8382 And another caller that couldn't handle delay < 0 (unsigned
8383 integer overflow). Video now continues playing on an audio
8384 buffer underrun, and the clock continues working. Audio still
8387 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
8389 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
8390 (gst_osssink_get_time):
8391 get_delay() may return values lower than 0. In those cases, we
8392 should not actually cast to *unsigned* int64, that will break
8393 stuff horribly. In my case, it screwed up A/V sync in movies
8394 in totem rather badly.
8396 2004-03-06 Christophe Fergeau <teuf@gnome.org>
8398 * ext/faac/gstfaac.c: (gst_faac_chain):
8399 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
8400 * ext/libpng/gstpngenc.c: (user_write_data):
8401 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
8402 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
8403 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
8404 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
8405 Fix several misuse of gst_buffer_merge (it doesn't take ownership
8406 of any buffer), should fix some leaks. I hope I didn't unref buffers
8407 that shouldn't be...
8409 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
8411 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
8412 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
8413 (error_callback), (gmi_reset), (gmi_seek_to_track),
8414 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
8415 (gmip_find_type_post), (gmip_find_stream_post),
8416 (gmip_find_track_streaminfo_post):
8417 * gst-libs/gst/media-info/media-info-priv.h:
8418 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
8419 (info_print), (main):
8420 * gst-libs/gst/media-info/media-info.c:
8421 (gst_media_info_error_create), (gst_media_info_error_element),
8422 (gst_media_info_instance_init), (gst_media_info_get_property),
8423 (gst_media_info_new), (gst_media_info_set_source),
8424 (gst_media_info_read_idler), (gst_media_info_read):
8425 * gst-libs/gst/media-info/media-info.h:
8426 first pass at making this work again. This seems to work on
8427 tagged ogg/vorbis and mp3 files.
8429 2004-03-06 Benjamin Otte <otte@gnome.org>
8431 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
8432 fix huge leak: gst_buffer_merge doesn't unref the first argument
8435 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
8437 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
8438 report layer/mode/emphasis
8440 2004-03-06 Christophe Fergeau <teuf@gnome.org>
8442 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
8444 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
8446 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
8449 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
8451 * ext/vorbis/vorbis.c: (plugin_init):
8452 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
8453 (gst_vorbis_dec_init), (vorbis_dec_event):
8455 make vorbisdec handle _BYTE and _TIME queries
8457 2004-03-06 Christophe Fergeau <teuf@gnome.org>
8459 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
8460 from the xing header
8462 2004-03-06 Benjamin Otte <otte@gnome.org>
8464 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
8465 (gst_audio_convert_link), (gst_audio_convert_change_state),
8466 (gst_audio_convert_buffer_from_default_format):
8467 do conversions from/to float correctly, fix some caps nego errors,
8468 export correct supported caps in template and getcaps, use correct
8469 caps in try_set_caps functions
8471 2004-03-06 Christophe Fergeau <teuf@gnome.org>
8473 For some reason, I only committed a ChangeLog entry yesterday and
8474 not the corresponding code...
8475 * ext/mad/gstmad.c: Fix detection of Xing headers
8476 * gst/tags/gstid3tag.c: Changes to support TLEN tags
8478 2004-03-06 Benjamin Otte <otte@gnome.org>
8480 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
8481 (gst_ogg_demux_src_query):
8482 make sure to handle the case where there's no current chain
8485 2004-03-05 David Schleef <ds@schleef.org>
8487 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
8488 Add fixate function. (bug #131128)
8489 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
8490 (gst_sdlvideosink_fixate): Add fixate function.
8491 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
8492 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
8493 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
8494 Fix missing break that was causing ulaw to be interpreted as
8497 2004-03-05 David Schleef <ds@schleef.org>
8499 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
8500 Fix code that ignores return value of gst_buffer_merge().
8502 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
8503 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
8504 * testsuite/gst-lint: Check for above.
8506 2004-03-05 David Schleef <ds@schleef.org>
8508 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
8509 caps and throw an element error. (bug #136334)
8511 2004-03-05 David Schleef <ds@schleef.org>
8513 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
8514 (gst_faad_chain): Fix negotiation.
8515 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
8516 key and button events.
8517 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
8519 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
8521 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
8522 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
8523 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
8524 function to encourage better negotiation, particularly between
8525 audioconvert and osssink.
8526 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
8527 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
8529 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
8531 * gst/vbidec/vbiscreen.c: Add glib header
8532 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
8534 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
8536 * ext/mad/gstmad.c: Fix detection of Xing headers
8537 * gst/tags/gstid3tag.c: Changes to support TLEN tags
8539 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
8541 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
8542 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
8545 2004-03-06 Christophe Fergeau <teuf@gnome.org>
8547 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
8548 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
8549 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
8550 files, and report the parsed length as a GST_TAG_DURATION tag.
8551 * gst/tags/gstid3tag.c: support TLEN (duration) tag
8553 2004-03-05 Benjamin Otte <otte@gnome.org>
8555 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
8556 convert channels correctly. convert correctly to unsigned.
8558 2004-03-05 Julien MOUTTE <julien@moutte.net>
8560 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
8561 we have a window before clearing it.
8563 2004-03-05 Julien MOUTTE <julien@moutte.net>
8565 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
8566 have a window before clearing it.
8568 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
8570 * gconf/gstreamer.schemas.in:
8571 * gst-libs/gst/gconf/Makefile.am:
8572 version installation path the same way as for 0.6
8573 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
8574 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
8575 * pkgconfig/gstreamer-play-uninstalled.pc.in:
8576 remove comment that was fixed
8578 2004-03-05 David Schleef <ds@schleef.org>
8580 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
8581 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
8582 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
8583 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
8584 Add prototype code for handling seeking and querying.
8586 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
8588 * examples/gstplay/player.c: (main):
8589 Initialize variables to NULL. Prevents a segfault because the
8590 (uninitialized) variable is not NULL, resulting in a crash on
8591 trying to reach error->message.
8593 2004-03-05 Benjamin Otte <otte@gnome.org>
8595 * gst/audioconvert/gstaudioconvert.c:
8596 (gst_audio_convert_buffer_to_default_format):
8597 make float=>int conversion work correctly even in cornercases.
8599 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
8601 * debian/README.Debian:
8602 * debian/build-deps:
8605 * debian/control.in:
8607 * debian/gstreamer-a52dec.files:
8608 * debian/gstreamer-aa.files:
8609 * debian/gstreamer-alsa.files:
8610 * debian/gstreamer-alsa.manpages:
8611 * debian/gstreamer-arts.files:
8612 * debian/gstreamer-artsd.files:
8613 * debian/gstreamer-audiofile.files:
8614 * debian/gstreamer-avifile.files:
8615 * debian/gstreamer-cdparanoia.files:
8616 * debian/gstreamer-colorspace.files:
8617 * debian/gstreamer-doc.files:
8618 * debian/gstreamer-dv.files:
8619 * debian/gstreamer-dvd.files:
8620 * debian/gstreamer-esd.files:
8621 * debian/gstreamer-festival.files:
8622 * debian/gstreamer-flac.files:
8623 * debian/gstreamer-gconf.conffiles:
8624 * debian/gstreamer-gconf.files:
8625 * debian/gstreamer-gconf.postinst:
8626 * debian/gstreamer-gnomevfs.files:
8627 * debian/gstreamer-gsm.files:
8628 * debian/gstreamer-http.files:
8629 * debian/gstreamer-jack.files:
8630 * debian/gstreamer-jpeg.files:
8631 * debian/gstreamer-mad.files:
8632 * debian/gstreamer-mikmod.files:
8633 * debian/gstreamer-misc.files:
8634 * debian/gstreamer-mpeg2dec.files:
8635 * debian/gstreamer-oss.files:
8636 * debian/gstreamer-plugin-apps.files:
8637 * debian/gstreamer-plugin-apps.manpages:
8638 * debian/gstreamer-plugin-libs-dev.files:
8639 * debian/gstreamer-plugin-libs.files:
8640 * debian/gstreamer-plugin-template.postinst:
8641 * debian/gstreamer-plugin-template.postrm:
8642 * debian/gstreamer-sdl.files:
8643 * debian/gstreamer-sid.files:
8644 * debian/gstreamer-vorbis.files:
8645 * debian/gstreamer-x.files:
8646 * debian/mk.control:
8648 Debian package info not maintained here.
8650 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
8652 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
8653 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
8654 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
8655 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
8656 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
8657 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
8658 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
8659 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
8660 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
8661 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
8662 * gst-libs/gst/colorbalance/colorbalance.c:
8663 (gst_color_balance_class_init):
8664 * gst-libs/gst/colorbalance/colorbalancechannel.c:
8665 (gst_color_balance_channel_class_init):
8666 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
8667 * gst-libs/gst/play/play.c: (gst_play_class_init):
8668 * gst-libs/gst/propertyprobe/propertyprobe.c:
8669 (gst_property_probe_iface_init):
8670 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
8671 * gst-libs/gst/tuner/tunerchannel.c:
8672 (gst_tuner_channel_class_init):
8673 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
8674 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
8675 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
8676 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
8677 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
8678 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
8679 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
8680 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
8681 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
8682 fix signals to use - instead of _
8683 * ext/libcaca/gstcacasink.h:
8684 * ext/sdl/sdlvideosink.h:
8687 2004-03-04 David Schleef <ds@schleef.org>
8689 * testsuite/gst-lint: Add a check for bad signal names.
8691 2004-03-04 <kost@imn.htwk-leipzig.de>
8693 reviewed by David Schleef
8695 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
8696 modified the alpha channel and caused a warning. (bug #136192)
8698 2004-04-03 Christian Schaller <Uraeus@gnome.org>
8700 * gst-plugins.spec.in:
8701 Change names of plugins to actually be correct. Try to keep things
8702 alphabetical to avoid getting beat up by Thomas
8704 2004-03-03 Julien MOUTTE <julien@moutte.net>
8706 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
8707 Using ximagesink as a default if no gconf key found. We should
8708 probably consider using alsasink instead of osssink for the audio
8711 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
8714 fix --with-plugins, don't think it ever worked before
8715 * gst-plugins.spec.in:
8718 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
8720 * ext/sdl/sdlvideosink.h:
8721 * sys/ximage/ximagesink.h:
8722 * sys/xvideo/xvideosink.h:
8723 * sys/xvimage/xvimagesink.h:
8724 Fix for move of gstvideosink.h -> videosink.h.
8726 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
8728 * gst-libs/gst/xwindowlistener/Makefile.am:
8729 this is a plugin library, not a library
8731 2004-03-01 David Schleef <ds@schleef.org>
8733 * AUTHORS: Added some names. Add yourself if you're still
8736 2004-03-01 David Schleef <ds@schleef.org>
8740 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
8742 * gst-plugins.spec.in: clean up spec file
8744 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
8746 * gst-libs/gst/video/Makefile.am:
8747 * gst-libs/gst/video/gstvideosink.c:
8748 * gst-libs/gst/video/gstvideosink.h:
8749 rename gstvideosink.h to videosink.h to match other headers
8750 * gst/mixmatrix/Makefile.am:
8752 * gst/tags/Makefile.am: fix plugin filename
8754 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
8756 * gst/tags/Makefile.am: fix plugin filename
8758 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
8760 * examples/gstplay/player.c: (got_time_tick), (main):
8762 display time_tick more readably
8763 * gst/mixmatrix/Makefile.am:
8764 fix plugin file name
8766 2004-02-29 Christophe Fergeau <teuf@gnome.org>
8768 * sys/oss/gstosselement.c: (gst_osselement_probe),
8769 (device_combination_append), (gst_osselement_class_probe_devices):
8770 * sys/oss/gstosselement.h:
8771 Reworked enumeration of oss dsps and mixers so that gst-mixer works
8772 on my system using alsa oss emulation, fixes bug #135597
8774 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
8776 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
8777 (gst_videodrop_chain), (gst_videodrop_change_state):
8778 * gst/videodrop/gstvideodrop.h:
8779 Work based on timestamp of input data, not based on the expected
8780 framerate from the input. The consequence is that this element now
8781 not only scales framerates, but also functions as a framerate
8782 corrector or framerate stabilizer/constantizer.
8784 2004-02-27 David Schleef <ds@schleef.org>
8786 patches from jmmv@menta.net (Julio M. Merino Vidal)
8788 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
8789 GST_ELEMENT_ERROR call (bug #135634)
8790 * gst/interleave/interleave.c: (interleave_buffered_loop),
8791 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
8792 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
8793 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
8794 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
8795 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
8796 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
8797 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
8798 Fix GST_ELEMENT_ERROR call.
8799 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
8800 GST_ELEMENT_ERROR call.
8802 2004-02-27 Benjamin Otte <otte@gnome.org>
8804 * gst-libs/gst/audio/audio.h:
8805 add macro to make sure header isn't included twice
8806 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
8807 don't use gst_buffer_free
8808 * gst/playondemand/filter.func:
8809 don't use gst_data_free. Free data only once.
8811 2004-02-26 David Schleef <ds@schleef.org>
8813 * gst-libs/gst/colorbalance/Makefile.am:
8814 * gst-libs/gst/mixer/Makefile.am:
8815 * gst-libs/gst/tuner/Makefile.am:
8816 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
8817 should not be disted, -marshal.h files should not be installed,
8818 and -enum.h files _should_ be installed. Fix to make this the
8821 === release 0.7.5 ===
8823 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
8825 * configure.ac: release 0.7.5, "Under The Sea"
8827 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
8829 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
8830 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
8831 * gst/videoscale/gstvideoscale.c:
8832 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
8833 assorted debug/warning fixes
8835 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
8837 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
8838 (gst_videoscale_init), (gst_videoscale_chain),
8839 (gst_videoscale_set_property), (plugin_init):
8840 * gst/videoscale/gstvideoscale.h:
8841 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
8842 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
8843 (gst_videoscale_planar400), (gst_videoscale_packed422),
8844 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
8845 (gst_videoscale_24bit), (gst_videoscale_16bit),
8846 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
8847 (gst_videoscale_scale_plane_slow),
8848 (gst_videoscale_scale_point_sample),
8849 (gst_videoscale_scale_nearest),
8850 (gst_videoscale_scale_nearest_str2),
8851 (gst_videoscale_scale_nearest_str4),
8852 (gst_videoscale_scale_nearest_32bit),
8853 (gst_videoscale_scale_nearest_24bit),
8854 (gst_videoscale_scale_nearest_16bit):
8855 add debugging category and use it properly
8856 fix use of GST_PTR_FORMAT
8858 2004-02-25 Andy Wingo <wingo@pobox.com>
8860 * gst/interleave/interleave.c (interleave_buffered_loop): Always
8861 push only when channel->buffer is NULL. Prevents segfaults doing
8862 the state change after a nonlocal exit, like a scheme exception.
8864 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
8865 Handle the case where the intersected caps is empty.
8867 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
8869 * gst/law/mulaw-decode.c: (mulawdec_link):
8870 * gst/law/mulaw.c: (plugin_init):
8871 fix mulawdec so it actually works again
8873 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
8875 reviewed by: David Schleef <ds@schleef.org>
8877 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
8878 (gst_gamma_init), (gst_gamma_set_property),
8879 (gst_gamma_get_property), (gst_gamma_calculate_tables),
8880 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
8881 for RGB, with separate r g and b correction factors. (#131167)
8883 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
8885 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8886 only signal tags for bitrate if they're > 0 (#134894)
8888 2004-02-24 David Schleef <ds@schleef.org>
8890 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
8891 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
8892 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
8893 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
8894 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
8895 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
8896 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
8897 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
8898 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
8899 category. Attempt to fix timestamp calculation.
8901 2004-02-24 Johan Dahlin <johan@gnome.org>
8903 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
8905 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
8908 * gconf/Makefile.am:
8909 * gconf/gstreamer.schemas:
8910 * gst-libs/gst/gconf/Makefile.am:
8911 * gst-libs/gst/gconf/gconf.c:
8912 version gconf schemas and install locations
8914 2004-02-23 Benjamin Otte <otte@gnome.org>
8916 * ext/xine/xineinput.c: (gst_xine_input_dispose):
8917 (gst_xine_input_subclass_init):
8918 call parent dispose.
8919 change pad template for CD reader correctly
8920 * ext/xine/Makefile.am:
8921 * ext/xine/gstxine.h:
8922 * ext/xine/xine.c: (plugin_init):
8923 * ext/xine/xineaudiosink.c:
8924 wrap audio sinks, too
8925 * gst-libs/gst/resample/private.h:
8926 * gst-libs/gst/resample/resample.c: (gst_resample_init),
8927 (gst_resample_reinit), (gst_resample_scale),
8928 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
8929 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
8930 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
8931 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
8932 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
8933 * gst-libs/gst/resample/resample.h:
8934 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
8935 (gst_audioscale_class_init), (gst_audioscale_link),
8936 (gst_audioscale_get_buffer), (gst_audioscale_init),
8937 (gst_audioscale_chain), (gst_audioscale_set_property),
8938 (gst_audioscale_get_property):
8939 * gst/audioscale/gstaudioscale.h:
8940 s/resample_*/gst_resample_*/i to not clobber namespaces
8942 2004-02-23 Julien MOUTTE <julien@moutte.net>
8944 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8945 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
8946 (gst_riff_create_video_template_caps),
8947 (gst_riff_create_audio_template_caps),
8948 (gst_riff_create_iavs_template_caps):
8949 * gst-libs/gst/riff/riff-media.h:
8950 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
8951 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
8952 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
8953 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
8954 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
8955 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
8956 (gst_matroska_demux_plugin_init): First batch implementing audio and
8957 video codec tags in demuxers.
8959 2004-02-22 Benjamin Otte <otte@gnome.org>
8961 * ext/xine/Makefile.am:
8962 * ext/xine/gstxine.h:
8963 * ext/xine/xine.c: (plugin_init):
8964 * ext/xine/xineinput.c:
8965 add input plugin wrapper. Playback from files, http, mms and cdda
8967 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
8968 remove leftover G_GNUC_UNUSED
8969 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
8970 (gst_asf_demux_identify_guid):
8971 improve debugging output
8973 2004-02-22 Benjamin Otte <otte@gnome.org>
8975 reported by: Padraig O'Briain <padraig.obriain@sun.com>
8978 replace test -e with test -x for mkinstalldirs to be more portable.
8981 2004-02-22 Benjamin Otte <otte@gnome.org>
8983 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
8985 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
8987 * gst/volume/gstvolume.c: (plugin_init):
8991 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
8993 reviewed by Benjamin Otte <otte@gnome.org>
8995 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
8996 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
8998 2004-02-22 Benjamin Otte <otte@gnome.org>
9001 export [_]*{gst,Gst,GST}.* symbols from plugins
9003 2004-02-22 Christophe Fergeau <teuf@gnome.org>
9005 reviewed by: Benjamin Otte <otte@gnome.org>
9007 * ext/lame/gstlame.c: (add_one_tag):
9008 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
9009 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
9010 (gst_vorbisenc_metadata_set1):
9011 * gst/tags/gstid3tag.c:
9012 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
9013 apply fixes from bugs #135042 (lame can't write tags) and #133817
9014 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
9016 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
9018 * configure.ac: Export only gst_plugin_desc from plugins.
9019 Note that this change only makes any effect with Linux using libtool
9020 1.5.2 or higher. Otherwise it is silently ignored, but it would build
9021 fine. And don't try to have several versions of libtool in different
9024 2004-02-20 Andy Wingo <wingo@pobox.com>
9026 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
9027 interleave respectively.
9029 * gst/interleave/deinterleave.c: New plugin: deinterleave
9030 (replaces on oneton).
9031 * gst/interleave/interleave.c: New plugin: interleave.
9032 * gst/interleave/plugin.h: Support file.
9033 * gst/interleave/plugin.c: Support file.
9035 * configure.ac: Remove intfloat and oneton, add interleave.
9037 * ext/sndfile/gstsf.c: Handle events better.
9039 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
9040 and float2int operation. int2float has scheduling problems as
9041 noted in in2float_chain.
9043 2004-02-20 Benjamin Otte <otte@gnome.org>
9045 * ext/xine/Makefile.am:
9046 * ext/xine/gstxine.h:
9048 * ext/xine/xineaudiodec.c:
9049 * ext/xine/xinecaps.c:
9050 add first version of xine plugin wrapper. Currently only wraps the
9051 QDM2 win32 DLL, and even that only in proof-of-concept quality.
9054 add xine plugin wrapper, disabled by default. Use --enable-xine to
9055 build. Note that it'll segfault on gst-register if you don't remove
9056 the goom and tvtime post plugins from xine.
9057 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
9058 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
9059 add extradata parsing for QDM2.
9060 change around debugging prints.
9062 2004-02-19 Benjamin Otte <otte@gnome.org>
9064 * ext/lame/gstlame.c: (gst_lame_chain):
9065 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
9066 use gst_tag_list_insert when you want to insert tags
9068 2004-02-18 David Schleef <ds@schleef.org>
9070 * configure.ac: Move massink to gst-rotten
9072 * ext/mas/Makefile.am:
9073 * ext/mas/massink.c:
9074 * ext/mas/massink.h:
9076 2004-02-18 David Schleef <ds@schleef.org>
9078 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
9079 typefinding, since it seems to be worse than nothing.
9080 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
9081 atom to recognize .mp4 and .m4a files as video/quicktime.
9083 2004-02-18 David Schleef <ds@schleef.org>
9085 * gst/sine/demo-dparams.c: (quit_live),
9086 (dynparm_log_value_changed), (dynparm_value_changed), (main):
9087 Use double dparams, not float.
9088 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9089 (gst_sinesrc_init): Change sync default to FALSE, since multiple
9090 sync'd elements don't really work correctly.
9091 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
9092 (volume_update_volume), (volume_get_property): Change dparam
9095 2004-02-18 Julien MOUTTE <julien@moutte.net>
9097 * sys/ximage/ximagesink.c:
9098 (gst_ximagesink_xwindow_update_geometry),
9099 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
9100 (gst_ximagesink_change_state), (gst_ximagesink_expose),
9101 (gst_ximagesink_init): Rework the way software video scaling works. So
9102 now we check on each chain call if the video frames are feeling the
9103 window. If not we try to renegotiate caps. On failure we memorize that
9104 and we won't try again for that PLAYING sessions.
9105 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
9107 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
9110 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
9112 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
9113 break up _link so we can give a better debug message for errors
9115 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
9117 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
9118 set up debug category
9120 2004-02-18 Julien MOUTTE <julien@moutte.net>
9122 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9123 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
9124 the way renegotiation work. The event handling function is not taking
9125 care of external windows and renegotiate method check for pad flags
9126 NEGOTIATING. Should fix : #133209
9128 2004-02-17 Julien MOUTTE <julien@moutte.net>
9130 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
9131 pad is negotiating before trying renegotiation.
9133 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
9135 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
9136 pass on all possible mime types as typefind hints
9138 2004-02-17 Julien MOUTTE <julien@moutte.net>
9140 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9141 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
9142 possible SHM leak if we crash. All other apps using XShm are doing
9145 2004-02-17 Julien MOUTTE <julien@moutte.net>
9147 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9148 (gst_ximagesink_expose): Renegotiate size on expose.
9149 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
9152 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
9154 * testsuite/alsa/sinesrc.c:
9155 cosmetic fix to fix compile issue with gcc 2.95.4
9157 2004-02-16 Julien MOUTTE <julien@moutte.net>
9159 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
9160 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
9161 failed opening the audio device.
9162 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9163 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
9164 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
9165 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
9166 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
9167 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
9168 (gst_ximagesink_change_state), (gst_ximagesink_chain),
9169 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
9170 Removing some useless g_return_if_fail like wingo suggested.
9171 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9172 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
9173 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
9174 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
9175 (gst_xvimagesink_update_colorbalance),
9176 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
9177 (gst_xvimagesink_xcontext_clear),
9178 (gst_xvimagesink_get_fourcc_from_caps),
9179 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
9180 (gst_xvimagesink_set_xwindow_id),
9181 (gst_xvimagesink_colorbalance_list_channels),
9182 (gst_xvimagesink_colorbalance_set_value),
9183 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
9184 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
9186 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
9188 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
9189 throw error when not negotiated instead of asserting
9191 2004-02-15 Julien MOUTTE <julien@moutte.net>
9193 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
9194 correct data refcounting.
9196 2004-02-15 Julien MOUTTE <julien@moutte.net>
9198 * gst/switch/gstswitch.c: (gst_switch_change_state),
9199 (gst_switch_class_init): Cleaning the sinkpads correctly on state
9200 change, mostly the EOS flag.
9202 2004-02-15 Julien MOUTTE <julien@moutte.net>
9204 * examples/gstplay/player.c: (got_eos), (main): Adding some
9205 output for debugging.
9206 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
9207 timeouts if we go to any state different from PLAYING.
9208 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
9209 more EOS bugs in riff lib.
9211 2004-02-14 Julien MOUTTE <julien@moutte.net>
9213 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
9214 visualization until i find a way to fix switch correctly.
9215 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
9217 * gst/switch/gstswitch.c: (gst_switch_release_pad),
9218 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
9219 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
9220 Reworked switch to get a more correct behaviour with events and refing
9221 of data stored in sinkpads.
9222 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
9223 we don't pull from a pad in EOS.
9225 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
9227 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
9228 remove v1 tag even if we can't read it (makes sure we don't detect
9231 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
9233 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
9234 (gst_alsa_xrun_recovery):
9235 * ext/alsa/gstalsa.h:
9236 try xrun recovery when wait failed. Make xrun recovery function
9237 return TRUE/FALSE to indicate success. (might fix #134354)
9239 2004-02-13 David Schleef <ds@schleef.org>
9241 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
9242 (dynparm_value_changed), (main): Convert from float to double.
9243 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
9245 2004-02-13 David Schleef <ds@schleef.org>
9247 * gst/silence/gstsilence.c: (gst_silence_class_init),
9248 (gst_silence_set_clock), (gst_silence_get),
9249 (gst_silence_set_property), (gst_silence_get_property):
9250 * gst/silence/gstsilence.h: Add sync property.
9251 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9252 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
9253 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
9254 * gst/sine/gstsinesrc.h: Add sync property.
9256 2004-02-13 David Schleef <ds@schleef.org>
9258 * gst/intfloat/gstint2float.c: (conv_f32_s16),
9259 (gst_int2float_chain_gint16): Change stdint usage to glib types.
9261 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
9265 * gst-libs/ext/Makefile.am:
9266 move ffmpeg plugin to gst-ffmpeg module
9268 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
9270 * configure.ac: use GST_ARCH to detect architecture
9272 2004-02-12 Julien MOUTTE <julien@moutte.net>
9274 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
9276 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
9278 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
9279 classify LADSPA plugins based on number of src/sink pads
9280 (#133663, Stefan Kost)
9281 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
9282 fix dparams registration
9283 (#133528, Stefan Kost)
9284 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
9285 fix use of isprint and use g_ascii_isprint instead
9286 (#133316, Stefan Kost)
9288 2004-02-11 David Schleef <ds@schleef.org>
9290 Convert a few inner loops to use liboil. This is currently
9291 optional, and is only enabled if liboil is present (duh!).
9292 * configure.ac: Check for liboil-0.1
9293 * gst/intfloat/Makefile.am:
9294 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
9295 (gst_int2float_chain_gint16):
9296 * gst/videofilter/Makefile.am:
9297 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
9298 (tablelookup_u8), (gst_videobalance_planar411):
9299 * gst/videotestsrc/Makefile.am:
9300 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
9301 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
9302 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
9303 (paint_hline_RGB565), (paint_hline_xRGB1555):
9305 2004-02-11 David Schleef <ds@schleef.org>
9307 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
9308 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
9309 (gst_colorspace_getcaps), (gst_colorspace_link),
9310 (gst_colorspace_base_init), (gst_colorspace_init),
9311 (gst_colorspace_chain), (gst_colorspace_change_state),
9312 (plugin_init): Merge Ronald's patch (bug #117897) and update
9313 for new caps and negotiation. Seems to work, although it
9314 shows off bugs in lcs.
9316 2004-02-11 David Schleef <ds@schleef.org>
9318 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
9319 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
9321 2004-02-11 David Schleef <ds@schleef.org>
9323 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
9324 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
9325 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
9326 Add server and port properties
9328 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
9334 * m4/as-slurp-ffmpeg.m4:
9335 * m4/check-libheader.m4:
9342 * m4/gst-ivorbis.m4:
9343 * m4/gst-matroska.m4:
9353 fix underquotedness of macros (#133800)
9356 removed because no longer used
9358 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
9361 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
9362 by autopoint (fixes #132996)
9364 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
9366 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
9367 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
9368 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
9369 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
9372 2004-02-11 David Schleef <ds@schleef.org>
9374 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
9375 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
9376 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
9377 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
9378 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
9379 (gst_jpegenc_class_init), (gst_jpegenc_init),
9380 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
9381 (gst_jpegenc_chain), (gst_jpegenc_set_property),
9382 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
9383 * ext/jpeg/gstjpegenc.h: Fix negotiation.
9385 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
9387 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
9388 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
9389 * ext/mikmod/gstmikmod.h:
9390 fix caps negotiation in mikmod
9391 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
9392 output debug information
9394 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
9396 * gst-libs/gst/colorbalance/Makefile.am:
9397 * gst-libs/gst/navigation/Makefile.am:
9398 * gst-libs/gst/xoverlay/Makefile.am:
9399 remove unused GST_OPT_CFLAGS from Makefiles
9400 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
9402 2004-02-07 David Schleef <ds@schleef.org>
9404 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
9405 push events to pads that haven't been created (#133508)
9407 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
9409 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
9410 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
9411 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
9412 (gst_dvdec_loop), (gst_dvdec_change_state):
9413 Second attempt at committing a working dvdec element.
9415 2004-02-06 David Schleef <ds@schleef.org>
9417 Build fixes for OS X: (see #129600)
9418 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
9419 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
9420 (gst_riff_read_strf_iavs):
9421 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
9422 (gst_avi_demux_stream_odml):
9423 * gst/playondemand/Makefile.am:
9424 * gst/rtp/rtp-packet.c:
9426 2004-02-05 David Schleef <ds@schleef.org>
9428 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
9429 last change, because it Just Doesn't Compile.
9431 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
9433 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
9434 skip undecodable id3v2 tag instead of keeping it
9436 2004-02-05 David Schleef <ds@schleef.org>
9438 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
9439 Unref leaked buffer. (Noticed by Ronald)
9441 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
9443 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
9444 Sync requires with other checks. >= vs =.
9446 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
9448 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
9449 (gst_dvdec_video_link), (gst_dvdec_loop):
9450 * ext/dv/gstdvdec.h:
9451 rework the caps negotiation so that dvdec works again instead
9452 of just segfaulting.
9454 === release 0.7.4 ===
9456 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
9458 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
9459 * configure.ac: changed for release
9461 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
9463 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
9464 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
9465 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
9466 * pkgconfig/gstreamer-play-uninstalled.pc.in:
9467 reworked patch by David Lehn to fix libdir and includedir for
9468 uninstalled libraries
9469 removed play and gconf from gstreamer-libs since they have their
9472 2004-02-04 David Schleef <ds@schleef.org>
9474 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
9477 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
9479 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
9480 use correct GST_TAG_ENCODER tag
9482 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
9484 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
9485 be sure to stop the clock when going to paused
9486 * sys/oss/gstosssink.c: (gst_osssink_change_state):
9487 reset number of transmitted when going to ready.
9490 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
9492 reviewed by Benjamin Otte
9494 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
9495 extract track count (fixes #133410)
9497 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
9499 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
9500 that should be !=, not == (fixes #132519)
9502 2004-02-04 David Schleef <ds@schleef.org>
9504 Make sure set_explicit_caps() is called before adding pad.
9505 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
9506 * gst/id3/gstid3types.c: (gst_id3types_loop):
9507 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
9508 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
9510 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
9513 bump nano to 2, first prerelease
9514 put back AM_PROG_LIBTOOL
9516 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
9518 * testsuite/alsa/Makefile.am:
9519 these are user test apps, not automatic testsuite tests
9521 2004-02-04 David Schleef <ds@schleef.org>
9523 Convert GST_DEBUG_CAPS() to GST_DEBUG():
9524 * gst/mpeg1videoparse/gstmp1videoparse.c:
9525 (mp1videoparse_parse_seq):
9526 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
9527 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
9528 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
9529 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
9530 (gst_xvideosink_getcaps):
9531 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9532 * testsuite/gst-lint: more tests
9534 2004-02-04 David Schleef <ds@schleef.org>
9536 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
9537 with the code that they would expand to.
9538 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
9539 (gst_flacdec_get_src_query_types),
9540 (gst_flacdec_get_src_event_masks):
9541 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
9542 (gst_gnomevfssrc_get_query_types),
9543 (gst_gnomevfssrc_get_event_mask):
9545 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
9547 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9548 (gst_sinesrc_dispose):
9549 fix memleak by properly disposing sinesrc
9551 2004-02-04 Julien MOUTTE <julien@moutte.net>
9553 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
9554 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
9555 an overlay to redraw the image because it has been exposed.
9556 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
9557 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
9558 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
9559 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
9561 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
9562 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
9563 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
9564 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
9567 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
9569 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
9572 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
9574 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
9575 * gst/typefind/gsttypefindfunctions.c:
9576 fix memleaks shown by gst-typefind
9578 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
9580 * common/glib-gen.mak:
9581 add hack rule to touch .Plo files
9582 * gst-libs/gst/colorbalance/Makefile.am:
9583 * gst-libs/gst/mixer/Makefile.am:
9584 * gst-libs/gst/play/Makefile.am:
9585 * gst-libs/gst/tuner/Makefile.am:
9586 remove glib_root variable
9588 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
9590 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
9591 set explicit caps before adding the element, so the autopluggers can
9593 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
9594 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
9595 (mpeg_video_type_find), (mpeg_video_stream_type_find),
9597 fix memleaks in typefind functions. gst_type_find_suggest takes a const
9600 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
9602 * gst-libs/gst/colorbalance/Makefile.am:
9603 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
9604 * gst-libs/gst/colorbalance/colorbalance.c:
9605 * gst-libs/gst/colorbalance/colorbalance.h:
9606 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
9607 * gst-libs/gst/mixer/Makefile.am:
9608 * gst-libs/gst/mixer/mixer-marshal.list:
9609 * gst-libs/gst/mixer/mixer.c:
9610 * gst-libs/gst/mixer/mixer.h:
9611 * gst-libs/gst/mixer/mixermarshal.list:
9612 * gst-libs/gst/play/Makefile.am:
9613 * gst-libs/gst/play/play.h:
9614 * gst-libs/gst/tuner/Makefile.am:
9615 * gst-libs/gst/tuner/tuner-marshal.list:
9616 * gst-libs/gst/tuner/tuner.c:
9617 * gst-libs/gst/tuner/tuner.h:
9618 * gst-libs/gst/tuner/tunermarshal.list:
9619 use new glib-gen.mak snippet to clean up Makefile.am
9620 fix various bugs in Makefile.am's
9622 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
9624 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
9625 handle chain parsing correctly in the multichain case
9626 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
9627 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
9628 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
9630 handle events and queries correctly
9632 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
9635 Ignore generated file _stdint.h.
9637 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
9639 * gst-libs/gst/colorbalance/Makefile.am:
9640 * gst-libs/gst/colorbalance/colorbalance.h:
9641 * gst-libs/gst/mixer/Makefile.am:
9642 * gst-libs/gst/mixer/mixer.h:
9643 * gst-libs/gst/play/Makefile.am:
9644 * gst-libs/gst/play/play.h:
9645 * gst-libs/gst/tuner/Makefile.am:
9646 * gst-libs/gst/tuner/tuner.h:
9647 Generate enum type code with glib-mkenums.
9648 * gst-libs/gst/colorbalance/.cvsignore:
9649 * gst-libs/gst/mixer/.cvsignore:
9650 * gst-libs/gst/play/.cvsignore:
9651 * gst-libs/gst/tuner/.cvsignore:
9652 Ignore generated files.
9654 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
9656 * gst-libs/gst/audio/.cvsignore:
9657 Ignore generated file.
9658 * gst-libs/gst/audio/Makefile.am:
9659 Do not install example filter.
9661 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
9663 * examples/switch/.cvsignore:
9664 Ignore generated file.
9666 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
9668 * common/m4/ax_create_stdint_h.m4:
9670 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
9673 remove generated _stdint.h in DISTCLEANFILES
9674 * ext/a52dec/gsta52dec.c:
9675 include _stdint.h for a52dec. (should fix #133064)
9677 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
9679 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
9680 (gst_tag_to_vorbis_comments):
9681 Add replaygain support to vorbistag
9683 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
9684 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
9685 (gst_ffmpeg_caps_to_extradata):
9686 Fix SVQ3 caps flag properties
9687 Use glib macro for bytes swap
9689 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
9691 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
9692 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
9693 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9694 * ext/sndfile/gstsf.c: (plugin_init):
9695 * gst/avi/gstavi.c: (plugin_init):
9696 * sys/dxr3/dxr3init.c: (plugin_init):
9697 * sys/oss/gstossaudio.c: (plugin_init):
9698 * sys/v4l/gstv4l.c: (plugin_init):
9699 * sys/v4l2/gstv4l2.c: (plugin_init):
9700 remove textdomain calls
9702 update Dutch translation
9704 2004-02-02 Julien MOUTTE <julien@moutte.net>
9706 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
9707 (gst_play_set_audio_sink): Moving volume in the audio thread for
9708 instantaneous volume change. Maybe i will add another volume in front
9709 of visualization later, not sure yet though.
9711 2004-02-02 Julien MOUTTE <julien@moutte.net>
9713 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9714 (gst_ximagesink_handle_xevents): Better X events handling, only take
9715 the latest events for configure and motion.
9716 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
9718 2004-02-02 Jon Trowbridge <trow@gnu.org>
9720 reviewed by: David Schleef <ds@schleef.org>
9723 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
9724 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
9726 2004-02-02 David Schleef <ds@schleef.org>
9728 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
9730 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
9731 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
9732 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
9733 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
9734 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
9735 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
9736 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
9737 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
9738 (gst_float2_2_int_link):
9739 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
9740 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
9741 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
9742 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
9743 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
9744 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
9745 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
9746 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
9747 * testsuite/gst-lint: Add tests for bzero and ;;
9749 2004-02-02 David Schleef <ds@schleef.org>
9751 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
9753 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
9755 * ext/aalib/gstaasink.c: (gst_aasink_open):
9756 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
9757 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9758 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
9759 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
9760 (gst_afsink_close_file):
9761 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
9762 (gst_afsrc_close_file):
9763 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
9764 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
9765 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
9766 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
9767 * ext/esd/esdmon.c: (gst_esdmon_get):
9768 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
9769 * ext/faac/gstfaac.c: (gst_faac_chain):
9770 * ext/faad/gstfaad.c: (gst_faad_chain):
9771 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
9772 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
9773 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
9774 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
9776 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
9777 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
9778 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
9779 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
9780 (gst_gnomevfssink_close_file):
9781 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
9782 (gst_gnomevfssrc_open_file):
9783 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
9784 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
9785 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
9786 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
9787 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
9788 * ext/mad/gstmad.c: (gst_mad_chain):
9789 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
9790 * ext/mpeg2dec/gstmpeg2dec.c:
9791 * ext/mpeg2enc/gstmpeg2enc.cc:
9792 * ext/mplex/gstmplex.cc:
9793 * ext/mplex/gstmplexibitstream.cc:
9794 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
9795 (gst_ogg_demux_push):
9796 * ext/raw1394/gstdv1394src.c:
9797 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
9798 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
9799 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
9801 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
9802 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
9803 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
9804 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
9805 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
9806 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
9807 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
9808 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
9809 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
9810 (gst_riff_read_element_data), (gst_riff_read_seek),
9811 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
9812 * gst/adder/gstadder.c: (gst_adder_loop):
9813 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
9814 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
9815 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
9816 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
9817 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
9818 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
9819 * gst/goom/gstgoom.c: (gst_goom_chain):
9820 * gst/id3/gstid3types.c: (gst_id3types_loop):
9821 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
9822 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
9823 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
9824 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
9825 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
9826 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
9827 (gst_ebml_read_float), (gst_ebml_read_header):
9828 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
9829 (gst_matroska_demux_parse_blockgroup):
9830 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
9831 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
9832 * gst/oneton/gstoneton.c: (gst_oneton_chain):
9833 * gst/silence/gstsilence.c: (gst_silence_get):
9834 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
9835 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
9836 * gst/speed/gstspeed.c: (speed_loop):
9837 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9838 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
9839 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
9840 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
9841 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
9842 (gst_wavparse_loop):
9843 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
9844 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
9845 (dxr3audiosink_close):
9846 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
9847 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
9848 (dxr3videosink_close), (dxr3videosink_write_data):
9849 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
9850 * sys/oss/gstosssink.c: (gst_osssink_chain):
9851 * sys/oss/gstosssrc.c: (gst_osssrc_get):
9852 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
9853 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
9854 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
9855 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
9856 (gst_v4l_set_window), (gst_v4l_enable_overlay):
9857 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
9858 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
9859 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
9860 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
9861 (gst_v4l_set_audio):
9862 * sys/v4l/v4l_calls.h:
9863 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
9864 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
9865 (gst_v4lmjpegsink_playback_init),
9866 (gst_v4lmjpegsink_playback_start):
9867 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
9868 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
9869 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
9870 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
9871 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
9872 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
9873 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
9874 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
9875 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
9876 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
9877 (gst_v4l2_get_output), (gst_v4l2_set_output),
9878 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
9879 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
9880 (gst_v4l2_set_attribute):
9881 * sys/v4l2/v4l2_calls.h:
9882 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
9883 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
9884 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
9885 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
9886 (gst_v4l2src_capture_stop):
9887 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
9888 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
9889 (gst_ximagesink_chain):
9890 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
9891 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
9892 (gst_xvideosink_xwindow_new):
9893 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
9894 (gst_xvimagesink_chain):
9896 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
9898 * gst/volume/gstvolume.c: (gst_volume_set_volume),
9899 (gst_volume_get_volume), (volume_class_init), (volume_init),
9900 (volume_chain_int16), (volume_update_volume):
9901 * gst/volume/gstvolume.h:
9902 make code more readable by removing magic numbers
9903 make mixer interface export 0-100 range
9904 make it internally map to 0.0-1.0 range so users don't distort
9905 output by putting the sliders at full volume
9907 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
9909 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
9910 (gst_play_state_change), (gst_play_seek_to_time):
9911 block the tick callback for 0.5 secs after doing a seek
9913 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
9915 * gst-libs/gst/play/play.c: (gst_play_new):
9918 2004-02-01 Julien MOUTTE <julien@moutte.net>
9920 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
9921 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
9922 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
9923 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
9924 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9925 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
9927 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
9930 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
9931 check for a function added in vorbis 1.1
9933 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
9935 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
9936 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
9937 really start/stop clock only on PLAYING <=> PAUSED
9938 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9939 remove \n from debugging lines
9940 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
9941 make it work when seeking does not
9942 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
9945 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
9947 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
9948 start clock on PAUSED=>PLAYING, not later
9949 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9950 extract correct time for different discont formats
9951 (gst_alsa_sink_get_time):
9952 don't segfault when no format is negotiated yet, just return 0
9953 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9954 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
9956 handle flush and discont events correctly
9957 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
9958 handle discont events correctly
9960 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
9962 * gst-libs/gst/play/play.c: (gst_play_error_quark),
9963 (gst_play_error_create), (gst_play_error_plugin),
9964 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
9965 * gst-libs/gst/play/play.h:
9966 add error handling during creation
9967 * examples/gstplay/player.c: (main):
9968 use new gst_play_new
9971 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
9973 * ext/theora/theoradec.c: (theora_dec_chain):
9975 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9976 (vorbis_dec_src_event), (vorbis_dec_chain):
9977 add encoder tag, fix tag reading to be more error tolerant, change
9978 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
9979 gst_pad_event_default.
9980 * gst/tags/gstvorbistag.c:
9981 (gst_tag_list_from_vorbiscomment_buffer):
9982 undefine function specific define at end of function
9984 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
9986 * ext/flac/gstflac.c: (plugin_init):
9987 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
9988 * ext/flac/gstflacdec.h:
9989 * ext/flac/gstflacenc.h:
9992 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
9994 * examples/gstplay/player.c: s/gstplay.h/play.h/
9996 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
9998 * gst-libs/gst/play/Makefile.am:
9999 * gst-libs/gst/play/gstplay.c:
10000 * gst-libs/gst/play/gstplay.h:
10001 * gst-libs/gst/play/play.c:
10002 more surgery, operation complete
10004 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
10006 * gst-libs/gst/play/play.old.c:
10007 * gst-libs/gst/play/play.old.h:
10008 after CVS surgery by moving, remove
10009 * gst-libs/gst/play/playpipelines.c:
10012 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
10013 add negotiation error
10015 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
10017 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
10018 (gst_ogg_demux_push):
10019 add some seeking debug info
10020 send a flush when seeking
10022 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
10028 * ext/theora/Makefile.am:
10029 * ext/theora/theoradec.c:
10030 add theora video decoder. Does just do simple decoding for now and
10031 has been tested against Theora cvs only. It only works when theora
10032 is compiled with --enable-static.
10033 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
10034 always reset packetno on DISCONT
10036 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
10038 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
10041 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
10043 * gst/mpegaudioparse/gstmpegaudioparse.c:
10044 (mp3_type_frame_length_from_header):
10045 Fix header parsing - stolen from ffmpeg (thank you! :) ).
10047 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
10049 * ext/esd/esdsink.c: (gst_esdsink_init):
10050 Since we have static pad template caps, we don't need to negotiate;
10051 either the core errors out or we know the format.
10053 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
10055 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
10056 (gst_riff_read_seek):
10057 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
10058 (gst_ebml_read_seek):
10059 Fix event handling.
10061 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
10063 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
10064 removee video/x-theora from vp3 decoder, it doesn't handle raw
10066 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10067 fix bug with finalizing element that never went to PAUSED
10068 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
10069 length and position queries were swapped
10070 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
10071 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
10072 (vorbis_dec_src_event):
10073 implement querying time and bytes
10075 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
10077 * just about every source file:
10078 gst_element_error -> GST_ELEMENT_ERROR
10080 2004-01-29 Julien MOUTTE <julien@moutte.net>
10082 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
10083 emiting FLUSH and even before DISCONT.
10084 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
10085 get the best instant seeking as possible yay!
10087 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
10089 * gst/mpeg1videoparse/gstmp1videoparse.c:
10090 (gst_mp1videoparse_real_chain):
10091 Committed wrong version last week... Grr... Didn't notice until now.
10093 2004-01-29 Julien MOUTTE <julien@moutte.net>
10095 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
10096 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
10097 have_xwindow_id signal in xwindow_create.
10099 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
10101 * ext/ogg/gstoggdemux.c:
10102 lots of changes - mainly support for chained bitstreams, seeking,
10103 querying and bugfixes of course
10104 * ext/vorbis/Makefile.am:
10105 * ext/vorbis/vorbisdec.c:
10106 * ext/vorbis/vorbisdec.h:
10107 add vorbisdec raw vorbis decoder
10108 * ext/vorbis/vorbis.c: (plugin_init):
10109 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
10110 * gst/intfloat/Makefile.am:
10111 * gst/intfloat/float22int.c:
10112 * gst/intfloat/float22int.h:
10113 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
10114 add float2intnew plugin. It converts multichannel interleaved float to
10115 multichannel interleaved int. The name should probably be changed.
10116 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
10118 add typefinding for raw theora video so oggdemux can detect it.
10120 2004-01-28 Julien MOUTTE <julien@moutte.net>
10122 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
10123 sink element first.
10124 * gst/videoscale/gstvideoscale.c:
10125 (gst_videoscale_handle_src_event): Fixing src event handler.
10127 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
10129 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10130 (gst_v4lsrc_open), (gst_v4lsrc_close),
10131 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
10132 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
10133 * sys/v4l/gstv4lsrc.h:
10134 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
10135 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
10136 Implement resizing... Hack. But that's why v4l is b0rked...
10138 2004-01-28 Julien MOUTTE <julien@moutte.net>
10140 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10141 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
10142 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
10143 (gst_ximagesink_xwindow_destroy):
10144 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10145 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
10146 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
10147 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
10148 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
10149 correctly cleaning the image created to check xshm calls on succes,
10150 added a lot of XSync calls in X11 functions, and fixed a segfault when
10151 no image format was defined before negotiation happened.
10153 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
10155 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
10156 use gst_element_get_time to get correct time
10158 2004-01-28 Julien MOUTTE <julien@moutte.net>
10160 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
10161 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
10162 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
10163 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
10164 (gst_xvimagesink_check_xshm_calls),
10165 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
10166 X plugins are now able to detect that XShm calls will fail even if the
10167 server claims that it has XShm support (remote displays most of the
10168 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
10169 so that we use non XShm functions. This feature is almost useless for
10170 xvimagesink as Xv is not supported on remote displays anyway, but
10171 it might happen than even on the local display XShm calls fail.
10173 2004-01-27 David Schleef <ds@schleef.org>
10175 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
10176 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
10177 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
10178 changed esdsink to only use 44100,16,2, since esd sucks at rate
10179 conversion and esdsink has had difficulty negotiating.
10181 2004-01-27 Julien MOUTTE <julien@moutte.net>
10183 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
10184 (gst_play_seek_to_time): Fixing the way to get current position.
10186 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
10188 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
10189 use gst_element_get_time to get correct time
10191 2004-01-27 Julien MOUTTE <julien@moutte.net>
10193 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
10194 fix ever... Inverting 2 lines of code make spider autoplug correctly
10197 2004-01-27 David Schleef <ds@schleef.org>
10199 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
10200 Use gst_pad_try_set_caps_nonfixed().
10202 2004-01-27 David Schleef <ds@schleef.org>
10204 * gst/ac3parse/gstac3parse.c: update to checklist 5
10205 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
10206 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
10207 * gst/audioscale/gstaudioscale.c: same
10208 * gst/auparse/gstauparse.c: same
10209 * gst/avi/gstavidemux.c: same
10211 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
10213 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
10214 stop processing after EOS
10216 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
10218 * gst/asfdemux/asfheaders.h:
10219 * gst/asfdemux/gstasfdemux.c:
10220 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
10221 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
10222 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
10223 lot's of fixes to make data extraction simpler and get the code
10224 architecture and compiler independant. Add debugging category
10225 * gst/goom/gstgoom.c: (gst_goom_change_state):
10226 reset channel count on PAUSED=>READY, not READY=>PAUSED
10228 2004-01-26 Colin Walters <walters@verbum.org>
10230 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
10231 code to pull a bigger buffer in iradio mode. This as a side effect
10232 makes typefinding work.
10234 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
10236 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
10237 Fix SVQ3 decoding on PPC
10239 2004-01-26 Julien MOUTTE <julien@moutte.net>
10241 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
10242 that one managed to stay there... Fixed.
10244 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
10246 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
10247 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
10248 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
10249 (qtdemux_video_caps):
10250 * gst/qtdemux/qtdemux.h:
10251 Add SVQ3 specific flags to qtdemux and ffmpeg
10253 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
10255 * gst-libs/gst/audio/audio.h:
10256 remove buffer-frames from audio caps
10257 * gst/audioconvert/gstaudioconvert.c:
10258 fix plugin to really work.
10260 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
10262 * gst-libs/gst/mixer/mixer.c:
10263 * gst-libs/gst/propertyprobe/propertyprobe.c:
10264 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
10265 (gst_tuner_find_channel_by_name):
10266 * gst-libs/gst/tuner/tuner.h:
10267 Add gtk-doc style comments. Also fix a function name.
10269 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
10271 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
10272 (gst_divxdec_negotiate):
10273 Fix for new capsnego - also fixes gst-player with divxdec.
10275 2004-01-25 Julien MOUTTE <julien@moutte.net>
10277 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
10278 (gst_play_identity_handoff), (gst_play_set_location),
10279 (gst_play_set_visualization), (gst_play_connect_visualization): Another
10280 try in visualization implementation. Still have an issue with switch
10281 blocking when pulling from video_queue and only audio comes out of
10283 * gst/switch/gstswitch.c: (gst_switch_release_pad),
10284 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
10285 release method. And check if the pad is usable before pulling.
10287 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
10289 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
10290 (gst_videobalance_init),
10291 (gst_videobalance_colorbalance_list_channels),
10292 (gst_videobalance_colorbalance_set_value),
10293 (gst_videobalance_colorbalance_get_value),
10294 (gst_videobalance_update_properties),
10295 (gst_videobalance_update_tables_planar411),
10296 (gst_videobalance_planar411):
10297 * gst/videofilter/gstvideobalance.h:
10298 Implement lookup-tables. +/- 10x faster.
10300 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
10302 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
10303 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
10304 The index reading was broken. The rest worked fine, but the whole
10305 goal of my rewrite was to make avidemux readable, and this was
10306 not at all readable. Please use typed variables.
10308 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
10310 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
10311 Additional pad usability check.
10312 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
10313 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
10314 (gst_mp1videoparse_real_chain):
10315 Fix MPEG video stream parsing. The original plugin had several
10316 issues, including not timestamping streams where the source was
10317 not timestamped (this happens with PTS values in mpeg system
10318 streams, but MPEG video is also a valid stream on its own so
10319 that needs timestamps too). We use the display time code for that
10320 for now. Also, if one incoming buffer contains multiple valid
10321 frames, we push them all on correctly now, including proper EOS
10322 handling. Lastly, several potential segfaults were fixed, and we
10323 properly sync on new sequence/gop headers to include them in next,
10324 not previous frames (since they're header for the next frame, not
10325 the previous). Also see #119206.
10326 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
10328 Move caps setting so we only do it after finding several valid
10329 MPEG-1 fraes sequentially, not right after the first one (which
10330 might be coincidental).
10331 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
10332 (mpeg_video_type_find), (mpeg_video_stream_type_find),
10334 Add unsynced MPEG video stream typefinding, and change some
10335 probability values so we detect streams rightly. The idea is as
10336 follows: I can have an unsynced system stream which contains
10337 video. In the current code, I would randomly get a type for either
10338 system or video stream type found, because the probabilities are
10339 being calculated rather randomly. I now use fixed values, so we
10340 always prefer system stream if that was found (and that is how it
10341 should be). If no system stream was found, we can still identity the stream as video-only.
10343 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
10345 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
10346 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
10347 don't write to buffer. Extract data without the need of
10348 __attribute__ ((packed))
10350 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
10352 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
10353 (mpeg1_sys_type_find):
10354 Fix MPEG-1 stream typefinding.
10356 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
10358 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10359 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
10361 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
10363 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
10364 * ext/esd/gstesd.c: (plugin_init):
10365 private debugging, better error reporting
10367 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
10369 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
10370 (gst_riff_read_init), (gst_riff_read_change_state):
10371 * gst-libs/gst/riff/riff-read.h:
10372 Remove stuff fromold metadata system.
10374 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
10376 * ext/ogg/gstoggdemux.c:
10377 Fix wrong file comment.
10378 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
10379 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
10380 Add metadata reading properly.
10382 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
10385 Fix nas DIST_SUBDIRS
10387 Fix bug where make distcheck doesn't get run on adding stuff to
10390 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
10392 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
10393 * ext/divx/gstdivxdec.h:
10394 Fix divx3 ("msmpeg4") playback using divxdec.
10396 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
10398 * gst/typefind/gsttypefindfunctions.c:
10399 (mp3_type_frame_length_from_header): fix bug in length computation
10400 (mp3_type_find): improve debugging output
10402 2004-01-23 Julien MOUTTE <julien@moutte.net>
10404 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
10405 (gst_play_set_location), (gst_play_seek_to_time),
10406 (gst_play_set_audio_sink), (gst_play_set_visualization),
10407 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
10408 the pipeline from scratch. Visualization is back and switch went out as
10409 i realized it was not possible to use the way i wanted.
10410 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
10411 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
10412 clearing in state change from READY to NULL. So that one can clean the
10413 X ressources keeping the element.
10414 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10415 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
10416 (gst_xvimagesink_colorbalance_set_value),
10417 (gst_xvimagesink_colorbalance_get_value),
10418 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
10419 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
10420 change from READY to NULL and fixed some stupid bugs in colorbalance
10421 get/set values. Also added the following feature : when nobody tries to
10422 set some values to the colorbalance levels before the xcontext is
10423 grabbed, then when creating channels list from Xv attributes we set the
10424 internal values to the Xv defaults. This way we handle buggy Xv drivers
10425 that set default hue values far from the middle of the range (Thanks
10426 to Jon Trowbridge for pointing that issue).
10427 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
10428 colorbalance levels have been set before xcontext is grabbed.
10430 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
10432 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
10433 Fix the ossmixer case where we shouldn't open /dev/dsp* because
10434 it might block operations (which is bad for a mixer).
10436 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
10438 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
10439 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
10440 (gmip_find_type_pre):
10441 * gst-libs/gst/media-info/media-info-priv.h:
10442 * gst-libs/gst/media-info/media-info.c:
10443 (gst_media_info_instance_init), (gst_media_info_read_idler):
10444 add fakesink to get caps on decoder src pad again
10445 fix callback prototype to match new have_type signal signature
10447 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
10449 * gst/adder/gstadder.c: (gst_adder_link):
10450 fix non-compile and cut-n-paste code
10452 2004-01-21 David Schleef <ds@schleef.org>
10454 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
10455 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
10456 (gst_swfdec_init), (gst_swfdec_change_state):
10457 * ext/swfdec/gstswfdec.h:
10459 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
10460 (gst_adder_request_new_pad): Fix negotiation.
10461 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
10462 Add a fixate function.
10463 * gst/intfloat/gstfloat2int.c:
10464 * gst/intfloat/gstfloat2int.h:
10465 * gst/intfloat/gstint2float.c:
10466 * gst/intfloat/gstint2float.h:
10467 Completely rewrite the negotiation. Doesn't quite work yet,
10468 due to some buffer-frames problem.
10470 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
10472 * ext/gnomevfs/gstgnomevfssrc.c:
10473 * sys/v4l2/v4l2_calls.h:
10474 fix includes for distcheck
10476 2004-01-21 Christian Schaller <uraeus@gnome.org>
10479 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
10480 based on earlier patch from Laurent Vivier
10482 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
10484 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
10485 Fix wma caps property
10486 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
10487 Fix typo (flags1 and flags2)
10489 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
10491 * gst-libs/gst/media-info/media-info-priv.c:
10492 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
10493 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
10494 (gmip_find_stream), (gmip_find_track_metadata),
10495 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
10496 (gmip_find_track_format):
10497 * gst-libs/gst/media-info/media-info-priv.h:
10498 * gst-libs/gst/media-info/media-info-test.c: (main):
10499 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
10500 (gst_media_info_read_idler), (gst_media_info_read):
10501 * gst-libs/gst/media-info/media-info.h:
10502 register debugging category and use it for debugging
10504 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
10506 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
10507 (gst_vorbisfile_new_link):
10508 signal streaminfo through tags
10510 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
10512 * ext/mplex/gstmplex.cc:
10513 * ext/mplex/gstmplexibitstream.cc:
10514 g++ doesn't like NULL in our i18n/error macros, should be
10515 either (NULL) or ("").
10517 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
10519 * sys/dxr3/dxr3audiosink.c:
10520 * sys/dxr3/dxr3init.c:
10521 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
10522 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
10523 Fix more error error error errors (missing includes here).
10525 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
10527 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
10528 fix thomas' error errors.
10530 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
10532 * ext/mpeg2enc/gstmpeg2enc.cc:
10535 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
10537 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
10538 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
10539 Fix for new error system.
10541 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
10543 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
10544 fix for new error reporting
10546 2004-01-20 David Schleef <ds@schleef.org>
10548 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
10549 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
10550 (gst_ximagesink_set_xwindow_id): Change to using a framerate
10551 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
10552 and neither is 100+, most likely.
10553 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10554 (gst_xvimagesink_getcaps): same
10556 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
10559 Up version requirement to 2.0.3 (not yet released) to avoid symbol
10560 clashes with ffmpeg.
10562 2004-01-20 Julien MOUTTE <julien@moutte.net>
10564 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
10565 (gst_switch_init): Fixed switch element : proxying link and setting
10566 caps from src to sink on request.
10568 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
10570 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
10571 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
10572 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
10575 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
10577 * sys/v4l/v4l_calls.h:
10578 * sys/v4l2/v4l2_calls.h:
10579 element_error fixes
10581 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
10583 * gst-libs/gst/gst-i18n-plugin.h:
10585 remove config.h inclusion
10587 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
10590 adding autopoint invocation
10593 * gst-libs/gst/gettext.h:
10594 adding gettext bits
10595 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
10596 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
10597 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10598 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
10599 (gst_gnomevfssink_close_file):
10600 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
10601 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
10602 * gst-libs/gst/gst-i18n-plugin.h:
10603 * gst/avi/gstavi.c: (plugin_init):
10604 * sys/dxr3/dxr3init.c: (plugin_init):
10605 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
10606 * sys/oss/gstossaudio.c: (plugin_init):
10607 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
10608 * sys/v4l/gstv4l.c: (plugin_init):
10609 * sys/v4l/v4l_calls.c: (gst_v4l_open):
10610 * sys/v4l2/gstv4l2.c: (plugin_init):
10611 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
10612 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
10613 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
10614 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
10615 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
10616 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
10617 make sure locale and translation domain are set
10618 fix translated strings
10624 put translation files into place
10625 * sys/xvideo/imagetest.c: (main):
10626 * ext/dv/demo-play.c: (main):
10627 fix unnecessary translations
10629 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10631 * ext/sndfile/gstsf.c:
10632 * gst/avi/gstavimux.c:
10633 * ext/audiofile/gstafsink.c:
10634 * ext/audiofile/gstafsrc.c:
10635 * ext/gnomevfs/gstgnomevfssink.c:
10636 * ext/gnomevfs/gstgnomevfssrc.c:
10637 * sys/oss/gstosselement.c:
10638 * sys/v4l/v4l_calls.h:
10641 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
10643 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
10644 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
10645 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
10646 (gst_v4l2_get_output), (gst_v4l2_set_output),
10647 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
10648 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
10649 (gst_v4l2_set_attribute):
10650 update to new error handling
10652 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
10654 * ext/sidplay/gstsiddec.cc:
10655 * gst/modplug/gstmodplug.cc:
10656 parenthese NULL because C++ seems angry about it
10658 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
10660 * gst-libs/gst/gst-i18n-plugin.h:
10661 add skeleton i18n stuff, but needs to be further implemented
10663 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
10665 * examples/gstplay/player.c: (main):
10666 * ext/aalib/gstaasink.c: (gst_aasink_open):
10667 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
10668 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10669 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
10670 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
10671 (gst_afsink_close_file):
10672 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
10673 (gst_afsrc_close_file):
10674 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
10675 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
10676 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
10677 * ext/esd/esdmon.c: (gst_esdmon_get):
10678 * ext/esd/esdsink.c: (gst_esdsink_chain):
10679 * ext/faac/gstfaac.c: (gst_faac_chain):
10680 * ext/faad/gstfaad.c: (gst_faad_chain):
10681 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
10682 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
10683 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
10684 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
10685 (gst_flacdec_loop):
10686 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
10687 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
10688 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
10689 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
10690 (gst_gnomevfssink_close_file):
10691 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
10692 (gst_gnomevfssrc_open_file):
10693 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
10694 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
10695 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
10696 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
10697 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
10698 * ext/mad/gstmad.c: (gst_mad_chain):
10699 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
10700 * ext/mpeg2dec/gstmpeg2dec.c:
10701 * ext/mpeg2enc/gstmpeg2enc.cc:
10702 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
10703 * ext/mplex/gstmplex.cc:
10704 * ext/mplex/gstmplexibitstream.cc:
10705 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
10706 (gst_ogg_demux_push), (gst_ogg_pad_push):
10707 * ext/raw1394/gstdv1394src.c:
10708 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
10709 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
10710 * ext/sidplay/gstsiddec.cc:
10711 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
10713 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
10714 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
10715 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
10716 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
10717 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
10718 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
10719 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
10720 * gst-libs/gst/Makefile.am:
10721 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
10722 (gst_riff_read_element_data), (gst_riff_read_seek),
10723 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
10724 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
10725 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
10726 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
10727 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
10728 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
10729 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
10730 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
10731 * gst/goom/gstgoom.c: (gst_goom_chain):
10732 * gst/id3/gstid3types.c: (gst_id3types_loop):
10733 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
10734 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
10735 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
10736 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10737 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
10738 (gst_ebml_read_float), (gst_ebml_read_header):
10739 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
10740 (gst_matroska_demux_parse_blockgroup):
10741 * gst/modplug/gstmodplug.cc:
10742 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
10743 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
10744 * gst/oneton/gstoneton.c: (gst_oneton_chain):
10745 * gst/silence/gstsilence.c: (gst_silence_get):
10746 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
10747 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
10748 * gst/speed/gstspeed.c: (speed_loop):
10749 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
10750 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
10751 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
10752 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
10753 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
10754 (gst_wavparse_loop):
10755 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
10756 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
10757 (dxr3audiosink_close):
10758 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
10759 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
10760 (dxr3videosink_close), (dxr3videosink_write_data):
10761 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
10762 * sys/oss/gstosselement.h:
10763 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
10764 (gst_osssink_chain):
10765 * sys/oss/gstosssrc.c: (gst_osssrc_get):
10766 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
10767 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
10768 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
10769 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
10770 (gst_v4l_enable_overlay):
10771 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
10772 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
10773 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
10774 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
10775 (gst_v4l_set_audio):
10776 * sys/v4l/v4l_calls.h:
10777 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
10778 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
10779 (gst_v4lmjpegsink_playback_init),
10780 (gst_v4lmjpegsink_playback_start):
10781 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
10782 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
10783 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
10784 (gst_v4lmjpegsrc_requeue_frame):
10785 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
10786 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
10787 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
10788 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
10789 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10790 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
10791 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
10792 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
10793 (gst_v4l2src_capture_stop):
10794 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
10795 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10796 (gst_ximagesink_chain):
10797 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
10798 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
10799 (gst_xvideosink_xwindow_new):
10800 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10801 (gst_xvimagesink_chain):
10802 use new error signal, function and categories
10804 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
10808 * ext/musicbrainz/gsttrm.c:
10809 * ext/musicbrainz/gsttrm.h:
10810 * ext/musicbrainz/Makefile.am:
10813 2004-01-18 Julien MOUTTE <julien@moutte.net>
10815 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
10816 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
10817 synchronous property for debugging.
10818 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
10819 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10820 (gst_xvimagesink_set_property): Moving a pointer declaration to a
10821 smaller block, fixing indent.
10823 2004-01-16 David Schleef <ds@schleef.org>
10825 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
10826 property affects the video stream.
10827 * sys/xvimage/xvimagesink.c:
10828 * sys/xvimage/xvimagesink.h:
10829 Add synchronous property for debugging. Should probably be
10830 disabled in non-CVS builds. Make sure that the Xv attribute
10831 exists before we set it (crash!). Fix a silly float bug that
10832 caused colorbalance to just not work.
10834 2004-01-17 Christian Schaller <Uraeus@gnome.org>
10836 * tools/gst-launch-ext.in - update for new plugins
10838 2004-01-16 David Schleef <ds@schleef.org>
10840 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
10841 already-freed caps.
10843 2994-01-16 Christian Schaller <Uraeus@gnome.org>
10845 * Update spec for new colorspace plugin and libcaca plugin
10846 * Fix compilation of libcaca plugin (clock -> id)
10848 2004-01-16 Julien MOUTTE <julien@moutte.net>
10850 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
10851 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
10852 (gst_xvimagesink_set_xwindow_id),
10853 (gst_xvimagesink_colorbalance_set_value),
10854 (gst_xvimagesink_colorbalance_get_value),
10855 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10856 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
10857 correct colorbalance properties. They can now be set when the element
10858 is still in NULL state. The values will be committed to the Xv Port
10859 when xcontext is initialized.
10860 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
10861 brightness int values in the GstXvImagesink structure.
10863 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
10865 * gst-libs/gst/Makefile.am:
10866 restructure so having local patches works easier.
10868 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
10870 * ext/mpeg2enc/Makefile.am:
10871 * ext/mpeg2enc/gstmpeg2enc.cc:
10872 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
10873 Bugfix with respect to EOS handling.
10875 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
10877 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
10878 Link with right caps (else, it segfaults).
10879 * ext/mplex/gstmplexjob.cc:
10880 Fix for slight API change in 1.6.1.93 release of mjpegtools.
10882 2004-01-15 David Schleef <ds@schleef.org>
10884 * gst-libs/gst/audio/Makefile.am:
10885 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
10887 * gst-libs/gst/audio/gstaudiofilter.c:
10888 * gst-libs/gst/audio/gstaudiofilter.h:
10889 Add bytes_per_sample and size and n_samples calculation.
10890 * gst-libs/gst/audio/gstaudiofilterexample.c:
10891 Remove, now autogenerated.
10892 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10893 Moved from gstaudiofilterexample, object name changed, code added
10894 so that it actually works.
10895 * gst-libs/gst/audio/make_filter:
10896 Script to build an audiofilter subclass from the template.
10897 * gst/colorspace/Makefile.am:
10898 * gst/colorspace/yuv2yuv.c:
10899 Remove file, since it's GPL, and we don't use it.
10901 2004-01-15 Julien MOUTTE <julien@moutte.net>
10903 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
10904 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
10905 them use the buffer free function to test how the buffer was allocated.
10907 2004-01-15 David Schleef <ds@schleef.org>
10909 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
10910 that handles osssink fallback.
10911 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
10912 (gst_audio_convert_getcaps):
10913 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
10914 Add audio/x-qdm2 for QDM2 audio.
10915 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
10916 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
10917 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
10918 Decrease minimum size to 16x16.
10919 * gst/wavparse/gstwavparse.c:
10920 Convert disabled pad template caps to new caps.
10921 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
10922 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10923 (gst_xvimagesink_chain): Throw element error when display cannot
10924 be opened. Increase minimum framerate to 1.0. Check the data
10925 free function on a buffer to make sure it is the type we expect
10926 before manipulating it.
10928 2004-01-15 Julien MOUTTE <julien@moutte.net>
10930 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
10931 (gst_videobalance_colorbalance_set_value): Implement passthru if
10932 settings are in the middle.
10933 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
10935 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
10937 * gst/videofilter/Makefile.am:
10938 * gst/volume/Makefile.am:
10939 Since we use videofilter symbols, link to it.
10941 2004-01-15 Julien MOUTTE <julien@moutte.net>
10943 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
10944 mixer interface type to HARDWARE.
10945 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
10947 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
10948 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
10949 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
10950 (gst_volume_interface_init), (gst_volume_list_tracks),
10951 (gst_volume_set_volume), (gst_volume_get_volume),
10952 (gst_volume_set_mute), (gst_volume_mixer_init),
10953 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
10954 (volume_init): Implementing mixer interface.
10955 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
10956 * sys/oss/gstosselement.c: (gst_osselement_get_type),
10957 (gst_osselement_change_state): Removing some trailing commas in
10959 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
10960 interface type to HARDWARE.
10961 * sys/v4l/gstv4lcolorbalance.c:
10962 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
10964 * sys/v4l2/gstv4l2colorbalance.c:
10965 (gst_v4l2_color_balance_interface_init): Setting colorbalance
10966 interface type to HARDWARE.
10967 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
10968 same code than ximagesink for event handling.
10970 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
10972 * ext/snapshot/Makefile.am:
10973 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
10974 (gst_snapshot_chain):
10975 * ext/snapshot/gstsnapshot.h:
10976 This has to be a joke... Snapshot should be connected to a tee,
10977 colorspace element before it and EOS after that, where the other
10978 src of the tee receives normal data.
10979 The current way is *wrong*.
10981 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
10983 * ext/hermes/gsthermescolorspace.c:
10984 Fix another compile error. Same as below.
10986 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
10988 * gst/colorspace/gstcolorspace.c:
10989 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
10990 (gst_colorspace_i420_to_yv12):
10991 Fix compiling... Didn't test if it actually works.
10993 2004-01-15 David Schleef <ds@schleef.org>
10996 * gst/colorspace/Makefile.am:
10997 * gst/colorspace/gstcolorspace.c:
10998 * gst/colorspace/gstcolorspace.h:
10999 * gst/colorspace/yuv2rgb.c:
11000 * gst/colorspace/yuv2rgb.h:
11001 Duplicate the ext/hermes colorspace plugin, and remove Hermes
11002 code and GPL code. Fix for new caps negotiation. Rewrite
11003 much of the format handling code, and some of the conversion
11004 code. Basically, rewrote almost everything. This element
11005 handles I420, YV12 to RGB conversions.
11006 * ext/hermes/Makefile.am:
11007 * ext/hermes/gsthermescolorspace.c:
11008 Rename colorspace to hermescolorspace. Fix negotiation issues.
11009 Remove non-Hermes related code. This element handles lots of
11010 RGB to RGB conversions, but no YUV.
11011 * ext/hermes/gstcolorspace.c:
11012 * ext/hermes/gstcolorspace.h:
11013 * ext/hermes/rgb2yuv.c:
11014 * ext/hermes/yuv2rgb.c:
11015 * ext/hermes/yuv2rgb.h:
11016 * ext/hermes/yuv2rgb_mmx16.s:
11017 * ext/hermes/yuv2yuv.c:
11018 * ext/hermes/yuv2yuv.h:
11021 2004-01-14 Colin Walters <walters@verbum.org>
11023 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
11024 they've already been.
11026 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
11028 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
11029 assume tag mode when pad is not connected
11031 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
11033 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11034 Don't update the time of the clock
11035 (gst_alsa_sink_loop):
11036 sync to the clock given to alsasink, not the own clock
11037 * sys/oss/gstosssink.c: (gst_osssink_chain):
11039 (gst_osssink_change_state):
11041 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
11042 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
11043 remove bogus code that made DISCONT events unhandled
11044 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
11045 explicitly case to double in _set_simple. (fixes 2nd warning in bug
11047 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
11048 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
11049 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
11050 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
11051 2nd warning in bug #131502)
11053 2004-01-14 Julien MOUTTE <julien@moutte.net>
11055 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
11056 (gst_videobalance_colorbalance_set_value),
11057 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
11058 for colorbalance interface implementation.
11059 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
11060 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
11061 (gst_ximagesink_dispose), (gst_ximagesink_init),
11062 (gst_ximagesink_class_init): Adding DISPLAY property.
11063 * sys/ximage/ximagesink.h: Adding display_name to store display.
11064 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
11065 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11066 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
11067 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
11068 properties (they still need polishing though for gst-launch use : no
11069 xcontext yet, i ll do that tomorrow).
11070 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
11072 2004-01-14 Julien MOUTTE <julien@moutte.net>
11074 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
11075 (gst_play_set_location), (gst_play_set_visualization): Preparing
11076 switch integration, adding videobalance in the pipeline.
11078 2004-01-14 Julien MOUTTE <julien@moutte.net>
11080 * gst-libs/gst/colorbalance/colorbalance.c:
11081 (gst_color_balance_class_init): Adding a default type.
11082 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
11084 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
11085 (gst_videobalance_dispose), (gst_videobalance_class_init),
11086 (gst_videobalance_init), (gst_videobalance_interface_supported),
11087 (gst_videobalance_interface_init),
11088 (gst_videobalance_colorbalance_list_channels),
11089 (gst_videobalance_colorbalance_set_value),
11090 (gst_videobalance_colorbalance_get_value),
11091 (gst_videobalance_colorbalance_init): Implementing colorbalance
11093 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
11095 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
11096 bug which was triggering a BadAccess X error when setting an overlay
11097 before pad was really negotiated.
11098 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
11099 Using the colorbalance type macro.
11101 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
11103 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
11104 (gst_flacenc_chain):
11105 handle tags correctly
11106 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11107 extract ID3v1 tags correctly
11109 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
11111 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
11113 Improve matroska typefinding for odd-typed headers...
11115 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
11117 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
11118 Fix for using incremental number on padnames.
11120 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
11122 * ext/divx/gstdivxdec.c:
11123 * ext/divx/gstdivxenc.c:
11124 Set category to divx4linux instead of divx (too generic).
11125 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11126 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
11127 (gst_wavparse_loop), (gst_wavparse_change_state):
11128 * gst/wavparse/gstwavparse.h:
11129 fix parsing of WAV files with non-standard fmt-tag size and fix
11130 skipping of unrecognized chunks... Someone please fix this thing
11131 to use rifflib so all this is automated.
11132 * sys/v4l/Makefile.am:
11133 * sys/v4l2/Makefile.am:
11134 Add X_CFLAGS because we depend on X (for overlay).
11136 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
11138 * ext/mpeg2dec/gstmpeg2dec.c:
11139 Don't issue a timestamp unless we tagged the frame
11142 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
11144 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
11145 Query the audio element to get the time, not the clock. We're
11146 interested in the element's time here.
11148 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
11150 * ext/aalib/gstaasink.c: (gst_aasink_chain):
11151 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11152 * ext/esd/esdsink.c: (gst_esdsink_chain):
11153 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
11154 * ext/mas/massink.c: (gst_massink_chain):
11155 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
11156 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
11157 (gst_matroska_demux_parse_metadata):
11158 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
11159 (gst_mpeg_parse_release_locks):
11160 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
11161 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
11162 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
11163 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
11164 (gst_osssink_change_state):
11165 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
11166 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
11167 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
11168 (gst_xvideosink_release_locks):
11169 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
11171 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
11172 (gst_alsa_clock_stop):
11173 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
11174 (gst_audio_clock_get_internal_time):
11175 simplify for use with new clocking code.
11176 * testsuite/alsa/Makefile.am:
11177 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
11178 fix testsuite for new caps system
11180 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
11182 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
11183 * ext/flac/gstflacenc.c: (add_one_tag):
11184 length is already host endian, no need to convert. Fixes playback of
11185 tagged files on PPC. (bug #128384)
11187 2004-01-13 Julien MOUTTE <julien@moutte.net>
11189 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
11190 colorbalance interface stating if it is hardware based or software
11192 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
11193 Removing a trailing comma.
11194 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
11195 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
11196 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
11197 the documentation seems to be wrong on the -1000 to 1000 interval.
11199 2004-01-12 David Schleef <ds@schleef.org>
11201 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
11202 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
11203 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
11204 Fix negotiation. Add a bufferalloc function for the sink pad,
11205 and generally clean up some of the code.
11207 2004-01-12 Julien MOUTTE <julien@moutte.net>
11209 * gst-libs/gst/colorbalance/colorbalancechannel.c:
11210 (gst_color_balance_channel_dispose): Adding safety check in dispose
11212 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
11213 (gst_xvimagesink_xcontext_clear),
11214 (gst_xvimagesink_interface_supported),
11215 (gst_xvimagesink_colorbalance_list_channels),
11216 (gst_xvimagesink_colorbalance_set_value),
11217 (gst_xvimagesink_colorbalance_get_value),
11218 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
11219 Adding colorbalance interface support to set XV parameters such as
11220 HUE, BRIGHTNESS, CONTRAST, SATURATION.
11221 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
11224 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
11226 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
11227 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
11228 (gst_audio_convert_init), (gst_audio_convert_set_property),
11229 (gst_audio_convert_get_property), (gst_audio_convert_chain),
11230 (gst_audio_convert_link),
11231 (gst_audio_convert_buffer_to_default_format),
11232 (gst_audio_convert_buffer_from_default_format), (plugin_init):
11233 - implement _getcaps and use it
11235 - remove float caps since no float conversion is actually done
11236 - remove properties and arguments that were to be used for rate
11239 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
11241 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
11242 (gst_audio_structure_set_int):
11243 * gst-libs/gst/audio/audio.h:
11244 add helper functions for _getcaps matching the standard audio
11247 2004-01-12 David Schleef <ds@schleef.org>
11249 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
11250 Test that pad is negotiated before getting its caps.
11252 2004-01-12 Julien MOUTTE <julien@moutte.net>
11254 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
11255 analyzing the pads of an element the bin is mostly in READY state so
11256 no caps were negotiated. This helper function needs to work with
11257 _get_caps directly then. I was not freeing them though, added that to
11260 2004-01-12 Julien MOUTTE <julien@moutte.net>
11262 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
11263 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
11264 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
11265 than the free_func.
11267 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
11269 * sys/oss/gstossaudio.c: (plugin_init):
11270 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
11271 * sys/oss/gstosselement.h:
11272 make an oss debugging category
11273 make failure more descriptive
11275 2004-01-11 David Schleef <ds@schleef.org>
11277 * ext/ffmpeg/gstffmpeg.c:
11278 * ext/ffmpeg/gstffmpegcodecmap.c:
11279 * ext/ffmpeg/gstffmpegdec.c:
11280 * ext/ffmpeg/gstffmpegenc.c:
11281 * ext/ffmpeg/gstffmpegprotocol.c:
11282 * ext/gdk_pixbuf/gstgdkanimation.c:
11283 * ext/jpeg/gstjpeg.c:
11284 * ext/libpng/gstpng.c:
11285 * ext/mpeg2dec/perftest.c:
11286 * ext/speex/gstspeex.c:
11287 * gst-libs/gst/resample/dtos.c:
11288 * gst/intfloat/gstintfloatconvert.c:
11289 * gst/oneton/gstoneton.c:
11290 * gst/rtjpeg/RTjpeg.c:
11291 * gst/rtp/gstrtp.c:
11292 * sys/dxr3/dxr3init.c:
11293 * sys/glsink/gstgl_nvimage.c:
11294 * sys/glsink/gstgl_pdrimage.c:
11295 * sys/glsink/gstglsink.c:
11296 * testsuite/gst-lint:
11297 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
11299 2004-01-11 David Schleef <ds@schleef.org>
11301 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
11302 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
11303 * ext/gdk_pixbuf/gstgdkanimation.c:
11304 (gst_gdk_animation_iter_create_pixbuf):
11305 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
11306 (gst_gdk_pixbuf_chain):
11307 * ext/gdk_pixbuf/gstgdkpixbuf.h:
11308 * ext/jack/gstjack.c: (gst_jack_change_state):
11309 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
11310 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
11311 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
11312 * gst/videofilter/gstvideofilter.c:
11313 (gst_videofilter_set_output_size):
11314 Remove all usage of gst_pad_get_caps(), and replace it with
11315 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
11317 2004-01-11 David Schleef <ds@schleef.org>
11320 * ext/Makefile.am: Fixes to make ext/libcaca compile.
11321 * ext/divx/gstdivxdec.c:
11322 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
11323 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
11324 handle images that span multiple buffers. Now work with both
11325 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
11326 * ext/gdk_pixbuf/gstgdkpixbuf.h:
11327 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
11328 video/video.h changes
11329 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
11330 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
11331 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
11332 of GstData free function.
11333 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
11336 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
11338 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
11339 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
11340 (gst_v4l2element_get_property):
11341 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
11342 add norm, channel and frequency properties.
11343 * sys/v4l2/gstv4l2tuner.c:
11344 fixes for tuner interface changes
11345 * sys/v4l2/gstv4l2element.h:
11346 * sys/v4l2/gstv4l2src.c:
11347 * sys/v4l2/gstv4l2src.h:
11348 * sys/v4l2/v4l2src_calls.c:
11349 * sys/v4l2/v4l2src_calls.h:
11350 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
11352 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
11354 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
11355 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
11356 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
11357 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
11358 * gst-libs/gst/tuner/tuner.h:
11359 GObjects aren't const.
11360 Add find_by_name functions.
11361 Add checks to _changed functions.
11362 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
11363 (gst_v4l_tuner_get_norm):
11366 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
11368 * gst-libs/gst/video/video.h:
11369 Fix caps template names to be understandable.
11370 Prefix everything with GST_VIDEO.
11371 * ext/aalib/gstaasink.c:
11372 * ext/divx/gstdivxdec.c:
11373 * ext/divx/gstdivxenc.c:
11374 * ext/gdk_pixbuf/gstgdkpixbuf.c:
11375 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
11376 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
11377 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
11378 * ext/libcaca/gstcacasink.c:
11379 * ext/libpng/gstpngenc.c: (raw_caps_factory):
11380 * ext/snapshot/gstsnapshot.c:
11381 * ext/swfdec/gstswfdec.c:
11382 * ext/xvid/gstxviddec.c:
11383 * ext/xvid/gstxvidenc.c:
11384 * gst/chart/gstchart.c:
11385 * gst/deinterlace/gstdeinterlace.c:
11386 * gst/effectv/gsteffectv.c:
11387 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
11388 * gst/goom/gstgoom.c:
11389 * gst/median/gstmedian.c:
11390 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11391 (gst_monoscope_srcconnect), (gst_monoscope_chain):
11392 * gst/overlay/gstoverlay.c:
11393 * gst/smooth/gstsmooth.c:
11394 * gst/smpte/gstsmpte.c:
11395 * gst/synaesthesia/gstsynaesthesia.c:
11396 * gst/videocrop/gstvideocrop.c:
11397 * gst/videodrop/gstvideodrop.c:
11398 * gst/y4m/gsty4mencode.c:
11399 * sys/qcam/gstqcamsrc.c:
11400 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
11401 Make them work with new video.h file.
11402 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
11403 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
11404 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
11405 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
11406 Make it work with new buffer allocation system.
11408 2004-01-11 Julien MOUTTE <julien@moutte.net>
11410 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
11411 pad_alloc_buffer implementation to use ->srcpad
11412 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
11413 pad_alloc_buffer implementation to use ->srcpad
11414 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
11415 pad_alloc_buffer implementation to use ->srcpad
11416 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
11417 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
11418 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
11419 a reference to everything we need.
11420 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
11421 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11422 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
11423 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
11424 a reference to everything we need.
11425 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
11427 2004-01-11 David Schleef <ds@schleef.org>
11429 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
11430 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
11431 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
11433 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
11434 value during a resize/renegotiation.
11435 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
11436 gst_pad_alloc_buffer();
11437 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
11438 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
11440 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
11441 Fix for rename of buffer private structure members.
11442 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
11443 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
11444 Fix for rename of buffer private structure members.
11445 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
11446 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
11447 Fix for rename of buffer private structure members.
11449 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
11451 reviewed by: David Schleef <ds@schleef.org>
11453 * gst/videofilter/Makefile.am:
11454 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
11455 from the patch by ds to fit in with recent make_filter changes.
11457 2004-01-11 Julien MOUTTE <julien@moutte.net>
11459 * configure.ac: Adding examples/switch/Makefile
11460 * examples/Makefile.am: Adding examples/switch
11461 * examples/switch/Makefile.am: Adding switcher example.
11462 * examples/switch/switcher.c: (got_eos), (idle_iterate),
11463 (switch_timer), (main): Adding an example demonstrating switch usage
11464 with 2 videotestsrc showing different patterns.
11465 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
11466 (gst_switch_init): Fixing switch with the new caps system.
11468 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
11470 * gst-libs/gst/video/video.h:
11471 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
11472 They should probably be like
11473 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
11475 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
11477 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11478 (qtdemux_parse_trak):
11479 fix audio chunk size/timestamp calculation
11481 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
11483 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
11486 2004-01-11 Steve Baker <steve@stevebaker.org>
11488 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
11489 (gst_agingtv_base_init), (gst_agingtv_class_init),
11490 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
11491 (gst_agingtv_set_property), (gst_agingtv_get_property):
11492 Port agingTV to videofilter
11494 2004-01-09 Julien MOUTTE <julien@moutte.net>
11496 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
11497 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
11499 2004-01-09 Julien MOUTTE <julien@moutte.net>
11501 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
11502 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
11503 * gst-libs/gst/xoverlay/xoverlay.c:
11504 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
11505 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
11506 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
11507 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
11508 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
11509 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
11510 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
11511 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
11512 the bufferalloc_function to replace bufferpools, fixing the XOverlay
11513 interface implementation to handle xid being 0 and fix some bugs
11514 triggered by Benjamin's testcase.
11515 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
11516 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
11517 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
11518 the bufferalloc_function to replace bufferpools, fixing the XOverlay
11519 interface implementation to handle xid being 0 and fix some bugs
11520 triggered by Benjamin's testcase.
11522 2004-01-09 David Schleef <ds@schleef.org>
11524 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
11525 mouse pointer events. It works.
11527 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
11529 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
11530 Use explicit caps - fix capsnego.
11531 * ext/xvid/gstxviddec.c:
11532 * ext/xvid/gstxvidenc.c:
11533 Remove macro-inside-macro which caused compile errors.
11534 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
11535 Error out if it's not a RIFF file. Else we error out without
11536 gst_element_error() which is not good...
11538 2004-01-08 David Schleef <ds@schleef.org>
11540 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
11541 Fix pad_link function to handle formats that ffmpeg returns
11542 as multiple caps structures.
11543 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
11544 Only complain if source buffer is _smaller_ than expected.
11545 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
11546 (gst_videoscale_handle_src_event): Resize navigation events
11547 when passing them upstream.
11548 * gst/videotestsrc/gstvideotestsrc.c:
11549 * gst/videotestsrc/gstvideotestsrc.h:
11550 * gst/videotestsrc/videotestsrc.c:
11551 * gst/videotestsrc/videotestsrc.h:
11552 Rewrite many of the buffer painting functions to handle odd
11553 sizes (for many formats, size%4!=0 or size%8!=0). Most have
11554 been verified to work with my video card.
11555 * testsuite/gst-lint: Add check for elements calling
11556 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
11558 2004-01-08 David Schleef <ds@schleef.org>
11560 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
11561 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
11563 2004-01-08 Julien MOUTTE <julien@moutte.net>
11565 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
11566 configure event is not emiting the desired size signal. That fixes
11567 aspect ratio issues with gst-player.
11569 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
11571 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
11574 2004-01-08 Julien MOUTTE <julien@moutte.net>
11576 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
11577 public method to fire size signal.
11579 2004-01-07 Julien MOUTTE <julien@moutte.net>
11581 * examples/gstplay/Makefile.am: Adding the interface library.
11582 * gst-libs/gst/play/Makefile.am: Adding the interface library.
11583 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
11584 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
11585 GST_IS_X_OVERLAY before signal connect.
11586 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
11587 Removing the have_video_size signal.
11588 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
11589 and associated public method.
11590 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
11591 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
11593 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
11594 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
11596 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
11597 Using XOverlay public method to fire size signal.
11599 2004-01-07 David Schleef <ds@schleef.org>
11601 * gst/videofilter/Makefile.am:
11602 * gst/videofilter/gstvideotemplate.c:
11603 * gst/videofilter/make_filter:
11604 Create gstvideoexample.c in a srcdir!=builddir friendly way.
11605 Convert make_filter to /bin/sh script.
11607 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
11609 * gst/modplug/gstmodplug.cc: fix element description
11611 2004-01-07 Julien MOUTTE <julien@moutte.net>
11613 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
11614 (got_video_size): Adding some new lines in g_print calls.
11615 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11616 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
11617 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
11618 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
11619 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
11620 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
11621 Complete code review, reverting some stuff i disagree with, adding
11622 some fixes : time synchronization on invalid timestamps, renegotiation
11624 * sys/ximage/ximagesink.h:
11625 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
11626 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
11627 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
11628 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
11629 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
11630 (gst_xvimagesink_buffer_new),
11631 (gst_xvimagesink_navigation_send_event),
11632 (gst_xvimagesink_set_xwindow_id),
11633 (gst_xvimagesink_get_desired_size),
11634 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
11635 stuff i disagree with, adding some fixes : Renegotiation of private
11636 window, implementing get_desired_size.
11638 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
11640 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
11641 (gst_afsink_handle_event):
11642 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11643 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
11644 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
11645 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
11646 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
11647 Fix for instantiate-test (see core). Also remove dead code from
11648 jpegenc (which still needs fixing, but that's lower on my TODO
11650 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
11651 Never return NULL as caps.
11653 2004-01-07 David Schleef <ds@schleef.org>
11657 * ext/librfb/Makefile.am:
11658 * ext/librfb/gstrfbsrc.c:
11659 New source plugin based on librfb-0.1. RFB (remote framebuffer)
11660 is the protocol used by VNC.
11662 2004-01-07 David Schleef <ds@schleef.org>
11664 * gst/videofilter/gstvideotemplate.c:
11665 * gst/videofilter/gstvideotemplate.h:
11666 * gst/videofilter/make_filter:
11667 Merge videotemplate header into source file.
11668 * gst/effectv/Makefile.am:
11669 * gst/effectv/gsteffectv.c: (plugin_init):
11670 * gst/effectv/gstwarp.c:
11671 Make warpTV a subclass of videofilter.
11673 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
11675 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
11676 Add guard against invalid utf-8 conversions in mad. Just in case.
11678 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
11680 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
11681 Fix for bug shown by poisoning
11683 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
11685 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
11686 (gst_v4lmjpegsrc_buffer_free):
11687 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
11688 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
11689 (gst_v4lsrc_buffer_free):
11690 Fix for removed bufferpools.
11692 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
11694 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
11695 Fix caps negotiation.
11697 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
11698 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
11699 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
11701 * ext/mpeg2dec/gstmpeg2dec.c:
11702 * gst-libs/gst/navigation/navigation.c:
11703 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
11704 * gst-libs/gst/navigation/navigation.h:
11705 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
11706 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11707 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11708 Super-simple first version of mouse and keyboard events. Clicking
11709 on a DVD menu now works, although it may not take you where you
11712 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
11713 * gst/videotestsrc/gstvideotestsrc.c:
11714 (gst_videotestsrc_src_fixate):
11715 These fixate functions were broken - they never actually
11718 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
11720 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
11721 (gst_icecastsend_init):
11722 fix for new caps system.
11723 * gst-libs/gst/mixer/mixertrack.h:
11724 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
11725 Add 'master track' flag (for tools like ACME that only want to
11726 change the main volume).
11728 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
11730 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
11731 (gst_xvid_csp_to_caps):
11732 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
11733 * ext/xvid/gstxvidenc.c:
11734 ifdef out ARGB type when it isn't available
11735 in xvidcore 1.0.0beta2
11737 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
11739 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
11740 When we have received a new SCR right in the first buffer after
11741 a seek (so in the same cycle that handles the discont), we should
11742 handle the buffer instead of unreffing it, else we lose data.
11744 2004-01-06 Iain <iain@prettypeople.org>
11746 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
11747 buffer-frames caps too.
11749 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
11750 caps that we need, don't destroy them all and rebuild them. And when
11751 creating src pads, use the src pad template rather than the sink...
11753 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
11755 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
11756 Add pad to element *after* setting functions such as event handler.
11757 Without this, the scheduler (opt) will link pads, set the event
11758 handler from the default event function (dispatcher in gstpad.c)
11759 and *after* that, we will set our own event function, which will
11760 thus never be used (and thus mpegdemux doesn't handle events).
11762 2004-01-04 David Schleef <ds@schleef.org>
11764 Fix the fixate functions to handle new prototype:
11765 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
11766 * gst/videotestsrc/gstvideotestsrc.c:
11767 (gst_videotestsrc_src_fixate):
11768 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
11769 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
11770 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
11772 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
11774 * sys/ximage/ximagesink.h:
11775 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11776 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
11777 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11778 (gst_ximagesink_xoverlay_init):
11779 assorted fixes to make (re)embedding work
11780 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
11781 (gst_ximagesink_get_desired_size):
11782 implement desired size additions to XOverlay
11784 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
11786 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
11787 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
11788 (gst_x_overlay_got_desired_size):
11789 * gst-libs/gst/xoverlay/xoverlay.h:
11790 Add optional "desired size" signal and querying.
11792 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
11794 * gst/matroska/matroska-demux.c:
11795 (gst_matroska_demux_parse_blockgroup):
11796 Fix EBML-laced block parsing. Diffs are relative to previous
11797 lace, not the first lace. Thanks to Mosu from the Matroska
11798 team for detecting this.
11799 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11800 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
11801 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
11802 (gst_wavparse_change_state):
11803 * gst/wavparse/gstwavparse.h:
11804 Quickfix for capsnego.
11806 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
11808 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
11809 Fix indenting, fix pad creation.
11811 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
11813 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
11814 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
11815 (gst_xviddec_sink_link):
11816 Implement src_getcaps() so proper size caps is negotiated.
11818 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
11820 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
11821 Finish flac decoder on EOS. See #116178.
11823 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
11825 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
11826 (gst_matroska_demux_add_stream):
11827 * gst/matroska/matroska-ids.h:
11828 Add getcaps() function to fix capsnego...
11830 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
11832 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
11833 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
11834 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
11835 Fix more integer overflows. Again, see #126967.
11837 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
11839 * ext/mpeg2dec/gstmpeg2dec.c:
11840 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
11843 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
11846 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
11847 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
11848 * ext/xvid/gstxvid.h:
11849 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
11850 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
11851 (gst_xviddec_src_link), (gst_xviddec_sink_link),
11852 (gst_xviddec_change_state):
11853 * ext/xvid/gstxviddec.h:
11854 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
11855 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
11856 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
11857 (gst_xvidenc_link), (gst_xvidenc_set_property),
11858 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
11859 * ext/xvid/gstxvidenc.h:
11860 Update xvid plugin to latest xvid (1.0.0-beta3) API.
11862 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
11864 * gst/rtp/rtp-packet.c:
11865 Add sys/types.h include, since OS X doesn't define in_addr_t
11866 in netinet/in.h, like it does on Linux (see #129600).
11868 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
11870 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11872 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
11873 Correct logic of dispose function (see #129306).
11875 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
11877 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
11878 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
11879 (gst_mpeg_parse_init):
11880 * gst/mpegstream/gstmpegparse.h:
11881 Remove clock (which was never provided, i.e. dead code), and
11882 also fix integer overflows at high PTS values (see #126967).
11884 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
11886 * ext/flac/gstflacdec.c:
11887 * ext/libpng/gstpngenc.h:
11888 * ext/mikmod/gstmikmod.h:
11889 OS X fixes (see #126628).
11891 2004-01-02 David Schleef <ds@schleef.org>
11893 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
11894 (gst_alsa_src_base_init): Remove bogus "src" request pad.
11895 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
11896 (gst_mpeg_parse_class_init): Move pad template registration
11897 to class_init, since the derived class (mpegdemux) doesn't
11900 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
11902 * sys/ximage/Makefile.am:
11903 * sys/xvideo/Makefile.am:
11904 * sys/xvimage/Makefile.am:
11905 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
11906 after installation (see #127664).
11908 2004-01-02 David Schleef <ds@schleef.org>
11910 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
11911 (gst_ffmpegenc_connect): Negotiation fixes.
11912 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
11913 Remove inappropriate gst_caps_free().
11914 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
11915 Reenable Ronald's internal resize code, since the core handles
11918 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
11920 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11921 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11922 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
11923 Fix pad template stuff.
11925 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
11927 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11928 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
11929 fix signed integer reading/writing.
11931 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
11934 Remove outdated document
11936 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
11938 * gst/cutter/gstcutter.c: (gst_cutter_init):
11939 src pad was being created twice - oops.
11941 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
11943 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
11944 Comment out internal resize. It doesn't handle the resulting
11945 XEvent internally, does another try_set_caps() which leads to
11946 a really nice loop.
11947 Real fix will come when Julien and Dave are awake. ;).
11949 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
11951 * ext/mpeg2enc/gstmpeg2enc.cc:
11952 fix const/nonconst compile issue.
11954 2004-01-02 David Schleef <ds@schleef.org>
11956 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
11957 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
11958 Add fixate function and a check for bad formats.
11960 2004-01-01 David Schleef <ds@schleef.org>
11963 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
11964 (gst_audiofilter_init):
11965 * gst/debug/efence.c: (gst_efence_init):
11966 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
11967 (gst_deinterlace_init):
11968 * gst/volume/gstvolume.c: (volume_connect):
11970 2004-01-01 David Schleef <ds@schleef.org>
11972 Convert elements to use gst_pad_use_explicit_caps() where
11974 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
11975 * ext/audiofile/gstafparse.c: (gst_afparse_init),
11976 (gst_afparse_open_file):
11977 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
11978 (gst_afsrc_open_file):
11979 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
11980 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
11981 (gst_ffmpegdec_chain):
11982 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
11983 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
11984 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
11985 (gst_gdk_pixbuf_chain):
11986 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
11987 (gst_jpegdec_chain):
11988 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
11989 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
11990 (gst_mikmod_negotiate):
11991 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
11992 (gst_mpeg2dec_negotiate_format):
11993 * ext/mpeg2enc/gstmpeg2enc.cc:
11994 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11995 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
11996 (gst_speexdec_sinkconnect):
11997 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
11998 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
11999 (gst_vorbisfile_new_link):
12000 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
12001 (gst_ac3parse_chain):
12002 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
12003 (gst_asf_demux_setup_pad):
12004 * gst/auparse/gstauparse.c: (gst_auparse_init),
12005 (gst_auparse_chain):
12006 * gst/id3/gstid3types.c: (gst_id3types_loop):
12007 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
12008 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
12009 (mp1videoparse_parse_seq):
12010 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
12012 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
12013 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
12014 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
12015 (gst_mpeg_parse_send_data):
12016 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
12017 (gst_qtdemux_add_stream):
12018 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
12019 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12020 (gst_wavparse_parse_fmt):
12022 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
12025 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
12026 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
12027 it therefore uses the wrong include paths. Too bad... Note
12028 that 1.6.1.93 is not release yet. ;).
12029 Also add a check for mplex, which is now using the lib'ified
12030 mplex from mjpegtools, too.
12031 * ext/ffmpeg/gstffmpegcodecmap.c:
12032 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
12033 issues. I don't think ffmpeg handles 3ivx correctly, so this
12034 probably won't work. But it won't hurt either.
12035 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
12036 (gst_ffmpegdec_chain):
12037 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
12038 (gst_ffmpegenc_chain_audio):
12039 Fix memleak in audio encoding. Close codec if open fails, this
12040 calls the cleanup routines so we can re-use the context.
12041 * ext/mpeg2enc/gstmpeg2enc.cc:
12042 Fix pad template names/types, fix memory issue with getcaps().
12043 * ext/mpeg2enc/gstmpeg2encoder.cc:
12044 * ext/mpeg2enc/gstmpeg2encoder.hh:
12045 Fix compile issue with new caps system (const thingy).
12046 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
12047 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
12048 We read a first frame right on initing, so that we have a caps
12049 when we init the output. This caps is cached in padprivate and
12050 read as first frame.
12051 * ext/mplex/Makefile.am:
12052 * ext/mplex/gstmplex.cc:
12053 * ext/mplex/gstmplex.h:
12054 * ext/mplex/gstmplex.hh:
12055 * ext/mplex/gstmplexibitstream.cc:
12056 * ext/mplex/gstmplexibitstream.hh:
12057 * ext/mplex/gstmplexjob.cc:
12058 * ext/mplex/gstmplexjob.hh:
12059 * ext/mplex/gstmplexoutputstream.cc:
12060 * ext/mplex/gstmplexoutputstream.hh:
12061 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
12062 had issues, didn't do capsnego, supported only a subset of the
12063 mplex features and required a mplex fork in our local CVS. Plus
12064 that it worked agaist a very old mplex version. Rewriting was
12065 faster than updating it.
12066 * gst-libs/ext/Makefile.am:
12067 * gst-libs/ext/mplex/INSTRUCT:
12068 * gst-libs/ext/mplex/Makefile.am:
12069 * gst-libs/ext/mplex/README:
12070 * gst-libs/ext/mplex/TODO:
12071 * gst-libs/ext/mplex/ac3strm_in.cc:
12072 * gst-libs/ext/mplex/audiostrm.hh:
12073 * gst-libs/ext/mplex/audiostrm_out.cc:
12074 * gst-libs/ext/mplex/aunit.hh:
12075 * gst-libs/ext/mplex/bits.cc:
12076 * gst-libs/ext/mplex/bits.hh:
12077 * gst-libs/ext/mplex/buffer.cc:
12078 * gst-libs/ext/mplex/buffer.hh:
12079 * gst-libs/ext/mplex/fastintfns.h:
12080 * gst-libs/ext/mplex/format_codes.h:
12081 * gst-libs/ext/mplex/inputstrm.cc:
12082 * gst-libs/ext/mplex/inputstrm.hh:
12083 * gst-libs/ext/mplex/lpcmstrm_in.cc:
12084 * gst-libs/ext/mplex/mjpeg_logging.cc:
12085 * gst-libs/ext/mplex/mjpeg_logging.h:
12086 * gst-libs/ext/mplex/mjpeg_types.h:
12087 * gst-libs/ext/mplex/mpastrm_in.cc:
12088 * gst-libs/ext/mplex/mpegconsts.cc:
12089 * gst-libs/ext/mplex/mpegconsts.h:
12090 * gst-libs/ext/mplex/mplexconsts.hh:
12091 * gst-libs/ext/mplex/multplex.cc:
12092 * gst-libs/ext/mplex/outputstream.hh:
12093 * gst-libs/ext/mplex/padstrm.cc:
12094 * gst-libs/ext/mplex/padstrm.hh:
12095 * gst-libs/ext/mplex/stillsstream.cc:
12096 * gst-libs/ext/mplex/stillsstream.hh:
12097 * gst-libs/ext/mplex/systems.cc:
12098 * gst-libs/ext/mplex/systems.hh:
12099 * gst-libs/ext/mplex/vector.cc:
12100 * gst-libs/ext/mplex/vector.hh:
12101 * gst-libs/ext/mplex/videostrm.hh:
12102 * gst-libs/ext/mplex/videostrm_in.cc:
12103 * gst-libs/ext/mplex/videostrm_out.cc:
12104 * gst-libs/ext/mplex/yuv4mpeg.cc:
12105 * gst-libs/ext/mplex/yuv4mpeg.h:
12106 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
12107 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
12108 We don't fork mjpegtools' mplex in our CVS anymore.
12109 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
12110 (gst_avi_demux_add_stream):
12111 * gst/avi/gstavidemux.h:
12112 Add getcaps() function for proper caps nego. This makes some
12113 parts of AVI playback/reading work.
12114 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
12115 Resize window on new capsnego. This is probably wrong, but
12116 I'm still committing it because with current capsnego, the
12117 first successfull capsnego is auto-fixated, therefore rounded
12118 down to the lowest values in the caps. this results in a 16x16
12119 XWindow that is not reized when real capsnego finishes.
12120 Dave, I see more cases of this, do you know a proper solution?
12121 * tools/gst-launch-ext.in:
12122 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
12124 2003-12-31 David Schleef <ds@schleef.org>
12126 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
12127 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
12128 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
12130 2003-12-30 David Schleef <ds@schleef.org>
12132 * ext/ffmpeg/gstffmpegcolorspace.c:
12133 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
12134 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
12135 (gst_ffmpegcsp_chain): Negotiation fixes
12136 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
12137 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
12138 (gst_audio_convert_link), (gst_audio_convert_channels):
12139 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
12140 (gst_audioscale_link), (gst_audioscale_get_buffer),
12141 (gst_audioscale_chain): Negotiation fixes
12142 * gst/audioscale/gstaudioscale.h:
12143 * gst/videofilter/gstvideofilter.c:
12144 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
12145 (gst_videofilter_link), (gst_videofilter_init),
12146 (gst_videofilter_set_output_size), (gst_videofilter_setup),
12147 (gst_videofilter_find_format_by_structure):
12148 * gst/videofilter/gstvideofilter.h: Negotiation fixes
12149 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
12150 (gst_videoscale_link):
12151 * gst/videoscale/videoscale.c: (videoscale_get_structure),
12152 (videoscale_find_by_structure), (gst_videoscale_setup):
12153 * gst/videoscale/videoscale.h: Negotiation fixes
12154 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
12155 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
12156 function, restrict resizing to a multiple of 4 (hack until
12157 everyone supports odd sizes correctly).
12159 2003-12-29 Colin Walters <walters@verbum.org>
12161 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
12164 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
12166 * ext/sndfile/gstsf.c: (gst_sf_loop):
12167 Fix warning about discarding const qualifier
12169 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
12171 * gst/cutter/gstcutter.c:
12172 * gst/videoscale/gstvideoscale.c:
12173 * gst/volenv/gstvolenv.c:
12174 * gst-libs/gst/audio/audio.c:
12175 * gst-libs/gst/video/video.c:
12178 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
12180 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
12181 Don't send ALSA debugging to stderr.
12182 * ext/alsa/gstalsa.h:
12183 Use GST_WARNING instead of g_warning when ALSA functions fail.
12185 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
12187 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12188 Free XVAdapterInfo correctly.
12190 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
12192 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
12193 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
12194 Make id3tag use correct caps nego.
12196 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
12198 * ext/ivorbis/vorbis.c:
12199 * ext/ivorbis/vorbisenc.h:
12200 * ext/ivorbis/vorbisfile.c:
12201 Modify so that it uses the new caps things
12203 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
12205 * testsuite/spider/spider1.c: (main):
12206 * testsuite/spider/spider2.c: (main):
12207 * testsuite/spider/spider3.c: (main):
12208 Make tests compile again. They probably don't work.
12210 2003-12-24 Colin Walters <walters@verbum.org>
12212 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
12213 we can't fixate the caps anymore.
12215 2003-12-23 David Schleef <ds@schleef.org>
12217 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
12218 * sys/oss/gstosssink.c: (gst_osssink_init),
12219 (gst_osssink_sink_fixate): Add fixate function.
12221 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
12223 * ext/ffmpeg/gstffmpegcodecmap.c:
12224 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
12225 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
12226 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
12227 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
12228 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
12229 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
12230 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
12231 fix typo in RGB masks, and move back to "old" colorspace
12232 capsnego code until whoever wrote this new crap has actually
12233 tested it so that it works.
12234 And yes, this works, keep it that way please.
12236 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
12238 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
12239 (gst_divxdec_init), (gst_divxdec_negotiate):
12240 * ext/divx/gstdivxdec.h:
12241 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
12242 (gst_divxenc_init):
12243 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
12244 (gst_faac_sinkconnect), (gst_faac_srcconnect):
12245 * ext/mpeg2enc/gstmpeg2enc.cc:
12246 * ext/mpeg2enc/gstmpeg2encoder.cc:
12247 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
12248 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
12249 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
12250 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
12251 (dxr3spusink_init):
12252 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
12253 (dxr3videosink_init):
12254 Fix caps breakage after Dave's caps branch merge.
12256 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
12258 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12259 Fix for 24bpp display.
12261 2003-12-23 Colin Walters <walters@verbum.org>
12263 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
12264 a GnomeVFSHandle directly.
12266 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
12268 * gst/volume/Makefile.am:
12269 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
12270 (volume_base_init), (volume_init):
12271 Reenable volume element and fix to work with new caps stuff.
12272 Rhythmbox needs this.
12274 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
12276 * gst/qtdemux/qtdemux.c: (plugin_init):
12277 qtdemux requires bytestream
12279 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
12281 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
12282 Fix remaining caps handling errors due to CAPS merge.
12284 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
12286 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
12287 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
12288 (gst_faad_srcconnect):
12289 Port to new caps system.
12291 2003-12-21 Julien MOUTTE <julien@moutte.net>
12293 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
12294 (got_video_size), (main): using g_print instead of g_message.
12295 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
12296 signal which was not emitted because of "switch" element added to the
12297 bin but not connected. (Removing from the bin temporarily)
12299 2003-12-21 Julien MOUTTE <julien@moutte.net>
12301 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
12302 find X development files. I don't understand the previous tests and
12303 they fail on my debian/ppc unstable. This one works.
12304 * examples/gstplay/player.c: (main): Set the pipeline to READY before
12306 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
12307 (gst_play_set_video_sink), (gst_play_set_audio_sink),
12308 (gst_play_set_visualization): Add some safety checks in set_ methods
12309 and state_change. This was throwing some ugly CRITICAL messages when
12310 pipeline was getting disposed and casts were failing.
12312 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
12315 Improve mpeg2enc detection. This is for distributions that do
12316 ship mjpegtools, but without mpeg2enc. Also does object check
12317 for might there ever be ABI incompatibility.
12318 * ext/mpeg2enc/gstmpeg2enc.cc:
12319 Add Andrew as second maintainer (he's helping me), and also add
12320 an error if no caps was set. This happens if I pull before capsnego
12321 and that's something I should solve sometime else.
12322 * gst/matroska/matroska-demux.c:
12323 (gst_matroska_demux_parse_blockgroup):
12325 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
12326 (gst_matroska_mux_track_header):
12327 Add caps to templates.
12328 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
12329 Add mpegversion=1 to prevent confusion with MPEG/AAC.
12330 * gst/mpegstream/gstmpegdemux.c:
12331 Remove layer since it causes warnings about unfixed caps.
12332 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
12333 Fix obvious typo (we error out if caps were set, we should of
12334 course error out if *no* caps were set).
12335 * sys/oss/gstosselement.c: (gst_osselement_convert):
12336 Fix format conversion, we confused bits/bytes.
12337 * sys/oss/gstosselement.h:
12338 Improve documentation for 'bps'.
12340 Remove stuff about plugins that need removing - this was done
12342 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
12343 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
12344 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
12345 (gst_v4lsrc_src_query):
12346 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
12347 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
12348 Add get_query_types(), get_formats() and query() functions.
12350 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
12352 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
12353 * moved CVS to freedesktop.org