1 2004-08-11 David Schleef <ds@schleef.org>
3 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
6 2004-08-11 David Schleef <ds@schleef.org>
8 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
10 2004-08-11 David Schleef <ds@schleef.org>
12 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
14 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
15 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
17 * gst/auparse/gstauparse.c: Fix plugin license field.
18 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
19 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
20 * gst/rtp/gstrtp.c: Fix plugin license field.
22 2004-08-11 Wim Taymans <wim@fluendo.com>
24 * gst/tcp/Makefile.am:
25 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
26 (ensure_size), (gst_fdset_new), (gst_fdset_free),
27 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
28 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
29 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
30 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31 (gst_fdset_fd_can_write), (gst_fdset_wait):
33 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
34 (gst_multifdsink_class_init), (gst_multifdsink_init),
35 (gst_multifdsink_add), (gst_multifdsink_remove),
36 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
37 (gst_multifdsink_remove_client_link),
38 (gst_multifdsink_handle_client_read),
39 (gst_multifdsink_client_queue_data),
40 (gst_multifdsink_client_queue_caps),
41 (gst_multifdsink_client_queue_buffer),
42 (gst_multifdsink_handle_client_write),
43 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
44 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
45 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
46 (gst_multifdsink_close):
47 * gst/tcp/gstmultifdsink.h:
48 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
49 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
50 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
51 (gst_tcpserversink_close):
52 * gst/tcp/gsttcpserversink.h:
53 Abstracted away the select call, implemented poll (yes we ran into
54 the 1024 limit in production).
56 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
59 * gst/tcp/gsttcpplugin.c:
60 improve debuggging, remove assert
62 2004-08-10 Wim Taymans <wim@fluendo.com>
64 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
65 (gst_client_status_get_type), (gst_multifdsink_class_init),
66 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
67 (gst_multifdsink_handle_client_read),
68 (gst_multifdsink_handle_client_write),
69 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
70 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
71 (gst_multifdsink_get_property):
72 * gst/tcp/gstmultifdsink.h:
73 * gst/tcp/gsttcp-marshal.list:
74 Starting to prepare for specifying buffer time in other units
75 than buffers. Expose remove reason in signal.
77 2004-08-10 Wim Taymans <wim@fluendo.com>
79 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
80 (gst_multifdsink_remove), (gst_multifdsink_clear),
81 (gst_multifdsink_remove_client_link),
82 (gst_multifdsink_handle_client_read),
83 (gst_multifdsink_client_queue_data),
84 (gst_multifdsink_client_queue_buffer),
85 (gst_multifdsink_handle_client_write),
86 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
87 (gst_multifdsink_chain), (gst_multifdsink_close):
88 * gst/tcp/gstmultifdsink.h:
89 Added more debugging info. Changed the way clients are
90 removed from the lists. Fixed a bug where a bad file descriptor
91 could cause many clients to be removed.
93 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
95 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
96 allow all pixel-aspect-ratios, not just 1:1
98 2004-08-09 David Schleef <ds@schleef.org>
100 * sys/glsink/ARB_multitexture.h: Remove old files.
101 * sys/glsink/EXT_paletted_texture.h:
102 * sys/glsink/NV_register_combiners.h:
103 * sys/glsink/gstgl_nvimage.c:
104 * sys/glsink/gstgl_pdrimage.c:
105 * sys/glsink/gstgl_rgbimage.c:
106 * sys/glsink/gstglsink.c:
107 * sys/glsink/gstglsink.h:
108 * sys/glsink/gstglxwindow.c:
109 * sys/glsink/regcomb_yuvrgb.c:
111 2004-08-09 David Schleef <ds@schleef.org>
113 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
114 GL sink plugin. (Bug #147302)
116 * configure.ac: Test for OpenGL
117 * sys/Makefile.am: Use test for OpenGL
118 * sys/glsink/Makefile.am:
119 * sys/glsink/glimagesink.c: rewrite
120 * sys/glsink/glimagesink.h: rewrite
122 2004-08-09 David Schleef <ds@schleef.org>
124 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
126 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
127 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
128 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
130 2004-08-09 Wim Taymans <wim@fluendo.com>
132 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
133 (gst_multifdsink_add), (gst_multifdsink_get_stats),
134 (gst_multifdsink_client_remove),
135 (gst_multifdsink_handle_client_read),
136 (gst_multifdsink_handle_client_write),
137 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
138 Do a bit more logging, make the client_read code more robust.
140 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
142 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
143 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
144 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
145 (gst_jpegdec_init), (gst_jpegdec_chain):
146 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
147 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
148 cleanups, debugging fixes and memleak plugging
150 2004-08-09 Wim Taymans <wim@fluendo.com>
152 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
153 (theora_get_formats), (theora_dec_src_convert),
154 (theora_dec_sink_convert), (theora_dec_src_query),
155 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
156 (theora_dec_change_state):
157 Don't crash on missing header packets.
159 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
163 Added Albanian translation (Laurent Dhima)
167 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
169 * ext/lame/gstlame.c:
172 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
174 * sys/ximage/ximagesink.c:
175 * sys/xvimage/xvimagesink.c:
176 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
178 2004-08-06 Wim Taymans <wim@fluendo.com>
180 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
181 (gst_multifdsink_add), (gst_multifdsink_get_stats),
182 (gst_multifdsink_client_remove),
183 (gst_multifdsink_handle_client_read),
184 (gst_multifdsink_handle_client_write),
185 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
186 Make sure we don't try to read more from a client that what
187 ioctl says us or we deadlock.
189 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
191 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
192 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
193 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
194 decouple running_time and n_frames so it can handle changing
195 framerate while running
197 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
203 2004-08-04 Benjamin Otte <otte@gnome.org>
205 * gst/videotestsrc/gstvideotestsrc.c:
206 (gst_videotestsrc_get_capslist), (generate_capslist),
208 generate the list of supported caps at startup and reuse it instead
209 of always generating it
211 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
213 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
214 whoops, last checkin broke normal build
216 2004-08-03 Benjamin Otte <otte@gnome.org>
218 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
219 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
220 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
221 (gst_alsa_mixer_get_option):
222 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
223 (dvdnavsrc_print_event):
224 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
225 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
226 (gst_ogg_mux_pad_unlink):
227 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
228 (gst_multipart_mux_pad_unlink):
229 * gst/videofilter/gstvideobalance.c:
230 (gst_videobalance_colorbalance_set_value):
231 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
232 (gst_videomixer_pad_unlink):
234 * sys/oss/gstossmixer.c:
235 * sys/v4l/gstv4lcolorbalance.c:
236 * sys/v4l/gstv4ltuner.c:
237 * sys/v4l/v4lsrc_calls.c:
238 * sys/v4l2/gstv4l2colorbalance.c:
239 * sys/v4l2/gstv4l2tuner.c:
240 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
242 2004-08-03 Benjamin Otte <otte@gnome.org>
244 * examples/dynparams/filter.c: (ui_control_create):
245 * examples/gstplay/player.c: (print_tag):
246 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
247 * ext/gdk_pixbuf/gstgdkanimation.c:
248 (gst_gdk_animation_iter_may_advance):
249 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
250 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
251 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
252 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
253 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
254 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
255 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
256 * gst/sine/demo-dparams.c: (main):
257 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
258 * testsuite/alsa/formats.c: (create_pipeline):
259 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
260 fixes for G_DISABLE_ASSERT and friends
261 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
262 (mp3_type_frame_length_from_header), (mp3_type_find),
264 require mp3 typefinding to have at least MIN_HEADERS valid headers
265 add typefinding for AAC adts files
267 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
269 * sys/ximage/ximagesink.c:
270 (gst_ximagesink_calculate_pixel_aspect_ratio):
271 * sys/xvimage/xvimagesink.c:
272 (gst_xvimagesink_calculate_pixel_aspect_ratio):
273 Make sure we calculate pixel-aspect-ratio using floating point maths
275 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
280 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
282 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
283 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
284 add debugging for display PAR calculation
286 2004-08-02 David Schleef <ds@schleef.org>
288 * configure.ac: Fix mikmod CFLAGS.
290 2004-07-27 Benjamin Otte <otte@gnome.org>
292 * gst/audioscale/gstaudioscale.c:
293 - fix templates to only support S16, it's the only format that works
294 - make caps nego code use try_set_caps_nonfixed and fixation instead
295 of try_set_caps twice, which is not nice for autopluggers
296 - change rank to secondary, so autopluggers can pick it up after
299 2004-08-02 Iain <iain@prettypeople.org>
301 * gst/interleave/interleave.c (interleave_init),
302 (interleave_request_new_pad),
303 (interleave_pad_removed),
304 (interleave_buffered_loop): Use the real pad count, not the artificial
307 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
309 * configure.ac: bump nano back to development
311 === release 0.8.3 ===
313 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
315 * configure.ac: releasing 0.8.3, "Water"
317 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
319 * sys/xvimage/xvimagesink.c:
320 (gst_xvimagesink_calculate_pixel_aspect_ratio),
321 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
322 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
323 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
324 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
325 * sys/xvimage/xvimagesink.h:
326 apply similar PAR fixes as to ximagesink
328 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
330 patch from: Benjamin Otte
332 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
333 add link function to lame. Fixes #148986.
335 2004-08-02 Johan Dahlin <johan@gnome.org>
337 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
340 2004-07-30 David Schleef <ds@schleef.org>
342 * gst/videomixer/Makefile.am: Fix things that should have been
343 fixed in the last checkin.
345 2004-07-30 David Schleef <ds@schleef.org>
347 * gst/multipart/Makefile.am: Fix things that should have been
348 fixed in the last checkin.
350 2004-07-30 David Schleef <ds@schleef.org>
352 * testsuite/multifilesink/Makefile.am: Fix unused variable.
354 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
357 bump nano for prerelease
369 2004-07-30 Wim Taymans <wim@fluendo.com>
371 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
372 (gst_multifdsink_add), (gst_multifdsink_remove),
373 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
374 (gst_multifdsink_client_remove),
375 (gst_multifdsink_handle_client_write),
376 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
377 * gst/tcp/gstmultifdsink.h:
378 Recover from a select with a bad file descriptor by removing
381 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
384 fix requirement of core
385 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
386 (gst_play_pipeline_setup):
387 don't use colorspace element. do use hermescolorspace element.
388 make macro to get a colorspace element.
389 mark strings for translation.
403 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
405 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
406 fix default for newmedia flag
408 2004-07-30 Wim Taymans <wim@fluendo.com>
410 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
411 (gst_theora_dec_init), (theora_get_formats),
412 (theora_dec_src_convert), (theora_dec_sink_convert),
413 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
414 (theora_dec_chain), (theora_dec_set_property),
415 (theora_dec_get_property):
416 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
417 (gst_theora_enc_class_init), (gst_theora_enc_init),
418 (theora_enc_sink_link), (theora_enc_chain),
419 (theora_enc_set_property), (theora_enc_get_property):
420 Added cropping option to theora decoder.
421 Added border option to theora encoder.
423 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
425 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
426 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
427 (gst_pngenc_set_property):
428 * ext/libpng/gstpngenc.h:
429 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
431 2004-07-30 Wim Taymans <wim@fluendo.com>
433 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
434 (theora_enc_sink_link), (theora_enc_chain),
435 (theora_enc_set_property), (theora_enc_get_property):
436 Fix encoding of non-multiple-of-16 video.
438 2004-07-29 David Schleef <ds@schleef.org>
440 * configure.ac: make test for audiofile more strict
442 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
444 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
445 give different names to typefind functions
447 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
449 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
450 (gst_ximagesink_calculate_pixel_aspect_ratio),
451 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
452 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
453 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
454 (gst_ximagesink_get_property), (gst_ximagesink_init):
455 * sys/ximage/ximagesink.h:
456 allocate PAR's dynamically.
457 use autodetected PAR if no object-set PAR is given.
458 add workaround for directfb's X not setting physical size.
459 fix to xvimagesink will follow tomorrow.
461 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
463 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
464 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
465 (gst_shout2send_get_type), (gst_shout2send_set_clock),
466 (gst_shout2send_class_init), (gst_shout2send_init),
467 (set_shout_metadata), (gst_shout2send_set_metadata),
468 (gst_shout2send_chain), (gst_shout2send_set_property),
469 (gst_shout2send_get_property), (gst_shout2send_connect),
470 (gst_shout2send_change_state):
471 * ext/shout2/gstshout2.h:
472 - fix for sending mp3 audio to icecast2 server, if pad link function not
473 called before PAUSED state
474 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
475 - added tagging support for mp3 audio broadcasted
476 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
479 2004-07-28 Wim Taymans <wim@fluendo.com>
481 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
482 (gst_ogg_demux_push):
483 Return query failure when we don't know the length of
484 an ogg stream insteda of returning TRUE with a bogus value.
486 2004-07-28 Wim Taymans <wim@fluendo.com>
488 * ext/theora/theoradec.c: (theora_get_formats),
489 (theora_dec_src_convert), (theora_dec_sink_convert),
490 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
492 Don't screw up the 1 Chroma for 1 luma sample situation when we
493 have an odd offset/width by adding a black border in those cases.
495 2004-07-28 Wim Taymans <wim@fluendo.com>
497 * ext/theora/theoradec.c: (theora_get_formats),
498 (theora_dec_src_convert), (theora_dec_sink_convert),
499 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
501 * ext/theora/theoraenc.c: (theora_enc_sink_link):
502 Added first attempt at cropping of the image as required by the
503 theora spec. We need more properties in the caps (offset_x,
504 offset_y,stride) to implement this correctly.
506 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
509 Update the README to use dvddemux
510 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
511 Ensure getcaps returns a subset of the template caps
512 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
513 (gst_mpeg2subt_init):
514 Ensure getcaps returns a subset of the template caps
515 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
516 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
517 (gst_dvd_demux_get_subpicture_stream),
518 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
519 * gst/mpegstream/gstdvddemux.h:
520 Set the explicit caps on the current_video pad before pushing
522 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
523 (gst_mpeg_demux_get_audio_stream):
524 Free caps used to gst_pad_set_explicit_caps, which takes a const
527 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
529 * configure.ac: update GStreamer requirement to 0.8.4 because of
532 2004-07-28 Wim Taymans <wim@fluendo.com>
534 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
535 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
536 Add the pad to the element after setting up the caps. This
537 makes it a lot easier to autoplug.
539 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
541 * gst/median/gstmedian.c:
542 * gst/mpeg2subt/gstmpeg2subt.c:
543 * gst/mpegaudioparse/gstmpegaudioparse.c:
544 * gst/mpegstream/gstdvddemux.c:
545 * gst/mpegstream/gstmpegdemux.c:
546 * gst/mpegstream/gstmpegpacketize.c:
547 * gst/rtjpeg/gstrtjpeg.c:
548 * gst/rtjpeg/gstrtjpegdec.c:
549 * gst/rtjpeg/gstrtjpegenc.c:
550 * gst/sine/gstsinesrc.c:
551 * gst/smooth/gstsmooth.c:
552 * gst/smpte/gstsmpte.c:
553 * gst/smpte/gstsmpte.h:
554 * gst/stereo/gststereo.c:
555 * gst/videofilter/gstgamma.c:
556 * gst/videofilter/gstvideobalance.c:
557 * gst/videofilter/gstvideofilter.c:
558 * gst/videofilter/gstvideoflip.c:
559 * gst/videoscale/gstvideoscale.c:
560 * gst/videoscale/videoscale.c:
561 * gst/videotestsrc/gstvideotestsrc.c:
562 * gst/videotestsrc/videotestsrc.c:
563 * gst/wavenc/gstwavenc.c:
564 * gst/wavparse/gstwavparse.c:
565 fix local includes and 64 bits constants
567 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
570 * gst-libs/gst/*/*.vcproj:
574 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
576 * testsuite/alsa/Makefile.am:
577 * testsuite/alsa/srcstate.c:
578 add test for alsasrc changing state
581 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
583 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
585 * gst/silence/gstsilence.h:
586 fix silence generation for 16bit raw audio
588 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
590 * gst/matroska/matroska-demux.c:
591 (gst_matroska_demux_parse_metadata),
592 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
593 * gst/mpegaudio/common.c:
594 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
595 (gst_videoscale_getcaps), (gst_videoscale_link),
596 (gst_videoscale_src_fixate), (gst_videoscale_init),
597 (gst_videoscale_finalize):
598 * gst/videoscale/gstvideoscale.h:
599 * gst/videotestsrc/gstvideotestsrc.c:
600 (gst_videotestsrc_get_capslist):
601 * gst/wavenc/gstwavenc.c:
602 * sys/oss/gstossmixer.c: (fill_labels):
603 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
604 (gst_ximagesink_handle_xevents),
605 (gst_ximagesink_calculate_pixel_aspect_ratio),
606 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
607 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
608 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
609 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
610 (gst_ximagesink_init), (gst_ximagesink_class_init):
611 * sys/ximage/ximagesink.h:
612 * sys/xvimage/xvimagesink.c:
613 (gst_xvimagesink_calculate_pixel_aspect_ratio),
614 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
615 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
616 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
617 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
618 * sys/xvimage/xvimagesink.h:
619 first batch of pixel aspect ratio commits.
621 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
623 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
624 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
625 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
626 handle stride, needs work if we want to move stride handling
627 upstream, but works correctly for our purposes.
629 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
631 * gst/videoscale/README:
633 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
634 (gst_videoscale_chain):
635 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
636 (gst_videoscale_get_size):
637 add get_size function that handles stride like videotestsrc.
638 fixes conversion for YUV formats for as much as I can test them.
640 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
642 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
643 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
644 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
645 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
646 (gst_xvimagesink_xvimage_put):
647 further cleanups, logging, error handling and synchronizing
649 2004-07-27 Wim Taymans <wim@fluendo.com>
651 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
652 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
653 (gst_videomixer_pad_set_property),
654 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
655 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
656 (gst_videomixer_class_init), (gst_videomixer_init),
657 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
658 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
659 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
660 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
661 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
662 (gst_videomixer_loop), (plugin_init):
663 Be a nicer negotiation citizen and provide a getcaps function on
664 the srcpad. This also fixes a crash when resizing.
666 2004-07-27 Julien MOUTTE <julien@moutte.net>
668 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
669 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
671 2004-07-27 Wim Taymans <wim@fluendo.com>
673 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
674 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
675 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
676 (gst_pngenc_set_property):
677 * ext/libpng/gstpngenc.h:
678 Added snapshot property to pngenc.
679 removed g_print from pngdec
681 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
683 * gst/ac3parse/ac3parse.vcproj
684 * gst/adder/adder.vcproj
685 * gst/alpha/alpha.vcproj
686 * gst/alpha/alphacolor.vcproj
687 * gst/asfdemux/asf.vcproj
688 * gst/audioconvert/audioconvert.vcproj
689 * gst/audiorate/audiorate.vcproj
690 * gst/audioscale/audioscale.vcproj
691 * gst/auparse/auparse.vcproj
693 * gst/cdxaparse/cdxaparse.vcproj
694 * gst/chart/chart.vcproj
695 * gst/colorspace/colorspace.vcproj
696 * gst/cutter/cutter.vcproj
697 * gst/debug/debug.vcproj
698 * gst/debug/efence.vcproj
699 * gst/debug/navigationtest.vcproj
700 * gst/deinterlace/deinterlace.vcproj
701 * gst/effectv/effectv.vcproj
702 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
703 * gst/filter/filter.vcproj
704 * gst/flx/flxdec.vcproj
705 * gst/goom/goom.vcproj
706 * gst/interleave/interleave.vcproj
707 * gst/law/alaw.vcproj
708 * gst/law/mulaw.vcproj
709 * gst/matroska/matroska.vcproj
710 * gst/median/median.vcproj
711 * gst/mixmatrix/mixmatrix.vcproj
712 * gst/mpeg1sys/mpeg1systemencode.vcproj
713 * gst/mpeg1videoparse/mp1videoparse.vcproj
714 * gst/mpeg2sub/mpeg2subt.vcproj
715 * gst/mpegaudio/mpegaudio.vcproj
716 * gst/mpegaudioparse/mpegaudioparse.vcproj
717 * gst/mpegstream/mpegstream.vcproj
718 * gst/multifilesink/multifilesink.vcproj
719 * gst/multipart/multipart.vcproj
720 * gst/oneton/oneton.vcproj
721 * gst/overlay/overlay.vcproj
722 * gst/passthrough/passthrough.vcproj
723 * gst/qtdemux/qtdemux.vcproj
724 * gst/realmedia/rmdemux.vcproj
725 * gst/rtjpeg/rtjpeg.vcproj
727 * gst/silence/silence.vcproj
728 * gst/sine/sinesrc.vcproj
729 * gst/smooth/smooth.vcproj
730 * gst/smpte/smpte.vcproj
731 * gst/spectrum/spectrum.vcproj
732 * gst/speed/speed.vcproj
733 * gst/stereo/stereo.vcproj
734 * gst/switch/switch.vcproj
735 * gst/tags/tagedit.vcproj
737 * gst/typefind/typefindfunctions.vcproj
739 * gst/videobox/videobox.vcproj
740 * gst/videocrop/videocrop.vcproj
741 * gst/videodrop/videodrop.vcproj
742 * gst/videofilter/gamma.vcproj
743 * gst/videofilter/videobalance.vcproj
744 * gst/videofilter/videofilter.vcproj
745 * gst/videofilter/videoflip.vcproj
746 * gst/videoflip/videoflip.vcproj
747 * gst/videomixer/videomixer.vcproj
748 * gst/videorate/videorate.vcproj
749 * gst/videoscale/videoscale.vcproj
750 * gst/videotestsrc/videotestsrc.vcproj
751 * gst/virtualdub/virtualdub.vcproj
752 * gst/volenv/volenv.vcproj
753 * gst/volume/volume.vcproj
754 * gst/wavenc/wavenc.vcproj
755 * gst/wavparse/wavparse.vcproj
756 * gst/y4m/y4menc.vcproj
757 * gst-libs/gst/audio/audio.vcproj
758 * gst-libs/gst/audio/audiofilter.vcproj
759 * gst-libs/gst/colorbalance/colorbalance.vcproj
760 * gst-libs/gst/idct/idtc.vcproj
761 * gst-libs/gst/media-info/media-info.vcproj
762 * gst-libs/gst/mixer/mixer.vcproj
763 * gst-libs/gst/navigation/navigation.vcproj
764 * gst-libs/gst/play/play.vcproj
765 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
766 * gst-libs/gst/resample/resample.vcproj
767 * gst-libs/gst/riff/riff.vcproj
768 * gst-libs/gst/tuner/tuner.vcproj
769 * gst-libs/gst/video/video.vcproj
770 * gst-libs/gst/xoverlay/xoverlay.vcproj
771 avoid problems with math.h, fix release dependancy
772 rename GStreamer-0.8.lib to libgstreamer.lib
774 2004-07-27 Julien MOUTTE <julien@moutte.net>
776 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
777 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
778 the atom is not available we have to unlock the mutex. Fixes #148023
780 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
782 * gst-libs/gst/media-info/media-info.h:
783 issue for a vararg macro with MSVC
785 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
787 * gst/effectv/effectv.vcproj
788 * gst-libs/gst/idct/idct.vcproj:
789 * gst-libs/gst/media-info/media-info.vcproj:
790 * gst-libs/gst/navigation/navigation.vcproj:
791 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
792 * gst-libs/gst/video/video.vcproj:
793 * gst-libs/gst/xoverlay/xoverlay.vcproj:
794 fixes for build problems
796 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
798 * gst-libs/gst/audio/audio.def:
799 * gst-libs/gst/audio/riff.def:
800 add some definitions needed by plugins
802 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
804 * gst/asfdemux/gstasfmux.c
805 Fix some 64 bits constants to be glib friendly
807 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
809 * gst/ac3parse/gstac3parse.c
810 * gst/audioscale/gstaudioscale.c
811 * gst/auparse/gstauparse.c
812 * gst/colorspace/gstcolorspace.c
813 * gst/colorspace/yuv2rgb.h
816 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
819 add more plugins to the build
821 2004-07-26 Julien MOUTTE <julien@moutte.net>
823 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
824 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
826 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
828 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
829 (gst_level_set_property), (gst_level_get_property),
830 (gst_level_base_init), (gst_level_class_init):
831 add debugging categories. cleanups.
833 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
835 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
836 (gst_videoscale_planar411), (gst_videoscale_planar400),
837 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
838 (gst_videoscale_scale_nearest_str1),
839 (gst_videoscale_scale_nearest_str2),
840 (gst_videoscale_scale_nearest_str4),
841 (gst_videoscale_scale_nearest_16bit),
842 (gst_videoscale_scale_nearest_24bit):
844 tested with 320x240 -> 321, 322, 324 x240
845 tested with YV12, I420, YUY2, UYVY
846 fixed packed422rev (don't think it could have worked before)
849 2004-07-26 Benjamin Otte <otte@gnome.org>
851 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
852 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
854 add debugging category, add error checks like checking return values
855 of setup calls, make sure it still works after
856 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
858 2004-07-26 Wim Taymans <wim@fluendo.com>
860 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
861 (gst_mpeg_demux_get_audio_stream),
862 (gst_mpeg_demux_process_private):
863 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
864 Check for error codes from the negotiation functions. Make sure
865 we really set the pad caps when a new pad is created.
867 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
869 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
870 (gst_ffmpeg_caps_to_pix_fmt):
871 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
872 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
873 (gst_ffmpegcolorspace_pad_link):
874 don't make function do two things at the same time without reason.
876 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
878 * gst/ac3parse/ac3parse.vcproj
879 * gst/adder/adder.vcproj
880 * gst/alpha/alpha.vcproj
881 * gst/alpha/alphacolor.vcproj
882 * gst/asfdemux/asf.vcproj
883 * gst/audioconvert/audioconvert.vcproj
884 * gst/audiorate/audiorate.vcproj
885 * gst/audioscale/audioscale.vcproj
886 * gst/auparse/auparse.vcproj
888 * gst/cdxaparse/cdxaparse.vcproj
889 * gst/chart/chart.vcproj
890 * gst/colorspace/colorspace.vcproj
891 * gst/cutter/cutter.vcproj
892 * gst/debug/debug.vcproj
893 * gst/debug/efence.vcproj
894 * gst/debug/navigationtest.vcproj
895 * gst/deinterlace/deinterlace.vcproj
896 * gst/effectv/effectv.vcproj
897 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
898 * gst/filter/filter.vcproj
899 * gst/flx/flxdec.vcproj
900 * gst/goom/goom.vcproj
901 * gst/interleave/interleave.vcproj
902 * gst/law/alaw.vcproj
903 * gst/law/mulaw.vcproj
904 * gst/matroska/matroska.vcproj
905 * gst/median/median.vcproj
906 * gst/mixmatrix/mixmatrix.vcproj
907 * gst/mpeg1sys/mpeg1systemencode.vcproj
908 * gst/mpeg1videoparse/mp1videoparse.vcproj
909 * gst/mpeg2sub/mpeg2subt.vcproj
910 * gst/mpegaudio/mpegaudio.vcproj
911 * gst/mpegaudioparse/mpegaudioparse.vcproj
912 * gst/mpegstream/mpegstream.vcproj
913 * gst/multifilesink/multifilesink.vcproj
914 * gst/multipart/multipart.vcproj
915 * gst/oneton/oneton.vcproj
916 * gst/overlay/overlay.vcproj
917 * gst/passthrough/passthrough.vcproj
918 * gst/qtdemux/qtdemux.vcproj
919 * gst/realmedia/rmdemux.vcproj
920 * gst/rtjpeg/rtjpeg.vcproj
922 * gst/silence/silence.vcproj
923 * gst/sine/sinesrc.vcproj
924 * gst/smooth/smooth.vcproj
925 * gst/smpte/smpte.vcproj
926 * gst/spectrum/spectrum.vcproj
927 * gst/speed/speed.vcproj
928 * gst/stereo/stereo.vcproj
929 * gst/switch/switch.vcproj
930 * gst/tags/tagedit.vcproj
932 * gst/typefind/typefindfunctions.vcproj
934 * gst/videobox/videobox.vcproj
935 * gst/videocrop/videocrop.vcproj
936 * gst/videodrop/videodrop.vcproj
937 * gst/videofilter/gamma.vcproj
938 * gst/videofilter/videobalance.vcproj
939 * gst/videofilter/videofilter.vcproj
940 * gst/videofilter/videoflip.vcproj
941 * gst/videoflip/videoflip.vcproj
942 * gst/videomixer/videomixer.vcproj
943 * gst/videorate/videorate.vcproj
944 * gst/videoscale/videoscale.vcproj
945 * gst/videotestsrc/videotestsrc.vcproj
946 * gst/virtualdub/virtualdub.vcproj
947 * gst/volenv/volenv.vcproj
948 * gst/volume/volume.vcproj
949 * gst/wavenc/wavenc.vcproj
950 * gst/wavparse/wavparse.vcproj
951 * gst/y4m/y4menc.vcproj
952 more plugins supported under windows
954 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
956 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
957 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
958 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
959 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
960 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
961 Add debugging statements. Use the sizes as returned by the
964 2004-07-26 Johan Dahlin <johan@gnome.org>
966 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
967 the pad is negotiated.
969 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
971 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
973 * gst-libs/gst/colorbalance/colorbalance.vcproj:
974 * gst-libs/gst/idct/idct.vcproj:
975 * gst-libs/gst/media-info/media-info.vcproj:
976 * gst-libs/gst/mixer/mixer.vcproj:
977 * gst-libs/gst/navigation/navigation.vcproj:
978 * gst-libs/gst/play/play.vcproj:
979 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
980 * gst-libs/gst/resample/resample.vcproj:
981 * gst-libs/gst/tuner/tuner.vcproj:
982 * gst-libs/gst/video/video.vcproj:
983 * gst-libs/gst/xoverlay/xoverlay.vcproj:
984 more plugins supported under windows
986 2004-07-25 Iain <iain@prettypeople.org>
988 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
989 pad now rather than when the pad is created because state changes wipe
990 explicit caps (fixes #148043).
992 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
994 reviewed by Benjamin Otte <otte@gnome.org>
997 fix mad plugin crashing on Sun (fixes #148289)
999 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
1002 * gst/avi/avi.vcproj:
1003 * gst/matroska/matroska.def:
1004 * gst/matroska/matroska.vcproj:
1005 remove unused .def files
1007 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
1009 * gst-libs/gst/audio/gstaudiofilter.c:
1010 Clean the local include
1012 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
1015 * gst-libs/gst/audio/audio.def:
1016 * gst-libs/gst/audio/audio.vcproj:
1017 * gst-libs/gst/audio/audiofilter.vcproj:
1018 * gst-libs/gst/audio/riff.def:
1019 * gst-libs/gst/audio/riff.vcproj:
1020 * gst-libs/gst/gst-libs.def:
1021 * gst-libs/gst/gst-libs.vcproj:
1022 * gst/avi/avi.vcproj:
1023 * gst/avi/avi.vcproj:
1024 Copy the files where needed after building, cleaner projects
1026 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
1028 * gst/matroska/ebml-write.c:
1029 Fix some 64 bits constants to be glib friendly
1031 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
1034 * gst-libs/gst/gst-libs.def:
1035 * gst-libs/gst/gst-libs.vcproj:
1036 * gst/matroska/matroska.def:
1037 * gst/matroska/matroska.vcproj:
1038 Add the preliminary canvas to build plugins on Win32
1040 2004-07-23 Benjamin Otte <otte@gnome.org>
1042 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
1043 don't enfore negotiation from source side, it breaks
1044 sinesrc ! audioconvert ! osssink
1046 2004-07-22 David Schleef <ds@schleef.org>
1048 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
1049 for ELF files, since they can easily be recognized as audio/mpeg.
1052 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
1054 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
1055 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
1056 (gst_videoscale_scale_nearest_24bit),
1057 (gst_videoscale_scale_nearest_16bit):
1058 fix 16bit and 24bit for stride (24bit might need testing)
1059 don't pretend we do more than one algorithm
1061 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
1065 * gst/multifilesink/Makefile.am:
1066 * gst/multifilesink/gstmultifilesink.c:
1067 (gst_multifilesink_get_formats),
1068 (gst_multifilesink_get_query_types), (_do_init),
1069 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
1070 (gst_multifilesink_init), (gst_multifilesink_dispose),
1071 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
1072 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
1073 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
1074 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
1075 (gst_multifilesink_chain), (gst_multifilesink_change_state),
1076 (gst_multifilesink_uri_get_type),
1077 (gst_multifilesink_uri_get_protocols),
1078 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
1079 (gst_multifilesink_uri_handler_init), (plugin_init):
1080 * gst/multifilesink/gstmultifilesink.h:
1081 * testsuite/Makefile.am:
1082 * testsuite/multifilesink/Makefile.am:
1083 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
1084 (gst_newmedia_class_init), (gst_newmedia_init),
1085 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
1086 (newfile_signal), (test_signal), (main):
1087 multifilesink plugin for creating new files every time a new media
1088 discontinuity event occurs
1090 2004-07-22 Wim Taymans <wim@fluendo.com>
1092 * gst/alpha/Makefile.am:
1093 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
1094 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
1095 (gst_alpha_color_init), (gst_alpha_color_set_property),
1096 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
1097 (transform), (gst_alpha_color_chain),
1098 (gst_alpha_color_change_state), (plugin_init):
1099 Stupid plugin to to RGBA to AYUV conversion because none of
1100 the colorspace plugins can handle that yet.
1102 2004-07-22 Wim Taymans <wim@fluendo.com>
1104 * examples/seeking/seek.c: (update_scale), (main):
1105 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1106 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
1107 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1108 (gst_decode_bin_init), (gst_decode_bin_dispose),
1109 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
1110 (no_more_pads), (close_link), (type_found),
1111 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
1113 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
1114 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
1115 (gst_play_base_bin_dispose), (queue_overrun),
1116 (gen_preroll_element), (remove_prerolls), (unknown_type),
1117 (no_more_pads), (new_stream), (setup_source),
1118 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
1119 (play_base_eos), (gst_play_base_bin_change_state),
1120 (gst_play_base_bin_add_element),
1121 (gst_play_base_bin_remove_element),
1122 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
1123 (gst_play_base_bin_unlink_stream),
1124 (gst_play_base_bin_get_streaminfo):
1125 * gst/playback/gstplaybin.c: (gen_video_element),
1126 (gen_audio_element):
1127 * gst/playback/gststreaminfo.h:
1128 More playback updates, attempt to fix things after the state change
1131 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
1133 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
1134 (gst_videoscale_scale_nearest_16bit):
1137 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
1139 * gst/videotestsrc/gstvideotestsrc.c:
1140 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
1141 (gst_videotestsrc_init), (gst_videotestsrc_get),
1142 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
1143 (gst_videotestsrc_get_property):
1144 * gst/videotestsrc/gstvideotestsrc.h:
1145 * gst/videotestsrc/videotestsrc.c:
1146 * gst/videotestsrc/videotestsrc.h:
1147 cleanup and commenting
1149 2004-07-21 Wim Taymans <wim@fluendo.com>
1151 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
1152 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
1153 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
1154 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
1155 (_find_chain_get_unknown_part), (_find_streams_check),
1156 (gst_ogg_demux_push), (gst_ogg_pad_push):
1157 * ext/theora/theoradec.c: (theora_get_formats),
1158 (theora_dec_src_convert), (theora_dec_sink_convert),
1159 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
1161 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
1162 (vorbis_dec_convert), (vorbis_dec_src_query),
1163 (vorbis_dec_src_event), (vorbis_dec_event):
1164 More seeking fixes, oggdemux now supports seeking to time and
1165 uses the downstream element to convert granulepos to time.
1166 Seeking in theora-only ogg files now works.
1168 2004-07-21 Wim Taymans <wim@fluendo.com>
1170 * ext/theora/theoradec.c: (gst_theora_dec_init),
1171 (theora_get_formats), (theora_get_event_masks),
1172 (theora_get_query_types), (theora_dec_src_convert),
1173 (theora_dec_sink_convert), (theora_dec_src_query),
1174 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
1175 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
1176 (vorbis_get_event_masks), (vorbis_get_query_types),
1177 (gst_vorbis_dec_init), (vorbis_dec_convert),
1178 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
1179 Added query/convert/formats functions to vorbis and theora decoders
1180 so that the outside world can use them too. Fixed seeking on an
1181 ogg/theora/vorbis file by disabling the seeking seeking on the
1184 2004-07-21 Julien MOUTTE <julien@moutte.net>
1186 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
1187 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
1188 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
1189 images creation for both elements. We don't create the image on caps
1190 nego or renego, we just destroy the internal one if present if it does
1191 not match the needs. The chain function takes care of creating a new
1193 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1194 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
1195 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
1196 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
1197 the image format information. The buffer pool checks for the context
1198 image format and discard images with different formats.
1199 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
1201 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
1203 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1204 (gst_ffmpegcolorspace_chain):
1205 no point in doing any chaining if the pad we want to push from
1208 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
1210 * gst-libs/gst/riff/riff-media.c:
1211 (gst_riff_create_audio_caps_with_data):
1212 Fix double end-to-native symbol conversion (#148021).
1214 2004-07-20 David Schleef <ds@schleef.org>
1216 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
1217 Don't use an Atom that doesn't exist.
1219 2004-07-20 Wim Taymans <wim@fluendo.com>
1221 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1222 (gst_multifdsink_add), (gst_multifdsink_get_stats),
1223 (gst_multifdsink_client_remove),
1224 (gst_multifdsink_handle_client_write),
1225 (gst_multifdsink_queue_buffer):
1226 * gst/tcp/gstmultifdsink.h:
1227 More multifdsink stats. Avoid deadlock by releasing locks
1228 before sending out a signal.
1230 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
1234 added Hungarian translation (Laszlo Dvornik)
1236 2004-07-20 Wim Taymans <wim@fluendo.com>
1238 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1239 (gst_multifdsink_add), (gst_multifdsink_client_remove),
1240 (gst_multifdsink_handle_client_write),
1241 (gst_multifdsink_queue_buffer):
1242 * gst/tcp/gsttcp-marshal.list:
1243 Fixed the stupid marshal definition.
1245 2004-07-20 Wim Taymans <wim@fluendo.com>
1247 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1248 (gst_multifdsink_init), (gst_multifdsink_add),
1249 (gst_multifdsink_client_remove),
1250 (gst_multifdsink_handle_client_write),
1251 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
1252 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
1253 (gst_multifdsink_init_send):
1254 * gst/tcp/gstmultifdsink.h:
1255 Added more stats, added timeout for a client, fixed some typos
1256 and added some comments.
1258 2004-07-20 Wim Taymans <wim@fluendo.com>
1260 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1261 (gst_multifdsink_add), (gst_multifdsink_get_stats),
1262 (gst_multifdsink_client_remove),
1263 (gst_multifdsink_handle_client_write):
1264 * gst/tcp/gstmultifdsink.h:
1265 * gst/tcp/gsttcp-marshal.list:
1266 Added get_stats method that returns a GValueArray of
1269 2004-07-19 Benjamin Otte <otte@gnome.org>
1271 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
1272 make sure longname, description and author are valid UTF-8
1274 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
1276 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
1277 (gst_ximagesink_set_property):
1278 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
1279 (gst_xvimagesink_set_property):
1280 make sure SYNCHRONOUS is respected after getting the X context
1282 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
1284 * gst/matroska/matroska-demux.c:
1285 (gst_matroska_demux_handle_src_event),
1286 (gst_matroska_demux_parse_blockgroup):
1287 * gst/matroska/matroska-ids.h:
1288 add BlockReference tag and ignore it to clear out log.
1289 ignore NAVIGATION events to clear out log.
1291 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
1293 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
1294 (gst_matroska_demux_add_stream):
1295 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
1296 add debug categories
1298 2004-07-16 Wim Taymans <wim@fluendo.com>
1300 * ext/libpng/Makefile.am:
1301 * ext/libpng/gstpng.c: (plugin_init):
1302 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
1303 (gst_pngdec_get_type), (gst_pngdec_base_init),
1304 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
1305 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
1306 * ext/libpng/gstpngdec.h:
1309 2004-07-16 Julien MOUTTE <julien@moutte.net>
1311 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
1312 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
1313 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
1314 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
1315 (gst_ximagesink_buffer_alloc):
1316 * sys/ximage/ximagesink.h:
1317 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1318 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
1319 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
1320 (gst_xvimagesink_buffer_alloc):
1321 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
1322 again. Using internal data pointer of the x(v)image to store image's
1323 data to be coherent with the buffer alloc mechanism. Investigated the
1324 image destruction code to be sure that everything gets freed correctly.
1326 2004-07-16 Wim Taymans <wim@fluendo.com>
1328 * gst-libs/gst/riff/riff-read.c:
1329 (gst_riff_read_strf_vids_with_data),
1330 (gst_riff_read_strf_auds_with_data):
1331 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
1332 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
1333 Make sure we don't create 0 sized subbuffers in riff-read.
1334 Signal the no more pads signal after reading the avi header.
1336 2004-07-16 Wim Taymans <wim@fluendo.com>
1338 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1339 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
1340 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1341 (gst_decode_bin_init), (gst_decode_bin_dispose),
1342 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
1343 (no_more_pads), (close_link), (type_found),
1344 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
1345 (gst_decode_bin_change_state), (plugin_init):
1346 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
1347 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
1348 (gst_play_base_bin_dispose), (queue_overrun),
1349 (gen_preroll_element), (remove_prerolls), (unknown_type),
1350 (no_more_pads), (new_stream), (setup_source),
1351 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
1352 (play_base_eos), (gst_play_base_bin_change_state),
1353 (gst_play_base_bin_add_element),
1354 (gst_play_base_bin_remove_element),
1355 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
1356 (gst_play_base_bin_unlink_stream),
1357 (gst_play_base_bin_get_streaminfo):
1358 * gst/playback/gstplaybasebin.h:
1359 Better error recovery. Added configurable preroll queue size. Faster
1360 detection of no-more-pads.
1362 2004-07-16 Wim Taymans <wim@fluendo.com>
1364 * gst-libs/gst/video/video.h:
1365 Added 32 bits RGBA. Not sure if we should use another mime-type
1366 for alpha rgb. Currently the presence of the alpha_mask property
1367 signals an alpha channel.
1369 2004-07-16 Wim Taymans <wim@fluendo.com>
1371 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1372 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1373 FPS seems to be 0.0 to MAX everywhere else.
1375 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
1377 * gst-libs/gst/riff/riff-media.c:
1378 (gst_riff_create_video_caps_with_data):
1379 mp42/mp43 (no caps) exist too.
1380 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
1381 Set pixel_width/height; we've got them in-caps.
1382 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1383 * gst/wavparse/gstwavparse.c: (plugin_init):
1384 Both are valid primary.
1385 * sys/oss/gstossmixer.c:
1386 Remove i18n hack and enable translations.
1388 2004-07-15 Benjamin Otte <otte@gnome.org>
1390 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1391 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
1392 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
1394 2004-07-15 Benjamin Otte <otte@gnome.org>
1396 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
1397 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
1398 (gst_alsa_close_audio):
1399 disable some of the debugging code for now. Writing debugging to a
1400 buffer is broken in current alsalib releases.
1402 2004-07-12 Benjamin Otte <otte@gnome.org>
1404 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
1407 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
1409 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
1410 (theora_dec_src_query), (theora_dec_event):
1411 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
1412 add debugging categories. Remove \n's.
1414 2004-07-13 Johan Dahlin <johan@gnome.org>
1416 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
1417 (gst_play_bin_get_property): Impl.
1419 2004-07-13 Wim Taymans <wim@fluendo.com>
1421 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
1422 When trying to find the stream length, seek back N pages
1423 instead of just one, where N is the number of streams in
1426 2004-07-13 Wim Taymans <wim@fluendo.com>
1428 * gst-libs/gst/riff/riff-media.c:
1429 (gst_riff_create_audio_caps_with_data),
1430 (gst_riff_create_audio_caps),
1431 (gst_riff_create_audio_template_caps):
1432 * gst-libs/gst/riff/riff-media.h:
1433 * gst-libs/gst/riff/riff-read.c:
1434 (gst_riff_read_strf_vids_with_data),
1435 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
1436 * gst-libs/gst/riff/riff-read.h:
1437 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
1438 (gst_avi_demux_add_stream):
1439 Set codec_data on caps for avidemuxer.
1441 2004-07-12 David Schleef <ds@schleef.org>
1443 * configure.ac: Fix test for Objective C
1445 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
1446 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
1447 (gst_gdk_pixbuf_chain):
1448 Add svg and pcx to template caps, and ensure that getcaps returns a
1449 subset of the template caps.
1450 Copy each row manually for output, as gdkpixbuf may pad the
1451 rowstride to a 32-bit word boundary.
1453 2004-07-12 Wim Taymans <wim@fluendo.com>
1455 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1456 (gst_riff_create_video_template_caps):
1457 Fix the template caps to include some more media types.
1459 2004-07-12 Wim Taymans <wim@fluendo.com>
1461 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1462 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
1463 (compare_ranks), (print_feature), (gst_decode_bin_init),
1464 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
1465 (try_to_link_1), (new_pad), (close_link), (type_found),
1466 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
1467 (gst_decode_bin_change_state), (plugin_init):
1468 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
1469 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
1470 (gst_play_base_bin_dispose), (queue_overrun),
1471 (gen_preroll_element), (remove_prerolls), (no_more_pads),
1472 (new_stream), (setup_source), (gst_play_base_bin_set_property),
1473 (gst_play_base_bin_get_property), (play_base_eos),
1474 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
1475 (gst_play_base_bin_remove_element),
1476 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
1477 (gst_play_base_bin_unlink_stream),
1478 (gst_play_base_bin_get_streaminfo):
1479 * gst/playback/gstplaybasebin.h:
1480 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
1481 (gst_play_bin_class_init), (gst_play_bin_init),
1482 (gst_play_bin_dispose), (gst_play_bin_set_property),
1483 (gst_play_bin_get_property), (gen_video_element),
1484 (gen_audio_element), (remove_sinks), (setup_sinks),
1485 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
1486 (gst_play_bin_send_event), (gst_play_bin_get_formats),
1487 (gst_play_bin_convert), (gst_play_bin_get_query_types),
1488 (gst_play_bin_query), (plugin_init):
1489 * gst/playback/test4.c: (main):
1490 More fixes on reusing of the element.
1492 2004-07-11 Benjamin Otte <otte@gnome.org>
1494 * ext/mad/gstmad.c: (normal_seek):
1495 allow seeking for other methods than just SET
1497 2004-07-11 Andy Wingo <wingo@pobox.com>
1499 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
1500 float, "any" caps -> buffer_frames=[0,MAX].
1502 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
1503 doesn't intersect our caps with the template any more. Do it
1505 (interleave_buffered_loop): Use g_newa instead of malloc/free.
1507 2004-07-09 Wim Taymans <wim@fluendo.com>
1509 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1510 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
1511 (compare_ranks), (print_feature), (gst_decode_bin_init),
1512 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
1513 (try_to_link_1), (new_pad), (close_link), (type_found),
1514 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
1515 (gst_decode_bin_change_state), (plugin_init):
1516 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
1517 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
1518 (gst_play_base_bin_dispose), (queue_overrun),
1519 (gen_preroll_element), (remove_prerolls), (no_more_pads),
1520 (new_stream), (setup_source), (gst_play_base_bin_set_property),
1521 (gst_play_base_bin_get_property), (play_base_eos),
1522 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
1523 (gst_play_base_bin_remove_element),
1524 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
1525 (gst_play_base_bin_unlink_stream),
1526 (gst_play_base_bin_get_streaminfo):
1527 * gst/playback/gstplaybasebin.h:
1528 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
1529 (gst_play_bin_class_init), (gst_play_bin_init),
1530 (gst_play_bin_dispose), (gst_play_bin_set_property),
1531 (gst_play_bin_get_property), (gen_video_element),
1532 (gen_audio_element), (remove_sinks), (setup_sinks),
1533 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
1534 (gst_play_bin_send_event), (gst_play_bin_get_formats),
1535 (gst_play_bin_convert), (gst_play_bin_get_query_types),
1536 (gst_play_bin_query), (plugin_init):
1537 * gst/playback/test4.c: (main):
1538 Work on object reuse and seeking.
1540 2004-07-09 Wim Taymans <wim@fluendo.com>
1542 * examples/seeking/seek.c: (iterate):
1543 Don't consume all CPU in the idle loop.
1545 2004-07-09 Wim Taymans <wim@fluendo.com>
1547 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
1548 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
1549 Add pad to element *after* setting the pad functions so that
1550 the scheduler can use the correct ones.
1552 2004-07-09 Wim Taymans <wim@fluendo.com>
1554 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
1555 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
1556 Sync to keyframe after seek
1558 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1560 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
1561 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
1562 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
1563 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
1564 * ext/libvisual/visual.c: (gst_visual_change_state):
1565 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
1566 * ext/theora/theoradec.c: (theora_dec_change_state):
1567 * ext/theora/theoraenc.c: (theora_enc_change_state):
1568 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1569 * gst-libs/gst/navigation/navigation.c:
1570 * gst/adder/gstadder.c: (gst_adder_change_state):
1571 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
1572 (gst_audio_convert_get_buffer):
1573 * gst/multipart/multipartdemux.c:
1574 (gst_multipart_demux_change_state):
1575 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1576 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
1577 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
1578 * gst/videoscale/gstvideoscale.c:
1579 (gst_videoscale_handle_src_event):
1580 * gst/volume/gstvolume.c: (volume_chain_int16):
1581 don't assert in state change, this should be done by the base
1583 various debugging fixes.
1585 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1588 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
1589 (gst_play_dispose), (gst_play_set_location),
1590 (gst_play_set_data_src), (gst_play_set_video_sink),
1591 (gst_play_set_audio_sink), (gst_play_set_visualization),
1592 (gst_play_connect_visualization), (gst_play_get_sink_element),
1593 (gst_play_get_all_by_interface):
1594 * gst-libs/gst/play/play.h:
1595 add new method to get elements implementing an interface.
1596 add various error logging
1598 2004-07-08 Wim Taymans <wim@fluendo.com>
1600 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
1601 (make_mpeg_pipeline), (make_mpegnt_pipeline),
1602 (make_playerbin_pipeline), (query_durations_elems),
1603 (query_durations_pads), (query_positions_elems),
1604 (query_positions_pads), (update_scale), (iterate), (stop_seek),
1606 Added playbin seeking example.
1608 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1610 * gst-libs/gst/play/play.c: (gst_play_set_location),
1611 (gst_play_set_data_src), (gst_play_set_video_sink),
1612 (gst_play_set_audio_sink), (gst_play_set_visualization),
1613 (gst_play_connect_visualization), (gst_play_get_framerate):
1614 use a macro to look up elements from hash table
1616 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1618 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
1619 (gst_play_get_length_callback), (gst_play_set_location),
1620 (gst_play_seek_to_time), (gst_play_set_data_src),
1621 (gst_play_set_video_sink), (gst_play_set_audio_sink),
1622 (gst_play_set_visualization), (gst_play_connect_visualization),
1623 (gst_play_get_sink_element):
1624 - add debugging info
1625 - fix looking up sink elements by iterating over complete caps
1626 - put everything except for source and autoplugger in a complete bin
1628 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1630 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
1631 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
1632 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
1633 (gst_alsa_sink_write), (gst_alsa_sink_loop):
1634 * ext/alsa/gstalsasink.h:
1635 - add debugging info
1636 - clean up schizophrenia of data/buffer/event
1637 - fix double event unref error
1639 2004-07-08 Wim Taymans <wim@fluendo.com>
1641 * gst/playback/Makefile.am:
1642 Add headers to noinst
1644 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1646 * tools/gst-launch-ext-m.m:
1647 * tools/gst-launch-ext.1.in:
1648 convert to the third millenium
1650 2004-07-07 David Schleef <ds@schleef.org>
1652 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
1654 2004-07-07 Wim Taymans <wim@fluendo.com>
1656 * gst/playback/Makefile.am:
1657 * gst/playback/README:
1658 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1659 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
1660 (compare_ranks), (print_feature), (gst_decode_bin_init),
1661 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
1662 (try_to_link_1), (new_pad), (close_link), (type_found),
1663 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
1665 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
1666 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
1667 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
1668 (gen_preroll_element), (no_more_pads), (new_stream),
1669 (setup_source), (gst_play_base_bin_set_property),
1670 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
1671 (gst_play_base_bin_add_element),
1672 (gst_play_base_bin_remove_element),
1673 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
1674 (gst_play_base_bin_unlink_stream),
1675 (gst_play_base_bin_get_streaminfo):
1676 * gst/playback/gstplaybasebin.h:
1677 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
1678 (gst_play_bin_class_init), (gst_play_bin_init),
1679 (gst_play_bin_dispose), (gst_play_bin_set_property),
1680 (gst_play_bin_get_property), (gen_video_element),
1681 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
1682 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
1683 (gst_play_bin_get_formats), (gst_play_bin_convert),
1684 (gst_play_bin_get_query_types), (gst_play_bin_query),
1686 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
1687 (gst_stream_info_get_type), (gst_stream_info_class_init),
1688 (gst_stream_info_init), (gst_stream_info_new),
1689 (gst_stream_info_dispose), (gst_stream_info_set_property),
1690 (gst_stream_info_get_property):
1691 * gst/playback/gststreaminfo.h:
1692 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
1694 * gst/playback/test2.c: (main):
1695 * gst/playback/test3.c: (update_scale), (main):
1696 More playbin fixes. Added README. Do better element filtering.
1697 Added base class to preroll media. Added test apps.
1699 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1701 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
1702 * ext/mpeg2dec/gstmpeg2dec.h:
1703 various debugging improvements. Reset stream to next picture
1704 instead of sequence header, otherwise seeks cannot work.
1706 2004-07-07 Wim Taymans <wim@fluendo.com>
1708 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
1709 (gst_video_box_class_init), (gst_video_box_set_property),
1710 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
1711 Use pad_alloc where possible.
1713 2004-07-07 Wim Taymans <wim@fluendo.com>
1715 * sys/oss/gstosselement.c: (gst_osselement_reset),
1716 (gst_osselement_parse_caps):
1717 * sys/oss/gstosselement.h:
1718 * sys/oss/gstosssrc.c: (gst_osssrc_get):
1719 Fix offset on osssrc.
1721 2004-07-07 Wim Taymans <wim@fluendo.com>
1723 * ext/theora/theora.c: (plugin_init):
1724 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
1725 (theora_dec_src_query), (theora_dec_chain):
1726 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1727 (theora_enc_sink_link), (theora_buffer_from_packet),
1728 (theora_push_packet), (theora_enc_chain):
1729 Fix theora granulepos calculation.
1730 Fix overflow in duration/position calculation.
1731 Bump rank to PRIMARY for theoradec.
1732 Use granulepos of last packet to calculate position.
1733 Set keyframe flag on buffers when needed.
1735 2004-07-06 David Schleef <ds@schleef.org>
1737 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
1738 serious? (Fixed, obviously.)
1740 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
1744 added Czech translation (Miloslav Trmac)
1746 2004-07-05 Wim Taymans <wim@fluendo.com>
1748 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1749 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
1750 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
1751 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
1752 (close_link), (type_found), (gst_decode_bin_set_property),
1753 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
1754 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
1755 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
1756 (gst_decode_bin_query), (plugin_init):
1757 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
1758 (gst_play_bin_class_init), (gst_play_bin_init),
1759 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
1760 (get_video_element), (new_pad), (setup_source),
1761 (gst_play_bin_set_property), (gst_play_bin_get_property),
1762 (gst_play_bin_change_state), (gst_play_bin_add_element),
1763 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
1764 (gst_play_bin_send_event), (gst_play_bin_get_formats),
1765 (gst_play_bin_convert), (gst_play_bin_get_query_types),
1766 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
1767 * gst/playback/test.c: (main):
1768 More fixes, cleaned up playbin, make it use decodebin. Added
1769 threaded property to playbin.
1771 2004-07-05 Wim Taymans <wim@fluendo.com>
1774 * gst/playback/Makefile.am:
1775 * gst/playback/decodetest.c: (main):
1776 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1777 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
1778 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
1779 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
1780 (close_link), (type_found), (gst_decode_bin_set_property),
1781 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
1782 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
1783 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
1784 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
1786 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
1787 (gst_play_bin_class_init), (gst_play_bin_init),
1788 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
1789 (collect_sink_pads), (find_compatibles), (close_pad_link),
1790 (try_to_link_1), (new_pad), (close_link), (type_found),
1791 (setup_source), (gst_play_bin_set_property),
1792 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
1793 (compare_ranks), (gst_play_bin_collect_factories),
1794 (gst_play_bin_change_state), (gst_play_bin_add_element),
1795 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
1796 (gst_play_bin_send_event), (gst_play_bin_get_formats),
1797 (gst_play_bin_convert), (gst_play_bin_get_query_types),
1798 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
1799 * gst/playback/test.c: (main):
1800 Added some playback helper elements and some test apps, very alpha
1803 2004-07-04 Benjamin Otte <otte@gnome.org>
1805 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
1806 only restart audio when we indeed have an xrun to fix repeated
1807 xruns. Fix suggested by Giuliano Pochini.
1809 2004-07-03 David Schleef <ds@schleef.org>
1811 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
1812 call to gst_debug_log() if debugging is disabled (bug #145118)
1814 2004-07-03 Benjamin Otte <otte@gnome.org>
1816 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
1817 use our own functions for restarting the alsa device.
1818 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
1819 I should apply patches myself - use MIN for the third argument, not
1820 the second, this fixes seeking
1822 2004-07-02 David Schleef <ds@schleef.org>
1824 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
1825 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
1828 2004-07-02 David Schleef <ds@schleef.org>
1830 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
1831 output buffers. Fix logic mistake. (bug #144866)
1833 2004-07-02 David Schleef <ds@schleef.org>
1835 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
1838 2004-07-02 David Schleef <ds@schleef.org>
1840 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
1841 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
1843 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
1844 (gst_osselement_rate_probe_check): Add another workaround for
1845 buggy drivers (bug #145336)
1847 2004-07-02 David Schleef <ds@schleef.org>
1849 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
1850 Most systems don't have MSG_NOSIGNAL.
1852 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
1855 * gst-libs/gst/colorbalance/Makefile.am:
1856 * gst-libs/gst/mixer/Makefile.am:
1857 * gst-libs/gst/play/Makefile.am:
1858 * gst-libs/gst/tuner/Makefile.am:
1859 (hopefully) fix both install and dist and make error message useful.
1860 needs testing across automakes.
1862 2004-07-02 Benjamin Otte <otte@gnome.org>
1864 * ext/ogg/gstogg.c: (plugin_init):
1865 we require bytestream now
1866 * ext/ogg/gstoggdemux.c:
1867 huge diff to implement chain setup in a fast and generic way. This
1868 improves tag reading and startup of huge files (read: Theora videos)
1869 quite a bit. It probably contains bugs, too, so please test.
1870 Seeking is not improved to the fast method.
1872 2004-06-29 Wim Taymans <wim@fluendo.com>
1874 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
1875 * ext/ogg/gstoggmux.c:
1876 Fix memleak in oggdemux when running unconnected pads.
1877 doc update in mux, start working on keyframe mode.
1879 2004-06-29 Benjamin Otte <otte@gnome.org>
1881 * sys/oss/gstosssink.c:
1882 * sys/oss/gstosssrc.c:
1883 advertise correct template caps - we indeed do non-native endianness
1884 and 8bit audio has no endianness
1885 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
1886 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
1887 avoid (wrong) duplications in getcaps function and return
1890 2004-06-29 Wim Taymans <wim@fluendo.com>
1892 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
1893 (gst_multifdsink_class_init), (gst_multifdsink_add),
1894 (gst_multifdsink_remove), (gst_multifdsink_clear),
1895 (gst_multifdsink_client_remove),
1896 (gst_multifdsink_handle_client_read),
1897 (gst_multifdsink_client_queue_data),
1898 (gst_multifdsink_client_queue_caps),
1899 (gst_multifdsink_client_queue_buffer),
1900 (gst_multifdsink_handle_client_write),
1901 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1902 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
1903 (gst_multifdsink_init_send), (gst_multifdsink_close):
1904 Fix wrong GList iteration that could crash the server when
1905 more then 2 clients disconnect at the same time. Read all the
1906 pending commands in one batch to recover from command storms under
1909 2004-06-28 Wim Taymans <wim@fluendo.com>
1911 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
1912 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
1913 (gst_videomixer_pad_set_property),
1914 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
1915 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
1916 (gst_videomixer_class_init), (gst_videomixer_init),
1917 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
1918 (pad_zorder_compare), (gst_videomixer_sort_pads),
1919 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
1920 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
1921 (gst_videomixer_update_queues), (gst_videomixer_loop),
1923 Avoid divide by zero, choose masterpad as the pad with the highest
1926 2004-06-27 Julien Moutte <julien@moutte.net>
1928 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
1929 (gst_ximagesink_xwindow_new):
1930 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
1931 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
1932 function directly. We might want to call it from somewhere else one day.
1934 2004-06-27 Julien Moutte <julien@moutte.net>
1936 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
1937 (gst_ximagesink_xwindow_new):
1938 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
1939 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
1942 2004-06-27 Wim Taymans <wim@fluendo.com>
1944 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
1945 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
1946 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
1947 (gst_dvdec_set_property), (gst_dvdec_get_property):
1948 * ext/dv/gstdvdec.h:
1949 Implement drop_factor property to lower the framerate with
1952 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
1954 * gst-libs/gst/colorbalance/Makefile.am:
1955 * gst-libs/gst/mixer/Makefile.am:
1956 * gst-libs/gst/play/Makefile.am:
1957 * gst-libs/gst/tuner/Makefile.am:
1958 unbreak Company's fix that didn't install the -enum.h files
1960 2004-06-27 Wim Taymans <wim@fluendo.com>
1962 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
1963 (gst_dvdec_change_state):
1964 * ext/dv/gstdvdec.h:
1965 Fix timestamp, duration and offset of the buffers.
1967 2004-06-27 Wim Taymans <wim@fluendo.com>
1969 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
1970 (gst_multifdsink_class_init), (gst_multifdsink_add),
1971 (gst_multifdsink_remove), (gst_multifdsink_clear),
1972 (gst_multifdsink_client_remove),
1973 (gst_multifdsink_handle_client_read),
1974 (gst_multifdsink_client_queue_data),
1975 (gst_multifdsink_client_queue_caps),
1976 (gst_multifdsink_client_queue_buffer),
1977 (gst_multifdsink_handle_client_write),
1978 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1979 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
1980 (gst_multifdsink_init_send), (gst_multifdsink_close):
1981 * gst/tcp/gstmultifdsink.h:
1982 * gst/tcp/gsttcpserversink.c:
1983 (gst_tcpserversink_handle_server_read),
1984 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
1985 More multifdsink fixes, more recovery policy fixes.
1986 Removed stupid g_print
1988 2004-06-26 Wim Taymans <wim@fluendo.com>
1990 * gst/tcp/Makefile.am:
1991 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
1992 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
1993 (gst_multifdsink_class_init), (gst_multifdsink_init),
1994 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
1995 (gst_multifdsink_handle_client_read),
1996 (gst_multifdsink_client_queue_data),
1997 (gst_multifdsink_client_queue_caps),
1998 (gst_multifdsink_client_queue_buffer),
1999 (gst_multifdsink_handle_client_write),
2000 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
2001 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
2002 (gst_multifdsink_chain), (gst_multifdsink_set_property),
2003 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
2004 (gst_multifdsink_close), (gst_multifdsink_change_state):
2005 * gst/tcp/gstmultifdsink.h:
2006 * gst/tcp/gsttcpplugin.c: (plugin_init):
2007 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
2008 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
2009 (gst_tcpserversink_handle_server_read),
2010 (gst_tcpserversink_handle_select),
2011 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
2012 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
2013 * gst/tcp/gsttcpserversink.h:
2014 Added multifdsink, made tcpserversink a subclass of fdsink, removed
2015 one of the locks, added recovery policy to multifdsink.
2017 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
2019 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
2020 fix decision for when getting frames with same timestamp
2021 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
2022 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
2023 (gst_v4lsrc_get_property):
2024 * sys/v4l/gstv4lsrc.h:
2025 add latency offset property
2027 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
2029 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
2031 fix debugging. add category.
2033 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
2035 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
2038 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
2040 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
2041 (gst_alsa_src_get_time), (gst_alsa_src_loop),
2042 (gst_alsa_src_change_state):
2043 return a time that is in sync with the element's processing
2045 2004-06-25 Wim Taymans <wim@fluendo.com>
2047 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
2048 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
2049 (gst_tcpserversink_client_remove),
2050 (gst_tcpserversink_handle_client_read),
2051 (gst_tcpserversink_client_queue_data),
2052 (gst_tcpserversink_client_queue_caps),
2053 (gst_tcpserversink_client_queue_buffer),
2054 (gst_tcpserversink_handle_client_write),
2055 (gst_tcpserversink_queue_buffer),
2056 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
2057 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
2058 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
2059 (gst_tcpserversink_close):
2060 * gst/tcp/gsttcpserversink.h:
2061 Serversink rewrite. Really do non blocking writes to clients and
2062 maintain an internal queue to handle slower clients while not
2063 disturbing fast clients.
2065 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
2067 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
2068 better debug, don't override OFFSET and OFFSET_END
2070 2004-06-25 Iain <iain@prettypeople.org>
2072 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
2073 name=source for the wavparse pipeline.
2075 2004-06-24 Johan Dahlin <johan@gnome.org>
2077 * ext/theora/theoraenc.c (theora_enc_chain): Call
2078 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
2079 streamheader caps are set correctly.
2081 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
2083 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
2084 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
2085 respect minimum bitrate; same could be done for max bitrate
2087 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
2089 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
2090 (gst_vorbisenc_setup):
2091 fix sample rate range
2093 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
2095 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
2096 (gst_oggvorbisenc_setup):
2097 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
2098 (gst_vorbisenc_setup):
2099 resolve ambiguities in code and description
2101 2004-06-24 Wim Taymans <wim@fluendo.com>
2103 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
2104 * ext/alsa/gstalsa.h:
2105 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
2106 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
2107 Use alsa trigger_tstamp to get the timestamp of the first
2108 sample in the buffer for more precise sync. Some cleanups.
2110 2004-06-24 Wim Taymans <wim@fluendo.com>
2112 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
2113 (gst_audiorate_init), (gst_audiorate_chain),
2114 (gst_audiorate_set_property), (gst_audiorate_get_property):
2115 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
2116 (gst_videorate_chain):
2117 Added some logging, fixed an overflow bug in videorate.
2119 2004-06-24 Benjamin Otte <otte@gnome.org>
2121 * ext/kio/Makefile.am:
2122 fix for builddir != srcdir and distcheck
2124 2004-06-24 Benjamin Otte <otte@gnome.org>
2126 * gst-libs/gst/colorbalance/Makefile.am:
2127 * gst-libs/gst/mixer/Makefile.am:
2128 * gst-libs/gst/play/Makefile.am:
2129 * gst-libs/gst/tuner/Makefile.am:
2130 * gst/tcp/Makefile.am:
2131 * sys/dxr3/Makefile.am:
2132 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
2134 Also add all *.list files that were missing.
2136 add a distcheck hook to ensure the above doesn't happen again.
2138 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
2140 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
2142 2004-06-23 Colin Walters <walters@redhat.com>
2144 * m4/Makefile.am: Distribute gst-fionread.m4.
2146 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
2148 * configure.ac: back to dev
2150 2004-06-23 Wim Taymans <wim@fluendo.com>
2152 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
2153 (gst_alsa_xrun_recovery):
2154 * ext/alsa/gstalsa.h:
2155 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
2156 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
2157 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
2158 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
2159 (gst_alsa_src_loop):
2160 Add clock to alsasrc. Take new capture timestamp when
2161 restarting after an overrun. Split up some functions between
2162 alsasrc and alsasink.
2164 === release 0.8.2 ===
2166 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
2168 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
2169 (gst_alsa_change_state), (gst_alsa_update_avail),
2170 (gst_alsa_xrun_recovery):
2171 * ext/alsa/gstalsa.h:
2172 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
2173 merge back changes from release
2175 2004-06-23 Wim Taymans <wim@fluendo.com>
2177 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
2178 (gst_audiorate_init), (gst_audiorate_chain),
2179 (gst_audiorate_set_property), (gst_audiorate_get_property):
2180 Implement sample dropping and notify
2182 2004-06-22 Wim Taymans <wim@fluendo.com>
2184 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
2185 (theora_enc_sink_link), (theora_buffer_from_packet),
2186 (theora_push_packet), (theora_enc_chain):
2187 Some cleanups, make sure the timestamps are correct.
2189 2004-06-22 Wim Taymans <wim@fluendo.com>
2191 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
2192 (gst_alsa_change_state), (gst_alsa_update_avail),
2193 (gst_alsa_xrun_recovery):
2194 * ext/alsa/gstalsa.h:
2195 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
2196 Cleanups, take queued samples into account when reporting
2199 2004-06-22 Wim Taymans <wim@fluendo.com>
2201 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
2202 (gst_videorate_init):
2203 Initialize the property as well.
2205 2004-06-22 Wim Taymans <wim@fluendo.com>
2207 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
2208 (gst_videorate_init), (gst_videorate_chain),
2209 (gst_videorate_set_property), (gst_videorate_get_property):
2210 Add property to make videorate silent.
2211 Add property to prefer new frames over old ones.
2213 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org>
2215 * sys/osxvideo/Makefile.am:
2216 Workaround so that the osxvideo .so file gets linked with the
2217 Cocoa, OpenGL and QuickTime frameworks
2219 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org>
2221 * sys/osxaudio/Makefile.am:
2222 Workaround so that the osxaudio .so file gets linked with the
2225 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org>
2228 Whoops, my fault...fixed build issues
2230 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org>
2233 Add objective-c support if running in Darwin/Mac OS X
2236 * sys/osxvideo/Makefile.am:
2237 * sys/osxvideo/osxvideosink.h:
2238 * sys/osxvideo/osxvideosink.m:
2239 * sys/osxvideo/cocoawindow.h:
2240 * sys/osxvideo/cocoawindow.m:
2241 Add osxvideosink, a cocoa-based osx video sink
2244 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
2245 * ext/dvdnav/gst-dvd:
2246 Grab the gconf key from the right spot
2247 * gst/debug/gstnavseek.c: (gst_navseek_init),
2248 (gst_navseek_segseek), (gst_navseek_handle_src_event),
2249 (gst_navseek_chain):
2250 * gst/debug/gstnavseek.h:
2251 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
2252 and loop parameters of a segment seek.
2253 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
2254 (gst_videotestsrc_get_event_masks),
2255 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
2256 * gst/videotestsrc/gstvideotestsrc.h:
2257 Add seeking support to videotestsrc
2258 Initialise the timestamp_offset variable.
2260 2004-06-18 Wim Taymans <wim@fluendo.com>
2262 * ext/sidplay/gstsiddec.cc:
2263 Fix negotiation and set correct end offset.
2265 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
2267 * configure.ac: branch and prerelease
2269 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
2271 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
2272 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
2273 (gst_tcpclientsrc_init_receive):
2274 * gst/tcp/gsttcpclientsrc.h:
2275 read caps when connecting to server for GDP so we set them correctly
2277 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
2279 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
2280 notify drops and duplicates
2281 * gst/videoscale/videoscale.c: (videoscale_get_structure):
2282 no good reason to limit ourselves to 100x100
2284 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
2286 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
2287 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
2288 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
2289 (gst_v4lsrc_get_property):
2290 * sys/v4l/gstv4lsrc.h:
2291 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
2292 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
2293 (gst_v4l_set_audio):
2294 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
2295 (gst_v4lsrc_try_capture):
2296 * sys/v4l/v4lsrc_calls.h:
2297 change try_palette to more general try_capture
2298 add autoprobe option so we can turn off autoprobing
2301 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
2305 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
2306 (gst_ximagesink_class_init):
2307 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
2308 (gst_xvimagesink_class_init):
2309 run them as finalize, not dispose, since dispose can be invoked
2312 2004-06-17 Wim Taymans <wim@fluendo.com>
2314 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
2315 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
2316 * ext/alsa/gstalsa.h:
2317 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
2318 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
2319 (gst_alsa_src_change_state):
2320 * ext/alsa/gstalsasrc.h:
2321 Make the xrun code timestamp and offset the buffers correctly.
2322 moved the clock to the base class, use alsa methods to get time.
2323 Do correct timestamping on outgoing buffers.
2325 2004-06-17 Wim Taymans <wim@fluendo.com>
2327 * gst/audiorate/Makefile.am:
2328 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
2329 (gst_audiorate_base_init), (gst_audiorate_class_init),
2330 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
2331 (gst_audiorate_set_property), (gst_audiorate_get_property),
2332 (gst_audiorate_change_state), (plugin_init):
2333 Added an audiorate converter that fills in gaps.
2335 2004-06-17 Johan Dahlin <johan@gnome.org>
2337 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
2339 2004-06-16 Wim Taymans <wim@fluendo.com>
2341 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
2342 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
2343 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
2344 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
2345 (gst_v4lsrc_get_property):
2346 * sys/v4l/gstv4lsrc.h:
2347 Added a copy mode to v4lsrc where it will output a copied version
2348 of its internal hardware buffer.
2349 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
2352 2004-06-16 Wim Taymans <wim@fluendo.com>
2354 * sys/oss/gstosssrc.c: (gst_osssrc_get):
2357 2004-06-16 Wim Taymans <wim@fluendo.com>
2359 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
2360 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
2361 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
2362 (gst_v4lsrc_get_property):
2363 * sys/v4l/gstv4lsrc.h:
2364 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
2365 Added a sync mode enum property to control v4lsrc timestamp method
2366 Removed the use-fixed-fps property and moved functionality in
2368 Don't error on an error value from v4l-conf, it might not always
2371 2004-06-16 Wim Taymans <wim@fluendo.com>
2373 * gst/videorate/Makefile.am:
2374 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
2375 (gst_videorate_base_init), (gst_videorate_class_init),
2376 (gst_videorate_getcaps), (gst_videorate_link),
2377 (gst_videorate_init), (gst_videorate_chain),
2378 (gst_videorate_set_property), (gst_videorate_get_property),
2379 (gst_videorate_change_state), (plugin_init):
2380 Added a video timestamp corrector.
2382 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali.org>
2384 fixed a potential leak with previous commit
2386 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
2388 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali.org>
2390 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
2391 Added missing refcount, fixes bug #144425
2392 Cheers Tim for finding the bug
2394 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
2396 * sys/v4l/gstv4l.c: (plugin_init):
2397 * sys/v4l/gstv4lcolorbalance.c:
2398 * sys/v4l/gstv4lcolorbalance.h:
2399 * sys/v4l/gstv4lelement.c:
2400 * sys/v4l/gstv4lelement.h:
2401 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
2402 * sys/v4l/gstv4lmjpegsink.h:
2403 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
2404 * sys/v4l/gstv4lmjpegsrc.h:
2405 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
2406 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
2407 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
2408 * sys/v4l/gstv4lsrc.h:
2409 * sys/v4l/gstv4ltuner.c:
2410 * sys/v4l/gstv4ltuner.h:
2411 * sys/v4l/gstv4lxoverlay.c:
2412 * sys/v4l/gstv4lxoverlay.h:
2413 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
2414 (gst_v4l_set_window), (gst_v4l_enable_overlay):
2415 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
2416 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
2417 (gst_v4l_set_audio):
2418 * sys/v4l/v4l_calls.h:
2419 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
2420 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
2421 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
2422 (gst_v4lmjpegsink_playback_init),
2423 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
2424 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
2425 (gst_v4lmjpegsink_playback_stop),
2426 (gst_v4lmjpegsink_playback_deinit):
2427 * sys/v4l/v4lmjpegsink_calls.h:
2428 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
2429 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
2430 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
2431 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
2432 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
2433 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
2434 * sys/v4l/v4lmjpegsrc_calls.h:
2435 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
2436 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
2437 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
2438 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
2439 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
2440 (gst_v4lsrc_try_palette):
2441 * sys/v4l/v4lsrc_calls.h:
2442 bunch of paranoia cleanups
2444 2004-06-14 David Schleef <ds@schleef.org>
2446 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
2447 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
2448 Send discont events and change timestamps appropriately when
2449 we get a seek event. (bug #144240)
2450 * ext/cdparanoia/gstcdparanoia.h:
2452 2004-06-14 Benjamin Otte <otte@gnome.org>
2454 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
2455 snd_pcm_hw_params_set_rate since the latter fails for no good
2456 reason on some setups.
2458 2004-06-14 David Schleef <ds@schleef.org>
2460 * gst/volume/demo.c: (value_changed_callback): exp10() is not
2461 standard. Thank you for playing.
2463 2004-06-14 Wim Taymans <wim@fluendo.com>
2465 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
2466 Patch 1.3 broke the ordering of the colorspace info and
2467 made the plugin basically work by coincidence, reordered
2470 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
2472 * ext/lame/gstlame.c:
2474 sync caps. Make sure mad can only output a list of rates, not
2475 a full range. In the future, have three caps lists for each of the
2476 mpeg versions. Change mpegversion to a double as well.
2478 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
2480 * gst/volume/.cvsignore:
2481 * gst/volume/Makefile.am:
2482 * gst/volume/demo.c: (value_changed_callback), (idler),
2483 (setup_gui), (main):
2484 added small demo app
2486 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
2487 * ext/esd/esdsink.c: (gst_esdsink_change_state):
2488 * ext/esd/esdsink.h:
2489 Close the esd connection on pause, because esd will just wait -
2490 blocking all other esd clients indefinitely.
2492 2004-06-12 Christophe Fergeau <teuf@gnome.org>
2494 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
2495 previous commit with GST_DEBUG
2497 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
2500 add a header check for a dvdread header in dvdnav. Fixes #133002
2502 2004-06-12 Zaheer Abbas Merali <zaheerabbas@merali.org>
2504 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
2505 * gst/tcp/gsttcpclientsink.h:
2506 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
2507 * gst/tcp/gsttcpclientsrc.h:
2508 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
2509 (gst_tcpserversink_handle_server_read),
2510 (gst_tcpserversink_init_send):
2511 * gst/tcp/gsttcpserversink.h:
2512 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
2513 * gst/tcp/gsttcpserversrc.h:
2514 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
2517 2004-06-12 Zaheer Abbas Merali <zaheerabbas@merali.org>
2520 Added ogg library so that OSX detects libtheora properly
2522 2004-06-11 Wim Taymans <wim@fluendo.com>
2524 * ext/theora/theoradec.c: (theora_dec_chain),
2525 (theora_dec_change_state):
2526 Don't try to decode frames before we received a keyframe.
2528 2004-06-11 Wim Taymans <wim@fluendo.com>
2530 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
2531 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
2532 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
2533 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
2534 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
2535 Added property to set the maximum delay of a page.
2537 2004-06-10 Wim Taymans <wim@fluendo.com>
2539 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
2540 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
2541 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
2542 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
2543 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
2544 Added max-delay property to control the maximum amount
2545 of data to put in one page.
2547 2004-06-10 Wim Taymans <wim@fluendo.com>
2549 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
2550 (gst_theora_enc_init), (theora_enc_sink_link),
2551 (theora_buffer_from_packet), (theora_enc_set_property),
2552 (theora_enc_get_property):
2553 Set duration on encoded buffer, added some more properties
2555 2004-06-10 Wim Taymans <wim@fluendo.com>
2557 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
2558 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
2559 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
2560 * ext/theora/theoraenc.c: (theora_enc_chain):
2561 Fix refcounting bugs
2563 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
2565 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
2566 (gst_asf_demux_loop), (gst_asf_demux_process_file),
2567 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
2568 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
2569 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
2570 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
2571 (gst_asf_demux_change_state):
2572 * gst/asfdemux/gstasfdemux.h:
2573 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
2574 feels like. I think we should set a new requirement for demuxers
2575 from now on to implement sane loop functions, data loops, query
2576 and seek functions before first commit into CVS. And this commit
2577 fixes all of the above.
2579 2004-06-10 Christophe Fergeau <teuf@gnome.org>
2581 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
2582 vorbis comments are properly encoded in UTF-8 before adding them
2585 2004-06-09 Benjamin Otte <otte@gnome.org>
2587 * ext/alsa/gstalsa.c: (add_channels):
2588 handle min <= max correctly
2589 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
2590 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
2591 add fixation functions so we fixate correctly. No preferring of alaw
2592 anymore because it's the first structure.
2593 * ext/alsa/gstalsa.h:
2594 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
2595 (gst_alsa_hw_params_dump):
2596 add functions to ease debugging in alsalib
2597 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
2598 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
2599 (gst_alsa_start_audio):
2600 only specify hw params if we really setup a format (fixes #134007 -
2601 or at least works around it)
2603 2004-06-09 Wim Taymans <wim@fluendo.com>
2605 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
2606 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
2607 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
2608 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
2610 Use stream caps to setup the initial pages in the ogg stream.
2611 Correctly set the streamheader caps on the srcpad.
2613 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
2615 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
2616 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
2617 (gst_v4lsrc_getcaps):
2618 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
2619 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
2620 add querying of fps lists for webcams. Negotiating to a framerate
2623 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
2625 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
2626 (theora_push_buffer), (theora_push_packet),
2627 (theora_set_header_on_caps), (theora_enc_chain):
2628 mark buffers and put on streamheader, raw theora streaming
2631 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
2633 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
2634 (gst_tcp_gdp_read_caps):
2635 do a looping read for caps and GDP headers too
2637 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
2639 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
2640 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
2641 return EOS instead of NULL in _get
2643 2004-06-08 Wim Taymans <wim@fluendo.com>
2645 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
2646 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
2647 (gst_tcp_gdp_write_caps):
2648 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
2649 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
2650 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
2653 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
2655 * ext/vorbis/Makefile.am:
2656 * ext/vorbis/vorbis.c: (plugin_init):
2657 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
2658 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
2659 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
2660 (vorbis_parse_change_state):
2661 * ext/vorbis/vorbisparse.h:
2662 adding a vorbisparse element that marks the buffers, streaming
2663 raw vorbis using GDP now works, whee
2665 2004-06-08 Wim Taymans <wim@fluendo.com>
2667 * ext/jpeg/Makefile.am:
2669 * ext/jpeg/gstjpeg.c: (plugin_init):
2670 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
2671 (gst_smokedec_base_init), (gst_smokedec_class_init),
2672 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
2673 * ext/jpeg/gstsmokedec.h:
2674 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
2675 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
2676 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
2677 (gst_smokeenc_resync), (gst_smokeenc_chain),
2678 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
2679 * ext/jpeg/gstsmokeenc.h:
2680 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
2681 (smokecodec_flush_destination), (smokecodec_term_destination),
2682 (smokecodec_init_source), (smokecodec_fill_input_buffer),
2683 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
2684 (smokecodec_term_source), (smokecodec_encode_new),
2685 (smokecodec_decode_new), (smokecodec_info_free),
2686 (smokecodec_set_quality), (smokecodec_get_quality),
2687 (smokecodec_set_threshold), (smokecodec_get_threshold),
2688 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
2689 (find_best_size), (abs_diff), (put), (smokecodec_encode),
2690 (smokecodec_parse_header), (smokecodec_decode):
2691 * ext/jpeg/smokecodec.h:
2692 Added a new simple jpeg based codec
2694 2004-06-08 Wim Taymans <wim@fluendo.com>
2696 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
2697 (gst_multipart_mux_loop):
2700 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
2702 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
2703 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
2704 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
2705 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
2706 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
2707 * gst/tcp/gsttcpserversink.h:
2708 take streamheader into account
2710 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
2712 * gst/level/Makefile.am:
2713 * gst/level/gstlevel.c: (gst_level_class_init):
2714 clean up marshal generation
2716 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
2718 * gst/tcp/Makefile.am:
2719 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
2720 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
2721 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
2722 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
2723 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
2724 (gst_tcpclientsrc_get_property):
2725 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
2726 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
2727 (gst_tcpserversink_handle_client_read),
2728 (gst_tcpserversink_handle_client_write),
2729 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
2730 * gst/tcp/gsttcpserversink.h:
2731 add signals client-added and client-removed
2732 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
2733 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
2734 (gst_tcpserversrc_get_property):
2735 uniformized, change default protocol to NONE
2736 * gst/tcp/gsttcp-marshal.list: added
2737 2004-06-07 Benjamin Otte <otte@gnome.org>
2739 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
2740 handle discont events if they happen before caps nego
2742 2004-06-07 Wim Taymans <wim@fluendo.com>
2744 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
2745 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
2746 (gst_multipart_demux_plugin_init):
2747 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
2748 (gst_multipart_mux_init), (gst_multipart_mux_loop),
2749 (gst_multipart_mux_change_state):
2750 Small updates, fix a memleak
2752 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2754 * configure.ac: OSS portability
2755 * ext/arts/gst_arts.c: idem
2756 * sys/oss/gstosselement.c: idem
2757 * sys/oss/gstossmixer.c: idem
2758 * sys/oss/gstosssink.c: idem
2759 * sys/oss/gstosssrc.c: idem
2760 * sys/oss/oss_probe.c: idem
2761 - check for soundcard.h in different places for some BSD
2763 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
2766 Add me to the authors file
2768 Increase the libdv requirement to >= version 0.100
2769 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
2770 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
2771 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
2772 * ext/dv/gstdvdec.h:
2773 Add support for the new_media flag when sending DISCONT events
2774 Make the querying work when video pad is not linked
2776 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
2778 reviewed by Benjamin Otte <otte@gnome.org>
2780 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
2781 create a NULL-initialized array of pads, so we don't think they
2782 exist already. (fixes #143130)
2784 2004-06-07 Benjamin Otte <otte@gnome.org>
2786 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
2787 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
2788 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
2789 don't use // coments
2791 2004-06-07 Benjamin Otte <otte@gnome.org>
2793 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
2794 cast to GstClockTime to get higher granularity
2795 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
2796 use gst_element_set_time_delay to get the exact time
2797 * ext/mad/gstmad.c: (gst_mad_chain):
2798 use the negotiated rate instead of the current frame's rate which
2799 might be wrong because of bit errors. This avoids emitting totally
2800 bogus timestamps and screwing sync.
2803 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
2805 reviewed by Benjamin Otte <otte@gnome.org>
2807 * gst/adder/gstadder.c: (gst_adder_loop):
2808 properly error out when no negotiation has happened yet. (fixes
2811 2004-06-06 Benjamin Otte <otte@gnome.org>
2813 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
2814 forward correctly transformed offset in discont events. Based on
2815 patch by Arwed v. Merkatz. (fixes #142851)
2817 2004-06-06 David Schleef <ds@schleef.org>
2819 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
2820 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
2821 problems on several systems.
2823 2004-06-06 Benjamin Otte <otte@gnome.org>
2825 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
2826 use explicit caps on the srcpad
2827 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2828 properly error out if caps couldn't be set (fixes #142764)
2830 2004-06-06 Benjamin Otte <otte@gnome.org>
2832 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
2833 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
2834 (gst_alsa_start_audio):
2835 - don't call set_periods_integer anymore, it breaks the
2836 configuration randomly
2837 - call snd_pcm_hw_params_set_access directly instead of using masks
2838 - don't fail if the sw_params can't be set, just use the default
2839 params and hope it works. Alsalib has weird issues when you touch
2840 sw_params and does no proper error reporting about what failed.
2841 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
2842 (gst_alsa_close_audio):
2843 make our alsa debugging go via gst debugging and not conditionally
2845 * ext/alsa/gstalsa.h:
2846 add ALSA_DEBUG_FLUSH macro
2847 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
2849 wrap alsa errors to be printed via the gst debugging system and not
2852 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
2854 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
2855 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
2856 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
2857 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
2858 (qtdemux_parse_trak):
2859 * gst/qtdemux/qtdemux.h:
2860 Bitch. Also known as seeking, querying & co.
2861 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
2862 (gst_osssink_change_state):
2863 * sys/oss/gstosssink.h:
2864 Resyncing is for weenies, this hack is no longer needed and was
2865 broken anyway (since it - unintendedly - always leaves resync to
2868 2004-06-05 Andrew Turner <zxombie@hotpop.com>
2870 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
2871 * gst/tcp/gsttcpclientsrc.h: idem
2872 - define MSG_NOSIGNAL if not done
2873 - include unistd.h for off_t
2876 2004-06-05 Benjamin Otte <otte@gnome.org>
2879 * ext/kio/Makefile.am:
2880 check for qt's moc preprocessor explicitly and use it
2882 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
2884 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2885 don't get a signal for EPIPE on socket writes
2886 (somebody check if this works on other platforms)
2888 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
2890 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
2891 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
2892 check error condition on available samples correctly
2894 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
2896 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
2898 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2899 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
2900 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
2901 (gst_tcpserversrc_gdp_read_header):
2902 use ssize_t over size_t since the former is signed and thus the
2903 check for error codes can work
2905 2004-06-02 Wim Taymans <wim@fluendo.com>
2909 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
2910 (gst_multipart_mux_loop):
2913 2004-06-02 Wim Taymans <wim@fluendo.com>
2915 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
2916 (gst_multipart_mux_init), (gst_multipart_mux_loop),
2917 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
2918 (gst_multipart_mux_change_state):
2919 Added configurable boundary specifier, added the value as a
2922 2004-06-02 Zaheer Abbas Merali <zaheerabbas@merali.org>
2925 * gst/tcp/gsttcpclientsrc.c:
2926 * gst/tcp/gsttcpclientsrc.h:
2927 * gst/tcp/gsttcpserversrc.c:
2928 - portability fix, to compile on OSX
2931 * sys/osxaudio/gstosxaudioelement.c:
2932 * sys/osxaudio/gstosxaudiosink.c:
2933 * sys/osxaudio/gstosxaudiosrc.c:
2934 - compilation warnings on OSX
2937 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2939 * ext/vorbis/vorbisdec.c : sign warning fixes
2941 * gst-libs/gst/mixer/mixertrack.c :
2942 do no use defines which are glib 2.4 specific
2944 2004-06-01 Christophe Fergeau <teuf@gnome.org>
2946 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
2947 buffer since libflac doesn't expect it (reports a sync error when
2951 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
2953 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
2954 * gst-libs/gst/mixer/mixertrack.c:
2955 (gst_mixer_track_get_property), (get_mixer_track_init),
2956 (get_mixer_track_get_property): Added property accessors
2957 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
2958 * gst-libs/gst/mixer/mixeroptions.c:
2959 (gst_mixer_options_get_values): Added
2960 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
2961 * gst-libs/gst/mixer/mixer.c: Fixed comment
2964 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
2966 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
2967 improve error messages on open
2970 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
2972 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
2973 check if v4l-conf is in path
2975 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
2977 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
2978 change assert to a more readable error message
2980 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2982 * gst-libs/gst/tuner/tunerchannel.h:
2983 - add a freq_multiplicator field to make the conversion
2984 between internal frequency unit and Hz
2985 * sys/v4l/gstv4lelement.c:
2986 * sys/v4l2/gstv4l2element.c:
2987 - change default video device to /dev/video0
2988 * sys/v4l/v4l_calls.c:
2989 * sys/v4l2/v4l2_calls.c:
2990 - we only expose frequency to the user in Hz instead of
2991 bastard v4lX unit (either 62.5kHz or 62.5Hz)
2993 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
2994 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2995 Initialise b_o_s and e_o_s variables
2996 * gst-libs/gst/riff/riff-media.c:
2997 (gst_riff_create_video_caps_with_data):
2998 Add some unusual fourcc's from mplayer avi's
2999 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
3000 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
3003 2004-05-28 Wim Taymans <wim@fluendo.com>
3006 * gst/alpha/Makefile.am:
3007 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
3008 (gst_alpha_get_type), (gst_alpha_base_init),
3009 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
3010 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
3011 (gst_alpha_chroma_key), (gst_alpha_chain),
3012 (gst_alpha_change_state), (plugin_init):
3013 A plugin to add an alpha channel to I420 video. Can optionally do
3015 * gst/multipart/Makefile.am:
3016 * gst/multipart/multipart.c: (plugin_init):
3017 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
3018 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
3019 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
3020 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
3021 (gst_multipart_demux_change_state),
3022 (gst_multipart_demux_plugin_init):
3023 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
3024 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
3025 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
3026 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
3027 (gst_multipart_mux_pad_unlink),
3028 (gst_multipart_mux_request_new_pad),
3029 (gst_multipart_mux_handle_src_event),
3030 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
3031 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
3032 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
3033 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
3034 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
3035 send multipart jpeg images to a browser.
3036 * gst/videobox/Makefile.am:
3037 * gst/videobox/README:
3038 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
3039 (gst_video_box_get_type), (gst_video_box_base_init),
3040 (gst_video_box_class_init), (gst_video_box_init),
3041 (gst_video_box_set_property), (gst_video_box_get_property),
3042 (gst_video_box_sink_link), (gst_video_box_i420),
3043 (gst_video_box_ayuv), (gst_video_box_chain),
3044 (gst_video_box_change_state), (plugin_init):
3045 Crops or adds borders around an image. can do alpha channel
3047 * gst/videomixer/Makefile.am:
3048 * gst/videomixer/README:
3049 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
3050 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
3051 (gst_videomixer_pad_get_sink_event_masks),
3052 (gst_videomixer_pad_get_property),
3053 (gst_videomixer_pad_set_property),
3054 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
3055 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
3056 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
3057 (gst_videomixer_base_init), (gst_videomixer_class_init),
3058 (gst_videomixer_init), (gst_videomixer_request_new_pad),
3059 (gst_videomixer_handle_src_event),
3060 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
3061 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
3062 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
3063 (gst_videomixer_loop), (gst_videomixer_get_property),
3064 (gst_videomixer_set_property), (gst_videomixer_change_state),
3066 Generic video mixer plugin, can handle multiple inputs all with
3067 different framerates and video sizes. Is fully alpha channel
3070 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
3072 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
3073 Select first track as master track. Not sure how else to handle
3075 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
3076 Discard discont events. Should fix #142962.
3078 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
3080 * ext/alsa/Makefile.am:
3081 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
3082 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
3083 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3084 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
3085 (gst_alsa_mixer_get_option):
3086 * ext/alsa/gstalsamixer.h:
3087 * ext/alsa/gstalsamixeroptions.c:
3088 (gst_alsa_mixer_options_get_type),
3089 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
3090 (gst_alsa_mixer_options_new):
3091 * ext/alsa/gstalsamixeroptions.h:
3092 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
3093 * ext/alsa/gstalsamixertrack.h:
3094 Add enumerations (as GstMixerOptions). Make correct distinction
3095 between input/output tracks. Add capture/playback private flag.
3096 Use flag to decide on whether to set capture or playback volumes
3097 or switches. Use playback and record switches.
3098 * gst-libs/gst/mixer/Makefile.am:
3099 * gst-libs/gst/mixer/mixer-marshal.list:
3100 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
3101 (gst_mixer_set_option), (gst_mixer_get_option),
3102 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
3103 (gst_mixer_volume_changed), (gst_mixer_option_changed):
3104 * gst-libs/gst/mixer/mixer.h:
3105 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
3106 (gst_mixer_options_class_init), (gst_mixer_options_init),
3107 (gst_mixer_options_dispose):
3108 * gst-libs/gst/mixer/mixeroptions.h:
3109 Add GstMixerOptions.
3110 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
3111 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
3112 broken device detection on computers with multiple OSS sound
3115 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
3117 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
3118 fixate nicely even when the peer is not negotiating
3120 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
3122 * gst/audioconvert/gstaudioconvert.c:
3123 (gst_audio_convert_parse_caps):
3124 make sure we don't allow depth > width
3125 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
3126 fixate endianness to G_BYTE_ORDER as default
3127 * gst/audioscale/gstaudioscale.c:
3128 we don't handle another endianness as host-endianness
3130 2004-05-25 David Schleef <ds@schleef.org>
3132 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
3134 2004-05-24 Benjamin Otte <otte@gnome.org>
3136 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
3137 (gst_oggvorbisenc_setup):
3138 properly fail when we can't setup the vorbis encoder due to
3139 unsupported settings
3140 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
3141 (gst_vorbisenc_setup):
3143 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
3144 fix case where warnings occured when one pad was unlinked while the
3145 other's link function was called
3147 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
3149 * gst/tcp/Makefile.am:
3152 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
3154 * gst-libs/gst/resample/private.h:
3155 don't use optimizations that are #if 0'ed
3157 2004-05-24 Wim Taymans <wim@fluendo.com>
3159 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
3160 Fix potential division by zero error and hopefully get
3161 the position query right to get correct timestamps on avi
3164 2004-05-24 Wim Taymans <wim@fluendo.com>
3166 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
3167 (gst_videoscale_scale_nearest_str2),
3168 (gst_videoscale_scale_nearest_str4),
3169 (gst_videoscale_scale_nearest_32bit),
3170 (gst_videoscale_scale_nearest_24bit),
3171 (gst_videoscale_scale_nearest_16bit):
3172 Fix the scaling algorithm and avoid a buffer overflow.
3173 removed the while loop in the scaling function as it
3174 was used for point sampling only.
3176 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
3178 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
3179 (gst_id3_tag_class_init), (gst_id3_tag_init),
3180 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
3181 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
3182 (gst_id3_tag_send_tag_event):
3183 lots of fixes to make id3mux work and id3demux work correctly
3185 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3188 add rules to build shout2send (was removed by accident
3189 when this module was no more marked experimental/broken)
3191 2004-05-24 Zaheer Abbas Merali <zaheerabbas@merali.org>
3193 * ext/shout2/gstshout2.c:
3194 * ext/shout2/gstshout2.h:
3195 adding a "connection problem" signal to shout2send
3198 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
3200 * ext/kio/kioreceiver.cpp:
3201 * ext/kio/kioreceiver.h:
3202 fix sign comparison issues
3204 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3206 * gst/cdxaparse/gstcdxaparse.c:
3207 * gst/cdxaparse/gstcdxaparse.h:
3209 add some checks/sanity
3210 prepare for seek addition
3212 * sys/sunaudio/gstsunaudio.c:
3213 remove exported dupe init function
3215 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
3217 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
3218 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
3219 Fix format conversion and position querying.
3220 * gst/debug/progressreport.c: (gst_progressreport_report):
3221 Don't output a bogus total value that we didn't query.
3222 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3223 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
3224 only a blank window after xine has been used.
3226 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
3229 sync with upstream version to fix test on FC2
3230 readd with -ko to preserve Id header
3232 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3235 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
3236 * gst/tcp/gsttcpclientsrc.c: idem
3237 * gst/tcp/gsttcpserversink.c: idem
3238 * gst/tcp/gsttcpserversrc.c: idem
3239 * m4/gst-fionread.m4: idem
3241 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
3243 * configure.ac: enable speex plugin for speex 1.1.5+
3244 * ext/speex/gstspeexenc.c: fix cast warning
3246 * ext/esd/README: fix typo
3248 2004-05-20 David Schleef <ds@schleef.org>
3250 * configure.ac: Minor cosmetic change to convince the buildbot to
3252 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
3253 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
3254 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
3255 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
3256 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
3257 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
3258 More hacking. Plays audio now.
3260 2004-05-20 David Schleef <ds@schleef.org>
3265 2004-05-20 David Schleef <ds@schleef.org>
3267 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Merali
3268 * sys/osxaudio/gstosxaudio.c:
3269 * sys/osxaudio/gstosxaudioelement.c:
3270 * sys/osxaudio/gstosxaudioelement.h:
3271 * sys/osxaudio/gstosxaudiosink.c:
3272 * sys/osxaudio/gstosxaudiosink.h:
3273 * sys/osxaudio/gstosxaudiosrc.c:
3274 * sys/osxaudio/gstosxaudiosrc.h:
3276 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
3278 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
3279 (gst_vorbisenc_chain):
3280 put the codec headers on the caps as streamheader as well as
3283 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
3285 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
3286 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
3287 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
3288 split up push_packet into two functions
3290 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
3292 * gst/tcp/.cvsignore:
3294 * gst/tcp/Makefile.am:
3298 * gst/tcp/gsttcpclientsink.c:
3299 * gst/tcp/gsttcpclientsink.h:
3300 * gst/tcp/gsttcpclientsrc.c:
3301 * gst/tcp/gsttcpclientsrc.h:
3302 * gst/tcp/gsttcpplugin.c:
3303 * gst/tcp/gsttcpserversink.c:
3304 * gst/tcp/gsttcpserversink.h:
3305 * gst/tcp/gsttcpserversrc.c:
3306 * gst/tcp/gsttcpserversrc.h:
3307 add new tcp elements
3309 2004-05-19 Wim Taymans <wim@fluendo.com>
3311 * gst/law/mulaw-conversion.c: (mulaw_encode):
3312 Fix overflow bug in ulaw encoding.
3314 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
3316 * ext/mad/gstmad.c: (gst_mad_handle_event):
3317 don't unref the event twice
3319 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
3322 remove -Wno-sign-compare
3324 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
3327 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
3328 if you want to work against glib 2.2 and 2.4
3330 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
3332 * gst/tcp/Makefile.am:
3335 * gst/tcp/gsttcpsink.h:
3336 * gst/tcp/gsttcpsrc.h:
3337 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
3339 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
3341 * gst/debug/tests.c: (md5_get_value):
3342 fix segfault on gst-inspect
3344 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
3346 * gst/debug/testplugin.c:
3347 * gst/debug/tests.c:
3348 * gst/debug/tests.h:
3349 add new extensible and configurable testing element. Current tests
3350 include buffer count, stream length, timestamp/duration matching and
3352 * gst/debug/Makefile.am:
3353 * gst/debug/gstdebug.c: (plugin_init):
3354 add infrastructure for new element
3356 2004-05-19 Johan Dahlin <johan@gnome.org>
3358 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
3359 ending of the array. Fixes gst-inspect segfault on ppc.
3361 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3363 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
3365 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
3367 2004-05-18 David Schleef <ds@schleef.org>
3369 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
3370 warnings (bugs, actually) noticed by gcc but not forte.
3372 2004-05-18 David Schleef <ds@schleef.org>
3374 * sys/sunaudio/Makefile.am:
3375 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
3377 2004-05-18 David Schleef <ds@schleef.org>
3379 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
3380 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
3381 to allow qtdemux to use non-seekable streams. (bug #142272)
3383 2004-05-18 David Schleef <ds@schleef.org>
3385 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
3386 (gst_resample_sinc_ft_float): Remove use of static temporary
3387 buffer. This code was obviously not supposed to last long, but
3388 it's stuck in our ABI, so it required a little hack to make it
3389 ABI-compatible. Fixes #142585.
3390 * gst-libs/gst/resample/resample.h: same.
3392 2004-05-18 David Schleef <ds@schleef.org>
3394 * configure.ac: Add sunaudio
3395 * examples/Makefile.am: make gstplay depend on gconf
3396 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
3397 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
3398 (convert_table_lookup), (img_convert): remove c99-isms
3399 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
3400 unsigned, to fix a warning on Solaris
3401 * gst/mpeg1sys/systems.c: bcopy->memcpy
3402 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
3403 * sys/Makefile.am: Add sunaudio
3405 2004-05-18 Wim Taymans <wim@fluendo.com>
3407 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
3408 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
3409 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
3410 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
3412 Fix an ugly memleak where the muxer didn't flush enough ogg
3413 pages. This also resulted in badly muxed ogg files.
3415 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3417 * gst/asfdemux/asfheaders.c :
3418 * gst/asfdemux/asfheaders.h :
3419 * gst/asfdemux/gstasfdemux.c :
3420 - fix ASF_OBJ_PADDING guid
3421 - add 3 new object guids (language list, metadata,
3422 extended stream properties)
3423 - add a function to parse extended header objects
3425 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
3427 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
3428 remove leftover debugging g_print
3430 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
3432 * ext/mad/gstmad.c: (gst_mad_handle_event):
3433 Fix for when the first format in a discont event is not a
3434 byte-based one. Should fix #137710.
3436 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3438 * m4/a52.m4 : fix compilation with -Wall -Werror
3439 * m4/libfame.m4 : idem
3440 * m4/libmikmod.m4 : idem
3442 2004-05-17 Benjamin Otte <otte@gnome.org>
3444 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
3445 signal the new tags before giving up the reference
3447 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
3449 * ext/shout2/gstshout2.c:
3450 use application/ogg instead of application/x-ogg (patch by Patrick
3451 Guimond, fixes #142432)
3452 * sys/oss/gstosselement.c: (gst_osselement_reset),
3453 (gst_osselement_sync_parms):
3454 don't set fragment size unless specified (fixes #142493)
3456 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3458 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
3461 2004-05-17 Benjamin Otte <otte@gnome.org>
3463 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
3464 compute offsets correctly for internal buffers so timestamps are set
3465 correctly when we can't seek. Also handle cases where there are no
3466 offsets. (based on a patch by David Moore, fixes #142507)
3468 2004-05-17 Benjamin Otte <otte@gnome.org>
3470 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3471 use correct variable when determining amount of data to skip so we
3472 don't skip into the void and segfault
3474 2004-05-16 Benjamin Otte <otte@gnome.org>
3476 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
3479 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3481 * gst/asfdemux/gstasfdemux.c:
3482 - fix a mem leak and always propagate tags
3483 - add WMV3 to known video codecs (but no decoder yet)
3484 - replace "surplus data" at end of audio header for what
3485 it is : codec specific data
3488 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
3490 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
3492 * gst-libs/gst/audio/audioclock.c:
3493 Fix wrong return type (#142205).
3495 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
3497 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
3498 Ignore CRCs by default (fixes #142566).
3500 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
3502 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3503 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
3504 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
3505 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
3506 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
3507 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
3508 Fix for cases where we fail to attach to a mixer.
3510 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
3512 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
3513 Don't touch events after not owning them anymore.
3514 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
3515 (gst_wavparse_fmt), (gst_wavparse_other),
3516 (gst_wavparse_handle_seek), (gst_wavparse_loop),
3517 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
3518 (gst_wavparse_srcpad_event):
3519 * gst/wavparse/gstwavparse.h:
3520 Add seeking, fix querying.
3522 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3524 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
3525 - process comments even if they don't end with \0\0
3526 g_convert would ignore them if present and works well without them
3528 2004-05-16 Benjamin Otte <otte@gnome.org>
3530 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
3533 2004-05-16 Benjamin Otte <otte@gnome.org>
3535 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
3536 don't write to memory we might not write to - g_convert does that
3537 for us anyway (fixes #142613)
3538 (gst_asf_demux_audio_caps):
3539 comment out gst_util_dump_mem
3541 2004-05-16 Benjamin Otte <otte@gnome.org>
3543 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3544 compute correct expected timestamps after seek (broken since
3546 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
3547 rename element and debugging category to gdkpixbufscale
3549 2004-05-16 Benjamin Otte <otte@gnome.org>
3551 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3552 add error checking to snd_pcm_delay and remove duplicate call to
3553 snd_pcm_delay that caused issues (see inline code comments)
3554 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
3555 make more readable and fix return value when snd_pcm_delay fails
3558 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
3559 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
3560 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
3561 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
3562 (gst_pixbufscale_link), (gst_pixbufscale_init),
3563 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
3564 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
3565 (gst_pixbufscale_get_property), (pixbufscale_init):
3566 * ext/gdk_pixbuf/pixbufscale.h:
3567 Add these files I forgot earlier
3569 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
3570 * ext/gdk_pixbuf/Makefile.am:
3571 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
3572 * ext/gdk_pixbuf/gstgdkpixbuf.h:
3573 Add new pixbufscale element to scale RGB video
3574 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
3575 and HYPER interpolation correctly.
3576 * ext/theora/theoraenc.c: (theora_enc_chain),
3577 Discard buffer and return if explicit caps could not be set
3578 (theora_enc_get_property):
3579 Make _get return kbps for the bitrate consistent with
3583 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
3585 * ext/libvisual/visual.c: (gst_visual_chain):
3586 add missing visual_audio_analyze
3588 2004-05-14 David Schleef <ds@schleef.org>
3590 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
3591 is killed while we're playing.
3592 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
3593 gst_element_no_more_pads().
3595 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3597 * gst-libs/gst/riff/riff-read.c :
3598 - fix INFO tag extraction in RIFF/AVI files
3599 because gst_event_unref (event) also freed taglist
3602 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3604 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
3605 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
3607 * gst/auparse/gstauparse.c :
3608 - add code (commented for now) to support audio/x-adpcm on src pad
3609 (we have no decoder for those layout yet)
3611 * gst/cdxaparse/gstcdxaparse.c :
3612 * gst/cdxaparse/gstcdxaparse.h :
3613 - partial rewrite using RiffRead (ripped iain's wavparse code)
3615 * gst/rtp/gstrtpL16enc.c : typo
3616 * gst/rtp/gstrtpgsmenc.c : typo
3618 2004-05-13 Benjamin Otte <otte@gnome.org>
3621 check for exact version of libvisual, it's not supposed to be
3624 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
3626 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
3629 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
3631 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
3632 Report which format was used for GST_FORMAT_DEFAULT
3633 * gst/debug/Makefile.am:
3634 * gst/debug/gstdebug.c: (plugin_init):
3635 * gst/debug/progressreport.c: (gst_progressreport_base_init),
3636 (gst_progressreport_class_init), (gst_progressreport_init),
3637 (gst_progressreport_report), (gst_progressreport_set_property),
3638 (gst_progressreport_get_property), (gst_progressreport_chain),
3639 (gst_progressreport_plugin_init):
3640 Add progressreport element for testing.
3642 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
3644 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
3645 * sys/v4l/gstv4lsrc.h:
3646 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
3647 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
3648 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3649 (gst_v4lsrc_grab_frame):
3651 send a discont at start
3653 2004-05-12 Colin Walters <walters@redhat.com>
3655 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
3656 inflooping if we can't find a chunk. Or in other words, don't blow
3657 chunks if we don't have a chunk to blow.
3659 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
3660 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
3661 Remove old debug output
3662 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
3663 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
3664 (gst_dvdec_set_property), (gst_dvdec_get_property):
3665 Change the quality setting to an enum, so it works from gst-launch
3666 Don't renegotiate a non-linked pad. Allows audio only decoding.
3667 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
3668 (gst_deinterlace_link), (gst_deinterlace_init):
3669 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
3670 (gst_videodrop_link):
3671 Some caps negotiation fixes
3673 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3675 * ext/tarkin/gsttarkin.c :
3676 - Change RANK from NONE to PRIMARY
3677 * ext/gdk_pixbuf/gstgdkpixbuf.c :
3678 - Change RANK from NONE to MARGINAL
3679 * ext/divx/gstdivxenc.c :
3680 - Change RANK from PRIMARY to NONE (encoder/spider issue)
3682 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
3684 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
3685 (gst_vorbisenc_push_packet):
3686 copy a function that was added between 1.0 and 1.0.1 until we
3687 depend on worthwhile features of post-1.0
3689 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
3692 enable shout2 by default
3693 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
3694 (gst_shout2send_base_init), (gst_shout2send_init),
3695 (gst_shout2send_connect), (gst_shout2send_change_state):
3696 * ext/shout2/gstshout2.h:
3697 make this work again. Based on a patch by Zaheer Merali (fixes
3699 * ext/theora/theora.c: (plugin_init):
3700 don't set rank on encoders
3702 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
3704 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
3705 Use codec_data property instead of flag1 and flag2 for wma
3707 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3709 * gst/cdxaparse/gstcdxaparse.c :
3710 - Add mpegversion to CAPS to make it link
3711 - Rank is as GST_RANK_SECONDARY instead of NONE
3712 * gst/auparse/gstauparse.c :
3713 - Document all audio encoding we can encounter from Solaris 9
3714 headers and libsndfile information.
3715 - Increase max. rate from 48000 to 192000 (to match other elements)
3716 - Don't try to play junk data between header and samples
3718 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
3720 * ext/libvisual/visual.c: (gst_visual_getcaps):
3721 use the right caps depending on endianness (I hope)
3722 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
3723 use GST_RANK_NONE for all non-decoding elements or spider gets
3726 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
3728 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
3729 Fix some odd cases and fix BE metadata parsing of unicode16 text.
3731 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
3733 * gst/switch/gstswitch.c: (gst_switch_release_pad),
3734 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
3735 (gst_switch_loop), (gst_switch_get_type):
3736 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
3737 HEADERS. Had to be said.
3739 2004-05-10 David Schleef <ds@schleef.org>
3741 * configure.ac: Add prototype Dirac support.
3743 * ext/dirac/Makefile.am:
3744 * ext/dirac/gstdirac.cc:
3745 * ext/dirac/gstdiracdec.cc:
3747 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
3749 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
3750 (gst_auparse_init), (gst_auparse_chain),
3751 (gst_auparse_change_state):
3752 Hack around spider. Remove me some day please.
3754 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
3756 * gst/auparse/gstauparse.c: (gst_auparse_chain):
3757 Fix for some uninitialized variables in previous patch, also
3758 makes it work. Fixes #142286 while we're at it.
3760 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3762 * gst/auparse/gstauparse.c:
3763 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
3764 only unsupported formats are ADPCM/CCITT G.72x
3766 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
3768 2004-05-10 Wim Taymans <wim@fluendo.com>
3770 * ext/vorbis/Makefile.am:
3771 * ext/vorbis/README:
3772 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
3773 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
3774 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
3775 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
3776 (gst_oggvorbisenc_convert_sink),
3777 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
3778 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
3779 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
3780 (get_constraints_string), (update_start_message),
3781 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
3782 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
3783 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
3784 * ext/vorbis/oggvorbisenc.h:
3785 * ext/vorbis/vorbis.c: (plugin_init):
3786 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
3787 (raw_caps_factory), (gst_vorbisenc_class_init),
3788 (gst_vorbisenc_init), (gst_vorbisenc_setup),
3789 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
3790 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
3791 * ext/vorbis/vorbisenc.h:
3792 Added a raw vorbis encoder to be used with the oggmuxer.
3793 We still need the old encoder for some gnome applications,
3794 read the README to find out how that works.
3795 The raw encoder is called "rawvorbisenc" until 0.9.
3797 2004-05-10 Wim Taymans <wim@fluendo.com>
3799 * ext/ogg/gstogg.c: (plugin_init):
3800 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
3802 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
3803 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
3804 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
3805 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
3806 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
3807 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
3808 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
3809 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
3810 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
3811 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
3813 Small typo fixes in the demuxer.
3815 2004-05-10 Wim Taymans <wim@fluendo.com>
3817 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3818 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
3819 (theora_enc_change_state), (theora_enc_set_property),
3820 (theora_enc_get_property):
3821 Mark the last packet with an EOS flag which is not really needed
3823 Do some better video framerate initialisation.
3824 Update the buffer timestamp.
3826 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
3828 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
3829 Return the result of the parent state change call
3831 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3833 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
3834 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
3835 * gst/law/alaw-encode.c : (idem)
3836 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
3837 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
3838 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
3840 2004-05-09 Benjamin Otte <otte@gnome.org>
3842 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
3843 don't use a fixed buffer size when writing variable length data to
3844 it. Fixes memory corruption and makes alsasrc work
3846 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
3848 * ext/gnomevfs/gstgnomevfssink.c:
3849 (_gst_boolean_allow_overwrite_accumulator),
3850 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
3851 Run glib's default signal handler (??) in RUN_CLEANUP rather than
3852 RUN_LAST, and don't use that to set the accumulator value because
3853 then it's always FALSE.
3855 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
3857 * gst-libs/gst/riff/riff-media.c:
3858 (gst_riff_create_video_caps_with_data),
3859 (gst_riff_create_audio_caps),
3860 (gst_riff_create_audio_template_caps):
3861 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
3862 Fix for unaligned RIFF files (i.e. where all the chunks together
3863 in a LIST chunk are not of the same size as the size given in
3864 the LIST chunk header). Fixes several odd WAVE files. Also fix
3865 ADPCM (block_align property) in audio, so that wavparse based
3866 on this works now as it used to stand-alone.
3868 2004-05-09 Edward Hervey <bilboed@bilboed.com>
3870 reviewed by Benjamin Otte <otte@gnome.org>
3872 * ext/a52dec/gsta52dec.c:
3873 * ext/divx/gstdivxdec.c:
3874 * ext/divx/gstdivxenc.c:
3875 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
3876 * ext/faac/gstfaac.c: (gst_faac_base_init):
3877 * ext/faad/gstfaad.c: (gst_faad_base_init):
3878 * ext/ivorbis/vorbisfile.c:
3879 * ext/lame/gstlame.c:
3880 * ext/libfame/gstlibfame.c:
3881 * ext/mpeg2enc/gstmpeg2enc.cc:
3882 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
3883 * ext/sidplay/gstsiddec.cc:
3884 * ext/speex/gstspeexdec.c:
3885 * ext/speex/gstspeexenc.c:
3886 * ext/xvid/gstxviddec.c:
3887 * ext/xvid/gstxvidenc.c:
3888 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
3891 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
3893 * ext/alsa/gstalsa.c: (device_list),
3894 (gst_alsa_class_probe_devices):
3895 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3896 Fix alsa oddness in mixer after the combination of using mixer
3897 in source/sink elements and using hw:x,y instead of just hw:x.
3899 2004-05-09 Benjamin Otte <otte@gnome.org>
3901 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
3902 (gst_wavparse_create_sourcepad):
3903 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
3906 2004-05-09 Benjamin Otte <otte@gnome.org>
3908 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
3909 allow discont events before caps nego
3911 2004-05-08 Benjamin Otte <otte@gnome.org>
3913 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
3916 2004-05-08 Benjamin Otte <otte@gnome.org>
3918 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
3919 (gst_level_change_state), (gst_level_init):
3920 * gst/level/gstlevel.h:
3921 figure out if we're initialized directly instead of keeping a
3922 variable that's wrong in 90% of cases
3923 don't initialize pads and then leak them and use a new unitialized
3924 pad. (fixes #142084)
3925 these were bugs so n00bish I didn't find them for an hour :/
3927 2004-05-08 Iain <iain@prettypeople.org>
3929 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
3930 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
3931 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
3932 return the length that was read.
3933 (gst_riff_read_strf_auds): Allow fmt tags as well.
3935 2004-05-07 David Schleef <ds@schleef.org>
3937 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
3938 signed char assumption in faad.h.
3940 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
3942 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
3943 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
3945 2004-05-07 Colin Walters <walters@redhat.com>
3947 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
3948 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
3950 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
3951 Add dispose function.
3953 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
3954 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
3955 Fix caps nego and pad templates. RGB mode caps should
3957 * ext/dvdnav/gst-dvd:
3958 Move mpeg2dec inside the thread because otherwise the
3959 queue rejects cap changes mid-stream
3960 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
3961 (gst_mpeg2dec_flush_decoder):
3962 For mpeg2dec > 0.4.0, call the flush function instead of
3963 manually extracting all in-flight frames.
3964 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
3965 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
3966 Change mime type video/dv go video/x-dv to match the
3969 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
3971 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
3972 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
3973 (gst_alsa_sink_class_init):
3974 * ext/alsa/gstalsasink.h:
3975 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
3976 (gst_alsa_src_class_init):
3977 * ext/alsa/gstalsasrc.h:
3978 Make alsasink/src a subclass of alsamixer so that mixer stuff
3979 shows up in gst-rec. Needs some finetuning.
3981 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
3983 * ext/lame/gstlame.c: (gst_lame_chain):
3985 * ext/mad/gstmad.c: (gst_mad_handle_event):
3987 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
3988 be able to detect mp3 files < 4096 bytes
3990 2004-05-06 Wim Taymans <wim@fluendo.com>
3992 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3993 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
3994 (theora_enc_set_property), (theora_enc_get_property):
3995 Also encode the first frame, cleanup some code.
3997 2004-05-06 Wim Taymans <wim@fluendo.com>
3999 * ext/mpeg2enc/gstmpeg2enc.cc:
4000 Forward events first before deciding that negotiation was
4003 2004-05-06 Wim Taymans <wim@fluendo.com>
4005 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
4006 First process the events before deciding that negotiation
4009 2004-05-06 Wim Taymans <wim@fluendo.com>
4011 * ext/theora/Makefile.am:
4012 * ext/theora/theora.c: (plugin_init):
4013 * ext/theora/theoradec.c: (theora_dec_change_state):
4014 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
4015 (gst_theora_enc_class_init), (gst_theora_enc_init),
4016 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
4017 (theora_enc_chain), (theora_enc_change_state),
4018 (theora_enc_set_property), (theora_enc_get_property):
4019 Added a theora encoder, grouped the encoder and decoder into the
4022 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
4024 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
4025 (gst_jpegenc_chain):
4026 fix DURATION on outgoing buffers
4027 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
4028 debug using time formats
4029 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
4030 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
4031 (gst_xvimagesink_sink_link):
4032 windows with width/height 0 generate X errors, so don't allow them
4034 2004-05-05 Wim Taymans <wim@fluendo.com>
4036 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
4037 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
4038 (gst_mpeg2dec_negotiate_format):
4039 * ext/mpeg2dec/gstmpeg2dec.h:
4040 removed the static pad template so that we can add the
4041 more accurate framerate value to the caps.
4044 2004-05-04 Benjamin Otte <otte@gnome.org>
4047 check for kdemacros.h, too (should fix #141821)
4048 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
4049 don't crash if no header was sent, but nicely error out (fixes part
4052 2004-05-04 Wim Taymans <wim@fluendo.com>
4054 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
4055 parent dispose function to avoid segfault on destroy.
4057 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
4059 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
4061 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
4062 (gst_xvimagesink_sink_link):
4063 clean up debugging caps
4064 also recreate xvimage when format has changed
4066 2004-05-04 Benjamin Otte <otte@gnome.org>
4068 * ext/libvisual/Makefile.am:
4069 * ext/libvisual/visual.c: (gst_visual_class_init),
4070 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
4071 (gst_visual_srclink), (gst_visual_chain),
4072 (gst_visual_change_state), (plugin_init):
4073 use a GstAdapter to correctly adapt buffer sizes - allows using a
4076 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
4078 * sys/v4l/gstv4lelement.h:
4079 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
4080 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
4081 (gst_v4lsrc_buffer_free):
4082 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
4083 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
4084 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
4085 (gst_v4lsrc_requeue_frame):
4086 move some debugging categories around
4087 query for fps index and set accordingly if found
4089 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4091 * ext/lame/gstlame.c:
4092 correct defaults that lame_init puts out of range
4094 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
4096 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
4097 (gst_divxenc_class_init):
4098 fix range since -1 is the default
4099 * gst/mpeg1sys/gstmpeg1systemencode.c:
4100 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
4101 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
4102 (gst_rtjpegdec_chain):
4103 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
4104 (gst_rtjpegenc_chain):
4105 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
4106 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
4107 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
4108 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
4109 * sys/v4l/gstv4lsrc.c:
4110 * sys/v4l/v4l_calls.c: (gst_v4l_open):
4111 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
4112 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
4113 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
4114 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
4115 remove gst_info calls
4117 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
4126 Updated translations
4128 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
4130 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
4131 refactor/comment code
4133 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
4135 * gst/asfdemux/Makefile.am:
4136 * gst/asfdemux/asfheaders.c:
4137 * gst/asfdemux/asfheaders.h:
4138 * gst/asfdemux/gstasf.c: (plugin_init):
4139 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
4140 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
4141 (gst_asf_demux_setup_pad):
4142 * gst/asfdemux/gstasfdemux.h:
4143 * gst/asfdemux/gstasfmux.c:
4144 * gst/asfdemux/gstasfmux.h:
4145 Add tagging support to demuxer, split out registration in its own
4146 file instead of in demux (hacky), and prevent having some tables
4147 in our memory multiple times (in asfheaders.h).
4149 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
4151 * gst/matroska/matroska-demux.c:
4152 (gst_matroska_demux_parse_metadata):
4153 * gst/matroska/matroska-ids.h:
4154 Basic tag reading support.
4156 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
4158 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
4159 Really detect ac-3 audio.
4160 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
4161 really detect matroska files (off-by-1).
4163 2004-04-30 David Schleef <ds@schleef.org>
4165 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
4166 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
4167 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
4168 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
4169 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
4170 hackage -- parse a lot more atoms, extract a few tags. One might even
4171 mistake this for tag support. Maybe it is.
4172 * gst/qtdemux/qtdemux.h:
4174 2004-04-30 Colin Walters <walters@verbum.org>
4176 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
4178 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
4180 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4181 (gst_ffmpegcolorspace_getcaps):
4182 remove broken nego fix
4184 2004-04-30 Benjamin Otte <otte@gnome.org>
4188 * ext/libvisual/Makefile.am:
4189 * ext/libvisual/visual.c:
4190 add initial support for libvisual (http://libvisual.sourceforge.net)
4191 libvisual is still quite alpha, so expect crashes in there :)
4193 2004-04-29 David Schleef <ds@schleef.org>
4195 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
4196 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
4197 up qtdemux to make it spit out codec_data. Do _not_ look at this
4198 code; you will no longer respect me.
4200 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4202 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
4203 * ext/alsa/gstalsa.h :
4204 change alsa pcm device discovery to find more than 1 device
4205 per card. code review by Ronald.
4207 2004-04-29 David Schleef <ds@schleef.org>
4209 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
4210 Add a check for a driver bug on FreeBSD. (bug #140565)
4212 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
4214 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
4215 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
4216 (gst_jpegenc_getcaps):
4217 move format setting to inner loop
4218 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4219 (gst_ffmpegcolorspace_getcaps):
4220 use GST_PAD_CAPS if available so that we use already negotiated
4222 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
4223 (qtdemux_parse_moov), (qtdemux_parse):
4225 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
4226 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
4227 move hardcoded path to DEFINE
4229 2004-04-28 David Schleef <ds@schleef.org>
4231 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
4234 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
4236 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
4237 Don't probe for playback device if we're a source element. Fixes
4240 2004-04-29 Benjamin Otte <otte@gnome.org>
4242 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
4243 (gst_id3_tag_chain):
4244 rewrite buffer offset
4246 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
4250 * ext/dts/Makefile.am:
4251 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
4252 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
4253 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
4254 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
4255 (gst_dtsdec_loop), (gst_dtsdec_change_state),
4256 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
4258 * ext/dts/gstdtsdec.h:
4260 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
4261 (gst_faad_srcconnect):
4262 Add ESDS atom handling (.m4a).
4264 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
4266 * ext/divx/gstdivxdec.c: (plugin_init):
4267 Remove comment that makes no sense.
4268 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
4269 Fix for obvious typo that resulted in warnings during gst-register.
4270 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
4271 (gst_xviddec_sink_link):
4272 Fix caps negotiation a bit better.
4273 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4274 We call this 'codec_data', not 'esds'.
4276 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
4278 * gst/monoscope/gstmonoscope.c:
4279 make sure we only provide 256x128
4280 * gst/monoscope/monoscope.c: (monoscope_init):
4281 assert size of 256x128
4283 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
4286 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
4287 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
4288 fixate to max width and height of device
4290 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
4294 * sys/v4l/gstv4lsrc.c:
4295 * sys/v4l/v4l_calls.c:
4296 * sys/v4l/v4lsrc_calls.c:
4297 fix for qc-usb driver which fakes having more than one buffer
4298 by handing the same buffer twice, which confused GStreamer's/v4lsrc
4299 buffer_free override
4302 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
4305 * gst/videotestsrc/gstvideotestsrc.c:
4306 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
4307 (gst_videotestsrc_init), (gst_videotestsrc_get),
4308 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
4309 * gst/videotestsrc/gstvideotestsrc.h:
4310 add num-buffers property
4312 2004-04-26 Benjamin Otte <otte@gnome.org>
4314 * ext/mad/gstid3tag.c: (plugin_init):
4315 set id3mux rank to NONE so it doesn't confuse spider
4316 require audio/mpeg,mpegversion=1 in id3mux
4318 2004-04-26 Benjamin Otte <otte@gnome.org>
4321 detect faad correctly as non-working if it's indeed non-working
4323 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
4326 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
4327 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
4328 fix _getcaps so it only negotiates to its supported format
4330 2004-04-25 Benjamin Otte <otte@gnome.org>
4332 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
4335 2004-04-23 Benjamin Otte <otte@gnome.org>
4337 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4338 audio/x-raw-int with height rules! not. Now it's depth.
4340 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
4342 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
4343 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
4344 (gst_wavparse_loop):
4345 Missing variable initialization. Add handling of DVI ADPCM. Fix
4346 mis-parsing of LIST chunks. This works around a bug where we mis-
4347 parse non-aligning LIST chunks (so LIST chunks where the contents
4348 don't align with the actual LIST size). The correct fix is to use
4349 rifflib, I'm not going to fix wavparse - too much work. All this
4352 2004-04-22 Zaheer Abbas Merali <zaheerabbas@merali.org>
4354 reviewed by Benjamin Otte <otte@gnome.org>
4356 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
4357 fix shoutcast not working (fixes #140844)
4359 2004-04-22 Benjamin Otte <otte@gnome.org>
4361 * ext/hermes/gsthermescolorspace.c:
4362 (gst_hermes_colorspace_caps_remove_format_info):
4363 * gst/colorspace/gstcolorspace.c:
4364 (gst_colorspace_caps_remove_format_info):
4365 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4366 (gst_ffmpegcolorspace_caps_remove_format_info):
4367 s/gst_caps_simplify/gst_caps_do_simplify/
4369 2004-04-22 Benjamin Otte <otte@gnome.org>
4371 * gst-libs/gst/riff/riff-media.c:
4372 (gst_riff_create_video_caps_with_data):
4373 mpegversion is an int
4374 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
4375 don't try to create pad templates with NULL caps, use any caps
4378 2004-04-20 David Schleef <ds@schleef.org>
4380 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
4381 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
4384 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
4386 reviewed by David Schleef
4388 * ext/mad/gstid3tag.c: Add stdlib.h
4389 * gst/rtp/gstrtpgsmenc.c: same
4390 * gst/tags/gstid3tag.c: same
4391 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
4392 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
4393 GST_DISABLE_LOADSAVE use.
4394 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
4395 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
4396 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
4398 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
4399 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
4401 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
4402 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
4404 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
4407 2004-04-20 David Schleef <ds@schleef.org>
4409 * gst/realmedia/rmdemux.c: This was supposed to part of the
4410 last checkin. Same idea.
4412 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
4414 reviewed by David Schleef
4416 * configure.ac: bump required gstreamer version to 0.8.1.1
4417 because of following changes [--ds]
4419 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
4420 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
4421 (gst_riff_read_header): Use GST_READ_UINT*
4422 macros to access possibly unaligned memory.
4424 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
4425 (mp3_type_find): Use GST_READ_UINT*
4426 macros to access possibly unaligned memory.
4427 (mp3_type_find, mpeg1_parse_header, qt_type_find)
4428 (speex_type_find): Likewise
4430 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
4432 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
4433 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
4434 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
4435 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
4436 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
4437 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
4438 macros to access possibly unaligned memory.
4440 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
4443 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
4444 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
4446 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
4449 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
4450 (gst_mpeg2subt_chain_subtitle): Likewise.
4452 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
4453 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
4456 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
4459 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
4462 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
4465 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
4468 update required version of GStreamer because of GST_TIME_FORMAT
4470 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
4472 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
4473 remove leftover g_print
4474 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
4475 don't try setting only a subset of the caps. We don't want to kill
4476 autoplugging on purpose
4478 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
4480 * sys/ximage/ximagesink.c: (plugin_init):
4481 * sys/xvimage/xvimagesink.c: (plugin_init):
4482 add debugging categories
4484 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
4488 Adding en_GB translation (Gareth Owen)
4490 2004-04-20 David Schleef <ds@schleef.org>
4492 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
4493 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
4494 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
4495 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
4496 A number of new features and hacks to extract the esds atom and
4497 put it into the caps. (bug #137724)
4499 2004-04-19 David Schleef <ds@schleef.org>
4501 * gconf/Makefile.am: Fix for non-GNU make
4502 * gst-libs/gst/Makefile.am: Change directory order to handle
4503 GstPlay linking with gstinterfaces
4504 * gst-libs/gst/audio/make_filter: make use of tr portable
4505 * gst-libs/gst/play/Makefile.am: Add intended \
4506 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
4507 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
4508 function prototype instead of void *.
4509 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
4511 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4512 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
4513 * gst/videofilter/make_filter: make use of tr portable
4514 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
4516 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
4520 Added Ukrainian translation (Maxim V. Dziumanenko)
4522 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
4524 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
4525 (gst_gsmdec_link), (gst_gsmdec_chain):
4526 Fix capsnego, simplify chain function slightly.
4527 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
4530 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
4532 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
4533 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
4534 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
4535 Hack to make wavparse work with spider (always -> sometimes pad).
4536 Fixes #135862 && #140411.
4538 2004-04-18 Benjamin Otte <otte@gnome.org>
4540 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
4541 (gst_osselement_rate_probe_check),
4542 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
4543 get rid of \n in debug output
4545 2004-04-17 Iain <iain@prettypeople.org>
4547 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
4550 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
4552 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
4553 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
4554 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
4555 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
4556 (gst_id3_tag_src_link), (gst_id3_tag_chain),
4557 (gst_id3_tag_change_state), (plugin_init):
4558 deprecate id3tag element and replace with id3demux/id3mux.
4559 great side effect: this ugly file is now even uglier, yay!
4561 remove non-available function
4562 update for new get_type
4564 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
4567 require mpeg2dec >= 0.4.0
4569 2004-04-17 Benjamin Otte <otte@gnome.org>
4571 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
4572 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
4573 (gst_xvimagesink_set_xwindow_id):
4574 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
4575 assorted cleanup fixes.
4577 2004-04-16 David Schleef <ds@schleef.org>
4579 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
4580 * sys/xvimage/xvimagesink.h: same
4582 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
4584 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
4585 Fix GST_ELEMENT_ERROR with (NULL)
4587 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
4589 * gst-libs/gst/riff/riff-media.c:
4590 (gst_riff_create_video_caps_with_data):
4591 Add div[3456] as fourccs for DivX 3 (fixes #140137).
4593 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
4595 * gst-libs/gst/riff/riff-media.c:
4596 (gst_riff_create_video_caps_with_data),
4597 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
4598 (gst_riff_create_video_template_caps),
4599 (gst_riff_create_audio_template_caps):
4600 * gst-libs/gst/riff/riff-media.h:
4601 * gst-libs/gst/riff/riff-read.c:
4602 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
4603 * gst-libs/gst/riff/riff-read.h:
4604 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
4605 Add MS RLE support. I added some functions to read out strf chunks
4606 into strf chunks and the data behind it. This is usually color
4607 palettes (as in RLE, but also in 8-bit RGB). Also use those during
4608 caps creation. Lastly, add ADPCM (similar to wavparse - which
4609 should eventually be rifflib based).
4610 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
4611 (gst_matroska_demux_init), (gst_matroska_demux_reset):
4612 * gst/matroska/matroska-demux.h:
4613 Remove placeholders for some prehistoric tagging system. Didn't add
4614 support for any tag system really anyway.
4615 * gst/qtdemux/qtdemux.c:
4616 Add support for audio/x-m4a (MPEG-4) through spider.
4617 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
4618 (gst_wavparse_loop):
4619 ADPCM support (#135862). Increase max. buffer size because we
4620 cannot split buffers for ADPCM (screws references) and I've seen
4621 files with 2048 byte chunks. 4096 seems safe for now.
4623 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
4625 * configure.ac: bump nano to 1
4627 === release 0.8.1 ===
4629 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
4631 * configure.ac: releasing 0.8.1, "Comforting Sounds"
4633 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
4635 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4636 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
4639 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
4641 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
4642 lower rank of dvddemux so that it's not used for mpeg playback.
4644 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
4647 save libs correctly when checking mad
4649 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
4651 * ext/mad/gstid3tag.c: (plugin_init):
4652 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
4654 2004-04-13 David Schleef <ds@schleef.org>
4656 * common/m4/gst-feature.m4: Call -config scripts with
4657 --plugin-libs if it is supported.
4658 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
4659 JPEG images are image/jpeg.
4660 * gst/debug/Makefile.am:
4661 * gst/debug/negotiation.c: (gst_negotiation_class_init),
4662 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
4663 (gst_negotiation_update_caps), (gst_negotiation_get_property),
4664 (gst_negotiation_plugin_init): Add a property that acts like
4666 * testsuite/gst-lint: Move license checking to be a standard
4669 2004-04-13 David Schleef <ds@schleef.org>
4671 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
4672 patch from Sebastien Cote (bug #139958)
4674 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
4676 * examples/gstplay/Makefile.am:
4677 * examples/gstplay/player.c: (main):
4678 make the commandline player example use gconf settings
4680 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
4682 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
4683 (gst_cacasink_sinkconnect), (gst_cacasink_init),
4684 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
4685 init/end library during state transition, not object
4686 creation/disposal. get rid of custom dispose handler.
4689 2004-04-12 Christian Schaller <Uraeus@gnome.org>
4691 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
4694 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
4696 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
4697 Handle JUNK chunks inside data section. Prevents warnings.
4699 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
4701 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4702 (gst_riff_create_video_template_caps):
4704 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
4705 (gst_avi_demux_stream_data):
4706 Add support for "rec-list" chunks.
4708 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
4710 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4711 Fix another codecname mismatch.
4713 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
4715 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4716 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
4717 so that MJPEG plays back.
4719 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
4721 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
4722 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
4723 * gst/mpeg1videoparse/gstmp1videoparse.h:
4724 Fix for some slight mis-cuts in buffer parsing, and for some
4725 potential overflows or faults-causers. Adds disconts. Also fixes
4726 #139105 while we're at it.
4728 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
4731 * sys/v4l2/gstv4l2element.h:
4732 Workaround for missing struct v4l2_buffer declaration in Suse 9
4733 and Mandrake 10 linux/videodev2.h header file (#135919).
4735 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
4737 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
4738 Bail out if no filename was given.
4740 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
4742 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
4743 (gst_v4l2_fourcc_from_structure):
4744 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
4747 2004-04-09 Benjamin Otte <otte@gnome.org>
4749 * ext/gnomevfs/gstgnomevfssink.c:
4750 (_gst_boolean_allow_overwrite_accumulator),
4751 (gst_gnomevfssink_class_init):
4752 fix erase signal - if any handler returns false the file will not be
4753 overwritten. If no handler is connected, the file will not be
4755 renamed signal to "allow-overwrite"
4756 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
4757 free string when adding it to ID3 failed
4758 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
4759 unref event when done
4760 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
4762 * gst/typefind/gsttypefindfunctions.c:
4763 (mpeg_video_stream_type_find):
4766 2004-04-08 David Schleef <ds@schleef.org>
4768 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4769 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
4771 2004-04-08 David Schleef <ds@schleef.org>
4773 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
4774 we don't support (bug #139532)
4776 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
4778 * ext/mad/gstmad.c: (gst_mad_handle_event),
4779 (gst_mad_check_caps_reset), (gst_mad_chain),
4780 (gst_mad_change_state):
4781 only set explicit caps if they haven't been set before for
4782 this stream. MPEG-audio sample rate/channels aren't allowed
4783 to change in-stream.
4786 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
4788 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
4789 (_gst_boolean_did_something_accumulator),
4790 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
4791 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
4792 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
4793 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
4794 (gst_gnomevfssink_change_state):
4795 Fix erase signal. Don't erase by default. Remove handoff signal.
4796 Remove erase property. Don't segfault. General cleanup.
4798 2004-04-07 Benjamin Otte <otte@gnome.org>
4800 * gst-libs/gst/gconf/test-gconf.c: (main):
4801 add missing gst_init
4803 2004-04-07 Benjamin Otte <otte@gnome.org>
4805 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
4806 free the mutexes, too
4808 2004-04-07 Benjamin Otte <otte@gnome.org>
4810 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
4811 actually free the URI string
4812 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
4813 compute offset correctly when passing discont events
4814 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
4815 don't leak discont events
4816 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
4817 add some missing breaks so caps aren't copied randomly
4818 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
4819 if we realloc memory, we better use it
4821 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
4823 * ext/mad/gstmad.c: (normal_seek):
4824 fix GST_FORMAT_TIME usage
4826 2004-04-05 David Schleef <ds@schleef.org>
4828 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
4829 a deprecated function (hack!)
4831 2004-04-05 Benjamin Otte <otte@gnome.org>
4833 * ext/esd/esdmon.c: (gst_esdmon_get):
4834 fix nonterminated vararg and memleak
4836 2004-04-05 Benjamin Otte <otte@gnome.org>
4838 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
4839 (gst_ladspa_init), (gst_ladspa_force_src_caps),
4840 (gst_ladspa_set_property), (gst_ladspa_get_property),
4841 (gst_ladspa_instantiate), (gst_ladspa_activate),
4842 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
4845 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
4847 reviewed by Benjamin Otte <otte@gnome.org>
4849 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
4850 check for broken LADSPA parameters (fixes #138635)
4852 2004-04-05 Benjamin Otte <otte@gnome.org>
4854 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
4855 advertise buffer-frames correctly on sinkpads
4857 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
4859 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
4860 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
4861 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
4862 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
4863 (gst_mad_check_caps_reset), (gst_mad_chain):
4864 add more debugging, only reset caps when we're not in error state
4866 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
4868 * ext/mad/gstmad.c: add debugging category, comment + cleanups
4870 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
4872 reviewed by Benjamin Otte <otte@gnome.org>
4875 fix == in test(1) operator
4877 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
4879 reviewed by Benjamin Otte <otte@gnome.org>
4882 fix --export-symblos-regex to a working regex.
4884 2004-04-04 Benjamin Otte <otte@gnome.org>
4886 * sys/oss/.cvsignore:
4889 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
4891 reviewed by Benjamin Otte <otte@gnome.org>
4893 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
4894 add missing 'new_media' argument (fixes #138168)
4895 * gst/matroska/matroska-demux.c:
4896 (gst_matroska_demux_handle_seek_event):
4897 add vararg terminator (fixes #138169)
4899 2004-04-02 David Schleef <ds@schleef.org>
4901 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
4902 disted (bug #138914)
4904 2004-04-01 Benjamin Otte <otte@gnome.org>
4906 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
4907 (gst_alsa_close_audio):
4908 handle case better where a soundcard can't pause
4909 * ext/ogg/gstoggdemux.c:
4910 don't crash when we get events but don't have pads yet
4912 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
4914 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
4915 throw an error if we couldn't probe any caps.
4917 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
4919 * ext/dvdnav/gst-dvd:
4920 Add a really simple sample DVD player
4922 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
4924 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
4925 (gst_a52dec_push), (gst_a52dec_handle_event),
4926 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
4927 (gst_a52dec_change_state):
4928 * ext/a52dec/gsta52dec.h:
4929 Use a debug category, Output timestamps correctly
4930 Emit tag info, Handle events, tell liba52dec about cpu
4931 capabilities so it can use MMX etc.
4932 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
4933 Fix a crasher accessing invalid memory
4934 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
4935 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
4936 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
4937 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
4939 Some support for byte-format seeking.
4940 Small fixes for still frames and menu button overlays
4941 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
4942 (gst_mpeg2dec_alloc_buffer):
4943 Use a debug category. Adjust the report level of several items to
4944 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
4945 so it doesn't lose the GstBuffer pointer
4946 * gst/debug/Makefile.am:
4947 * gst/debug/gstdebug.c: (plugin_init):
4948 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
4949 (gst_navseek_base_init), (gst_navseek_class_init),
4950 (gst_navseek_init), (gst_navseek_seek),
4951 (gst_navseek_handle_src_event), (gst_navseek_set_property),
4952 (gst_navseek_get_property), (gst_navseek_chain),
4953 (gst_navseek_plugin_init):
4954 * gst/debug/gstnavseek.h:
4955 Add the navseek debug element for seeking back and forth in a
4956 video stream using arrow keys.
4957 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
4958 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
4959 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
4960 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
4961 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
4962 (gst_mpeg2subt_parse_header), (gst_get_nibble),
4963 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
4964 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
4965 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
4966 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
4967 * gst/mpeg2sub/gstmpeg2subt.h:
4968 Pretty much a complete rewrite. Now a loopbased element. May still
4969 require work to properly synchronise subtitle buffers.
4970 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
4971 (gst_dvd_demux_send_subbuffer):
4972 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
4973 Don't attempt to create subbuffers of size 0
4974 Reduce a couple of error outputs to warnings.
4975 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
4976 (gst_y4mencode_chain):
4977 Output the y4m frame header correctly.
4979 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
4981 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
4982 throw errors instead of allowing SIGFPE
4984 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
4986 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
4987 (gst_gconf_render_bin_from_key):
4988 leak plugging and style fixing
4990 2004-03-31 David Schleef <ds@schleef.org>
4992 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
4993 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
4995 * gst/debug/Makefile.am:
4996 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
4997 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
4999 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
5000 (gst_negotiation_base_init), (gst_negotiation_class_init),
5001 (gst_negotiation_init), (gst_negotiation_getcaps),
5002 (gst_negotiation_pad_link), (gst_negotiation_chain),
5003 (gst_negotiation_set_property), (gst_negotiation_get_property),
5004 (gst_negotiation_plugin_init): New element to talk about random
5005 negotiation things happening in a pipeline.
5007 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
5009 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
5010 fix integer addition with help of Stefan Kost
5012 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
5014 * po/nl.po: updated Dutch translation (Elros Cyriatan)
5016 2004-03-30 David Schleef <ds@schleef.org>
5018 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
5019 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
5020 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
5022 * ext/mpeg2dec/gstmpeg2dec.h:
5024 2004-03-30 David Schleef <ds@schleef.org>
5026 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
5028 2004-03-30 David Schleef <ds@schleef.org>
5030 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
5031 Michael Petullo) to handle .mov
5033 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
5035 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
5036 (gst_osselement_rate_check_rate):
5037 probe caps correctly for sound cards that only support one format
5039 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
5041 * ext/kio/kiosrc.cpp: (process_events):
5042 update handling event processing if inside KDE - untested
5044 2004-03-29 David Schleef <ds@schleef.org>
5046 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
5047 by 2 to not interfere with other colorspaces.
5048 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
5049 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
5050 one to not interfere with ffmpeg_colorspace.
5052 2004-03-29 David Schleef <ds@schleef.org>
5054 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
5056 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
5057 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
5059 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
5061 * gst-libs/gst/riff/riff-media.c:
5062 fail on error, don't try to set stuff on NULL caps
5064 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
5068 * ext/kio/Makefile.am:
5069 * ext/kio/kioreceiver.cpp:
5070 * ext/kio/kioreceiver.h:
5071 * ext/kio/kiosrc.cpp:
5073 add experimental kiosrc plugin
5074 * ext/alsa/gstalsaplugin.c: (plugin_init):
5075 initialize debugging category only when we're sure registering the
5078 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
5080 * examples/gstplay/player.c: (main):
5081 * gst-libs/gst/play/play.c: (gst_play_class_init),
5082 (gst_play_set_location), (gst_play_set_data_src),
5083 (gst_play_set_video_sink), (gst_play_set_audio_sink),
5084 (gst_play_set_visualization), (gst_play_connect_visualization):
5085 check return values of element_set_state and return FALSE where
5088 2004-03-29 Benjamin Otte <otte@gnome.org>
5090 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
5091 try harder to check if an event is really a discont
5093 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
5095 * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
5098 2004-03-28 Benjamin Otte <otte@gnome.org>
5100 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
5101 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
5102 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
5103 get rid of non-standard "..." ranges in case statements.
5105 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
5107 * gst/mpegstream/gstmpegdemux.c:
5108 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
5109 specific functionality split to the new dvddemux element.
5110 * gst/mpegstream/gstdvddemux.c:
5111 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
5112 streams, derived from mpegdemux.
5113 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
5114 up. SCR based timestamp rewriting can be turned off (will probably
5115 completely disappear soon).
5116 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
5117 hacking. General cleanup. All printf statements replaced by
5118 debugging messages. Almost complete libdvdnav support.
5119 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
5120 by events. New properties for audio and subpicture languages.
5121 (dvdnavsrc_update_highlight): Now uses events.
5122 (dvdnavsrc_user_op): Cleaned up.
5123 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
5124 based). Lots of cleanup, and propper support for most libdvdnav
5126 (dvdnavsrc_make_dvd_event): New function.
5127 (dvdnavsrc_make_dvd_nav_packet_event): New function.
5128 (dvdnavsrc_make_clut_change_event): New function.
5130 2004-03-26 Benjamin Otte <otte@gnome.org>
5132 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
5133 fix bug where typefinding would claim it's theora whenever less then
5134 7 bytes of data were available
5136 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
5138 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
5139 (gst_alawdec_base_init), (gst_alawdec_class_init),
5140 (gst_alawdec_init), (gst_alawdec_chain):
5141 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
5142 (gst_alawenc_base_init), (gst_alawenc_class_init),
5143 (gst_alawenc_init), (gst_alawenc_chain):
5144 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
5145 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
5146 (gst_mulawdec_init), (gst_mulawdec_chain):
5147 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
5148 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
5149 (gst_mulawenc_init), (gst_mulawenc_chain):
5150 Fix capsnego in all four, remove the unused property functions and
5151 simplify the chain functions slightly. I guess we could use macros
5152 or something similar for those, since the code is so similar, but
5153 I'm currently too lazy...
5155 2004-03-24 David Schleef <ds@schleef.org>
5157 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
5158 (gst_osselement_close_audio), (gst_osselement_probe_caps),
5159 (gst_osselement_get_format_structure),
5160 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
5161 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
5162 (gst_osselement_rate_int_compare): Add code to handle rate probing
5164 * sys/oss/gstosselement.h: same
5165 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
5166 Use rate probing provided by osselement.
5167 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
5169 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
5171 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
5172 (gst_xvidenc_get_property):
5175 2004-03-24 David Schleef <ds@schleef.org>
5177 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
5178 (gst_speexdec_init):
5179 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
5180 (gst_speexenc_init): Create the pad template correctly (from
5181 the static pad template, not a NULL pointer.)
5183 2004-03-25 Benjamin Otte <otte@gnome.org>
5185 * gst/debug/Makefile.am:
5186 * gst/debug/breakmydata.c:
5187 add element that quasi-randomly changes bytes in the stream.
5188 Intended use is robustness checking of demuxers and decoders in
5191 2004-03-24 Benjamin Otte <otte@gnome.org>
5193 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
5194 (gst_alsa_probe_hw_params):
5195 * ext/alsa/gstalsa.h:
5196 debugging output fixes
5198 2004-03-24 Benjamin Otte <otte@gnome.org>
5200 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
5201 don't g_return_if_fail if element is PLAYING, fail silently as every
5203 * gst/effectv/gstquark.c: (gst_quarktv_chain):
5204 only fix needed for cast lvalue issues in gst-plugins
5205 * gst/volenv/gstvolenv.c: (gst_volenv_init):
5208 2004-03-24 Benjamin Otte <otte@gnome.org>
5210 * gst/level/gstlevel.c: (gst_level_init):
5211 add proxying getcaps function, so level doesn't advertise impossible
5214 2004-03-24 David Schleef <ds@schleef.org>
5216 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
5217 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
5218 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
5219 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
5220 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
5221 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
5222 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
5223 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
5224 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
5225 messages. Divide the chunk size by the compression ratio
5226 (needed for MACE audio)
5228 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
5230 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
5231 Fix buffer overflow read error.
5233 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
5235 * ext/alsa/gstalsa.h:
5236 Remove unused entry.
5237 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5239 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
5240 (gst_videodrop_link), (gst_videodrop_chain):
5241 Fix, sort of. Was horribly broken with new capsnego. Bah...
5243 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
5245 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
5247 Add a monkeysaudio typefind function
5249 2004-03-23 Johan Dahlin <johan@gnome.org>
5251 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
5252 (gst_play_video_fixate): Check so the structure has the field
5253 before trying to fixate them, this makes it possible to have
5254 fakesinks for video and audio output without printing errors on
5257 2004-03-22 David Schleef <ds@schleef.org>
5259 * sys/oss/Makefile.am:
5260 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
5261 (check_rate), (add_rate): Rate probing test app.
5263 2004-03-21 Benjamin Otte <otte@gnome.org>
5265 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
5266 (_fixate_caps_to_int), (gst_audio_convert_fixate):
5267 add a fixation function that pretty much does the right thing (fixes
5270 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
5272 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
5274 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
5276 reviewed by: Benjamin Otte <otte@gnome.org>
5278 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
5279 terminate gst_event_new_discontinuous correctly (fixes parts of
5282 2004-03-19 David Schleef <ds@schleef.org>
5284 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
5285 since it doesn't depend on X, and it's part of our ABI.
5287 2004-03-19 Iain <iain@prettypeople.org>
5289 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
5290 is_int in the structure, not the local variable.
5292 2004-03-19 David Schleef <ds@schleef.org>
5294 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
5295 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
5296 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
5297 Improvements in caps negotiation.
5299 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
5303 adding Afrikaans (Petri Jooste)
5305 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
5307 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5308 (gst_ffmpegcolorspace_chain):
5309 throw error instead of g_critical (#137588)
5311 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
5315 dist common and m4 correctly
5318 2004-03-17 David Schleef <ds@schleef.org>
5320 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
5323 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
5327 adding Swedish translation (Christian Rose)
5329 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
5331 * Makefile.am: use release.mak
5333 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
5336 * common/gst-autogen.sh:
5337 add some explanation about the version detection
5341 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
5343 * configure.ac: bump nano to 1
5345 === release 0.8.0 ===
5347 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
5349 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
5351 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
5354 update libtool version
5355 * gst-libs/gst/media-info/Makefile.am:
5356 actually use libtool version
5358 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
5360 * configure.ac: fix speex detection to work with 1.0 but not 1.1
5362 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
5365 * gst-plugins.spec.in:
5366 * pkgconfig/Makefile.am:
5367 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
5368 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5369 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
5370 * pkgconfig/gstreamer-libs.pc.in:
5371 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
5372 * pkgconfig/gstreamer-play-uninstalled.pc.in:
5373 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
5374 * pkgconfig/gstreamer-plugins.pc.in:
5375 remove @VERSION@ from some of the pc files since core and plugins
5377 created gstreamer-plugins.pc as it's a better name, but keeping
5378 -libs around for now to get fixes upstream done first.
5380 2004-03-15 Julien MOUTTE <julien@moutte.net>
5382 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
5383 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
5384 * gst-libs/gst/play/play.h:
5386 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
5388 * *.c, *.cc: don't mix tabs and spaces
5390 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
5392 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
5393 use the new ffmpegcolorspace
5394 * gst-plugins.spec.in:
5395 package new colorspace and media-info
5397 * pkgconfig/Makefile.am:
5398 fix some more disting issues
5399 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
5400 * pkgconfig/gstreamer-media-info.pc.in:
5401 generate media-info pc files
5403 2004-03-15 Johan Dahlin <johan@gnome.org>
5405 * *.h: Revert indenting
5407 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
5410 adding ffmpegcolorspace element
5411 * gst/ffmpegcolorspace/Makefile.am:
5412 * gst/ffmpegcolorspace/avcodec.h:
5413 * gst/ffmpegcolorspace/common.h:
5414 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
5415 * gst/ffmpegcolorspace/dsputil.h:
5416 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
5417 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5418 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
5419 (gst_ffmpeg_caps_to_pix_fmt):
5420 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
5421 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5422 (gst_ffmpegcolorspace_caps_remove_format_info),
5423 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
5424 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
5425 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
5426 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
5427 (gst_ffmpegcolorspace_set_property),
5428 (gst_ffmpegcolorspace_get_property),
5429 (gst_ffmpegcolorspace_register):
5430 * gst/ffmpegcolorspace/imgconvert.c:
5431 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
5432 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
5433 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
5434 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
5435 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
5436 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
5437 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
5438 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
5439 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
5440 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
5441 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
5442 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
5443 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
5444 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
5445 (img_get_alpha_info), (deinterlace_line),
5446 (deinterlace_line_inplace), (deinterlace_bottom_field),
5447 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
5448 * gst/ffmpegcolorspace/imgconvert_template.h:
5449 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
5450 * gst/ffmpegcolorspace/mmx.h:
5451 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
5452 adding ffmpegcolorspace element supplied by Ronald after cleaning
5453 up and pulling in the right bits of upstream source.
5454 I'm sure a better C/compiler wizard could do some cleaning up (for
5455 example use GLIB's malloc stuff), but as a first pass this
5458 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
5460 * ext/alsa/gstalsa.h:
5461 I assume Ronald forgot to commit the change to have cardname
5462 as a struct member. Expect some public spanking at the next
5465 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
5467 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
5468 (gst_alsa_open_audio), (gst_alsa_close_audio):
5469 * ext/alsa/gstalsa.c:
5470 Don't open the device if we're a mixer (= padless).
5471 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
5472 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
5473 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
5474 Open mixer during state change rather than during object
5475 initialization. Also, get a device name. Currently in a somewhat
5476 hackish fashion, but I didn't really find something better.
5478 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
5480 * *.c, *.h: run gst-indent
5482 2004-03-14 Benjamin Otte <otte@gnome.org>
5484 * gst/modplug/gstmodplug.cc:
5485 * gst/modplug/gstmodplug.h:
5486 set correct timestamps on outgoing buffers
5488 2004-03-14 Benjamin Otte <otte@gnome.org>
5490 * gst/modplug/gstmodplug.cc:
5491 handle events - don't do crap when a discont arrives that's not
5493 This allows correct loading and playback of mods in Rhythmbox
5495 2004-03-14 Benjamin Otte <otte@gnome.org>
5498 * gst-libs/gst/gconf/Makefile.am:
5499 * pkgconfig/Makefile.am:
5500 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
5501 they get rebuilt properly
5503 when checking for vorbis, try pkgconfig first.
5504 * gst/modplug/gstmodplug.cc:
5507 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
5509 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
5510 Fix for obvious mistake, where we first shift the offset and then
5511 read a samplesize element assuming the old offset. Note that this
5512 part still has something weird, i.e. my movies containing those
5513 don't actually play well, but at least there's something that looks
5516 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
5517 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
5519 Add a typefind function for speex format
5521 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
5523 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
5524 (gst_asf_demux_setup_pad):
5525 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
5526 instead of 0. Reason is simple: some elements have a fps range
5527 of 1-max instead of 0-max. So now ASF video actually works.
5529 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
5533 adding serbian as a language
5535 2004-03-13 Benjamin Otte <otte@gnome.org>
5537 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
5538 return taglist correctly from _get function, don't gst_pad_push it.
5541 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
5542 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
5544 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
5546 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
5547 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
5548 (gst_alsa_mixer_track_new):
5549 * ext/alsa/gstalsamixertrack.h:
5550 Fix ancient leftovers... MixerTrack is a GObject.
5552 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
5554 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
5555 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5556 Don't block during probing...
5558 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
5560 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
5561 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
5562 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
5563 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
5564 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
5565 (gst_alsa_open_audio), (gst_alsa_close_audio):
5566 * ext/alsa/gstalsa.h:
5567 Add propertyprobe interface implementation, add some device-name
5568 property, all this so that it looks good in gnome-volume-control.
5570 2004-03-12 David Schleef <ds@schleef.org>
5572 * configure.ac: the Hermes library controls hermescolorspace, not
5574 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
5575 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
5577 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
5578 * ext/sdl/sdlvideosink.h: ditto.
5579 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
5581 2004-03-12 Benjamin Otte <otte@gnome.org>
5583 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
5584 (gst_x_overlay_got_xwindow_id):
5585 * gst-libs/gst/xoverlay/xoverlay.h:
5586 replace XID with unsigned long to get rid of the xlibs dependency in
5587 XOverlay (fixes #137004)
5589 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
5590 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
5591 (gst_agingtv_setup):
5592 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
5593 (gst_dicetv_base_init), (gst_dicetv_class_init),
5594 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
5595 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
5596 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
5597 (gst_edgetv_setup), (gst_edgetv_rgb32):
5598 * gst/effectv/gsteffectv.c:
5599 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
5600 (gst_quarktv_set_property):
5601 * gst/effectv/gstrev.c: (gst_revtv_get_type),
5602 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
5603 (gst_revtv_setup), (gst_revtv_rgb32):
5604 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
5605 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
5606 (gst_shagadelictv_init), (gst_shagadelictv_setup),
5607 (gst_shagadelictv_rgb32):
5608 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
5609 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
5610 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
5611 * gst/effectv/gstwarp.c:
5612 Port everything that can be ported to videofilter and fix up the caps.
5613 Can someone with a big-endian machine please check these?
5615 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
5617 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
5618 (gst_osssink_chain), (gst_osssink_change_state):
5619 Latest fixes for A/V sync, audio playback and such. This is about
5620 all... MPEG playback issues are mostly related to the async build-
5621 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
5623 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
5625 patch from: Stephane Loeuillet
5628 use pkg-config for some libraries, falling back to the old .m4 way
5633 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
5636 * tools/Makefile.am:
5637 * tools/Makefile.in:
5638 * tools/gst-launch-ext-m.m:
5639 * tools/gst-launch-ext.1.in:
5640 * tools/gst-visualise-m.m:
5641 * tools/gst-visualise.1:
5642 * tools/gst-visualise.1.in:
5643 reorganizing generation of script tools
5645 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
5647 * ext/divx/gstdivxdec.c:
5648 Downgrade priority. We prefer ffdec_mpeg4.
5649 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
5650 (gst_faad_chain), (gst_faad_change_state):
5651 Fix capsnego. Doesn't work for some sounds because we don't have
5652 a 5:1 to stereo element.
5653 * ext/xvid/gstxvid.c: (plugin_init):
5655 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
5656 (gst_osssink_change_state):
5657 Add discont handling.
5659 2004-03-09 Colin Walters <walters@verbum.org>
5661 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
5664 2004-03-09 Benjamin Otte <otte@gnome.org>
5666 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
5667 the signals take 2 arguments
5669 2004-03-09 David Schleef <ds@schleef.org>
5671 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
5672 (gst_alsa_fixate): Add fixate function. (bug #136686)
5673 * ext/alsa/gstalsa.h:
5674 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
5676 2004-03-09 Benjamin Otte <otte@gnome.org>
5678 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
5679 (gst_mikmod_change_state):
5680 * ext/mikmod/gstmikmod.h:
5681 make mikmod's loop function not loop infinitely and call
5682 gst_element_yield anymore
5683 * gst/modplug/gstmodplug.cc:
5684 fix pad negotiation (fixes #136590)
5686 2004-03-09 David Schleef <ds@schleef.org>
5688 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
5689 doesn't conflict with the internal colorspace plugin.
5690 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
5691 satisfy the crappy-ass shell shipped by a certain vendor.
5692 * gst/videofilter/make_filter: same (bug #135299)
5694 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
5696 * configure.ac: bump nano to 1
5698 === release 0.7.6 ===
5700 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
5702 * configure.in: releasing 0.7.6, "There"
5704 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
5706 * pkgconfig/gstreamer-play-uninstalled.pc.in:
5707 * pkgconfig/gstreamer-play.pc.in:
5710 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
5712 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
5713 (cdparanoia_open), (cdparanoia_event):
5714 fix/add error handling
5716 add cdparanoia source
5717 * tools/Makefile.am:
5718 make scripts executable
5720 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
5723 * ext/vorbis/Makefile.am:
5725 remove id3types, vorbisfile and xvideosink from the build (#133783)
5727 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
5729 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
5730 Fix metadata read crash (#136537).
5732 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
5734 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
5735 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
5736 adding mime types, fixing the one-stop function
5738 2004-03-08 Christian Schaller <Uraeus@gnome.org>
5740 * ext/nas/nassink.c and /ext/nas/nassink.h:
5741 More NAS love from Arwed von Merkatz
5742 So lets all sing 'Can you feel the NAS tonight'
5744 2004-03-08 Christian Schaller <Uraeus@gnome.org>
5746 * tools/gst-launch-ext.in:
5747 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
5749 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
5751 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
5752 (gst_mpeg2dec_init):
5753 remove the user_data pad for now, because it is being used in
5754 fixating causing MPEG playback to fixate on 1000 Hz for playback.
5755 If someone knows how to fix this properly, please do.
5757 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
5759 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
5760 (gst_osssink_get_time):
5761 add a warning, IMO this won't get triggered anymore, remove later
5763 2004-03-07 David Schleef <ds@schleef.org>
5765 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
5766 format (bug #136470)
5768 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
5770 * gst-libs/Makefile.am:
5771 * gst-libs/gst/media-info/Makefile.am:
5772 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
5773 (error_callback), (gst_media_info_error_create),
5774 (gst_media_info_error_element), (gmip_init), (gmip_reset),
5775 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
5776 * gst-libs/gst/media-info/media-info-priv.h:
5777 * gst-libs/gst/media-info/media-info-test.c: (main):
5778 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
5779 (gst_media_info_class_init), (gst_media_info_instance_init),
5780 (gst_media_info_set_source), (gst_media_info_read_with_idler),
5781 (gst_media_info_read_idler), (gst_media_info_read):
5782 * gst-libs/gst/media-info/media-info.h:
5783 fixed, should work now
5785 2004-03-07 Christian Schaller <Uraeus@gnome.org>
5787 * ext/nas/nassink.c:
5788 A bunch of NAS fixes from Arwed von Merkatz
5790 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
5792 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
5793 (qtdemux_parse_trak):
5794 Fix crash (j might be greater than n_samples, in which case we're
5795 writing outside the allocated space for the array) and memleak.
5797 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
5799 * sys/oss/gstosssink.c: (gst_osssink_chain):
5800 And another caller that couldn't handle delay < 0 (unsigned
5801 integer overflow). Video now continues playing on an audio
5802 buffer underrun, and the clock continues working. Audio still
5805 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
5807 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
5808 (gst_osssink_get_time):
5809 get_delay() may return values lower than 0. In those cases, we
5810 should not actually cast to *unsigned* int64, that will break
5811 stuff horribly. In my case, it screwed up A/V sync in movies
5812 in totem rather badly.
5814 2004-03-06 Christophe Fergeau <teuf@gnome.org>
5816 * ext/faac/gstfaac.c: (gst_faac_chain):
5817 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
5818 * ext/libpng/gstpngenc.c: (user_write_data):
5819 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
5820 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
5821 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
5822 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
5823 Fix several misuse of gst_buffer_merge (it doesn't take ownership
5824 of any buffer), should fix some leaks. I hope I didn't unref buffers
5825 that shouldn't be...
5827 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
5829 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
5830 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
5831 (error_callback), (gmi_reset), (gmi_seek_to_track),
5832 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
5833 (gmip_find_type_post), (gmip_find_stream_post),
5834 (gmip_find_track_streaminfo_post):
5835 * gst-libs/gst/media-info/media-info-priv.h:
5836 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
5837 (info_print), (main):
5838 * gst-libs/gst/media-info/media-info.c:
5839 (gst_media_info_error_create), (gst_media_info_error_element),
5840 (gst_media_info_instance_init), (gst_media_info_get_property),
5841 (gst_media_info_new), (gst_media_info_set_source),
5842 (gst_media_info_read_idler), (gst_media_info_read):
5843 * gst-libs/gst/media-info/media-info.h:
5844 first pass at making this work again. This seems to work on
5845 tagged ogg/vorbis and mp3 files.
5847 2004-03-06 Benjamin Otte <otte@gnome.org>
5849 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
5850 fix huge leak: gst_buffer_merge doesn't unref the first argument
5853 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
5855 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
5856 report layer/mode/emphasis
5858 2004-03-06 Christophe Fergeau <teuf@gnome.org>
5860 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
5862 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
5864 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
5867 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
5869 * ext/vorbis/vorbis.c: (plugin_init):
5870 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
5871 (gst_vorbis_dec_init), (vorbis_dec_event):
5873 make vorbisdec handle _BYTE and _TIME queries
5875 2004-03-06 Christophe Fergeau <teuf@gnome.org>
5877 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
5878 from the xing header
5880 2004-03-06 Benjamin Otte <otte@gnome.org>
5882 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
5883 (gst_audio_convert_link), (gst_audio_convert_change_state),
5884 (gst_audio_convert_buffer_from_default_format):
5885 do conversions from/to float correctly, fix some caps nego errors,
5886 export correct supported caps in template and getcaps, use correct
5887 caps in try_set_caps functions
5889 2004-03-06 Christophe Fergeau <teuf@gnome.org>
5891 For some reason, I only committed a ChangeLog entry yesterday and
5892 not the corresponding code...
5893 * ext/mad/gstmad.c: Fix detection of Xing headers
5894 * gst/tags/gstid3tag.c: Changes to support TLEN tags
5896 2004-03-06 Benjamin Otte <otte@gnome.org>
5898 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
5899 (gst_ogg_demux_src_query):
5900 make sure to handle the case where there's no current chain
5903 2004-03-05 David Schleef <ds@schleef.org>
5905 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
5906 Add fixate function. (bug #131128)
5907 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
5908 (gst_sdlvideosink_fixate): Add fixate function.
5909 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
5910 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
5911 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
5912 Fix missing break that was causing ulaw to be interpreted as
5915 2004-03-05 David Schleef <ds@schleef.org>
5917 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
5918 Fix code that ignores return value of gst_buffer_merge().
5920 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
5921 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
5922 * testsuite/gst-lint: Check for above.
5924 2004-03-05 David Schleef <ds@schleef.org>
5926 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
5927 caps and throw an element error. (bug #136334)
5929 2004-03-05 David Schleef <ds@schleef.org>
5931 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
5932 (gst_faad_chain): Fix negotiation.
5933 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
5934 key and button events.
5935 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
5937 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
5939 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
5940 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
5941 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
5942 function to encourage better negotiation, particularly between
5943 audioconvert and osssink.
5944 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
5945 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
5947 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
5949 * gst/vbidec/vbiscreen.c: Add glib header
5950 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
5952 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
5954 * ext/mad/gstmad.c: Fix detection of Xing headers
5955 * gst/tags/gstid3tag.c: Changes to support TLEN tags
5957 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
5959 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
5960 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
5963 2004-03-06 Christophe Fergeau <teuf@gnome.org>
5965 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
5966 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
5967 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
5968 files, and report the parsed length as a GST_TAG_DURATION tag.
5969 * gst/tags/gstid3tag.c: support TLEN (duration) tag
5971 2004-03-05 Benjamin Otte <otte@gnome.org>
5973 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
5974 convert channels correctly. convert correctly to unsigned.
5976 2004-03-05 Julien MOUTTE <julien@moutte.net>
5978 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
5979 we have a window before clearing it.
5981 2004-03-05 Julien MOUTTE <julien@moutte.net>
5983 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
5984 have a window before clearing it.
5986 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
5988 * gconf/gstreamer.schemas.in:
5989 * gst-libs/gst/gconf/Makefile.am:
5990 version installation path the same way as for 0.6
5991 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5992 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
5993 * pkgconfig/gstreamer-play-uninstalled.pc.in:
5994 remove comment that was fixed
5996 2004-03-05 David Schleef <ds@schleef.org>
5998 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
5999 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
6000 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
6001 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
6002 Add prototype code for handling seeking and querying.
6004 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
6006 * examples/gstplay/player.c: (main):
6007 Initialize variables to NULL. Prevents a segfault because the
6008 (uninitialized) variable is not NULL, resulting in a crash on
6009 trying to reach error->message.
6011 2004-03-05 Benjamin Otte <otte@gnome.org>
6013 * gst/audioconvert/gstaudioconvert.c:
6014 (gst_audio_convert_buffer_to_default_format):
6015 make float=>int conversion work correctly even in cornercases.
6017 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
6019 * debian/README.Debian:
6020 * debian/build-deps:
6023 * debian/control.in:
6025 * debian/gstreamer-a52dec.files:
6026 * debian/gstreamer-aa.files:
6027 * debian/gstreamer-alsa.files:
6028 * debian/gstreamer-alsa.manpages:
6029 * debian/gstreamer-arts.files:
6030 * debian/gstreamer-artsd.files:
6031 * debian/gstreamer-audiofile.files:
6032 * debian/gstreamer-avifile.files:
6033 * debian/gstreamer-cdparanoia.files:
6034 * debian/gstreamer-colorspace.files:
6035 * debian/gstreamer-doc.files:
6036 * debian/gstreamer-dv.files:
6037 * debian/gstreamer-dvd.files:
6038 * debian/gstreamer-esd.files:
6039 * debian/gstreamer-festival.files:
6040 * debian/gstreamer-flac.files:
6041 * debian/gstreamer-gconf.conffiles:
6042 * debian/gstreamer-gconf.files:
6043 * debian/gstreamer-gconf.postinst:
6044 * debian/gstreamer-gnomevfs.files:
6045 * debian/gstreamer-gsm.files:
6046 * debian/gstreamer-http.files:
6047 * debian/gstreamer-jack.files:
6048 * debian/gstreamer-jpeg.files:
6049 * debian/gstreamer-mad.files:
6050 * debian/gstreamer-mikmod.files:
6051 * debian/gstreamer-misc.files:
6052 * debian/gstreamer-mpeg2dec.files:
6053 * debian/gstreamer-oss.files:
6054 * debian/gstreamer-plugin-apps.files:
6055 * debian/gstreamer-plugin-apps.manpages:
6056 * debian/gstreamer-plugin-libs-dev.files:
6057 * debian/gstreamer-plugin-libs.files:
6058 * debian/gstreamer-plugin-template.postinst:
6059 * debian/gstreamer-plugin-template.postrm:
6060 * debian/gstreamer-sdl.files:
6061 * debian/gstreamer-sid.files:
6062 * debian/gstreamer-vorbis.files:
6063 * debian/gstreamer-x.files:
6064 * debian/mk.control:
6066 Debian package info not maintained here.
6068 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
6070 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
6071 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
6072 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
6073 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
6074 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
6075 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
6076 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
6077 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
6078 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
6079 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
6080 * gst-libs/gst/colorbalance/colorbalance.c:
6081 (gst_color_balance_class_init):
6082 * gst-libs/gst/colorbalance/colorbalancechannel.c:
6083 (gst_color_balance_channel_class_init):
6084 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
6085 * gst-libs/gst/play/play.c: (gst_play_class_init):
6086 * gst-libs/gst/propertyprobe/propertyprobe.c:
6087 (gst_property_probe_iface_init):
6088 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
6089 * gst-libs/gst/tuner/tunerchannel.c:
6090 (gst_tuner_channel_class_init):
6091 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
6092 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
6093 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
6094 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
6095 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
6096 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6097 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6098 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
6099 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
6100 fix signals to use - instead of _
6101 * ext/libcaca/gstcacasink.h:
6102 * ext/sdl/sdlvideosink.h:
6105 2004-03-04 David Schleef <ds@schleef.org>
6107 * testsuite/gst-lint: Add a check for bad signal names.
6109 2004-03-04 <kost@imn.htwk-leipzig.de>
6111 reviewed by David Schleef
6113 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
6114 modified the alpha channel and caused a warning. (bug #136192)
6116 2004-04-03 Christian Schaller <Uraeus@gnome.org>
6118 * gst-plugins.spec.in:
6119 Change names of plugins to actually be correct. Try to keep things
6120 alphabetical to avoid getting beat up by Thomas
6122 2004-03-03 Julien MOUTTE <julien@moutte.net>
6124 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
6125 Using ximagesink as a default if no gconf key found. We should
6126 probably consider using alsasink instead of osssink for the audio
6129 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
6132 fix --with-plugins, don't think it ever worked before
6133 * gst-plugins.spec.in:
6136 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
6138 * ext/sdl/sdlvideosink.h:
6139 * sys/ximage/ximagesink.h:
6140 * sys/xvideo/xvideosink.h:
6141 * sys/xvimage/xvimagesink.h:
6142 Fix for move of gstvideosink.h -> videosink.h.
6144 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
6146 * gst-libs/gst/xwindowlistener/Makefile.am:
6147 this is a plugin library, not a library
6149 2004-03-01 David Schleef <ds@schleef.org>
6151 * AUTHORS: Added some names. Add yourself if you're still
6154 2004-03-01 David Schleef <ds@schleef.org>
6158 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
6160 * gst-plugins.spec.in: clean up spec file
6162 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
6164 * gst-libs/gst/video/Makefile.am:
6165 * gst-libs/gst/video/gstvideosink.c:
6166 * gst-libs/gst/video/gstvideosink.h:
6167 rename gstvideosink.h to videosink.h to match other headers
6168 * gst/mixmatrix/Makefile.am:
6170 * gst/tags/Makefile.am: fix plugin filename
6172 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
6174 * gst/tags/Makefile.am: fix plugin filename
6176 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
6178 * examples/gstplay/player.c: (got_time_tick), (main):
6180 display time_tick more readably
6181 * gst/mixmatrix/Makefile.am:
6182 fix plugin file name
6184 2004-02-29 Christophe Fergeau <teuf@gnome.org>
6186 * sys/oss/gstosselement.c: (gst_osselement_probe),
6187 (device_combination_append), (gst_osselement_class_probe_devices):
6188 * sys/oss/gstosselement.h:
6189 Reworked enumeration of oss dsps and mixers so that gst-mixer works
6190 on my system using alsa oss emulation, fixes bug #135597
6192 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
6194 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
6195 (gst_videodrop_chain), (gst_videodrop_change_state):
6196 * gst/videodrop/gstvideodrop.h:
6197 Work based on timestamp of input data, not based on the expected
6198 framerate from the input. The consequence is that this element now
6199 not only scales framerates, but also functions as a framerate
6200 corrector or framerate stabilizer/constantizer.
6202 2004-02-27 David Schleef <ds@schleef.org>
6204 patches from jmmv@menta.net (Julio M. Merino Vidal)
6206 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
6207 GST_ELEMENT_ERROR call (bug #135634)
6208 * gst/interleave/interleave.c: (interleave_buffered_loop),
6209 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
6210 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
6211 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
6212 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
6213 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
6214 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
6215 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
6216 Fix GST_ELEMENT_ERROR call.
6217 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
6218 GST_ELEMENT_ERROR call.
6220 2004-02-27 Benjamin Otte <otte@gnome.org>
6222 * gst-libs/gst/audio/audio.h:
6223 add macro to make sure header isn't included twice
6224 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
6225 don't use gst_buffer_free
6226 * gst/playondemand/filter.func:
6227 don't use gst_data_free. Free data only once.
6229 2004-02-26 David Schleef <ds@schleef.org>
6231 * gst-libs/gst/colorbalance/Makefile.am:
6232 * gst-libs/gst/mixer/Makefile.am:
6233 * gst-libs/gst/tuner/Makefile.am:
6234 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
6235 should not be disted, -marshal.h files should not be installed,
6236 and -enum.h files _should_ be installed. Fix to make this the
6239 === release 0.7.5 ===
6241 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
6243 * configure.ac: release 0.7.5, "Under The Sea"
6245 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
6247 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
6248 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
6249 * gst/videoscale/gstvideoscale.c:
6250 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
6251 assorted debug/warning fixes
6253 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
6255 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
6256 (gst_videoscale_init), (gst_videoscale_chain),
6257 (gst_videoscale_set_property), (plugin_init):
6258 * gst/videoscale/gstvideoscale.h:
6259 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
6260 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
6261 (gst_videoscale_planar400), (gst_videoscale_packed422),
6262 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
6263 (gst_videoscale_24bit), (gst_videoscale_16bit),
6264 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
6265 (gst_videoscale_scale_plane_slow),
6266 (gst_videoscale_scale_point_sample),
6267 (gst_videoscale_scale_nearest),
6268 (gst_videoscale_scale_nearest_str2),
6269 (gst_videoscale_scale_nearest_str4),
6270 (gst_videoscale_scale_nearest_32bit),
6271 (gst_videoscale_scale_nearest_24bit),
6272 (gst_videoscale_scale_nearest_16bit):
6273 add debugging category and use it properly
6274 fix use of GST_PTR_FORMAT
6276 2004-02-25 Andy Wingo <wingo@pobox.com>
6278 * gst/interleave/interleave.c (interleave_buffered_loop): Always
6279 push only when channel->buffer is NULL. Prevents segfaults doing
6280 the state change after a nonlocal exit, like a scheme exception.
6282 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
6283 Handle the case where the intersected caps is empty.
6285 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
6287 * gst/law/mulaw-decode.c: (mulawdec_link):
6288 * gst/law/mulaw.c: (plugin_init):
6289 fix mulawdec so it actually works again
6291 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
6293 reviewed by: David Schleef <ds@schleef.org>
6295 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
6296 (gst_gamma_init), (gst_gamma_set_property),
6297 (gst_gamma_get_property), (gst_gamma_calculate_tables),
6298 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
6299 for RGB, with separate r g and b correction factors. (#131167)
6301 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
6303 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6304 only signal tags for bitrate if they're > 0 (#134894)
6306 2004-02-24 David Schleef <ds@schleef.org>
6308 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
6309 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
6310 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
6311 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
6312 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
6313 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
6314 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
6315 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
6316 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
6317 category. Attempt to fix timestamp calculation.
6319 2004-02-24 Johan Dahlin <johan@gnome.org>
6321 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
6323 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
6326 * gconf/Makefile.am:
6327 * gconf/gstreamer.schemas:
6328 * gst-libs/gst/gconf/Makefile.am:
6329 * gst-libs/gst/gconf/gconf.c:
6330 version gconf schemas and install locations
6332 2004-02-23 Benjamin Otte <otte@gnome.org>
6334 * ext/xine/xineinput.c: (gst_xine_input_dispose):
6335 (gst_xine_input_subclass_init):
6336 call parent dispose.
6337 change pad template for CD reader correctly
6338 * ext/xine/Makefile.am:
6339 * ext/xine/gstxine.h:
6340 * ext/xine/xine.c: (plugin_init):
6341 * ext/xine/xineaudiosink.c:
6342 wrap audio sinks, too
6343 * gst-libs/gst/resample/private.h:
6344 * gst-libs/gst/resample/resample.c: (gst_resample_init),
6345 (gst_resample_reinit), (gst_resample_scale),
6346 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
6347 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
6348 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
6349 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
6350 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
6351 * gst-libs/gst/resample/resample.h:
6352 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
6353 (gst_audioscale_class_init), (gst_audioscale_link),
6354 (gst_audioscale_get_buffer), (gst_audioscale_init),
6355 (gst_audioscale_chain), (gst_audioscale_set_property),
6356 (gst_audioscale_get_property):
6357 * gst/audioscale/gstaudioscale.h:
6358 s/resample_*/gst_resample_*/i to not clobber namespaces
6360 2004-02-23 Julien MOUTTE <julien@moutte.net>
6362 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6363 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
6364 (gst_riff_create_video_template_caps),
6365 (gst_riff_create_audio_template_caps),
6366 (gst_riff_create_iavs_template_caps):
6367 * gst-libs/gst/riff/riff-media.h:
6368 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
6369 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
6370 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
6371 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
6372 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6373 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
6374 (gst_matroska_demux_plugin_init): First batch implementing audio and
6375 video codec tags in demuxers.
6377 2004-02-22 Benjamin Otte <otte@gnome.org>
6379 * ext/xine/Makefile.am:
6380 * ext/xine/gstxine.h:
6381 * ext/xine/xine.c: (plugin_init):
6382 * ext/xine/xineinput.c:
6383 add input plugin wrapper. Playback from files, http, mms and cdda
6385 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
6386 remove leftover G_GNUC_UNUSED
6387 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
6388 (gst_asf_demux_identify_guid):
6389 improve debugging output
6391 2004-02-22 Benjamin Otte <otte@gnome.org>
6393 reported by: Padraig O'Briain <padraig.obriain@sun.com>
6396 replace test -e with test -x for mkinstalldirs to be more portable.
6399 2004-02-22 Benjamin Otte <otte@gnome.org>
6401 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
6403 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
6405 * gst/volume/gstvolume.c: (plugin_init):
6409 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
6411 reviewed by Benjamin Otte <otte@gnome.org>
6413 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
6414 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
6416 2004-02-22 Benjamin Otte <otte@gnome.org>
6419 export [_]*{gst,Gst,GST}.* symbols from plugins
6421 2004-02-22 Christophe Fergeau <teuf@gnome.org>
6423 reviewed by: Benjamin Otte <otte@gnome.org>
6425 * ext/lame/gstlame.c: (add_one_tag):
6426 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
6427 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
6428 (gst_vorbisenc_metadata_set1):
6429 * gst/tags/gstid3tag.c:
6430 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
6431 apply fixes from bugs #135042 (lame can't write tags) and #133817
6432 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
6434 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
6436 * configure.ac: Export only gst_plugin_desc from plugins.
6437 Note that this change only makes any effect with Linux using libtool
6438 1.5.2 or higher. Otherwise it is silently ignored, but it would build
6439 fine. And don't try to have several versions of libtool in different
6442 2004-02-20 Andy Wingo <wingo@pobox.com>
6444 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
6445 interleave respectively.
6447 * gst/interleave/deinterleave.c: New plugin: deinterleave
6448 (replaces on oneton).
6449 * gst/interleave/interleave.c: New plugin: interleave.
6450 * gst/interleave/plugin.h: Support file.
6451 * gst/interleave/plugin.c: Support file.
6453 * configure.ac: Remove intfloat and oneton, add interleave.
6455 * ext/sndfile/gstsf.c: Handle events better.
6457 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
6458 and float2int operation. int2float has scheduling problems as
6459 noted in in2float_chain.
6461 2004-02-20 Benjamin Otte <otte@gnome.org>
6463 * ext/xine/Makefile.am:
6464 * ext/xine/gstxine.h:
6466 * ext/xine/xineaudiodec.c:
6467 * ext/xine/xinecaps.c:
6468 add first version of xine plugin wrapper. Currently only wraps the
6469 QDM2 win32 DLL, and even that only in proof-of-concept quality.
6472 add xine plugin wrapper, disabled by default. Use --enable-xine to
6473 build. Note that it'll segfault on gst-register if you don't remove
6474 the goom and tvtime post plugins from xine.
6475 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
6476 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
6477 add extradata parsing for QDM2.
6478 change around debugging prints.
6480 2004-02-19 Benjamin Otte <otte@gnome.org>
6482 * ext/lame/gstlame.c: (gst_lame_chain):
6483 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
6484 use gst_tag_list_insert when you want to insert tags
6486 2004-02-18 David Schleef <ds@schleef.org>
6488 * configure.ac: Move massink to gst-rotten
6490 * ext/mas/Makefile.am:
6491 * ext/mas/massink.c:
6492 * ext/mas/massink.h:
6494 2004-02-18 David Schleef <ds@schleef.org>
6496 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
6497 typefinding, since it seems to be worse than nothing.
6498 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
6499 atom to recognize .mp4 and .m4a files as video/quicktime.
6501 2004-02-18 David Schleef <ds@schleef.org>
6503 * gst/sine/demo-dparams.c: (quit_live),
6504 (dynparm_log_value_changed), (dynparm_value_changed), (main):
6505 Use double dparams, not float.
6506 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6507 (gst_sinesrc_init): Change sync default to FALSE, since multiple
6508 sync'd elements don't really work correctly.
6509 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
6510 (volume_update_volume), (volume_get_property): Change dparam
6513 2004-02-18 Julien MOUTTE <julien@moutte.net>
6515 * sys/ximage/ximagesink.c:
6516 (gst_ximagesink_xwindow_update_geometry),
6517 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
6518 (gst_ximagesink_change_state), (gst_ximagesink_expose),
6519 (gst_ximagesink_init): Rework the way software video scaling works. So
6520 now we check on each chain call if the video frames are feeling the
6521 window. If not we try to renegotiate caps. On failure we memorize that
6522 and we won't try again for that PLAYING sessions.
6523 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
6525 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
6528 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
6530 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
6531 break up _link so we can give a better debug message for errors
6533 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
6535 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
6536 set up debug category
6538 2004-02-18 Julien MOUTTE <julien@moutte.net>
6540 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6541 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
6542 the way renegotiation work. The event handling function is not taking
6543 care of external windows and renegotiate method check for pad flags
6544 NEGOTIATING. Should fix : #133209
6546 2004-02-17 Julien MOUTTE <julien@moutte.net>
6548 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
6549 pad is negotiating before trying renegotiation.
6551 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
6553 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
6554 pass on all possible mime types as typefind hints
6556 2004-02-17 Julien MOUTTE <julien@moutte.net>
6558 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
6559 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
6560 possible SHM leak if we crash. All other apps using XShm are doing
6563 2004-02-17 Julien MOUTTE <julien@moutte.net>
6565 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6566 (gst_ximagesink_expose): Renegotiate size on expose.
6567 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
6570 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
6572 * testsuite/alsa/sinesrc.c:
6573 cosmetic fix to fix compile issue with gcc 2.95.4
6575 2004-02-16 Julien MOUTTE <julien@moutte.net>
6577 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
6578 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
6579 failed opening the audio device.
6580 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6581 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
6582 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
6583 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
6584 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
6585 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6586 (gst_ximagesink_change_state), (gst_ximagesink_chain),
6587 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
6588 Removing some useless g_return_if_fail like wingo suggested.
6589 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6590 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
6591 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
6592 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
6593 (gst_xvimagesink_update_colorbalance),
6594 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
6595 (gst_xvimagesink_xcontext_clear),
6596 (gst_xvimagesink_get_fourcc_from_caps),
6597 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
6598 (gst_xvimagesink_set_xwindow_id),
6599 (gst_xvimagesink_colorbalance_list_channels),
6600 (gst_xvimagesink_colorbalance_set_value),
6601 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
6602 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
6604 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
6606 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
6607 throw error when not negotiated instead of asserting
6609 2004-02-15 Julien MOUTTE <julien@moutte.net>
6611 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
6612 correct data refcounting.
6614 2004-02-15 Julien MOUTTE <julien@moutte.net>
6616 * gst/switch/gstswitch.c: (gst_switch_change_state),
6617 (gst_switch_class_init): Cleaning the sinkpads correctly on state
6618 change, mostly the EOS flag.
6620 2004-02-15 Julien MOUTTE <julien@moutte.net>
6622 * examples/gstplay/player.c: (got_eos), (main): Adding some
6623 output for debugging.
6624 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
6625 timeouts if we go to any state different from PLAYING.
6626 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
6627 more EOS bugs in riff lib.
6629 2004-02-14 Julien MOUTTE <julien@moutte.net>
6631 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
6632 visualization until i find a way to fix switch correctly.
6633 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
6635 * gst/switch/gstswitch.c: (gst_switch_release_pad),
6636 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
6637 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
6638 Reworked switch to get a more correct behaviour with events and refing
6639 of data stored in sinkpads.
6640 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
6641 we don't pull from a pad in EOS.
6643 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
6645 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
6646 remove v1 tag even if we can't read it (makes sure we don't detect
6649 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
6651 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
6652 (gst_alsa_xrun_recovery):
6653 * ext/alsa/gstalsa.h:
6654 try xrun recovery when wait failed. Make xrun recovery function
6655 return TRUE/FALSE to indicate success. (might fix #134354)
6657 2004-02-13 David Schleef <ds@schleef.org>
6659 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
6660 (dynparm_value_changed), (main): Convert from float to double.
6661 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
6663 2004-02-13 David Schleef <ds@schleef.org>
6665 * gst/silence/gstsilence.c: (gst_silence_class_init),
6666 (gst_silence_set_clock), (gst_silence_get),
6667 (gst_silence_set_property), (gst_silence_get_property):
6668 * gst/silence/gstsilence.h: Add sync property.
6669 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6670 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
6671 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
6672 * gst/sine/gstsinesrc.h: Add sync property.
6674 2004-02-13 David Schleef <ds@schleef.org>
6676 * gst/intfloat/gstint2float.c: (conv_f32_s16),
6677 (gst_int2float_chain_gint16): Change stdint usage to glib types.
6679 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
6683 * gst-libs/ext/Makefile.am:
6684 move ffmpeg plugin to gst-ffmpeg module
6686 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
6688 * configure.ac: use GST_ARCH to detect architecture
6690 2004-02-12 Julien MOUTTE <julien@moutte.net>
6692 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
6694 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
6696 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
6697 classify LADSPA plugins based on number of src/sink pads
6698 (#133663, Stefan Kost)
6699 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
6700 fix dparams registration
6701 (#133528, Stefan Kost)
6702 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
6703 fix use of isprint and use g_ascii_isprint instead
6704 (#133316, Stefan Kost)
6706 2004-02-11 David Schleef <ds@schleef.org>
6708 Convert a few inner loops to use liboil. This is currently
6709 optional, and is only enabled if liboil is present (duh!).
6710 * configure.ac: Check for liboil-0.1
6711 * gst/intfloat/Makefile.am:
6712 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
6713 (gst_int2float_chain_gint16):
6714 * gst/videofilter/Makefile.am:
6715 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
6716 (tablelookup_u8), (gst_videobalance_planar411):
6717 * gst/videotestsrc/Makefile.am:
6718 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
6719 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
6720 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
6721 (paint_hline_RGB565), (paint_hline_xRGB1555):
6723 2004-02-11 David Schleef <ds@schleef.org>
6725 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
6726 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
6727 (gst_colorspace_getcaps), (gst_colorspace_link),
6728 (gst_colorspace_base_init), (gst_colorspace_init),
6729 (gst_colorspace_chain), (gst_colorspace_change_state),
6730 (plugin_init): Merge Ronald's patch (bug #117897) and update
6731 for new caps and negotiation. Seems to work, although it
6732 shows off bugs in lcs.
6734 2004-02-11 David Schleef <ds@schleef.org>
6736 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
6737 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
6739 2004-02-11 David Schleef <ds@schleef.org>
6741 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
6742 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
6743 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
6744 Add server and port properties
6746 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
6752 * m4/as-slurp-ffmpeg.m4:
6753 * m4/check-libheader.m4:
6760 * m4/gst-ivorbis.m4:
6761 * m4/gst-matroska.m4:
6771 fix underquotedness of macros (#133800)
6774 removed because no longer used
6776 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
6779 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
6780 by autopoint (fixes #132996)
6782 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
6784 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
6785 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
6786 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
6787 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
6790 2004-02-11 David Schleef <ds@schleef.org>
6792 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
6793 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
6794 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
6795 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
6796 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
6797 (gst_jpegenc_class_init), (gst_jpegenc_init),
6798 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
6799 (gst_jpegenc_chain), (gst_jpegenc_set_property),
6800 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
6801 * ext/jpeg/gstjpegenc.h: Fix negotiation.
6803 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
6805 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
6806 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
6807 * ext/mikmod/gstmikmod.h:
6808 fix caps negotiation in mikmod
6809 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
6810 output debug information
6812 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
6814 * gst-libs/gst/colorbalance/Makefile.am:
6815 * gst-libs/gst/navigation/Makefile.am:
6816 * gst-libs/gst/xoverlay/Makefile.am:
6817 remove unused GST_OPT_CFLAGS from Makefiles
6818 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
6820 2004-02-07 David Schleef <ds@schleef.org>
6822 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
6823 push events to pads that haven't been created (#133508)
6825 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
6827 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
6828 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
6829 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
6830 (gst_dvdec_loop), (gst_dvdec_change_state):
6831 Second attempt at committing a working dvdec element.
6833 2004-02-06 David Schleef <ds@schleef.org>
6835 Build fixes for OS X: (see #129600)
6836 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
6837 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
6838 (gst_riff_read_strf_iavs):
6839 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
6840 (gst_avi_demux_stream_odml):
6841 * gst/playondemand/Makefile.am:
6842 * gst/rtp/rtp-packet.c:
6844 2004-02-05 David Schleef <ds@schleef.org>
6846 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
6847 last change, because it Just Doesn't Compile.
6849 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
6851 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
6852 skip undecodable id3v2 tag instead of keeping it
6854 2004-02-05 David Schleef <ds@schleef.org>
6856 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
6857 Unref leaked buffer. (Noticed by Ronald)
6859 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
6861 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
6862 Sync requires with other checks. >= vs =.
6864 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
6866 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
6867 (gst_dvdec_video_link), (gst_dvdec_loop):
6868 * ext/dv/gstdvdec.h:
6869 rework the caps negotiation so that dvdec works again instead
6870 of just segfaulting.
6872 === release 0.7.4 ===
6874 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
6876 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
6877 * configure.ac: changed for release
6879 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
6881 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
6882 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
6883 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
6884 * pkgconfig/gstreamer-play-uninstalled.pc.in:
6885 reworked patch by David Lehn to fix libdir and includedir for
6886 uninstalled libraries
6887 removed play and gconf from gstreamer-libs since they have their
6890 2004-02-04 David Schleef <ds@schleef.org>
6892 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
6895 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
6897 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
6898 use correct GST_TAG_ENCODER tag
6900 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
6902 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
6903 be sure to stop the clock when going to paused
6904 * sys/oss/gstosssink.c: (gst_osssink_change_state):
6905 reset number of transmitted when going to ready.
6908 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
6910 reviewed by Benjamin Otte
6912 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
6913 extract track count (fixes #133410)
6915 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
6917 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
6918 that should be !=, not == (fixes #132519)
6920 2004-02-04 David Schleef <ds@schleef.org>
6922 Make sure set_explicit_caps() is called before adding pad.
6923 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
6924 * gst/id3/gstid3types.c: (gst_id3types_loop):
6925 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
6926 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
6928 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
6931 bump nano to 2, first prerelease
6932 put back AM_PROG_LIBTOOL
6934 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
6936 * testsuite/alsa/Makefile.am:
6937 these are user test apps, not automatic testsuite tests
6939 2004-02-04 David Schleef <ds@schleef.org>
6941 Convert GST_DEBUG_CAPS() to GST_DEBUG():
6942 * gst/mpeg1videoparse/gstmp1videoparse.c:
6943 (mp1videoparse_parse_seq):
6944 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
6945 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
6946 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
6947 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
6948 (gst_xvideosink_getcaps):
6949 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
6950 * testsuite/gst-lint: more tests
6952 2004-02-04 David Schleef <ds@schleef.org>
6954 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
6955 with the code that they would expand to.
6956 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
6957 (gst_flacdec_get_src_query_types),
6958 (gst_flacdec_get_src_event_masks):
6959 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
6960 (gst_gnomevfssrc_get_query_types),
6961 (gst_gnomevfssrc_get_event_mask):
6963 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
6965 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6966 (gst_sinesrc_dispose):
6967 fix memleak by properly disposing sinesrc
6969 2004-02-04 Julien MOUTTE <julien@moutte.net>
6971 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
6972 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
6973 an overlay to redraw the image because it has been exposed.
6974 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
6975 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
6976 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
6977 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
6979 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
6980 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
6981 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
6982 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
6985 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
6987 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
6990 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
6992 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
6993 * gst/typefind/gsttypefindfunctions.c:
6994 fix memleaks shown by gst-typefind
6996 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
6998 * common/glib-gen.mak:
6999 add hack rule to touch .Plo files
7000 * gst-libs/gst/colorbalance/Makefile.am:
7001 * gst-libs/gst/mixer/Makefile.am:
7002 * gst-libs/gst/play/Makefile.am:
7003 * gst-libs/gst/tuner/Makefile.am:
7004 remove glib_root variable
7006 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
7008 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
7009 set explicit caps before adding the element, so the autopluggers can
7011 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
7012 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
7013 (mpeg_video_type_find), (mpeg_video_stream_type_find),
7015 fix memleaks in typefind functions. gst_type_find_suggest takes a const
7018 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
7020 * gst-libs/gst/colorbalance/Makefile.am:
7021 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
7022 * gst-libs/gst/colorbalance/colorbalance.c:
7023 * gst-libs/gst/colorbalance/colorbalance.h:
7024 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
7025 * gst-libs/gst/mixer/Makefile.am:
7026 * gst-libs/gst/mixer/mixer-marshal.list:
7027 * gst-libs/gst/mixer/mixer.c:
7028 * gst-libs/gst/mixer/mixer.h:
7029 * gst-libs/gst/mixer/mixermarshal.list:
7030 * gst-libs/gst/play/Makefile.am:
7031 * gst-libs/gst/play/play.h:
7032 * gst-libs/gst/tuner/Makefile.am:
7033 * gst-libs/gst/tuner/tuner-marshal.list:
7034 * gst-libs/gst/tuner/tuner.c:
7035 * gst-libs/gst/tuner/tuner.h:
7036 * gst-libs/gst/tuner/tunermarshal.list:
7037 use new glib-gen.mak snippet to clean up Makefile.am
7038 fix various bugs in Makefile.am's
7040 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
7042 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
7043 handle chain parsing correctly in the multichain case
7044 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
7045 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
7046 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
7048 handle events and queries correctly
7050 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
7053 Ignore generated file _stdint.h.
7055 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
7057 * gst-libs/gst/colorbalance/Makefile.am:
7058 * gst-libs/gst/colorbalance/colorbalance.h:
7059 * gst-libs/gst/mixer/Makefile.am:
7060 * gst-libs/gst/mixer/mixer.h:
7061 * gst-libs/gst/play/Makefile.am:
7062 * gst-libs/gst/play/play.h:
7063 * gst-libs/gst/tuner/Makefile.am:
7064 * gst-libs/gst/tuner/tuner.h:
7065 Generate enum type code with glib-mkenums.
7066 * gst-libs/gst/colorbalance/.cvsignore:
7067 * gst-libs/gst/mixer/.cvsignore:
7068 * gst-libs/gst/play/.cvsignore:
7069 * gst-libs/gst/tuner/.cvsignore:
7070 Ignore generated files.
7072 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
7074 * gst-libs/gst/audio/.cvsignore:
7075 Ignore generated file.
7076 * gst-libs/gst/audio/Makefile.am:
7077 Do not install example filter.
7079 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
7081 * examples/switch/.cvsignore:
7082 Ignore generated file.
7084 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
7086 * common/m4/ax_create_stdint_h.m4:
7088 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
7091 remove generated _stdint.h in DISTCLEANFILES
7092 * ext/a52dec/gsta52dec.c:
7093 include _stdint.h for a52dec. (should fix #133064)
7095 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
7097 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
7098 (gst_tag_to_vorbis_comments):
7099 Add replaygain support to vorbistag
7101 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
7102 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
7103 (gst_ffmpeg_caps_to_extradata):
7104 Fix SVQ3 caps flag properties
7105 Use glib macro for bytes swap
7107 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
7109 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
7110 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
7111 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7112 * ext/sndfile/gstsf.c: (plugin_init):
7113 * gst/avi/gstavi.c: (plugin_init):
7114 * sys/dxr3/dxr3init.c: (plugin_init):
7115 * sys/oss/gstossaudio.c: (plugin_init):
7116 * sys/v4l/gstv4l.c: (plugin_init):
7117 * sys/v4l2/gstv4l2.c: (plugin_init):
7118 remove textdomain calls
7120 update Dutch translation
7122 2004-02-02 Julien MOUTTE <julien@moutte.net>
7124 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
7125 (gst_play_set_audio_sink): Moving volume in the audio thread for
7126 instantaneous volume change. Maybe i will add another volume in front
7127 of visualization later, not sure yet though.
7129 2004-02-02 Julien MOUTTE <julien@moutte.net>
7131 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7132 (gst_ximagesink_handle_xevents): Better X events handling, only take
7133 the latest events for configure and motion.
7134 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
7136 2004-02-02 Jon Trowbridge <trow@gnu.org>
7138 reviewed by: David Schleef <ds@schleef.org>
7141 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
7142 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
7144 2004-02-02 David Schleef <ds@schleef.org>
7146 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
7148 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
7149 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
7150 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
7151 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
7152 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
7153 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
7154 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
7155 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
7156 (gst_float2_2_int_link):
7157 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
7158 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
7159 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
7160 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
7161 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
7162 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
7163 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
7164 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
7165 * testsuite/gst-lint: Add tests for bzero and ;;
7167 2004-02-02 David Schleef <ds@schleef.org>
7169 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
7171 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
7173 * ext/aalib/gstaasink.c: (gst_aasink_open):
7174 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
7175 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7176 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
7177 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
7178 (gst_afsink_close_file):
7179 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
7180 (gst_afsrc_close_file):
7181 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
7182 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
7183 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
7184 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
7185 * ext/esd/esdmon.c: (gst_esdmon_get):
7186 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
7187 * ext/faac/gstfaac.c: (gst_faac_chain):
7188 * ext/faad/gstfaad.c: (gst_faad_chain):
7189 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
7190 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
7191 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
7192 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
7194 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
7195 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
7196 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
7197 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
7198 (gst_gnomevfssink_close_file):
7199 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7200 (gst_gnomevfssrc_open_file):
7201 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
7202 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
7203 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
7204 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
7205 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
7206 * ext/mad/gstmad.c: (gst_mad_chain):
7207 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
7208 * ext/mpeg2dec/gstmpeg2dec.c:
7209 * ext/mpeg2enc/gstmpeg2enc.cc:
7210 * ext/mplex/gstmplex.cc:
7211 * ext/mplex/gstmplexibitstream.cc:
7212 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
7213 (gst_ogg_demux_push):
7214 * ext/raw1394/gstdv1394src.c:
7215 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
7216 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
7217 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
7219 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
7220 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
7221 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
7222 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
7223 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
7224 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
7225 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
7226 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
7227 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
7228 (gst_riff_read_element_data), (gst_riff_read_seek),
7229 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
7230 * gst/adder/gstadder.c: (gst_adder_loop):
7231 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
7232 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
7233 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
7234 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
7235 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
7236 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
7237 * gst/goom/gstgoom.c: (gst_goom_chain):
7238 * gst/id3/gstid3types.c: (gst_id3types_loop):
7239 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
7240 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
7241 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
7242 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
7243 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
7244 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
7245 (gst_ebml_read_float), (gst_ebml_read_header):
7246 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
7247 (gst_matroska_demux_parse_blockgroup):
7248 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
7249 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
7250 * gst/oneton/gstoneton.c: (gst_oneton_chain):
7251 * gst/silence/gstsilence.c: (gst_silence_get):
7252 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
7253 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
7254 * gst/speed/gstspeed.c: (speed_loop):
7255 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
7256 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
7257 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
7258 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
7259 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
7260 (gst_wavparse_loop):
7261 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
7262 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
7263 (dxr3audiosink_close):
7264 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
7265 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
7266 (dxr3videosink_close), (dxr3videosink_write_data):
7267 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
7268 * sys/oss/gstosssink.c: (gst_osssink_chain):
7269 * sys/oss/gstosssrc.c: (gst_osssrc_get):
7270 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
7271 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
7272 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
7273 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
7274 (gst_v4l_set_window), (gst_v4l_enable_overlay):
7275 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
7276 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
7277 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
7278 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
7279 (gst_v4l_set_audio):
7280 * sys/v4l/v4l_calls.h:
7281 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
7282 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
7283 (gst_v4lmjpegsink_playback_init),
7284 (gst_v4lmjpegsink_playback_start):
7285 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
7286 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
7287 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
7288 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
7289 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
7290 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
7291 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
7292 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7293 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
7294 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
7295 (gst_v4l2_get_output), (gst_v4l2_set_output),
7296 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
7297 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
7298 (gst_v4l2_set_attribute):
7299 * sys/v4l2/v4l2_calls.h:
7300 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7301 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
7302 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
7303 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
7304 (gst_v4l2src_capture_stop):
7305 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
7306 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
7307 (gst_ximagesink_chain):
7308 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
7309 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
7310 (gst_xvideosink_xwindow_new):
7311 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
7312 (gst_xvimagesink_chain):
7314 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
7316 * gst/volume/gstvolume.c: (gst_volume_set_volume),
7317 (gst_volume_get_volume), (volume_class_init), (volume_init),
7318 (volume_chain_int16), (volume_update_volume):
7319 * gst/volume/gstvolume.h:
7320 make code more readable by removing magic numbers
7321 make mixer interface export 0-100 range
7322 make it internally map to 0.0-1.0 range so users don't distort
7323 output by putting the sliders at full volume
7325 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
7327 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
7328 (gst_play_state_change), (gst_play_seek_to_time):
7329 block the tick callback for 0.5 secs after doing a seek
7331 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
7333 * gst-libs/gst/play/play.c: (gst_play_new):
7336 2004-02-01 Julien MOUTTE <julien@moutte.net>
7338 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
7339 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
7340 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
7341 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
7342 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
7343 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
7345 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
7348 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
7349 check for a function added in vorbis 1.1
7351 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
7353 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
7354 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
7355 really start/stop clock only on PLAYING <=> PAUSED
7356 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7357 remove \n from debugging lines
7358 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
7359 make it work when seeking does not
7360 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
7363 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
7365 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
7366 start clock on PAUSED=>PLAYING, not later
7367 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7368 extract correct time for different discont formats
7369 (gst_alsa_sink_get_time):
7370 don't segfault when no format is negotiated yet, just return 0
7371 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
7372 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
7374 handle flush and discont events correctly
7375 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
7376 handle discont events correctly
7378 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
7380 * gst-libs/gst/play/play.c: (gst_play_error_quark),
7381 (gst_play_error_create), (gst_play_error_plugin),
7382 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
7383 * gst-libs/gst/play/play.h:
7384 add error handling during creation
7385 * examples/gstplay/player.c: (main):
7386 use new gst_play_new
7389 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
7391 * ext/theora/theoradec.c: (theora_dec_chain):
7393 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7394 (vorbis_dec_src_event), (vorbis_dec_chain):
7395 add encoder tag, fix tag reading to be more error tolerant, change
7396 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
7397 gst_pad_event_default.
7398 * gst/tags/gstvorbistag.c:
7399 (gst_tag_list_from_vorbiscomment_buffer):
7400 undefine function specific define at end of function
7402 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
7404 * ext/flac/gstflac.c: (plugin_init):
7405 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
7406 * ext/flac/gstflacdec.h:
7407 * ext/flac/gstflacenc.h:
7410 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
7412 * examples/gstplay/player.c: s/gstplay.h/play.h/
7414 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
7416 * gst-libs/gst/play/Makefile.am:
7417 * gst-libs/gst/play/gstplay.c:
7418 * gst-libs/gst/play/gstplay.h:
7419 * gst-libs/gst/play/play.c:
7420 more surgery, operation complete
7422 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
7424 * gst-libs/gst/play/play.old.c:
7425 * gst-libs/gst/play/play.old.h:
7426 after CVS surgery by moving, remove
7427 * gst-libs/gst/play/playpipelines.c:
7430 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
7431 add negotiation error
7433 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
7435 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
7436 (gst_ogg_demux_push):
7437 add some seeking debug info
7438 send a flush when seeking
7440 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
7446 * ext/theora/Makefile.am:
7447 * ext/theora/theoradec.c:
7448 add theora video decoder. Does just do simple decoding for now and
7449 has been tested against Theora cvs only. It only works when theora
7450 is compiled with --enable-static.
7451 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
7452 always reset packetno on DISCONT
7454 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
7456 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
7459 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
7461 * gst/mpegaudioparse/gstmpegaudioparse.c:
7462 (mp3_type_frame_length_from_header):
7463 Fix header parsing - stolen from ffmpeg (thank you! :) ).
7465 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
7467 * ext/esd/esdsink.c: (gst_esdsink_init):
7468 Since we have static pad template caps, we don't need to negotiate;
7469 either the core errors out or we know the format.
7471 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
7473 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
7474 (gst_riff_read_seek):
7475 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
7476 (gst_ebml_read_seek):
7479 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
7481 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
7482 removee video/x-theora from vp3 decoder, it doesn't handle raw
7484 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
7485 fix bug with finalizing element that never went to PAUSED
7486 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
7487 length and position queries were swapped
7488 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7489 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
7490 (vorbis_dec_src_event):
7491 implement querying time and bytes
7493 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
7495 * just about every source file:
7496 gst_element_error -> GST_ELEMENT_ERROR
7498 2004-01-29 Julien MOUTTE <julien@moutte.net>
7500 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
7501 emiting FLUSH and even before DISCONT.
7502 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
7503 get the best instant seeking as possible yay!
7505 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
7507 * gst/mpeg1videoparse/gstmp1videoparse.c:
7508 (gst_mp1videoparse_real_chain):
7509 Committed wrong version last week... Grr... Didn't notice until now.
7511 2004-01-29 Julien MOUTTE <julien@moutte.net>
7513 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
7514 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
7515 have_xwindow_id signal in xwindow_create.
7517 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
7519 * ext/ogg/gstoggdemux.c:
7520 lots of changes - mainly support for chained bitstreams, seeking,
7521 querying and bugfixes of course
7522 * ext/vorbis/Makefile.am:
7523 * ext/vorbis/vorbisdec.c:
7524 * ext/vorbis/vorbisdec.h:
7525 add vorbisdec raw vorbis decoder
7526 * ext/vorbis/vorbis.c: (plugin_init):
7527 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
7528 * gst/intfloat/Makefile.am:
7529 * gst/intfloat/float22int.c:
7530 * gst/intfloat/float22int.h:
7531 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
7532 add float2intnew plugin. It converts multichannel interleaved float to
7533 multichannel interleaved int. The name should probably be changed.
7534 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
7536 add typefinding for raw theora video so oggdemux can detect it.
7538 2004-01-28 Julien MOUTTE <julien@moutte.net>
7540 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
7542 * gst/videoscale/gstvideoscale.c:
7543 (gst_videoscale_handle_src_event): Fixing src event handler.
7545 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
7547 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
7548 (gst_v4lsrc_open), (gst_v4lsrc_close),
7549 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
7550 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
7551 * sys/v4l/gstv4lsrc.h:
7552 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
7553 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
7554 Implement resizing... Hack. But that's why v4l is b0rked...
7556 2004-01-28 Julien MOUTTE <julien@moutte.net>
7558 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7559 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
7560 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
7561 (gst_ximagesink_xwindow_destroy):
7562 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
7563 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
7564 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
7565 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
7566 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
7567 correctly cleaning the image created to check xshm calls on succes,
7568 added a lot of XSync calls in X11 functions, and fixed a segfault when
7569 no image format was defined before negotiation happened.
7571 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
7573 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
7574 use gst_element_get_time to get correct time
7576 2004-01-28 Julien MOUTTE <julien@moutte.net>
7578 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
7579 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
7580 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
7581 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
7582 (gst_xvimagesink_check_xshm_calls),
7583 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
7584 X plugins are now able to detect that XShm calls will fail even if the
7585 server claims that it has XShm support (remote displays most of the
7586 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
7587 so that we use non XShm functions. This feature is almost useless for
7588 xvimagesink as Xv is not supported on remote displays anyway, but
7589 it might happen than even on the local display XShm calls fail.
7591 2004-01-27 David Schleef <ds@schleef.org>
7593 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
7594 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
7595 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
7596 changed esdsink to only use 44100,16,2, since esd sucks at rate
7597 conversion and esdsink has had difficulty negotiating.
7599 2004-01-27 Julien MOUTTE <julien@moutte.net>
7601 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
7602 (gst_play_seek_to_time): Fixing the way to get current position.
7604 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
7606 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
7607 use gst_element_get_time to get correct time
7609 2004-01-27 Julien MOUTTE <julien@moutte.net>
7611 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
7612 fix ever... Inverting 2 lines of code make spider autoplug correctly
7615 2004-01-27 David Schleef <ds@schleef.org>
7617 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
7618 Use gst_pad_try_set_caps_nonfixed().
7620 2004-01-27 David Schleef <ds@schleef.org>
7622 * gst/ac3parse/gstac3parse.c: update to checklist 5
7623 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
7624 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
7625 * gst/audioscale/gstaudioscale.c: same
7626 * gst/auparse/gstauparse.c: same
7627 * gst/avi/gstavidemux.c: same
7629 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
7631 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
7632 stop processing after EOS
7634 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
7636 * gst/asfdemux/asfheaders.h:
7637 * gst/asfdemux/gstasfdemux.c:
7638 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
7639 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
7640 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
7641 lot's of fixes to make data extraction simpler and get the code
7642 architecture and compiler independant. Add debugging category
7643 * gst/goom/gstgoom.c: (gst_goom_change_state):
7644 reset channel count on PAUSED=>READY, not READY=>PAUSED
7646 2004-01-26 Colin Walters <walters@verbum.org>
7648 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
7649 code to pull a bigger buffer in iradio mode. This as a side effect
7650 makes typefinding work.
7652 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
7654 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
7655 Fix SVQ3 decoding on PPC
7657 2004-01-26 Julien MOUTTE <julien@moutte.net>
7659 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
7660 that one managed to stay there... Fixed.
7662 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
7664 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
7665 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
7666 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
7667 (qtdemux_video_caps):
7668 * gst/qtdemux/qtdemux.h:
7669 Add SVQ3 specific flags to qtdemux and ffmpeg
7671 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
7673 * gst-libs/gst/audio/audio.h:
7674 remove buffer-frames from audio caps
7675 * gst/audioconvert/gstaudioconvert.c:
7676 fix plugin to really work.
7678 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
7680 * gst-libs/gst/mixer/mixer.c:
7681 * gst-libs/gst/propertyprobe/propertyprobe.c:
7682 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
7683 (gst_tuner_find_channel_by_name):
7684 * gst-libs/gst/tuner/tuner.h:
7685 Add gtk-doc style comments. Also fix a function name.
7687 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
7689 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
7690 (gst_divxdec_negotiate):
7691 Fix for new capsnego - also fixes gst-player with divxdec.
7693 2004-01-25 Julien MOUTTE <julien@moutte.net>
7695 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
7696 (gst_play_identity_handoff), (gst_play_set_location),
7697 (gst_play_set_visualization), (gst_play_connect_visualization): Another
7698 try in visualization implementation. Still have an issue with switch
7699 blocking when pulling from video_queue and only audio comes out of
7701 * gst/switch/gstswitch.c: (gst_switch_release_pad),
7702 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
7703 release method. And check if the pad is usable before pulling.
7705 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
7707 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
7708 (gst_videobalance_init),
7709 (gst_videobalance_colorbalance_list_channels),
7710 (gst_videobalance_colorbalance_set_value),
7711 (gst_videobalance_colorbalance_get_value),
7712 (gst_videobalance_update_properties),
7713 (gst_videobalance_update_tables_planar411),
7714 (gst_videobalance_planar411):
7715 * gst/videofilter/gstvideobalance.h:
7716 Implement lookup-tables. +/- 10x faster.
7718 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
7720 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
7721 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
7722 The index reading was broken. The rest worked fine, but the whole
7723 goal of my rewrite was to make avidemux readable, and this was
7724 not at all readable. Please use typed variables.
7726 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
7728 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
7729 Additional pad usability check.
7730 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
7731 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
7732 (gst_mp1videoparse_real_chain):
7733 Fix MPEG video stream parsing. The original plugin had several
7734 issues, including not timestamping streams where the source was
7735 not timestamped (this happens with PTS values in mpeg system
7736 streams, but MPEG video is also a valid stream on its own so
7737 that needs timestamps too). We use the display time code for that
7738 for now. Also, if one incoming buffer contains multiple valid
7739 frames, we push them all on correctly now, including proper EOS
7740 handling. Lastly, several potential segfaults were fixed, and we
7741 properly sync on new sequence/gop headers to include them in next,
7742 not previous frames (since they're header for the next frame, not
7743 the previous). Also see #119206.
7744 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
7746 Move caps setting so we only do it after finding several valid
7747 MPEG-1 fraes sequentially, not right after the first one (which
7748 might be coincidental).
7749 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
7750 (mpeg_video_type_find), (mpeg_video_stream_type_find),
7752 Add unsynced MPEG video stream typefinding, and change some
7753 probability values so we detect streams rightly. The idea is as
7754 follows: I can have an unsynced system stream which contains
7755 video. In the current code, I would randomly get a type for either
7756 system or video stream type found, because the probabilities are
7757 being calculated rather randomly. I now use fixed values, so we
7758 always prefer system stream if that was found (and that is how it
7759 should be). If no system stream was found, we can still identity the stream as video-only.
7761 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
7763 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
7764 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
7765 don't write to buffer. Extract data without the need of
7766 __attribute__ ((packed))
7768 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
7770 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
7771 (mpeg1_sys_type_find):
7772 Fix MPEG-1 stream typefinding.
7774 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
7776 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
7777 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
7779 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
7781 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
7782 * ext/esd/gstesd.c: (plugin_init):
7783 private debugging, better error reporting
7785 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
7787 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
7788 (gst_riff_read_init), (gst_riff_read_change_state):
7789 * gst-libs/gst/riff/riff-read.h:
7790 Remove stuff fromold metadata system.
7792 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
7794 * ext/ogg/gstoggdemux.c:
7795 Fix wrong file comment.
7796 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
7797 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
7798 Add metadata reading properly.
7800 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
7803 Fix nas DIST_SUBDIRS
7805 Fix bug where make distcheck doesn't get run on adding stuff to
7808 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
7810 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
7811 * ext/divx/gstdivxdec.h:
7812 Fix divx3 ("msmpeg4") playback using divxdec.
7814 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
7816 * gst/typefind/gsttypefindfunctions.c:
7817 (mp3_type_frame_length_from_header): fix bug in length computation
7818 (mp3_type_find): improve debugging output
7820 2004-01-23 Julien MOUTTE <julien@moutte.net>
7822 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
7823 (gst_play_set_location), (gst_play_seek_to_time),
7824 (gst_play_set_audio_sink), (gst_play_set_visualization),
7825 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
7826 the pipeline from scratch. Visualization is back and switch went out as
7827 i realized it was not possible to use the way i wanted.
7828 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
7829 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
7830 clearing in state change from READY to NULL. So that one can clean the
7831 X ressources keeping the element.
7832 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
7833 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
7834 (gst_xvimagesink_colorbalance_set_value),
7835 (gst_xvimagesink_colorbalance_get_value),
7836 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
7837 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
7838 change from READY to NULL and fixed some stupid bugs in colorbalance
7839 get/set values. Also added the following feature : when nobody tries to
7840 set some values to the colorbalance levels before the xcontext is
7841 grabbed, then when creating channels list from Xv attributes we set the
7842 internal values to the Xv defaults. This way we handle buggy Xv drivers
7843 that set default hue values far from the middle of the range (Thanks
7844 to Jon Trowbridge for pointing that issue).
7845 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
7846 colorbalance levels have been set before xcontext is grabbed.
7848 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
7850 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
7851 Fix the ossmixer case where we shouldn't open /dev/dsp* because
7852 it might block operations (which is bad for a mixer).
7854 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
7856 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
7857 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
7858 (gmip_find_type_pre):
7859 * gst-libs/gst/media-info/media-info-priv.h:
7860 * gst-libs/gst/media-info/media-info.c:
7861 (gst_media_info_instance_init), (gst_media_info_read_idler):
7862 add fakesink to get caps on decoder src pad again
7863 fix callback prototype to match new have_type signal signature
7865 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
7867 * gst/adder/gstadder.c: (gst_adder_link):
7868 fix non-compile and cut-n-paste code
7870 2004-01-21 David Schleef <ds@schleef.org>
7872 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
7873 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
7874 (gst_swfdec_init), (gst_swfdec_change_state):
7875 * ext/swfdec/gstswfdec.h:
7877 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
7878 (gst_adder_request_new_pad): Fix negotiation.
7879 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
7880 Add a fixate function.
7881 * gst/intfloat/gstfloat2int.c:
7882 * gst/intfloat/gstfloat2int.h:
7883 * gst/intfloat/gstint2float.c:
7884 * gst/intfloat/gstint2float.h:
7885 Completely rewrite the negotiation. Doesn't quite work yet,
7886 due to some buffer-frames problem.
7888 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
7890 * ext/gnomevfs/gstgnomevfssrc.c:
7891 * sys/v4l2/v4l2_calls.h:
7892 fix includes for distcheck
7894 2004-01-21 Christian Schaller <uraeus@gnome.org>
7897 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
7898 based on earlier patch from Laurent Vivier
7900 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
7902 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
7903 Fix wma caps property
7904 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
7905 Fix typo (flags1 and flags2)
7907 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
7909 * gst-libs/gst/media-info/media-info-priv.c:
7910 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
7911 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
7912 (gmip_find_stream), (gmip_find_track_metadata),
7913 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
7914 (gmip_find_track_format):
7915 * gst-libs/gst/media-info/media-info-priv.h:
7916 * gst-libs/gst/media-info/media-info-test.c: (main):
7917 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
7918 (gst_media_info_read_idler), (gst_media_info_read):
7919 * gst-libs/gst/media-info/media-info.h:
7920 register debugging category and use it for debugging
7922 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
7924 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
7925 (gst_vorbisfile_new_link):
7926 signal streaminfo through tags
7928 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
7930 * ext/mplex/gstmplex.cc:
7931 * ext/mplex/gstmplexibitstream.cc:
7932 g++ doesn't like NULL in our i18n/error macros, should be
7933 either (NULL) or ("").
7935 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
7937 * sys/dxr3/dxr3audiosink.c:
7938 * sys/dxr3/dxr3init.c:
7939 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
7940 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
7941 Fix more error error error errors (missing includes here).
7943 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
7945 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
7946 fix thomas' error errors.
7948 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
7950 * ext/mpeg2enc/gstmpeg2enc.cc:
7953 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
7955 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
7956 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
7957 Fix for new error system.
7959 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
7961 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
7962 fix for new error reporting
7964 2004-01-20 David Schleef <ds@schleef.org>
7966 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7967 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
7968 (gst_ximagesink_set_xwindow_id): Change to using a framerate
7969 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
7970 and neither is 100+, most likely.
7971 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7972 (gst_xvimagesink_getcaps): same
7974 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
7977 Up version requirement to 2.0.3 (not yet released) to avoid symbol
7978 clashes with ffmpeg.
7980 2004-01-20 Julien MOUTTE <julien@moutte.net>
7982 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
7983 (gst_switch_init): Fixed switch element : proxying link and setting
7984 caps from src to sink on request.
7986 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
7988 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
7989 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
7990 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
7993 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
7995 * sys/v4l/v4l_calls.h:
7996 * sys/v4l2/v4l2_calls.h:
7999 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
8001 * gst-libs/gst/gst-i18n-plugin.h:
8003 remove config.h inclusion
8005 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
8008 adding autopoint invocation
8011 * gst-libs/gst/gettext.h:
8013 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
8014 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
8015 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8016 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
8017 (gst_gnomevfssink_close_file):
8018 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
8019 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
8020 * gst-libs/gst/gst-i18n-plugin.h:
8021 * gst/avi/gstavi.c: (plugin_init):
8022 * sys/dxr3/dxr3init.c: (plugin_init):
8023 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
8024 * sys/oss/gstossaudio.c: (plugin_init):
8025 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
8026 * sys/v4l/gstv4l.c: (plugin_init):
8027 * sys/v4l/v4l_calls.c: (gst_v4l_open):
8028 * sys/v4l2/gstv4l2.c: (plugin_init):
8029 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8030 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
8031 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
8032 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
8033 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
8034 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
8035 make sure locale and translation domain are set
8036 fix translated strings
8042 put translation files into place
8043 * sys/xvideo/imagetest.c: (main):
8044 * ext/dv/demo-play.c: (main):
8045 fix unnecessary translations
8047 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
8049 * ext/sndfile/gstsf.c:
8050 * gst/avi/gstavimux.c:
8051 * ext/audiofile/gstafsink.c:
8052 * ext/audiofile/gstafsrc.c:
8053 * ext/gnomevfs/gstgnomevfssink.c:
8054 * ext/gnomevfs/gstgnomevfssrc.c:
8055 * sys/oss/gstosselement.c:
8056 * sys/v4l/v4l_calls.h:
8059 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
8061 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8062 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
8063 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
8064 (gst_v4l2_get_output), (gst_v4l2_set_output),
8065 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
8066 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
8067 (gst_v4l2_set_attribute):
8068 update to new error handling
8070 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
8072 * ext/sidplay/gstsiddec.cc:
8073 * gst/modplug/gstmodplug.cc:
8074 parenthese NULL because C++ seems angry about it
8076 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
8078 * gst-libs/gst/gst-i18n-plugin.h:
8079 add skeleton i18n stuff, but needs to be further implemented
8081 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
8083 * examples/gstplay/player.c: (main):
8084 * ext/aalib/gstaasink.c: (gst_aasink_open):
8085 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
8086 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8087 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
8088 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
8089 (gst_afsink_close_file):
8090 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
8091 (gst_afsrc_close_file):
8092 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
8093 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
8094 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
8095 * ext/esd/esdmon.c: (gst_esdmon_get):
8096 * ext/esd/esdsink.c: (gst_esdsink_chain):
8097 * ext/faac/gstfaac.c: (gst_faac_chain):
8098 * ext/faad/gstfaad.c: (gst_faad_chain):
8099 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
8100 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
8101 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
8102 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
8104 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
8105 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
8106 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
8107 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
8108 (gst_gnomevfssink_close_file):
8109 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
8110 (gst_gnomevfssrc_open_file):
8111 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
8112 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
8113 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
8114 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
8115 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
8116 * ext/mad/gstmad.c: (gst_mad_chain):
8117 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
8118 * ext/mpeg2dec/gstmpeg2dec.c:
8119 * ext/mpeg2enc/gstmpeg2enc.cc:
8120 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
8121 * ext/mplex/gstmplex.cc:
8122 * ext/mplex/gstmplexibitstream.cc:
8123 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
8124 (gst_ogg_demux_push), (gst_ogg_pad_push):
8125 * ext/raw1394/gstdv1394src.c:
8126 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
8127 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
8128 * ext/sidplay/gstsiddec.cc:
8129 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
8131 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
8132 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
8133 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
8134 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
8135 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
8136 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
8137 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
8138 * gst-libs/gst/Makefile.am:
8139 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
8140 (gst_riff_read_element_data), (gst_riff_read_seek),
8141 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
8142 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
8143 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
8144 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
8145 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
8146 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
8147 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
8148 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
8149 * gst/goom/gstgoom.c: (gst_goom_chain):
8150 * gst/id3/gstid3types.c: (gst_id3types_loop):
8151 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
8152 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
8153 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
8154 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
8155 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
8156 (gst_ebml_read_float), (gst_ebml_read_header):
8157 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
8158 (gst_matroska_demux_parse_blockgroup):
8159 * gst/modplug/gstmodplug.cc:
8160 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8161 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
8162 * gst/oneton/gstoneton.c: (gst_oneton_chain):
8163 * gst/silence/gstsilence.c: (gst_silence_get):
8164 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
8165 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
8166 * gst/speed/gstspeed.c: (speed_loop):
8167 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
8168 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
8169 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
8170 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
8171 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
8172 (gst_wavparse_loop):
8173 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
8174 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
8175 (dxr3audiosink_close):
8176 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
8177 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
8178 (dxr3videosink_close), (dxr3videosink_write_data):
8179 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
8180 * sys/oss/gstosselement.h:
8181 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
8182 (gst_osssink_chain):
8183 * sys/oss/gstosssrc.c: (gst_osssrc_get):
8184 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
8185 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
8186 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
8187 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
8188 (gst_v4l_enable_overlay):
8189 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
8190 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
8191 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
8192 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
8193 (gst_v4l_set_audio):
8194 * sys/v4l/v4l_calls.h:
8195 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
8196 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
8197 (gst_v4lmjpegsink_playback_init),
8198 (gst_v4lmjpegsink_playback_start):
8199 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
8200 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
8201 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
8202 (gst_v4lmjpegsrc_requeue_frame):
8203 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
8204 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
8205 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
8206 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
8207 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8208 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
8209 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
8210 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
8211 (gst_v4l2src_capture_stop):
8212 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
8213 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
8214 (gst_ximagesink_chain):
8215 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
8216 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
8217 (gst_xvideosink_xwindow_new):
8218 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8219 (gst_xvimagesink_chain):
8220 use new error signal, function and categories
8222 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
8226 * ext/musicbrainz/gsttrm.c:
8227 * ext/musicbrainz/gsttrm.h:
8228 * ext/musicbrainz/Makefile.am:
8231 2004-01-18 Julien MOUTTE <julien@moutte.net>
8233 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
8234 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
8235 synchronous property for debugging.
8236 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
8237 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8238 (gst_xvimagesink_set_property): Moving a pointer declaration to a
8239 smaller block, fixing indent.
8241 2004-01-16 David Schleef <ds@schleef.org>
8243 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
8244 property affects the video stream.
8245 * sys/xvimage/xvimagesink.c:
8246 * sys/xvimage/xvimagesink.h:
8247 Add synchronous property for debugging. Should probably be
8248 disabled in non-CVS builds. Make sure that the Xv attribute
8249 exists before we set it (crash!). Fix a silly float bug that
8250 caused colorbalance to just not work.
8252 2004-01-17 Christian Schaller <Uraeus@gnome.org>
8254 * tools/gst-launch-ext.in - update for new plugins
8256 2004-01-16 David Schleef <ds@schleef.org>
8258 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
8261 2994-01-16 Christian Schaller <Uraeus@gnome.org>
8263 * Update spec for new colorspace plugin and libcaca plugin
8264 * Fix compilation of libcaca plugin (clock -> id)
8266 2004-01-16 Julien MOUTTE <julien@moutte.net>
8268 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
8269 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
8270 (gst_xvimagesink_set_xwindow_id),
8271 (gst_xvimagesink_colorbalance_set_value),
8272 (gst_xvimagesink_colorbalance_get_value),
8273 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8274 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
8275 correct colorbalance properties. They can now be set when the element
8276 is still in NULL state. The values will be committed to the Xv Port
8277 when xcontext is initialized.
8278 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
8279 brightness int values in the GstXvImagesink structure.
8281 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
8283 * gst-libs/gst/Makefile.am:
8284 restructure so having local patches works easier.
8286 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
8288 * ext/mpeg2enc/Makefile.am:
8289 * ext/mpeg2enc/gstmpeg2enc.cc:
8290 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
8291 Bugfix with respect to EOS handling.
8293 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
8295 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
8296 Link with right caps (else, it segfaults).
8297 * ext/mplex/gstmplexjob.cc:
8298 Fix for slight API change in 1.6.1.93 release of mjpegtools.
8300 2004-01-15 David Schleef <ds@schleef.org>
8302 * gst-libs/gst/audio/Makefile.am:
8303 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
8305 * gst-libs/gst/audio/gstaudiofilter.c:
8306 * gst-libs/gst/audio/gstaudiofilter.h:
8307 Add bytes_per_sample and size and n_samples calculation.
8308 * gst-libs/gst/audio/gstaudiofilterexample.c:
8309 Remove, now autogenerated.
8310 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8311 Moved from gstaudiofilterexample, object name changed, code added
8312 so that it actually works.
8313 * gst-libs/gst/audio/make_filter:
8314 Script to build an audiofilter subclass from the template.
8315 * gst/colorspace/Makefile.am:
8316 * gst/colorspace/yuv2yuv.c:
8317 Remove file, since it's GPL, and we don't use it.
8319 2004-01-15 Julien MOUTTE <julien@moutte.net>
8321 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
8322 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
8323 them use the buffer free function to test how the buffer was allocated.
8325 2004-01-15 David Schleef <ds@schleef.org>
8327 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
8328 that handles osssink fallback.
8329 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8330 (gst_audio_convert_getcaps):
8331 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
8332 Add audio/x-qdm2 for QDM2 audio.
8333 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
8334 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
8335 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
8336 Decrease minimum size to 16x16.
8337 * gst/wavparse/gstwavparse.c:
8338 Convert disabled pad template caps to new caps.
8339 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
8340 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8341 (gst_xvimagesink_chain): Throw element error when display cannot
8342 be opened. Increase minimum framerate to 1.0. Check the data
8343 free function on a buffer to make sure it is the type we expect
8344 before manipulating it.
8346 2004-01-15 Julien MOUTTE <julien@moutte.net>
8348 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
8349 (gst_videobalance_colorbalance_set_value): Implement passthru if
8350 settings are in the middle.
8351 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
8353 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
8355 * gst/videofilter/Makefile.am:
8356 * gst/volume/Makefile.am:
8357 Since we use videofilter symbols, link to it.
8359 2004-01-15 Julien MOUTTE <julien@moutte.net>
8361 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
8362 mixer interface type to HARDWARE.
8363 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
8365 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
8366 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
8367 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
8368 (gst_volume_interface_init), (gst_volume_list_tracks),
8369 (gst_volume_set_volume), (gst_volume_get_volume),
8370 (gst_volume_set_mute), (gst_volume_mixer_init),
8371 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
8372 (volume_init): Implementing mixer interface.
8373 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
8374 * sys/oss/gstosselement.c: (gst_osselement_get_type),
8375 (gst_osselement_change_state): Removing some trailing commas in
8377 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
8378 interface type to HARDWARE.
8379 * sys/v4l/gstv4lcolorbalance.c:
8380 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
8382 * sys/v4l2/gstv4l2colorbalance.c:
8383 (gst_v4l2_color_balance_interface_init): Setting colorbalance
8384 interface type to HARDWARE.
8385 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
8386 same code than ximagesink for event handling.
8388 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
8390 * ext/snapshot/Makefile.am:
8391 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
8392 (gst_snapshot_chain):
8393 * ext/snapshot/gstsnapshot.h:
8394 This has to be a joke... Snapshot should be connected to a tee,
8395 colorspace element before it and EOS after that, where the other
8396 src of the tee receives normal data.
8397 The current way is *wrong*.
8399 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
8401 * ext/hermes/gsthermescolorspace.c:
8402 Fix another compile error. Same as below.
8404 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
8406 * gst/colorspace/gstcolorspace.c:
8407 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
8408 (gst_colorspace_i420_to_yv12):
8409 Fix compiling... Didn't test if it actually works.
8411 2004-01-15 David Schleef <ds@schleef.org>
8414 * gst/colorspace/Makefile.am:
8415 * gst/colorspace/gstcolorspace.c:
8416 * gst/colorspace/gstcolorspace.h:
8417 * gst/colorspace/yuv2rgb.c:
8418 * gst/colorspace/yuv2rgb.h:
8419 Duplicate the ext/hermes colorspace plugin, and remove Hermes
8420 code and GPL code. Fix for new caps negotiation. Rewrite
8421 much of the format handling code, and some of the conversion
8422 code. Basically, rewrote almost everything. This element
8423 handles I420, YV12 to RGB conversions.
8424 * ext/hermes/Makefile.am:
8425 * ext/hermes/gsthermescolorspace.c:
8426 Rename colorspace to hermescolorspace. Fix negotiation issues.
8427 Remove non-Hermes related code. This element handles lots of
8428 RGB to RGB conversions, but no YUV.
8429 * ext/hermes/gstcolorspace.c:
8430 * ext/hermes/gstcolorspace.h:
8431 * ext/hermes/rgb2yuv.c:
8432 * ext/hermes/yuv2rgb.c:
8433 * ext/hermes/yuv2rgb.h:
8434 * ext/hermes/yuv2rgb_mmx16.s:
8435 * ext/hermes/yuv2yuv.c:
8436 * ext/hermes/yuv2yuv.h:
8439 2004-01-14 Colin Walters <walters@verbum.org>
8441 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
8442 they've already been.
8444 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
8446 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
8447 assume tag mode when pad is not connected
8449 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
8451 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8452 Don't update the time of the clock
8453 (gst_alsa_sink_loop):
8454 sync to the clock given to alsasink, not the own clock
8455 * sys/oss/gstosssink.c: (gst_osssink_chain):
8457 (gst_osssink_change_state):
8459 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
8460 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
8461 remove bogus code that made DISCONT events unhandled
8462 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
8463 explicitly case to double in _set_simple. (fixes 2nd warning in bug
8465 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
8466 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
8467 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
8468 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
8469 2nd warning in bug #131502)
8471 2004-01-14 Julien MOUTTE <julien@moutte.net>
8473 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
8474 (gst_videobalance_colorbalance_set_value),
8475 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
8476 for colorbalance interface implementation.
8477 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
8478 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8479 (gst_ximagesink_dispose), (gst_ximagesink_init),
8480 (gst_ximagesink_class_init): Adding DISPLAY property.
8481 * sys/ximage/ximagesink.h: Adding display_name to store display.
8482 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8483 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8484 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
8485 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
8486 properties (they still need polishing though for gst-launch use : no
8487 xcontext yet, i ll do that tomorrow).
8488 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
8490 2004-01-14 Julien MOUTTE <julien@moutte.net>
8492 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
8493 (gst_play_set_location), (gst_play_set_visualization): Preparing
8494 switch integration, adding videobalance in the pipeline.
8496 2004-01-14 Julien MOUTTE <julien@moutte.net>
8498 * gst-libs/gst/colorbalance/colorbalance.c:
8499 (gst_color_balance_class_init): Adding a default type.
8500 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
8502 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
8503 (gst_videobalance_dispose), (gst_videobalance_class_init),
8504 (gst_videobalance_init), (gst_videobalance_interface_supported),
8505 (gst_videobalance_interface_init),
8506 (gst_videobalance_colorbalance_list_channels),
8507 (gst_videobalance_colorbalance_set_value),
8508 (gst_videobalance_colorbalance_get_value),
8509 (gst_videobalance_colorbalance_init): Implementing colorbalance
8511 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
8513 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
8514 bug which was triggering a BadAccess X error when setting an overlay
8515 before pad was really negotiated.
8516 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
8517 Using the colorbalance type macro.
8519 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
8521 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
8522 (gst_flacenc_chain):
8523 handle tags correctly
8524 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
8525 extract ID3v1 tags correctly
8527 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
8529 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
8531 Improve matroska typefinding for odd-typed headers...
8533 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
8535 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
8536 Fix for using incremental number on padnames.
8538 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
8540 * ext/divx/gstdivxdec.c:
8541 * ext/divx/gstdivxenc.c:
8542 Set category to divx4linux instead of divx (too generic).
8543 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
8544 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
8545 (gst_wavparse_loop), (gst_wavparse_change_state):
8546 * gst/wavparse/gstwavparse.h:
8547 fix parsing of WAV files with non-standard fmt-tag size and fix
8548 skipping of unrecognized chunks... Someone please fix this thing
8549 to use rifflib so all this is automated.
8550 * sys/v4l/Makefile.am:
8551 * sys/v4l2/Makefile.am:
8552 Add X_CFLAGS because we depend on X (for overlay).
8554 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
8556 * ext/mpeg2dec/gstmpeg2dec.c:
8557 Don't issue a timestamp unless we tagged the frame
8560 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
8562 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
8563 Query the audio element to get the time, not the clock. We're
8564 interested in the element's time here.
8566 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
8568 * ext/aalib/gstaasink.c: (gst_aasink_chain):
8569 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8570 * ext/esd/esdsink.c: (gst_esdsink_chain):
8571 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
8572 * ext/mas/massink.c: (gst_massink_chain):
8573 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
8574 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
8575 (gst_matroska_demux_parse_metadata):
8576 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
8577 (gst_mpeg_parse_release_locks):
8578 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
8579 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
8580 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
8581 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
8582 (gst_osssink_change_state):
8583 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
8584 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
8585 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
8586 (gst_xvideosink_release_locks):
8587 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
8589 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
8590 (gst_alsa_clock_stop):
8591 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
8592 (gst_audio_clock_get_internal_time):
8593 simplify for use with new clocking code.
8594 * testsuite/alsa/Makefile.am:
8595 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
8596 fix testsuite for new caps system
8598 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
8600 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
8601 * ext/flac/gstflacenc.c: (add_one_tag):
8602 length is already host endian, no need to convert. Fixes playback of
8603 tagged files on PPC. (bug #128384)
8605 2004-01-13 Julien MOUTTE <julien@moutte.net>
8607 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
8608 colorbalance interface stating if it is hardware based or software
8610 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
8611 Removing a trailing comma.
8612 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8613 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
8614 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
8615 the documentation seems to be wrong on the -1000 to 1000 interval.
8617 2004-01-12 David Schleef <ds@schleef.org>
8619 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
8620 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
8621 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
8622 Fix negotiation. Add a bufferalloc function for the sink pad,
8623 and generally clean up some of the code.
8625 2004-01-12 Julien MOUTTE <julien@moutte.net>
8627 * gst-libs/gst/colorbalance/colorbalancechannel.c:
8628 (gst_color_balance_channel_dispose): Adding safety check in dispose
8630 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8631 (gst_xvimagesink_xcontext_clear),
8632 (gst_xvimagesink_interface_supported),
8633 (gst_xvimagesink_colorbalance_list_channels),
8634 (gst_xvimagesink_colorbalance_set_value),
8635 (gst_xvimagesink_colorbalance_get_value),
8636 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
8637 Adding colorbalance interface support to set XV parameters such as
8638 HUE, BRIGHTNESS, CONTRAST, SATURATION.
8639 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
8642 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
8644 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
8645 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
8646 (gst_audio_convert_init), (gst_audio_convert_set_property),
8647 (gst_audio_convert_get_property), (gst_audio_convert_chain),
8648 (gst_audio_convert_link),
8649 (gst_audio_convert_buffer_to_default_format),
8650 (gst_audio_convert_buffer_from_default_format), (plugin_init):
8651 - implement _getcaps and use it
8653 - remove float caps since no float conversion is actually done
8654 - remove properties and arguments that were to be used for rate
8657 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
8659 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
8660 (gst_audio_structure_set_int):
8661 * gst-libs/gst/audio/audio.h:
8662 add helper functions for _getcaps matching the standard audio
8665 2004-01-12 David Schleef <ds@schleef.org>
8667 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
8668 Test that pad is negotiated before getting its caps.
8670 2004-01-12 Julien MOUTTE <julien@moutte.net>
8672 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
8673 analyzing the pads of an element the bin is mostly in READY state so
8674 no caps were negotiated. This helper function needs to work with
8675 _get_caps directly then. I was not freeing them though, added that to
8678 2004-01-12 Julien MOUTTE <julien@moutte.net>
8680 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
8681 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
8682 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
8685 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
8687 * sys/oss/gstossaudio.c: (plugin_init):
8688 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
8689 * sys/oss/gstosselement.h:
8690 make an oss debugging category
8691 make failure more descriptive
8693 2004-01-11 David Schleef <ds@schleef.org>
8695 * ext/ffmpeg/gstffmpeg.c:
8696 * ext/ffmpeg/gstffmpegcodecmap.c:
8697 * ext/ffmpeg/gstffmpegdec.c:
8698 * ext/ffmpeg/gstffmpegenc.c:
8699 * ext/ffmpeg/gstffmpegprotocol.c:
8700 * ext/gdk_pixbuf/gstgdkanimation.c:
8701 * ext/jpeg/gstjpeg.c:
8702 * ext/libpng/gstpng.c:
8703 * ext/mpeg2dec/perftest.c:
8704 * ext/speex/gstspeex.c:
8705 * gst-libs/gst/resample/dtos.c:
8706 * gst/intfloat/gstintfloatconvert.c:
8707 * gst/oneton/gstoneton.c:
8708 * gst/rtjpeg/RTjpeg.c:
8710 * sys/dxr3/dxr3init.c:
8711 * sys/glsink/gstgl_nvimage.c:
8712 * sys/glsink/gstgl_pdrimage.c:
8713 * sys/glsink/gstglsink.c:
8714 * testsuite/gst-lint:
8715 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
8717 2004-01-11 David Schleef <ds@schleef.org>
8719 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
8720 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
8721 * ext/gdk_pixbuf/gstgdkanimation.c:
8722 (gst_gdk_animation_iter_create_pixbuf):
8723 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
8724 (gst_gdk_pixbuf_chain):
8725 * ext/gdk_pixbuf/gstgdkpixbuf.h:
8726 * ext/jack/gstjack.c: (gst_jack_change_state):
8727 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
8728 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
8729 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
8730 * gst/videofilter/gstvideofilter.c:
8731 (gst_videofilter_set_output_size):
8732 Remove all usage of gst_pad_get_caps(), and replace it with
8733 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
8735 2004-01-11 David Schleef <ds@schleef.org>
8738 * ext/Makefile.am: Fixes to make ext/libcaca compile.
8739 * ext/divx/gstdivxdec.c:
8740 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
8741 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
8742 handle images that span multiple buffers. Now work with both
8743 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
8744 * ext/gdk_pixbuf/gstgdkpixbuf.h:
8745 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
8746 video/video.h changes
8747 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
8748 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
8749 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
8750 of GstData free function.
8751 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
8754 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
8756 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
8757 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
8758 (gst_v4l2element_get_property):
8759 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
8760 add norm, channel and frequency properties.
8761 * sys/v4l2/gstv4l2tuner.c:
8762 fixes for tuner interface changes
8763 * sys/v4l2/gstv4l2element.h:
8764 * sys/v4l2/gstv4l2src.c:
8765 * sys/v4l2/gstv4l2src.h:
8766 * sys/v4l2/v4l2src_calls.c:
8767 * sys/v4l2/v4l2src_calls.h:
8768 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
8770 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
8772 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
8773 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
8774 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
8775 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
8776 * gst-libs/gst/tuner/tuner.h:
8777 GObjects aren't const.
8778 Add find_by_name functions.
8779 Add checks to _changed functions.
8780 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
8781 (gst_v4l_tuner_get_norm):
8784 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
8786 * gst-libs/gst/video/video.h:
8787 Fix caps template names to be understandable.
8788 Prefix everything with GST_VIDEO.
8789 * ext/aalib/gstaasink.c:
8790 * ext/divx/gstdivxdec.c:
8791 * ext/divx/gstdivxenc.c:
8792 * ext/gdk_pixbuf/gstgdkpixbuf.c:
8793 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
8794 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
8795 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
8796 * ext/libcaca/gstcacasink.c:
8797 * ext/libpng/gstpngenc.c: (raw_caps_factory):
8798 * ext/snapshot/gstsnapshot.c:
8799 * ext/swfdec/gstswfdec.c:
8800 * ext/xvid/gstxviddec.c:
8801 * ext/xvid/gstxvidenc.c:
8802 * gst/chart/gstchart.c:
8803 * gst/deinterlace/gstdeinterlace.c:
8804 * gst/effectv/gsteffectv.c:
8805 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
8806 * gst/goom/gstgoom.c:
8807 * gst/median/gstmedian.c:
8808 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
8809 (gst_monoscope_srcconnect), (gst_monoscope_chain):
8810 * gst/overlay/gstoverlay.c:
8811 * gst/smooth/gstsmooth.c:
8812 * gst/smpte/gstsmpte.c:
8813 * gst/synaesthesia/gstsynaesthesia.c:
8814 * gst/videocrop/gstvideocrop.c:
8815 * gst/videodrop/gstvideodrop.c:
8816 * gst/y4m/gsty4mencode.c:
8817 * sys/qcam/gstqcamsrc.c:
8818 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
8819 Make them work with new video.h file.
8820 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
8821 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
8822 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
8823 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
8824 Make it work with new buffer allocation system.
8826 2004-01-11 Julien MOUTTE <julien@moutte.net>
8828 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
8829 pad_alloc_buffer implementation to use ->srcpad
8830 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
8831 pad_alloc_buffer implementation to use ->srcpad
8832 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
8833 pad_alloc_buffer implementation to use ->srcpad
8834 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8835 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
8836 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
8837 a reference to everything we need.
8838 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
8839 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8840 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
8841 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
8842 a reference to everything we need.
8843 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
8845 2004-01-11 David Schleef <ds@schleef.org>
8847 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
8848 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
8849 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
8851 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
8852 value during a resize/renegotiation.
8853 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
8854 gst_pad_alloc_buffer();
8855 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
8856 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
8858 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
8859 Fix for rename of buffer private structure members.
8860 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
8861 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
8862 Fix for rename of buffer private structure members.
8863 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
8864 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
8865 Fix for rename of buffer private structure members.
8867 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
8869 reviewed by: David Schleef <ds@schleef.org>
8871 * gst/videofilter/Makefile.am:
8872 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
8873 from the patch by ds to fit in with recent make_filter changes.
8875 2004-01-11 Julien MOUTTE <julien@moutte.net>
8877 * configure.ac: Adding examples/switch/Makefile
8878 * examples/Makefile.am: Adding examples/switch
8879 * examples/switch/Makefile.am: Adding switcher example.
8880 * examples/switch/switcher.c: (got_eos), (idle_iterate),
8881 (switch_timer), (main): Adding an example demonstrating switch usage
8882 with 2 videotestsrc showing different patterns.
8883 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
8884 (gst_switch_init): Fixing switch with the new caps system.
8886 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
8888 * gst-libs/gst/video/video.h:
8889 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
8890 They should probably be like
8891 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
8893 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
8895 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
8896 (qtdemux_parse_trak):
8897 fix audio chunk size/timestamp calculation
8899 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
8901 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
8904 2004-01-11 Steve Baker <steve@stevebaker.org>
8906 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
8907 (gst_agingtv_base_init), (gst_agingtv_class_init),
8908 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
8909 (gst_agingtv_set_property), (gst_agingtv_get_property):
8910 Port agingTV to videofilter
8912 2004-01-09 Julien MOUTTE <julien@moutte.net>
8914 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
8915 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
8917 2004-01-09 Julien MOUTTE <julien@moutte.net>
8919 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
8920 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
8921 * gst-libs/gst/xoverlay/xoverlay.c:
8922 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
8923 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
8924 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
8925 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
8926 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
8927 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
8928 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
8929 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
8930 the bufferalloc_function to replace bufferpools, fixing the XOverlay
8931 interface implementation to handle xid being 0 and fix some bugs
8932 triggered by Benjamin's testcase.
8933 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
8934 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
8935 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
8936 the bufferalloc_function to replace bufferpools, fixing the XOverlay
8937 interface implementation to handle xid being 0 and fix some bugs
8938 triggered by Benjamin's testcase.
8940 2004-01-09 David Schleef <ds@schleef.org>
8942 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
8943 mouse pointer events. It works.
8945 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
8947 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
8948 Use explicit caps - fix capsnego.
8949 * ext/xvid/gstxviddec.c:
8950 * ext/xvid/gstxvidenc.c:
8951 Remove macro-inside-macro which caused compile errors.
8952 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
8953 Error out if it's not a RIFF file. Else we error out without
8954 gst_element_error() which is not good...
8956 2004-01-08 David Schleef <ds@schleef.org>
8958 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
8959 Fix pad_link function to handle formats that ffmpeg returns
8960 as multiple caps structures.
8961 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
8962 Only complain if source buffer is _smaller_ than expected.
8963 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
8964 (gst_videoscale_handle_src_event): Resize navigation events
8965 when passing them upstream.
8966 * gst/videotestsrc/gstvideotestsrc.c:
8967 * gst/videotestsrc/gstvideotestsrc.h:
8968 * gst/videotestsrc/videotestsrc.c:
8969 * gst/videotestsrc/videotestsrc.h:
8970 Rewrite many of the buffer painting functions to handle odd
8971 sizes (for many formats, size%4!=0 or size%8!=0). Most have
8972 been verified to work with my video card.
8973 * testsuite/gst-lint: Add check for elements calling
8974 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
8976 2004-01-08 David Schleef <ds@schleef.org>
8978 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
8979 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
8981 2004-01-08 Julien MOUTTE <julien@moutte.net>
8983 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
8984 configure event is not emiting the desired size signal. That fixes
8985 aspect ratio issues with gst-player.
8987 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
8989 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
8992 2004-01-08 Julien MOUTTE <julien@moutte.net>
8994 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
8995 public method to fire size signal.
8997 2004-01-07 Julien MOUTTE <julien@moutte.net>
8999 * examples/gstplay/Makefile.am: Adding the interface library.
9000 * gst-libs/gst/play/Makefile.am: Adding the interface library.
9001 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
9002 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
9003 GST_IS_X_OVERLAY before signal connect.
9004 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
9005 Removing the have_video_size signal.
9006 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
9007 and associated public method.
9008 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
9009 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
9011 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
9012 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
9014 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
9015 Using XOverlay public method to fire size signal.
9017 2004-01-07 David Schleef <ds@schleef.org>
9019 * gst/videofilter/Makefile.am:
9020 * gst/videofilter/gstvideotemplate.c:
9021 * gst/videofilter/make_filter:
9022 Create gstvideoexample.c in a srcdir!=builddir friendly way.
9023 Convert make_filter to /bin/sh script.
9025 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
9027 * gst/modplug/gstmodplug.cc: fix element description
9029 2004-01-07 Julien MOUTTE <julien@moutte.net>
9031 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
9032 (got_video_size): Adding some new lines in g_print calls.
9033 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
9034 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
9035 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
9036 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
9037 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
9038 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
9039 Complete code review, reverting some stuff i disagree with, adding
9040 some fixes : time synchronization on invalid timestamps, renegotiation
9042 * sys/ximage/ximagesink.h:
9043 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
9044 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
9045 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
9046 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
9047 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
9048 (gst_xvimagesink_buffer_new),
9049 (gst_xvimagesink_navigation_send_event),
9050 (gst_xvimagesink_set_xwindow_id),
9051 (gst_xvimagesink_get_desired_size),
9052 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
9053 stuff i disagree with, adding some fixes : Renegotiation of private
9054 window, implementing get_desired_size.
9056 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
9058 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
9059 (gst_afsink_handle_event):
9060 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
9061 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
9062 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
9063 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
9064 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
9065 Fix for instantiate-test (see core). Also remove dead code from
9066 jpegenc (which still needs fixing, but that's lower on my TODO
9068 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9069 Never return NULL as caps.
9071 2004-01-07 David Schleef <ds@schleef.org>
9075 * ext/librfb/Makefile.am:
9076 * ext/librfb/gstrfbsrc.c:
9077 New source plugin based on librfb-0.1. RFB (remote framebuffer)
9078 is the protocol used by VNC.
9080 2004-01-07 David Schleef <ds@schleef.org>
9082 * gst/videofilter/gstvideotemplate.c:
9083 * gst/videofilter/gstvideotemplate.h:
9084 * gst/videofilter/make_filter:
9085 Merge videotemplate header into source file.
9086 * gst/effectv/Makefile.am:
9087 * gst/effectv/gsteffectv.c: (plugin_init):
9088 * gst/effectv/gstwarp.c:
9089 Make warpTV a subclass of videofilter.
9091 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
9093 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
9094 Add guard against invalid utf-8 conversions in mad. Just in case.
9096 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
9098 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
9099 Fix for bug shown by poisoning
9101 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
9103 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
9104 (gst_v4lmjpegsrc_buffer_free):
9105 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
9106 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
9107 (gst_v4lsrc_buffer_free):
9108 Fix for removed bufferpools.
9110 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
9112 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
9113 Fix caps negotiation.
9115 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
9116 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
9117 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
9119 * ext/mpeg2dec/gstmpeg2dec.c:
9120 * gst-libs/gst/navigation/navigation.c:
9121 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
9122 * gst-libs/gst/navigation/navigation.h:
9123 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
9124 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
9125 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
9126 Super-simple first version of mouse and keyboard events. Clicking
9127 on a DVD menu now works, although it may not take you where you
9130 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
9131 * gst/videotestsrc/gstvideotestsrc.c:
9132 (gst_videotestsrc_src_fixate):
9133 These fixate functions were broken - they never actually
9136 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
9138 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
9139 (gst_icecastsend_init):
9140 fix for new caps system.
9141 * gst-libs/gst/mixer/mixertrack.h:
9142 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
9143 Add 'master track' flag (for tools like ACME that only want to
9144 change the main volume).
9146 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
9148 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
9149 (gst_xvid_csp_to_caps):
9150 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
9151 * ext/xvid/gstxvidenc.c:
9152 ifdef out ARGB type when it isn't available
9153 in xvidcore 1.0.0beta2
9155 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
9157 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
9158 When we have received a new SCR right in the first buffer after
9159 a seek (so in the same cycle that handles the discont), we should
9160 handle the buffer instead of unreffing it, else we lose data.
9162 2004-01-06 Iain <iain@prettypeople.org>
9164 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
9165 buffer-frames caps too.
9167 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
9168 caps that we need, don't destroy them all and rebuild them. And when
9169 creating src pads, use the src pad template rather than the sink...
9171 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
9173 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
9174 Add pad to element *after* setting functions such as event handler.
9175 Without this, the scheduler (opt) will link pads, set the event
9176 handler from the default event function (dispatcher in gstpad.c)
9177 and *after* that, we will set our own event function, which will
9178 thus never be used (and thus mpegdemux doesn't handle events).
9180 2004-01-04 David Schleef <ds@schleef.org>
9182 Fix the fixate functions to handle new prototype:
9183 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
9184 * gst/videotestsrc/gstvideotestsrc.c:
9185 (gst_videotestsrc_src_fixate):
9186 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
9187 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
9188 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
9190 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
9192 * sys/ximage/ximagesink.h:
9193 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
9194 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
9195 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
9196 (gst_ximagesink_xoverlay_init):
9197 assorted fixes to make (re)embedding work
9198 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
9199 (gst_ximagesink_get_desired_size):
9200 implement desired size additions to XOverlay
9202 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
9204 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
9205 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
9206 (gst_x_overlay_got_desired_size):
9207 * gst-libs/gst/xoverlay/xoverlay.h:
9208 Add optional "desired size" signal and querying.
9210 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
9212 * gst/matroska/matroska-demux.c:
9213 (gst_matroska_demux_parse_blockgroup):
9214 Fix EBML-laced block parsing. Diffs are relative to previous
9215 lace, not the first lace. Thanks to Mosu from the Matroska
9216 team for detecting this.
9217 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
9218 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
9219 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
9220 (gst_wavparse_change_state):
9221 * gst/wavparse/gstwavparse.h:
9222 Quickfix for capsnego.
9224 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
9226 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
9227 Fix indenting, fix pad creation.
9229 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
9231 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
9232 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
9233 (gst_xviddec_sink_link):
9234 Implement src_getcaps() so proper size caps is negotiated.
9236 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
9238 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
9239 Finish flac decoder on EOS. See #116178.
9241 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
9243 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
9244 (gst_matroska_demux_add_stream):
9245 * gst/matroska/matroska-ids.h:
9246 Add getcaps() function to fix capsnego...
9248 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
9250 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
9251 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
9252 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
9253 Fix more integer overflows. Again, see #126967.
9255 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
9257 * ext/mpeg2dec/gstmpeg2dec.c:
9258 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
9261 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
9264 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
9265 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
9266 * ext/xvid/gstxvid.h:
9267 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
9268 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
9269 (gst_xviddec_src_link), (gst_xviddec_sink_link),
9270 (gst_xviddec_change_state):
9271 * ext/xvid/gstxviddec.h:
9272 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
9273 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
9274 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
9275 (gst_xvidenc_link), (gst_xvidenc_set_property),
9276 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
9277 * ext/xvid/gstxvidenc.h:
9278 Update xvid plugin to latest xvid (1.0.0-beta3) API.
9280 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
9282 * gst/rtp/rtp-packet.c:
9283 Add sys/types.h include, since OS X doesn't define in_addr_t
9284 in netinet/in.h, like it does on Linux (see #129600).
9286 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
9288 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
9290 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
9291 Correct logic of dispose function (see #129306).
9293 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
9295 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
9296 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
9297 (gst_mpeg_parse_init):
9298 * gst/mpegstream/gstmpegparse.h:
9299 Remove clock (which was never provided, i.e. dead code), and
9300 also fix integer overflows at high PTS values (see #126967).
9302 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
9304 * ext/flac/gstflacdec.c:
9305 * ext/libpng/gstpngenc.h:
9306 * ext/mikmod/gstmikmod.h:
9307 OS X fixes (see #126628).
9309 2004-01-02 David Schleef <ds@schleef.org>
9311 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
9312 (gst_alsa_src_base_init): Remove bogus "src" request pad.
9313 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
9314 (gst_mpeg_parse_class_init): Move pad template registration
9315 to class_init, since the derived class (mpegdemux) doesn't
9318 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
9320 * sys/ximage/Makefile.am:
9321 * sys/xvideo/Makefile.am:
9322 * sys/xvimage/Makefile.am:
9323 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
9324 after installation (see #127664).
9326 2004-01-02 David Schleef <ds@schleef.org>
9328 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
9329 (gst_ffmpegenc_connect): Negotiation fixes.
9330 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
9331 Remove inappropriate gst_caps_free().
9332 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
9333 Reenable Ronald's internal resize code, since the core handles
9336 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
9338 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
9339 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
9340 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
9341 Fix pad template stuff.
9343 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
9345 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
9346 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
9347 fix signed integer reading/writing.
9349 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
9352 Remove outdated document
9354 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
9356 * gst/cutter/gstcutter.c: (gst_cutter_init):
9357 src pad was being created twice - oops.
9359 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
9361 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
9362 Comment out internal resize. It doesn't handle the resulting
9363 XEvent internally, does another try_set_caps() which leads to
9365 Real fix will come when Julien and Dave are awake. ;).
9367 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
9369 * ext/mpeg2enc/gstmpeg2enc.cc:
9370 fix const/nonconst compile issue.
9372 2004-01-02 David Schleef <ds@schleef.org>
9374 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
9375 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
9376 Add fixate function and a check for bad formats.
9378 2004-01-01 David Schleef <ds@schleef.org>
9381 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
9382 (gst_audiofilter_init):
9383 * gst/debug/efence.c: (gst_efence_init):
9384 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
9385 (gst_deinterlace_init):
9386 * gst/volume/gstvolume.c: (volume_connect):
9388 2004-01-01 David Schleef <ds@schleef.org>
9390 Convert elements to use gst_pad_use_explicit_caps() where
9392 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
9393 * ext/audiofile/gstafparse.c: (gst_afparse_init),
9394 (gst_afparse_open_file):
9395 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
9396 (gst_afsrc_open_file):
9397 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
9398 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
9399 (gst_ffmpegdec_chain):
9400 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
9401 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
9402 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
9403 (gst_gdk_pixbuf_chain):
9404 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
9405 (gst_jpegdec_chain):
9406 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
9407 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
9408 (gst_mikmod_negotiate):
9409 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
9410 (gst_mpeg2dec_negotiate_format):
9411 * ext/mpeg2enc/gstmpeg2enc.cc:
9412 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9413 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
9414 (gst_speexdec_sinkconnect):
9415 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
9416 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
9417 (gst_vorbisfile_new_link):
9418 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
9419 (gst_ac3parse_chain):
9420 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
9421 (gst_asf_demux_setup_pad):
9422 * gst/auparse/gstauparse.c: (gst_auparse_init),
9423 (gst_auparse_chain):
9424 * gst/id3/gstid3types.c: (gst_id3types_loop):
9425 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9426 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
9427 (mp1videoparse_parse_seq):
9428 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
9430 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
9431 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
9432 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
9433 (gst_mpeg_parse_send_data):
9434 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9435 (gst_qtdemux_add_stream):
9436 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
9437 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
9438 (gst_wavparse_parse_fmt):
9440 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
9443 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
9444 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
9445 it therefore uses the wrong include paths. Too bad... Note
9446 that 1.6.1.93 is not release yet. ;).
9447 Also add a check for mplex, which is now using the lib'ified
9448 mplex from mjpegtools, too.
9449 * ext/ffmpeg/gstffmpegcodecmap.c:
9450 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
9451 issues. I don't think ffmpeg handles 3ivx correctly, so this
9452 probably won't work. But it won't hurt either.
9453 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
9454 (gst_ffmpegdec_chain):
9455 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
9456 (gst_ffmpegenc_chain_audio):
9457 Fix memleak in audio encoding. Close codec if open fails, this
9458 calls the cleanup routines so we can re-use the context.
9459 * ext/mpeg2enc/gstmpeg2enc.cc:
9460 Fix pad template names/types, fix memory issue with getcaps().
9461 * ext/mpeg2enc/gstmpeg2encoder.cc:
9462 * ext/mpeg2enc/gstmpeg2encoder.hh:
9463 Fix compile issue with new caps system (const thingy).
9464 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
9465 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
9466 We read a first frame right on initing, so that we have a caps
9467 when we init the output. This caps is cached in padprivate and
9468 read as first frame.
9469 * ext/mplex/Makefile.am:
9470 * ext/mplex/gstmplex.cc:
9471 * ext/mplex/gstmplex.h:
9472 * ext/mplex/gstmplex.hh:
9473 * ext/mplex/gstmplexibitstream.cc:
9474 * ext/mplex/gstmplexibitstream.hh:
9475 * ext/mplex/gstmplexjob.cc:
9476 * ext/mplex/gstmplexjob.hh:
9477 * ext/mplex/gstmplexoutputstream.cc:
9478 * ext/mplex/gstmplexoutputstream.hh:
9479 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
9480 had issues, didn't do capsnego, supported only a subset of the
9481 mplex features and required a mplex fork in our local CVS. Plus
9482 that it worked agaist a very old mplex version. Rewriting was
9483 faster than updating it.
9484 * gst-libs/ext/Makefile.am:
9485 * gst-libs/ext/mplex/INSTRUCT:
9486 * gst-libs/ext/mplex/Makefile.am:
9487 * gst-libs/ext/mplex/README:
9488 * gst-libs/ext/mplex/TODO:
9489 * gst-libs/ext/mplex/ac3strm_in.cc:
9490 * gst-libs/ext/mplex/audiostrm.hh:
9491 * gst-libs/ext/mplex/audiostrm_out.cc:
9492 * gst-libs/ext/mplex/aunit.hh:
9493 * gst-libs/ext/mplex/bits.cc:
9494 * gst-libs/ext/mplex/bits.hh:
9495 * gst-libs/ext/mplex/buffer.cc:
9496 * gst-libs/ext/mplex/buffer.hh:
9497 * gst-libs/ext/mplex/fastintfns.h:
9498 * gst-libs/ext/mplex/format_codes.h:
9499 * gst-libs/ext/mplex/inputstrm.cc:
9500 * gst-libs/ext/mplex/inputstrm.hh:
9501 * gst-libs/ext/mplex/lpcmstrm_in.cc:
9502 * gst-libs/ext/mplex/mjpeg_logging.cc:
9503 * gst-libs/ext/mplex/mjpeg_logging.h:
9504 * gst-libs/ext/mplex/mjpeg_types.h:
9505 * gst-libs/ext/mplex/mpastrm_in.cc:
9506 * gst-libs/ext/mplex/mpegconsts.cc:
9507 * gst-libs/ext/mplex/mpegconsts.h:
9508 * gst-libs/ext/mplex/mplexconsts.hh:
9509 * gst-libs/ext/mplex/multplex.cc:
9510 * gst-libs/ext/mplex/outputstream.hh:
9511 * gst-libs/ext/mplex/padstrm.cc:
9512 * gst-libs/ext/mplex/padstrm.hh:
9513 * gst-libs/ext/mplex/stillsstream.cc:
9514 * gst-libs/ext/mplex/stillsstream.hh:
9515 * gst-libs/ext/mplex/systems.cc:
9516 * gst-libs/ext/mplex/systems.hh:
9517 * gst-libs/ext/mplex/vector.cc:
9518 * gst-libs/ext/mplex/vector.hh:
9519 * gst-libs/ext/mplex/videostrm.hh:
9520 * gst-libs/ext/mplex/videostrm_in.cc:
9521 * gst-libs/ext/mplex/videostrm_out.cc:
9522 * gst-libs/ext/mplex/yuv4mpeg.cc:
9523 * gst-libs/ext/mplex/yuv4mpeg.h:
9524 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
9525 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
9526 We don't fork mjpegtools' mplex in our CVS anymore.
9527 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
9528 (gst_avi_demux_add_stream):
9529 * gst/avi/gstavidemux.h:
9530 Add getcaps() function for proper caps nego. This makes some
9531 parts of AVI playback/reading work.
9532 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
9533 Resize window on new capsnego. This is probably wrong, but
9534 I'm still committing it because with current capsnego, the
9535 first successfull capsnego is auto-fixated, therefore rounded
9536 down to the lowest values in the caps. this results in a 16x16
9537 XWindow that is not reized when real capsnego finishes.
9538 Dave, I see more cases of this, do you know a proper solution?
9539 * tools/gst-launch-ext.in:
9540 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
9542 2003-12-31 David Schleef <ds@schleef.org>
9544 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
9545 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
9546 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
9548 2003-12-30 David Schleef <ds@schleef.org>
9550 * ext/ffmpeg/gstffmpegcolorspace.c:
9551 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9552 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
9553 (gst_ffmpegcsp_chain): Negotiation fixes
9554 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
9555 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9556 (gst_audio_convert_link), (gst_audio_convert_channels):
9557 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
9558 (gst_audioscale_link), (gst_audioscale_get_buffer),
9559 (gst_audioscale_chain): Negotiation fixes
9560 * gst/audioscale/gstaudioscale.h:
9561 * gst/videofilter/gstvideofilter.c:
9562 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
9563 (gst_videofilter_link), (gst_videofilter_init),
9564 (gst_videofilter_set_output_size), (gst_videofilter_setup),
9565 (gst_videofilter_find_format_by_structure):
9566 * gst/videofilter/gstvideofilter.h: Negotiation fixes
9567 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
9568 (gst_videoscale_link):
9569 * gst/videoscale/videoscale.c: (videoscale_get_structure),
9570 (videoscale_find_by_structure), (gst_videoscale_setup):
9571 * gst/videoscale/videoscale.h: Negotiation fixes
9572 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
9573 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
9574 function, restrict resizing to a multiple of 4 (hack until
9575 everyone supports odd sizes correctly).
9577 2003-12-29 Colin Walters <walters@verbum.org>
9579 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
9582 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
9584 * ext/sndfile/gstsf.c: (gst_sf_loop):
9585 Fix warning about discarding const qualifier
9587 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
9589 * gst/cutter/gstcutter.c:
9590 * gst/videoscale/gstvideoscale.c:
9591 * gst/volenv/gstvolenv.c:
9592 * gst-libs/gst/audio/audio.c:
9593 * gst-libs/gst/video/video.c:
9596 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
9598 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
9599 Don't send ALSA debugging to stderr.
9600 * ext/alsa/gstalsa.h:
9601 Use GST_WARNING instead of g_warning when ALSA functions fail.
9603 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
9605 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9606 Free XVAdapterInfo correctly.
9608 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
9610 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
9611 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
9612 Make id3tag use correct caps nego.
9614 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
9616 * ext/ivorbis/vorbis.c:
9617 * ext/ivorbis/vorbisenc.h:
9618 * ext/ivorbis/vorbisfile.c:
9619 Modify so that it uses the new caps things
9621 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
9623 * testsuite/spider/spider1.c: (main):
9624 * testsuite/spider/spider2.c: (main):
9625 * testsuite/spider/spider3.c: (main):
9626 Make tests compile again. They probably don't work.
9628 2003-12-24 Colin Walters <walters@verbum.org>
9630 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
9631 we can't fixate the caps anymore.
9633 2003-12-23 David Schleef <ds@schleef.org>
9635 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
9636 * sys/oss/gstosssink.c: (gst_osssink_init),
9637 (gst_osssink_sink_fixate): Add fixate function.
9639 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
9641 * ext/ffmpeg/gstffmpegcodecmap.c:
9642 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
9643 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
9644 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
9645 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
9646 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
9647 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9648 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
9649 fix typo in RGB masks, and move back to "old" colorspace
9650 capsnego code until whoever wrote this new crap has actually
9651 tested it so that it works.
9652 And yes, this works, keep it that way please.
9654 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
9656 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
9657 (gst_divxdec_init), (gst_divxdec_negotiate):
9658 * ext/divx/gstdivxdec.h:
9659 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
9661 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
9662 (gst_faac_sinkconnect), (gst_faac_srcconnect):
9663 * ext/mpeg2enc/gstmpeg2enc.cc:
9664 * ext/mpeg2enc/gstmpeg2encoder.cc:
9665 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
9666 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
9667 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
9668 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
9670 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
9671 (dxr3videosink_init):
9672 Fix caps breakage after Dave's caps branch merge.
9674 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
9676 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
9677 Fix for 24bpp display.
9679 2003-12-23 Colin Walters <walters@verbum.org>
9681 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
9682 a GnomeVFSHandle directly.
9684 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
9686 * gst/volume/Makefile.am:
9687 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
9688 (volume_base_init), (volume_init):
9689 Reenable volume element and fix to work with new caps stuff.
9690 Rhythmbox needs this.
9692 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
9694 * gst/qtdemux/qtdemux.c: (plugin_init):
9695 qtdemux requires bytestream
9697 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
9699 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
9700 Fix remaining caps handling errors due to CAPS merge.
9702 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
9704 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
9705 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
9706 (gst_faad_srcconnect):
9707 Port to new caps system.
9709 2003-12-21 Julien MOUTTE <julien@moutte.net>
9711 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
9712 (got_video_size), (main): using g_print instead of g_message.
9713 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
9714 signal which was not emitted because of "switch" element added to the
9715 bin but not connected. (Removing from the bin temporarily)
9717 2003-12-21 Julien MOUTTE <julien@moutte.net>
9719 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
9720 find X development files. I don't understand the previous tests and
9721 they fail on my debian/ppc unstable. This one works.
9722 * examples/gstplay/player.c: (main): Set the pipeline to READY before
9724 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
9725 (gst_play_set_video_sink), (gst_play_set_audio_sink),
9726 (gst_play_set_visualization): Add some safety checks in set_ methods
9727 and state_change. This was throwing some ugly CRITICAL messages when
9728 pipeline was getting disposed and casts were failing.
9730 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
9733 Improve mpeg2enc detection. This is for distributions that do
9734 ship mjpegtools, but without mpeg2enc. Also does object check
9735 for might there ever be ABI incompatibility.
9736 * ext/mpeg2enc/gstmpeg2enc.cc:
9737 Add Andrew as second maintainer (he's helping me), and also add
9738 an error if no caps was set. This happens if I pull before capsnego
9739 and that's something I should solve sometime else.
9740 * gst/matroska/matroska-demux.c:
9741 (gst_matroska_demux_parse_blockgroup):
9743 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
9744 (gst_matroska_mux_track_header):
9745 Add caps to templates.
9746 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
9747 Add mpegversion=1 to prevent confusion with MPEG/AAC.
9748 * gst/mpegstream/gstmpegdemux.c:
9749 Remove layer since it causes warnings about unfixed caps.
9750 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
9751 Fix obvious typo (we error out if caps were set, we should of
9752 course error out if *no* caps were set).
9753 * sys/oss/gstosselement.c: (gst_osselement_convert):
9754 Fix format conversion, we confused bits/bytes.
9755 * sys/oss/gstosselement.h:
9756 Improve documentation for 'bps'.
9758 Remove stuff about plugins that need removing - this was done
9760 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
9761 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
9762 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
9763 (gst_v4lsrc_src_query):
9764 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
9765 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
9766 Add get_query_types(), get_formats() and query() functions.
9768 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
9770 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
9771 * moved CVS to freedesktop.org